diff --git a/package-lock.json b/package-lock.json index bb82ae9..ff0d441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.1", "license": "MIT", "dependencies": { - "@textlint/types": "^14.8.4", + "@textlint/types": "^15.0.1", "structured-source": "^4.0.0" }, "devDependencies": { @@ -1972,6 +1972,7 @@ "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-14.8.4.tgz", "integrity": "sha512-+fI7miec/r9VeniFV9ppL4jRCmHNsTxieulTUf/4tvGII3db5hGriKHC4p/diq1SkQ9Sgs7kg6UyydxZtpTz1Q==", + "dev": true, "license": "MIT" }, "node_modules/@textlint/ast-tester": { @@ -2021,6 +2022,16 @@ "structured-source": "^4.0.0" } }, + "node_modules/@textlint/kernel/node_modules/@textlint/types": { + "version": "14.8.4", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-14.8.4.tgz", + "integrity": "sha512-9nyY8vVXlr8hHKxa6+37omJhXWCwovMQcgMteuldYd4dOxGm14AK2nXdkgtKEUQnzLGaXy46xwLCfhQy7V7/YA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "14.8.4" + } + }, "node_modules/@textlint/markdown-to-ast": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-14.8.4.tgz", @@ -2051,6 +2062,16 @@ "debug": "^4.4.1" } }, + "node_modules/@textlint/source-code-fixer/node_modules/@textlint/types": { + "version": "14.8.4", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-14.8.4.tgz", + "integrity": "sha512-9nyY8vVXlr8hHKxa6+37omJhXWCwovMQcgMteuldYd4dOxGm14AK2nXdkgtKEUQnzLGaXy46xwLCfhQy7V7/YA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "14.8.4" + } + }, "node_modules/@textlint/text-to-ast": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-14.8.4.tgz", @@ -2072,6 +2093,16 @@ "@textlint/types": "14.8.4" } }, + "node_modules/@textlint/textlint-plugin-markdown/node_modules/@textlint/types": { + "version": "14.8.4", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-14.8.4.tgz", + "integrity": "sha512-9nyY8vVXlr8hHKxa6+37omJhXWCwovMQcgMteuldYd4dOxGm14AK2nXdkgtKEUQnzLGaXy46xwLCfhQy7V7/YA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "14.8.4" + } + }, "node_modules/@textlint/textlint-plugin-text": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-14.8.4.tgz", @@ -2083,15 +2114,31 @@ "@textlint/types": "14.8.4" } }, - "node_modules/@textlint/types": { + "node_modules/@textlint/textlint-plugin-text/node_modules/@textlint/types": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/types/-/types-14.8.4.tgz", "integrity": "sha512-9nyY8vVXlr8hHKxa6+37omJhXWCwovMQcgMteuldYd4dOxGm14AK2nXdkgtKEUQnzLGaXy46xwLCfhQy7V7/YA==", + "dev": true, "license": "MIT", "dependencies": { "@textlint/ast-node-types": "14.8.4" } }, + "node_modules/@textlint/types": { + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-15.0.1.tgz", + "integrity": "sha512-ACekqqM0TCUw+PtTsiXkjigCSYWHut9ZKXpJ0t6IvTVBABgGDz+jLhTkUp1scrMFSJhYKNrWLVAxPV7ukoSVgw==", + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "15.0.1" + } + }, + "node_modules/@textlint/types/node_modules/@textlint/ast-node-types": { + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-15.0.1.tgz", + "integrity": "sha512-e93SMkYpyHsAy62UDfOm3P91M/6Lm4akVfYd7cGqsAW8VjvGeJTEuo1kDJxlddOrck3WWid8h8KwGPCBbHfRBg==", + "license": "MIT" + }, "node_modules/@textlint/utils": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-14.8.4.tgz", @@ -5966,6 +6013,16 @@ } } }, + "node_modules/textlint-scripts/node_modules/@textlint/types": { + "version": "14.8.4", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-14.8.4.tgz", + "integrity": "sha512-9nyY8vVXlr8hHKxa6+37omJhXWCwovMQcgMteuldYd4dOxGm14AK2nXdkgtKEUQnzLGaXy46xwLCfhQy7V7/YA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "14.8.4" + } + }, "node_modules/textlint-scripts/node_modules/textlint-tester": { "version": "14.8.4", "resolved": "https://registry.npmjs.org/textlint-tester/-/textlint-tester-14.8.4.tgz", diff --git a/package.json b/package.json index c2abb41..b64b9cc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "^9.0.0" }, "dependencies": { - "@textlint/types": "^14.8.4", + "@textlint/types": "^15.0.1", "structured-source": "^4.0.0" }, "packageManager": "npm@11.4.2+sha512.f90c1ec8b207b625d6edb6693aef23dacb39c38e4217fe8c46a973f119cab392ac0de23fe3f07e583188dae9fd9108b3845ad6f525b598742bd060ebad60bff3",