From 1a018758ad781ca50794b36b3c5ae58a7a6e5dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 07:58:10 +0000 Subject: [PATCH] chore(deps): bump liquidjs from 9.37.0 to 10.5.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.37.0 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.37.0...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 | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5806731b..241d80e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2542,6 +2542,11 @@ "delayed-stream": "~1.0.0" } }, + "commander": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==" + }, "component-emitter": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", @@ -6734,9 +6739,12 @@ "dev": true }, "liquidjs": { - "version": "9.37.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.37.0.tgz", - "integrity": "sha512-qDj9iiNdB+QNZTR4iKjiQzoHQma7V8Itx5oZG/ZCP7xjebh1LI+s5IG2ZYUbs1ALO6hBzmW36Ptd8RR4eohuDA==" + "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" + } }, "locate-path": { "version": "5.0.0", diff --git a/package.json b/package.json index 2f0fb617..04d11f3d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "fastify": "^3.29.0", "fastify-formbody": "^5.3.0", "fastify-swagger": "^5.2.0", - "liquidjs": "^9.37.0", + "liquidjs": "^10.5.0", "mongodb": "^3.6.10", "node-fetch": "^2.6.7" }