Bump ts-jest from 28.0.2 to 28.0.3

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.2 to 28.0.3.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v28.0.2...v28.0.3)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-30 04:12:27 +00:00 committed by Jon Koops
parent e934b1df05
commit bceee799eb
2 changed files with 19 additions and 17 deletions

34
package-lock.json generated
View file

@ -79,7 +79,7 @@
"progress-promise": "^0.0.6",
"snowpack": "^3.8.6",
"tar-fs": "^2.1.1",
"ts-jest": "^28.0.2",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
},
@ -13891,11 +13891,9 @@
"license": "ISC"
},
"node_modules/json5": {
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.5"
},
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
"integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
"bin": {
"json5": "lib/cli.js"
},
@ -14886,6 +14884,7 @@
},
"node_modules/minimist": {
"version": "1.2.6",
"dev": true,
"license": "MIT"
},
"node_modules/minipass": {
@ -19407,14 +19406,15 @@
"license": "ISC"
},
"node_modules/ts-jest": {
"version": "28.0.2",
"version": "28.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.3.tgz",
"integrity": "sha512-HzgbEDQ2KgVtDmpXToqAcKTyGHdHsG23i/iUjfxji92G5eT09S1m9UHZd7csF0Bfgh9txM4JzwHnv7r1waFPlw==",
"dev": true,
"license": "MIT",
"dependencies": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "^28.0.0",
"json5": "2.x",
"json5": "^2.2.1",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",
@ -30203,10 +30203,9 @@
"dev": true
},
"json5": {
"version": "2.2.0",
"requires": {
"minimist": "^1.2.5"
}
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz",
"integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA=="
},
"jsonfile": {
"version": "6.1.0",
@ -30820,7 +30819,8 @@
}
},
"minimist": {
"version": "1.2.6"
"version": "1.2.6",
"dev": true
},
"minipass": {
"version": "3.1.5",
@ -33852,13 +33852,15 @@
"dev": true
},
"ts-jest": {
"version": "28.0.2",
"version": "28.0.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.3.tgz",
"integrity": "sha512-HzgbEDQ2KgVtDmpXToqAcKTyGHdHsG23i/iUjfxji92G5eT09S1m9UHZd7csF0Bfgh9txM4JzwHnv7r1waFPlw==",
"dev": true,
"requires": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "^28.0.0",
"json5": "2.x",
"json5": "^2.2.1",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",

View file

@ -97,7 +97,7 @@
"progress-promise": "^0.0.6",
"snowpack": "^3.8.6",
"tar-fs": "^2.1.1",
"ts-jest": "^28.0.2",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
},