From 76c709287b2322c92b5c8fcddf1993f1f65c5d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:29:48 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress from 13.14.1 to 13.14.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.1 to 13.14.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/v13.14.1...v13.14.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a844b71c5..97d22a9a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@relative-ci/agent": "^4.2.11", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.14.1", + "cypress": "^13.14.2", "eslint-plugin-cypress": "^3.5.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", @@ -7719,9 +7719,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "13.14.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", - "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index e53623186..a44d4435e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@relative-ci/agent": "^4.2.11", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.14.1", + "cypress": "^13.14.2", "eslint-plugin-cypress": "^3.5.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0",