From c58f994f813ff49edd2f730e9734146584f49a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 00:02:45 +0000 Subject: [PATCH] Bump liquidjs from 9.22.1 to 10.4.0 Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.22.1 to 10.4.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...v10.4.0) --- updated-dependencies: - dependency-name: liquidjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bba2666dc86..420d2a956f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,10 +46,9 @@ "http-proxy-middleware": "2.0.6", "imurmurhash": "^0.1.4", "javascript-stringify": "^2.1.0", - "jest-puppeteer": "^6.2.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.4.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5", @@ -14113,14 +14112,15 @@ } }, "node_modules/liquidjs": { - "version": "9.22.1", - "license": "MIT", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.4.0.tgz", + "integrity": "sha512-4fpR8KFJ96bXkzynK9Yo1jwn7sjOkJfKawSbEXINc39DZfy7r5SYtcAM5T/Ccg5n0xoZf6ap5Gap4VwFCJiQ1g==", "bin": { "liquid": "bin/liquid.js", "liquidjs": "bin/liquid.js" }, "engines": { - "node": ">=4.8.7" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -30490,7 +30490,9 @@ } }, "liquidjs": { - "version": "9.22.1" + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.4.0.tgz", + "integrity": "sha512-4fpR8KFJ96bXkzynK9Yo1jwn7sjOkJfKawSbEXINc39DZfy7r5SYtcAM5T/Ccg5n0xoZf6ap5Gap4VwFCJiQ1g==" }, "listr2": { "version": "4.0.5", diff --git a/package.json b/package.json index 1dceea638d76..1547f0bfb51e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "9.22.1", + "liquidjs": "10.4.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "5.0.5",