From b01ab8fef64f067427019f40e9271e121710405c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Dec 2022 17:03:03 +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 3c4dfbb9a29b..a2e02a13e6c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18081,9 +18081,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 2396c32f37fd..e975066e9b9c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,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",