Update dependency marked to v11 (#2898)

This commit is contained in:
renovate[bot] 2023-12-02 14:33:51 +01:00 committed by GitHub
parent d51468c60c
commit de5855b706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
"@types/node": "^20.0.0",
"axios": "^1.6.0",
"concurrently": "^8.0.0",
"marked": "^10.0.0",
"marked": "^11.0.0",
"tslib": "^2.6.1",
"typescript": "^5.0.0"
},

View file

@ -23,5 +23,5 @@ export function getContent(data: string): string {
if (!content) {
throw new Error("Can't get the content");
}
return marked(content);
return marked(content) as string;
}

View file

@ -117,8 +117,8 @@ importers:
specifier: ^8.0.0
version: 8.2.2
marked:
specifier: ^10.0.0
version: 10.0.0
specifier: ^11.0.0
version: 11.0.0
tslib:
specifier: ^2.6.1
version: 2.6.2
@ -6337,8 +6337,8 @@ packages:
/markdown-table@3.0.3:
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
/marked@10.0.0:
resolution: {integrity: sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==}
/marked@11.0.0:
resolution: {integrity: sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==}
engines: {node: '>= 18'}
hasBin: true
dev: true