From b146f2584d1b6267e2dc30e2fa13a6c8a1713e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:40:31 +0000 Subject: [PATCH] chore(deps-dev): bump liquidjs from 10.9.2 to 10.9.3 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.9.2 to 10.9.3. - [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.2...v10.9.3) --- 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 83dabb5c..54fab2f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4", "lint-staged": "^14.0.1", - "liquidjs": "^10.9.2", + "liquidjs": "^10.9.3", "luxon": "^3.4.3", "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.4.1", @@ -6240,9 +6240,9 @@ } }, "node_modules/liquidjs": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.2.tgz", - "integrity": "sha512-ygPCgYyiFKQNyRi/CK3s3U5RimosBtrIq7TaMYK5ek93mUl9CZ6xxqw2T+1G4kVc9dAmwI71bWLQNKRToV8SsQ==", + "version": "10.9.3", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.3.tgz", + "integrity": "sha512-vG8fLPSBtf0C6FJg0DwzxwWF0sPE+wIRrrGsNoe0DP3Pg4HOPqycGDT14V4UfyskUXsum7DkhUuZQ9tBRjbX+g==", "dev": true, "dependencies": { "commander": "^10.0.0" diff --git a/package.json b/package.json index 053d6de1..e414a31f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4", "lint-staged": "^14.0.1", - "liquidjs": "^10.9.2", + "liquidjs": "^10.9.3", "luxon": "^3.4.3", "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.4.1",