diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-10-26 21:34:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 21:34:20 +0200 |
commit | 71f698649f578db19a22457cb9d420fb62c10382 (patch) | |
tree | 7f681e300b4bc5d1c925fa1dc6909e91bbe1210f /package.json | |
parent | 43dbd9fa5aa2a18331ed46ae054d6a042f636e2f (diff) | |
parent | 95f4881725e5da2383390e20c483cecc1c280371 (diff) | |
download | nextcloud-server-71f698649f578db19a22457cb9d420fb62c10382.tar.gz nextcloud-server-71f698649f578db19a22457cb9d420fb62c10382.zip |
Merge pull request #33488 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-14.4.3
Bump @testing-library/user-event from 14.1.1 to 14.4.3
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 e68f02ab171..c96469aca40 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,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", "@vue/vue2-jest": "^29.1.1", |