From c7015a3c3ca11412de0ba3c72e7744a464bdf8ae Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 8 Aug 2018 11:39:34 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#41) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:deep-extend:20180409 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f006594..b2697ea 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "is-text-path": "^1.0.1", "is-type-of": "^1.2.0", "mem-fs": "^1.1.3", - "mem-fs-editor": "^3.0.2", + "mem-fs-editor": "^4.0.0", "mkdirp": "^0.5.1", "mz-modules": "^2.0.0", "node-homedir": "^1.1.0",