From 2a08bbe8ad7a923b2ab6d340e40d22096f1e229e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:11:28 +0000 Subject: [PATCH] Bump liquidjs from 10.24.0 to 10.25.0 in /backend Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.24.0 to 10.25.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.24.0...v10.25.0) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index e31bf223..a9df90ed 100644 --- a/backend/package.json +++ b/backend/package.json @@ -26,7 +26,7 @@ "gravatar": "^1.8.2", "jsonwebtoken": "^9.0.3", "knex": "3.1.0", - "liquidjs": "10.24.0", + "liquidjs": "10.25.0", "lodash": "^4.17.23", "moment": "^2.30.1", "mysql2": "^3.18.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index 4fbf7eee..5a2fa645 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -1597,10 +1597,10 @@ lazystream@^1.0.0: dependencies: readable-stream "^2.0.5" -liquidjs@10.24.0: - version "10.24.0" - resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.24.0.tgz#1aa832189b48b4102049dfa7a8eea40281fa9389" - integrity sha512-TAUNAdgwaAXjjcUFuYVJm9kOVH7zc0mTKxsG9t9Lu4qdWjB2BEblyVIYpjWcmJLMGgiYqnGNJjpNMHx0gp/46A== +liquidjs@10.25.0: + version "10.25.0" + resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.25.0.tgz#a5ec7063c3202348dc5988343502ad27072f4997" + integrity sha512-XpO7AiGULTG4xcTlwkcTI5JreFG7b6esLCLp+aUSh7YuQErJZEoUXre9u9rbdb0057pfWG4l0VursvLd5Q/eAw== dependencies: commander "^10.0.0"