Skip to content

Commit 5122082

Browse files
committed
fix(deps): update to kuromojin@3
1 parent 0e80495 commit 5122082

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"textlint-scripts": "^3.0.0"
3838
},
3939
"dependencies": {
40-
"kuromojin": "^2.0.0",
40+
"kuromojin": "^3.0.0",
4141
"morpheme-match": "^2.0.4",
4242
"morpheme-match-all": "^2.0.5"
4343
}

yarn.lock

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,20 +2238,22 @@ kind-of@^6.0.0, kind-of@^6.0.2:
22382238
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
22392239
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
22402240

2241-
kuromoji@0.1.1:
2242-
version "0.1.1"
2243-
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.1.tgz#4aabf39bcced8b8ad92d007a04a26be6da8477c9"
2241+
kuromoji@0.1.2:
2242+
version "0.1.2"
2243+
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
2244+
integrity sha512-V0dUf+C2LpcPEXhoHLMAop/bOht16Dyr+mDiIE39yX3vqau7p80De/koFqpiTcL1zzdZlc3xuHZ8u5gjYRfFaQ==
22442245
dependencies:
22452246
async "^2.0.1"
22462247
doublearray "0.0.2"
2247-
zlibjs "^0.2.0"
2248+
zlibjs "^0.3.1"
22482249

2249-
kuromojin@^2.0.0:
2250-
version "2.0.0"
2251-
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-2.0.0.tgz#23e74a5ed2578432c9703ae75a69ba0a09ccb12d"
2252-
integrity sha512-60j/yLkFSc4t4roj8tI8ZNNSiAFnrkgXw8SqXz/9nakfs6mkCvPbrd7S8LDr4YNwEt1IyLys5JQTR9EnYyGHhA==
2250+
kuromojin@^3.0.0:
2251+
version "3.0.0"
2252+
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b"
2253+
integrity sha512-3h3qnn/NVVhqoKFP4oc7e6apO2B01Atc056oiVlIY7Uoup4rhrnBe28g3y9lK1HTmLDQEejvXB+3I3qxAneF7A==
22532254
dependencies:
2254-
kuromoji "0.1.1"
2255+
kuromoji "0.1.2"
2256+
lru_map "^0.4.1"
22552257

22562258
leven@^3.1.0:
22572259
version "3.1.0"
@@ -2341,6 +2343,11 @@ loud-rejection@^1.0.0:
23412343
currently-unhandled "^0.4.1"
23422344
signal-exit "^3.0.0"
23432345

2346+
lru_map@^0.4.1:
2347+
version "0.4.1"
2348+
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.4.1.tgz#f7b4046283c79fb7370c36f8fca6aee4324b0a98"
2349+
integrity sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg==
2350+
23442351
make-dir@^2.0.0, make-dir@^2.1.0:
23452352
version "2.1.0"
23462353
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -3712,6 +3719,7 @@ yargs@13.3.2, yargs@^13.3.0:
37123719
y18n "^4.0.0"
37133720
yargs-parser "^13.1.2"
37143721

3715-
zlibjs@^0.2.0:
3716-
version "0.2.0"
3717-
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
3722+
zlibjs@^0.3.1:
3723+
version "0.3.1"
3724+
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"
3725+
integrity sha1-UBl+2yihxCymWcyLTmqd3W1ERVQ=

0 commit comments

Comments
 (0)