From 89cae0ca6aafe6b21e867514cc093f2feb444298 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 01:10:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INI-1048974 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8e9e8c229ea9a..a32254b4a0785 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "generate-github-config": "node extensions/github-authentication/build/generateconfig.js" }, "dependencies": { - "applicationinsights": "1.0.8", - "chokidar": "3.2.3", + "applicationinsights": "2.7.1", + "chokidar": "3.5.2", "graceful-fs": "4.2.3", "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.3", + "https-proxy-agent": "^4.0.0", "iconv-lite": "0.5.0", "jschardet": "2.1.1", - "keytar": "^5.5.0", + "keytar": "^7.1.0", "minimist": "^1.2.5", "native-is-elevated": "0.4.1", "native-keymap": "2.1.2",