Merge pull request #28266 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.2.1

This commit is contained in:
dependabot[bot] 2021-07-31 04:13:54 +00:00 committed by GitHub
commit b4717ca769
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

@ -79,7 +79,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.2.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^5.8.1",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
@ -7528,9 +7528,9 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz",
"integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz",
"integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5"
@ -29516,9 +29516,9 @@
}
},
"@testing-library/user-event": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz",
"integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==",
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz",
"integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"

View file

@ -95,7 +95,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.2.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^5.8.1",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",