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",