From c8d4cb7bdf40a343472c4699d2938008315cb502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jan 2026 10:45:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9fcbda8d3f4..854c0b60600b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "babel-preset-env": "^1.7.0", "browser-date-formatter": "^3.0.3", "change-case": "^3.1.0", - "cheerio": "^1.0.0-rc.3", + "cheerio": "^1.0.0", "compression": "^1.7.4", "connect-datadog": "0.0.9", "connect-slashes": "^1.4.0", @@ -65,7 +65,7 @@ "js-yaml": "^3.14.0", "linkinator": "^4.0.0", "liquid": "^5.1.0", - "lodash": "^4.17.19", + "lodash": "^4.17.23", "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "mdast-util-from-markdown": "^0.8.4",