From b577b7ca6d7049d14abe1618d7b9d28377b397e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 07:41:05 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43379a0..cc60e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@apollo/server-integration-testsuite": "4.1.1", "@changesets/changelog-github": "0.4.7", "@changesets/cli": "2.25.1", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "@types/node": "14.18.33", "azure-functions-core-tools": "4.0.4895", "cspell": "6.13.1", @@ -2646,9 +2646,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", + "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -13210,9 +13210,9 @@ } }, "@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", + "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index c60f95d..7ff41d3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@apollo/server-integration-testsuite": "4.1.1", "@changesets/changelog-github": "0.4.7", "@changesets/cli": "2.25.1", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "@types/node": "14.18.33", "azure-functions-core-tools": "4.0.4895", "cspell": "6.13.1",