From 4497ce847cdb4dda46488be62132da82a8bc65b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 04:17:32 +0000 Subject: [PATCH] fix: upgrade liquidjs from 10.16.1 to 10.16.7 Snyk has created this PR to upgrade liquidjs from 10.16.1 to 10.16.7. See this package in npm: liquidjs See this project in Snyk: https://app.snyk.io/org/mmagkooo-5L3pixNTddTCRxxAFN5RFd/project/c7d5715e-c622-4e0f-ab0e-61b3661b5b95?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 ca7f77ffc72c..f63cacaabed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.16.7", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1", @@ -9143,9 +9143,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.16.7", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.7.tgz", + "integrity": "sha512-vjlBDyPxFgUc6vJB+TbAMcxKKKcm4Ee0rj9Je9lcG1I0lr9xvtHgB/ZdNMNAgsPUvJLkLfdrKRd+KzQ5opPfNg==", + "license": "MIT", "dependencies": { "commander": "^10.0.0" }, diff --git a/package.json b/package.json index 9ecfb1f910cd..27524090fb62 100644 --- a/package.json +++ b/package.json @@ -275,7 +275,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.16.1", + "liquidjs": "^10.16.7", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1",