diff --git a/package-lock.json b/package-lock.json index 06acab217..6e90f7cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nestjs/core": "10.2.1", "@nestjs/platform-express": "10.2.1", "@nestjs/testing": "10.2.1", - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/node": "18.17.7", "@types/supertest": "2.0.12", "@types/uuid": "9.0.2", @@ -2823,9 +2823,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -16460,9 +16460,9 @@ } }, "@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 141cb5033..e07984b77 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nestjs/core": "10.2.1", "@nestjs/platform-express": "10.2.1", "@nestjs/testing": "10.2.1", - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/node": "18.17.7", "@types/supertest": "2.0.12", "@types/uuid": "9.0.2",