From ef7837937ced52880fe585e0d9f627078e910dd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 08:33:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfc1a87f..8e4cabea 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "tslint": "^5.8.0", "tslint-eslint-rules": "^4.1.1", "uglify-es": "3.2.2", - "webpack": "3.12.0", + "webpack": "4.0.0", "ws": "3.3.2", "xml2js": "^0.4.19" },