aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 11:30:56 +0000
committerGitHub <noreply@github.com>2025-01-23 11:30:56 +0000
commit876fe7a6adefd5278efe6a6d12dca9e490c82335 (patch)
treefb8f5032213714e0b827803c765ab35573a97c6d
parent033972a743225f6888f661406698060a0d3752d4 (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/stable29/ts-jest-29.1.5.tar.gz
nextcloud-server-dependabot/npm_and_yarn/stable29/ts-jest-29.1.5.zip
chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.5dependabot/npm_and_yarn/stable29/ts-jest-29.1.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.5. - [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.2...v29.1.5) --- 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.json15
-rw-r--r--package.json2
2 files changed, 11 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 3b8bd9c205a..e68557b077a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -153,7 +153,7 @@
"sinon": "<= 5.0.7",
"style-loader": "^3.3.1",
"tar": "^6.2.1",
- "ts-jest": "^29.1.1",
+ "ts-jest": "^29.1.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.1",
"tslib": "^2.6.3",
@@ -27176,10 +27176,11 @@
}
},
"node_modules/ts-jest": {
- "version": "29.1.2",
- "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz",
- "integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==",
+ "version": "29.1.5",
+ "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.5.tgz",
+ "integrity": "sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
@@ -27194,10 +27195,11 @@
"ts-jest": "cli.js"
},
"engines": {
- "node": "^16.10.0 || ^18.0.0 || >=20.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",
@@ -27207,6 +27209,9 @@
"@babel/core": {
"optional": true
},
+ "@jest/transform": {
+ "optional": true
+ },
"@jest/types": {
"optional": true
},
diff --git a/package.json b/package.json
index 8610868f1fa..0ec42ac7d9e 100644
--- a/package.json
+++ b/package.json
@@ -180,7 +180,7 @@
"sinon": "<= 5.0.7",
"style-loader": "^3.3.1",
"tar": "^6.2.1",
- "ts-jest": "^29.1.1",
+ "ts-jest": "^29.1.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.1",
"tslib": "^2.6.3",