From 82bec036d03ade0d25f1dca8371b24d32a7b03b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:49:11 +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 a89df9b..3a8218d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "cheerio": "^0.20.0", "hsluv": "0.0.1", "http-server": "^0.12.1", - "lodash": "^4.6.1", + "lodash": "^4.17.17", "magicbook": "^0.1.19", "magicbook-codesplit": "^0.1.6", "magicbook-webpack": "0.0.4",