fix: patch dep in lock file
This commit is contained in:
parent
ed00f54de7
commit
3df15e7cd7
1 changed files with 1 additions and 18 deletions
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -3525,7 +3525,7 @@
|
||||||
"handlebars": "^4.7.7",
|
"handlebars": "^4.7.7",
|
||||||
"is-glob": "^4.0.3",
|
"is-glob": "^4.0.3",
|
||||||
"kleur": "^4.1.5",
|
"kleur": "^4.1.5",
|
||||||
"liquidjs": "^9.40.0",
|
"liquidjs": "^10.9.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^2.5.0",
|
"luxon": "^2.5.0",
|
||||||
"markdown-it": "^12.3.2",
|
"markdown-it": "^12.3.2",
|
||||||
|
@ -3591,23 +3591,6 @@
|
||||||
"uc.micro": "^1.0.1"
|
"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": {
|
"node_modules/eleventy-plugin-unfurl/node_modules/luxon": {
|
||||||
"version": "2.5.2",
|
"version": "2.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz",
|
||||||
|
|
Reference in a new issue