fix: marked-base-url install

This commit is contained in:
Zack Spear
2024-01-29 20:20:50 -08:00
committed by Zack Spear
parent a57f1d890d
commit 08567f287a
2 changed files with 10 additions and 0 deletions

9
web/package-lock.json generated
View File

@@ -22,6 +22,7 @@
"graphql-ws": "^5.14.2",
"hex-to-rgba": "^2.0.1",
"marked": "^11.1.1",
"marked-base-url": "^1.1.2",
"semver": "^7.5.4",
"vue-i18n": "^9.6.5",
"wretch": "^2.7.0"
@@ -12418,6 +12419,14 @@
"node": ">= 18"
}
},
"node_modules/marked-base-url": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/marked-base-url/-/marked-base-url-1.1.2.tgz",
"integrity": "sha512-Rgnd6tGrVhyPgQzPvKt1vBA3eUAHNtAXBJ/Xf30/e9kHufBqDK283HTqW9cPinV8lNcIVQ+JLSUwZnEPchyx6Q==",
"peerDependencies": {
"marked": ">= 4 < 12"
}
},
"node_modules/mdn-data": {
"version": "2.0.30",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",

View File

@@ -54,6 +54,7 @@
"graphql-ws": "^5.14.2",
"hex-to-rgba": "^2.0.1",
"marked": "^11.1.1",
"marked-base-url": "^1.1.2",
"semver": "^7.5.4",
"vue-i18n": "^9.6.5",
"wretch": "^2.7.0"