Update dependency @types/jest to ^29.2.6

This commit is contained in:
renovate[bot] 2023-01-18 23:23:03 +00:00 committed by GitHub
parent 8d37a40471
commit 291307000e
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", "@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.20.0", "@sentry/webpack-plugin": "^1.20.0",
"@types/jest": "^29.2.5", "@types/jest": "^29.2.6",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2", "@typescript-eslint/parser": "^5.48.2",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
@ -1739,9 +1739,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.2.5", "version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==", "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -8758,9 +8758,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "29.2.5", "version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==", "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true, "dev": true,
"requires": { "requires": {
"expect": "^29.0.0", "expect": "^29.0.0",

View file

@ -18,7 +18,7 @@
"@cloudflare/workers-types": "^3.16.0", "@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.20.0", "@sentry/webpack-plugin": "^1.20.0",
"@types/jest": "^29.2.5", "@types/jest": "^29.2.6",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2", "@typescript-eslint/parser": "^5.48.2",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",