diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-23 06:21:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 06:21:33 +0000 |
commit | 811670a3adc4a253fd33dba2df5693e50e30ef23 (patch) | |
tree | d4d6c5ef4bf8bdade7a7bd3876f2a4ae3900933a | |
parent | 6bd9076427c89a8c07441921122fd2c5888a0394 (diff) | |
parent | 475d3a65217655f12408b7ad9f472230a6ef7c03 (diff) | |
download | nextcloud-server-811670a3adc4a253fd33dba2df5693e50e30ef23.tar.gz nextcloud-server-811670a3adc4a253fd33dba2df5693e50e30ef23.zip |
Merge pull request #29413 from nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.5.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 68aac6f116b..6593fac3b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 83f85e60856..3d53557402f 100644 --- a/package.json +++ b/package.json @@ -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", |