From a0d6a509b478569e4e206a844da3ebda4bbfc732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:04:17 +0000 Subject: [PATCH] Build(deps-dev): Bump cypress from 15.13.1 to 15.14.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.1 to 15.14.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/v15.13.1...v15.14.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 f39c1007a..c1467a819 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@eslint/js": "^10.0.1", "@eslint/json": "^1.2.0", "@intlify/eslint-plugin-vue-i18n": "^4.3.0", - "cypress": "^15.13.1", + "cypress": "^15.14.0", "eslint": "^10.2.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.3.0", @@ -5992,9 +5992,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", - "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", + "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index eba146fdf..5546a3958 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@eslint/js": "^10.0.1", "@eslint/json": "^1.2.0", "@intlify/eslint-plugin-vue-i18n": "^4.3.0", - "cypress": "^15.13.1", + "cypress": "^15.14.0", "eslint": "^10.2.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.3.0",