From 0b1e2cd78e2c3d97f37eb065d8af23a6a91d7b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:21:54 -0700 Subject: [PATCH] Bump liquidjs from 10.17.0 to 10.18.0 (#1237) Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.17.0 to 10.18.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.17.0...v10.18.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5b0e901c2..7783717bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "jquery-ui": "^1.14.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.17.0", + "liquidjs": "^10.18.0", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", "markdown-it": "^14.1.0", @@ -7926,9 +7926,9 @@ } }, "node_modules/liquidjs": { - "version": "10.17.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.17.0.tgz", - "integrity": "sha512-M4MC5/nencttIJHirl5jFTkl7Yu+grIDLn3Qgl7BPAD3BsbTCQknDxlG5VXWRwslWIjk8lSZZjVq9LioILDk1Q==", + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.18.0.tgz", + "integrity": "sha512-gCJPmpmZ3oi2rMMHo/c+bW1LaRF+ZAKYTWQmKXPp0uK9EkWMFRmgbk3+Io4LSJGAOnpCZSgHJbNzcygx3kfAAQ==", "dev": true, "dependencies": { "commander": "^10.0.0" @@ -16780,9 +16780,9 @@ } }, "liquidjs": { - "version": "10.17.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.17.0.tgz", - "integrity": "sha512-M4MC5/nencttIJHirl5jFTkl7Yu+grIDLn3Qgl7BPAD3BsbTCQknDxlG5VXWRwslWIjk8lSZZjVq9LioILDk1Q==", + "version": "10.18.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.18.0.tgz", + "integrity": "sha512-gCJPmpmZ3oi2rMMHo/c+bW1LaRF+ZAKYTWQmKXPp0uK9EkWMFRmgbk3+Io4LSJGAOnpCZSgHJbNzcygx3kfAAQ==", "dev": true, "requires": { "commander": "^10.0.0" diff --git a/package.json b/package.json index de22ee66f..333b292e7 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "jquery-ui": "^1.14.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", - "liquidjs": "^10.17.0", + "liquidjs": "^10.18.0", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.8", "markdown-it": "^14.1.0",