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",