From 6b5de47b8d8efb4f1f3524632d22d9f6261fe3aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 08:07:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c1b6ef04..a342892de 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.17", "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",