From 5cbf6a1abcfc058689a5ef1db619daf71c8c65b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 11:37:59 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 10.6.1 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 10.6.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.6.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..a8f428c5c1bc 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.6.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.6.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.6.1.tgz", + "integrity": "sha512-6yUDD8i6QRgVppB8dD73Z672lNa2pxHMsMNEZvbVQyj937wMk/kbKfhSnN9Sess/k8eRdgKeQHsTGIiCGkWrGw==", + "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.6.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.6.1.tgz", + "integrity": "sha512-6yUDD8i6QRgVppB8dD73Z672lNa2pxHMsMNEZvbVQyj937wMk/kbKfhSnN9Sess/k8eRdgKeQHsTGIiCGkWrGw==", + "requires": { + "commander": "^10.0.0" + } }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 293cacf00c54..f49769417c0d 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.6.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5",