From 4a694818e958b06355448fa8b8e39905fd73938a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Jul 2022 21:07:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9d854c..2d3a400 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,6 @@ "url-loader": "^0.5.7", "webpack": "1.13.0", "webpack-dev-server": "~1.14.1", - "webpack-hud": "0.0.8" + "webpack-hud": "0.1.2" } }