From 7fb64584bfb86f8e9dfc7460cebded6e549a0b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 01:57:21 +0000 Subject: [PATCH] Bump @textlint-rule/textlint-rule-no-unmatched-pair in the linting group Bumps the linting group with 1 update: [@textlint-rule/textlint-rule-no-unmatched-pair](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair). Updates `@textlint-rule/textlint-rule-no-unmatched-pair` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/releases) - [Commits](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: "@textlint-rule/textlint-rule-no-unmatched-pair" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",