From f9756f01ba9916014a7fa96010d58113f5adcc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:30:28 +0000 Subject: [PATCH] [stable-4.9] Bump cypress from 13.14.1 to 13.14.2 in /test (#5226) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/package-lock.json | 8 ++++---- test/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index eabb78fb8f..da3d7cdc04 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "chrome-remote-interface": "^0.33.2", - "cypress": "^13.14.1", + "cypress": "^13.14.2", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0" @@ -436,9 +436,9 @@ } }, "node_modules/cypress": { - "version": "13.14.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", - "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.1", diff --git a/test/package.json b/test/package.json index acaf13526a..2bfd35c908 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "chrome-remote-interface": "^0.33.2", - "cypress": "^13.14.1", + "cypress": "^13.14.2", "cypress-file-upload": "^5.0.8", "shell-escape-tag": "^2.0.2", "url-join": "^5.0.0"