From cd1508c4e8a1617e7189e6363f988e4db2583d70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 06:47:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-2952868 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bdc8f610c9e..b4037f2d5a58 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "js-cookie": "^2.2.1", "js-yaml": "^3.14.0", "linkinator": "^2.13.6", - "liquidjs": "^9.22.1", + "liquidjs": "^10.0.0", "lodash": "^4.17.20", "lunr": "^2.3.9", "lunr-languages": "^1.4.0",