From 07503770ad797b0fe8906c65a6e474fbebc1a0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:14:55 +0000 Subject: [PATCH] Bump liquidjs from 10.7.0 to 10.12.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.7.0 to 10.12.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/v10.7.0...v10.12.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4e3f7b64120..bb4b5379b1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.12.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1", @@ -8984,8 +8984,9 @@ } }, "node_modules/liquidjs": { - "version": "10.7.0", - "license": "MIT", + "version": "10.12.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.12.0.tgz", + "integrity": "sha512-ZpT27WEqUu8IeddXoLbdeBTbRfV5r7oUKDjJMthuQKQTScgI8pbLGbSWiiAktQVpPG7mHMGsJ0JVbZYn1w9Gtg==", "dependencies": { "commander": "^10.0.0" }, diff --git a/package.json b/package.json index 83592f170a04..e8eb78bcb592 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.12.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1",