From 23bcfdf305d44b2feaca7eb3bd6817d8e46a43e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 06:22:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 714f2a79dd..8a3bab1dd4 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,13 @@ "shelljs": "0.8.3", "shx": "0.2.2", "snyk": "^1.364.0", - "ts-loader": "5.4.5", + "ts-loader": "8.0.14", "tslint": "5.5.0", "typescript": "3.8.3", "vsce": "1.62.0", "vscode-test": "1.4.0", - "webpack": "4.30.0", - "webpack-cli": "3.3.5" + "webpack": "5.0.0", + "webpack-cli": "4.0.0" }, "scripts": { "postinstall": "lerna bootstrap --no-ci -- --no-package-lock && node scripts/reformat-with-prettier",