From 54f70bc5d006d9caf4c33d74e99f9716d6c136ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 05:29:21 +0000 Subject: [PATCH] Bump cypress from 10.10.0 to 10.11.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 10.10.0 to 10.11.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.10.0...v10.11.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0eea87801..904bb9afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@nextcloud/webpack-vue-config": "^5.4.0", "@relative-ci/agent": "^4.1.1", "@vue/test-utils": "^1.3.0", - "cypress": "^10.10.0", + "cypress": "^10.11.0", "eslint-webpack-plugin": "^3.2.0", "jest": "^29.2.2", "jest-serializer-vue": "^2.0.2", @@ -6787,9 +6787,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", - "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", + "version": "10.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz", + "integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -24268,9 +24268,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", - "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", + "version": "10.11.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.11.0.tgz", + "integrity": "sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 15a91b4a4..50ccbb336 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@nextcloud/webpack-vue-config": "^5.4.0", "@relative-ci/agent": "^4.1.1", "@vue/test-utils": "^1.3.0", - "cypress": "^10.10.0", + "cypress": "^10.11.0", "eslint-webpack-plugin": "^3.2.0", "jest": "^29.2.2", "jest-serializer-vue": "^2.0.2",