Upgrade dependency textlint-rule-terminology

This commit is contained in:
Parker Brown 2022-05-04 11:10:10 -07:00 committed by Brett Logan
parent 2a180b0776
commit 3942aa3a23
2 changed files with 9 additions and 9 deletions

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

@ -51,7 +51,7 @@
"textlint": "^12.1.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^2.1.5",
"textlint-rule-terminology": "^3.0.0",
"ts-standard": "^11.0.0",
"typescript": "^4.6.3"
}
@ -9461,16 +9461,16 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-2.1.5.tgz",
"integrity": "sha512-VW+ea4ByLPddSUqoFkVVJF8zWnO8kqKwvC681wGFAjI4CYz9WhjEQH1ikhoEHXnd5AFXNArcjyoa8hoihrXy0w==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.0.tgz",
"integrity": "sha512-ySHbdLcA9Mdbbbc/Wkts3f8CVvY2Nsy3r21NH4bK785jhdpZozG771WDR7d7L5nNnFBeH7MmS0IcscfMpxMyvQ==",
"dependencies": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",
"textlint-rule-helper": "^2.1.1"
},
"engines": {
"node": ">=8.9"
"node": ">=14"
}
},
"node_modules/textlint/node_modules/file-entry-cache": {
@ -17987,9 +17987,9 @@
}
},
"textlint-rule-terminology": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-2.1.5.tgz",
"integrity": "sha512-VW+ea4ByLPddSUqoFkVVJF8zWnO8kqKwvC681wGFAjI4CYz9WhjEQH1ikhoEHXnd5AFXNArcjyoa8hoihrXy0w==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.0.tgz",
"integrity": "sha512-ySHbdLcA9Mdbbbc/Wkts3f8CVvY2Nsy3r21NH4bK785jhdpZozG771WDR7d7L5nNnFBeH7MmS0IcscfMpxMyvQ==",
"requires": {
"lodash": "^4.17.15",
"strip-json-comments": "^3.0.1",

View file

@ -46,7 +46,7 @@
"textlint": "^12.1.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^2.1.5",
"textlint-rule-terminology": "^3.0.0",
"ts-standard": "^11.0.0",
"typescript": "^4.6.3"
}