Bump textlint from 12.1.1 to 12.2.1 in /dependencies (#3089)

Bumps [textlint](https://github.com/textlint/textlint) from 12.1.1 to 12.2.1.
- [Release notes](https://github.com/textlint/textlint/releases)
- [Changelog](https://github.com/textlint/textlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/textlint/textlint/compare/v12.1.1...v12.2.1)

---
updated-dependencies:
- dependency-name: textlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2022-07-11 12:13:22 -05:00 committed by GitHub
parent 4ca7e7629d
commit 1b801a3801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 227 additions and 208 deletions

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

@ -50,7 +50,7 @@
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0",
"tekton-lint": "^0.6.0",
"textlint": "^12.1.1",
"textlint": "^12.2.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.1",
@ -73,12 +73,12 @@
"node_modules/@azu/format-text": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.1.tgz",
"integrity": "sha1-aWc1CpRkD2sChVFpvYl85U1s6+I="
"integrity": "sha512-fyPhr8C1DHQqq/xC8gIg2jmYTw/SoY+KgtVFs6H+DFhfh4Hr4OSDeQZuK1eGpOjhuckWy9A1Hhq84+uRjoznLQ=="
},
"node_modules/@azu/style-format": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.0.tgz",
"integrity": "sha1-5wGH+Khi4ZGxvObAJo8TrNOlayA=",
"integrity": "sha512-L7iaxNrk0OLsH7kw3yx3KVQTKhc2zeW0D9SLrRCqbTZi3XtvSVmmjqO73kR4EnWbTRZ18mwdAikbFYJ0coZ55Q==",
"dependencies": {
"@azu/format-text": "^1.0.1"
}
@ -1795,41 +1795,41 @@
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
},
"node_modules/@textlint/ast-node-types": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.1.1.tgz",
"integrity": "sha512-5/XK9S1177UYetOY6407o1RDuNVndaYfuzsZwhmo52V367s4ZuUD2064WhbmCd6TPyKD4dVr2zoWjfNDfzUZQg=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.2.1.tgz",
"integrity": "sha512-NXYza6aG1+LdZ4g83gjRhDht+gdrTjJYkdcQhpvzNCtTar/sVpaykkauRcAKLhkIWrQpfb311pfMlU6qNDW76Q=="
},
"node_modules/@textlint/ast-tester": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.1.1.tgz",
"integrity": "sha512-lPbpp9qZ/Me852OzWWOSwqbYa9clziRRRfX6qeRqJOuuc8qNOzvP2vC7quvQPSNcGpnDse2bNwePgxtWhWb5fQ==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.2.1.tgz",
"integrity": "sha512-QGg7wxFLpsEAb7uxYPAO6F/QxDoX50wQ8aQ378RbpcQK57J9r9TQfV5Sieuta5dJORUrrMIuIrP4qU7P+1YyUw==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1",
"debug": "^4.3.3"
"@textlint/ast-node-types": "^12.2.1",
"debug": "^4.3.4"
}
},
"node_modules/@textlint/ast-traverse": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.1.1.tgz",
"integrity": "sha512-/hiESq9fwR+4X4U7VfkjhUtuIRuJwnJZpgA+WiSpIwK4Ps60WhB1VBxecyxgNmj3s3EsJn95nCCJntgpa3qQcA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.2.1.tgz",
"integrity": "sha512-uwppnDZRmRhH8R4WrkKAvwAbKcYux2yG/XqKlADuFd2T4hSMTlZOBLxDvXohLKY617HHM32/G99HJlmFFvP4GA==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"node_modules/@textlint/feature-flag": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.1.1.tgz",
"integrity": "sha512-NykyIJ7UCs3R1tjThAS6upScmZdia0N/prOT7j1HpMbn1QK61Kqz7M3KZb0T/nhko6jwfN0d3aNP3oMCb4Vyxg=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.2.1.tgz",
"integrity": "sha512-Vwn1VKaqNvhMteXNdvk+5duGzlG0MwSjkufU3AVaBQsS4SH4dchSvULpKc+r4BOTSzybNappN0APEcMjOx0Lxg=="
},
"node_modules/@textlint/fixer-formatter": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.1.1.tgz",
"integrity": "sha512-9+f3WG1raKqY+ynS1JS/ESLNgUaKK1gIgK9ENESvrJA0zfg5I774LjjJ65catrorTdv+HHDG40aiD67Pmxdk9A==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.2.1.tgz",
"integrity": "sha512-Y4FT2zVyYCxZCJ19tdfhBKr/FtCDP03iW+gfF6zHAjQaNPEGUU7ZfVUBJVVYBWOuHT/Zk22kcJZVFSINacPybQ==",
"dependencies": {
"@textlint/module-interop": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/types": "^12.2.1",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"diff": "^4.0.2",
"is-file": "^1.0.0",
"string-width": "^4.2.3",
@ -1844,33 +1844,33 @@
"integrity": "sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA=="
},
"node_modules/@textlint/kernel": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.1.1.tgz",
"integrity": "sha512-5f/miUMLBLUhBy0sJeLVs+34O3GaYyG7hAuTQG9p0ERUnXdJIGtoYU5O0Sfm+xWXPUOeQadK6E7IR+7fsX4Hhw==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.2.1.tgz",
"integrity": "sha512-imKBeglOKVwsVmrCDzIHf8uiYXtEy0VFyPPb7GYiLhA2pImh59QOtuoPiMT0h8ctV5Aa2konOQVV6jM+JJ9xkQ==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1",
"@textlint/ast-tester": "^12.1.1",
"@textlint/ast-traverse": "^12.1.1",
"@textlint/feature-flag": "^12.1.1",
"@textlint/source-code-fixer": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/utils": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"@textlint/ast-tester": "^12.2.1",
"@textlint/ast-traverse": "^12.2.1",
"@textlint/feature-flag": "^12.2.1",
"@textlint/source-code-fixer": "^12.2.1",
"@textlint/types": "^12.2.1",
"@textlint/utils": "^12.2.1",
"debug": "^4.3.4",
"deep-equal": "^1.1.1",
"structured-source": "^3.0.2"
}
},
"node_modules/@textlint/linter-formatter": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.1.1.tgz",
"integrity": "sha512-yE4g+OA+jVqEpF5NayuFoH4l3vvXPT3+gGD9TYhkjBUGmIZ0n4sMzOtmb9R+McujvENwk+7jTZ0pfHtZtpVSHQ==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.2.1.tgz",
"integrity": "sha512-xfVRM+DRrJzBswzrYpmNDJDfapYyogOGlwOXb9Omc7/MvipVreG0WvtgSgxchJ+1nPJwsOPES8PAgQYcPR20+Q==",
"dependencies": {
"@azu/format-text": "^1.0.1",
"@azu/style-format": "^1.0.0",
"@textlint/module-interop": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/types": "^12.2.1",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"is-file": "^1.0.0",
"js-yaml": "^3.14.1",
"optionator": "^0.9.1",
@ -1931,12 +1931,12 @@
}
},
"node_modules/@textlint/markdown-to-ast": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.1.1.tgz",
"integrity": "sha512-TmqFyNqi68YpkqKabrkMlPzeSJMfY/+Wsv1/r43uDFgSYyM9GiD0eIpP12uKyL8xLW+rgfbqXxeFwSo26Conqw==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.2.1.tgz",
"integrity": "sha512-p+LlVcrgHnSNEWWflYU412uu+v4Cejs6hmI4SgZCheNg4u7Ik78aKgpe4jT5BhjLSBZ/KP6IrJxtCUOoJIUWmQ==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"debug": "^4.3.4",
"remark-footnotes": "^3.0.0",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
@ -1946,9 +1946,9 @@
}
},
"node_modules/@textlint/module-interop": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.1.1.tgz",
"integrity": "sha512-SiF2NVMFny7OdZ3I+qclJXkuPLOylJVd+v3mPGF8Ri5yuDgOKrbqNyHFzz/Sn2AS0ZsIf04/pGNBQhB+fJOBRQ=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.2.1.tgz",
"integrity": "sha512-/SixwKngWuTvVl9AArK4FEWGrNAwD7/ABvLCy/pdFprljnUa87P5JvSi7/v1PjpAXcnMQ2r04wDJjegs9oblBA=="
},
"node_modules/@textlint/regexp-string-matcher": {
"version": "1.1.0",
@ -1995,50 +1995,50 @@
}
},
"node_modules/@textlint/source-code-fixer": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.1.1.tgz",
"integrity": "sha512-+p7NE5W2Ie+a5dSXGG0onDrqQM9Quj9t9zQruqxN3Qm7F8JD3qBTx9XNZkzQKlnGtrN4x6FUp5wwH/X4BhHh1A==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.2.1.tgz",
"integrity": "sha512-yNkWcTxCcoz24b64rGUVDr2MzQdv3I1o2o7HuphCmGlAQztVzMGvY/GNzqUWW42+k8S0zRq3Saxz1XoMUvR5UA==",
"dependencies": {
"@textlint/types": "^12.1.1",
"debug": "^4.3.3"
"@textlint/types": "^12.2.1",
"debug": "^4.3.4"
}
},
"node_modules/@textlint/text-to-ast": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.1.1.tgz",
"integrity": "sha512-L+Wf6omQ9u/A+H8kr8Dv1bKQ7j5TeBJX7ShdZz+z0T3oOPDrpCHID6N/NbzuM+a1Q9s9UAG5gkqiROHNjXqUug==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.2.1.tgz",
"integrity": "sha512-NcuFa8iQglIMBQ1OaR1IYAIYJfBcTACVD0YtPGrdN0gkqC8TEfP5xIldiSxhkWiLPr3TQ4Mg7d6Ev5RH67n7pA==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"node_modules/@textlint/textlint-plugin-markdown": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.1.1.tgz",
"integrity": "sha512-gzQ205ClqECTblIdkpFkWL6M4nxr5oMON/jU6xbRdZ/Shy+OHLY7fP3R2L2RmAmMSE7C6ZWK5Lk7k9XaaUpgVA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.2.1.tgz",
"integrity": "sha512-BAjkVPMO5fzf6n5M5SwgHNyTwByE86BmjaNpBDhKNcSBctUnfX7nLCvQY8mGMkvefHufyi3oWIqDcZoZQn0PYQ==",
"dependencies": {
"@textlint/markdown-to-ast": "^12.1.1"
"@textlint/markdown-to-ast": "^12.2.1"
}
},
"node_modules/@textlint/textlint-plugin-text": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.1.1.tgz",
"integrity": "sha512-U3WFM2fPy0ifC9lVW0GXjF5h1Dquit3rLO6UisC9UF75Ic6JjelcypjHwpp1trx0/t5FXp+94R5uJEpM360A0g==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.2.1.tgz",
"integrity": "sha512-8Dt1Sn9AdqvweVxCLvlj1IC+pDxPRpdgERY6FzD6kLNpMAyl7luVWtpql19CvTYlxhPUHRxsETDBkRCQFClXsw==",
"dependencies": {
"@textlint/text-to-ast": "^12.1.1"
"@textlint/text-to-ast": "^12.2.1"
}
},
"node_modules/@textlint/types": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.1.1.tgz",
"integrity": "sha512-s0TjnEwEwp3fa8yEhEH8w/lFpih15wtQy2CYaKx0eMScl1bSh+0e8WhiGZaTiiJXAGwNCw6erxB0reBScdU/hA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.2.1.tgz",
"integrity": "sha512-nOQ3udAz9ulDZgETFY3vr3R+ubL2cevPLA3GmDs29ErvIHfK3pD+PpyO/OsS7HZKXolmpuMonVA9+J9Jybf3/Q==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"node_modules/@textlint/utils": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.1.1.tgz",
"integrity": "sha512-ENAm6ro+OAh6XZZSeZIJQCrY07IHWB7DGM6SwtKEfxcA9joF1uS/sLPqKmcW9fyvLvMnloVUsfVlaoNsLJXDKA=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.2.1.tgz",
"integrity": "sha512-e4jDM6bMZddFi48e5CzbvnG9ombeK2ZkjLnCaSWalJI3NTlCDm/ZDqfaqac/YPFbzoRQMqNkaoTW/9GZVjr6Hg=="
},
"node_modules/@tootallnate/once": {
"version": "1.1.2",
@ -5160,7 +5160,7 @@
"node_modules/format": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
"integrity": "sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=",
"integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
"engines": {
"node": ">=0.4.x"
}
@ -6077,7 +6077,7 @@
"node_modules/is-file": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-file/-/is-file-1.0.0.tgz",
"integrity": "sha1-KKRM+9nT2xkwRfIrZfzo7fliBZY="
"integrity": "sha512-ZGMuc+xA8mRnrXtmtf2l/EkIW2zaD2LSBWlaOVEF6yH4RTndHob65V4SwWWdtGKVthQfXPVKsXqw4TDUjbVxVQ=="
},
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
@ -7375,11 +7375,11 @@
}
},
"node_modules/mkdirp": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"dependencies": {
"minimist": "^1.2.5"
"minimist": "^1.2.6"
},
"bin": {
"mkdirp": "bin/cmd.js"
@ -8267,7 +8267,7 @@
"node_modules/pluralize": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-2.0.0.tgz",
"integrity": "sha1-crcmqm+sHt7uQiVsfY3CVrM1Z38="
"integrity": "sha512-TqNZzQCD4S42De9IfnnBvILN7HAW7riLqsCyp8lgjXeysyPlX5HhqKAcJHHHb9XskE4/a+7VGC9zzx8Ls0jOAw=="
},
"node_modules/pony-cause": {
"version": "1.0.0",
@ -10217,29 +10217,29 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
},
"node_modules/textlint": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.1.1.tgz",
"integrity": "sha512-AoE/pPL+6e/7hHOxwxL5oBTYIsG6gjrMP77VQZVYxXYfTDduwRlqhQUUrVd32DaLQTm7z3/lCnY46uFkmK06fA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.2.1.tgz",
"integrity": "sha512-e6xKNLbTt10KbnG0x3eVE7l8A7uOC9bj0Hc8cWk6VoLffjrdw4o8kJjWVIspNzfb0kUEs2dBKgXZo0ob4tMWAg==",
"dependencies": {
"@textlint/ast-node-types": "^12.1.1",
"@textlint/ast-traverse": "^12.1.1",
"@textlint/feature-flag": "^12.1.1",
"@textlint/fixer-formatter": "^12.1.1",
"@textlint/kernel": "^12.1.1",
"@textlint/linter-formatter": "^12.1.1",
"@textlint/module-interop": "^12.1.1",
"@textlint/textlint-plugin-markdown": "^12.1.1",
"@textlint/textlint-plugin-text": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/utils": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"@textlint/ast-traverse": "^12.2.1",
"@textlint/feature-flag": "^12.2.1",
"@textlint/fixer-formatter": "^12.2.1",
"@textlint/kernel": "^12.2.1",
"@textlint/linter-formatter": "^12.2.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/textlint-plugin-markdown": "^12.2.1",
"@textlint/textlint-plugin-text": "^12.2.1",
"@textlint/types": "^12.2.1",
"@textlint/utils": "^12.2.1",
"debug": "^4.3.4",
"deep-equal": "^1.1.1",
"file-entry-cache": "^5.0.1",
"get-stdin": "^5.0.1",
"glob": "^7.2.0",
"glob": "^7.2.3",
"is-file": "^1.0.0",
"md5": "^2.3.0",
"mkdirp": "^0.5.0",
"mkdirp": "^0.5.6",
"optionator": "^0.9.1",
"path-to-glob-pattern": "^1.0.2",
"rc-config-loader": "^3.0.0",
@ -10380,14 +10380,14 @@
}
},
"node_modules/textlint/node_modules/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
@ -10437,6 +10437,17 @@
"node": ">=4"
}
},
"node_modules/textlint/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/textlint/node_modules/optionator": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
@ -10709,7 +10720,7 @@
"node_modules/traverse": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
"integrity": "sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw=="
},
"node_modules/trim-newlines": {
"version": "3.0.1",
@ -10731,7 +10742,7 @@
"node_modules/try-resolve": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz",
"integrity": "sha1-z95vq9ctY+V5fPqrhzq76OcA6RI="
"integrity": "sha512-yHeaPjCBzVaXwWl5IMUapTaTC2rn/eBYg2fsG2L+CvJd+ttFbk0ylDnpTO3wVhosmE1tQEvcebbBeKLCwScQSQ=="
},
"node_modules/ts-standard": {
"version": "11.0.0",
@ -11404,7 +11415,7 @@
"node_modules/xml-escape": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
"integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ="
"integrity": "sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg=="
},
"node_modules/xml-js": {
"version": "1.6.11",
@ -11539,12 +11550,12 @@
"@azu/format-text": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.1.tgz",
"integrity": "sha1-aWc1CpRkD2sChVFpvYl85U1s6+I="
"integrity": "sha512-fyPhr8C1DHQqq/xC8gIg2jmYTw/SoY+KgtVFs6H+DFhfh4Hr4OSDeQZuK1eGpOjhuckWy9A1Hhq84+uRjoznLQ=="
},
"@azu/style-format": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.0.tgz",
"integrity": "sha1-5wGH+Khi4ZGxvObAJo8TrNOlayA=",
"integrity": "sha512-L7iaxNrk0OLsH7kw3yx3KVQTKhc2zeW0D9SLrRCqbTZi3XtvSVmmjqO73kR4EnWbTRZ18mwdAikbFYJ0coZ55Q==",
"requires": {
"@azu/format-text": "^1.0.1"
}
@ -12849,41 +12860,41 @@
"integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg=="
},
"@textlint/ast-node-types": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.1.1.tgz",
"integrity": "sha512-5/XK9S1177UYetOY6407o1RDuNVndaYfuzsZwhmo52V367s4ZuUD2064WhbmCd6TPyKD4dVr2zoWjfNDfzUZQg=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.2.1.tgz",
"integrity": "sha512-NXYza6aG1+LdZ4g83gjRhDht+gdrTjJYkdcQhpvzNCtTar/sVpaykkauRcAKLhkIWrQpfb311pfMlU6qNDW76Q=="
},
"@textlint/ast-tester": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.1.1.tgz",
"integrity": "sha512-lPbpp9qZ/Me852OzWWOSwqbYa9clziRRRfX6qeRqJOuuc8qNOzvP2vC7quvQPSNcGpnDse2bNwePgxtWhWb5fQ==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.2.1.tgz",
"integrity": "sha512-QGg7wxFLpsEAb7uxYPAO6F/QxDoX50wQ8aQ378RbpcQK57J9r9TQfV5Sieuta5dJORUrrMIuIrP4qU7P+1YyUw==",
"requires": {
"@textlint/ast-node-types": "^12.1.1",
"debug": "^4.3.3"
"@textlint/ast-node-types": "^12.2.1",
"debug": "^4.3.4"
}
},
"@textlint/ast-traverse": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.1.1.tgz",
"integrity": "sha512-/hiESq9fwR+4X4U7VfkjhUtuIRuJwnJZpgA+WiSpIwK4Ps60WhB1VBxecyxgNmj3s3EsJn95nCCJntgpa3qQcA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.2.1.tgz",
"integrity": "sha512-uwppnDZRmRhH8R4WrkKAvwAbKcYux2yG/XqKlADuFd2T4hSMTlZOBLxDvXohLKY617HHM32/G99HJlmFFvP4GA==",
"requires": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"@textlint/feature-flag": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.1.1.tgz",
"integrity": "sha512-NykyIJ7UCs3R1tjThAS6upScmZdia0N/prOT7j1HpMbn1QK61Kqz7M3KZb0T/nhko6jwfN0d3aNP3oMCb4Vyxg=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.2.1.tgz",
"integrity": "sha512-Vwn1VKaqNvhMteXNdvk+5duGzlG0MwSjkufU3AVaBQsS4SH4dchSvULpKc+r4BOTSzybNappN0APEcMjOx0Lxg=="
},
"@textlint/fixer-formatter": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.1.1.tgz",
"integrity": "sha512-9+f3WG1raKqY+ynS1JS/ESLNgUaKK1gIgK9ENESvrJA0zfg5I774LjjJ65catrorTdv+HHDG40aiD67Pmxdk9A==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.2.1.tgz",
"integrity": "sha512-Y4FT2zVyYCxZCJ19tdfhBKr/FtCDP03iW+gfF6zHAjQaNPEGUU7ZfVUBJVVYBWOuHT/Zk22kcJZVFSINacPybQ==",
"requires": {
"@textlint/module-interop": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/types": "^12.2.1",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"diff": "^4.0.2",
"is-file": "^1.0.0",
"string-width": "^4.2.3",
@ -12898,33 +12909,33 @@
"integrity": "sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA=="
},
"@textlint/kernel": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.1.1.tgz",
"integrity": "sha512-5f/miUMLBLUhBy0sJeLVs+34O3GaYyG7hAuTQG9p0ERUnXdJIGtoYU5O0Sfm+xWXPUOeQadK6E7IR+7fsX4Hhw==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.2.1.tgz",
"integrity": "sha512-imKBeglOKVwsVmrCDzIHf8uiYXtEy0VFyPPb7GYiLhA2pImh59QOtuoPiMT0h8ctV5Aa2konOQVV6jM+JJ9xkQ==",
"requires": {
"@textlint/ast-node-types": "^12.1.1",
"@textlint/ast-tester": "^12.1.1",
"@textlint/ast-traverse": "^12.1.1",
"@textlint/feature-flag": "^12.1.1",
"@textlint/source-code-fixer": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/utils": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"@textlint/ast-tester": "^12.2.1",
"@textlint/ast-traverse": "^12.2.1",
"@textlint/feature-flag": "^12.2.1",
"@textlint/source-code-fixer": "^12.2.1",
"@textlint/types": "^12.2.1",
"@textlint/utils": "^12.2.1",
"debug": "^4.3.4",
"deep-equal": "^1.1.1",
"structured-source": "^3.0.2"
}
},
"@textlint/linter-formatter": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.1.1.tgz",
"integrity": "sha512-yE4g+OA+jVqEpF5NayuFoH4l3vvXPT3+gGD9TYhkjBUGmIZ0n4sMzOtmb9R+McujvENwk+7jTZ0pfHtZtpVSHQ==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.2.1.tgz",
"integrity": "sha512-xfVRM+DRrJzBswzrYpmNDJDfapYyogOGlwOXb9Omc7/MvipVreG0WvtgSgxchJ+1nPJwsOPES8PAgQYcPR20+Q==",
"requires": {
"@azu/format-text": "^1.0.1",
"@azu/style-format": "^1.0.0",
"@textlint/module-interop": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/types": "^12.2.1",
"chalk": "^4.1.2",
"debug": "^4.3.3",
"debug": "^4.3.4",
"is-file": "^1.0.0",
"js-yaml": "^3.14.1",
"optionator": "^0.9.1",
@ -12975,12 +12986,12 @@
}
},
"@textlint/markdown-to-ast": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.1.1.tgz",
"integrity": "sha512-TmqFyNqi68YpkqKabrkMlPzeSJMfY/+Wsv1/r43uDFgSYyM9GiD0eIpP12uKyL8xLW+rgfbqXxeFwSo26Conqw==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.2.1.tgz",
"integrity": "sha512-p+LlVcrgHnSNEWWflYU412uu+v4Cejs6hmI4SgZCheNg4u7Ik78aKgpe4jT5BhjLSBZ/KP6IrJxtCUOoJIUWmQ==",
"requires": {
"@textlint/ast-node-types": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"debug": "^4.3.4",
"remark-footnotes": "^3.0.0",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
@ -12990,9 +13001,9 @@
}
},
"@textlint/module-interop": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.1.1.tgz",
"integrity": "sha512-SiF2NVMFny7OdZ3I+qclJXkuPLOylJVd+v3mPGF8Ri5yuDgOKrbqNyHFzz/Sn2AS0ZsIf04/pGNBQhB+fJOBRQ=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.2.1.tgz",
"integrity": "sha512-/SixwKngWuTvVl9AArK4FEWGrNAwD7/ABvLCy/pdFprljnUa87P5JvSi7/v1PjpAXcnMQ2r04wDJjegs9oblBA=="
},
"@textlint/regexp-string-matcher": {
"version": "1.1.0",
@ -13032,50 +13043,50 @@
}
},
"@textlint/source-code-fixer": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.1.1.tgz",
"integrity": "sha512-+p7NE5W2Ie+a5dSXGG0onDrqQM9Quj9t9zQruqxN3Qm7F8JD3qBTx9XNZkzQKlnGtrN4x6FUp5wwH/X4BhHh1A==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.2.1.tgz",
"integrity": "sha512-yNkWcTxCcoz24b64rGUVDr2MzQdv3I1o2o7HuphCmGlAQztVzMGvY/GNzqUWW42+k8S0zRq3Saxz1XoMUvR5UA==",
"requires": {
"@textlint/types": "^12.1.1",
"debug": "^4.3.3"
"@textlint/types": "^12.2.1",
"debug": "^4.3.4"
}
},
"@textlint/text-to-ast": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.1.1.tgz",
"integrity": "sha512-L+Wf6omQ9u/A+H8kr8Dv1bKQ7j5TeBJX7ShdZz+z0T3oOPDrpCHID6N/NbzuM+a1Q9s9UAG5gkqiROHNjXqUug==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.2.1.tgz",
"integrity": "sha512-NcuFa8iQglIMBQ1OaR1IYAIYJfBcTACVD0YtPGrdN0gkqC8TEfP5xIldiSxhkWiLPr3TQ4Mg7d6Ev5RH67n7pA==",
"requires": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"@textlint/textlint-plugin-markdown": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.1.1.tgz",
"integrity": "sha512-gzQ205ClqECTblIdkpFkWL6M4nxr5oMON/jU6xbRdZ/Shy+OHLY7fP3R2L2RmAmMSE7C6ZWK5Lk7k9XaaUpgVA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.2.1.tgz",
"integrity": "sha512-BAjkVPMO5fzf6n5M5SwgHNyTwByE86BmjaNpBDhKNcSBctUnfX7nLCvQY8mGMkvefHufyi3oWIqDcZoZQn0PYQ==",
"requires": {
"@textlint/markdown-to-ast": "^12.1.1"
"@textlint/markdown-to-ast": "^12.2.1"
}
},
"@textlint/textlint-plugin-text": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.1.1.tgz",
"integrity": "sha512-U3WFM2fPy0ifC9lVW0GXjF5h1Dquit3rLO6UisC9UF75Ic6JjelcypjHwpp1trx0/t5FXp+94R5uJEpM360A0g==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.2.1.tgz",
"integrity": "sha512-8Dt1Sn9AdqvweVxCLvlj1IC+pDxPRpdgERY6FzD6kLNpMAyl7luVWtpql19CvTYlxhPUHRxsETDBkRCQFClXsw==",
"requires": {
"@textlint/text-to-ast": "^12.1.1"
"@textlint/text-to-ast": "^12.2.1"
}
},
"@textlint/types": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.1.1.tgz",
"integrity": "sha512-s0TjnEwEwp3fa8yEhEH8w/lFpih15wtQy2CYaKx0eMScl1bSh+0e8WhiGZaTiiJXAGwNCw6erxB0reBScdU/hA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.2.1.tgz",
"integrity": "sha512-nOQ3udAz9ulDZgETFY3vr3R+ubL2cevPLA3GmDs29ErvIHfK3pD+PpyO/OsS7HZKXolmpuMonVA9+J9Jybf3/Q==",
"requires": {
"@textlint/ast-node-types": "^12.1.1"
"@textlint/ast-node-types": "^12.2.1"
}
},
"@textlint/utils": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.1.1.tgz",
"integrity": "sha512-ENAm6ro+OAh6XZZSeZIJQCrY07IHWB7DGM6SwtKEfxcA9joF1uS/sLPqKmcW9fyvLvMnloVUsfVlaoNsLJXDKA=="
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.2.1.tgz",
"integrity": "sha512-e4jDM6bMZddFi48e5CzbvnG9ombeK2ZkjLnCaSWalJI3NTlCDm/ZDqfaqac/YPFbzoRQMqNkaoTW/9GZVjr6Hg=="
},
"@tootallnate/once": {
"version": "1.1.2",
@ -15286,7 +15297,7 @@
"format": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz",
"integrity": "sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs="
"integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww=="
},
"formdata-polyfill": {
"version": "4.0.10",
@ -15930,7 +15941,7 @@
"is-file": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-file/-/is-file-1.0.0.tgz",
"integrity": "sha1-KKRM+9nT2xkwRfIrZfzo7fliBZY="
"integrity": "sha512-ZGMuc+xA8mRnrXtmtf2l/EkIW2zaD2LSBWlaOVEF6yH4RTndHob65V4SwWWdtGKVthQfXPVKsXqw4TDUjbVxVQ=="
},
"is-fullwidth-code-point": {
"version": "3.0.0",
@ -16903,11 +16914,11 @@
}
},
"mkdirp": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"requires": {
"minimist": "^1.2.5"
"minimist": "^1.2.6"
}
},
"moo": {
@ -17569,7 +17580,7 @@
"pluralize": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-2.0.0.tgz",
"integrity": "sha1-crcmqm+sHt7uQiVsfY3CVrM1Z38="
"integrity": "sha512-TqNZzQCD4S42De9IfnnBvILN7HAW7riLqsCyp8lgjXeysyPlX5HhqKAcJHHHb9XskE4/a+7VGC9zzx8Ls0jOAw=="
},
"pony-cause": {
"version": "1.0.0",
@ -18991,29 +19002,29 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
},
"textlint": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.1.1.tgz",
"integrity": "sha512-AoE/pPL+6e/7hHOxwxL5oBTYIsG6gjrMP77VQZVYxXYfTDduwRlqhQUUrVd32DaLQTm7z3/lCnY46uFkmK06fA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.2.1.tgz",
"integrity": "sha512-e6xKNLbTt10KbnG0x3eVE7l8A7uOC9bj0Hc8cWk6VoLffjrdw4o8kJjWVIspNzfb0kUEs2dBKgXZo0ob4tMWAg==",
"requires": {
"@textlint/ast-node-types": "^12.1.1",
"@textlint/ast-traverse": "^12.1.1",
"@textlint/feature-flag": "^12.1.1",
"@textlint/fixer-formatter": "^12.1.1",
"@textlint/kernel": "^12.1.1",
"@textlint/linter-formatter": "^12.1.1",
"@textlint/module-interop": "^12.1.1",
"@textlint/textlint-plugin-markdown": "^12.1.1",
"@textlint/textlint-plugin-text": "^12.1.1",
"@textlint/types": "^12.1.1",
"@textlint/utils": "^12.1.1",
"debug": "^4.3.3",
"@textlint/ast-node-types": "^12.2.1",
"@textlint/ast-traverse": "^12.2.1",
"@textlint/feature-flag": "^12.2.1",
"@textlint/fixer-formatter": "^12.2.1",
"@textlint/kernel": "^12.2.1",
"@textlint/linter-formatter": "^12.2.1",
"@textlint/module-interop": "^12.2.1",
"@textlint/textlint-plugin-markdown": "^12.2.1",
"@textlint/textlint-plugin-text": "^12.2.1",
"@textlint/types": "^12.2.1",
"@textlint/utils": "^12.2.1",
"debug": "^4.3.4",
"deep-equal": "^1.1.1",
"file-entry-cache": "^5.0.1",
"get-stdin": "^5.0.1",
"glob": "^7.2.0",
"glob": "^7.2.3",
"is-file": "^1.0.0",
"md5": "^2.3.0",
"mkdirp": "^0.5.0",
"mkdirp": "^0.5.6",
"optionator": "^0.9.1",
"path-to-glob-pattern": "^1.0.2",
"rc-config-loader": "^3.0.0",
@ -19061,14 +19072,14 @@
"integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g="
},
"glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
@ -19103,6 +19114,14 @@
"path-exists": "^3.0.0"
}
},
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"requires": {
"brace-expansion": "^1.1.7"
}
},
"optionator": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
@ -19375,7 +19394,7 @@
"traverse": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
"integrity": "sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw=="
},
"trim-newlines": {
"version": "3.0.1",
@ -19390,7 +19409,7 @@
"try-resolve": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz",
"integrity": "sha1-z95vq9ctY+V5fPqrhzq76OcA6RI="
"integrity": "sha512-yHeaPjCBzVaXwWl5IMUapTaTC2rn/eBYg2fsG2L+CvJd+ttFbk0ylDnpTO3wVhosmE1tQEvcebbBeKLCwScQSQ=="
},
"ts-standard": {
"version": "11.0.0",
@ -19879,7 +19898,7 @@
"xml-escape": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
"integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ="
"integrity": "sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg=="
},
"xml-js": {
"version": "1.6.11",

View file

@ -45,7 +45,7 @@
"postcss-less": "^6.0.0",
"stylelint-scss": "^4.2.0",
"tekton-lint": "^0.6.0",
"textlint": "^12.1.1",
"textlint": "^12.2.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-terminology": "^3.0.1",