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:
-rw-r--r--cypress.json2
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
3 files changed, 9 insertions, 9 deletions
diff --git a/cypress.json b/cypress.json
index 80dff6192..936edd8ab 100644
--- a/cypress.json
+++ b/cypress.json
@@ -3,5 +3,5 @@
"projectId": "hx9gqy",
"viewportWidth": 1280,
"viewportHeight": 900,
- "experimentalSessionSupport": true
+ "experimentalSessionAndOrigin": true
}
diff --git a/package-lock.json b/package-lock.json
index 485ae373d..117567b89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -86,7 +86,7 @@
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"babel-core": "^7.0.0-bridge.0",
- "cypress": "^9.5.4",
+ "cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"jest": "^27.5.1",
@@ -7052,9 +7052,9 @@
"dev": true
},
"node_modules/cypress": {
- "version": "9.5.4",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
- "integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
+ "version": "9.6.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
+ "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -25278,9 +25278,9 @@
}
},
"cypress": {
- "version": "9.5.4",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.5.4.tgz",
- "integrity": "sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==",
+ "version": "9.6.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-9.6.0.tgz",
+ "integrity": "sha512-nNwt9eBQmSENamwa8LxvggXksfyzpyYaQ7lNBLgks3XZ6dPE/6BCQFBzeAyAPt/bNXfH3tKPkAyhiAZPYkWoEg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
diff --git a/package.json b/package.json
index 925b850d5..9684d5156 100644
--- a/package.json
+++ b/package.json
@@ -107,7 +107,7 @@
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"babel-core": "^7.0.0-bridge.0",
- "cypress": "^9.5.4",
+ "cypress": "^9.6.0",
"cypress-file-upload": "^5.0.8",
"eslint-plugin-cypress": "^2.12.1",
"jest": "^27.5.1",