From d2aa0d88cde61dc2c03ad08ddd3261260d8b9c8b Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Thu, 28 May 2026 20:04:02 +0200 Subject: [PATCH] chore: bump --- package-lock.json | 31 ++++++++++--------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 280a4c23..b33a0ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.11.0", "license": "Apache-2.0", "dependencies": { - "@cypress/request": "^3.0.10", + "@cypress/request": "^4.0.1", "@types/bluebird": "^3.5.35", "@types/node": "^18.15.3", "ajv": "^6.12.3", @@ -594,9 +594,9 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-4.0.1.tgz", + "integrity": "sha512-y20e+e6dFYkOUUJLVUZTsJRuTiXZaUQ32WD+R/ux/HBybbTx4ge7cNINcua0pU8+SNkKuRbOF12mBmzuzM8n5w==", "license": "Apache-2.0", "dependencies": { "aws-sign2": "~0.7.0", @@ -612,24 +612,13 @@ "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "~6.14.1", + "qs": "^6.15.2", "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_modules/@cypress/request/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==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" + "node": ">= 14.17.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -10383,9 +10372,9 @@ } }, "node_modules/qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" diff --git a/package.json b/package.json index be46ef7c..71811837 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "prettier": "npx prettier --write ." }, "dependencies": { - "@cypress/request": "^3.0.10", + "@cypress/request": "^4.0.1", "@types/bluebird": "^3.5.35", "@types/node": "^18.15.3", "ajv": "^6.12.3",