Skip to content

Commit e751a5a

Browse files
committed
fix(deps): update dependency alex to ^9.1.0
1 parent dafa3f4 commit e751a5a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"textlint-scripts": "^3.0.0"
3636
},
3737
"dependencies": {
38-
"alex": "^9.0.1",
38+
"alex": "^9.1.0",
3939
"textlint-rule-helper": "^2.1.1"
4040
}
4141
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,10 +1073,10 @@ ajv@^4.7.0:
10731073
co "^4.6.0"
10741074
json-stable-stringify "^1.0.1"
10751075

1076-
alex@^9.0.1:
1077-
version "9.0.1"
1078-
resolved "https://registry.yarnpkg.com/alex/-/alex-9.0.1.tgz#3948ae3512182c86bd36ad99b0166f90c1f758f6"
1079-
integrity sha512-q560b+fVMXvu3WVkvoYBUGRHRXo9K9P/Fnt6Xcq1VhZow9MNqoQ5x7OJTYzSStAElaGxaJ7djTef9pJrM3GBXg==
1076+
alex@^9.1.0:
1077+
version "9.1.0"
1078+
resolved "https://registry.yarnpkg.com/alex/-/alex-9.1.0.tgz#bc54b305c3e05d87085cca3af4376314be0dbeee"
1079+
integrity sha512-mlNQ0CBGinzZj1pjiXaSLsihjZ4Kzq0U0EjR+DrZ3IQQfM4pf4OtxHI1agBIiEwv0tQUzimjgTk+5t9iHeT7Vw==
10801080
dependencies:
10811081
meow "^7.0.0"
10821082
rehype-parse "^7.0.0"
@@ -1087,7 +1087,7 @@ alex@^9.0.1:
10871087
remark-parse "^8.0.0"
10881088
remark-retext "^4.0.0"
10891089
retext-english "^3.0.0"
1090-
retext-equality "~5.2.0"
1090+
retext-equality "~5.5.0"
10911091
retext-profanities "~6.1.0"
10921092
unified "^9.0.0"
10931093
unified-diff "^3.0.0"
@@ -4216,10 +4216,10 @@ retext-english@^3.0.0:
42164216
parse-english "^4.0.0"
42174217
unherit "^1.0.4"
42184218

4219-
retext-equality@~5.2.0:
4220-
version "5.2.0"
4221-
resolved "https://registry.yarnpkg.com/retext-equality/-/retext-equality-5.2.0.tgz#d3bd7c3d96444533a3a800f16d269ab9fd59c884"
4222-
integrity sha512-qfyDsVvwI6RsbyBi5GDRnutDbRMQj5zzK5oVg6ddKhONle2ZmQ/DBg9mz9QLKdnGhp8aW5xoVskXgwHufSQa3g==
4219+
retext-equality@~5.5.0:
4220+
version "5.5.0"
4221+
resolved "https://registry.yarnpkg.com/retext-equality/-/retext-equality-5.5.0.tgz#d01e7251f11bfa3bbc9c47f4047a40c2eb84fa28"
4222+
integrity sha512-ha7zrQ+Bq4xWifm21IcAzc9xhMWCJYfePUjRRNE2mXi8cFhaq1F8+cD78YA2nd6W2mxd11VGTVKY9O0DmzEywQ==
42234223
dependencies:
42244224
nlcst-normalize "^2.0.0"
42254225
nlcst-search "^2.0.0"

0 commit comments

Comments
 (0)