From e4fe90b3655007a20571daf7fcefc46468ece8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:43:31 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 16.0.0 to 16.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 16.0.0 to 16.1.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/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 16.1.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 9322c1e..46bc416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/youtube": "0.3.0", "@typescript-eslint/eslint-plugin": "8.70.0", "@typescript-eslint/parser": "8.70.0", - "cypress": "16.0.0", + "cypress": "16.1.0", "cypress-cucumber-steps": "3.64.3", "eslint": "10.10.0", "eslint-plugin-prettier": "5.5.6", @@ -5424,9 +5424,9 @@ } }, "node_modules/cypress": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-16.0.0.tgz", - "integrity": "sha512-/H3zsayGwIGboFIiLWaXxy6ADmCdWy5QjjDBZgslCvjIgYAf1DkZerwAM7wXMPSpfpQ4w+lGjFlmwneRBpg27g==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-16.1.0.tgz", + "integrity": "sha512-t8suSUVzQyHI7v6KhhA07M9ChftdfqVZNLCekhguIb+2f0fCmI8WAih5L0oGH7K6slapNduGy5zpJ+17LmSXkQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index c76323c..312444a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/youtube": "0.3.0", "@typescript-eslint/eslint-plugin": "8.70.0", "@typescript-eslint/parser": "8.70.0", - "cypress": "16.0.0", + "cypress": "16.1.0", "cypress-cucumber-steps": "3.64.3", "eslint": "10.10.0", "eslint-plugin-prettier": "5.5.6",