From ca894e6d8f1cbbf615d8756d92eee9891236c38d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Sep 2021 19:13:56 +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 bfbed9ea0bab4..2ed246e3d39c0 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "umask": "~1.1.0", "unique-filename": "^1.1.1", "unpipe": "~1.0.0", - "update-notifier": "^2.5.0", + "update-notifier": "^3.0.0", "uuid": "^3.3.3", "validate-npm-package-license": "^3.0.4", "validate-npm-package-name": "~3.0.0",