From 89c512311e34c98da7fac323f50e7a52999d2e92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:27:35 +0000 Subject: [PATCH] fix(deps): update dependency liquidjs to v10.20.2 (#242) 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 7a44d8c..e5db30f 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.20.1", + "liquidjs": "10.20.2", "new-github-issue-url": "^1.0.0", "night-owl": "github:sdras/night-owl-vscode-theme", "shiki": "^1.11.0" @@ -5175,9 +5175,9 @@ } }, "node_modules/liquidjs": { - "version": "10.20.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.20.1.tgz", - "integrity": "sha512-eZ33jfxjj0It8tkY+I4gbKWfXvMmOvQvvraxVFSLcTjZWCjdWMLBnevk48qw9AQIwIHFp58vZc59vH9Qwdq7mw==", + "version": "10.20.2", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.20.2.tgz", + "integrity": "sha512-MbAueOtO8aH+GzC/kmhcJTiMrMu+MVel/3+yhFVmP3K89WP0ZuvVPi8ZRKCHAO6SLJvV0Y0Jz6tUEy6Hg8xO/g==", "license": "MIT", "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 93c4b70..02069fc 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.20.1", + "liquidjs": "10.20.2", "new-github-issue-url": "^1.0.0", "night-owl": "github:sdras/night-owl-vscode-theme", "shiki": "^1.11.0"