From 3044da21e4260543f58719f45f011bafde0fdfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:11:20 +0000 Subject: [PATCH] Bump systeminformation and cypress in /test/e2e/kueueviz Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) to 5.27.14 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `systeminformation` from 5.27.7 to 5.27.14 - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.27.7...v5.27.14) Updates `cypress` from 15.7.1 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.7.1...v15.8.1) --- updated-dependencies: - dependency-name: systeminformation dependency-version: 5.27.14 dependency-type: indirect - dependency-name: cypress dependency-version: 15.8.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test/e2e/kueueviz/package-lock.json | 16 ++++++++-------- test/e2e/kueueviz/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/e2e/kueueviz/package-lock.json b/test/e2e/kueueviz/package-lock.json index ff1e46308f3..431bbf53e85 100644 --- a/test/e2e/kueueviz/package-lock.json +++ b/test/e2e/kueueviz/package-lock.json @@ -9,7 +9,7 @@ "version": "0.15.1", "devDependencies": { "@testing-library/cypress": "^10.1.0", - "cypress": "^15.7.1", + "cypress": "^15.8.1", "depcheck": "^1.4.7" } }, @@ -1015,9 +1015,9 @@ } }, "node_modules/cypress": { - "version": "15.7.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz", - "integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==", + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.1.tgz", + "integrity": "sha512-ogc62stTQGh1395ipKxfCE5hQuSApTzeH5e0d9U6m7wYO9HQeCpgnkYtBtd0MbkN2Fnch5Od2mX9u4hoTlrH4Q==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -1060,7 +1060,7 @@ "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", @@ -3202,9 +3202,9 @@ } }, "node_modules/systeminformation": { - "version": "5.27.7", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz", - "integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==", + "version": "5.27.14", + "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.14.tgz", + "integrity": "sha512-3DoNDYSZBLxBwaJtQGWNpq0fonga/VZ47HY1+7/G3YoIPaPz93Df6egSzzTKbEMmlzUpy3eQ0nR9REuYIycXGg==", "dev": true, "license": "MIT", "os": [ diff --git a/test/e2e/kueueviz/package.json b/test/e2e/kueueviz/package.json index 06345201eed..a817a17080f 100644 --- a/test/e2e/kueueviz/package.json +++ b/test/e2e/kueueviz/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@testing-library/cypress": "^10.1.0", - "cypress": "^15.7.1", + "cypress": "^15.8.1", "depcheck": "^1.4.7" } }