From 589a4327407e6b14174438bf6f1321f6c3dfce3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:57:44 -0500 Subject: [PATCH] Bump cypress-localstorage-commands from 1.7.0 to 2.2.3 in /cypress (#6231) Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.7.0 to 2.2.3. - [Release notes](https://github.com/javierbrea/cypress-localstorage-commands/releases) - [Changelog](https://github.com/javierbrea/cypress-localstorage-commands/blob/master/CHANGELOG.md) - [Commits](https://github.com/javierbrea/cypress-localstorage-commands/compare/v1.7.0...v2.2.3) --- updated-dependencies: - dependency-name: cypress-localstorage-commands dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rin Concordia <93527746+rin-skylight@users.noreply.github.com> --- cypress/package.json | 2 +- cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cypress/package.json b/cypress/package.json index 515bd07a4e..6fee6410b0 100644 --- a/cypress/package.json +++ b/cypress/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@types/faker": "^5.5.9", "cypress": "^11.0.0", - "cypress-localstorage-commands": "^1.6.1", + "cypress-localstorage-commands": "^2.2.3", "eslint-plugin-cypress": "^2.12.1", "faker": "^5.5.3", "otplib": "^12.0.1" diff --git a/cypress/yarn.lock b/cypress/yarn.lock index 38314ccb4f..b399b384b6 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -356,10 +356,10 @@ cypress-axe@^1.0.0: resolved "https://registry.yarnpkg.com/cypress-axe/-/cypress-axe-1.4.0.tgz#e67482bfe9e740796bf77c7823f19781a8a2faff" integrity sha512-Ut7NKfzjyKm0BEbt2WxuKtLkIXmx6FD2j0RwdvO/Ykl7GmB/qRQkwbKLk3VP35+83hiIr8GKD04PDdrTK5BnyA== -cypress-localstorage-commands@^1.6.1: - version "1.7.0" - resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.7.0.tgz#39840973de0a861d50b82f9fa548331db5973f5f" - integrity sha512-4v4FrDRPimMStWmiGikyN7OmO2rH0MLI7DMk76dBpb9/sJqCDwa7fAHTUDx6avUEDmO7TFQFgaT3OQTr1HqasQ== +cypress-localstorage-commands@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-2.2.3.tgz#ef5b736226b8316b7d948e30bc4b94a157cfa025" + integrity sha512-EUEaHzbstw9AsEheIqr+RyXuxIzUS64nBBwl+Q4/mSdzfXpfcaV1nrHF+6H9zbTuFVTc+oWu6eC1l8aSjiWW6w== cypress@^11.0.0: version "11.2.0"