diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-02 01:04:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 01:04:27 +0000 |
commit | 61b3c3f4462d52f0075833b67ad1c2dc427a69fe (patch) | |
tree | 5ba821178163eb25cfa7a1189a4240aaf389a3f5 | |
parent | 5f2afad84ed1fc8559f4313343ec48c696816f7b (diff) | |
download | nextcloud-server-61b3c3f4462d52f0075833b67ad1c2dc427a69fe.tar.gz nextcloud-server-61b3c3f4462d52f0075833b67ad1c2dc427a69fe.zip |
Bump @testing-library/user-event from 13.5.0 to 14.0.4
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.0.4.
- [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/v13.5.0...v14.0.4)
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 23 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json index 8ffbfea0fdd..63d2e0bbaaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "@nextcloud/eslint-config": "^7.0.2", "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.3", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.0.4", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.4", @@ -3588,15 +3588,12 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz", + "integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==", "dev": true, - "dependencies": { - "@babel/runtime": "^7.12.5" - }, "engines": { - "node": ">=10", + "node": ">=12", "npm": ">=6" }, "peerDependencies": { @@ -22357,13 +22354,11 @@ } }, "@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz", + "integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==", "dev": true, - "requires": { - "@babel/runtime": "^7.12.5" - } + "requires": {} }, "@testing-library/vue": { "version": "5.8.2", diff --git a/package.json b/package.json index 78083e7cc3d..678c3ab970f 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@nextcloud/eslint-config": "^7.0.2", "@nextcloud/stylelint-config": "^2.1.2", "@testing-library/jest-dom": "^5.16.3", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.0.4", "@testing-library/vue": "^5.8.2", "@vue/test-utils": "^1.3.0", "babel-loader": "^8.2.4", |