mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
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:
parent
d891845a01
commit
b1ad8a0f8f
2 changed files with 5 additions and 5 deletions
8
dependencies/package-lock.json
generated
vendored
8
dependencies/package-lock.json
generated
vendored
|
@ -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.0",
|
||||
"textlint-rule-terminology": "^5.0.9",
|
||||
"ts-standard": "^12.0.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
@ -21941,9 +21941,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/textlint-rule-terminology": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.0.tgz",
|
||||
"integrity": "sha512-z9RFKWTkt5m0fkEFwOYHq9QaMDsLc2dnNTZ5NybfW5oyp1iITPZOepV8EQYnrQJmPVgZflIpioUqzkDb0tUB8w==",
|
||||
"version": "5.0.9",
|
||||
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.9.tgz",
|
||||
"integrity": "sha512-+6z9J8plZEtJdnaWyj0qpPtQBKEW9dq+a9mfJzOA6ZseHycnvlQzD66toyLBgm4XoGUe8ZNabS0h/eVYvY7Yyw==",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15",
|
||||
"strip-json-comments": "^3.0.1",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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.0",
|
||||
"textlint-rule-terminology": "^5.0.9",
|
||||
"ts-standard": "^12.0.2",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue