From 4a4fcca61f5f64b51b7353ffbe61b74e963d2c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 03:29:25 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress from 12.16.0 to 12.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.16.0 to 12.17.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/v12.16.0...v12.17.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 666370b0d..2b2c455e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@relative-ci/agent": "^4.1.5", "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^29.2.4", - "cypress": "^12.16.0", + "cypress": "^12.17.0", "eslint-plugin-cypress": "^2.13.3", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.6.1", @@ -7291,9 +7291,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "12.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.16.0.tgz", - "integrity": "sha512-mwv1YNe48hm0LVaPgofEhGCtLwNIQEjmj2dJXnAkY1b4n/NE9OtgPph4TyS+tOtYp5CKtRmDvBzWseUXQTjbTg==", + "version": "12.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.0.tgz", + "integrity": "sha512-nq0ug8Zrjq/2khHU1PTNxg+3/n1oqtmAFCxwQhS6QzkQ4mR6RLitX+cGIOuIMfnEbDAtVub0hZh661FOA16JxA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -7334,7 +7334,7 @@ "pretty-bytes": "^5.6.0", "proxy-from-env": "1.0.0", "request-progress": "^3.0.0", - "semver": "^7.3.2", + "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.1", "untildify": "^4.0.0", @@ -24772,9 +24772,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "12.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.16.0.tgz", - "integrity": "sha512-mwv1YNe48hm0LVaPgofEhGCtLwNIQEjmj2dJXnAkY1b4n/NE9OtgPph4TyS+tOtYp5CKtRmDvBzWseUXQTjbTg==", + "version": "12.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.0.tgz", + "integrity": "sha512-nq0ug8Zrjq/2khHU1PTNxg+3/n1oqtmAFCxwQhS6QzkQ4mR6RLitX+cGIOuIMfnEbDAtVub0hZh661FOA16JxA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", @@ -24814,7 +24814,7 @@ "pretty-bytes": "^5.6.0", "proxy-from-env": "1.0.0", "request-progress": "^3.0.0", - "semver": "^7.3.2", + "semver": "^7.5.3", "supports-color": "^8.1.1", "tmp": "~0.2.1", "untildify": "^4.0.0", diff --git a/package.json b/package.json index c96ef2a86..52e24dc8f 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@relative-ci/agent": "^4.1.5", "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^29.2.4", - "cypress": "^12.16.0", + "cypress": "^12.17.0", "eslint-plugin-cypress": "^2.13.3", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.6.1",