Update dependency @types/jest to ^29.5.4

This commit is contained in:
renovate[bot] 2023-08-22 19:18:53 +00:00
parent 1ba6a707a5
commit 3e597ae366
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.3.1",
@ -2388,9 +2388,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"version": "29.5.4",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
"integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",

View file

@ -19,7 +19,7 @@
"@cloudflare/workers-types": "^4.20230821.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^2.7.0",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.3.1",