From 218868a2d7ef6cce9eeb030e7da305446b9fdc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:08:06 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.3.0 to 15.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.3.0 to 15.4.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.3.0...v15.4.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.4.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 8b842c77..df010745 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.3.0", + "cypress": "^15.4.0", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.1", "gettext-parser": "^8.0.0", @@ -5428,9 +5428,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.3.0.tgz", - "integrity": "sha512-g9rDhoK9y8wW4Vx3Ppr8dtfvThXxPL3mJsV5e98fG+6EerrhXKmeRT2sL86cvNRtEZouXJfsuVL1lqiMuGNGcg==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.4.0.tgz", + "integrity": "sha512-+GC/Y/LXAcaMCzfuM7vRx5okRmonceZbr0ORUAoOrZt/5n2eGK8yh04bok1bWSjZ32wRHrZESqkswQ6biArN5w==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 9dcfddab..09abee19 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.3.0", + "cypress": "^15.4.0", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.1", "gettext-parser": "^8.0.0",