From 574cc2a765567b531c98579fa186bab0a7623c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:05:23 +0100 Subject: [PATCH] chore(deps-dev): bump cypress from 13.13.0 to 14.1.0 (#10318) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.0 to 14.1.0. - [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.0...v14.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a476e0d..040fe0a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "cross-env": "=7.0.3", "css-loader": "=7.1.2", "cssnano": "=7.0.6", - "cypress": "=14.0.3", + "cypress": "=14.1.0", "dedent": "^1.5.3", "deepmerge": "^4.3.1", "enzyme": "=3.11.0", @@ -9638,9 +9638,9 @@ } }, "node_modules/cypress": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.3.tgz", - "integrity": "sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.1.0.tgz", + "integrity": "sha512-pPPj8Uu9NwjaaiXAEcjYZZmgsq6v9Zs1Nw6a+zRF+ANgYSNhH4S32SjFRsvMcuOHR/8dp4GBJhBPqIPSs+TxaA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -9656,7 +9656,7 @@ "cachedir": "^2.3.0", "chalk": "^4.1.0", "check-more-types": "^2.24.0", - "ci-info": "^4.0.0", + "ci-info": "^4.1.0", "cli-cursor": "^3.1.0", "cli-table3": "~0.6.1", "commander": "^6.2.1", diff --git a/package.json b/package.json index b03ca120..c093ef53 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "cross-env": "=7.0.3", "css-loader": "=7.1.2", "cssnano": "=7.0.6", - "cypress": "=14.0.3", + "cypress": "=14.1.0", "dedent": "^1.5.3", "deepmerge": "^4.3.1", "enzyme": "=3.11.0",