fix: upgrade ts-jest from 26.4.2 to 26.4.3

Snyk has created this PR to upgrade ts-jest from 26.4.2 to 26.4.3.

See this package in npm:
https://www.npmjs.com/package/ts-jest

See this project in Snyk:
https://app.snyk.io/org/srgooglo/project/32d7496a-6bfa-4eab-978c-5bc618fd2e41?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-11-17 00:51:53 +00:00
parent 417522367e
commit 5b788f0e51
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -32724,9 +32724,9 @@
"dev": true
},
"ts-jest": {
"version": "26.4.2",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.2.tgz",
"integrity": "sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==",
"version": "26.4.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.3.tgz",
"integrity": "sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==",
"requires": {
"@jest/create-cache-key-function": "^26.5.0",
"@types/jest": "26.x",

View File

@ -94,7 +94,7 @@
"stack-trace": "0.0.10",
"store": "^2.0.12",
"timeago.js": "^4.0.2",
"ts-jest": "^26.4.2",
"ts-jest": "^26.4.3",
"wait-on": "^5.2.0"
},
"devDependencies": {