Bump @types/jest from 28.1.2 to 28.1.3

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.2 to 28.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-27 22:13:57 +00:00 committed by GitHub
parent bc41b8f654
commit a603ab7405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -20,7 +20,7 @@
"string-argv": "0.3.1" "string-argv": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "28.1.2", "@types/jest": "28.1.3",
"@types/node": "16.11.21", "@types/node": "16.11.21",
"@types/unzipper": "0.10.5", "@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.29.0", "@typescript-eslint/parser": "5.29.0",
@ -1630,9 +1630,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "28.1.2", "version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"jest-matcher-utils": "^28.0.0", "jest-matcher-utils": "^28.0.0",
@ -7887,9 +7887,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "28.1.2", "version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-matcher-utils": "^28.0.0", "jest-matcher-utils": "^28.0.0",

View file

@ -35,7 +35,7 @@
"string-argv": "0.3.1" "string-argv": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "28.1.2", "@types/jest": "28.1.3",
"@types/node": "16.11.21", "@types/node": "16.11.21",
"@types/unzipper": "0.10.5", "@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.29.0", "@typescript-eslint/parser": "5.29.0",