diff --git a/package-lock.json b/package-lock.json index 5e4ca89d..6c0aca0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "prettier": "3.2.5", "sst": "2.41.3", "storybook": "8.1.6", - "ts-jest": "29.1.2", + "ts-jest": "29.1.5", "ts-node": "10.9.2", "typescript": "5.3.3", "webpack": "5.91.0" @@ -33524,10 +33524,11 @@ } }, "node_modules/ts-jest": { - "version": "29.1.2", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz", - "integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==", + "version": "29.1.5", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.5.tgz", + "integrity": "sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==", "dev": true, + "license": "MIT", "dependencies": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", @@ -33542,10 +33543,11 @@ "ts-jest": "cli.js" }, "engines": { - "node": "^16.10.0 || ^18.0.0 || >=20.0.0" + "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" }, "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", + "@jest/transform": "^29.0.0", "@jest/types": "^29.0.0", "babel-jest": "^29.0.0", "jest": "^29.0.0", @@ -33555,6 +33557,9 @@ "@babel/core": { "optional": true }, + "@jest/transform": { + "optional": true + }, "@jest/types": { "optional": true }, diff --git a/package.json b/package.json index ea5783da..f7ae16e7 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "prettier": "3.2.5", "sst": "2.41.3", "storybook": "8.1.6", - "ts-jest": "29.1.2", + "ts-jest": "29.1.5", "ts-node": "10.9.2", "typescript": "5.3.3", "webpack": "5.91.0"