From 302f8a119dbc189df7d5dc22a0eff253abbf8f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:56:38 +0000 Subject: [PATCH] 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] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44a3b7c..b883512 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 4414e78..935abc7 100644 --- a/package.json +++ b/package.json @@ -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",