From bbf2f2726b9eebfb551ef74cb42fca59f73d6b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:26:56 +0000 Subject: [PATCH] build(deps): Bump cypress from 14.3.0 to 14.3.2 Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.0 to 14.3.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/v14.3.0...v14.3.2) --- updated-dependencies: - dependency-name: cypress dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b64a5ba50..cbee59f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@angular/localize": "~19.2.7", "@types/jasmine": "~5.1.7", "angular-eslint": "19.3.0", - "cypress": "^14.3.0", + "cypress": "^14.3.2", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-license-header": "^0.8.0", @@ -61,7 +61,7 @@ "typescript-eslint": "^8.31.0" }, "optionalDependencies": { - "cypress": "^14.3.0" + "cypress": "^14.3.2" } }, "node_modules/@ampproject/remapping": { @@ -9529,9 +9529,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.0.tgz", - "integrity": "sha512-rRfPl9Z0/CczuYybBEoLbDVuT1OGkhYaJ0+urRCshgiDRz6QnoA0KQIQnPx7MJ3zy+VCsbUU1pV74n+6cbJEdg==", + "version": "14.3.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.2.tgz", + "integrity": "sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 58a9586a9..d9b03e4ed 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@angular/localize": "~19.2.7", "@types/jasmine": "~5.1.7", "angular-eslint": "19.3.0", - "cypress": "^14.3.0", + "cypress": "^14.3.2", "eslint": "^9.25.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-license-header": "^0.8.0", @@ -79,6 +79,6 @@ "typescript-eslint": "^8.31.0" }, "optionalDependencies": { - "cypress": "^14.3.0" + "cypress": "^14.3.2" } }