From 6d81cb3dddc4055beaf396b684c2903dee891858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:27:56 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.16.1 to 13.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.16.1 to 13.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/v13.16.1...v13.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d538c168..987fa4173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@relative-ci/agent": "^4.2.14", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0", @@ -8184,9 +8184,9 @@ "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==" }, "node_modules/cypress": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", - "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.17.0.tgz", + "integrity": "sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 43a20c0c0..6a514bfd8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@relative-ci/agent": "^4.2.14", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^4.2.0", "jest": "^29.7.0",