From ddf297d3dbbfa49bd9bb07230a657b4d354a5210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 23:00:35 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 10.7.1 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 10.7.1. - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harttle/liquidjs/compare/v9.22.1...v10.7.1) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e24993fa337a..9785ac938411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5", @@ -6975,7 +6975,6 @@ }, "node_modules/commander": { "version": "10.0.0", - "dev": true, "license": "MIT", "engines": { "node": ">=14" @@ -13702,14 +13701,18 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "license": "MIT", + "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" }, "engines": { - "node": ">=4.8.7" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -24715,8 +24718,7 @@ "version": "2.0.2" }, "commander": { - "version": "10.0.0", - "dev": true + "version": "10.0.0" }, "commondir": { "version": "1.0.1", @@ -29061,7 +29063,12 @@ } }, "liquidjs": { - "version": "9.22.1" + "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" + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 293cacf00c54..f9e83bbcbf33 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.7.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5",