From 159862d29d58b7f12df99f9f3dd12099f6f8202e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 18:38:32 +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-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 770b44b0c1ff5..67f11214afc12 100644 --- a/package.json +++ b/package.json @@ -47,14 +47,14 @@ "eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions" }, "dependencies": { - "applicationinsights": "1.0.8", - "chokidar": "3.4.2", + "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-umd": "0.6.8", "jschardet": "2.2.1", - "keytar": "^5.5.0", + "keytar": "^7.1.0", "minimist": "^1.2.5", "native-is-elevated": "0.4.1", "native-keymap": "2.2.0",