diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-26 02:05:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 02:05:17 +0000 |
commit | 08b72fe871fa54bc9e32a8b37fb848b550e56edf (patch) | |
tree | 8273b3609da450b5d095cbce1ab22bbf4d5bcb2c /package.json | |
parent | 13b7dfae6ab7e2e7d00558489706c30aa5b51626 (diff) | |
download | nextcloud-server-08b72fe871fa54bc9e32a8b37fb848b550e56edf.tar.gz nextcloud-server-08b72fe871fa54bc9e32a8b37fb848b550e56edf.zip |
Bump @testing-library/jest-dom from 5.16.2 to 5.16.3
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.2 to 5.16.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/v5.16.2...v5.16.3)
---
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 ef5ef3fd69a..2af0a5010e8 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.2", + "@testing-library/jest-dom": "^5.16.3", "@testing-library/user-event": "^13.5.0", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", |