diff --git a/package-lock.json b/package-lock.json index 3c61c13..acd9b42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "18.2.0", "react-calendar": "3.7.0", "react-dom": "18.2.0", - "ts-jest": "28.0.5", + "ts-jest": "28.0.6", "uuid": "8.3.2" }, "devDependencies": { @@ -8921,9 +8921,9 @@ } }, "node_modules/ts-jest": { - "version": "28.0.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.5.tgz", - "integrity": "sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==", + "version": "28.0.6", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.6.tgz", + "integrity": "sha512-yLAWoaSJ6c9o+IT7+nyutp5uvwGzhMYb/LD5WEQAi2tBq4ZSAPay4Lf69pP/IU+GFYg87pdg5eADSzuNAFSK4g==", "dependencies": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", @@ -8942,6 +8942,7 @@ }, "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", + "@jest/types": "^28.0.0", "babel-jest": "^28.0.0", "jest": "^28.0.0", "typescript": ">=4.3" @@ -15670,9 +15671,9 @@ "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==" }, "ts-jest": { - "version": "28.0.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.5.tgz", - "integrity": "sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==", + "version": "28.0.6", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.6.tgz", + "integrity": "sha512-yLAWoaSJ6c9o+IT7+nyutp5uvwGzhMYb/LD5WEQAi2tBq4ZSAPay4Lf69pP/IU+GFYg87pdg5eADSzuNAFSK4g==", "requires": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", diff --git a/package.json b/package.json index ebcb371..bdf0b67 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react": "18.2.0", "react-calendar": "3.7.0", "react-dom": "18.2.0", - "ts-jest": "28.0.5", + "ts-jest": "28.0.6", "uuid": "8.3.2" }, "devDependencies": {