From a933ecd38be4922b7e75497ce1f3fa5cc6766fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:08:30 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 15.7.1 to 15.8.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.7.1 to 15.8.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.7.1...v15.8.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.8.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 f2ae7533..91438931 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", - "cypress": "^15.7.1", + "cypress": "^15.8.0", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.3", "gettext-parser": "^8.0.0", @@ -5447,9 +5447,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "15.7.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz", - "integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.0.tgz", + "integrity": "sha512-/k/KT8IIvcxarRSNb5AIhT1Yxx1pXsNIrL96Ht/c0pBOO/XcsjgjD4ZlG16V/08dRmvU/gT7PW8FBz5YV+ahsA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index e39f1360..06445333 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", - "cypress": "^15.7.1", + "cypress": "^15.8.0", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.3", "gettext-parser": "^8.0.0",