Bump ts-jest from 26.4.3 to 26.4.4

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.3 to 26.4.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.3...v26.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-01 09:29:27 +00:00
parent 26ff6f45e2
commit 827b111f29
2 changed files with 14 additions and 30 deletions

42
package-lock.json generated
View file

@ -1382,12 +1382,6 @@
} }
} }
}, },
"@jest/create-cache-key-function": {
"version": "26.5.0",
"resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz",
"integrity": "sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==",
"dev": true
},
"@jest/environment": { "@jest/environment": {
"version": "26.6.2", "version": "26.6.2",
"resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
@ -9470,12 +9464,12 @@
} }
}, },
"jest-util": { "jest-util": {
"version": "26.6.1", "version": "26.6.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.1.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz",
"integrity": "sha512-xCLZUqVoqhquyPLuDXmH7ogceGctbW8SMyQVjD9o+1+NPWI7t0vO08udcFLVPLgKWcvc+zotaUv/RuaR6l8HIA==", "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^26.6.1", "@jest/types": "^26.6.2",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
@ -9484,9 +9478,9 @@
}, },
"dependencies": { "dependencies": {
"@jest/types": { "@jest/types": {
"version": "26.6.1", "version": "26.6.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.1.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
"integrity": "sha512-ywHavIKNpAVrStiRY5wiyehvcktpijpItvGiK72RAn5ctqmzvPk8OvKnvHeBqa1XdQr959CTWAJMqxI8BTibyg==", "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -9496,15 +9490,6 @@
"chalk": "^4.0.0" "chalk": "^4.0.0"
} }
}, },
"@types/istanbul-reports": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
"integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
"dev": true,
"requires": {
"@types/istanbul-lib-report": "*"
}
},
"ansi-styles": { "ansi-styles": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@ -12507,12 +12492,11 @@
"dev": true "dev": true
}, },
"ts-jest": { "ts-jest": {
"version": "26.4.3", "version": "26.4.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.3.tgz", "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.4.tgz",
"integrity": "sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==", "integrity": "sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/create-cache-key-function": "^26.5.0",
"@types/jest": "26.x", "@types/jest": "26.x",
"bs-logger": "0.x", "bs-logger": "0.x",
"buffer-from": "1.x", "buffer-from": "1.x",
@ -12539,9 +12523,9 @@
"dev": true "dev": true
}, },
"yargs-parser": { "yargs-parser": {
"version": "20.2.3", "version": "20.2.4",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.3.tgz", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
"integrity": "sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==", "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
"dev": true "dev": true
} }
} }

View file

@ -48,7 +48,7 @@
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"npm-check-updates": "^10.2.2", "npm-check-updates": "^10.2.2",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"ts-jest": "^26.4.3", "ts-jest": "^26.4.4",
"typescript": "^4.1.2" "typescript": "^4.1.2"
} }
} }