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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-15 12:25:03 +0300
committerGitHub <noreply@github.com>2021-07-15 12:25:03 +0300
commit8642a8a44a3fc9cec7d608f82ebf542e36eaa9d9 (patch)
treeaff3fd0cccb75fa87c048241f5fbcf3d4e235635
parent4c69402be285d78be38951d3613c7aa151640a4a (diff)
parent0e047822db1136af085cd9d48c96b82d976e3784 (diff)
Merge pull request #1765 from nextcloud/dependabot/npm_and_yarn/cypress-7.7.0
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 8 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index a8207f4b6..64eb3e13c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -49,7 +49,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@vue/test-utils": "^1.2.0",
- "cypress": "^7.6.0",
+ "cypress": "^7.7.0",
"jest": "^26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
@@ -6626,9 +6626,9 @@
"dev": true
},
"node_modules/cypress": {
- "version": "7.6.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz",
- "integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
+ "integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -9137,7 +9137,6 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
- "dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
@@ -26739,9 +26738,9 @@
}
},
"cypress": {
- "version": "7.6.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.6.0.tgz",
- "integrity": "sha512-tTwQExY28CKt6cY85/2V1uLExcMfpBEBWXt/EcE2ht/Onl9k4lxUS7ul1UnUO5MrYwMIHMdGVh13DxdzXj4Z5w==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-7.7.0.tgz",
+ "integrity": "sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.5",
@@ -28702,7 +28701,6 @@
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
- "dev": true,
"optional": true
},
"function-bind": {
diff --git a/package.json b/package.json
index 304cf9c20..538e0f26e 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
"@vue/test-utils": "^1.2.0",
- "cypress": "^7.6.0",
+ "cypress": "^7.7.0",
"jest": "^26.6.3",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",