diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 010f63e3..3a12cdaa 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -55,7 +55,7 @@ "textlint": "^14.0.5", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-terminology": "^5.1.8", + "textlint-rule-terminology": "^5.2.6", "ts-standard": "^12.0.2", "typescript": "^5.5.4" } @@ -6426,19 +6426,6 @@ "@textlint/ast-node-types": "^14.0.5" } }, - "node_modules/@textlint/kernel/node_modules/boundary": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz", - "integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==" - }, - "node_modules/@textlint/kernel/node_modules/structured-source": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz", - "integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==", - "dependencies": { - "boundary": "^2.0.0" - } - }, "node_modules/@textlint/linter-formatter": { "version": "14.0.5", "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-14.0.5.tgz", @@ -6596,15 +6583,6 @@ "@textlint/text-to-ast": "^14.0.5" } }, - "node_modules/@textlint/types": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.6.0.tgz", - "integrity": "sha512-rCW4OC0bDEhGDxNkhWh2V7F6Bzem5v09uqn3D/7QcDqReSEJ6yUYuNaSRVZCNEkNmgmO9K1nUeQf37wqhPzBJw==", - "peer": true, - "dependencies": { - "@textlint/ast-node-types": "^12.6.0" - } - }, "node_modules/@textlint/utils": { "version": "14.0.5", "resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-14.0.5.tgz", @@ -8662,9 +8640,9 @@ "integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==" }, "node_modules/boundary": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/boundary/-/boundary-1.0.1.tgz", - "integrity": "sha512-AaLhxHwYVh55iOTJncV3DE5o7RakEUSSj64XXEWRTiIhlp7aDI8qR0vY/k8Uw0Z234VjZi/iG/WxfrvqYPUCww==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz", + "integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==" }, "node_modules/bowser": { "version": "2.11.0", @@ -20514,11 +20492,11 @@ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" }, "node_modules/structured-source": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/structured-source/-/structured-source-3.0.2.tgz", - "integrity": "sha1-3YAkJeD1PcSm56yjdSkBoczaevU=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz", + "integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==", "dependencies": { - "boundary": "^1.0.1" + "boundary": "^2.0.0" } }, "node_modules/style-search": { @@ -21179,31 +21157,44 @@ } }, "node_modules/textlint-rule-helper": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz", - "integrity": "sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz", + "integrity": "sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw==", "dependencies": { - "structured-source": "^3.0.2", + "@textlint/ast-node-types": "^13.4.1", + "structured-source": "^4.0.0", "unist-util-visit": "^2.0.3" - }, - "peerDependencies": { - "@textlint/ast-node-types": "^12.1.0", - "@textlint/types": "^12.1.0" } }, + "node_modules/textlint-rule-helper/node_modules/@textlint/ast-node-types": { + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz", + "integrity": "sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==" + }, "node_modules/textlint-rule-terminology": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.1.8.tgz", - "integrity": "sha512-TMa7NcqGoWGeKFphXlw1gHTv/adrNdgvf3bXrEcOeDweNB8fzcpz51tNgU2O78xwwnoEpTHYLLXGDmJQkMk6/w==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.2.6.tgz", + "integrity": "sha512-xKqNnq4NBHWJYklCXHKyn+oq1f+f3ayGp5KJB7rLXVdN5PxqH1RhuD5sAyMKnz3HHxDRsybpEwGQIbgIcRk7Yw==", "dependencies": { - "lodash": "^4.17.15", - "strip-json-comments": "^3.0.1", - "textlint-rule-helper": "^2.1.1" + "lodash": "^4.17.21", + "strip-json-comments": "^5.0.1", + "textlint-rule-helper": "^2.3.1" }, "engines": { "node": ">=20" } }, + "node_modules/textlint-rule-terminology/node_modules/strip-json-comments": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", + "integrity": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/textlint/node_modules/@textlint/ast-node-types": { "version": "14.0.5", "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-14.0.5.tgz", @@ -21217,11 +21208,6 @@ "@textlint/ast-node-types": "^14.0.5" } }, - "node_modules/textlint/node_modules/boundary": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz", - "integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==" - }, "node_modules/textlint/node_modules/file-entry-cache": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz", @@ -21462,14 +21448,6 @@ "node": ">=0.10.0" } }, - "node_modules/textlint/node_modules/structured-source": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz", - "integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==", - "dependencies": { - "boundary": "^2.0.0" - } - }, "node_modules/thread-stream": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.4.1.tgz", diff --git a/dependencies/package.json b/dependencies/package.json index 6caf5ade..70bd4caa 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -50,7 +50,7 @@ "textlint": "^14.0.5", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-terminology": "^5.1.8", + "textlint-rule-terminology": "^5.2.6", "ts-standard": "^12.0.2", "typescript": "^5.5.4" }