Merge pull request #340 from mikepenz/dependabot/npm_and_yarn/ts-jest-27.0.3

Bump ts-jest from 27.0.2 to 27.0.3
This commit is contained in:
Mike Penz
2021-06-07 11:09:05 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -29,7 +29,7 @@
"jest-circus": "^27.0.1",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"ts-jest": "^27.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
}
},
@@ -7400,9 +7400,9 @@
}
},
"node_modules/ts-jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.2.tgz",
"integrity": "sha512-pozjHOOfm+sbv9kXCvTFVyDntWvuJztzkNFql/akD75hSMZ2jsbidVauOhBRImAopXohqcLtPK/NTTIS8Y49Ug==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.3.tgz",
"integrity": "sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -13749,9 +13749,9 @@
}
},
"ts-jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.2.tgz",
"integrity": "sha512-pozjHOOfm+sbv9kXCvTFVyDntWvuJztzkNFql/akD75hSMZ2jsbidVauOhBRImAopXohqcLtPK/NTTIS8Y49Ug==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.3.tgz",
"integrity": "sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw==",
"dev": true,
"requires": {
"bs-logger": "0.x",
+1 -1
View File
@@ -53,7 +53,7 @@
"jest-circus": "^27.0.1",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"ts-jest": "^27.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
}
}