From 7247fc0276c9cbf58c90078217633a1d8bbd5d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:11:57 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 14.0.3 to 14.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.3 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/v14.0.3...v14.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c1d8eb8f03..f120fc6dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@types/jasmine": "^5.1.5", "@types/jasminewd2": "~2.0.12", "angular-eslint": "^19.1.0", - "cypress": "~14.0.3", + "cypress": "~14.1.0", "cypress-real-events": "^1.13.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.18.0", @@ -10322,9 +10322,9 @@ "license": "MIT" }, "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", @@ -10340,7 +10340,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 8771c3546c..7eb0732aac 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "@types/jasmine": "^5.1.5", "@types/jasminewd2": "~2.0.12", "angular-eslint": "^19.1.0", - "cypress": "~14.0.3", + "cypress": "~14.1.0", "cypress-real-events": "^1.13.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.18.0",