From f0b8a11db475a15f3475ef0b0380d53ba4395554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 03:44:09 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress from 15.21.1 to 16.1.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.21.1 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/v15.21.1...v16.1.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 16.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a426a4972..7b279dd30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@vue/test-utils": "^2.5.0", "@vue/tsconfig": "^0.9.1", "@vue/vue3-jest": "^29.2.6", - "cypress": "^15.21.1", + "cypress": "^16.1.0", "cypress-split": "^1.25.0", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^5.0.3", @@ -10114,9 +10114,9 @@ "license": "MIT" }, "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.1.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-16.1.0.tgz", + "integrity": "sha512-t8suSUVzQyHI7v6KhhA07M9ChftdfqVZNLCekhguIb+2f0fCmI8WAih5L0oGH7K6slapNduGy5zpJ+17LmSXkQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -10137,7 +10137,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", @@ -10165,7 +10165,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/cypress-split": { @@ -10408,10 +10408,11 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", - "dev": true + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", + "dev": true, + "license": "MIT" }, "node_modules/debounce": { "version": "3.0.0", diff --git a/package.json b/package.json index 882e2f107..4dc4f9804 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@vue/test-utils": "^2.5.0", "@vue/tsconfig": "^0.9.1", "@vue/vue3-jest": "^29.2.6", - "cypress": "^15.21.1", + "cypress": "^16.1.0", "cypress-split": "^1.25.0", "eslint-plugin-cypress": "^3.6.0", "eslint-webpack-plugin": "^5.0.3",