From b74785ba1956b5eff2c848ab4909672d1eef94bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:54:43 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 10.9.4 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 10.9.4. - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harttle/liquidjs/compare/v9.22.1...v10.9.4) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4227647207de..6a14dbf8b8e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^10.9.4", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -15203,21 +15203,32 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==", + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.4.tgz", + "integrity": "sha512-E7SmGMwhv0Pa1Yau6odd2EgNPAmrx1OOjzvpm9AFxBGVtCX2Bx4fOCDtDCML13L7g6zjLPN7Kb/kakyAl2HTPQ==", + "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": "3.12.2", "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.12.2.tgz", @@ -37285,9 +37296,19 @@ } }, "liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==" + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.4.tgz", + "integrity": "sha512-E7SmGMwhv0Pa1Yau6odd2EgNPAmrx1OOjzvpm9AFxBGVtCX2Bx4fOCDtDCML13L7g6zjLPN7Kb/kakyAl2HTPQ==", + "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": "3.12.2", diff --git a/package.json b/package.json index 3bbc29506b50..44bfdcd7a3a9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^10.9.4", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",