diff --git a/package-lock.json b/package-lock.json index 468dca5..8c2d076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@types/jest": "27.5.2", + "@types/jest": "28.1.0", "@types/react": "18.0.10", "@types/react-calendar": "3.5.1", "@types/uuid": "8.3.4", @@ -1700,9 +1700,9 @@ } }, "node_modules/@types/jest": { - "version": "27.5.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz", - "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==", + "version": "28.1.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", + "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -10833,9 +10833,9 @@ } }, "@types/jest": { - "version": "27.5.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz", - "integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==", + "version": "28.1.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", + "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/package.json b/package.json index d860fab..a5555e4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@types/jest": "27.5.2", + "@types/jest": "28.1.0", "@types/react": "18.0.10", "@types/react-calendar": "3.5.1", "@types/uuid": "8.3.4",