From 3df15e7cd7a7876c37e7b7692fd390b25122ec4b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 26 Sep 2023 19:08:04 -0700 Subject: [PATCH] fix: patch dep in lock file --- package-lock.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index f59ea841..6473e469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3525,7 +3525,7 @@ "handlebars": "^4.7.7", "is-glob": "^4.0.3", "kleur": "^4.1.5", - "liquidjs": "^9.40.0", + "liquidjs": "^10.9.2", "lodash": "^4.17.21", "luxon": "^2.5.0", "markdown-it": "^12.3.2", @@ -3591,23 +3591,6 @@ "uc.micro": "^1.0.1" } }, - "node_modules/eleventy-plugin-unfurl/node_modules/liquidjs": { - "version": "9.43.0", - "resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-9.43.0.tgz", - "integrity": "sha512-qZZuL5Emja2UgCqiLewiw9bvwZQwm19TTGFxDkonVzB4YSTOZ8tuTVo/7Uu/AeW1cL2Qb/at3DSoV8wwyFXQCw==", - "dev": true, - "bin": { - "liquid": "bin/liquid.js", - "liquidjs": "bin/liquid.js" - }, - "engines": { - "node": ">=4.8.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/liquidjs" - } - }, "node_modules/eleventy-plugin-unfurl/node_modules/luxon": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz",