Bump textlint-rule-terminology from 3.0.4 to 3.0.5 in /dependencies (#4427)

Bumps [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases)
- [Commits](https://github.com/sapegin/textlint-rule-terminology/compare/v3.0.4...v3.0.5)

---
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] 2023-07-09 17:46:09 -07:00 committed by GitHub
parent b06bf74f99
commit 42b5787443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

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

@ -53,7 +53,7 @@
"textlint": "^13.3.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.4",
"textlint-rule-terminology": "^3.0.5",
"ts-standard": "^12.0.2",
"typescript": "^5.1.6"
}
@ -10350,9 +10350,9 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.4.tgz",
"integrity": "sha512-obQ3y0hqX6OWCrM8K5K6WSJGE4BOyNfGF6hUGPet56taTm/xzkRu8XA6vpn2GFr4zom/oMa0sBJ3OtDWCgrS/g==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.5.tgz",
"integrity": "sha512-IZw8byc4GjyccNjGwSMfy5OSxvjwTGk3IK3qMw2rJ0fsgCYQVlx5JThEQrs4CbWNQN6k2hAinIlxTzxgR00Hmw==",
"dependencies": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",

View file

@ -48,7 +48,7 @@
"textlint": "^13.3.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.4",
"textlint-rule-terminology": "^3.0.5",
"ts-standard": "^12.0.2",
"typescript": "^5.1.6"
}