diff --git a/package-lock.json b/package-lock.json index c4e3f7b64120..bb4b5379b1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.12.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1", @@ -8984,8 +8984,9 @@ } }, "node_modules/liquidjs": { - "version": "10.7.0", - "license": "MIT", + "version": "10.12.0", + "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.12.0.tgz", + "integrity": "sha512-ZpT27WEqUu8IeddXoLbdeBTbRfV5r7oUKDjJMthuQKQTScgI8pbLGbSWiiAktQVpPG7mHMGsJ0JVbZYn1w9Gtg==", "dependencies": { "commander": "^10.0.0" }, diff --git a/package.json b/package.json index 83592f170a04..e8eb78bcb592 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", - "liquidjs": "^10.7.0", + "liquidjs": "^10.12.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lowdb": "7.0.1",