From deb980bea5d749cbb8a86bdeffb40e7df0995471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:00:08 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.3.1 to 13.3.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.1 to 13.3.3. - [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.3.1...v13.3.3) --- 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 8bc6e1ed..2b624997 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@vue/eslint-config-typescript": "^12.0.0", "@vue/runtime-dom": "^3.3.7", "@vue/test-utils": "^2.4.1", - "cypress": "^13.3.1", + "cypress": "^13.3.3", "eslint": "^8.52.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.18.0", diff --git a/yarn.lock b/yarn.lock index a6f0751a..a14ac5f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1475,10 +1475,10 @@ csstype@^3.1.1, 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.3.1: - version "13.3.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.1.tgz#d72f922e167891574c7773d07ac64d7114e11d49" - integrity sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q== +cypress@^13.3.3: + version "13.3.3" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.3.tgz#353e69b6543aee8aee4e91fa39bcecbab26ab564" + integrity sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"