From 0223a428341789cf9bfc95aa77d887bad1ba07c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 07:00:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a82de56e1..17ebf68066 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "html-webpack-plugin": "^4.3.0", "inspectpack": "^4.5.2", "less-loader": "^6.2.0", - "lodash": "4.17.20", + "lodash": "4.17.21", "markdown-spellcheck": "^1.3.1", "markdownlint": "^0.20.4", "markdownlint-cli": "^0.23.2",