From fc2c26832496097e26d161a812c0eecc7ea9f74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:08:38 +0000 Subject: [PATCH] build(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 02eaab6a..5105d625 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/eslint-config-typescript": "^14.9.0", "@vue/test-utils": "2.4.6", - "cypress": "^15.21.1", + "cypress": "^16.0.0", "eslint": "^10.10.0", "eslint-plugin-cypress": "^7.0.1", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index 66c742aa..c3a4cb91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1484,10 +1484,10 @@ csstype@^3.2.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== -cypress@^15.21.1: - version "15.21.1" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.21.1.tgz#51653d58fa0e9994a11406aa3df2bee716264f9a" - integrity sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw== +cypress@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-16.0.0.tgz#22afcb0dbc9dda87188b05b0d7ac058215b8c35e" + integrity sha512-/H3zsayGwIGboFIiLWaXxy6ADmCdWy5QjjDBZgslCvjIgYAf1DkZerwAM7wXMPSpfpQ4w+lGjFlmwneRBpg27g== dependencies: "@cypress/request" "^4.0.0" "@cypress/xvfb" "^1.2.4" @@ -1505,7 +1505,7 @@ cypress@^15.21.1: 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" @@ -1563,10 +1563,10 @@ data-view-byte-offset@^1.0.1: es-errors "^1.3.0" is-data-view "^1.0.1" -dayjs@^1.10.4: - version "1.11.20" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.20.tgz#88d919fd639dc991415da5f4cb6f1b6650811938" - integrity sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ== +dayjs@^1.11.23: + version "1.11.23" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.23.tgz#b0a363506dde5f36cf5075e42ebe8115165a8c79" + integrity sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ== debug@4, debug@4.4.3, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.3: version "4.4.3"