From 4a3298b4b5597fd3406ef1dc9ef7da6e27d9361b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 07:02:39 +0000 Subject: [PATCH] chore(deps): bump liquidjs from 9.37.0 to 10.4.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.37.0 to 10.4.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.4.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5806731b..03928ff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6734,9 +6734,9 @@ "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.4.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.4.0.tgz", + "integrity": "sha512-4fpR8KFJ96bXkzynK9Yo1jwn7sjOkJfKawSbEXINc39DZfy7r5SYtcAM5T/Ccg5n0xoZf6ap5Gap4VwFCJiQ1g==" }, "locate-path": { "version": "5.0.0", diff --git a/package.json b/package.json index 2f0fb617..701f4b49 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.4.0", "mongodb": "^3.6.10", "node-fetch": "^2.6.7" }