diff --git a/package-lock.json b/package-lock.json index e24993fa337a..9785ac938411 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": "9.22.1", + "liquidjs": "10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5", @@ -6975,7 +6975,6 @@ }, "node_modules/commander": { "version": "10.0.0", - "dev": true, "license": "MIT", "engines": { "node": ">=14" @@ -13702,14 +13701,18 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "license": "MIT", + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.1.tgz", + "integrity": "sha512-tl9nWBZrrKcC61yfih3lbtSjAn+k7e0HhwydPjQKI4+metLk927HYBfXfbf6yrCcYjnBnLzk8xMjUF83yknAQQ==", + "dependencies": { + "commander": "^10.0.0" + }, "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=4.8.7" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -24715,8 +24718,7 @@ "version": "2.0.2" }, "commander": { - "version": "10.0.0", - "dev": true + "version": "10.0.0" }, "commondir": { "version": "1.0.1", @@ -29061,7 +29063,12 @@ } }, "liquidjs": { - "version": "9.22.1" + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.1.tgz", + "integrity": "sha512-tl9nWBZrrKcC61yfih3lbtSjAn+k7e0HhwydPjQKI4+metLk927HYBfXfbf6yrCcYjnBnLzk8xMjUF83yknAQQ==", + "requires": { + "commander": "^10.0.0" + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 293cacf00c54..f9e83bbcbf33 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5",