Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-09 09:18:13 +0300
committerGitHub <noreply@github.com>2022-11-09 09:18:13 +0300
commitb55aae2825b2cc9343c88ae9002f298c0810b7ef (patch)
tree3e4cbb826ff8f26008e3ffafde48712d19503fce
parentc2928893063334f9e48722fd00cedb2e582acb03 (diff)
chore(deps): update dependency cypress to v11
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 3ab3daf91..a3fece241 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -96,7 +96,7 @@
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/test-utils": "^1.3.0 <2",
"@vue/vue2-jest": "^29.2.0",
- "cypress": "^10.11.0",
+ "cypress": "^11.0.0",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",
@@ -6949,9 +6949,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/cypress": {
- "version": "10.11.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
- "integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz",
+ "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -24987,9 +24987,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"cypress": {
- "version": "10.11.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz",
- "integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==",
+ "version": "11.0.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz",
+ "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
diff --git a/package.json b/package.json
index 4daacc651..f4f841da6 100644
--- a/package.json
+++ b/package.json
@@ -125,7 +125,7 @@
"@vitejs/plugin-vue2": "^2.0.0",
"@vue/test-utils": "^1.3.0 <2",
"@vue/vue2-jest": "^29.2.0",
- "cypress": "^10.11.0",
+ "cypress": "^11.0.0",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",