From 0d9ddc66a62b8ca5a45af1746f25a44cbc85fc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 20:15:05 +0000 Subject: [PATCH] Bump liquidjs from 10.19.0 to 10.20.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.19.0 to 10.20.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.19.0...v10.20.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95026c51e..2336ddee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "jquery-ui": "^1.14.1", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.19.0", + "liquidjs": "^10.20.0", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", "markdown-it": "^14.1.0", @@ -7764,9 +7764,9 @@ } }, "node_modules/liquidjs": { - "version": "10.19.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.19.0.tgz", - "integrity": "sha512-dNINmbNJ/bp3B8n25BtZQV/GbrmFf0o2InGdMdfQXa+LxfzTFXOkUnBsOLZUb82sLzxaiWv5Jc381Kn4zHjTsQ==", + "version": "10.20.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.20.0.tgz", + "integrity": "sha512-y1tHDaHGtYXcZehRzy8UST0t0E9iPOdT4hAk5ZuSquaDRW4j1lGUePaVyX6AP07cZarm3tL8FEtHx19UXgi9pQ==", "dev": true, "dependencies": { "commander": "^10.0.0" @@ -16505,9 +16505,9 @@ } }, "liquidjs": { - "version": "10.19.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.19.0.tgz", - "integrity": "sha512-dNINmbNJ/bp3B8n25BtZQV/GbrmFf0o2InGdMdfQXa+LxfzTFXOkUnBsOLZUb82sLzxaiWv5Jc381Kn4zHjTsQ==", + "version": "10.20.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.20.0.tgz", + "integrity": "sha512-y1tHDaHGtYXcZehRzy8UST0t0E9iPOdT4hAk5ZuSquaDRW4j1lGUePaVyX6AP07cZarm3tL8FEtHx19UXgi9pQ==", "dev": true, "requires": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 553f0c15f..fe05174c5 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "jquery-ui": "^1.14.1", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.19.0", + "liquidjs": "^10.20.0", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", "markdown-it": "^14.1.0",