Update dependency ts-jest to v27.1.3

This commit is contained in:
Renovate Bot
2022-01-15 03:14:19 +00:00
committed by renovate[bot]
parent f5e065fd03
commit ef0a78a00b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9413,9 +9413,9 @@
"integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA=="
},
"ts-jest": {
"version": "27.1.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
"version": "27.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.3.tgz",
"integrity": "sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==",
"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.2",
"ts-jest": "27.1.3",
"uuid": "8.3.2"
},
"devDependencies": {