From 9f235914a14866a53c18851956c1516819d7fcc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 May 2025 14:41:55 +0000 Subject: [PATCH] fix: upgrade liquidjs from 10.16.1 to 10.21.0 Snyk has created this PR to upgrade liquidjs from 10.16.1 to 10.21.0. See this package in npm: liquidjs See this project in Snyk: https://app.snyk.io/org/dustin4444/project/f27110ea-097b-4515-af2d-df570d85d86c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..bb82cc598291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.21.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1", @@ -10218,9 +10218,10 @@ } }, "node_modules/liquidjs": { - "version": "10.16.1", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.1.tgz", - "integrity": "sha512-1JFL/Y7ONoajrfwav37yuz5yQHU3+Pgz1XWsg9E/2T8Fp65KalNfMF8QZ3+tNETqGUIB66waOSLOi64niYZE9A==", + "version": "10.21.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.21.0.tgz", + "integrity": "sha512-DouqxNU2jfoZzb1LinVjOc/f6ssitGIxiDJT+kEKyYqPSSSd+WmGOAhtWbVm1/n75svu4aQ+FyQ3ctd3wh1bbw==", + "license": "MIT", "dependencies": { "commander": "^10.0.0" }, diff --git a/package.json b/package.json index 92d746efc464..57e4a92a3222 100644 --- a/package.json +++ b/package.json @@ -288,7 +288,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.21.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1",