Browse Source

build(deps-dev): Bump ts-jest from 29.3.0 to 29.3.1

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.0 to 29.3.1.
- [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/v29.3.0...v29.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/14801/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
f8e2868c71
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 18
      package-lock.json
  2. 2
      package.json

18
package-lock.json

@ -90,7 +90,7 @@
"openapi-typescript": "^7.6.1",
"regenerator-runtime": "^0.14.1",
"stylelint-use-logical": "^2.1.2",
"ts-jest": "^29.3.0",
"ts-jest": "^29.3.1",
"vue-template-compiler": "^2.7.16",
"wasm-check": "^2.1.2",
"webpack-bundle-analyzer": "^4.10.2",
@ -19252,9 +19252,9 @@
}
},
"node_modules/ts-jest": {
"version": "29.3.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.0.tgz",
"integrity": "sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==",
"version": "29.3.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz",
"integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -19266,7 +19266,7 @@
"lodash.memoize": "^4.1.2",
"make-error": "^1.3.6",
"semver": "^7.7.1",
"type-fest": "^4.37.0",
"type-fest": "^4.38.0",
"yargs-parser": "^21.1.1"
},
"bin": {
@ -35371,9 +35371,9 @@
"requires": {}
},
"ts-jest": {
"version": "29.3.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.0.tgz",
"integrity": "sha512-4bfGBX7Gd1Aqz3SyeDS9O276wEU/BInZxskPrbhZLyv+c1wskDCqDFMJQJLWrIr/fKoAH4GE5dKUlrdyvo+39A==",
"version": "29.3.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.3.1.tgz",
"integrity": "sha512-FT2PIRtZABwl6+ZCry8IY7JZ3xMuppsEV9qFVHOVe8jDzggwUZ9TsM4chyJxL9yi6LvkqcZYU3LmapEE454zBQ==",
"dev": true,
"requires": {
"bs-logger": "^0.2.6",
@ -35384,7 +35384,7 @@
"lodash.memoize": "^4.1.2",
"make-error": "^1.3.6",
"semver": "^7.7.1",
"type-fest": "^4.37.0",
"type-fest": "^4.38.0",
"yargs-parser": "^21.1.1"
},
"dependencies": {

2
package.json

@ -106,7 +106,7 @@
"openapi-typescript": "^7.6.1",
"regenerator-runtime": "^0.14.1",
"stylelint-use-logical": "^2.1.2",
"ts-jest": "^29.3.0",
"ts-jest": "^29.3.1",
"vue-template-compiler": "^2.7.16",
"wasm-check": "^2.1.2",
"webpack-bundle-analyzer": "^4.10.2",

Loading…
Cancel
Save