diff --git a/package-lock.json b/package-lock.json index 3db6a8220..2da6389e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", "@guardian/tsconfig": "^1.0.0", "@types/git-url-parse": "^9.0.3", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@types/js-yaml": "^4.0.9", "@types/lodash.camelcase": "^4.3.9", "@types/lodash.kebabcase": "^4.1.9", @@ -2266,9 +2266,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dev": true, "dependencies": { "expect": "^29.0.0", diff --git a/package.json b/package.json index bb4fc89b5..95af3be08 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", "@guardian/tsconfig": "^1.0.0", "@types/git-url-parse": "^9.0.3", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@types/js-yaml": "^4.0.9", "@types/lodash.camelcase": "^4.3.9", "@types/lodash.kebabcase": "^4.1.9",