From 820509af1e4d26583ffdb9e337d158cc076b4bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:02:52 +0000 Subject: [PATCH] chore(deps-dev): bump cypress from 15.21.0 to 15.21.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.21.0 to 15.21.1. - [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.21.0...v15.21.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.21.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 b33a0d8..7900054 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@xmldom/xmldom": "^0.9.12", "conventional-changelog-conventionalcommits": "^10.4.0", "conventional-changelog-writer": "^9.2.1", - "cypress": "^15.21.0", + "cypress": "^15.21.1", "delete": "^1.1.0", "dotenv-cli": "^11.0.0", "gulp": "^5.0.1", @@ -3934,9 +3934,9 @@ } }, "node_modules/cypress": { - "version": "15.21.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.0.tgz", - "integrity": "sha512-6uPy5GUjao97t/QDIwlPyJz4JUqPpFIPq5lNazN95LSA3ynJoYC1sHZ3W+aj4f+K1OFGbMfno0+OX2Gx0OmlPA==", + "version": "15.21.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", + "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 28cf332..52f00e5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@xmldom/xmldom": "^0.9.12", "conventional-changelog-conventionalcommits": "^10.4.0", "conventional-changelog-writer": "^9.2.1", - "cypress": "^15.21.0", + "cypress": "^15.21.1", "delete": "^1.1.0", "dotenv-cli": "^11.0.0", "gulp": "^5.0.1",