From fcb9a5bce9643dfbfc223a5974f46cea1b6758c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:20:29 +0000 Subject: [PATCH] Bump liquidjs from 8.5.3 to 10.0.0 in /impl/ts Bumps [liquidjs](https://github.com/harttle/liquidjs) from 8.5.3 to 10.0.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/v8.5.3...v10.0.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- impl/ts/package.json | 2 +- impl/ts/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/impl/ts/package.json b/impl/ts/package.json index 9ac66c0..4b23967 100644 --- a/impl/ts/package.json +++ b/impl/ts/package.json @@ -61,7 +61,7 @@ "eslint-plugin-standard": "^4.0.0", "jest": "^24.8.0", "jest-runner-eslint": "^0.7.3", - "liquidjs": "^8.2.3", + "liquidjs": "^10.0.0", "parcel-bundler": "^1.12.3", "yaml": "^1.6.0" } diff --git a/impl/ts/yarn.lock b/impl/ts/yarn.lock index 2a8783b..4118737 100644 --- a/impl/ts/yarn.lock +++ b/impl/ts/yarn.lock @@ -4523,10 +4523,10 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -liquidjs@^8.2.3: - version "8.5.3" - resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-8.5.3.tgz#ddf47712819900975343da10e695c75216329df7" - integrity sha512-RIWauK5EydIQ0W/83W4emfZAWTGxL/+MN0sR0f7nJyhDHSy2HCY5QbujgmUfVsPDH8x8Fkmtu7/KW4A7Mssgkw== +liquidjs@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.0.0.tgz#282579e9f90f4bfd92ef7d09ad4f5aac3ec9fd61" + integrity sha512-uY3fKqBSRmnat0wB5qWk0W5N5iT78OUhuIXNRiMfhYQ3p35al9mEWKQ68/Z+WD54V2upaxEM8nHaZ6o1B8WCMA== load-json-file@^2.0.0: version "2.0.0"