From 202744f27caa568e17b4dd4bb1c544695e4c3a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 03:02:48 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.16.0 to 15.17.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.16.0 to 15.17.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.16.0...v15.17.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.17.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 220c45a..f4f472f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@xmldom/xmldom": "^0.9.10", "conventional-changelog-conventionalcommits": "^9.0.0", "conventional-changelog-writer": "^8.2.0", - "cypress": "^15.16.0", + "cypress": "^15.17.0", "delete": "^1.1.0", "dotenv-cli": "^11.0.0", "gulp": "^5.0.1", @@ -3730,9 +3730,9 @@ } }, "node_modules/cypress": { - "version": "15.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.16.0.tgz", - "integrity": "sha512-fy0M0c9xDLEp4v9y7LLKFeAQhIdDsobxDSKpD3JcZpqQefjy9TSzEyVV3HA0zu7hUi0bGHlSYlI7ASub8wgR9A==", + "version": "15.17.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.17.0.tgz", + "integrity": "sha512-WL5Gcqi1GaDWozBwXmkSAtOPafTsVSRS764iX6xvuz3DPzvBAxbkRyEi4BreVdVWxLDpiYRgZCyJUafBw44njw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 3998845..b5b77b8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@xmldom/xmldom": "^0.9.10", "conventional-changelog-conventionalcommits": "^9.0.0", "conventional-changelog-writer": "^8.2.0", - "cypress": "^15.16.0", + "cypress": "^15.17.0", "delete": "^1.1.0", "dotenv-cli": "^11.0.0", "gulp": "^5.0.1",