Bump @testing-library/user-event from 13.4.1 to 13.5.0

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.4.1 to 13.5.0.
- [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.4.1...v13.5.0)

---
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>
This commit is contained in:
dependabot[bot] 2021-10-23 03:46:56 +00:00 committed by GitHub
parent 12171669c5
commit 475d3a6521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -81,7 +81,7 @@
"@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.4.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.3",
"babel-loader-exclude-node-modules-except": "^1.2.1",
@ -7570,9 +7570,9 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz",
"integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==",
"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==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5"
@ -29712,9 +29712,9 @@
}
},
"@testing-library/user-event": {
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz",
"integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==",
"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==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"

View File

@ -97,7 +97,7 @@
"@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.4.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.3",
"babel-loader-exclude-node-modules-except": "^1.2.1",