From bcdd7086418cc1525ded19f632eadecbcdf487fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:33:55 +0000 Subject: [PATCH] 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 3ff2338..0431201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@docusaurus/module-type-aliases": "3.10.2", "@docusaurus/tsconfig": "3.10.2", "@docusaurus/types": "3.10.2", - "cypress": "^15.21.0", + "cypress": "^15.21.1", "start-server-and-test": "^3.0.12", "typescript": "~6.0.3" }, @@ -7717,9 +7717,9 @@ "license": "MIT" }, "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 6e8ab8a..d611908 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@docusaurus/module-type-aliases": "3.10.2", "@docusaurus/tsconfig": "3.10.2", "@docusaurus/types": "3.10.2", - "cypress": "^15.21.0", + "cypress": "^15.21.1", "start-server-and-test": "^3.0.12", "typescript": "~6.0.3" },