From 3bf36efc3dccaea8186232cde476d0cee878d9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:20:53 +0000 Subject: [PATCH] Bump liquidjs from 10.24.0 to 10.25.5 in /backend Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.24.0 to 10.25.5. - [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.5) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.25.5 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 e31bf22325..274eeb90b8 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.5", "lodash": "^4.17.23", "moment": "^2.30.1", "mysql2": "^3.18.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index 4fbf7eee8a..decfcafafb 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.5: + version "10.25.5" + resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.25.5.tgz#09c1ee6d6c00a5464e3b9a5bb3889b14f04fcc05" + integrity sha512-GKiKeZjJDdVoQAu+S9rzkYsYnYhcep5W3WwZXgb5f+yq484P/k9JqamBbGYu+LBEixcUAXZr2jogdAIjB3ki1w== dependencies: commander "^10.0.0"