diff --git a/package-lock.json b/package-lock.json index ff46082e..ae801b9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-max-comma": "^4.0.0", - "textlint-rule-no-dead-link": "^6.2.2", + "textlint-rule-no-dead-link": "^6.2.3", "textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", @@ -21633,9 +21633,9 @@ } }, "node_modules/textlint-rule-no-dead-link": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.2.tgz", - "integrity": "sha512-Xy3v2HglY4u73O5j8er+JKUUMuXC4NGIpQL1nKzWNgEFEx3azuhkwWgYginQ2idxPGM8cSCHe27sSEDV6GgQsQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.3.tgz", + "integrity": "sha512-gctG7VnpMY6OZUdo8pk6SEV/yP0xPMtI3QWg1/+G7KtpYgujM8WalTz+TAvbJGbHTTfkhbZXbuIoFeTGM+/1hg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a6c74339..108a764d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2", "textlint-rule-max-comma": "^4.0.0", - "textlint-rule-no-dead-link": "^6.2.2", + "textlint-rule-no-dead-link": "^6.2.3", "textlint-rule-no-empty-element": "^0.3.1", "textlint-rule-no-empty-section": "^1.1.0", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2",