From be1624e9eb2496e6543adde44f2cb09e4d72c52f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 May 2023 22:16:02 +0000 Subject: [PATCH] fix: upgrade liquidjs from 10.2.0 to 10.7.1 Snyk has created this PR to upgrade liquidjs from 10.2.0 to 10.7.1. See this package in npm: https://www.npmjs.com/package/liquidjs See this project in Snyk: https://app.snyk.io/org/icebergverse/project/8d8d07cd-ba49-4d0f-9b1d-575196cb76aa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 35 ++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a91e01cf44eb..a6face4c656a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "10.2.0", + "liquidjs": "^10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -15997,9 +15997,12 @@ } }, "node_modules/liquidjs": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.2.0.tgz", - "integrity": "sha512-wAAMfpHfHsp07DgULzbrTnsKfrQIqsetHa8iMgT1KdG1Lrq7NRYKGsEY3wRP6Al9czPduFWA444IGB4Ikp42wQ==", + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.1.tgz", + "integrity": "sha512-tl9nWBZrrKcC61yfih3lbtSjAn+k7e0HhwydPjQKI4+metLk927HYBfXfbf6yrCcYjnBnLzk8xMjUF83yknAQQ==", + "dependencies": { + "commander": "^10.0.0" + }, "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" @@ -16012,6 +16015,14 @@ "url": "https://opencollective.com/liquidjs" } }, + "node_modules/liquidjs/node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "engines": { + "node": ">=14" + } + }, "node_modules/listr2": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz", @@ -35727,9 +35738,19 @@ } }, "liquidjs": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.2.0.tgz", - "integrity": "sha512-wAAMfpHfHsp07DgULzbrTnsKfrQIqsetHa8iMgT1KdG1Lrq7NRYKGsEY3wRP6Al9czPduFWA444IGB4Ikp42wQ==" + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.1.tgz", + "integrity": "sha512-tl9nWBZrrKcC61yfih3lbtSjAn+k7e0HhwydPjQKI4+metLk927HYBfXfbf6yrCcYjnBnLzk8xMjUF83yknAQQ==", + "requires": { + "commander": "^10.0.0" + }, + "dependencies": { + "commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==" + } + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 658cc2ccde3a..b2d50292a88e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "10.2.0", + "liquidjs": "10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",