diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-21 03:04:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-21 03:04:42 +0000 |
commit | 112429c5cd545083add1f9acf6b1f54d0aeb6911 (patch) | |
tree | 8dc5ba6dbfdca82bc3a9548ada6cedf347584538 /package.json | |
parent | 81f9fc02f89c9cb2334e5bfa4e874d36f47f4cca (diff) | |
download | nextcloud-server-112429c5cd545083add1f9acf6b1f54d0aeb6911.tar.gz nextcloud-server-112429c5cd545083add1f9acf6b1f54d0aeb6911.zip |
chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.3dependabot/npm_and_yarn/testing-library/jest-dom-6.6.3
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.3.
- [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.5.0...v6.6.3)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 dbb84320df1..87b6ac73589 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "@pinia/testing": "^0.1.6", "@simplewebauthn/types": "^12.0.0", "@testing-library/cypress": "^10.0.2", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@types/dockerode": "^3.3.32", |