mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
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:
parent
b06bf74f99
commit
42b5787443
2 changed files with 5 additions and 5 deletions
8
dependencies/package-lock.json
generated
vendored
8
dependencies/package-lock.json
generated
vendored
|
@ -53,7 +53,7 @@
|
||||||
"textlint": "^13.3.2",
|
"textlint": "^13.3.2",
|
||||||
"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": "^3.0.4",
|
"textlint-rule-terminology": "^3.0.5",
|
||||||
"ts-standard": "^12.0.2",
|
"ts-standard": "^12.0.2",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
}
|
}
|
||||||
|
@ -10350,9 +10350,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/textlint-rule-terminology": {
|
"node_modules/textlint-rule-terminology": {
|
||||||
"version": "3.0.4",
|
"version": "3.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.5.tgz",
|
||||||
"integrity": "sha512-obQ3y0hqX6OWCrM8K5K6WSJGE4BOyNfGF6hUGPet56taTm/xzkRu8XA6vpn2GFr4zom/oMa0sBJ3OtDWCgrS/g==",
|
"integrity": "sha512-IZw8byc4GjyccNjGwSMfy5OSxvjwTGk3IK3qMw2rJ0fsgCYQVlx5JThEQrs4CbWNQN6k2hAinIlxTzxgR00Hmw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"strip-json-comments": "^3.0.1",
|
"strip-json-comments": "^3.0.1",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -48,7 +48,7 @@
|
||||||
"textlint": "^13.3.2",
|
"textlint": "^13.3.2",
|
||||||
"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": "^3.0.4",
|
"textlint-rule-terminology": "^3.0.5",
|
||||||
"ts-standard": "^12.0.2",
|
"ts-standard": "^12.0.2",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue