From 3971f79368275be89586ba85c6a5aff6a1b90fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:03:51 +0000 Subject: [PATCH] deps(dev): bump cypress from 15.14.0 to 15.14.1 Bumps [cypress](https://github.com/cypress-io/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 ... 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 dc686ce7837..a42d0168173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "@types/styled-components": "^5.1.36", "@vitejs/plugin-react": "^5.1.4", "conventional-changelog-conventionalcommits": "^9.3.1", - "cypress": "^15.14.0", + "cypress": "^15.14.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-alias": "^1.1.2", @@ -9186,9 +9186,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 88f2f9d36be..1450222c768 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/styled-components": "^5.1.36", "@vitejs/plugin-react": "^5.1.4", "conventional-changelog-conventionalcommits": "^9.3.1", - "cypress": "^15.14.0", + "cypress": "^15.14.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-alias": "^1.1.2",