diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-16 05:25:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 05:25:56 +0000 |
commit | 503c92aca6255599b8d9ef3f245a83b2fd3fde90 (patch) | |
tree | 222ff571b67f68d99f1b7743c0319c0443f240b6 /package.json | |
parent | 64d42e6f52a3361a7f74c578c407df16189fd865 (diff) | |
download | nextcloud-server-503c92aca6255599b8d9ef3f245a83b2fd3fde90.tar.gz nextcloud-server-503c92aca6255599b8d9ef3f245a83b2fd3fde90.zip |
build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14dependabot/npm_and_yarn/stable30/types/jest-29.5.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/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 8402ea8418e..df6db05fa9f 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.29", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/wait-on": "^5.3.4", "@vue/test-utils": "^1.3.5", "@vue/tsconfig": "^0.5.1", |