diff --git a/package-lock.json b/package-lock.json index 680014bbdd1d..0a38a5581724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.6.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5", @@ -7243,7 +7243,6 @@ "version": "10.0.0", "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", - "dev": true, "engines": { "node": ">=14" } @@ -14285,14 +14284,18 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "license": "MIT", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.6.0.tgz", + "integrity": "sha512-FyC0mJdS5B/tOd27LjGm+qX5TLQmXsnL2VnD5mnEZfTmNoAKx85YM+odke2lU/vME5R6r5Ef4Sig36Fb+umUhQ==", + "dependencies": { + "commander": "^10.0.0" + }, "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=4.8.7" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -26212,8 +26215,7 @@ "commander": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", - "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", - "dev": true + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==" }, "commondir": { "version": "1.0.1", @@ -31196,7 +31198,12 @@ } }, "liquidjs": { - "version": "9.22.1" + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.6.0.tgz", + "integrity": "sha512-FyC0mJdS5B/tOd27LjGm+qX5TLQmXsnL2VnD5mnEZfTmNoAKx85YM+odke2lU/vME5R6r5Ef4Sig36Fb+umUhQ==", + "requires": { + "commander": "^10.0.0" + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 1bb38a5a0c3a..fad71937e3e1 100644 --- a/package.json +++ b/package.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.6.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5",