diff --git a/package-lock.json b/package-lock.json index 0493a56..48aa8bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index d446df4..8856b40 100644 --- a/package.json +++ b/package.json @@ -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",