diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-24 03:40:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 03:40:03 +0000 |
commit | ba8e006a4e977dfd8515a557e17f47c0ac778a32 (patch) | |
tree | a183d61d183be0228bd476094cbddfc0cb3e7ce6 | |
parent | 6817ba194e179467ba92468061c69ea4147ffaff (diff) | |
parent | 343b40e2fc1b9b3a4488d7f8475d9909d802bd01 (diff) | |
download | nextcloud-server-ba8e006a4e977dfd8515a557e17f47c0ac778a32.tar.gz nextcloud-server-ba8e006a4e977dfd8515a557e17f47c0ac778a32.zip |
Merge pull request #28144 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.2.0
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index c221001c0ac..b06b651fea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 2cdb5e0cf4f..5171750c082 100644 --- a/package.json +++ b/package.json @@ -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", |