From 0c805194d163c308beb8ba2b597af1f0a285830b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 22:22:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15766737 - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-15767938 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3447ee89695..3301dae4c5d1 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.1", "lodash": "^4.17.23", "lodash-es": "^4.17.23", "lowdb": "7.0.1",