Update dependency @types/jest to ^29.0.2

This commit is contained in:
renovate[bot] 2022-09-13 19:30:10 +00:00 committed by GitHub
parent 7a9ed3e31e
commit 33553e43fd
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.1",
"@types/jest": "^29.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2",
@ -1822,9 +1822,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
"integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -8687,9 +8687,9 @@
}
},
"@types/jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"version": "29.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
"integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
"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.1",
"@types/jest": "^29.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"dotenv": "^16.0.2",