diff --git a/package-lock.json b/package-lock.json index 28caae578..23e3590ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nestjs/core": "9.4.2", "@nestjs/platform-express": "9.4.2", "@nestjs/testing": "9.4.2", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "@types/node": "18.16.16", "@types/supertest": "2.0.12", "@types/uuid": "9.0.1", @@ -2807,9 +2807,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", @@ -16207,9 +16207,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 ceb235ab0..63c4ad85b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nestjs/core": "9.4.2", "@nestjs/platform-express": "9.4.2", "@nestjs/testing": "9.4.2", - "@types/jest": "29.5.1", + "@types/jest": "29.5.2", "@types/node": "18.16.16", "@types/supertest": "2.0.12", "@types/uuid": "9.0.1",