From 9e6c8c458b604916be15c9d92efe43633d558b67 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 2 Feb 2025 09:18:40 -0800 Subject: [PATCH] chore: upgrading liquidjs to 10.20.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7b9ccb..dcd0ec2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "@jaredwray/fumanchu": "^3.0.2", "ejs": "^3.1.10", - "liquidjs": "^10.20.0", + "liquidjs": "^10.20.2", "nunjucks": "^3.2.4", "pug": "^3.0.3", "underscore": "^1.13.7",