Bump textlint-rule-doubled-spaces from 1.0.1 to 1.0.2

Bumps textlint-rule-doubled-spaces from 1.0.1 to 1.0.2.

---
updated-dependencies:
- dependency-name: textlint-rule-doubled-spaces
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-05 10:56:38 +00:00 committed by GitHub
parent 9109c448f5
commit 302f8a119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@ -14,7 +14,7 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-max-comma": "^2.0.2",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-element": "^0.3.1",
@ -16709,12 +16709,15 @@
}
},
"node_modules/textlint-rule-doubled-spaces": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
"dev": true,
"dependencies": {
"@textlint/regexp-string-matcher": "^2.0.1"
},
"peerDependencies": {
"textlint": ">= 5.5.0"
}
},
"node_modules/textlint-rule-helper": {
@ -32496,9 +32499,9 @@
}
},
"textlint-rule-doubled-spaces": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.1.tgz",
"integrity": "sha512-Y30a2N4hNu0g7prw4768xfr1a0tvTOQqIVqUM2U6I7P1spP1Re1PjeCm088KpnTbYgkt6P1ebZoGEuforTjxfg==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/textlint-rule-doubled-spaces/-/textlint-rule-doubled-spaces-1.0.2.tgz",
"integrity": "sha512-fIFvBzbZ7HMB7DDbM0dff8f/6OnAmmQmeJWaNqwdHHseGradYyj9YJx8qsexIrwmdHZ5oQjcWVArF3tW9aDI3Q==",
"dev": true,
"requires": {
"@textlint/regexp-string-matcher": "^2.0.1"

View File

@ -25,7 +25,7 @@
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-max-comma": "^2.0.2",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-element": "^0.3.1",