deps(npm): bump textlint-rule-terminology in /dependencies (#5696)

Bumps [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) from 5.0.0 to 5.0.9.
- [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases)
- [Commits](https://github.com/sapegin/textlint-rule-terminology/compare/v5.0.0...v5.0.9)

---
updated-dependencies:
- dependency-name: textlint-rule-terminology
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 14:05:37 +00:00 committed by GitHub
parent d891845a01
commit b1ad8a0f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -55,7 +55,7 @@
"textlint": "^14.0.4", "textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.0.0", "textlint-rule-terminology": "^5.0.9",
"ts-standard": "^12.0.2", "ts-standard": "^12.0.2",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }
@ -21941,9 +21941,9 @@
} }
}, },
"node_modules/textlint-rule-terminology": { "node_modules/textlint-rule-terminology": {
"version": "5.0.0", "version": "5.0.9",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.0.tgz", "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.9.tgz",
"integrity": "sha512-z9RFKWTkt5m0fkEFwOYHq9QaMDsLc2dnNTZ5NybfW5oyp1iITPZOepV8EQYnrQJmPVgZflIpioUqzkDb0tUB8w==", "integrity": "sha512-+6z9J8plZEtJdnaWyj0qpPtQBKEW9dq+a9mfJzOA6ZseHycnvlQzD66toyLBgm4XoGUe8ZNabS0h/eVYvY7Yyw==",
"dependencies": { "dependencies": {
"lodash": "^4.17.15", "lodash": "^4.17.15",
"strip-json-comments": "^3.0.1", "strip-json-comments": "^3.0.1",

View file

@ -50,7 +50,7 @@
"textlint": "^14.0.4", "textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.0.0", "textlint-rule-terminology": "^5.0.9",
"ts-standard": "^12.0.2", "ts-standard": "^12.0.2",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }