diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-11 02:21:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 02:21:36 +0000 |
commit | 08602b116a62ee39b2574ca494ad62adbe4b03ec (patch) | |
tree | e17197c9b129efd9a269550b2a8b2605a27e3ee1 /package.json | |
parent | 18a81205c3fb2f39908c3f911f2a8aa56a33da7a (diff) | |
download | nextcloud-server-08602b116a62ee39b2574ca494ad62adbe4b03ec.tar.gz nextcloud-server-08602b116a62ee39b2574ca494ad62adbe4b03ec.zip |
chore(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.2 to 6.4.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 636b9b21c64..753017f6c38 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@nextcloud/webpack-vue-config": "^6.0.1", "@pinia/testing": "^0.1.2", "@simplewebauthn/types": "^9.0.1", - "@testing-library/jest-dom": "^6.1.5", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.28", |