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",