From 9e3281e69ed525d571fb0e2db06215ed907df71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 16:27:38 +0100 Subject: [PATCH] chore(deps-dev): bump cypress-localstorage-commands from 1.6.0 to 1.6.1 (#499) Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.6.0 to 1.6.1. - [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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: cypress-localstorage-commands dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e0a5f44..088231eb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chai": "^4.3.4", "cssnano": "^5.0.10", "cypress": "8.7.0", - "cypress-localstorage-commands": "^1.6.0", + "cypress-localstorage-commands": "^1.6.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-cypress": "^2.12.1", diff --git a/yarn.lock b/yarn.lock index 2f2e7104..1dd92f97 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1093,10 +1093,10 @@ csso@^4.2.0: dependencies: css-tree "^1.1.2" -cypress-localstorage-commands@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.6.0.tgz#f056c791832ea3357f6037fa16c07408e5734878" - integrity sha512-E3MNTjGM4rL94FvTJ52H/D/6BOFnRyMBYlEZWIyy+eWOcJ3ubwmRpRPWaGFMslYzeYgBc+LpXE027jauz/W0Xw== +cypress-localstorage-commands@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.6.1.tgz#22299ee8a5555037f4e42111ffb280f2e0fe7d7b" + integrity sha512-rvXCB0iLzC3i9y91XH4N2I55NicH62gQk5z/APblCjnNR3wWTbDs8svC7GvE1fjt9AMIHSQm1RfWx037y+TciQ== cypress@8.7.0: version "8.7.0"