mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Bump textlint from 11.8.1 to 11.8.2 (#16450)
Bumps [textlint](https://github.com/textlint/textlint) from 11.8.1 to 11.8.2. - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/textlint@11.8.1...textlint@11.8.2) 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
67461e1073
commit
222ec1c700
179
package-lock.json
generated
179
package-lock.json
generated
@ -104,9 +104,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/ast-tester": {
|
"@textlint/ast-tester": {
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-2.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-2.3.2.tgz",
|
||||||
"integrity": "sha512-L9M2VNTYJ5sVdkPs9jH7s01Gg900Nuk7m9zQmCz9WFa3YyzJFEd7GCSmAvLMgX31jw5bbvvmj7DngymlP+PahQ==",
|
"integrity": "sha512-4e1kyqsHks5POcQmuh7ITVrU/dbYyRUfQarQbeVRPP271n2HnlgnoYyZ10yV2Sb/Ksw+lQf7DPSnwNewXdCWww==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -121,9 +121,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/ast-traverse": {
|
"@textlint/ast-traverse": {
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.3.2.tgz",
|
||||||
"integrity": "sha512-uOFKqm3M9by55Zl2ryZ7jOSiLdLhDmVgX0IG/MJfGKY1a/MSyt5qwy9cvZNcob6hNCPeRMW8boAH2uRJOwRcoQ==",
|
"integrity": "sha512-Dt1s/6x0XWhUNFH2rAa9gL6ODtq232BZuBHuHiOg+SrVwzl+VjOfa3fMQ0LoYixGSyDtwqAlksWcC0KyLz0eSw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -138,22 +138,22 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/feature-flag": {
|
"@textlint/feature-flag": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-3.3.2.tgz",
|
||||||
"integrity": "sha512-0a1UopFf30UrmEDKFNATXlotMqwbLGjJa1GTuljL/AKn2Adz7rPawclW4pHf/b//K7Da5GOtuzbIfVAZSFQRxA==",
|
"integrity": "sha512-7ErQ/UF0IBAd+PkQNBD7yYCDqL2o6leErMDENSWAgUHWLy5TcHr3Orn7qswtBMW5gIyXW9lh+EpllwLJ5qv35w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"map-like": "^2.0.0"
|
"map-like": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/fixer-formatter": {
|
"@textlint/fixer-formatter": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.3.2.tgz",
|
||||||
"integrity": "sha512-ZPK66J61lv8UMdqJeG4YUPfKPlCom/jiv8kZkz5ELnLA587HLOlEIYLaNjKop0viW5z3Fz9cZd5glIHrPymiqQ==",
|
"integrity": "sha512-aTEyH/rHSzxRLrluSjNhDnMSgIYK60J5AAgprKJCkb9h3dDRuNoiJ+BXh5FXVSSm1tGF0d8pu+Ph8OFBgQOchQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/module-interop": "^1.2.1",
|
"@textlint/module-interop": "^1.2.2",
|
||||||
"@textlint/types": "^1.5.1",
|
"@textlint/types": "^1.5.2",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"diff": "^4.0.2",
|
"diff": "^4.0.2",
|
||||||
@ -171,9 +171,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.2.tgz",
|
||||||
"integrity": "sha512-YgPmxEeFUXuCjWOFx4p0afxFCHJbTf9Muw/6SJDLd/txQ6YrStst3Kvw+6QGefdJe44/UdiUYtI8sYa5T1ejaQ==",
|
"integrity": "sha512-IdS0h2MCzdY+wjM0+qvl8IW/IxhmVFAVrGu5TmIBpJkihIV7WMa3ITFXIVb0oqwnePUmyLBRIVsCtC66E3QbfQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -264,18 +264,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/kernel": {
|
"@textlint/kernel": {
|
||||||
"version": "3.4.1",
|
"version": "3.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.4.2.tgz",
|
||||||
"integrity": "sha512-8ZpiLy5KgmIMjda7RNgbNzoHpDnF51OC0rmMBTUl5xFMrpOcmnKZ6qcnmP7hlyR1MQJxQVzG0PvWnLHFUZL53w==",
|
"integrity": "sha512-PpxAtvLGI9ewn+Dbt4j0KMfmMM39/AY3cikmZffu59nyTdIymXMeVMEVkpVZTEUk5OlL27RAON9FF+2u+0fshg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1",
|
"@textlint/ast-node-types": "^4.4.1",
|
||||||
"@textlint/ast-tester": "^2.3.1",
|
"@textlint/ast-tester": "^2.3.2",
|
||||||
"@textlint/ast-traverse": "^2.3.1",
|
"@textlint/ast-traverse": "^2.3.2",
|
||||||
"@textlint/feature-flag": "^3.3.1",
|
"@textlint/feature-flag": "^3.3.2",
|
||||||
"@textlint/source-code-fixer": "^3.4.1",
|
"@textlint/source-code-fixer": "^3.4.2",
|
||||||
"@textlint/types": "^1.5.1",
|
"@textlint/types": "^1.5.2",
|
||||||
"@textlint/utils": "^1.2.1",
|
"@textlint/utils": "^1.2.2",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"deep-equal": "^1.1.1",
|
"deep-equal": "^1.1.1",
|
||||||
"map-like": "^2.0.0",
|
"map-like": "^2.0.0",
|
||||||
@ -289,9 +289,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.2.tgz",
|
||||||
"integrity": "sha512-YgPmxEeFUXuCjWOFx4p0afxFCHJbTf9Muw/6SJDLd/txQ6YrStst3Kvw+6QGefdJe44/UdiUYtI8sYa5T1ejaQ==",
|
"integrity": "sha512-IdS0h2MCzdY+wjM0+qvl8IW/IxhmVFAVrGu5TmIBpJkihIV7WMa3ITFXIVb0oqwnePUmyLBRIVsCtC66E3QbfQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -309,15 +309,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/linter-formatter": {
|
"@textlint/linter-formatter": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.3.2.tgz",
|
||||||
"integrity": "sha512-tBtOSfpZWr3AwIJ1vbBSD+fwB4JSEtCQIE+AgfFqO8eDMOssjxKgVtIPX9dwh3/+6vlc6KozBJjIfXoxLuaWlg==",
|
"integrity": "sha512-MRa8D1/x6pWycKTwb1QLjtY7GyjgcsYRfV0Gu0Aze5szCa3UDwZSewHycpcAGlIqr8AkqPRfyXi653M47eJ0rA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@azu/format-text": "^1.0.1",
|
"@azu/format-text": "^1.0.1",
|
||||||
"@azu/style-format": "^1.0.0",
|
"@azu/style-format": "^1.0.0",
|
||||||
"@textlint/module-interop": "^1.2.1",
|
"@textlint/module-interop": "^1.2.2",
|
||||||
"@textlint/types": "^1.5.1",
|
"@textlint/types": "^1.5.2",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"concat-stream": "^1.6.2",
|
"concat-stream": "^1.6.2",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
@ -340,9 +340,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.2.tgz",
|
||||||
"integrity": "sha512-YgPmxEeFUXuCjWOFx4p0afxFCHJbTf9Muw/6SJDLd/txQ6YrStst3Kvw+6QGefdJe44/UdiUYtI8sYa5T1ejaQ==",
|
"integrity": "sha512-IdS0h2MCzdY+wjM0+qvl8IW/IxhmVFAVrGu5TmIBpJkihIV7WMa3ITFXIVb0oqwnePUmyLBRIVsCtC66E3QbfQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -479,9 +479,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/markdown-to-ast": {
|
"@textlint/markdown-to-ast": {
|
||||||
"version": "6.3.1",
|
"version": "6.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.3.2.tgz",
|
||||||
"integrity": "sha512-piqeTN6dzMr7ljlo7GbRBILMcZ8zW2H9raN48qH+HYhfrGZfEOmL5HAMMeF8h0sDz9CzTvZixEwGWLMdlwsb+A==",
|
"integrity": "sha512-uwndF3PRJ48wTVAEDSy0IAEVJg/scxpdZ1r+QKeGuFfdtaGSrtcgROI6qiVU1g/WNyNfQw+DAA7F8HfM+pmleg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1",
|
"@textlint/ast-node-types": "^4.4.1",
|
||||||
@ -597,18 +597,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/module-interop": {
|
"@textlint/module-interop": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-1.2.2.tgz",
|
||||||
"integrity": "sha512-ZvxTTvEm7nmkRctWKREfvNvnVtRxRbdUms8cqkiYbP2K0fRIMacrWpL8z8cdkkdNZbaYciaUnyE3be7UD4J8EA==",
|
"integrity": "sha512-B8HPS129lOqzEpRcafYl/OJ2TDxfBw1jGfEhebzwt3kGoMd5pQVih+hUIOl+SfAmLWqCDEniaKn0gw1s+hjSXA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/source-code-fixer": {
|
"@textlint/source-code-fixer": {
|
||||||
"version": "3.4.1",
|
"version": "3.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-3.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-3.4.2.tgz",
|
||||||
"integrity": "sha512-FqL+xdjIU2hswS4Cmhf/bL7SWTpXkKoK/wb8Lmo9sNmEE481fc5Ey/s8JgxAaOHRpwOcmErGd16c3gXcG6Y2ow==",
|
"integrity": "sha512-mSGQNO8is21KcHgDh4S8Cx88r7uU+7xpzHLuEuzhgEZfgwz3+tnpk22TrEjNYe1V1+aseU9iCQegVQQr1wroKQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/types": "^1.5.1",
|
"@textlint/types": "^1.5.2",
|
||||||
"debug": "^4.3.1"
|
"debug": "^4.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -619,9 +619,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.2.tgz",
|
||||||
"integrity": "sha512-YgPmxEeFUXuCjWOFx4p0afxFCHJbTf9Muw/6SJDLd/txQ6YrStst3Kvw+6QGefdJe44/UdiUYtI8sYa5T1ejaQ==",
|
"integrity": "sha512-IdS0h2MCzdY+wjM0+qvl8IW/IxhmVFAVrGu5TmIBpJkihIV7WMa3ITFXIVb0oqwnePUmyLBRIVsCtC66E3QbfQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -639,9 +639,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/text-to-ast": {
|
"@textlint/text-to-ast": {
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.3.2.tgz",
|
||||||
"integrity": "sha512-aN1IY3u98Wig2PTF/eEJdb7XfCH5VEwZagGdG1vajx6sdc7Sc3265UVv9uEB/ypJDteYnURRICfTd6NCGwkVGA==",
|
"integrity": "sha512-+DKAP62ho21KID8IcKy1kP6K+kUZk+Z0MwvS9u2l39J0cK+vX523KI+sA6AXxEhOMDA8zhdIsBf3onGvrAtyhA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
@ -656,21 +656,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/textlint-plugin-markdown": {
|
"@textlint/textlint-plugin-markdown": {
|
||||||
"version": "5.3.1",
|
"version": "5.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.3.2.tgz",
|
||||||
"integrity": "sha512-IhQVGW9YqylkuZ4AjOfLFtOWHPXtLMhWTVfvIFzMQ2TIpquIaybws8KiFN2yZzLBNNduF+PFvm+H2NRhR0w/lQ==",
|
"integrity": "sha512-6Ph7ESKR48tEz5Pnog3PpvF84LU3jkADvr4iBkkVz9vLQt3KbqGnmk8EV94Y0hLEX+UrZKWmH3cJfh6O1Zy/eA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/markdown-to-ast": "^6.3.1"
|
"@textlint/markdown-to-ast": "^6.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/textlint-plugin-text": {
|
"@textlint/textlint-plugin-text": {
|
||||||
"version": "4.3.1",
|
"version": "4.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.3.2.tgz",
|
||||||
"integrity": "sha512-IqtO6TWOfVaw8sXMdVVwsvEYuqYk13ApKXBVjjJoLux0g+6G1rCEhFSZtopkrpC1Srr/OZCfb4nk8/zx+5M6Ng==",
|
"integrity": "sha512-xnjad0bXaM6ZtgffuFKogHYkzXymUK3VTLP5MGA00kLitADlNUtwXQk82TebkXFcSPRhePU9+2XFipXNQDsg7g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/text-to-ast": "^3.3.1"
|
"@textlint/text-to-ast": "^3.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
@ -683,9 +683,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@textlint/utils": {
|
"@textlint/utils": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-1.2.2.tgz",
|
||||||
"integrity": "sha512-X/rLpqskTLWDPO5cvQO5CcA7zNnDimeBokwehiDwTg6aP9LYqFeOw5mKZ5lb4purY9zN9tLRxJGLle4Py1QobQ==",
|
"integrity": "sha512-7Mqcl9G9YYrPBv5d/tZ2NlWC66hTUpQEQxZEHDMTdF3gPmQUSNRNGjqUR9mhw00Wy8Wo6i3LUWuxwMT6heHNBQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/mdast": {
|
"@types/mdast": {
|
||||||
@ -1116,9 +1116,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"get-intrinsic": {
|
"get-intrinsic": {
|
||||||
"version": "1.0.2",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
|
||||||
"integrity": "sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==",
|
"integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"function-bind": "^1.1.1",
|
"function-bind": "^1.1.1",
|
||||||
@ -1156,9 +1156,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "4.2.4",
|
"version": "4.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.5.tgz",
|
||||||
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
|
"integrity": "sha512-kBBSQbz2K0Nyn+31j/w36fUfxkBW9/gfwRWdUY1ULReH3iokVJgddZAFcD1D0xlgTmFxJCbUkUclAlc6/IDJkw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"has": {
|
"has": {
|
||||||
@ -1352,11 +1352,12 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"is-regex": {
|
"is-regex": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
|
||||||
"integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
|
"integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"call-bind": "^1.0.2",
|
||||||
"has-symbols": "^1.0.1"
|
"has-symbols": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2533,22 +2534,22 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"textlint": {
|
"textlint": {
|
||||||
"version": "11.8.1",
|
"version": "11.8.2",
|
||||||
"resolved": "https://registry.npmjs.org/textlint/-/textlint-11.8.1.tgz",
|
"resolved": "https://registry.npmjs.org/textlint/-/textlint-11.8.2.tgz",
|
||||||
"integrity": "sha512-FlXzJrR008O/H/ynCTVQnsaW2kX2I1zb/rIxkn0HIAoNxU/A4au+P4QJkeDg7FRE6h8qdlZjrXHx79MfSTWzDw==",
|
"integrity": "sha512-YrTGagGzWKXYw6VjW4uhJ1y7LoW8zqWZIr8sWgeQVIFE84+G/cHPoZ8RhFlia+RZ4YryZPNOqevuF4vG+dbKNQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1",
|
"@textlint/ast-node-types": "^4.4.1",
|
||||||
"@textlint/ast-traverse": "^2.3.1",
|
"@textlint/ast-traverse": "^2.3.2",
|
||||||
"@textlint/feature-flag": "^3.3.1",
|
"@textlint/feature-flag": "^3.3.2",
|
||||||
"@textlint/fixer-formatter": "^3.3.1",
|
"@textlint/fixer-formatter": "^3.3.2",
|
||||||
"@textlint/kernel": "^3.4.1",
|
"@textlint/kernel": "^3.4.2",
|
||||||
"@textlint/linter-formatter": "^3.3.1",
|
"@textlint/linter-formatter": "^3.3.2",
|
||||||
"@textlint/module-interop": "^1.2.1",
|
"@textlint/module-interop": "^1.2.2",
|
||||||
"@textlint/textlint-plugin-markdown": "^5.3.1",
|
"@textlint/textlint-plugin-markdown": "^5.3.2",
|
||||||
"@textlint/textlint-plugin-text": "^4.3.1",
|
"@textlint/textlint-plugin-text": "^4.3.2",
|
||||||
"@textlint/types": "^1.5.1",
|
"@textlint/types": "^1.5.2",
|
||||||
"@textlint/utils": "^1.2.1",
|
"@textlint/utils": "^1.2.2",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"deep-equal": "^1.1.1",
|
"deep-equal": "^1.1.1",
|
||||||
"file-entry-cache": "^5.0.1",
|
"file-entry-cache": "^5.0.1",
|
||||||
@ -2576,9 +2577,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@textlint/types": {
|
"@textlint/types": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.5.2.tgz",
|
||||||
"integrity": "sha512-YgPmxEeFUXuCjWOFx4p0afxFCHJbTf9Muw/6SJDLd/txQ6YrStst3Kvw+6QGefdJe44/UdiUYtI8sYa5T1ejaQ==",
|
"integrity": "sha512-IdS0h2MCzdY+wjM0+qvl8IW/IxhmVFAVrGu5TmIBpJkihIV7WMa3ITFXIVb0oqwnePUmyLBRIVsCtC66E3QbfQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@textlint/ast-node-types": "^4.4.1"
|
"@textlint/ast-node-types": "^4.4.1"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"remark-lint-fenced-code-flag": "^2.0.1",
|
"remark-lint-fenced-code-flag": "^2.0.1",
|
||||||
"remark-lint-no-shell-dollars": "^2.0.2",
|
"remark-lint-no-shell-dollars": "^2.0.2",
|
||||||
"remark-stringify": "^9.0.1",
|
"remark-stringify": "^9.0.1",
|
||||||
"textlint": "^11.8.1",
|
"textlint": "^11.8.2",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"textlint-rule-common-misspellings": "^1.0.1",
|
||||||
"textlint-rule-terminology": "^2.1.5"
|
"textlint-rule-terminology": "^2.1.5"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user