From a96c6da5cbd7d79a8c30e47e6162a211f4a0c4ef Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Thu, 8 Aug 2019 18:00:14 +0200 Subject: [PATCH] fix(package): update vulnerable dependencies (#185) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0814dbf4..b033c1d9 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "aggregate-error": "^3.0.0", "execa": "^2.0.2", "fs-extra": "^8.0.0", - "lodash": "^4.17.4", + "lodash": "^4.17.15", "nerf-dart": "^1.0.0", "normalize-url": "^4.0.0", - "npm": "^6.8.0", + "npm": "^6.10.3", "rc": "^1.2.8", "read-pkg": "^5.0.0", "registry-auth-token": "^4.0.0",