From 3bf31d30f810226c5cb91cca6bacbf559bf8f018 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Apr 2026 22:22:43 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3b6d7c048be..1c3ed506d3bc 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,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.17.23", "lodash-es": "^4.17.23", "lowdb": "7.0.1",