From dc9b149b3be41541d704c85210627d933ff76c04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 04:10: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 0220dbe55..7772f5303 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "js-beautify": "^1.7.5", "jspolyfill-array.prototype.find": "^0.1.3", "jsrsasign": "^8.0.3", - "lodash": "^4.17.12", + "lodash": "^4.17.21", "long": "^4.0.0", "msgpack-lite": "^0.1.26", "prop-types": "^15.6.0",