From b2b3a550541ad9dc79cfa50271a41e4db3e1efd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Apr 2023 01:22:44 +0000 Subject: [PATCH] fix: upgrade liquidjs from 10.2.0 to 10.7.0 Snyk has created this PR to upgrade liquidjs from 10.2.0 to 10.7.0. 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..d789db59f72b 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.0", "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.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.0.tgz", + "integrity": "sha512-AEgEgbybxc17h2WBl5DTzj1tNy18ANpM/KJ2LigkNBwd/8sBc0uDaJH/MnvUbv1t2Md5RArTTZj5Wq1MGncIbg==", + "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.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", + "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.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.7.0.tgz", + "integrity": "sha512-AEgEgbybxc17h2WBl5DTzj1tNy18ANpM/KJ2LigkNBwd/8sBc0uDaJH/MnvUbv1t2Md5RArTTZj5Wq1MGncIbg==", + "requires": { + "commander": "^10.0.0" + }, + "dependencies": { + "commander": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==" + } + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 658cc2ccde3a..e0c849faa498 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.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",