From ae315599c3d95a5dff77dea883bc3ba8cc08234f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:18:44 +0000 Subject: [PATCH] chore(deps): Bump systeminformation and cypress 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] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab071167..d760c160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@vitejs/plugin-react": "^5.1.1", "@vitest/coverage-v8": "^4.0.15", "cors": "^2.8.5", - "cypress": "^15.7.1", + "cypress": "^15.8.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^9.39.2", "eslint-plugin-react": "^7.37.5", @@ -5662,9 +5662,9 @@ "license": "MIT" }, "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", @@ -5706,7 +5706,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", @@ -14247,9 +14247,9 @@ "license": "MIT" }, "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/package.json b/package.json index c2277adf..c0841086 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@vitejs/plugin-react": "^5.1.1", "@vitest/coverage-v8": "^4.0.15", "cors": "^2.8.5", - "cypress": "^15.7.1", + "cypress": "^15.8.1", "cypress-plugin-tab": "^1.0.5", "eslint": "^9.39.2", "eslint-plugin-react": "^7.37.5",