Merge pull request #32 from srgooglo/snyk-upgrade-bcb6569fb23be5395d6e6125978562ee

[Snyk] Upgrade ts-jest from 26.4.2 to 26.4.3
This commit is contained in:
srgooglo 2020-11-17 14:43:43 +01:00 committed by GitHub
commit a801bab8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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