diff --git a/package-lock.json b/package-lock.json index c26d48e..51e53c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "sass-embedded": "^1.93.3", "tailwindcss": "^4.1.17", "textlint": "^15.5.0", - "textlint-filter-rule-comments": "^1.2.2", + "textlint-filter-rule-comments": "^1.3.0", "textlint-rule-apostrophe": "^3.0.0", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2", @@ -15988,14 +15988,11 @@ } }, "node_modules/textlint-filter-rule-comments": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/textlint-filter-rule-comments/-/textlint-filter-rule-comments-1.2.2.tgz", - "integrity": "sha512-AtyxreCPb3Hq/bd6Qd6szY1OGgnW34LOjQXAHzE8NoXbTUudQqALPdRe+hvRsf81rnmGLxBiCUXZbnbpIseFyw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/textlint-filter-rule-comments/-/textlint-filter-rule-comments-1.3.0.tgz", + "integrity": "sha512-kSk/XcZYKYe4sb44XhYAYPeMFtqKJIMtcju/jwyZxpkn8gRuRMZ4+rB0wJmGRrD0c8tx3hHDAH1JY9ccahMKcA==", "dev": true, - "license": "MIT", - "peerDependencies": { - "textlint": ">=6.8.0" - } + "license": "MIT" }, "node_modules/textlint-rule-apostrophe": { "version": "3.0.0", diff --git a/package.json b/package.json index 79861f0..99dea43 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "sass-embedded": "^1.93.3", "tailwindcss": "^4.1.17", "textlint": "^15.5.0", - "textlint-filter-rule-comments": "^1.2.2", + "textlint-filter-rule-comments": "^1.3.0", "textlint-rule-apostrophe": "^3.0.0", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-doubled-spaces": "^1.0.2",