diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-08 12:29:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 12:29:28 +0000 |
commit | 3bfc8e1e8625d827f0dbbd00ef2e92a2d88310fb (patch) | |
tree | c9feae96cfc253c4fa2e2dfc055c8ccae850936b /package.json | |
parent | 69378e15347630cdf4c3c7465a951857926e52ec (diff) | |
download | nextcloud-server-3bfc8e1e8625d827f0dbbd00ef2e92a2d88310fb.tar.gz nextcloud-server-3bfc8e1e8625d827f0dbbd00ef2e92a2d88310fb.zip |
Bump @testing-library/jest-dom from 5.16.3 to 5.16.4
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.3 to 5.16.4.
- [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/v5.16.3...v5.16.4)
---
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 381eec8713d..72b5c22ea70 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^7.0.2", "@nextcloud/stylelint-config": "^2.1.2", - "@testing-library/jest-dom": "^5.16.3", + "@testing-library/jest-dom": "^5.16.4", "@testing-library/user-event": "^14.0.4", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", |