From 8c5abffe89d511b20290b02e4172d35d8d08e6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:49:58 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 9.31.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 9.31.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/v9.22.1...v9.31.0) --- 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 f4a4b1baee00..833efabed7a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "kleur": "4.1.4", - "liquidjs": "^9.22.1", + "liquidjs": "^9.31.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9", @@ -13625,9 +13625,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.31.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.31.0.tgz", + "integrity": "sha512-lAGsI1L2g2mKPLOnmQm0L00pzrCQn/WB/GTX6NrVo9oJR8JNwCXIhgSlW97mESu1vL51LvaNkXUA5T9YiBtWOg==", "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" @@ -33688,9 +33688,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.31.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.31.0.tgz", + "integrity": "sha512-lAGsI1L2g2mKPLOnmQm0L00pzrCQn/WB/GTX6NrVo9oJR8JNwCXIhgSlW97mESu1vL51LvaNkXUA5T9YiBtWOg==" }, "listr2": { "version": "3.13.5", diff --git a/package.json b/package.json index e50d9d2c8793..71abcc4c8e99 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "kleur": "4.1.4", - "liquidjs": "^9.22.1", + "liquidjs": "^9.31.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lunr": "^2.3.9",