Update dependency @types/jest to ^29.5.6

This commit is contained in:
renovate[bot] 2023-10-18 08:27:13 +00:00
parent 5c3728d199
commit fa3a541f95
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.8.0", "@sentry/esbuild-plugin": "^2.8.0",
"@sentry/integrations": "^7.74.1", "@sentry/integrations": "^7.74.1",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0", "@typescript-eslint/parser": "^6.8.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
@ -2349,9 +2349,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.5.5", "version": "29.5.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.6.tgz",
"integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", "integrity": "sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",

View file

@ -20,7 +20,7 @@
"@microsoft/eslint-formatter-sarif": "^3.0.0", "@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/esbuild-plugin": "^2.8.0", "@sentry/esbuild-plugin": "^2.8.0",
"@sentry/integrations": "^7.74.1", "@sentry/integrations": "^7.74.1",
"@types/jest": "^29.5.5", "@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0", "@typescript-eslint/parser": "^6.8.0",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",