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"