mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Bump textlint-rule-max-comma from 3.0.1 to 4.0.0
Bumps [textlint-rule-max-comma](https://github.com/azu/textlint-rule-max-comma) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/azu/textlint-rule-max-comma/releases) - [Commits](https://github.com/azu/textlint-rule-max-comma/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: textlint-rule-max-comma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
631ca32148
commit
ec614bc7ab
40
package-lock.json
generated
40
package-lock.json
generated
@ -15,7 +15,7 @@
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.2",
|
||||
"textlint-rule-max-comma": "^3.0.1",
|
||||
"textlint-rule-max-comma": "^4.0.0",
|
||||
"textlint-rule-no-dead-link": "^5.1.2",
|
||||
"textlint-rule-no-empty-element": "^0.3.1",
|
||||
"textlint-rule-no-empty-section": "^1.1.0",
|
||||
@ -9250,19 +9250,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-rule-max-comma": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-max-comma/-/textlint-rule-max-comma-3.0.1.tgz",
|
||||
"integrity": "sha512-VMht14U0+gxRhEnT3/Rfv7yUDF3YGhsSSODwXGnnicwe54Czs2CYALAZIlWA79R4LLqcYFc9pP1i8DeGWvaHeA==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-max-comma/-/textlint-rule-max-comma-4.0.0.tgz",
|
||||
"integrity": "sha512-2vKKXNg1YuTqr9/FrHvOGEHFe+6lNSDtzuEv+KRB+tuaj++UNa/YPvyY34UdDYuHUSKNcYdto8GlIUhAJDW9WQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"sentence-splitter": "^4.2.0",
|
||||
"textlint-util-to-string": "^3.3.2"
|
||||
"sentence-splitter": "^5.0.0",
|
||||
"textlint-util-to-string": "^3.3.4"
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-rule-max-comma/node_modules/@textlint/ast-node-types": {
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.4.0.tgz",
|
||||
"integrity": "sha512-roVeLjnf8UPntFICb1uEwE2dccC8V/T5N1x7eBxkT3VDmSQkyfIAuGtlpwyH0wNKEwJmjO/2gSm2fCjW5K/rbA==",
|
||||
"version": "13.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz",
|
||||
"integrity": "sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/textlint-rule-max-comma/node_modules/boundary": {
|
||||
@ -9272,12 +9272,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/textlint-rule-max-comma/node_modules/sentence-splitter": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-4.3.0.tgz",
|
||||
"integrity": "sha512-srJOMqv7JeEmsbVa/N64ULey2N6/OuZzeKWn2Zrj0DiTBlU930JGr/rKKlKQRigzXtLMOtl32/Gm5G3HW8/ULA==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-5.0.0.tgz",
|
||||
"integrity": "sha512-9Mvf7L8vwpPzkH0/HtXzCbmVkyj4aQXdeG7h8ighRvO0hvcZEy2OUEjeIlnM/z4EX4vBacEfpESC65Oa2rWOig==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^13.2.0",
|
||||
"@textlint/ast-node-types": "^13.4.1",
|
||||
"structured-source": "^4.0.0"
|
||||
}
|
||||
},
|
||||
@ -9478,21 +9478,21 @@
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-util-to-string": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/textlint-util-to-string/-/textlint-util-to-string-3.3.2.tgz",
|
||||
"integrity": "sha512-TCnHX5xGDWIGQpcusLrctodid+n5t5G6ft9+KAVad+GmrOOkk9IiPej8FwH9Vq/uk1j44yTB20YYja0YnQ+z/w==",
|
||||
"version": "3.3.4",
|
||||
"resolved": "https://registry.npmjs.org/textlint-util-to-string/-/textlint-util-to-string-3.3.4.tgz",
|
||||
"integrity": "sha512-XF4Qfw0ES+czKy03BwuvBUoXC8NAg920VuRxW0pd72fW76zMeMbPI/bRN5PHq3SbCdOm7U69/Pk+DX34xqIYqA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^13.0.5",
|
||||
"@textlint/ast-node-types": "^13.4.1",
|
||||
"rehype-parse": "^6.0.1",
|
||||
"structured-source": "^4.0.0",
|
||||
"unified": "^8.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/textlint-util-to-string/node_modules/@textlint/ast-node-types": {
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.4.0.tgz",
|
||||
"integrity": "sha512-roVeLjnf8UPntFICb1uEwE2dccC8V/T5N1x7eBxkT3VDmSQkyfIAuGtlpwyH0wNKEwJmjO/2gSm2fCjW5K/rbA==",
|
||||
"version": "13.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz",
|
||||
"integrity": "sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/textlint-util-to-string/node_modules/boundary": {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"textlint-rule-apostrophe": "^2.0.0",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-doubled-spaces": "^1.0.2",
|
||||
"textlint-rule-max-comma": "^3.0.1",
|
||||
"textlint-rule-max-comma": "^4.0.0",
|
||||
"textlint-rule-no-dead-link": "^5.1.2",
|
||||
"textlint-rule-no-empty-element": "^0.3.1",
|
||||
"textlint-rule-no-empty-section": "^1.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user