From 182590ebf7e3e9dc9f20a52101a5cd4a41c1ccb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:22:27 +0000 Subject: [PATCH] chore(deps): 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 5b2235183..153e9a9e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "drizzle-orm": "^0.45.2", "handlebars": "^4.7.9", "joplin-turndown-plugin-gfm": "^1.0.12", - "liquidjs": "^10.25.7", + "liquidjs": "^10.26.0", "lodash.merge": "^4.6.2", "lodash.mergewith": "^4.6.2", "lucide-react": "^1.7.0", @@ -18309,9 +18309,9 @@ "license": "MIT" }, "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 aa5305a5e..14791f43f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "drizzle-orm": "^0.45.2", "handlebars": "^4.7.9", "joplin-turndown-plugin-gfm": "^1.0.12", - "liquidjs": "^10.25.7", + "liquidjs": "^10.26.0", "lodash.merge": "^4.6.2", "lodash.mergewith": "^4.6.2", "lucide-react": "^1.7.0",