Skip to content

Commit c518bf1

Browse files
committed
fix(deps): lock mdast-util-gfm-autolink-literal library to exact version 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>
1 parent 37d13a0 commit c518bf1

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@
202202
"npm": "^10.0.0"
203203
},
204204
"overrides": {
205-
"colors": "1.4.0"
205+
"colors": "1.4.0",
206+
"mdast-util-gfm": {
207+
"mdast-util-gfm-autolink-literal": "2.0.0"
208+
}
206209
}
207210
}

0 commit comments

Comments
 (0)