From f15a214f874a71819d0740553978584de3771e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 03:13:43 +0000 Subject: [PATCH] chore(deps): bump liquidjs in /packages/webcomponents Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.7.0 to 10.26.0. - [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.7.0...v10.26.0) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/webcomponents/package-lock.json | 64 +++++++++++++++++++++--- packages/webcomponents/package.json | 2 +- 2 files changed, 57 insertions(+), 9 deletions(-) diff --git a/packages/webcomponents/package-lock.json b/packages/webcomponents/package-lock.json index f8c116db42b..5fb0d8472e7 100644 --- a/packages/webcomponents/package-lock.json +++ b/packages/webcomponents/package-lock.json @@ -15,7 +15,7 @@ "@builder.io/widgets": "^1.2.26", "@emotion/core": "^10.0.22", "@types/css-font-loading-module": "0.0.4", - "liquidjs": "^9.7.0", + "liquidjs": "^10.26.0", "preact": "^10.5.7", "react": "^16.8.6", "react-dom": "^16.8.6", @@ -495,6 +495,22 @@ "vue-template-compiler": "^2.6.10" } }, + "node_modules/@builder.io/shopify/node_modules/liquidjs": { + "version": "9.43.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.43.0.tgz", + "integrity": "sha512-qZZuL5Emja2UgCqiLewiw9bvwZQwm19TTGFxDkonVzB4YSTOZ8tuTVo/7Uu/AeW1cL2Qb/at3DSoV8wwyFXQCw==", + "bin": { + "liquid": "bin/liquid.js", + "liquidjs": "bin/liquid.js" + }, + "engines": { + "node": ">=4.8.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/liquidjs" + } + }, "node_modules/@builder.io/widgets": { "version": "1.2.26", "resolved": "https://registry.npmjs.org/@builder.io/widgets/-/widgets-1.2.26.tgz", @@ -10931,15 +10947,30 @@ } }, "node_modules/liquidjs": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.7.0.tgz", - "integrity": "sha512-+XL+2c3gQUAo+HnsxT71a9y/vPdsIeP0O4OyAKlzz7Tc1Az4SCEX4wTes00AyaXeOSPa0RYAfCkrbyMu81rKdg==", + "version": "10.26.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.26.0.tgz", + "integrity": "sha512-Ub9FFNOLB9tdH/gB2MKkeU7x9NifoVidxAam6YWU7LUcy7Glumi6q5C3tDpWOEpeNaT8Cdwdb1axEdlvLSoyaQ==", + "dependencies": { + "commander": "^10.0.0" + }, "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=4.8.7" + "node": ">=16" + }, + "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/listr": { @@ -19651,6 +19682,13 @@ "node-fetch": "^2.6.0", "tslib": "^1.10.0", "vue-template-compiler": "^2.6.10" + }, + "dependencies": { + "liquidjs": { + "version": "9.43.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.43.0.tgz", + "integrity": "sha512-qZZuL5Emja2UgCqiLewiw9bvwZQwm19TTGFxDkonVzB4YSTOZ8tuTVo/7Uu/AeW1cL2Qb/at3DSoV8wwyFXQCw==" + } } }, "@builder.io/widgets": { @@ -27848,9 +27886,19 @@ } }, "liquidjs": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.7.0.tgz", - "integrity": "sha512-+XL+2c3gQUAo+HnsxT71a9y/vPdsIeP0O4OyAKlzz7Tc1Az4SCEX4wTes00AyaXeOSPa0RYAfCkrbyMu81rKdg==" + "version": "10.26.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.26.0.tgz", + "integrity": "sha512-Ub9FFNOLB9tdH/gB2MKkeU7x9NifoVidxAam6YWU7LUcy7Glumi6q5C3tDpWOEpeNaT8Cdwdb1axEdlvLSoyaQ==", + "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==" + } + } }, "listr": { "version": "0.14.3", diff --git a/packages/webcomponents/package.json b/packages/webcomponents/package.json index 35229628659..bc6c7f8829f 100644 --- a/packages/webcomponents/package.json +++ b/packages/webcomponents/package.json @@ -150,7 +150,7 @@ "@builder.io/widgets": "^1.2.26", "@emotion/core": "^10.0.22", "@types/css-font-loading-module": "0.0.4", - "liquidjs": "^9.7.0", + "liquidjs": "^10.26.0", "preact": "^10.5.7", "react": "^16.8.6", "react-dom": "^16.8.6",