From 5064296314afbcd47c5e4950187d49496b7df809 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jun 2021 00:57:35 +0000 Subject: [PATCH] fix: upgrade liquidjs from 9.22.1 to 9.25.0 Snyk has created this PR to upgrade liquidjs from 9.22.1 to 9.25.0. See this package in npm: https://www.npmjs.com/package/liquidjs See this project in Snyk: https://app.snyk.io/org/ros2-ship/project/a1167e33-ba52-4949-ab24-bc249f9c77a7?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53adcbb73af8..86c315a13fa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,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", @@ -15073,15 +15073,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": { @@ -37047,9 +37051,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 8530cf0c52a5..af4cb29359b1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,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",