diff --git a/package-lock.json b/package-lock.json index 54a890f5d..bb50594c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@commitlint/cli": "17.4.4", "@commitlint/config-angular": "17.4.4", "@types/fs-extra": "11.0.1", - "@types/jest": "29.4.1", + "@types/jest": "29.4.2", "@types/node": "18.15.3", "@typescript-eslint/eslint-plugin": "5.55.0", "@typescript-eslint/parser": "5.55.0", @@ -2385,9 +2385,9 @@ } }, "node_modules/@types/jest": { - "version": "29.4.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz", - "integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==", + "version": "29.4.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.2.tgz", + "integrity": "sha512-bbne90W7is+m88ezmZrLiTpp41tIoTdvPC5t3gLoNgu/6qbGdWTC2JWqPWQRJn2Q7rVYTr8aTWqOjhGJDXyvAQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -18336,9 +18336,9 @@ } }, "@types/jest": { - "version": "29.4.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.1.tgz", - "integrity": "sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==", + "version": "29.4.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.2.tgz", + "integrity": "sha512-bbne90W7is+m88ezmZrLiTpp41tIoTdvPC5t3gLoNgu/6qbGdWTC2JWqPWQRJn2Q7rVYTr8aTWqOjhGJDXyvAQ==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 6f27691f7..029b326df 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@commitlint/cli": "17.4.4", "@commitlint/config-angular": "17.4.4", "@types/fs-extra": "11.0.1", - "@types/jest": "29.4.1", + "@types/jest": "29.4.2", "@types/node": "18.15.3", "@typescript-eslint/eslint-plugin": "5.55.0", "@typescript-eslint/parser": "5.55.0", diff --git a/src/lib/application/files/ts/package.json b/src/lib/application/files/ts/package.json index 80e64e67e..5fb1d642b 100644 --- a/src/lib/application/files/ts/package.json +++ b/src/lib/application/files/ts/package.json @@ -31,7 +31,7 @@ "@nestjs/schematics": "^9.0.0", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", - "@types/jest": "29.4.1", + "@types/jest": "29.4.2", "@types/node": "18.15.3", "@types/supertest": "^2.0.11", "@typescript-eslint/eslint-plugin": "^5.0.0",