From fd2aabf55c12e3798e84079011e73b5c4a4ced26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 19:55:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c8e55f0..b9e03aef 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "es6-promise-promise": "^1.0.0", "isomorphic-fetch": "^2.2.1", "js-cookie": "^2.2.0", - "lodash": "^4.17.5", + "lodash": "^4.17.17", "nanoid": "^1.0.2", "ng-build": "git+ssh://git@github.com:bigcommerce-labs/ng-build.git#14.0.10", "prop-types": "^15.6.1",