From 550e6e37c1d8159a8011c94b382009e92061551b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:56:42 +0000 Subject: [PATCH] build(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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 35e71b68..dca9bb21 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "chai": "^5.1.2", "cssnano": "^6.1.2", - "cypress": "13.16.1", + "cypress": "13.17.0", "eslint": "^8.57.1", "eslint-plugin-jest": "^28.3.0", "http-server": "^14.1.1", diff --git a/yarn.lock b/yarn.lock index 6039bf3f..d935e180 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3579,10 +3579,10 @@ cssstyle@^3.0.0: dependencies: rrweb-cssom "^0.6.0" -cypress@13.16.1: - version "13.16.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.16.1.tgz#82e776f6ad2037ccce6b6feabed768615c476258" - integrity sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA== +cypress@13.17.0: + version "13.17.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d" + integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA== dependencies: "@cypress/request" "^3.0.6" "@cypress/xvfb" "^1.2.4"