From 8371403dbf6a01db8a73b3bf4122c66c5ec450bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:51:03 +0900 Subject: [PATCH] Bump textlint from 13.1.0 to 13.3.1 (#17) Bumps [textlint](https://github.com/textlint/textlint) from 13.1.0 to 13.3.1. - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/v13.1.0...v13.3.1) --- updated-dependencies: - dependency-name: textlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 220 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 111 insertions(+), 111 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0ebed3..f7572b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,14 +5,14 @@ "requires": true, "dependencies": { "@azu/format-text": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.1.tgz", - "integrity": "sha512-fyPhr8C1DHQqq/xC8gIg2jmYTw/SoY+KgtVFs6H+DFhfh4Hr4OSDeQZuK1eGpOjhuckWy9A1Hhq84+uRjoznLQ==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.2.tgz", + "integrity": "sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==" }, "@azu/style-format": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.0.tgz", - "integrity": "sha512-L7iaxNrk0OLsH7kw3yx3KVQTKhc2zeW0D9SLrRCqbTZi3XtvSVmmjqO73kR4EnWbTRZ18mwdAikbFYJ0coZ55Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.1.tgz", + "integrity": "sha512-AHcTojlNBdD/3/KxIKlg8sxIWHfOtQszLvOpagLTO+bjC3u7SAszu1lf//u7JJC50aUSH+BVWDD/KvaA6Gfn5g==", "requires": { "@azu/format-text": "^1.0.1" } @@ -108,16 +108,16 @@ } }, "@textlint/ast-node-types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.1.0.tgz", - "integrity": "sha512-Lees6mOme6qP8vDcsM/VskiPeHi+z8Tb6LKBb3F0Y/0UBsFo6X7+njDIjtXvO4T48R57srxpa1hyNnjHop4Uog==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz", + "integrity": "sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A==" }, "@textlint/ast-tester": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.1.0.tgz", - "integrity": "sha512-4xkKQpBC1MyHz4B1YgQfYIdxJLZhpfXgdgIYc9WDC2AESnhM75I7LUElY3bDUDMGhP99E4H1Ix5C+CftYqvIHA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.3.1.tgz", + "integrity": "sha512-SB41tqnXTkI5qynb0J8Rq1asn8An815I2s/siTBSmuwXD4tmChl6r+mJmAgufMEWVZHfOVCj3lb4eBnFhxUzQA==", "requires": { - "@textlint/ast-node-types": "^13.1.0", + "@textlint/ast-node-types": "^13.3.1", "debug": "^4.3.4" }, "dependencies": { @@ -132,31 +132,31 @@ } }, "@textlint/ast-traverse": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.1.0.tgz", - "integrity": "sha512-253DKapEjr6L9kx2npNvhaJTmoOJBw38w0D2cvUuHAZv9sx7U5G1aej9ScnIIyIcSotIcDFAVt3B+afA5KMCTA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.3.1.tgz", + "integrity": "sha512-+aAJMXn+UlpepNAwtcngCfUiBIkoPVUAub1qMM4AL1ZHVh+B5/jyH7OTBuNtTG8Dx7h/1ieUBqrLKWBYvJUwSQ==", "requires": { - "@textlint/ast-node-types": "^13.1.0" + "@textlint/ast-node-types": "^13.3.1" } }, "@textlint/config-loader": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.1.0.tgz", - "integrity": "sha512-hQmGt9H9ozeLo2PGETTNrvEYGsA7c+svtldpUT2fBQ9uclWruUK1h8+BPOIqzH0YjTyvMTTajtGhibbu1bZ3/A==", - "requires": { - "@textlint/kernel": "^13.1.0", - "@textlint/module-interop": "^13.1.0", - "@textlint/types": "^13.1.0", - "@textlint/utils": "^13.1.0", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.3.1.tgz", + "integrity": "sha512-epA6SgAmKlKZjMVFvGceDl04gsarbfQjuvjoStjPyfUL6oGHUzrSIJmyyPEd3vzLf8bPexj6d5QiyO/sRtfhAQ==", + "requires": { + "@textlint/kernel": "^13.3.1", + "@textlint/module-interop": "^13.3.1", + "@textlint/types": "^13.3.1", + "@textlint/utils": "^13.3.1", "debug": "^4.3.4", "rc-config-loader": "^4.1.2", "try-resolve": "^1.0.1" }, "dependencies": { "@textlint/module-interop": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz", - "integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.1.tgz", + "integrity": "sha512-xF6v/RPAgmeEn7JJTYZswyVLvLbB3vKWMr1zgCLjrNaLgFgui5R7bM5Nx2EonY52fkMOTLohyKexCCEX+WiDIw==" }, "debug": { "version": "4.3.4", @@ -169,17 +169,17 @@ } }, "@textlint/feature-flag": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.1.0.tgz", - "integrity": "sha512-YolfMMWZ+8bJWVFl7gu+SgiZT/b9Q+QS6HyAco6o2zDE09GbDofu/MLGNmYqTst4YBPkuyEJ5oGlv395CT23FQ==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.3.1.tgz", + "integrity": "sha512-4L4exU9z5WkKueUEOJ2bLueHgBI9LE/Y8xvEuTDrYwrnftUeqQHS9Ibg9CofJ4dGO+3/vvp0kkV+pLe3+Gn8nw==" }, "@textlint/fixer-formatter": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.1.0.tgz", - "integrity": "sha512-gb+GPnddmniGpJPC8dQI2iqOciiseQBjHbpmqc1vzrDa+BGsRglcFP6MD24Jak6xwDhsDJtyjvCSRTTvSvkV8g==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.3.1.tgz", + "integrity": "sha512-7UTmmExilGjqmS3BDgmaA6bZWI2oAs8SELmEN1ykmq/AOpg/EBNaDH8JshUkGgVSfOBmZB2KdliRMaqOx3QZfQ==", "requires": { - "@textlint/module-interop": "^13.1.0", - "@textlint/types": "^13.1.0", + "@textlint/module-interop": "^13.3.1", + "@textlint/types": "^13.3.1", "chalk": "^4.1.2", "debug": "^4.3.4", "diff": "^4.0.2", @@ -191,9 +191,9 @@ }, "dependencies": { "@textlint/module-interop": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz", - "integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.1.tgz", + "integrity": "sha512-xF6v/RPAgmeEn7JJTYZswyVLvLbB3vKWMr1zgCLjrNaLgFgui5R7bM5Nx2EonY52fkMOTLohyKexCCEX+WiDIw==" }, "debug": { "version": "4.3.4", @@ -221,17 +221,17 @@ } }, "@textlint/kernel": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.1.0.tgz", - "integrity": "sha512-t/imOABHI6SicIBvGqMONjRustBoCJtuZgD8fYdelsxdcaO07ukbv/puYSYwNQepQ9KXcWSfeTLy+7zgbFW/hg==", - "requires": { - "@textlint/ast-node-types": "^13.1.0", - "@textlint/ast-tester": "^13.1.0", - "@textlint/ast-traverse": "^13.1.0", - "@textlint/feature-flag": "^13.1.0", - "@textlint/source-code-fixer": "^13.1.0", - "@textlint/types": "^13.1.0", - "@textlint/utils": "^13.1.0", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.3.1.tgz", + "integrity": "sha512-FdLYOJUaa6AWLyj9XgDNnT9SC+W6IWGC4uGYDILumVz8roYAeb1BaA4wXc9Igv2Ja6k7uIdmRSW62jXPP42fAw==", + "requires": { + "@textlint/ast-node-types": "^13.3.1", + "@textlint/ast-tester": "^13.3.1", + "@textlint/ast-traverse": "^13.3.1", + "@textlint/feature-flag": "^13.3.1", + "@textlint/source-code-fixer": "^13.3.1", + "@textlint/types": "^13.3.1", + "@textlint/utils": "^13.3.1", "debug": "^4.3.4", "fast-equals": "^4.0.3", "structured-source": "^4.0.0" @@ -261,14 +261,14 @@ } }, "@textlint/linter-formatter": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.1.0.tgz", - "integrity": "sha512-JaAUTsuPDoMmFUravEDP2pCyB8npr8q0bjbrYJWVZqTDHAPRWxdU0HFtOhc6cprb6DOkSkbioq/ojj2DjYx3gQ==", - "requires": { - "@azu/format-text": "^1.0.1", - "@azu/style-format": "^1.0.0", - "@textlint/module-interop": "^13.1.0", - "@textlint/types": "^13.1.0", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.3.1.tgz", + "integrity": "sha512-8FhkQlAi8BvmS2ULygYQ/vLaZb/5nM1uCrMvgIQTqXk1X03Sj1re+XTSylznC7apwQ4Nmxjc7d+28D3eO9jTHQ==", + "requires": { + "@azu/format-text": "^1.0.2", + "@azu/style-format": "^1.0.1", + "@textlint/module-interop": "^13.3.1", + "@textlint/types": "^13.3.1", "chalk": "^4.1.2", "debug": "^4.3.4", "is-file": "^1.0.0", @@ -284,9 +284,9 @@ }, "dependencies": { "@textlint/module-interop": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz", - "integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.1.tgz", + "integrity": "sha512-xF6v/RPAgmeEn7JJTYZswyVLvLbB3vKWMr1zgCLjrNaLgFgui5R7bM5Nx2EonY52fkMOTLohyKexCCEX+WiDIw==" }, "debug": { "version": "4.3.4", @@ -314,11 +314,11 @@ } }, "@textlint/markdown-to-ast": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.1.0.tgz", - "integrity": "sha512-pPzxLuAOv0luOh4uUG/H/dq77/C5SiLiUx2qMAEaOZrfF6dl46bIDXUSbtryFBV8Nrpj3kUE3s4al9vPTOUFWA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.3.1.tgz", + "integrity": "sha512-Xvhg/X1wgS9n3UHExZNgr1PY6cWtzGfObq2yc5A+P/VmagupDFaEBk8kyuARRKf9d7EPnwS6bgqNXvKMCrqYOA==", "requires": { - "@textlint/ast-node-types": "^13.1.0", + "@textlint/ast-node-types": "^13.3.1", "debug": "^4.3.4", "mdast-util-gfm-autolink-literal": "^0.1.3", "remark-footnotes": "^3.0.0", @@ -358,11 +358,11 @@ } }, "@textlint/source-code-fixer": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.1.0.tgz", - "integrity": "sha512-zMDPhouqnp2ey8bGKbMaK3+kNsLa0r6eA41w+8LBKbDUY+vhuw6cQ99BeZfAD9tehMuAuI/kQLIgVvwPchU6qw==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.3.1.tgz", + "integrity": "sha512-Kp33HQoPcky04GCYxwfLCRqzu4MLct/s+ar3/wX36hNNZeLoTs7Q3ry8q7ZYZID57hrzEO43/64GjhAJhOxo7Q==", "requires": { - "@textlint/types": "^13.1.0", + "@textlint/types": "^13.3.1", "debug": "^4.3.4" }, "dependencies": { @@ -377,41 +377,41 @@ } }, "@textlint/text-to-ast": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.1.0.tgz", - "integrity": "sha512-5Gzg0CCl5F2ckyhbyRYf2yyBuXZEA7P3UVvRS0Zc/Tr6I/jtOROAZPTlsDrG1HwNd7iR+NqT3PtfKmL5gLt/AA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.3.1.tgz", + "integrity": "sha512-jh5v8q9vH37G/sr1z7e/HW6QLqsgwkcC7bCTw8hqCErdJ3SbFFWl8BbwilPN+7aaujFEAc2HbxHfbvEu4/j8Iw==", "requires": { - "@textlint/ast-node-types": "^13.1.0" + "@textlint/ast-node-types": "^13.3.1" } }, "@textlint/textlint-plugin-markdown": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.1.0.tgz", - "integrity": "sha512-CqqOORpmxdFkN6ZguQV+sMJ/uFOIVAps9IbeF3zkygQcHzD3/scojBdIM5GEDG1gdRZvdNeAfbcZNVyUEIK3Rg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.3.1.tgz", + "integrity": "sha512-w3Vjlc064VqKx7y1FNSyh0WeQUfXKbe5uqRQPU/+inzkNs9BWMHofDp36hDZiI4nojQLhm5juBcJbxv7F0g5eg==", "requires": { - "@textlint/markdown-to-ast": "^13.1.0" + "@textlint/markdown-to-ast": "^13.3.1" } }, "@textlint/textlint-plugin-text": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.1.0.tgz", - "integrity": "sha512-TPxF8rvg/VE9qnNKznNRDc0NV+vVKP25q1tI8WfmkYPH3SRFGqg9UaCnIe0hSXeZKXUpBJfor8uDHcfd6e7T9w==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.3.1.tgz", + "integrity": "sha512-+3AyR+FiJzeZil1N+zyOKF+Tv172p3YKGIMa4QgpeZRupZWqif5/C5n6XmdTDPgrAMXR26kHxaN/S8Ai58UOWA==", "requires": { - "@textlint/text-to-ast": "^13.1.0" + "@textlint/text-to-ast": "^13.3.1" } }, "@textlint/types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.1.0.tgz", - "integrity": "sha512-H0oETFHYayeXwFHxlr5wFtwVpOcodZcFp5X3AZDCE6XbCY195exrnKlZsAfj+oEjRnjffahEZ6P5oOIh8Dt65w==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.3.1.tgz", + "integrity": "sha512-iz70e0adTl8ORoBXF9+nZPBdB+qEeXvbkMAoSzF7YEfjMgEbbK5+S+wr7NorS6Mxp/0Vy3VyIjBoKo/b7FPrLA==", "requires": { - "@textlint/ast-node-types": "^13.1.0" + "@textlint/ast-node-types": "^13.3.1" } }, "@textlint/utils": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.1.0.tgz", - "integrity": "sha512-DJxYdyH00uWLzYK1IB6UYum3H6Gx/uDcLzAsr+2WhhkO3voosPqig1zd00zrY5RPyaVqYVkucN+Ulp8HqGjyXw==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.3.1.tgz", + "integrity": "sha512-gPGSVwWlu+F1jjB5kn9SenNPXvipT/wPIqqME057T2xbYTEV2PjhhS7nD17i0PqplUV4TCu0+Mrq8nyLSO819A==" }, "@types/mdast": { "version": "3.0.10", @@ -2006,9 +2006,9 @@ } }, "minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "mkdirp": { "version": "0.5.6", @@ -2852,22 +2852,22 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, "textlint": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-13.1.0.tgz", - "integrity": "sha512-QXOT4rVH6j71f9sMO66bRdO6T/K75+hcPkxEjRueScdSTdy9rqMGSNLhj5R14I76mjtGuE+le+wKp6msHkMXAw==", - "requires": { - "@textlint/ast-node-types": "^13.1.0", - "@textlint/ast-traverse": "^13.1.0", - "@textlint/config-loader": "^13.1.0", - "@textlint/feature-flag": "^13.1.0", - "@textlint/fixer-formatter": "^13.1.0", - "@textlint/kernel": "^13.1.0", - "@textlint/linter-formatter": "^13.1.0", - "@textlint/module-interop": "^13.1.0", - "@textlint/textlint-plugin-markdown": "^13.1.0", - "@textlint/textlint-plugin-text": "^13.1.0", - "@textlint/types": "^13.1.0", - "@textlint/utils": "^13.1.0", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-13.3.1.tgz", + "integrity": "sha512-lsLOYXPcWITUDmPimjuRqHnp9TcA3xgoaqmpI5CbA/znirDy9St/Y23Aq9wr6eHXnkH3Iw+QKEVw06E1L4oahA==", + "requires": { + "@textlint/ast-node-types": "^13.3.1", + "@textlint/ast-traverse": "^13.3.1", + "@textlint/config-loader": "^13.3.1", + "@textlint/feature-flag": "^13.3.1", + "@textlint/fixer-formatter": "^13.3.1", + "@textlint/kernel": "^13.3.1", + "@textlint/linter-formatter": "^13.3.1", + "@textlint/module-interop": "^13.3.1", + "@textlint/textlint-plugin-markdown": "^13.3.1", + "@textlint/textlint-plugin-text": "^13.3.1", + "@textlint/types": "^13.3.1", + "@textlint/utils": "^13.3.1", "debug": "^4.3.4", "file-entry-cache": "^5.0.1", "get-stdin": "^5.0.1", @@ -2886,9 +2886,9 @@ }, "dependencies": { "@textlint/module-interop": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz", - "integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==" + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.1.tgz", + "integrity": "sha512-xF6v/RPAgmeEn7JJTYZswyVLvLbB3vKWMr1zgCLjrNaLgFgui5R7bM5Nx2EonY52fkMOTLohyKexCCEX+WiDIw==" }, "boundary": { "version": "2.0.0", diff --git a/package.json b/package.json index eca4fb0..fddc777 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "homepage": "https://github.com/ikuwow/resume#readme", "dependencies": { "md-to-pdf": "^5.2.1", - "textlint": "^13.1.0", + "textlint": "^13.3.1", "textlint-rule-preset-japanese": "^7.0.0" } }