Bump @types/jest from 28.1.2 to 28.1.3 (#1097)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-21 23:24:48 +01:00 committed by GitHub
parent b253de1ad9
commit 8485f9da0a
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

@ -41,7 +41,7 @@
"@types/express": "4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "18.0.0",
"@types/node-fetch": "2.6.1",
"@types/qs": "6.9.7",
@ -4386,9 +4386,9 @@
}
},
"node_modules/@types/jest": {
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==",
"version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^28.0.0",
@ -20049,9 +20049,9 @@
}
},
"@types/jest": {
"version": "28.1.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz",
"integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==",
"version": "28.1.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz",
"integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==",
"dev": true,
"requires": {
"jest-matcher-utils": "^28.0.0",

View File

@ -88,7 +88,7 @@
"@types/express": "4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "18.0.0",
"@types/node-fetch": "2.6.1",
"@types/qs": "6.9.7",