diff --git a/package-lock.json b/package-lock.json index 706ea8c..3488030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "textlint": "13.4.1", - "textlint-rule-preset-ja-technical-writing": "9.0.0", + "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "5.3.0", "textlint-rule-spellcheck-tech-word": "5.0.0" }, @@ -2599,52 +2599,12 @@ } }, "node_modules/textlint-rule-no-mix-dearu-desumasu": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/textlint-rule-no-mix-dearu-desumasu/-/textlint-rule-no-mix-dearu-desumasu-5.0.0.tgz", - "integrity": "sha512-fBNWXBUeP9xuxZYjNqm3PQDsHStYPxpkJaLwTvbNQEZ6rpC1dHsHwLujYtuAQVuvrfxxU6J4jtepP61rhjPA8g==", - "dependencies": { - "analyze-desumasu-dearu": "^5.0.0", - "textlint-rule-helper": "^2.0.0", - "unist-util-visit": "^3.0.0" - } - }, - "node_modules/textlint-rule-no-mix-dearu-desumasu/node_modules/unist-util-is": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", - "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/textlint-rule-no-mix-dearu-desumasu/node_modules/unist-util-visit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-3.1.0.tgz", - "integrity": "sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/textlint-rule-no-mix-dearu-desumasu/node_modules/unist-util-visit-parents": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/textlint-rule-no-mix-dearu-desumasu/-/textlint-rule-no-mix-dearu-desumasu-6.0.2.tgz", + "integrity": "sha512-h/Vs6qltBlkm7bmKT2rtJ6jZriNV3uTr5fxKuPMBUHVUMnAuQvz3lI7oFrGC10Pxny+Ofng5fbLiYntHq/ymaA==", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "analyze-desumasu-dearu": "^5.0.1", + "textlint-rule-helper": "^2.3.1" } }, "node_modules/textlint-rule-no-nfd": { @@ -2666,9 +2626,9 @@ } }, "node_modules/textlint-rule-preset-ja-technical-writing": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/textlint-rule-preset-ja-technical-writing/-/textlint-rule-preset-ja-technical-writing-9.0.0.tgz", - "integrity": "sha512-1dbqEkIaYG57lDE5pdynF9F/8lPhtxp9/CzgvIAeHa3wpIwFsGf6OKUP2cEONeYlyeye1WpAwXVzMEDkp525sA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/textlint-rule-preset-ja-technical-writing/-/textlint-rule-preset-ja-technical-writing-10.0.1.tgz", + "integrity": "sha512-GC7sUPsn65UOZcBQ+SLvt3RRmGcm3Fb8t/o8/hD/zyRr1NpYYNrtte0HckVnCPH3TD8zbMt4mov2nlnfA8f7gg==", "dependencies": { "@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0", "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2", @@ -2689,7 +2649,7 @@ "textlint-rule-no-dropping-the-ra": "^3.0.0", "textlint-rule-no-exclamation-question-mark": "^1.1.0", "textlint-rule-no-hankaku-kana": "^2.0.1", - "textlint-rule-no-mix-dearu-desumasu": "^5.0.0", + "textlint-rule-no-mix-dearu-desumasu": "^6.0.0", "textlint-rule-no-nfd": "^2.0.2", "textlint-rule-no-zero-width-spaces": "^1.0.1", "textlint-rule-preset-jtf-style": "^2.3.13", diff --git a/package.json b/package.json index cb70278..52a0ba3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": {}, "dependencies": { "textlint": "13.4.1", - "textlint-rule-preset-ja-technical-writing": "9.0.0", + "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "5.3.0", "textlint-rule-spellcheck-tech-word": "5.0.0" }