Merge pull request #162 from actions/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:
Patrick Ellis
2021-06-14 19:19:41 -04:00
committed by GitHub
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@vercel/ncc": "^0.28.6",
"jest": "^27.0.4",
"prettier": "^2.3.0",
"ts-jest": "^27.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.0"
}
},
@@ -10969,9 +10969,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",
@@ -10990,6 +10990,10 @@
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
},
"peerDependencies": {
"jest": "^27.0.0",
"typescript": ">=3.8 <5.0"
}
},
"node_modules/ts-jest/node_modules/@jest/types": {
@@ -20368,9 +20372,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",

View File

@@ -35,7 +35,7 @@
"@vercel/ncc": "^0.28.6",
"jest": "^27.0.4",
"prettier": "^2.3.0",
"ts-jest": "^27.0.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.0"
}
}