From e1359c46680cff3d4c345a8d1dc7a33e5e7be010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:59:18 +0000 Subject: [PATCH] Bump liquidjs from 9.28.5 to 10.5.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.28.5 to 10.5.0. - [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.28.5...v10.5.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e915db79..b707acb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2155,9 +2155,19 @@ } }, "liquidjs": { - "version": "9.28.5", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.28.5.tgz", - "integrity": "sha512-K9mSxsAilSezwBtEUtaTpJy6cff3YLoBShyjNLExk5tk/rkygWBPJYWCoJIXKdKdXs/2M/WG3EXYU1ssAtSrsQ==" + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.5.0.tgz", + "integrity": "sha512-qs1lbzfeSx5ICegKFrdYvxtKz8VXaw0Rfbu0zaCgC/M5aR62h89aR3wmL1W5C908y5yq+PBRPRFZZisS/gTPyA==", + "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==" + } + } }, "lodash": { "version": "4.17.21", diff --git a/package.json b/package.json index fcd9acf9..c0ad5b86 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "inkjs": "^2.1.0", "jsonwebtoken": "^8.5.1", "jwt-decode": "^3.1.2", - "liquidjs": "^9.28.5", + "liquidjs": "^10.5.0", "marked": "^4.0.16", "method-override": "^3.0.0", "moment": "^2.29.3",