From 570764c31b0795653bcd0547ce22cc3255a3af28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:20:31 +0000 Subject: [PATCH] Bump liquidjs from 9.12.0 to 10.0.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.12.0 to 10.0.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.12.0...v10.0.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production ... 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 a1f92d1..884bb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1781,9 +1781,9 @@ } }, "liquidjs": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.12.0.tgz", - "integrity": "sha512-Z1fERRy5TG76kNQfDuCl9+YmK6RMBsGhi3fl/57rBb5BbuVAS0YA7R3kh0/V0TwezpeywUf5xasR+Np86nD2TA==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.0.0.tgz", + "integrity": "sha512-uY3fKqBSRmnat0wB5qWk0W5N5iT78OUhuIXNRiMfhYQ3p35al9mEWKQ68/Z+WD54V2upaxEM8nHaZ6o1B8WCMA==" }, "load-json-file": { "version": "2.0.0", diff --git a/package.json b/package.json index 7b48204..e165449 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "@octokit/rest": "^18.0.0", "@types/node": "^14.0.13", "handlebars": "^4.7.6", - "liquidjs": "^9.12.0" + "liquidjs": "^10.0.0" } }