From 5e67e6324d83a355e1cbe945591cebac7776719d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:07:52 +0000 Subject: [PATCH] chore(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-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b6d78f8..fb92caf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", - "cypress": "^15.8.0", + "cypress": "^15.8.1", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.3", "gettext-parser": "^8.0.0", @@ -5438,9 +5438,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.0.tgz", - "integrity": "sha512-/k/KT8IIvcxarRSNb5AIhT1Yxx1pXsNIrL96Ht/c0pBOO/XcsjgjD4ZlG16V/08dRmvU/gT7PW8FBz5YV+ahsA==", + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.1.tgz", + "integrity": "sha512-ogc62stTQGh1395ipKxfCE5hQuSApTzeH5e0d9U6m7wYO9HQeCpgnkYtBtd0MbkN2Fnch5Od2mX9u4hoTlrH4Q==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -5483,7 +5483,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", @@ -12171,9 +12171,9 @@ "dev": true }, "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 96916e5e..93fa3fa5 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", - "cypress": "^15.8.0", + "cypress": "^15.8.1", "cypress-file-upload": "^5.0.8", "gettext-extractor": "^4.0.3", "gettext-parser": "^8.0.0",