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

github.com/nextcloud/deck.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>2022-10-15 04:02:49 +0300
committerGitHub <noreply@github.com>2022-10-15 04:02:49 +0300
commitec66e0f291cb864506a5d42d6f4280e35c3fb634 (patch)
tree782ff0bf3f3229f47d503e47748b30b5c9a9e364
parentd62bd4e99a23cfe0ff5191002ac4d6157a545db4 (diff)
Bump cypress from 10.9.0 to 10.10.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.9.0 to 10.10.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v10.9.0...v10.10.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 b619bfbb..8ad52da3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -53,7 +53,7 @@
"@nextcloud/webpack-vue-config": "^5.3.0",
"@relative-ci/agent": "^4.1.1",
"@vue/test-utils": "^1.3.0",
- "cypress": "^10.9.0",
+ "cypress": "^10.10.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.1.2",
"jest-serializer-vue": "^2.0.2",
@@ -6903,9 +6903,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"node_modules/cypress": {
- "version": "10.9.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz",
- "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==",
+ "version": "10.10.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
+ "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -24523,9 +24523,9 @@
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
},
"cypress": {
- "version": "10.9.0",
- "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz",
- "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==",
+ "version": "10.10.0",
+ "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz",
+ "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==",
"dev": true,
"requires": {
"@cypress/request": "^2.88.10",
diff --git a/package.json b/package.json
index cc645b55..21c17e0f 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"@nextcloud/webpack-vue-config": "^5.3.0",
"@relative-ci/agent": "^4.1.1",
"@vue/test-utils": "^1.3.0",
- "cypress": "^10.9.0",
+ "cypress": "^10.10.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.1.2",
"jest-serializer-vue": "^2.0.2",