Bump @types/jest from 26.0.24 to 27.0.0 (#205)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.0.
- [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-major
...

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]
2021-08-11 12:19:11 -04:00
committed by GitHub
parent a8a0916e4f
commit 9865d2e764
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.0",
"@types/js-yaml": "^4.0.2",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.4.13",
@@ -1125,9 +1125,9 @@
}
},
"node_modules/@types/jest": {
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.0.tgz",
"integrity": "sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==",
"dev": true,
"dependencies": {
"jest-diff": "^26.0.0",
@@ -5251,9 +5251,9 @@
}
},
"@types/jest": {
"version": "26.0.24",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.24.tgz",
"integrity": "sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==",
"version": "27.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.0.tgz",
"integrity": "sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==",
"dev": true,
"requires": {
"jest-diff": "^26.0.0",

View File

@@ -28,7 +28,7 @@
"minimatch": "^3.0.4"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.0",
"@types/node": "^16.4.13",
"@types/minimatch": "^3.0.5",
"@types/js-yaml": "^4.0.2",