From 252dbe6bf6aa5be74a9916d5869a811e3106f2d9 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 08:08:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c1b6ef04..1502dd562 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "jscs-jsdoc": "^2.0.0", "jscs-preset-wikimedia": "~1.0.0", "jsonlint": "~1.6.2", - "lodash": "~3.10.0", + "lodash": "~4.17.12", "minimatch": "~3.0.0", "natural-compare": "~1.2.2", "pathval": "~0.1.1", @@ -85,7 +85,7 @@ "to-single-quotes": "^2.0.0", "vow": "~0.4.8", "vow-fs": "~0.3.4", - "xmlbuilder": "^3.1.0" + "xmlbuilder": "^4.2.1" }, "devDependencies": { "chai": "^3.3.0",