From 95f7632f7ca3933f621bf0795abffee902ca3f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:12:13 +0000 Subject: [PATCH] Build(deps-dev): Bump cypress from 15.18.0 to 15.19.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.18.0 to 15.19.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.18.0...v15.19.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.18.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 95817bcfd..81ff7ddbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.1", "@intlify/eslint-plugin-vue-i18n": "^4.5.1", - "cypress": "^15.18.0", + "cypress": "^15.19.0", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.4.2", @@ -5979,9 +5979,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.18.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz", - "integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==", + "version": "15.19.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.19.0.tgz", + "integrity": "sha512-kjy1u3SWlMRWS5qffH3U+bXx1PqPP7qwhIzEY3UtERcW2r/8zy5uk6uSwa75pYXJyYFVP1SO8mAn/avZUvUbfg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 7a26c78ab..3980d3196 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.1", "@intlify/eslint-plugin-vue-i18n": "^4.5.1", - "cypress": "^15.18.0", + "cypress": "^15.19.0", "eslint": "^10.6.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-cypress": "^6.4.2",