From 6eba03523dae15fe2f96ff6fd7941f89d2483dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 02:16:45 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.13.2 to 13.13.3 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63c9de11853b0..0fd17fdb43131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "babel-plugin-module-resolver": "^5.0.2", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.1", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", "cypress-if": "^1.12.6", @@ -10752,12 +10752,11 @@ "license": "MIT" }, "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==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index e752d51cd6563..735b8f12be84e 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "babel-plugin-module-resolver": "^5.0.2", "colord": "^2.9.3", "css-loader": "^6.8.1", - "cypress": "^13.13.1", + "cypress": "^13.13.3", "cypress-axe": "^1.5.0", "cypress-delete-downloads-folder": "^0.0.6", "cypress-if": "^1.12.6",