Bump textlint-rule-terminology from 3.0.5 to 4.0.0 in /dependencies (#4616)

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

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

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-09-15 14:53:39 -07:00 committed by GitHub
parent d3d57de3df
commit b944539b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

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

@ -61,7 +61,7 @@
"textlint": "^13.3.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.5",
"textlint-rule-terminology": "^4.0.0",
"ts-standard": "^12.0.2",
"typescript": "^5.2.2"
}
@ -20578,16 +20578,16 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.5.tgz",
"integrity": "sha512-IZw8byc4GjyccNjGwSMfy5OSxvjwTGk3IK3qMw2rJ0fsgCYQVlx5JThEQrs4CbWNQN6k2hAinIlxTzxgR00Hmw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.0.tgz",
"integrity": "sha512-tbNpzDNLTVsqtDIMXEZNX2i1dvOqryME8Hknopq6Ze3TAjij5N0wBtG63frZLxJ9auE9fZse15sTi4Qe3arNZA==",
"dependencies": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",
"textlint-rule-helper": "^2.1.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
},
"node_modules/textlint/node_modules/@textlint/ast-node-types": {

View file

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