Merge pull request #179 from mikepenz/dependabot/npm_and_yarn/ts-jest-26.5.1

Bump ts-jest from 26.5.0 to 26.5.1
This commit is contained in:
Mike Penz
2021-02-10 09:27:47 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6086,9 +6086,9 @@
} }
}, },
"ts-jest": { "ts-jest": {
"version": "26.5.0", "version": "26.5.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz", "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.1.tgz",
"integrity": "sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==", "integrity": "sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/jest": "26.x", "@types/jest": "26.x",
+1 -1
View File
@@ -52,7 +52,7 @@
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"prettier": "2.2.1", "prettier": "2.2.1",
"ts-jest": "^26.5.0", "ts-jest": "^26.5.1",
"typescript": "^4.1.3" "typescript": "^4.1.3"
} }
} }