diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-06-12 01:21:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-12 01:21:17 +0000 |
commit | 670f4522571fd3ed73206197e6f5cceee83f48cc (patch) | |
tree | c4c33e9b3332290539a5f5616dd03b4df2d8026b /package.json | |
parent | 6f894c8748267a7d5119c517a37c117faf142982 (diff) | |
download | nextcloud-server-670f4522571fd3ed73206197e6f5cceee83f48cc.tar.gz nextcloud-server-670f4522571fd3ed73206197e6f5cceee83f48cc.zip |
Bump @testing-library/jest-dom from 5.12.0 to 5.14.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.12.0 to 5.14.1.
- [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.12.0...v5.14.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.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 0254e8a4478..a371c429bc4 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@nextcloud/browserslist-config": "^2.1.0", "@nextcloud/eslint-config": "^2.2.0", "@nextcloud/eslint-plugin": "^1.5.0", - "@testing-library/jest-dom": "^5.12.0", + "@testing-library/jest-dom": "^5.14.1", "@testing-library/user-event": "^13.1.9", "@testing-library/vue": "^5.6.2", "babel-eslint": "^10.1.0", |