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

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

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

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-07-04 14:06:26 +00:00 committed by GitHub
parent 7fe3194a42
commit 2d9cfecced
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-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^5.0.9",
"textlint-rule-terminology": "^5.1.5",
"ts-standard": "^12.0.2",
"typescript": "^5.4.5"
}
@ -21177,9 +21177,9 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.9.tgz",
"integrity": "sha512-+6z9J8plZEtJdnaWyj0qpPtQBKEW9dq+a9mfJzOA6ZseHycnvlQzD66toyLBgm4XoGUe8ZNabS0h/eVYvY7Yyw==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.1.5.tgz",
"integrity": "sha512-8empVJHWvM8Fyft0bMZV9KO0MJzpAeTQk0ELptMbhezBKHrQBPH2OpEEERBmT4R4YPbTN6+Jn4ubRtR4lSCeow==",
"dependencies": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",

View file

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