summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-23 13:01:40 +0000
committerGitHub <noreply@github.com>2024-05-23 13:01:40 +0000
commit40c07efd1e0235c8588fb2734983fb7e37772324 (patch)
treeb8e76c00d0ad968315d62c59f755bfc409514f9b
parent4a4bed4c414a04ff6142db9e5f6dc0c87a542e82 (diff)
Build(deps-dev): Bump ts-jest from 29.1.1 to 29.1.3dependabot/npm_and_yarn/ts-jest-29.1.3
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.1 to 29.1.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/v29.1.1...v29.1.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>
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 13 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index b21cfe49c..bb41ce024 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -80,7 +80,7 @@
"stylelint-webpack-plugin": "^4.1.1",
"terser-webpack-plugin": "^5.3.10",
"tributejs": "^5.1.3",
- "ts-jest": "^29.0.3",
+ "ts-jest": "^29.1.3",
"ts-loader": "^9.5.1",
"typescript": "^4.7.2",
"v-click-outside": "^3.2.0",
@@ -18715,9 +18715,9 @@
"peer": true
},
"node_modules/ts-jest": {
- "version": "29.1.1",
- "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz",
- "integrity": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==",
+ "version": "29.1.3",
+ "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.3.tgz",
+ "integrity": "sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -18733,10 +18733,11 @@
"ts-jest": "cli.js"
},
"engines": {
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
+ "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
+ "@jest/transform": "^29.0.0",
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
@@ -18746,6 +18747,9 @@
"@babel/core": {
"optional": true
},
+ "@jest/transform": {
+ "optional": true
+ },
"@jest/types": {
"optional": true
},
@@ -34272,9 +34276,9 @@
"peer": true
},
"ts-jest": {
- "version": "29.1.1",
- "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz",
- "integrity": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==",
+ "version": "29.1.3",
+ "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.3.tgz",
+ "integrity": "sha512-6L9qz3ginTd1NKhOxmkP0qU3FyKjj5CPoY+anszfVn6Pmv/RIKzhiMCsH7Yb7UvJR9I2A64rm4zQl531s2F1iw==",
"dev": true,
"requires": {
"bs-logger": "0.x",
diff --git a/package.json b/package.json
index 19478f06e..e4d27d1dc 100644
--- a/package.json
+++ b/package.json
@@ -119,7 +119,7 @@
"stylelint-webpack-plugin": "^4.1.1",
"terser-webpack-plugin": "^5.3.10",
"tributejs": "^5.1.3",
- "ts-jest": "^29.0.3",
+ "ts-jest": "^29.1.3",
"ts-loader": "^9.5.1",
"typescript": "^4.7.2",
"v-click-outside": "^3.2.0",