From 981c42f026cda9a2978f192eb35746447c9b4bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:02:26 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.4.0 to 15.5.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.4.0 to 15.5.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.4.0...v15.5.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a6d9032..adad6396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "acorn": "^8.15.0", "chai": "^6.2.0", - "cypress": "^15.4.0", + "cypress": "^15.5.0", "del": "^6.1.1", "gulp": "^5.0.0", "gulp-autoprefixer": "^8.0.0", @@ -2429,9 +2429,9 @@ } }, "node_modules/cypress": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.4.0.tgz", - "integrity": "sha512-+GC/Y/LXAcaMCzfuM7vRx5okRmonceZbr0ORUAoOrZt/5n2eGK8yh04bok1bWSjZ32wRHrZESqkswQ6biArN5w==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.5.0.tgz", + "integrity": "sha512-7jXBsh5hTfjxr9QQONC2IbdTj0nxSyU8x4eiarMZBzXzCj3pedKviUx8JnLcE4vL8e0TsOzp70WSLRORjEssRA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -15115,9 +15115,9 @@ } }, "cypress": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.4.0.tgz", - "integrity": "sha512-+GC/Y/LXAcaMCzfuM7vRx5okRmonceZbr0ORUAoOrZt/5n2eGK8yh04bok1bWSjZ32wRHrZESqkswQ6biArN5w==", + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.5.0.tgz", + "integrity": "sha512-7jXBsh5hTfjxr9QQONC2IbdTj0nxSyU8x4eiarMZBzXzCj3pedKviUx8JnLcE4vL8e0TsOzp70WSLRORjEssRA==", "dev": true, "requires": { "@cypress/request": "^3.0.9", diff --git a/package.json b/package.json index 1fc4de7a..18a7f542 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "acorn": "^8.15.0", "chai": "^6.2.0", - "cypress": "^15.4.0", + "cypress": "^15.5.0", "del": "^6.1.1", "gulp": "^5.0.0", "gulp-autoprefixer": "^8.0.0",