From c3ab91026ad7f0dab5ff085616cbd3fb7e9c9725 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Oct 2020 08:30:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NPMUSERVALIDATE-1019352 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5507a941edf..48a3b12ab22 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "npm-install-checks": "~3.0.0", "npm-package-arg": "~4.2.0", "npm-registry-client": "~7.3.0", - "npm-user-validate": "~0.1.5", + "npm-user-validate": "~1.0.1", "npmlog": "~4.0.1", "once": "~1.4.0", "opener": "~1.4.2",