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-10-16 04:01:08 +0300
committerGitHub <noreply@github.com>2021-10-16 04:01:08 +0300
commitcc48ed8e11a6db4496f8680abbe7e4156c44978e (patch)
tree3795fb5dd4e0c46ae3ac4d6d6071beadd74b0bc5
parent3af914085c7bb7e2551e541cb15e3a1e4c977fbf (diff)
Bump cypress from 8.5.0 to 8.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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 2b6c33bc8..a86ecf325 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.1.0",
"@vue/test-utils": "^1.2.2",
- "cypress": "^8.5.0",
+ "cypress": "^8.6.0",
"jest": "^27.2.5",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",
@@ -6996,9 +6996,9 @@
"dev": true
},
"node_modules/cypress": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz",
- "integrity": "sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.6.0.tgz",
+ "integrity": "sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -29218,9 +29218,9 @@
}
},
"cypress": {
- "version": "8.5.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.5.0.tgz",
- "integrity": "sha512-MMkXIS+Ro2KETn4gAlG3tIc/7FiljuuCZP0zpd9QsRG6MZSyZW/l1J3D4iQM6WHsVxuX4rFChn5jPFlC2tNSvQ==",
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-8.6.0.tgz",
+ "integrity": "sha512-F7qEK/6Go5FsqTueR+0wEw2vOVKNgk5847Mys8vsWkzPoEKdxs+7N9Y1dit+zhaZCLtMPyrMwjfA53ZFy+lSww==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.6",
diff --git a/package.json b/package.json
index e655ac531..70918859d 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.0",
"@vue/test-utils": "^1.2.2",
- "cypress": "^8.5.0",
+ "cypress": "^8.6.0",
"jest": "^27.2.5",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-serializer-vue": "^2.0.2",