diff --git a/package-lock.json b/package-lock.json index ad1387b..73d70eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,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.0", + "textlint-rule-no-dead-link": "^6.2.1", "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", @@ -16126,9 +16126,9 @@ } }, "node_modules/textlint-rule-no-dead-link": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.0.tgz", - "integrity": "sha512-x/bfBeD3qjJZ+pVFh1GF4u0VaSXuQdPolGZHFQbNab3otSucK6Wjk11yLaU5PFozkChwr5FdefYI1jyGlOuSJA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.2.1.tgz", + "integrity": "sha512-HcEQ5gjrzVlHW6R2ERwEbJ2tKwNnhTl6KqAhZcEqRXqmj6fZuzP9D7knzxuPlCZ/wA609tifARlhRLLTCa5tQQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 617ba8e..25df50f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,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.0", + "textlint-rule-no-dead-link": "^6.2.1", "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",