From b68c5f445e33b471698fe1b368400cd04fc78c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 01:01:44 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 15.8.0 to 15.8.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.8.0 to 15.8.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.8.0...v15.8.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 70ea4ee0..6a4f70e6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vue/vue3-jest": "^29.2.6", "babel-jest": "^30.2.0", "babel-loader": "^10.0.0", - "cypress": "^15.8.0", + "cypress": "^15.8.1", "eslint": "^9.39.2", "eslint-plugin-cypress": "^5.2.0", "eslint-plugin-import": "^2.32.0", diff --git a/yarn.lock b/yarn.lock index 4ac9f6bb..938c9aa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4373,10 +4373,10 @@ csstype@^3.1.3: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== -cypress@^15.8.0: - version "15.8.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.0.tgz#b6d9d0b921eeb4be3b393fb5f974c7588e4da584" - integrity sha512-/k/KT8IIvcxarRSNb5AIhT1Yxx1pXsNIrL96Ht/c0pBOO/XcsjgjD4ZlG16V/08dRmvU/gT7PW8FBz5YV+ahsA== +cypress@^15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-15.8.1.tgz#48fcb0859b8b656534c9bb3f3abbf37554a2bb2d" + integrity sha512-ogc62stTQGh1395ipKxfCE5hQuSApTzeH5e0d9U6m7wYO9HQeCpgnkYtBtd0MbkN2Fnch5Od2mX9u4hoTlrH4Q== dependencies: "@cypress/request" "^3.0.9" "@cypress/xvfb" "^1.2.4" @@ -4415,7 +4415,7 @@ cypress@^15.8.0: proxy-from-env "1.0.0" request-progress "^3.0.0" supports-color "^8.1.1" - systeminformation "5.27.7" + systeminformation "^5.27.14" tmp "~0.2.4" tree-kill "1.2.2" untildify "^4.0.0" @@ -10038,10 +10038,10 @@ synckit@^0.11.8: dependencies: "@pkgr/core" "^0.2.4" -systeminformation@5.27.7: - version "5.27.7" - resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.27.7.tgz#4dc9d436419948cd5e5f076779a1298220d19a72" - integrity sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg== +systeminformation@^5.27.14: + version "5.27.14" + resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.27.14.tgz#9f2b181521c151dad4972d47936ebb49a3271e9d" + integrity sha512-3DoNDYSZBLxBwaJtQGWNpq0fonga/VZ47HY1+7/G3YoIPaPz93Df6egSzzTKbEMmlzUpy3eQ0nR9REuYIycXGg== tapable@^1.0.0: version "1.1.3"