From ea56da9218801fc273894e1b65634e3e56dc419c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:39:11 +0000 Subject: [PATCH] chore(deps-dev): bump liquidjs from 10.9.3 to 10.9.4 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.9.3 to 10.9.4. - [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.9.3...v10.9.4) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:development 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 477950d1..2dadd6b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "ics-to-json-extended": "^1.1.4", "jsdom": "^22.1.0", "lint-staged": "^15.0.2", - "liquidjs": "^10.9.3", + "liquidjs": "^10.9.4", "luxon": "^3.4.3", "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.4.1", @@ -6775,9 +6775,9 @@ } }, "node_modules/liquidjs": { - "version": "10.9.3", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.3.tgz", - "integrity": "sha512-vG8fLPSBtf0C6FJg0DwzxwWF0sPE+wIRrrGsNoe0DP3Pg4HOPqycGDT14V4UfyskUXsum7DkhUuZQ9tBRjbX+g==", + "version": "10.9.4", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.4.tgz", + "integrity": "sha512-E7SmGMwhv0Pa1Yau6odd2EgNPAmrx1OOjzvpm9AFxBGVtCX2Bx4fOCDtDCML13L7g6zjLPN7Kb/kakyAl2HTPQ==", "dev": true, "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 1ddc4b8b..927b595e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "ics-to-json-extended": "^1.1.4", "jsdom": "^22.1.0", "lint-staged": "^15.0.2", - "liquidjs": "^10.9.3", + "liquidjs": "^10.9.4", "luxon": "^3.4.3", "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.4.1",