From b26baa811287703b38309cb63537d347f136e07b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jan 2026 07:25:53 +0000 Subject: [PATCH] fix: upgrade liquidjs from 10.7.0 to 10.24.0 Snyk has created this PR to upgrade liquidjs from 10.7.0 to 10.24.0. See this package in npm: liquidjs See this project in Snyk: https://app.snyk.io/org/goldenk4/project/37262d4e-1582-4cd7-bdad-14180f6e611a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 918624ee9ac9..ce1c8cceb54d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.24.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "6.0.0", @@ -9641,7 +9641,9 @@ } }, "node_modules/liquidjs": { - "version": "10.7.0", + "version": "10.24.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.24.0.tgz", + "integrity": "sha512-TAUNAdgwaAXjjcUFuYVJm9kOVH7zc0mTKxsG9t9Lu4qdWjB2BEblyVIYpjWcmJLMGgiYqnGNJjpNMHx0gp/46A==", "license": "MIT", "dependencies": { "commander": "^10.0.0" @@ -9651,7 +9653,7 @@ "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=14" + "node": ">=16" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 7dd29c67b2e2..dcea2503852c 100644 --- a/package.json +++ b/package.json @@ -250,7 +250,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.24.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "6.0.0",