From 49e43dcc772741b53545de26c207862ecd301f5a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:08:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - 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 972102cd08ee..e0f255d1773f 100644 --- a/package.json +++ b/package.json @@ -54,13 +54,13 @@ "js-cookie": "^2.2.1", "js-yaml": "^4.1.0", "liquidjs": "^9.22.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", + "next": "^12.0.8", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8",