Skip to content

Commit

Permalink
fix(deps): update rules
Browse files Browse the repository at this point in the history
refs #73
  • Loading branch information
azu committed Apr 25, 2021
1 parent b955eae commit 15b61f6
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 76 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@textlint/module-interop": "^1.2.4",
"textlint-rule-ja-no-abusage": "^2.0.1",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^3.0.2",
"textlint-rule-ja-no-successive-word": "^1.2.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
"textlint-rule-ja-no-successive-word": "^2.0.0",
"textlint-rule-ja-no-weak-phrase": "^1.0.5",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-max-comma": "^1.0.4",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^2.0.4",
"textlint-rule-no-double-negative-ja": "^1.0.6",
"textlint-rule-max-ten": "^4.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.0",
"textlint-rule-no-doubled-conjunction": "^1.0.3",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1",
"textlint-rule-no-doubled-joshi": "^3.8.0",
"textlint-rule-no-dropping-the-ra": "^2.0.0",
"textlint-rule-no-doubled-joshi": "^4.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^4.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-preset-jtf-style": "^2.3.8",
"textlint-rule-sentence-length": "^2.2.0"
Expand Down
164 changes: 96 additions & 68 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,12 @@ analyze-desumasu-dearu@^2.1.2:
resolved "https://registry.yarnpkg.com/analyze-desumasu-dearu/-/analyze-desumasu-dearu-2.1.5.tgz#9caa2a5a06146c20679f7dc9f3af527db6f68f41"
integrity sha1-nKoqWgYUbCBnn33J869Sfbb2j0E=

analyze-desumasu-dearu@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/analyze-desumasu-dearu/-/analyze-desumasu-dearu-4.0.1.tgz#ab939aaf4f4cb4302a9e4583f7f509ecdbc068ef"
integrity sha512-lnQYEs+jXrtRJcgLCDrNwOqHziYv5adxpElkt8QMKwLxg1m5X6n6XGi/un7zg20Bcg9eFiXSGElt0bBWA3wHEg==
analyze-desumasu-dearu@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/analyze-desumasu-dearu/-/analyze-desumasu-dearu-5.0.0.tgz#6989e449d5633c79f6b2598b6e810e929e013f36"
integrity sha512-lqDmW0jmncEp1iNI+B0sr1LuadeO2dmDevHvWXoBev70Kekgi+XW3kZS41tpHoUvx3ZEBvDKgHceeYzKbJXx3Q==
dependencies:
kuromojin "^2.0.0"
kuromojin "^3.0.0"

[email protected]:
version "4.1.1"
Expand Down Expand Up @@ -2230,13 +2230,30 @@ [email protected]:
doublearray "0.0.2"
zlibjs "^0.2.0"

[email protected]:
version "0.1.2"
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
integrity sha512-V0dUf+C2LpcPEXhoHLMAop/bOht16Dyr+mDiIE39yX3vqau7p80De/koFqpiTcL1zzdZlc3xuHZ8u5gjYRfFaQ==
dependencies:
async "^2.0.1"
doublearray "0.0.2"
zlibjs "^0.3.1"

kuromojin@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-2.1.1.tgz#5de1dbec4ffcc7cce57a10e75e751cd1ca384e38"
integrity sha512-bd5dfE9CdRBoRPiquE5uhzBrDOn2K3WuFeOWqZgM7DNtQhvS7P9IALy5MtDxXcnw7DLBAZ1A7DByPO5BhXdgew==
dependencies:
kuromoji "0.1.1"

kuromojin@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b"
integrity sha512-3h3qnn/NVVhqoKFP4oc7e6apO2B01Atc056oiVlIY7Uoup4rhrnBe28g3y9lK1HTmLDQEejvXB+3I3qxAneF7A==
dependencies:
kuromoji "0.1.2"
lru_map "^0.4.1"

lazy-cache@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-2.0.2.tgz#b9190a4f913354694840859f8a8f7084d8822264"
Expand Down Expand Up @@ -2391,6 +2408,11 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

lru_map@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.4.1.tgz#f7b4046283c79fb7370c36f8fca6aee4324b0a98"
integrity sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg==

macos-release@^2.2.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.4.1.tgz#64033d0ec6a5e6375155a74b1a1eba8e509820ac"
Expand Down Expand Up @@ -2626,7 +2648,7 @@ morpheme-match-all@^2.0.5:
dependencies:
morpheme-match "^2.0.4"

