diff --git a/package-lock.json b/package-lock.json index c4974b2..9cb2d4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 5b24bcf..243e616 100644 --- a/package.json +++ b/package.json @@ -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",