From 913fbaaa9b8cc1f41cb2e8bd7d54b4aff522c002 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jun 2022 20:52:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9d854c..1f1c58c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "shelljs": "^0.7.0", "slush": "^1.1.1", "style-loader": "^0.13.1", - "update-notifier": "^0.7.0", + "update-notifier": "^6.0.0", "url-loader": "^0.5.7", "webpack": "1.13.0", "webpack-dev-server": "~1.14.1",