From 00dfd3b55b02d7fe009bb020a3df26e301053513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:52:34 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress from 12.17.1 to 12.17.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.1 to 12.17.2. - [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.17.1...v12.17.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 b5794f0f4..eadfa43d7 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.17.1", + "cypress": "^12.17.2", "eslint-plugin-cypress": "^2.13.3", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.6.1", @@ -7341,9 +7341,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "12.17.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.1.tgz", - "integrity": "sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==", + "version": "12.17.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", + "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -24967,9 +24967,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "cypress": { - "version": "12.17.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.1.tgz", - "integrity": "sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==", + "version": "12.17.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.2.tgz", + "integrity": "sha512-hxWAaWbqQBzzMuadSGSuQg5PDvIGOovm6xm0hIfpCVcORsCAj/gF2p0EvfnJ4f+jK2PCiDgP6D2eeE9/FK4Mjg==", "dev": true, "requires": { "@cypress/request": "^2.88.11", diff --git a/package.json b/package.json index 1f36cda17..89e336ab3 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.17.1", + "cypress": "^12.17.2", "eslint-plugin-cypress": "^2.13.3", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.6.1",