Bump @types/jest from 28.1.5 to 28.1.6 (#1151)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.5 to 28.1.6.
- [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-07-18 22:59:14 +01:00 committed by GitHub
parent a58ddf1fbf
commit 1c3a23d0d1
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.5",
"@types/jest": "28.1.6",
"@types/node": "18.0.4",
"@types/node-fetch": "2.6.1",
"@types/qs": "6.9.7",
@ -4521,9 +4521,9 @@
}
},
"node_modules/@types/jest": {
"version": "28.1.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.5.tgz",
"integrity": "sha512-TLAC2zXxGnohSP3GxgIyJn7yrTeRPDEyVFyCY1NE2wzg392auI+69uk5EPGjUXuhkq/K208J/TWpLG7J8ebIEQ==",
"version": "28.1.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^28.0.0",
@ -20429,9 +20429,9 @@
}
},
"@types/jest": {
"version": "28.1.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.5.tgz",
"integrity": "sha512-TLAC2zXxGnohSP3GxgIyJn7yrTeRPDEyVFyCY1NE2wzg392auI+69uk5EPGjUXuhkq/K208J/TWpLG7J8ebIEQ==",
"version": "28.1.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz",
"integrity": "sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==",
"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.5",
"@types/jest": "28.1.6",
"@types/node": "18.0.4",
"@types/node-fetch": "2.6.1",
"@types/qs": "6.9.7",