From 44898f22d2cde1b6367f371af9218e7af2de5b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 21:14:47 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 9.35.1 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 9.35.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/v9.22.1...v9.35.1) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06db39e1edc7..658e86297e48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.35.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -13178,9 +13178,9 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==", + "version": "9.35.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.35.1.tgz", + "integrity": "sha512-+xI5weUnymUAkRABThK+mJqYwpwrnE1fgShYJwS3IUdKVwnjPMqSJGTOpGIW14gDTIMrTLbEgRwGKJWD4wz1Pw==", "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" @@ -33200,9 +33200,9 @@ } }, "liquidjs": { - "version": "9.22.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.22.1.tgz", - "integrity": "sha512-4gvj9vKqSaLZGQPLcL0kg5CWT+d/gSLMCsoB3aD1W9nQbVViFBm22caGRFQRphpkHoLb+mQ//MHZcNp0lf8qkg==" + "version": "9.35.1", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.35.1.tgz", + "integrity": "sha512-+xI5weUnymUAkRABThK+mJqYwpwrnE1fgShYJwS3IUdKVwnjPMqSJGTOpGIW14gDTIMrTLbEgRwGKJWD4wz1Pw==" }, "listr2": { "version": "3.12.2", diff --git a/package.json b/package.json index b7e9bfdabe73..77024b150d83 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "imurmurhash": "^0.1.4", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^9.22.1", + "liquidjs": "^9.35.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",