Skip to content

Commit 5d5b2c9

Browse files
Bump retext-readability from 7.2.0 to 8.0.0 in /.config/remark (#1319)
Bumps [retext-readability](https://github.com/retextjs/retext-readability) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/retextjs/retext-readability/releases) - [Commits](retextjs/retext-readability@7.2.0...8.0.0) --- updated-dependencies: - dependency-name: retext-readability dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6a5e5c commit 5d5b2c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.config/remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"retext-intensify": "^6.2.0",
7979
"retext-profanities": "^7.2.2",
8080
"retext-quotes": "^6.0.0",
81-
"retext-readability": "^7.2.0",
81+
"retext-readability": "^8.0.0",
8282
"retext-repeated-words": "^5.0.0",
8383
"retext-sentence-spacing": "^6.0.0",
8484
"retext-simplify": "^8.0.0",

.config/remark/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,25 +2635,25 @@ retext-quotes@^6.0.0:
26352635
unist-util-visit "^5.0.0"
26362636
vfile "^6.0.0"
26372637

2638-
retext-readability@^7.2.0:
2639-
version "7.2.0"
2640-
resolved "https://registry.yarnpkg.com/retext-readability/-/retext-readability-7.2.0.tgz#3f5512888c652a433797507b31e664e7fc1099c8"
2641-
integrity sha512-AgrhXCnldut8wPSVT8cGiq5htkNkfdcuC0oFqDpu4FCxgYXGI464mTS8uMNYBMwrv/l1baBP8RisKp7kU28IaA==
2638+
retext-readability@^8.0.0:
2639+
version "8.0.0"
2640+
resolved "https://registry.yarnpkg.com/retext-readability/-/retext-readability-8.0.0.tgz#634cb48a9d7e2693e81d5d195ab2ccc84ed2b94f"
2641+
integrity sha512-fGxJLap12lerQnU+4746oc6jYBRmvdud1aVNzagKwX10etXV4UWuFSl8bjQCbboT5fq74ImR8Mt1UmAGSUPyhw==
26422642
dependencies:
2643-
"@types/nlcst" "^1.0.0"
2643+
"@types/nlcst" "^2.0.0"
26442644
automated-readability "^2.0.0"
26452645
coleman-liau "^2.0.0"
26462646
dale-chall "^2.0.0"
26472647
dale-chall-formula "^2.0.0"
26482648
flesch "^2.0.0"
26492649
gunning-fog "^2.0.0"
2650-
nlcst-to-string "^3.0.0"
2650+
nlcst-to-string "^4.0.0"
26512651
smog-formula "^2.0.0"
26522652
spache "^2.0.0"
26532653
spache-formula "^2.0.0"
26542654
syllable "^5.0.0"
2655-
unified "^10.0.0"
2656-
unist-util-visit "^4.0.0"
2655+
unist-util-visit "^5.0.0"
2656+
vfile "^6.0.0"
26572657

26582658
retext-repeated-words@^5.0.0:
26592659
version "5.0.0"

0 commit comments

Comments
 (0)