From 1ab6a77ecfd19c16c45d677ae2750aa6b6ef7ce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:16:06 +0000 Subject: [PATCH] fix(deps): update dependency liquidjs to v10.18.0 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 cd6c0b6..addc717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@zachleat/table-saw": "^1.0.6", "execa": "^9.3.0", "linkedom": "^0.18.4", - "liquidjs": "10.17.0", + "liquidjs": "10.18.0", "new-github-issue-url": "^1.0.0", "night-owl": "github:sdras/night-owl-vscode-theme", "shiki": "^1.11.0" @@ -5266,9 +5266,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==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index f7aa283..cce7cca 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@zachleat/table-saw": "^1.0.6", "execa": "^9.3.0", "linkedom": "^0.18.4", - "liquidjs": "10.17.0", + "liquidjs": "10.18.0", "new-github-issue-url": "^1.0.0", "night-owl": "github:sdras/night-owl-vscode-theme", "shiki": "^1.11.0"