From f5a03e39abb4be61c9fb6d53079a375ad6e5d18b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:29:48 +0000 Subject: [PATCH] Bump liquid from 5.1.0 to 5.1.1 Bumps [liquid](https://github.com/docs/liquid) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/docs/liquid/releases) - [Changelog](https://github.com/docs/liquid/blob/master/CHANGELOG.md) - [Commits](https://github.com/docs/liquid/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e118fcbd8e4..16ece5cdb720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17589,9 +17589,9 @@ } }, "liquid": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/liquid/-/liquid-5.1.0.tgz", - "integrity": "sha512-bL1FuJSqKsmk4UVTiWnxpyuwR70YOJnV3eSztEVe3MbsHB+f9FsEPaSRM1upVJLxTQyv9A+FP5tZhoQq3S7EWQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/liquid/-/liquid-5.1.1.tgz", + "integrity": "sha512-GbZhB1kgcDR1NE1FXEGtcK1EjMUXe2+ENgRecjs5V3ksZUjzZdC3leff/FoL4E02/9Y9tdoHY1zJ2QMwb5kuuw==", "requires": { "strftime": "~0.9.2" },