From 0f46c9d32a504610b4c43e733438ada878a8a124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:03:19 +0000 Subject: [PATCH] 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66b5ea0f2..dff7091de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "glob": "13.0.6", "hamburgers": "1.2.1", "jquery": "3.7.1", - "liquidjs": "10.27.2", + "liquidjs": "10.28.0", "lunr": "2.3.9", "slick-carousel": "1.8.1", "velocity-animate": "1.5.2", @@ -8020,9 +8020,9 @@ } }, "node_modules/liquidjs": { - "version": "10.27.2", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.27.2.tgz", - "integrity": "sha512-kvknfAEtOHjHkAAv7GxLEJh8ghpMQm3Fc4uWVyF7hERSTsSRsdC7saWs0p5aDG7GDcWsu5o+T4232O+8KZO55w==", + "version": "10.28.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.28.0.tgz", + "integrity": "sha512-b6tmBXYMQTuGPnM5vB0CuZMo5kvmKMtSB/gvUWP6RFn2pIB5s+bJkBfIyJnattkc5bgeAiflrZVptx3iaLLioQ==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 972a2f5eb..f81540457 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "glob": "13.0.6", "hamburgers": "1.2.1", "jquery": "3.7.1", - "liquidjs": "10.27.2", + "liquidjs": "10.28.0", "lunr": "2.3.9", "slick-carousel": "1.8.1", "velocity-animate": "1.5.2",