From c5244d57907a69fc9267fb987e6ff2ab28f90d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:50:35 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.5.0 to 13.5.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.0 to 13.5.1. - [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.5.0...v13.5.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... 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 6d8f6f47..80391fd6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@vue/eslint-config-typescript": "^12.0.0", "@vue/runtime-dom": "^3.3.8", "@vue/test-utils": "^2.4.1", - "cypress": "^13.4.0", + "cypress": "^13.5.1", "eslint": "^8.53.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.18.1", diff --git a/yarn.lock b/yarn.lock index 7b77fb87..f1da5d35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1372,10 +1372,10 @@ csstype@^3.1.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== -cypress@^13.4.0: - version "13.5.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.0.tgz#8c149074186130972f08b2cdce6ded41f014bacd" - integrity sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ== +cypress@^13.5.1: + version "13.5.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.5.1.tgz#8b19bf0b9f31ea43f78980b2479bd3f25197d5cc" + integrity sha512-yqLViT0D/lPI8Kkm7ciF/x/DCK/H/DnogdGyiTnQgX4OVR2aM30PtK+kvklTOD1u3TuItiD9wUQAF8EYWtyZug== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"