From b42f59369207a2d4f6e6a3c6335dd776580cd88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:22:33 +0000 Subject: [PATCH] Bump liquidjs from 10.25.7 to 10.26.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.25.7 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/v10.25.7...v10.26.0) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.26.0 dependency-type: direct:production ... 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 ce334471645a..c3be2ea63978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.7", "js-yaml": "^4.1.1", - "liquidjs": "^10.25.7", + "liquidjs": "^10.26.0", "lodash": "^4.18.0", "lodash-es": "^4.18.0", "lowdb": "7.0.1", @@ -12580,9 +12580,9 @@ } }, "node_modules/liquidjs": { - "version": "10.25.7", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.25.7.tgz", - "integrity": "sha512-rPCjJLiD4eDhQjvv964AeXFC+HbeYBbZrd7Z82Q6hqv1lX7G+5w4SJcKLn9CAAAwHI4aS3dTdo083UB79K3pDA==", + "version": "10.26.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.26.0.tgz", + "integrity": "sha512-Ub9FFNOLB9tdH/gB2MKkeU7x9NifoVidxAam6YWU7LUcy7Glumi6q5C3tDpWOEpeNaT8Cdwdb1axEdlvLSoyaQ==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index c2f0a55689f7..8ea3e37ee546 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.7", "js-yaml": "^4.1.1", - "liquidjs": "^10.25.7", + "liquidjs": "^10.26.0", "lodash": "^4.18.0", "lodash-es": "^4.18.0", "lowdb": "7.0.1",