From 16bb1b47a2c310f143bfc608d66d1cb07808685f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 22:32:07 +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 b8aa898..7d380c8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-promise": "^3.7.0", "eslint-plugin-react": "^7.7.0", "eslint-plugin-standard": "^3.0.1", - "lodash": "^4.17.11" + "lodash": "^4.17.17" }, "devDependencies": { "chai": "^4.1.2",