From c46641d02c114684d8e281fd2da55498e3a54d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:53:42 +0000 Subject: [PATCH] Bump liquidjs from 10.27.1 to 10.27.2 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.27.1 to 10.27.2. - [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.27.1...v10.27.2) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 584f3a989..0700bd133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "import-module-string": "^2.0.3", "iso-639-1": "^3.1.6", "kleur": "^4.1.5", - "liquidjs": "^10.27.1", + "liquidjs": "^10.27.2", "markdown-it": "^14.3.0", "minimist": "^1.2.8", "moo": "0.5.2", @@ -7160,9 +7160,9 @@ } }, "node_modules/liquidjs": { - "version": "10.27.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.27.1.tgz", - "integrity": "sha512-ylE+1q2kSef1UxAyxqbyuWM3FRWS1v48JK1Y3CoW3bD6TSNXZh0+GsVnihujEpKyR+Jejx2aRAFfC3AHm9rElg==", + "version": "10.27.2", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.27.2.tgz", + "integrity": "sha512-kvknfAEtOHjHkAAv7GxLEJh8ghpMQm3Fc4uWVyF7hERSTsSRsdC7saWs0p5aDG7GDcWsu5o+T4232O+8KZO55w==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index f27076229..39f3e06bf 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "import-module-string": "^2.0.3", "iso-639-1": "^3.1.6", "kleur": "^4.1.5", - "liquidjs": "^10.27.1", + "liquidjs": "^10.27.2", "markdown-it": "^14.3.0", "minimist": "^1.2.8", "moo": "0.5.2",