From bb7e114b7673b64260fa3fefc2542ce18f2de9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 07:01:23 +0000 Subject: [PATCH] chore(deps): bump liquidjs from 9.37.0 to 10.3.1 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.37.0 to 10.3.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.37.0...v10.3.1) --- 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..a60913ce 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.3.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.3.1.tgz", + "integrity": "sha512-A/W4wIC+tr3HDi76VX+p4UbYJIcP7R250Fp1EX5cVq4nj9v8zyJu/69AxBag9UQsCGIJIg5ywhW9/mRpfEYWyg==" }, "locate-path": { "version": "5.0.0", diff --git a/package.json b/package.json index 2f0fb617..4160a456 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.3.1", "mongodb": "^3.6.10", "node-fetch": "^2.6.7" }