From c81d3df9c464942de8b55216345e84b39724dce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:34:18 +0000 Subject: [PATCH] Bump liquidjs from 10.20.2 to 10.21.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.20.2 to 10.21.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.20.2...v10.21.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13a8f946f..c2d717e95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "iso-639-1": "^3.1.4", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.20.2", + "liquidjs": "^10.21.0", "luxon": "^3.5.0", "markdown-it": "^14.1.0", "micromatch": "^4.0.8", @@ -5594,9 +5594,9 @@ } }, "node_modules/liquidjs": { - "version": "10.20.2", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.20.2.tgz", - "integrity": "sha512-MbAueOtO8aH+GzC/kmhcJTiMrMu+MVel/3+yhFVmP3K89WP0ZuvVPi8ZRKCHAO6SLJvV0Y0Jz6tUEy6Hg8xO/g==", + "version": "10.21.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.21.0.tgz", + "integrity": "sha512-DouqxNU2jfoZzb1LinVjOc/f6ssitGIxiDJT+kEKyYqPSSSd+WmGOAhtWbVm1/n75svu4aQ+FyQ3ctd3wh1bbw==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index c8e280c53..55f6b4c5f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "iso-639-1": "^3.1.4", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.20.2", + "liquidjs": "^10.21.0", "luxon": "^3.5.0", "markdown-it": "^14.1.0", "micromatch": "^4.0.8",