From 53c1f2da85322fcf8756e7bc9e8133595189796f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:08:24 +0000 Subject: [PATCH] chore(deps-dev): bump cypress in the testing-tools group Bumps the testing-tools group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 15.14.0 to 15.14.1 - [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/v15.14.0...v15.14.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing-tools ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cd78625..3eaf07c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/node": "^25", "@types/react": "^19", "@types/react-dom": "^19", - "cypress": "^15.14.0", + "cypress": "^15.14.1", "eslint": "^10", "eslint-config-next": "^16.2.4", "fast-check": "^4.7.0", @@ -4767,9 +4767,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.14.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", - "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", + "version": "15.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.1.tgz", + "integrity": "sha512-AkuiHNSnmm0a+h/horcvbjmY6dWpCe1Ebp1R0LjMP5I6pjMaNA50Mw1YP/d07pLHJ/sV8FZoGecUWFCJ/Nifpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 8f7e0976..b8e6aa41 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/node": "^25", "@types/react": "^19", "@types/react-dom": "^19", - "cypress": "^15.14.0", + "cypress": "^15.14.1", "eslint": "^10", "eslint-config-next": "^16.2.4", "fast-check": "^4.7.0",