Skip to content

Commit e35d42c

Browse files
Antreesybackportbot[bot]
authored andcommitted
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> [skip ci]
1 parent fa2b03d commit e35d42c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)