From b3dd3c2c2f61e40dd32e05c8ca316375f817cf9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:47:16 +0000 Subject: [PATCH] Chore(deps): 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 ba51b8e15..fba0d01d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "humanize-duration": "^3.33.2", "ioredis": "^5.9.2", "joi": "^17.13.3", - "liquidjs": "^10.24.0", + "liquidjs": "^10.25.7", "lodash": "^4.17.21", "marked": "^17.0.1", "nunjucks": "^3.2.4", @@ -22505,9 +22505,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 1fea1216a..ca74ca107 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "humanize-duration": "^3.33.2", "ioredis": "^5.9.2", "joi": "^17.13.3", - "liquidjs": "^10.24.0", + "liquidjs": "^10.25.7", "lodash": "^4.17.21", "marked": "^17.0.1", "nunjucks": "^3.2.4",