deps: Update markdown-it to fix vulnerability warnings#204
deps: Update markdown-it to fix vulnerability warnings#204mthahzan wants to merge 2 commits intoiamacup:masterfrom
markdown-it to fix vulnerability warnings#204Conversation
As shown on iamacup#202 `markdown-it` v10.x.x includes certain vulnerabilities which were fixed on subsequent versions. This updates the dependency to fix these vulnerabilities
|
@iamacup @miallo @RonRadtke kindly merge so that the Synk Vulnerability can be resolved: |
|
@iamacup Can we please fix this security vulmn for the community? |
|
@mthahzan there is an update to the |
Updated `@types/markdown-it` to new version
|
@david-gettins thanks! PR Updated. Also, I noticed latest version of markdown-it is 14.1.0 now. Didn't have the time to test it out to see if works or not. If someone can verify, I can bump the version of that as well. |
|
Any plans when this will be merged? |
|
If like myself you would like a temporary workaround for the audit issues you can use force-resolutions to force the fixed version of Of course, you can always look for an alternative library. If you find one, please let us all know. I would prefer not to use the forced resolution. |
|
@iamacup ping |
|
Is there any update on this?? @iamacup |
|
@javigutierrezfer i use bun and fixed it by setting the patch version in "overrides": { Didn't notice any issues. |
|
I'm also getting this some upstream issues with markdown-it. Updating this dep might be helpful |
|
@iamacup ping |
|
Kindly merge this PR |
|
@iamacup ping |
|
@iamacup ping |
|
To all those looking for a drop in replacement for this library, I found it here: https://www.npmjs.com/package/@ronradtke/react-native-markdown-display |
|
PR #204 has been open for a while. If anyone’s looking for a workaround in the meantime, I’ve found that using the overrides field in package.json is a cleaner approach than force-resolutions: |
|
Would be great if this PR could be merged |
|
@iamacup would you merge this one? |

As shown on #202
markdown-itv10.x.x includes certain vulnerabilities which were fixed on subsequent versions. This updates the dependency to fix these vulnerabilities.