From a7cdc62d21efc847460d4b8468ac4a6afb338af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 08:55:38 +0000 Subject: [PATCH] build(deps-dev): bump cypress-localstorage-commands in /website Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.4.5 to 1.5.0. - [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.4.5...v1.5.0) --- updated-dependencies: - dependency-name: cypress-localstorage-commands dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 5848cdc8..8dbce4fc 100644 --- a/website/package.json +++ b/website/package.json @@ -48,7 +48,7 @@ "devDependencies": { "concurrently": "^6.2.0", "cypress": "^7.7.0", - "cypress-localstorage-commands": "^1.4.5", + "cypress-localstorage-commands": "^1.5.0", "start-server-and-test": "^1.12.5" } } diff --git a/website/yarn.lock b/website/yarn.lock index d25bb0ba..af7b333e 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3570,10 +3570,10 @@ csso@^4.0.2, csso@^4.2.0: dependencies: css-tree "^1.1.2" -cypress-localstorage-commands@^1.4.5: - version "1.4.5" - resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.4.5.tgz#7e97f82c144314655ab7ecb4ce0e273c70d1e569" - integrity sha512-mr86nv74GvOE4zOFwoMrksFCykNSbRh57Pg7xUGpm2ax+wfHhqwBA56Sn5dhHV73gzz7C6B1kfNpMrjMH/hgyg== +cypress-localstorage-commands@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.5.0.tgz#53d67c1ce491dcbe39794151749b943227e65cd7" + integrity sha512-gl1uKeviYdyJG4dLcZ9hfoUjLciwkkfbaQ3gvRtmipsPxC612ZBJhSjbunnJcUGwkryaM+82VrY9ij0tLSg7LA== cypress@^7.7.0: version "7.7.0"