From c02eeaddcac4a05cf3679d672515a8b35c015195 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 06:39:26 +0000 Subject: [PATCH] fix: deps/npm/node_modules/https-proxy-agent/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-PROXY-5661790 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- deps/npm/node_modules/https-proxy-agent/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deps/npm/node_modules/https-proxy-agent/package.json b/deps/npm/node_modules/https-proxy-agent/package.json index fb2aba1b946951..f2c5e97189d112 100644 --- a/deps/npm/node_modules/https-proxy-agent/package.json +++ b/deps/npm/node_modules/https-proxy-agent/package.json @@ -36,17 +36,17 @@ "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": "2.32.0", + "eslint": "7.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-import": "2.25.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.12.4", - "mocha": "^6.2.2", - "proxy": "1", + "mocha": "^10.1.0", + "proxy": "2.1.1", "rimraf": "^3.0.0", "typescript": "^3.5.3" },