From 94c09d86f7e295ae392f42eb1018c0cbd706486e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 19:27:14 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de9761a8..1d0905fc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "tslint": "3.15.1", "tslint-eslint-rules": "1.5.0", "uglify-js": "2.7.3", - "webpack": "2.2.0-rc.3", + "webpack": "5.0.0", "ws": "1.1.1", "xml2js": "^0.4.17" },