From 76ed2463f6df6ef7db9efdb10b8fc61d713c312b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Apr 2026 01:09:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15930991 - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15930992 - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15953341 - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15953364 - https://snyk.io/vuln/SNYK-JS-NEXT-15954202 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1ff05782932..18f9cb677a4e 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.5", "js-yaml": "^4.1.1", - "liquidjs": "^10.25.0", + "liquidjs": "^10.25.5", "lodash": "^4.18.0", "lodash-es": "^4.18.0", "lowdb": "7.0.1", @@ -237,7 +237,7 @@ "mdast-util-to-markdown": "2.1.2", "mdast-util-to-string": "^4.0.0", "micromark-extension-gfm": "^3.0.0", - "next": "^16.1.7", + "next": "^16.2.3", "ora": "^9.3.0", "parse5": "7.1.2", "quick-lru": "7.0.1",