From 0e2d8342c311e6ec7ded0c0a12c73f366f64e838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 08:03:16 +0000 Subject: [PATCH] fix(deps): bump liquidjs from 10.27.2 to 10.28.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.27.2 to 10.28.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/v10.27.2...v10.28.0) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c48031e6..6b9b147e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "enquirer": "^2.4.1", "find-up": "^5.0.0", "fs-extra": "^11.4.0", - "liquidjs": "^10.27.2", + "liquidjs": "^10.28.0", "locale-codes": "^1.3.1", "lodash": "^4.18.1", "open": "8.4.2", diff --git a/yarn.lock b/yarn.lock index c6d9b46a..c04e0228 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3724,10 +3724,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -liquidjs@^10.27.2: - version "10.27.2" - resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.27.2.tgz#4cf2940632c154fc87554d5a34c40e5d618785fe" - integrity sha512-kvknfAEtOHjHkAAv7GxLEJh8ghpMQm3Fc4uWVyF7hERSTsSRsdC7saWs0p5aDG7GDcWsu5o+T4232O+8KZO55w== +liquidjs@^10.28.0: + version "10.28.0" + resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.28.0.tgz#af5e0529bdccc36e4a3ce3c5fc3bda0cb0197c48" + integrity sha512-b6tmBXYMQTuGPnM5vB0CuZMo5kvmKMtSB/gvUWP6RFn2pIB5s+bJkBfIyJnattkc5bgeAiflrZVptx3iaLLioQ== dependencies: commander "^10.0.0"