From 9c7d411b7790b7402ff31568c607ce6af78449b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Dec 2022 20:22:49 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LIQUIDJS-2952868 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f52c09a10f18..86d5aef99002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18136,9 +18136,9 @@ } }, "liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.0.0.tgz", + "integrity": "sha512-uY3fKqBSRmnat0wB5qWk0W5N5iT78OUhuIXNRiMfhYQ3p35al9mEWKQ68/Z+WD54V2upaxEM8nHaZ6o1B8WCMA==" }, "load-bmfont": { "version": "1.4.1", diff --git a/package.json b/package.json index 66d6b9f8d513..0ecfb1e188a4 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "js-cookie": "^2.2.1", "js-yaml": "^3.14.0", "linkinator": "^2.13.1", - "liquidjs": "^9.22.1", + "liquidjs": "^10.0.0", "lodash": "^4.17.20", "lunr": "^2.3.9", "lunr-languages": "^1.4.0",