From c0589b6be8a64aaf05a8af86c6952f97b5a818b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Mar 2020 04:27:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDEFSAFE-548940 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba66d872..f19abff4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "minimatch": "^3.0.0", "ps-tree": "^1.0.1", "touch": "1.0.0", - "undefsafe": "0.0.3", + "undefsafe": "2.0.3", "update-notifier": "0.5.0" } }