From 9d12f001c433fc0459afcd186d02b4af8c44bdd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 03:12:20 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- deps/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 9926248eeb55a0..a961fc9bed0a8f 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -135,7 +135,7 @@ "umask": "~1.1.0", "unique-filename": "~1.1.0", "unpipe": "~1.0.0", - "update-notifier": "^2.5.0", + "update-notifier": "^3.0.0", "uuid": "^3.2.1", "validate-npm-package-license": "^3.0.3", "validate-npm-package-name": "~3.0.0",