diff --git a/package-lock.json b/package-lock.json index e1bf5ea..fd518bc 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.2", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3", "@vuepress/bundler-vite": "^2.0.0-rc.14", "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", @@ -1279,9 +1279,9 @@ "dev": true }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair": { - "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==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.3.tgz", + "integrity": "sha512-asZI8nYuXP6TNHRKPSDAqBzL/7LWdX5QgFp1ZSezJOzmWinI9r9JK9ywl71T7YZbR8IN06/g35rSFJVziidc2Q==", "dev": true, "dependencies": { "sentence-splitter": "^5.0.0", diff --git a/package.json b/package.json index 5ef0809..ed47f75 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.2", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3", "@vuepress/bundler-vite": "^2.0.0-rc.14", "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2",