diff --git a/devto/package.json b/devto/package.json index 55f555a..dbba23a 100644 --- a/devto/package.json +++ b/devto/package.json @@ -19,7 +19,7 @@ "devDependencies": { "npm-run-all": "^4.1.5", "prettier": "^3.7.3", - "textlint": "^15.4.0", + "textlint": "^15.5.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", "textlint-rule-aws-service-name": "^1.13.2", diff --git a/qiita/package.json b/qiita/package.json index bd9c09f..b24b82b 100644 --- a/qiita/package.json +++ b/qiita/package.json @@ -31,7 +31,7 @@ "npm-run-all": "^4.1.5", "prettier": "^3.7.3", "sudachi-synonyms-dictionary": "^16.0.0", - "textlint": "^15.4.0", + "textlint": "^15.5.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", "textlint-rule-aws-service-name": "^1.13.2", diff --git a/yarn.lock b/yarn.lock index 8815303..decf1c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1209,10 +1209,10 @@ resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.1.1.tgz#0c01dd3a3483882af7cf3878d4e71d505c81fc4a" integrity sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA== -"@modelcontextprotocol/sdk@^1.21.1": - version "1.23.0" - resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.23.0.tgz#692fc54856bc8881c202c97bad103da44efe967f" - integrity sha512-MCGd4K9aZKvuSqdoBkdMvZNcYXCkZRYVs/Gh92mdV5IHbctX9H9uIvd4X93+9g8tBbXv08sxc/QHXTzf8y65bA== +"@modelcontextprotocol/sdk@^1.24.2": + version "1.24.3" + resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.24.3.tgz#81a3fcc919cb4ce8630e2bcecf59759176eb331a" + integrity sha512-YgSHW29fuzKKAHTGe9zjNoo+yF8KaQPzDC2W9Pv41E7/57IfY+AMGJ/aDFlgTLcVVELoggKE4syABCE75u3NCw== dependencies: ajv "^8.17.1" ajv-formats "^3.0.1" @@ -1223,6 +1223,7 @@ eventsource-parser "^3.0.0" express "^5.0.1" express-rate-limit "^7.5.0" + jose "^6.1.1" pkce-challenge "^5.0.0" raw-body "^3.0.0" zod "^3.25 || ^4.0" @@ -1337,22 +1338,22 @@ textlint-rule-helper "^2.1.1" tiny-segmenter "^0.2.0" -"@textlint/ast-node-types@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-15.4.0.tgz#d08fe620d3a82fe2265c6ffff66ac6b0c030969f" - integrity sha512-IqY8i7IOGuvy05wZxISB7Me1ZyrvhaQGgx6DavfQjH3cfwpPFdDbDYmMXMuSv2xLS1kDB1kYKBV7fL2Vi16lRA== +"@textlint/ast-node-types@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-15.5.0.tgz#943edb1f18591c67bd773cede631fe37ded0cadd" + integrity sha512-K0LEuuTo4rza8yDrlYkRdXLao8Iz/QBMsQdIxRrOOrLYb4HAtZaypZ78c+J6rDA1UlGxadZVLmkkiv4KV5fMKQ== "@textlint/ast-node-types@^13.0.2", "@textlint/ast-node-types@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2" integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ== -"@textlint/ast-tester@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-15.4.0.tgz#308223246f75598d7a76d902e8950f2970f0fc48" - integrity sha512-R5Wk0FAlEOzBm5WtUUYYYHmHw3quAIbKHB5mLYFVpMew6vNfdIItVxnBLgEGiLBNn3r93D7BniUxbi4itM2HUA== +"@textlint/ast-tester@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-15.5.0.tgz#db02fa93adc1410b408f414ccb0deaff46b284ff" + integrity sha512-G/DhhuRETUVzRiZw2joZrEG52j2Lq9hY//ohVvxcFva9BI+NqYe4wyqg93QXYYg4jPDEgjX8yQ3CvdOlLvQvmA== dependencies: - "@textlint/ast-node-types" "15.4.0" + "@textlint/ast-node-types" "15.5.0" debug "^4.4.3" "@textlint/ast-tester@^13.4.1": @@ -1363,12 +1364,12 @@ "@textlint/ast-node-types" "^13.4.1" debug "^4.3.4" -"@textlint/ast-traverse@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-15.4.0.tgz#3e492e2e0e528d124c145d953810630beafdc8c4" - integrity sha512-gzFNjgg3DuBdB8f9mRKjVyVEhAKGpLTKIkyRfG3aX0ZCbpWEaHFNVaZmcXRyQGmloYrMT86XVogGQjJPeiHjfQ== +"@textlint/ast-traverse@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-15.5.0.tgz#aea46ed1f7897ac8c727367d66ad72edbddf7573" + integrity sha512-6icSA4t/rXuPtddaHGKPfSYTs6mNzrI3Up0n5Xm0dr3CIUL8sUlidhPDEN9fUQ2Gpy31enV+ftQeVcKdrbsR9Q== dependencies: - "@textlint/ast-node-types" "15.4.0" + "@textlint/ast-node-types" "15.5.0" "@textlint/ast-traverse@^13.4.1": version "13.4.1" @@ -1377,37 +1378,37 @@ dependencies: "@textlint/ast-node-types" "^13.4.1" -"@textlint/config-loader@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-15.4.0.tgz#a334389f035625b2ba3388979547c2dfa69cf0a7" - integrity sha512-/rarfemXGdKvEDp+L2oiVWTePtkya6w1LFfe2FHJUf0cviogan0cZgHvmY4/b/MFjJvSgGxyl5lUKZGlBaoi8Q== +"@textlint/config-loader@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-15.5.0.tgz#59e4c201eccea999a3ee6332a032eb47db49968c" + integrity sha512-JJH21QhL2KwaJblD2reDamC2xnLrIwkgv3uUkE3ZhmXbD2ruFKLas2egTXqKn1JPt5hlaGRtWwuOH7viFpTukA== dependencies: - "@textlint/kernel" "15.4.0" - "@textlint/module-interop" "15.4.0" - "@textlint/resolver" "15.4.0" - "@textlint/types" "15.4.0" - "@textlint/utils" "15.4.0" + "@textlint/kernel" "15.5.0" + "@textlint/module-interop" "15.5.0" + "@textlint/resolver" "15.5.0" + "@textlint/types" "15.5.0" + "@textlint/utils" "15.5.0" debug "^4.4.3" rc-config-loader "^4.1.3" -"@textlint/feature-flag@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-15.4.0.tgz#c09c976a0f139e469cfc6886a1e9d14465ff0086" - integrity sha512-fDGQJW6wNj2IdBvBzFYreiSw+7WhH1d7SlpqZPA8UX+gUU/TMwXU9VI55OF1QFEy/KPvaD3vtukE3B75wM04Sw== +"@textlint/feature-flag@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-15.5.0.tgz#aaee82c289d453935bc24dada65e86aaaf927075" + integrity sha512-MhoLoR6M8w2BtCc07H2R19i8ydtsr6+40u41u7Lc2ryBufjrTv5d/Uq4l/xniesRR4tm3x4HrM4HeeqY1RTiQA== "@textlint/feature-flag@^13.3.3", "@textlint/feature-flag@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.4.1.tgz#79d27b099baa54166ca4cdd1da80336e7b08192d" integrity sha512-qY8gKUf30XtzWMTkwYeKytCo6KPx6milpz8YZhuRsEPjT/5iNdakJp5USWDQWDrwbQf7RbRncQdU+LX5JbM9YA== -"@textlint/fixer-formatter@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-15.4.0.tgz#16ea514d81f18f60ea5cdbb4ec7e7e9c2cc02fa7" - integrity sha512-Q3gUhiT9WZQ7bAjoWO91bg+S//fjdKxFhpN7Z6SfCdXfEr1C9OVWVnBSxneYkcYFd9wY5bqJxQ0czkrqwH4GyA== +"@textlint/fixer-formatter@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-15.5.0.tgz#3dd988a28fc67b7d354c852f900d6ea77b6c9543" + integrity sha512-iuG9mf5tl4PKWrpA0Coo14/OYCLc3ORFg3JZYaaAT97j4KQuRvKYJjMTKX5ygngbzamZvH32Ep6bCjfoLBF4fQ== dependencies: - "@textlint/module-interop" "15.4.0" - "@textlint/resolver" "15.4.0" - "@textlint/types" "15.4.0" + "@textlint/module-interop" "15.5.0" + "@textlint/resolver" "15.5.0" + "@textlint/types" "15.5.0" chalk "^4.1.2" debug "^4.4.3" diff "^5.2.0" @@ -1415,18 +1416,18 @@ strip-ansi "^6.0.1" text-table "^0.2.0" -"@textlint/kernel@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-15.4.0.tgz#67613aaf7dc408c906969bfb651231f637c51617" - integrity sha512-mXQs1jCoBQJY8jvAF+j4v/JxsGoAGp3AvI98UkXmdhmWCYPbBnQ3zuQ+O9UewvcaoDF5kvjs+dXXfUIn9nJk5g== - dependencies: - "@textlint/ast-node-types" "15.4.0" - "@textlint/ast-tester" "15.4.0" - "@textlint/ast-traverse" "15.4.0" - "@textlint/feature-flag" "15.4.0" - "@textlint/source-code-fixer" "15.4.0" - "@textlint/types" "15.4.0" - "@textlint/utils" "15.4.0" +"@textlint/kernel@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-15.5.0.tgz#aa5ebd7aa2ed6683628968dfda3996dfbe433ab0" + integrity sha512-xaq4H4wWd43zekWGXrf5OpmYCoExwLl0BxRySdbm0gtVFh6xPHd4uqjCrd+K2nZYuLw4hCdEMtGzQY4Kip5sdA== + dependencies: + "@textlint/ast-node-types" "15.5.0" + "@textlint/ast-tester" "15.5.0" + "@textlint/ast-traverse" "15.5.0" + "@textlint/feature-flag" "15.5.0" + "@textlint/source-code-fixer" "15.5.0" + "@textlint/types" "15.5.0" + "@textlint/utils" "15.5.0" debug "^4.4.3" fast-equals "^4.0.3" structured-source "^4.0.0" @@ -1447,19 +1448,19 @@ fast-equals "^4.0.3" structured-source "^4.0.0" -"@textlint/linter-formatter@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-15.4.0.tgz#32627a9c30aec43b2fda1a3f71abaa93bce6d3b8" - integrity sha512-rfqOZmnI1Wwc/Pa4LK+vagvVPmvxf9oRsBRqIOB04DwhucingZyAIJI/TyG18DIDYbP2aFXBZ3oOvyAxHe/8PQ== +"@textlint/linter-formatter@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-15.5.0.tgz#b8074100553b2aefbbcb70c4dcfb569d5ca8a08a" + integrity sha512-DPTm2+VXKID41qKQWagg/4JynM6hEEpvbq0PlGsEoC4Xm7IqXIxFym3mSf5+ued0cuiIV1hR9kgXjqGdP035tw== dependencies: "@azu/format-text" "^1.0.2" "@azu/style-format" "^1.0.1" - "@textlint/module-interop" "15.4.0" - "@textlint/resolver" "15.4.0" - "@textlint/types" "15.4.0" + "@textlint/module-interop" "15.5.0" + "@textlint/resolver" "15.5.0" + "@textlint/types" "15.5.0" chalk "^4.1.2" debug "^4.4.3" - js-yaml "^3.14.1" + js-yaml "^4.1.1" lodash "^4.17.21" pluralize "^2.0.0" string-width "^4.2.3" @@ -1467,12 +1468,12 @@ table "^6.9.0" text-table "^0.2.0" -"@textlint/markdown-to-ast@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-15.4.0.tgz#729ba4b5a4790f1811a4359dac76f47b0425d03b" - integrity sha512-UnSkL7+6IfOuO9odJZyJdvX3QoO65lFNdR3purldFRWQ6fJ0TY/hshm7y+Hc0TJV2RlwpsSSM1jX32u/FHVBlg== +"@textlint/markdown-to-ast@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-15.5.0.tgz#fec1ead05f0939f82a8d7fae2bd1709b31be780f" + integrity sha512-tZ+2nFT+kBx53Zk876e4fhNBrpIrgNBHWEMKLLxcOoQxxtrSVvghaCm0vjcGTUPrT6B2Sx2yxB35hMmBJy74Rg== dependencies: - "@textlint/ast-node-types" "15.4.0" + "@textlint/ast-node-types" "15.5.0" debug "^4.4.3" mdast-util-gfm-autolink-literal "^0.1.3" neotraverse "^0.6.18" @@ -1498,22 +1499,22 @@ traverse "^0.6.7" unified "^9.2.2" -"@textlint/module-interop@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-15.4.0.tgz#280e4b14de4c4fdc144312c39ebefab37dd92243" - integrity sha512-uGf+SFIfzOLCbZI0gp+2NLsrkSArsvEWulPP6lJuKp7yRHadmy7Xf/YHORe46qhNyyxc8PiAfiixHJSaHGUrGg== +"@textlint/module-interop@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-15.5.0.tgz#8bce60324d5d2733084e41946c59f015e705bf1a" + integrity sha512-rqfouEhBEgZlR9umswWXXRBcmmSM28Trpr9b0duzgehKYVc7wSQCuQMagr6YBJa2NRMfRNinupusbJXMg0ij2A== -"@textlint/resolver@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/resolver/-/resolver-15.4.0.tgz#4a413bc5b4d66ee15d01549a714fb222ae886e19" - integrity sha512-Vh/QceKZQHFJFG4GxxIsKM1Xhwv93mbtKHmFE5/ybal1mIKHdqF03Z9Guaqt6Sx/AeNUshq0hkMOEhEyEWnehQ== +"@textlint/resolver@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/resolver/-/resolver-15.5.0.tgz#c55b19db18a384906dff9a935ebe881a5dc4c2f5" + integrity sha512-kK5nFbg5N3kVoZExQI/dnYjCInmTltvXDnuCRrBxHI01i6kO/o8R7Lc2aFkAZ6/NUZuRPalkyDdwZJke4/R2wg== -"@textlint/source-code-fixer@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-15.4.0.tgz#9a3b71052cd9e1afa53c9342f621076e8a994b1f" - integrity sha512-Uwt+ev491nRFrJBM9A2cRDRUxy/HaIO5Gsgwzrbx6T2yp+owegZXN5hQn60Rm8s8tsKAFMkHm6zc0tovTfDobA== +"@textlint/source-code-fixer@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-15.5.0.tgz#f63a5088052f8f227c178829fe0dbe0079f169ea" + integrity sha512-z08omVKoHJ22qrG1tnrWtc2/m9XqsRMy4aNqyhSieMYkzVASFjLGf71xs8fdr5pcQ5xC+zGIT2MCQzTwzRSvsg== dependencies: - "@textlint/types" "15.4.0" + "@textlint/types" "15.5.0" debug "^4.4.3" "@textlint/source-code-fixer@^13.4.1": @@ -1524,12 +1525,12 @@ "@textlint/types" "^13.4.1" debug "^4.3.4" -"@textlint/text-to-ast@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-15.4.0.tgz#20b87ee24eb9cd3db309f26ed0bd984a59060b84" - integrity sha512-X80IrSTUuE0DTuQgeYd0PpiRyBN6L1AB4s71WDAFwqT/0anOxSEJznb0e2mAMu/H/01gZ7xyOfRcil0sZx/jhg== +"@textlint/text-to-ast@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-15.5.0.tgz#30d911aecaba9dfe8f49e780763fe0276bdcb178" + integrity sha512-j4U6Rsc+3ejjuejuWJTXbdYtq6yW/PCTRHJTt8718smJ8KfdS4rqTYR1kbnjU4w4OH0u6UVUigcpKlEmnbzr2g== dependencies: - "@textlint/ast-node-types" "15.4.0" + "@textlint/ast-node-types" "15.5.0" "@textlint/text-to-ast@^13.4.1": version "13.4.1" @@ -1538,13 +1539,13 @@ dependencies: "@textlint/ast-node-types" "^13.4.1" -"@textlint/textlint-plugin-markdown@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-15.4.0.tgz#d4c4a86976e4d24dd0db8faae13f1d7210842f8f" - integrity sha512-fI6lpnqknaVBYWF/mg0nvqcVu0OZ5qh8o8B/pkRYJx67Ku5GmIvHI+tZr907U9WjZH1DAtzvmATwXcQ73Wwilg== +"@textlint/textlint-plugin-markdown@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-15.5.0.tgz#c9b4b97ac1a9bf97367dcfff14469fe70ab24d17" + integrity sha512-1V5e8+dqs+TyBms/Cefa8ZQxZ2FZTDm6BBqpr/Y5xpmlzks3QVT8AbM0WZi8IeP1XNTLnTxXyr6ASFckMb9+vw== dependencies: - "@textlint/markdown-to-ast" "15.4.0" - "@textlint/types" "15.4.0" + "@textlint/markdown-to-ast" "15.5.0" + "@textlint/types" "15.5.0" "@textlint/textlint-plugin-markdown@^13.3.3": version "13.4.1" @@ -1553,13 +1554,13 @@ dependencies: "@textlint/markdown-to-ast" "^13.4.1" -"@textlint/textlint-plugin-text@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-15.4.0.tgz#e359860ba1d8e2d138cc77535d549dc9a93b7b74" - integrity sha512-Hm2+TI6mFSqfY7n0A11BNwiZj3nj2VWGQvs3kZG5ZuHltUr+ywZUZxD0lKUC4BWW/lqdnIWJSo31Y4fZIA3dGQ== +"@textlint/textlint-plugin-text@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-15.5.0.tgz#1417760e7007c9548e0a180e33c38f8a784f86a2" + integrity sha512-gcyagsQIB/D1YiPGA+RD0iUTPz10lpCdYUxRdPswsv4zY5BPathOkwFldbc4fdcX3ZveLgg/k8brjUT1wPKLZw== dependencies: - "@textlint/text-to-ast" "15.4.0" - "@textlint/types" "15.4.0" + "@textlint/text-to-ast" "15.5.0" + "@textlint/types" "15.5.0" "@textlint/textlint-plugin-text@^13.3.3": version "13.4.1" @@ -1568,12 +1569,12 @@ dependencies: "@textlint/text-to-ast" "^13.4.1" -"@textlint/types@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/types/-/types-15.4.0.tgz#1f6b778f162281282382687640ee7f1863a05ea0" - integrity sha512-ZMwJgw/xjxJufOD+IB7I2Enl9Si4Hxo04B76RwUZ5cKBKzOPcmd6WvGe2F7jqdgmTdGnfMU+Bo/joQrjPNIWqg== +"@textlint/types@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-15.5.0.tgz#8412f2dd789ad1aad1494754fad02ee4d2adcf7b" + integrity sha512-EjAPbuA+3NyQ9WyFP7iUlddi35F3mGrf4tb4cZM0nWywbtEJ3+XAYqL+5RsF0qFeSguxGir09NdZOWrG9wVOUQ== dependencies: - "@textlint/ast-node-types" "15.4.0" + "@textlint/ast-node-types" "15.5.0" "@textlint/types@^13.4.1": version "13.4.1" @@ -1582,10 +1583,10 @@ dependencies: "@textlint/ast-node-types" "^13.4.1" -"@textlint/utils@15.4.0": - version "15.4.0" - resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-15.4.0.tgz#c246a2db77253ca7a71802894e7ce00d9b943336" - integrity sha512-vE3jYW10V4wwu0iBzyrozQKEXtThE4AU4fVLzBmo2NaN3old3/nua8/Drpmkeh49gO9+rXluqP76EpNrvXWm7w== +"@textlint/utils@15.5.0": + version "15.5.0" + resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-15.5.0.tgz#145a8d6cbefecafbb072f803c3037e014804bc4f" + integrity sha512-r6IybQjfeAUKT2kMjsoSX7Z3eqGjBhJ6bucWt6JGMclfmrOmr9W8Xctm3lBgP12U2lEJs4kKlUh7npU44gHTlw== "@textlint/utils@^13.4.1": version "13.4.1" @@ -3195,10 +3196,10 @@ glob@7.2.0: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^10.4.5: - version "10.4.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== +glob@^10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c" + integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg== dependencies: foreground-child "^3.1.0" jackspeak "^3.1.2" @@ -3797,6 +3798,11 @@ jake@^10.8.5: filelist "^1.0.4" minimatch "^3.1.2" +jose@^6.1.1: + version "6.1.3" + resolved "https://registry.yarnpkg.com/jose/-/jose-6.1.3.tgz#8453d7be88af7bb7d64a0481d6a35a0145ba3ea5" + integrity sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ== + js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -3809,7 +3815,7 @@ js-yaml@4.1.0, js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.9.1: +js-yaml@^3.13.1, js-yaml@^3.9.1: version "3.14.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== @@ -3817,6 +3823,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.9.1: argparse "^1.0.7" esprima "^4.0.0" +js-yaml@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA== + dependencies: + argparse "^2.0.1" + jsesc@^2.5.1: version "2.5.2" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" @@ -6098,28 +6111,28 @@ textlint-tester@^13.3.3: "@textlint/textlint-plugin-markdown" "^13.3.3" "@textlint/textlint-plugin-text" "^13.3.3" -textlint@^15.4.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/textlint/-/textlint-15.4.0.tgz#ec49bcb12a9e7e904cdc3dbf5fafbbe23fde57c6" - integrity sha512-KpVIFK2FoIbgyvaieEfUkUQCuVGI7poc7dB5qkr8ixnQjNT6/6tb8tgAnfxuYOY1Q6h7uuDXfMWJ9NPCL+rLuw== - dependencies: - "@modelcontextprotocol/sdk" "^1.21.1" - "@textlint/ast-node-types" "15.4.0" - "@textlint/ast-traverse" "15.4.0" - "@textlint/config-loader" "15.4.0" - "@textlint/feature-flag" "15.4.0" - "@textlint/fixer-formatter" "15.4.0" - "@textlint/kernel" "15.4.0" - "@textlint/linter-formatter" "15.4.0" - "@textlint/module-interop" "15.4.0" - "@textlint/resolver" "15.4.0" - "@textlint/textlint-plugin-markdown" "15.4.0" - "@textlint/textlint-plugin-text" "15.4.0" - "@textlint/types" "15.4.0" - "@textlint/utils" "15.4.0" +textlint@^15.5.0: + version "15.5.0" + resolved "https://registry.yarnpkg.com/textlint/-/textlint-15.5.0.tgz#4570ed2296c2ff0964ed053e16f35a4c1e1bb0a7" + integrity sha512-CpdpwEKSewYMpKeoSFbMqTxKsyqjbJqPg+O3EUj0IsK3Lt+YD17mT3Rm7ryuHSbFB7Qw2EIdCx8Sjh+zfx7Heg== + dependencies: + "@modelcontextprotocol/sdk" "^1.24.2" + "@textlint/ast-node-types" "15.5.0" + "@textlint/ast-traverse" "15.5.0" + "@textlint/config-loader" "15.5.0" + "@textlint/feature-flag" "15.5.0" + "@textlint/fixer-formatter" "15.5.0" + "@textlint/kernel" "15.5.0" + "@textlint/linter-formatter" "15.5.0" + "@textlint/module-interop" "15.5.0" + "@textlint/resolver" "15.5.0" + "@textlint/textlint-plugin-markdown" "15.5.0" + "@textlint/textlint-plugin-text" "15.5.0" + "@textlint/types" "15.5.0" + "@textlint/utils" "15.5.0" debug "^4.4.3" file-entry-cache "^10.1.4" - glob "^10.4.5" + glob "^10.5.0" md5 "^2.3.0" optionator "^0.9.4" path-to-glob-pattern "^2.0.1"