morpheme-match-textlint@^2.0.3:
morpheme-match-textlint@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/morpheme-match-textlint/-/morpheme-match-textlint-2.0.6.tgz#68921c9ab333c7bc32643991bb19765683d09769"
integrity sha512-CX+iQaUjjPMLvas+hZ8zg6Csxx5j1RLaytr+5w6lpBi/oTEV2pv6sgW5Vu3+pNJHbYcaqcuofQZsKocMNUNH8g==
Expand Down Expand Up @@ -3443,7 +3465,7 @@ sentence-splitter@^2.0.0:
concat-stream "^1.5.2"
structured-source "^3.0.2"

sentence-splitter@^3.0.11, sentence-splitter@^3.2.0:
sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.1.tgz#d6f5b66f4ab130f511d50e41e6f42070e2936ffb"
integrity sha512-aG+Tf8M1wVUd2uPSUtdMXdJlKZLcdh+oVE8iEn8KwfxYZ87qDpe7+o0nGZdr+96g2H76Qz/8TrG9dIxyp7c70w==
Expand Down Expand Up @@ -3866,14 +3888,14 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
structured-source "^3.0.2"
unist-util-visit "^1.1.0"

textlint-rule-ja-no-abusage@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-2.0.1.tgz#cd07bea78a2dec65b4128f8d49e104d44f9084d9"
integrity sha512-HUAi0vpjoE+8Jl0OzuhgqYlPzGbHjNr7sQuEFQWmrKUF7LdKTdP0dDcmcJ5rbKKLXZ4eV+6Tf2VfWfQrlIRkGg==
textlint-rule-ja-no-abusage@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-3.0.0.tgz#b43f3f66b7d0aa9a37877ea1c125e3da3bafcc0a"
integrity sha512-DIqPZgYTwTsvjX6Bgj7GA8vlwGMObagJpNoUtkucOaoy7E7GwUOL+knqFjcTtlkWSmoKpIkw5OWW5CV3kivlfQ==
dependencies:
kuromojin "^2.0.0"
morpheme-match-textlint "^2.0.3"
textlint-rule-prh "^5.2.1"
kuromojin "^3.0.0"
morpheme-match-textlint "^2.0.6"
textlint-rule-prh "^5.3.0"

textlint-rule-ja-no-mixed-period@^2.1.1:
version "2.1.1"
Expand All @@ -3883,25 +3905,25 @@ textlint-rule-ja-no-mixed-period@^2.1.1:
check-ends-with-period "^1.0.1"
textlint-rule-helper "^2.0.0"

textlint-rule-ja-no-redundant-expression@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-redundant-expression/-/textlint-rule-ja-no-redundant-expression-3.0.2.tgz#2a280a3c3d617aa7a00f6fe4a01c7e88e7cb2fc7"
integrity sha512-fs5zqSY7qcCd/x7ow0Ymdq2PiQGfGI4sANIBmKbTFTPuHdmflaecFbBp2yYrVnDroj+PDq0trTHLr5iZr5xAWQ==
textlint-rule-ja-no-redundant-expression@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-redundant-expression/-/textlint-rule-ja-no-redundant-expression-4.0.0.tgz#5385a58424dc4b8ec48edc0f5eb0864c9f2bcf4d"
integrity sha512-Wb6g/uwd7fL3v+BCvOMuiQONdL1JSvrDVnM4k5X7guQQggmA8R0lWCFZZuMUO5Mb0VuDX9bYptJL5AblzR1YVg==
dependencies:
"@textlint/regexp-string-matcher" "^1.1.0"
kuromojin "^2.0.0"
kuromojin "^3.0.0"
morpheme-match "^2.0.4"
morpheme-match-all "^2.0.5"
textlint-rule-helper "^2.1.1"
textlint-util-to-string "^3.1.1"

textlint-rule-ja-no-successive-word@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-1.2.0.tgz#ba7597b54978388a5f8e53b9003bd9066f2111ad"
integrity sha512-5ki006mIOeElHtPk0WECR8xvW66I+o3lpzbRpvDSlEwjZwNeR4QHwByfBsl7KdScy945Vab1t5I0lCXXS7u3ow==
textlint-rule-ja-no-successive-word@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-successive-word/-/textlint-rule-ja-no-successive-word-2.0.0.tgz#32ab674f45483243d62e375b2636a81cf41b2925"
integrity sha512-4BCz5G7JbmuSwGTXlgTil70SS8x6firJ67ZQR9w3cmwNn6JC9UoBEjweia/M4Mviyadaw4fDLhFSfEC0v5OX+Q==
dependencies:
"@textlint/regexp-string-matcher" "^1.1.0"
kuromojin "^2.0.0"
kuromojin "^3.0.0"

