From b3003595015796c81c236c05afe12141e38b01fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:14:35 +0000 Subject: [PATCH] fix(deps): bump cypress from 13.14.1 to 13.14.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.14.1 to 13.14.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.14.1...v13.14.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production 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 fe823b5..2460c71 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@nuxt/eslint": "^0.4.0", "@nuxtjs/tailwindcss": "^6.12.1", "@types/prismjs": "^1.26.4", - "cypress": "^13.14.1", + "cypress": "^13.14.2", "eslint": "^9.9.1", "file-saver": "^2.0.5", "jszip": "^3.10.1", diff --git a/yarn.lock b/yarn.lock index bde7692..d720731 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3435,10 +3435,10 @@ csstype@^3.1.3: resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^13.14.1: - version "13.14.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.1.tgz#05875bbbf6333e858a92aed33ba67d7ddf8370d7" - integrity sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg== +cypress@^13.14.2: + version "13.14.2" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.2.tgz#4237eb7b26de2baeaa1f01e585f965d88fca7f39" + integrity sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA== dependencies: "@cypress/request" "^3.0.1" "@cypress/xvfb" "^1.2.4"