Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(deps): lock mdast-util-gfm-autolink-literal library to exact vers…
…ion 2.0.0

- this reverts changes from patch update to 2.0.1, which uses 'negative lookbehind' regex and breaks in IOS & Safari versions < 16.4

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Mar 28, 2025
commit d028b61a40196ba41005ad7718b7936535e7bb6b
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@
"npm": "^10.0.0"
},
"overrides": {
"colors": "1.4.0"
"colors": "1.4.0",
"mdast-util-gfm": {
"mdast-util-gfm-autolink-literal": "2.0.0"
}
}
}
Loading