From c30d24d1f16c31ce15a222b071503652b1e76a22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2020 21:04:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTOBJECT-548905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39f0505..05d6169 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai": "^4.1.2", "chalk": "^1.1.3", "columnify": "^1.5.4", - "dot-object": "^1.7.0", + "dot-object": "^2.1.3", "fs-extra": "^5.0.0", "global-modules": "^1.0.0", "istanbul": "^0.4.5",