From 0fc0b589e44261256a9b71bfec5ac48a0e21db50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 04:56:17 +0000 Subject: [PATCH] build(deps): Bump cypress from 15.21.1 to 16.0.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.21.1 to 16.0.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.21.1...v16.0.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 16.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 063a81c3b..985ba617b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@xterm/xterm": "^6.0.0", "angular-oauth2-oidc": "^20.0.2", "angular-oauth2-oidc-jwks": "^20.0.0", + "cypress": "16.0.0", "date-fns": "^4.4.0", "esbuild": "^0.28.2", "monaco-editor": "^0.55.1", @@ -42,7 +43,7 @@ "@eslint/js": "^10.0.1", "@vitest/coverage-v8": "^4.1.11", "angular-eslint": "21.4.0", - "cypress": "^15.21.1", + "cypress": "^16.0.0", "eslint": "^10.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-license-header": "^0.9.0", @@ -57,7 +58,7 @@ "vitest": "^4.1.11" }, "optionalDependencies": { - "cypress": "^15.21.1" + "cypress": "^16.0.0" } }, "node_modules/@algolia/abtesting": { @@ -10727,9 +10728,9 @@ } }, "node_modules/cypress": { - "version": "15.21.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", - "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-16.0.0.tgz", + "integrity": "sha512-/H3zsayGwIGboFIiLWaXxy6ADmCdWy5QjjDBZgslCvjIgYAf1DkZerwAM7wXMPSpfpQ4w+lGjFlmwneRBpg27g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -10750,7 +10751,7 @@ "cli-table3": "0.6.1", "commander": "^6.2.1", "common-tags": "^1.8.0", - "dayjs": "^1.10.4", + "dayjs": "^1.11.23", "debug": "^4.3.4", "eventemitter2": "6.4.7", "execa": "4.1.0", @@ -10778,7 +10779,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^20.1.0 || ^22.0.0 || >=24.0.0" + "node": "^22.0.0 || ^24.0.0 || >=26.0.0" } }, "node_modules/dashdash": { @@ -10805,9 +10806,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b15472101..34cefde1e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@eslint/js": "^10.0.1", "@vitest/coverage-v8": "^4.1.11", "angular-eslint": "21.4.0", - "cypress": "^15.21.1", + "cypress": "^16.0.0", "eslint": "^10.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-license-header": "^0.9.0", @@ -81,6 +81,6 @@ "vitest": "^4.1.11" }, "optionalDependencies": { - "cypress": "^15.21.1" + "cypress": "^16.0.0" } }