From 96613573c1f687483536b493038d14a92587e23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 19:15:04 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 8.4.0 to 8.4.1 in /website Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.0 to 8.4.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](https://github.com/cypress-io/cypress/compare/v8.4.0...v8.4.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 40c4365c..7e55f746 100644 --- a/website/package.json +++ b/website/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "concurrently": "^6.2.1", - "cypress": "^8.4.0", + "cypress": "^8.4.1", "cypress-localstorage-commands": "^1.5.0", "start-server-and-test": "^1.13.1" } diff --git a/website/yarn.lock b/website/yarn.lock index 798398e4..19a2210c 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3440,10 +3440,10 @@ cypress-localstorage-commands@^1.5.0: resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.5.0.tgz#53d67c1ce491dcbe39794151749b943227e65cd7" integrity sha512-gl1uKeviYdyJG4dLcZ9hfoUjLciwkkfbaQ3gvRtmipsPxC612ZBJhSjbunnJcUGwkryaM+82VrY9ij0tLSg7LA== -cypress@^8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.4.0.tgz#09ec06a73f1cb10121c103cba15076e659e24876" - integrity sha512-RtVgGFR06ikyMaq/VqapeqOjGaIA42PpK7F0qe1MCiFArfUuJECsLmeYaOA+1TlmNUgJNMSF5fWKkZIJr5Uc7w== +cypress@^8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.4.1.tgz#8b5898bf49359cadc28f02ba05d51f63b8e3a717" + integrity sha512-itJXq0Vx3sXCUrDyBi2IUrkxVu/gTTp1VhjB5tzGgkeCR8Ae+/T8WV63rsZ7fS8Tpq7LPPXiyoM/sEdOX7cR6A== dependencies: "@cypress/request" "^2.88.6" "@cypress/xvfb" "^1.2.4"