From 0edd11fa3b6674ee5faa06e29e958e6bf3283014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:47:26 +0000 Subject: [PATCH] Bump liquidjs from 10.25.5 to 10.25.7 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.25.5 to 10.25.7. - [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.5...v10.25.7) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.25.7 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 67451b1e6782..df94b567b6b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.5", "js-yaml": "^4.1.1", - "liquidjs": "^10.25.5", + "liquidjs": "^10.25.7", "lodash": "^4.18.0", "lodash-es": "^4.18.0", "lowdb": "7.0.1", @@ -13100,9 +13100,9 @@ } }, "node_modules/liquidjs": { - "version": "10.25.5", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.25.5.tgz", - "integrity": "sha512-GKiKeZjJDdVoQAu+S9rzkYsYnYhcep5W3WwZXgb5f+yq484P/k9JqamBbGYu+LBEixcUAXZr2jogdAIjB3ki1w==", + "version": "10.25.7", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.25.7.tgz", + "integrity": "sha512-rPCjJLiD4eDhQjvv964AeXFC+HbeYBbZrd7Z82Q6hqv1lX7G+5w4SJcKLn9CAAAwHI4aS3dTdo083UB79K3pDA==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 18f9cb677a4e..09d79e999f06 100644 --- a/package.json +++ b/package.json @@ -225,7 +225,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.5", "js-yaml": "^4.1.1", - "liquidjs": "^10.25.5", + "liquidjs": "^10.25.7", "lodash": "^4.18.0", "lodash-es": "^4.18.0", "lowdb": "7.0.1",