Update dependency ts-jest to v27.1.2

This commit is contained in:
Renovate Bot
2021-12-18 03:04:06 +00:00
committed by renovate[bot]
parent bf2153409f
commit d153e9a754
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10296,9 +10296,9 @@
"integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
},
"ts-jest": {
"version": "27.1.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"requires": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",

View File

@@ -24,7 +24,7 @@
"react": "17.0.2",
"react-calendar": "3.5.0",
"react-dom": "17.0.2",
"ts-jest": "27.1.1",
"ts-jest": "27.1.2",
"uuid": "8.3.2"
},
"devDependencies": {