From 6c8f004c9d843c4effb431f64ba4239659edbf5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:52:25 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 13.2.0 to 13.3.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.3.2. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.2.0...v13.3.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3f18002..4b7845c2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0", "babel-jest": "29.7.0", - "cypress": "^13.2.0", + "cypress": "^13.3.2", "eslint": "8.52.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-nuxt": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 835192ff..9f1dc70b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5494,10 +5494,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A== -cypress@^13.2.0: - version "13.2.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.2.0.tgz#10f73d06a0764764ffbb903a31e96e2118dcfc1d" - integrity sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g== +cypress@^13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.2.tgz#b4baa64ce37d7874f6bdd8efbc28a9c722c0686f" + integrity sha512-ArLmZObcLC+xxCp7zJZZbhby9FUf5CueLej9dUM4+5j37FTS4iMSgHxQLDu01PydFUvDXcNoIVRCYrHHxD7Ybg== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"