From d9cfe8778a76de105c88d07519e5662bc1a29897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:43:15 -0600 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 13.6.3 to 13.6.4 (#1187) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.3 to 13.6.4. - [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.6.3...v13.6.4) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ea33397..7cd583de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "budo": "^11.8.4", - "cypress": "^13.6.3", + "cypress": "^13.6.4", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", @@ -6265,9 +6265,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.6.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", - "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.4.tgz", + "integrity": "sha512-pYJjCfDYB+hoOoZuhysbbYhEmNW7DEDsqn+ToCLwuVowxUXppIWRr7qk4TVRIU471ksfzyZcH+mkoF0CQUKnpw==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 6d66e81c..95e5132a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "budo": "^11.8.4", - "cypress": "^13.6.3", + "cypress": "^13.6.4", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0",