diff --git a/package-lock.json b/package-lock.json index 15d1441ff849..931c181ff186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.25.0", "lodash": "^4.17.21", "lunr": "^2.3.9", "lunr-languages": "^1.4.0", @@ -15604,15 +15604,19 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==", + "version": "9.25.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.25.0.tgz", + "integrity": "sha512-TIccrphsWN53fVF9G/wDaKD1cHaB097ULLf+FzxxqN2iyJjzp/Oe9xlFjZCR1ZrAeISusWSPg3r7Dg8BD2Uztg==", "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { "node": ">=4.8.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/liquidjs" } }, "node_modules/load-bmfont": { @@ -37976,9 +37980,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": "9.25.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.25.0.tgz", + "integrity": "sha512-TIccrphsWN53fVF9G/wDaKD1cHaB097ULLf+FzxxqN2iyJjzp/Oe9xlFjZCR1ZrAeISusWSPg3r7Dg8BD2Uztg==" }, "load-bmfont": { "version": "1.4.1", diff --git a/package.json b/package.json index 07bc93be0cf9..0db2013a6113 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^2.2.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.25.0", "lodash": "^4.17.21", "lunr": "^2.3.9", "lunr-languages": "^1.4.0",