diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..c86b7ac4ba70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.25.5", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1", @@ -8159,7 +8159,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -10218,9 +10217,10 @@ } }, "node_modules/liquidjs": { - "version": "10.16.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.1.tgz", - "integrity": "sha512-1JFL/Y7ONoajrfwav37yuz5yQHU3+Pgz1XWsg9E/2T8Fp65KalNfMF8QZ3+tNETqGUIB66waOSLOi64niYZE9A==", + "version": "10.25.5", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.25.5.tgz", + "integrity": "sha512-GKiKeZjJDdVoQAu+S9rzkYsYnYhcep5W3WwZXgb5f+yq484P/k9JqamBbGYu+LBEixcUAXZr2jogdAIjB3ki1w==", + "license": "MIT", "dependencies": { "commander": "^10.0.0" }, @@ -10229,7 +10229,7 @@ "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=14" + "node": ">=16" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 92d746efc464..2b5a77c7a67a 100644 --- a/package.json +++ b/package.json @@ -288,7 +288,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.25.5", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1",