From 9598c7ce4e890c0c3aca94f5d30831b52695b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:08:05 +0000 Subject: [PATCH] Bump cypress from 13.13.2 to 13.13.3 in /cy Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.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.13.2...v13.13.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-patch ... 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..a0b0f05a 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.13.3", "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.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.1", diff --git a/cy/package.json b/cy/package.json index 879153f9..7e8c2d00 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.13.3", "cypress-file-upload": "^5.0.7", "cypress-otp": "^1.0.3" },