File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3939 "typescript" : " ^3.5.3"
4040 },
4141 "dependencies" : {
42- "match-index" : " ^1.0.1 " ,
42+ "match-index" : " ^1.0.2 " ,
4343 "textlint-rule-helper" : " ^2.1.1" ,
4444 "unorm" : " ^1.4.1"
4545 }
Original file line number Diff line number Diff line change 11// LICENSE : MIT
22"use strict" ;
3- // @ts -ignore
43import { matchCaptureGroupAll } from "match-index"
54import { RuleHelper } from "textlint-rule-helper" ;
65import { TextlintRuleReporter } from "@textlint/types" ;
Original file line number Diff line number Diff line change @@ -2479,10 +2479,10 @@ markdown-escapes@^1.0.0:
24792479 resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
24802480 integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==
24812481
2482- match-index@^1.0.1 :
2483- version "1.0.1 "
2484- resolved "https://registry.yarnpkg.com/match-index/-/match-index-1.0.1 .tgz#b4b673e99ab3ac5a6af303ccf4db709812bc3f58 "
2485- integrity sha1-tLZz6ZqzrFpq8wPM9NtwmBK8P1g =
2482+ match-index@^1.0.2 :
2483+ version "1.0.2 "
2484+ resolved "https://registry.yarnpkg.com/match-index/-/match-index-1.0.2 .tgz#fa4da56d9d4939aaec0a6f102241670e3f91cce1 "
2485+ integrity sha512-Q85XYCuGBcKPL2JbxSRm56icREJW3dcyJTu5nUTkENhLIdt/KAVts53jZfj9p6bgUGWa5A9smNU+3CvmlBf+Bw= =
24862486 dependencies :
24872487 regexp.prototype.flags "^1.1.1"
24882488
You can’t perform that action at this time.
0 commit comments