From 359394bb919610a75744893fc21b1c1e64b4d888 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Oct 2021 01:14:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8984e8f92..7c1b9bed0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "request": "~2.40.0", "rimraf": "^2.2.8", "semver": "^2.3.1", - "simple-glob": "~0.1.0", + "simple-glob": "~0.2.0", "tar-fs": "^0.3.2", "temp": "~0.7.0", "update-notifier": "^0.1.8",