From d03d1b2d3b3142270cf9e465d7c982b7473e82da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 07:19:07 +0000 Subject: [PATCH] Bump @textlint-rule/textlint-rule-no-unmatched-pair Bumps the textlint 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.3 to 2.0.4 - [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.3...v2.0.4) --- updated-dependencies: - dependency-name: "@textlint-rule/textlint-rule-no-unmatched-pair" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: textlint ... 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 00f9430..8d0900f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4", "@vuepress/bundler-vite": "^2.0.0-rc.18", "@vuepress/plugin-redirect": "^2.0.0-rc.60", "textlint": "^14.3.0", @@ -1722,9 +1722,9 @@ "dev": true }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair": { - "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==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.4.tgz", + "integrity": "sha512-g9Ge1xUV9xJy8T7nuutF/2J6Cg2mmPx4gKsC3dCdxVxuL0wMqOOnAi8l6psFpAQ5UFtQuAzwkdclrehPtBT5tg==", "dev": true, "dependencies": { "sentence-splitter": "^5.0.0", diff --git a/package.json b/package.json index 85855d7..e0d3a3a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://ocelot.social", "devDependencies": { - "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4", "@vuepress/bundler-vite": "^2.0.0-rc.18", "@vuepress/plugin-redirect": "^2.0.0-rc.60", "textlint": "^14.3.0",