Bump textlint-rule-terminology from 3.0.2 to 3.0.3 (#23660)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-05 10:12:13 +02:00 committed by GitHub
parent e16253a7c4
commit d76d754bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"textlint": "^12.2.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.2"
"textlint-rule-terminology": "^3.0.3"
}
},
"node_modules/@azu/format-text": {
@ -5384,9 +5384,9 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.2.tgz",
"integrity": "sha512-PgHg7wkf0gWbihSL+GZF+rG8GJX01azQXIUtWZ4UniDs5GwcwXpb98Dts8jrFQ+c9UeLb1u2HtBgjTmlWkWlQw==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.3.tgz",
"integrity": "sha512-c1AzZ7ztXZfLySI8j7CnUGj8leNsfTCs+OPwJQV0ZWpKIZ7FsuRULCof1wLxsOZM+9MpVkmJWGfi6/qR6kRGIg==",
"dev": true,
"dependencies": {
"lodash": "^4.17.15",
@ -10077,9 +10077,9 @@
}
},
"textlint-rule-terminology": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.2.tgz",
"integrity": "sha512-PgHg7wkf0gWbihSL+GZF+rG8GJX01azQXIUtWZ4UniDs5GwcwXpb98Dts8jrFQ+c9UeLb1u2HtBgjTmlWkWlQw==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.3.tgz",
"integrity": "sha512-c1AzZ7ztXZfLySI8j7CnUGj8leNsfTCs+OPwJQV0ZWpKIZ7FsuRULCof1wLxsOZM+9MpVkmJWGfi6/qR6kRGIg==",
"dev": true,
"requires": {
"lodash": "^4.17.15",

View File

@ -12,7 +12,7 @@
"textlint": "^12.2.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.2"
"textlint-rule-terminology": "^3.0.3"
},
"resolutions": {
"minimist": ">=1.2.5"