Bump textlint-rule-terminology from 3.0.5 to 4.0.0 (#28777)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-10 21:07:31 +02:00 committed by GitHub
parent 44579bdfa0
commit d460d59c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -23,7 +23,7 @@
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.5"
"textlint-rule-terminology": "^4.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -4069,9 +4069,9 @@
}
},
"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==",
"dev": true,
"dependencies": {
"lodash": "^4.17.15",
@ -4079,7 +4079,7 @@
"textlint-rule-helper": "^2.1.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
},
"node_modules/textlint-rule-terminology/node_modules/textlint-rule-helper": {

View File

@ -18,7 +18,7 @@
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.5"
"textlint-rule-terminology": "^4.0.0"
},
"resolutions": {
"minimist": ">=1.2.5"