Browse Source

Merge pull request #28144 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.2.0

tags/v23.0.0beta1
dependabot[bot] 2 years ago
parent
commit
ba8e006a4e
No account linked to committer's email address
2 changed files with 8 additions and 8 deletions
  1. 7
    7
      package-lock.json
  2. 1
    1
      package.json

+ 7
- 7
package-lock.json 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.1.9",
"@testing-library/user-event": "^13.2.0",
"@testing-library/vue": "^5.8.1",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
@@ -7433,9 +7433,9 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.1.9",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.9.tgz",
"integrity": "sha512-NZr0zL2TMOs2qk+dNlqrAdbaRW5dAmYwd1yuQ4r7HpkVEOj0MWuUjDWwKhcLd/atdBy8ZSMHSKp+kXSQe47ezg==",
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz",
"integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5"
@@ -29287,9 +29287,9 @@
}
},
"@testing-library/user-event": {
"version": "13.1.9",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.9.tgz",
"integrity": "sha512-NZr0zL2TMOs2qk+dNlqrAdbaRW5dAmYwd1yuQ4r7HpkVEOj0MWuUjDWwKhcLd/atdBy8ZSMHSKp+kXSQe47ezg==",
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz",
"integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"

+ 1
- 1
package.json 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.1.9",
"@testing-library/user-event": "^13.2.0",
"@testing-library/vue": "^5.8.1",
"babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",

Loading…
Cancel
Save