From 69fbf556feba10cb8d20fef07d1930982f21d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:33:29 +0000 Subject: [PATCH] Bump cypress from 15.20.0 to 15.20.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.20.0 to 15.20.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.20.0...v15.20.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.20.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 24da622..5f3c78a 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.20.0", + "cypress": "^15.20.1", "start-server-and-test": "^3.0.12", "typescript": "~6.0.3" }, @@ -7696,9 +7696,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "15.20.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.20.0.tgz", - "integrity": "sha512-yrt6z9YERlggq5FReDx+PkbjrNoEQPeM03MQC1GvLlFGItk8ervC0A/7fjzWoWVRRXjsem+Pj3cunknARl/37g==", + "version": "15.20.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.20.1.tgz", + "integrity": "sha512-7GV3O7vQQG+EVVv9BGs6lCHY49x25jVi/z1+zdjuuq/o3eZeDwmGPJpRYnOWeGvQxTCtkydXWHBPhV8xuGXPLg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 420bd88..884cb60 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.20.0", + "cypress": "^15.20.1", "start-server-and-test": "^3.0.12", "typescript": "~6.0.3" },