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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-09 07:19:07 +00:00 committed by GitHub
parent 6c0b5b15e2
commit d03d1b2d3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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",