diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-09 18:46:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 18:46:48 +0000 |
commit | 95f4881725e5da2383390e20c483cecc1c280371 (patch) | |
tree | 32204837b807f4f3498502c25896c5715d9c904d /package.json | |
parent | 7992a3ef506a5ba9e71a61994091b2f4281f5c09 (diff) | |
download | nextcloud-server-95f4881725e5da2383390e20c483cecc1c280371.tar.gz nextcloud-server-95f4881725e5da2383390e20c483cecc1c280371.zip |
Bump @testing-library/user-event from 14.1.1 to 14.4.3
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.1.1 to 14.4.3.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.1.1...v14.4.3)
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
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 e5c4f6e05d4..5f9dc2a197f 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.4", - "@testing-library/user-event": "^14.1.1", + "@testing-library/user-event": "^14.4.3", "@testing-library/vue": "^5.8.3", "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.5", |