From 8368c4e073fdb3deba7f204cbdcf2ae76366b373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:07:38 +0000 Subject: [PATCH] Bump cypress from 13.13.2 to 13.14.2 in /cy Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 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.13.2...v13.14.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cy/package-lock.json | 8 ++++---- cy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cy/package-lock.json b/cy/package-lock.json index f117e643..a5d1fa41 100644 --- a/cy/package-lock.json +++ b/cy/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "cypress": "^13.13.2", + "cypress": "^13.14.2", "cypress-file-upload": "^5.0.7", "cypress-otp": "^1.0.3" }, @@ -829,9 +829,9 @@ } }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "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/cy/package.json b/cy/package.json index 879153f9..f77ba1b5 100644 --- a/cy/package.json +++ b/cy/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/govcms-tests/tests/issues" }, "dependencies": { - "cypress": "^13.13.2", + "cypress": "^13.14.2", "cypress-file-upload": "^5.0.7", "cypress-otp": "^1.0.3" },