Merge pull request #372 from gradle/dependabot/npm_and_yarn/ts-jest-28.0.7

Bump ts-jest from 28.0.5 to 28.0.7
This commit is contained in:
Daz DeBoer 2022-07-18 16:55:49 -06:00 committed by GitHub
commit 444dfef7d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -32,7 +32,7 @@
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"ts-jest": "28.0.5",
"ts-jest": "28.0.7",
"typescript": "4.7.4"
}
},
@ -6195,9 +6195,9 @@
}
},
"node_modules/ts-jest": {
"version": "28.0.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.5.tgz",
"integrity": "sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==",
"version": "28.0.7",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.7.tgz",
"integrity": "sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -6217,6 +6217,7 @@
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
"@jest/types": "^28.0.0",
"babel-jest": "^28.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
@ -6225,6 +6226,9 @@
"@babel/core": {
"optional": true
},
"@jest/types": {
"optional": true
},
"babel-jest": {
"optional": true
},
@ -11229,9 +11233,9 @@
}
},
"ts-jest": {
"version": "28.0.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.5.tgz",
"integrity": "sha512-Sx9FyP9pCY7pUzQpy4FgRZf2bhHY3za576HMKJFs+OnQ9jS96Du5vNsDKkyedQkik+sEabbKAnCliv9BEsHZgQ==",
"version": "28.0.7",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.7.tgz",
"integrity": "sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View file

@ -47,7 +47,7 @@
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"ts-jest": "28.0.5",
"ts-jest": "28.0.7",
"typescript": "4.7.4"
}
}