chore: update package-lock.json with marked dependency

This commit is contained in:
Hiro
2026-03-28 11:49:25 +00:00
parent c4921c8e73
commit 86ec06c2d5

13
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"express": "^4.21.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"marked": "^11.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
@@ -769,6 +770,18 @@
"node": ">=0.10.0"
}
},
"node_modules/marked": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz",
"integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",