textlint-rule-ja-no-weak-phrase@^1.0.5:
version "1.0.5"
Expand Down Expand Up @@ -3934,22 +3956,23 @@ textlint-rule-max-kanji-continuous-len@^1.1.1:
resolved "https://registry.yarnpkg.com/textlint-rule-max-kanji-continuous-len/-/textlint-rule-max-kanji-continuous-len-1.1.1.tgz#cbcc44488c06d36c65099e12f7977e3a15c3b77f"
integrity sha1-y8xESIwG02xlCZ4S95d+OhXDt38=

textlint-rule-max-ten@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.4.tgz#498830ae4ba799641005a8e102abeb1f8c5876e4"
integrity sha512-jpAo7+afIhZiegsAcD8PB22px1bqdkN3VAkPHijZsZlB05+Z1rZS/SCoUtgT+5NveErk+Bbcmm4jOLo+owq6+Q==
textlint-rule-max-ten@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-4.0.0.tgz#55847b19b2de3a40bc62779b9f3581926e8b3b98"
integrity sha512-/bd2IeSNq6hyNJdofUNjef51joUK8eoRKtkAqkbLkDuTt6q30BZuLfZLXQ2/X0gjCwfStzoqar48dK34htys/w==
dependencies:
kuromojin "^2.0.0"
sentence-splitter "^2.0.0"
kuromojin "^3.0.0"
sentence-splitter "^3.2.0"
structured-source "^3.0.2"
textlint-rule-helper "^2.0.0"
textlint-util-to-string "^3.1.1"

textlint-rule-no-double-negative-ja@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/textlint-rule-no-double-negative-ja/-/textlint-rule-no-double-negative-ja-1.0.6.tgz#917bc70478c2f03d51767267b05023bfa77cb3b7"
integrity sha512-pwEn/3CMRE1Md3de3+WKd+R0ZD0luxGAAw5D+OrPgvjp9mE5VSL1pNt2rUqZV1+NBtUE4EcxZPdCw1QHTLmslg==
textlint-rule-no-double-negative-ja@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-double-negative-ja/-/textlint-rule-no-double-negative-ja-2.0.0.tgz#68bf25027fb1626393cba9aa18b3bb245cdaea68"
integrity sha512-czi6ung/vpSaxGjrgbBN6iapIqd50tqBbsWaIvonhv2cHe1qAqgqS9C02YrSZPjnX7fkxs4pKQr4p+qK1rGzGA==
dependencies:
kuromojin "^2.0.0"
kuromojin "^3.0.0"

textlint-rule-no-doubled-conjunction@^1.0.3:
version "1.0.3"
Expand All @@ -3971,22 +3994,22 @@ textlint-rule-no-doubled-conjunctive-particle-ga@^1.1.1:
textlint-rule-helper "^1.1.5"
textlint-util-to-string "^1.2.0"

textlint-rule-no-doubled-joshi@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-joshi/-/textlint-rule-no-doubled-joshi-3.8.0.tgz#e7bdd3bfa1ffd303384464a07bd8616ca0da9338"
integrity sha512-pSMSz5kUn5676ObN1RIVlOEmi4FcQkXzJKAv24pJV/PxAlEQl/bmYNcgGSZr+SONCy4QW/82+sFZguM/XSHZeA==
textlint-rule-no-doubled-joshi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-joshi/-/textlint-rule-no-doubled-joshi-4.0.0.tgz#4e0776125ee244e05492e642a75d564baec728f8"
integrity sha512-IUlJBlvzdkiJhbxqw3KlvI/o+qUIrk2AltV1P67gQqLT1XMuxVUVftCMmKdGrH4tDN5nrD4TkcW+yoFxnBCEvQ==
dependencies:
kuromojin "^2.0.0"
sentence-splitter "^3.2.0"
kuromojin "^3.0.0"
sentence-splitter "^3.2.1"
textlint-rule-helper "^2.1.1"
textlint-util-to-string "^3.0.0"

textlint-rule-no-dropping-the-ra@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-dropping-the-ra/-/textlint-rule-no-dropping-the-ra-2.0.0.tgz#d19cf55ff77ae546a5843bc51e4bd032dcdc0d77"
integrity sha512-2WvJ49KoEOxnVh+EU2MMeuRZtSzwZ5aIRbu51MASUvmOvEjfbeJHiLgO5Dz0YrFvAWmtOxtWbO6OO5y+SMHQRg==
textlint-rule-no-dropping-the-ra@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-dropping-the-ra/-/textlint-rule-no-dropping-the-ra-3.0.0.tgz#cc408b719302818e52917f5dee537e1007c206e2"
integrity sha512-KbSIlcxj1kLs4sGSMSLGA8OmgRoaPAWtodJaGEyEUiy7uiZM/VPqYALpuD8vf16N1OR5SM/bXXeZFME65r8ZgQ==
dependencies:
kuromojin "^2.0.0"
kuromojin "^3.0.0"
textlint-rule-helper "^2.1.1"

