Merge pull request #299 from JLyne/dependabot/npm_and_yarn/ts-jest-27.1.2

Bump ts-jest from 27.1.1 to 27.1.2
This commit is contained in:
James Lyne 2021-12-27 23:44:27 +00:00 committed by GitHub
commit 1ac1dd5d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -39,7 +39,7 @@
"rimraf": "^3.0.2",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.45",
"ts-jest": "^27.1.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5",
"vite": "^2.7.7",
@ -10989,9 +10989,9 @@
}
},
"node_modules/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==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -20599,9 +20599,9 @@
"dev": true
},
"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==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@ -45,7 +45,7 @@
"rimraf": "^3.0.2",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.45",
"ts-jest": "^27.1.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5",
"vite": "^2.7.7",