diff --git a/package-lock.json b/package-lock.json index 19d1e72..b8d7103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2", "textlint": "^13.4.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^2.0.0", @@ -3066,13 +3066,13 @@ } }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.0.tgz", - "integrity": "sha512-dCVg/2ZNY/yHEKUl4ZjTmOEbly96igCLd59Tzdhx4uXAim1X3qJ8d7Tp5ZkjyIRL8uKVHmHNSp9REVrEhOCWKQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.2.tgz", + "integrity": "sha512-oE7vVmjCsKcbLy2/igBh0qvDmfbcAgjFfOCbhaOxxgXqD9hDKbnG+vxIPmRl27u2PwijZCQI+5r7FyiVVS/kyw==", "dev": true, "dependencies": { - "sentence-splitter": "^4.3.0", - "textlint-rule-helper": "^2.3.0" + "sentence-splitter": "^5.0.0", + "textlint-rule-helper": "^2.3.1" } }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair/node_modules/@textlint/ast-node-types": { @@ -3088,9 +3088,9 @@ "dev": true }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair/node_modules/sentence-splitter": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-4.4.1.tgz", - "integrity": "sha512-4Jks7qn5nOeY5g++wlWbLCKclo2XxT7DBrLYo68UNdP8UEWUpUNH5VgKTEd0QlTo2cYBggtVk0NkvsRhoCZdsA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/sentence-splitter/-/sentence-splitter-5.0.0.tgz", + "integrity": "sha512-9Mvf7L8vwpPzkH0/HtXzCbmVkyj4aQXdeG7h8ighRvO0hvcZEy2OUEjeIlnM/z4EX4vBacEfpESC65Oa2rWOig==", "dev": true, "dependencies": { "@textlint/ast-node-types": "^13.4.1", @@ -9260,12 +9260,12 @@ } }, "node_modules/textlint-rule-helper": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz", - "integrity": "sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz", + "integrity": "sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw==", "dev": true, "dependencies": { - "@textlint/ast-node-types": "^13.0.2", + "@textlint/ast-node-types": "^13.4.1", "structured-source": "^4.0.0", "unist-util-visit": "^2.0.3" } diff --git a/package.json b/package.json index eda1efb..d87287a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/IT4Change/IT4C.dev#readme", "devDependencies": { - "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2", "textlint": "^13.4.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^2.0.0",