From a057c5744bf690a4ca866dcba33014bfc05f6178 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 14 Feb 2019 16:19:17 +0000 Subject: [PATCH] fix(package): update liquidjs to version 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26974a1..6bbd0c8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "description": "gulp liquidjs static files render", "main": "index.js", "dependencies": { - "liquidjs": "^6.1.0", + "liquidjs": "^7.0.0", "plugin-error": "^1.0.0", "through2": "^2.0.3" },