diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-31 01:11:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 01:11:32 +0000 |
commit | 920ca8d26f96181e8807c1e3f8ce625525678fb3 (patch) | |
tree | b5669e099d72a1e897b983575c929f7faed25086 /package.json | |
parent | 095375584f8bea8c81d2f84e43230204f4eb927a (diff) | |
download | nextcloud-server-920ca8d26f96181e8807c1e3f8ce625525678fb3.tar.gz nextcloud-server-920ca8d26f96181e8807c1e3f8ce625525678fb3.zip |
chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.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.2.4...v29.2.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 feb8bf1beae..e5be9a4d3ee 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "sinon": "<= 5.0.7", "style-loader": "^3.3.1", "tar": "^7.4.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.5", "ts-loader": "^9.5.0", "ts-node": "^10.9.1", "tslib": "^2.6.2", |