From 086f0d5e6d596bf4e9761b4ce4969625503c9942 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Oct 2020 00:29:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1017036 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd0ecff..d02f9be 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "hide-property": "0.0.1", "md5": "^2.0.0", "mkdirp": "^0.5.1", - "object-path": "^0.9.2", + "object-path": "^0.11.5", "sugar-glob": "^2.0.0" } }