From 5257de1b97b89e717a1b7fb7812c49ef09aa5dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:13:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to ^29.5.13 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3b02ba..c37152a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@sentry/esbuild-plugin": "^2.22.4", "@sentry/integrations": "^7.114.0", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "dotenv": "^16.4.5", @@ -2979,9 +2979,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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8364b4a..3abbd2a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@microsoft/eslint-formatter-sarif": "^3.1.0", "@sentry/esbuild-plugin": "^2.22.4", "@sentry/integrations": "^7.114.0", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "dotenv": "^16.4.5",