diff --git a/package-lock.json b/package-lock.json index f0f6c318..5e8afed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "husky": "9.1.6", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "jest-preset-angular": "14.1.0", + "jest-preset-angular": "14.2.4", "lint-staged": "15.2.10", "ng-packagr": "17.3.0", "ngx-highlightjs": "10.0.0", @@ -98,7 +98,7 @@ "style-loader": "4.0.0", "stylus": "0.63.0", "stylus-loader": "8.1.1", - "ts-jest": "29.1.5", + "ts-jest": "29.2.5", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "tslib": "2.7.0", @@ -25979,9 +25979,9 @@ } }, "node_modules/jest-preset-angular": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-14.1.0.tgz", - "integrity": "sha512-UJwPtpsAMl30UtBjHW0Ai0hhoKsNURC1dXH5tSYjumUsWR7iDke+oBEykz7uXv4rN+PWgeNIqkxo4KHQjOITlw==", + "version": "14.2.4", + "resolved": "https://registry.npmjs.org/jest-preset-angular/-/jest-preset-angular-14.2.4.tgz", + "integrity": "sha512-xyhkaiBdn3keBgxxkcbqZu/my3ADU9NcDrz6DaMuGRaxz/bf6ZC1qxZ1eQuz5V1WuA3/rD64VA3Kke8P6E9qNg==", "dev": true, "license": "MIT", "dependencies": { @@ -39475,20 +39475,21 @@ } }, "node_modules/ts-jest": { - "version": "29.1.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.5.tgz", - "integrity": "sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==", + "version": "29.2.5", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.5.tgz", + "integrity": "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==", "dev": true, "license": "MIT", "dependencies": { - "bs-logger": "0.x", - "fast-json-stable-stringify": "2.x", + "bs-logger": "^0.2.6", + "ejs": "^3.1.10", + "fast-json-stable-stringify": "^2.1.0", "jest-util": "^29.0.0", "json5": "^2.2.3", - "lodash.memoize": "4.x", - "make-error": "1.x", - "semver": "^7.5.3", - "yargs-parser": "^21.0.1" + "lodash.memoize": "^4.1.2", + "make-error": "^1.3.6", + "semver": "^7.6.3", + "yargs-parser": "^21.1.1" }, "bin": { "ts-jest": "cli.js" diff --git a/package.json b/package.json index de36ddbf..67c1e832 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "husky": "9.1.6", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "jest-preset-angular": "14.1.0", + "jest-preset-angular": "14.2.4", "lint-staged": "15.2.10", "ng-packagr": "17.3.0", "ngx-highlightjs": "10.0.0", @@ -182,7 +182,7 @@ "style-loader": "4.0.0", "stylus": "0.63.0", "stylus-loader": "8.1.1", - "ts-jest": "29.1.5", + "ts-jest": "29.2.5", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "tslib": "2.7.0",