textlint-rule-no-exclamation-question-mark@^1.1.0:
Expand All @@ -4006,14 +4029,14 @@ textlint-rule-no-hankaku-kana@^1.0.2:
match-index "^1.0.1"
textlint-rule-helper "^1.1.5"

textlint-rule-no-mix-dearu-desumasu@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/textlint-rule-no-mix-dearu-desumasu/-/textlint-rule-no-mix-dearu-desumasu-4.0.1.tgz#6803294b0d3d4132da06cc2c66b70261a1d9e9b4"
integrity sha512-brkZc+l3Y34C31zHXyMUITbdsHj0i1MeZ7IQfhR38nvXzHlKWWFqoesXndLSml6yiVIJn4glJhiiJ1yErm86Sw==
textlint-rule-no-mix-dearu-desumasu@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-no-mix-dearu-desumasu/-/textlint-rule-no-mix-dearu-desumasu-5.0.0.tgz#c17ebc015cafc75ca38d10766f18c7593ee9c239"
integrity sha512-fBNWXBUeP9xuxZYjNqm3PQDsHStYPxpkJaLwTvbNQEZ6rpC1dHsHwLujYtuAQVuvrfxxU6J4jtepP61rhjPA8g==
dependencies:
analyze-desumasu-dearu "^4.0.0"
analyze-desumasu-dearu "^5.0.0"
textlint-rule-helper "^2.0.0"
unist-util-visit "^2.0.2"
unist-util-visit "^3.0.0"

textlint-rule-no-nfd@^1.0.2:
version "1.0.2"
Expand All @@ -4039,7 +4062,7 @@ textlint-rule-preset-jtf-style@^2.3.8:
textlint-rule-helper "^2.0.0"
textlint-rule-prh "^5.2.1"

textlint-rule-prh@^5.2.1:
textlint-rule-prh@^5.2.1, textlint-rule-prh@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.3.0.tgz#c3a002e3e1b59751eb6b93dff81810caeb764a9f"
integrity sha512-gdod+lL1SWUDyXs1ICEwvQawaSshT3mvPGufBIjF2R5WFPdKQDMsiuzsjkLm+aF+9d97dA6pFsiyC8gSW7mSgg==
Expand Down Expand Up @@ -4329,10 +4352,10 @@ unist-util-is@^3.0.0:
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==

unist-util-is@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
unist-util-is@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.0.0.tgz#c71eddea34aa7009d54f671a6fafb3779b8035d3"
integrity sha512-G4p13DhfdUNmlnJxd0uy5Skx1FG58LSDhX8h1xgpeSq0omOQ4ZN5BO54ToFlNX55NDTbRHMdwTOJXqAieInSEA==

unist-util-remove-position@^1.0.0:
version "1.1.4"
Expand Down Expand Up @@ -4360,13 +4383,13 @@ unist-util-visit-parents@^2.0.0:
dependencies:
unist-util-is "^3.0.0"

unist-util-visit-parents@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
unist-util-visit-parents@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-4.0.0.tgz#0dfc00046ac753517ffaaf59b80d1ac892b352a6"
integrity sha512-QyATSx30wHguIzI82+GVeuXGnFlh3AUVcyeZPOo5Paz2Z52zfRe3/0WLlBv6XlMWcr5xEdFqox6PteUL6hzEFA==
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^4.0.0"
unist-util-is "^5.0.0"

unist-util-visit@^1.1.0:
version "1.4.1"
Expand All @@ -4375,14 +4398,14 @@ unist-util-visit@^1.1.0:
dependencies:
unist-util-visit-parents "^2.0.0"

unist-util-visit@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
unist-util-visit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-3.0.0.tgz#a8e239038f7b29aadc649a6080f42bc85ea1a7bc"
integrity sha512-RbFwAZhMekKPZxlAhUIiBwim8NogwUtwLbIjvZehaGORYRDWcApsnGI1VDUHr/Jo6yW1u8VOqO/djbd7Hpz88A==
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^4.0.0"
unist-util-visit-parents "^3.0.0"
unist-util-is "^5.0.0"
unist-util-visit-parents "^4.0.0"

universal-user-agent@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -4625,3 +4648,8 @@ zlibjs@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA=

zlibjs@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"
integrity sha1-UBl+2yihxCymWcyLTmqd3W1ERVQ=

0 comments on commit 15b61f6

Please sign in to comment.