From d80fe8bb8a65265865b4067c231273705d180787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:23:05 +0000 Subject: [PATCH] Bump uuid and cypress in /client Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Removes `uuid` Updates `cypress` from 15.14.2 to 15.15.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.14.2...v15.15.0) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: cypress dependency-version: 15.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 31 ++++++++++--------------------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 49ca798..3706c5b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -51,7 +51,7 @@ "@vitejs/plugin-react": "^5.0.1", "@vitest/coverage-v8": "^3.2.4", "autoprefixer": "^10.4.19", - "cypress": "^15.10.0", + "cypress": "^15.15.0", "daisyui": "^4.10.1", "eslint": "^9.11.1", "eslint-plugin-react": "^7.37.1", @@ -779,9 +779,9 @@ } }, "node_modules/@cypress/request": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz", - "integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-4.0.0.tgz", + "integrity": "sha512-wGTQfwDMMMiz/muFw4YbCLwTh0uZsXKK+6zWBzftADpitSi6iM62C8GzEhNcng2srUiGPksOriQkA8zakW2R0g==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -801,11 +801,10 @@ "qs": "~6.14.1", "safe-buffer": "^5.1.2", "tough-cookie": "^5.0.0", - "tunnel-agent": "^0.6.0", - "uuid": "^8.3.2" + "tunnel-agent": "^0.6.0" }, "engines": { - "node": ">= 6" + "node": ">= 14.17.0" } }, "node_modules/@cypress/xvfb": { @@ -5372,14 +5371,14 @@ } }, "node_modules/cypress": { - "version": "15.14.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.2.tgz", - "integrity": "sha512-xMWg/iEImeIThRQZdnf3BFJT1a84apM/R91Feoa4vVWGuYWDphMT5jLhRVTBVlCgi+6axegF1zqhNyjhug2SsQ==", + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.15.0.tgz", + "integrity": "sha512-N8qBv3AUYn6xfIG73O5O58kTClUBSZ7a3C08IQFkSGTUdEauJ3BqwTFb/f9KPZgadftoZjllC0XSwD7xNNolbA==", "dev": true, "hasInstallScript": true, "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.10", + "@cypress/request": "^4.0.0", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -13511,16 +13510,6 @@ "dev": true, "license": "MIT" }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-to-istanbul": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", diff --git a/client/package.json b/client/package.json index 6eb7bc5..adce8fd 100644 --- a/client/package.json +++ b/client/package.json @@ -55,7 +55,7 @@ "@vitejs/plugin-react": "^5.0.1", "@vitest/coverage-v8": "^3.2.4", "autoprefixer": "^10.4.19", - "cypress": "^15.10.0", + "cypress": "^15.15.0", "daisyui": "^4.10.1", "eslint": "^9.11.1", "eslint-plugin-react": "^7.37.1",