From 8ecb52c5221583b7fedad0479042a3bd192afcdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 17:28:17 +0000 Subject: [PATCH] fix: deps/npm/node_modules/http-proxy-agent/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/npm:debug:20170905 --- deps/npm/node_modules/http-proxy-agent/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/npm/node_modules/http-proxy-agent/package.json b/deps/npm/node_modules/http-proxy-agent/package.json index 870dd5d8af267a..fac72eb427bb00 100644 --- a/deps/npm/node_modules/http-proxy-agent/package.json +++ b/deps/npm/node_modules/http-proxy-agent/package.json @@ -37,18 +37,18 @@ "devDependencies": { "@types/debug": "4", "@types/node": "^12.12.11", - "@typescript-eslint/eslint-plugin": "1.6.0", - "@typescript-eslint/parser": "1.1.0", - "eslint": "5.16.0", + "@typescript-eslint/eslint-plugin": "1.10.1", + "@typescript-eslint/parser": "6.1.0", + "eslint": "9.0.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "4.1.0", "eslint-import-resolver-typescript": "1.1.1", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", + "mocha": "^11.0.1", "proxy": "1", - "rimraf": "^3.0.0", + "rimraf": "^4.3.1", "typescript": "^3.5.3" }, "engines": {