diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-06 01:34:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 01:34:18 +0000 |
commit | b4c13ef3112dc2bd1001bf6c3e5ac735c9d7af4d (patch) | |
tree | ce46a14c9e2dacd5375497c4c9f038b1cb1ab59e /package.json | |
parent | fd13f90fca7e05cc8089decad7154df1e1461b08 (diff) | |
download | nextcloud-server-b4c13ef3112dc2bd1001bf6c3e5ac735c9d7af4d.tar.gz nextcloud-server-b4c13ef3112dc2bd1001bf6c3e5ac735c9d7af4d.zip |
chore(deps-dev): bump ts-jest from 29.1.2 to 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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a189ad79c1c..340bafee74e 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,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.0", "ts-node": "^10.9.1", "tslib": "^2.6.2", |