Merge pull request #66 from dangeredwolf/renovate/jest-monorepo

Update dependency @types/jest to ^29.0.1
This commit is contained in:
dangered wolf 2022-09-11 19:11:02 -04:00 committed by GitHub
commit 8d59ff240e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.19.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"dotenv": "^16.0.2",
@ -2000,9 +2000,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.0.tgz",
"integrity": "sha512-X6Zjz3WO4cT39Gkl0lZ2baFRaEMqJl5NC1OjElkwtNzAlbkr2K/WJXkBkH5VP0zx4Hgsd2TZYdOEfvp2Dxia+Q==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -9026,9 +9026,9 @@
}
},
"@types/jest": {
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.0.tgz",
"integrity": "sha512-X6Zjz3WO4cT39Gkl0lZ2baFRaEMqJl5NC1OjElkwtNzAlbkr2K/WJXkBkH5VP0zx4Hgsd2TZYdOEfvp2Dxia+Q==",
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View file

@ -18,7 +18,7 @@
"@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.19.0",
"@types/jest": "^29.0.0",
"@types/jest": "^29.0.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"dotenv": "^16.0.2",