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-10 10:24:25 +0300
committerGitHub <noreply@github.com>2022-11-10 10:24:25 +0300
commitd18a202e23e313402d77030c7b57a1db23113827 (patch)
tree8bfbc4697cc7bb5821481afc9039144621232990
parent7fcea72b687d203f8b9d3f7757206989dc9a534b (diff)
chore(deps): update dependency cypress to ^11.0.1
-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 e8ac29d7d..9b45c05b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -96,7 +96,7 @@
"@vitejs/plugin-vue2": "^2.0.1",
"@vue/test-utils": "^1.3.0 <2",
"@vue/vue2-jest": "^29.2.0",
- "cypress": "^11.0.0",
+ "cypress": "^11.0.1",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",
@@ -6978,9 +6978,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/cypress": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz",
- "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==",
+ "version": "11.0.1",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.1.tgz",
+ "integrity": "sha512-NuEfd0Vim492RJ3m/+bbTZ3OZrqXgfAfuLaZfIQ9D5lKocS3EDr2tyAarZdAhKwLyoh7OJ33jwMeMFIDbzYqog==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -25032,9 +25032,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"cypress": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.0.tgz",
- "integrity": "sha512-mYXGi2Wjmy9shRjAUDugSMOr4uuzE2nl7hXQi3oQkIQsnwwBx2HNB8Vbfsix3A0zyPXlL5jTcbb6rCVWKRaXbg==",
+ "version": "11.0.1",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-11.0.1.tgz",
+ "integrity": "sha512-NuEfd0Vim492RJ3m/+bbTZ3OZrqXgfAfuLaZfIQ9D5lKocS3EDr2tyAarZdAhKwLyoh7OJ33jwMeMFIDbzYqog==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
diff --git a/package.json b/package.json
index 7121259af..3518db347 100644
--- a/package.json
+++ b/package.json
@@ -125,7 +125,7 @@
"@vitejs/plugin-vue2": "^2.0.1",
"@vue/test-utils": "^1.3.0 <2",
"@vue/vue2-jest": "^29.2.0",
- "cypress": "^11.0.0",
+ "cypress": "^11.0.1",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",