diff --git a/package-lock.json b/package-lock.json index 6e91c6c87b15..3c0f9996686b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.19.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -13671,20 +13671,32 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "license": "MIT", + "version": "10.19.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.19.1.tgz", + "integrity": "sha512-3xb+LAWB8/btUJIuqO52zTxoYovaCS5foaLjBaa/ntRh4yss4NxhZzMcJRYkcQDFGNGWbhcXzZlN7m+hSYIxcw==", + "dependencies": { + "commander": "^10.0.0" + }, "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=4.8.7" + "node": ">=14" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/liquidjs" } }, + "node_modules/liquidjs/node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "engines": { + "node": ">=14" + } + }, "node_modules/listr2": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz", @@ -30215,7 +30227,19 @@ } }, "liquidjs": { - "version": "9.22.1" + "version": "10.19.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.19.1.tgz", + "integrity": "sha512-3xb+LAWB8/btUJIuqO52zTxoYovaCS5foaLjBaa/ntRh4yss4NxhZzMcJRYkcQDFGNGWbhcXzZlN7m+hSYIxcw==", + "requires": { + "commander": "^10.0.0" + }, + "dependencies": { + "commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" + } + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 9cf95a62c701..ded14ed62af6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.19.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",