From a9483e1bc8c04b98c03d314657c2cbc1a0372aa9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 07:51:49 +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 33016d4..453bc85 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "normalize-url": "^4.3.0", "p-map": "^2.1.0", "p-waterfall": "^2.1.0", - "update-notifier": "^2.5.0", + "update-notifier": "^3.0.0", "url-parse": "^1.4.7", "url-regex": "^5.0.0", "write-file-atomic": "^2.4.2"