From 73118cce7fc14f55ebaf164ec2a729f7e97917b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:10:51 +0000 Subject: [PATCH] chore(deps): bump liquidjs from 10.7.0 to 10.7.1 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.7.0 to 10.7.1. - [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.7.0...v10.7.1) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 62b7d200..50b627b2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "husky": "^8.0.3", "lint-staged": "^13.2.1", - "liquidjs": "^10.7.0", + "liquidjs": "^10.7.1", "markdown-it": "^13.0.1", "markdown-it-anchor": "^8.4.1", "markdown-it-footnote": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index 50ecbefd..17340340 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3369,10 +3369,10 @@ lint-staged@^13.2.1: string-argv "^0.3.1" yaml "^2.2.1" -liquidjs@^10.7.0: - version "10.7.0" - resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.7.0.tgz#bf801aac4fba4131d1f8f4e72a076645f390b529" - integrity sha512-AEgEgbybxc17h2WBl5DTzj1tNy18ANpM/KJ2LigkNBwd/8sBc0uDaJH/MnvUbv1t2Md5RArTTZj5Wq1MGncIbg== +liquidjs@^10.7.0, liquidjs@^10.7.1: + version "10.7.1" + resolved "https://registry.yarnpkg.com/liquidjs/-/liquidjs-10.7.1.tgz#c74b9f2cecedb8f5975eac439d536bd019b7ade2" + integrity sha512-tl9nWBZrrKcC61yfih3lbtSjAn+k7e0HhwydPjQKI4+metLk927HYBfXfbf6yrCcYjnBnLzk8xMjUF83yknAQQ== dependencies: commander "^10.0.0"