diff --git a/package-lock.json b/package-lock.json index 722969e..48e5e83 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.0.1", + "textlint-rule-no-dead-link": "^6.1.0", "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", @@ -16077,9 +16077,9 @@ } }, "node_modules/textlint-rule-no-dead-link": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.0.1.tgz", - "integrity": "sha512-AhzerfzP9DItUXcG5APFLp4Y+6bka2psb3DQ5u40uSmXhxW2pW1ZAukPq6S1I2dH6ypkJ0eB8YEskr0trd0YrA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/textlint-rule-no-dead-link/-/textlint-rule-no-dead-link-6.1.0.tgz", + "integrity": "sha512-d2I9V7ASJx5IyLyOJNgnxd4zMh2qAlv/1opMsSM0hkWYo37dglGHp1g56V57EqVx+2qZBBYUmiX9TgSXwZIAYg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 74d908b..e43cb43 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.0.1", + "textlint-rule-no-dead-link": "^6.1.0", "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",