From ee7c6ac5c7377d6a7b6519d0f68ec199e66d4c9a Mon Sep 17 00:00:00 2001 From: kurone-kito Date: Thu, 18 Jul 2024 09:48:50 +0900 Subject: [PATCH] chore(cspell,eslint,root): update the dependencies --- .yarn/sdks/typescript/package.json | 2 +- package.json | 20 +- packages/eslint-config-base/package.json | 10 +- packages/eslint-config-react/package.json | 12 +- packages/typescript-config/package.json | 4 +- yarn.lock | 678 +++++++++++----------- 6 files changed, 361 insertions(+), 365 deletions(-) diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json index 0c65a69..1399ec4 100644 --- a/.yarn/sdks/typescript/package.json +++ b/.yarn/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "typescript", - "version": "5.5.3-sdk", + "version": "5.5.4-sdk", "main": "./lib/typescript.js", "type": "commonjs", "bin": { diff --git a/package.json b/package.json index ea740d8..7ce6b1d 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@cspell/cspell-types": "^8.10.4", - "@cspell/eslint-plugin": "^8.10.4", + "@cspell/cspell-types": "^8.12.1", + "@cspell/eslint-plugin": "^8.12.1", "@kurone-kito/commitlint-config": "workspace:^", "@kurone-kito/cspell-config": "workspace:^", "@kurone-kito/eslint-config-base": "workspace:^", @@ -62,11 +62,11 @@ "@kurone-kito/markdownlint-config": "workspace:^", "@kurone-kito/prettier-config": "workspace:^", "@kurone-kito/typescript-config": "workspace:^", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", + "@typescript-eslint/eslint-plugin": "^7.17.0", + "@typescript-eslint/parser": "^7.17.0", "@yarnpkg/sdks": "^3.1.3", "concurrently": "^8.2.2", - "cspell": "^8.10.4", + "cspell": "^8.12.1", "eslint": "^8.57.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", @@ -75,21 +75,21 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.7.0", + "eslint-plugin-jsdoc": "^48.8.3", "eslint-plugin-json": "^4.0.0", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-markdownlint": "^0.6.0", "eslint-plugin-n": "^17.9.0", "eslint-plugin-oxlint": "^0.5.0", - "eslint-plugin-react": "^7.34.4", + "eslint-plugin-react": "^7.35.0", "eslint-plugin-yaml": "^1.0.3", - "husky": "^9.0.11", + "husky": "^9.1.2", "lint-staged": "^15.2.7", "markdownlint-cli2": "^0.13.0", - "oxlint": "^0.6.0", + "oxlint": "^0.6.1", "prettier": "^3.3.3", "rimraf": "^5.0.9", - "typescript": "~5.5.3", + "typescript": "~5.5.4", "typescript-eslint-language-service": "^5.0.5" }, "packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774", diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 6ec80a3..8029441 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -35,9 +35,9 @@ "prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\"" }, "devDependencies": { - "@cspell/eslint-plugin": "^8.10.4", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", + "@cspell/eslint-plugin": "^8.12.1", + "@typescript-eslint/eslint-plugin": "^7.17.0", + "@typescript-eslint/parser": "^7.17.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", @@ -48,7 +48,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.7.0", + "eslint-plugin-jsdoc": "^48.8.3", "eslint-plugin-json": "^4.0.0", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-markdownlint": "^0.6.0", @@ -58,7 +58,7 @@ "js-yaml": "^4.1.0", "prettier": "^3.3.3", "rimraf": "^5.0.9", - "typescript": "~5.5.3" + "typescript": "~5.5.4" }, "peerDependencies": { "@cspell/eslint-plugin": ">=6.x.x", diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index e923ad5..c3175d0 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -39,9 +39,9 @@ "@kurone-kito/eslint-config-base": "workspace:^" }, "devDependencies": { - "@cspell/eslint-plugin": "^8.10.4", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", + "@cspell/eslint-plugin": "^8.12.1", + "@typescript-eslint/eslint-plugin": "^7.17.0", + "@typescript-eslint/parser": "^7.17.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", @@ -52,21 +52,21 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.7.0", + "eslint-plugin-jsdoc": "^48.8.3", "eslint-plugin-json": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-markdownlint": "^0.6.0", "eslint-plugin-n": "^17.9.0", "eslint-plugin-oxlint": "^0.5.0", - "eslint-plugin-react": "^7.34.4", + "eslint-plugin-react": "^7.35.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-yaml": "^1.0.3", "js-yaml": "^4.1.0", "prettier": "^3.3.3", "rimraf": "^5.0.9", - "typescript": "~5.5.3" + "typescript": "~5.5.4" }, "peerDependencies": { "@cspell/eslint-plugin": ">=6.x.x", diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index db9610e..d1a1143 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -32,11 +32,11 @@ "prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\"" }, "devDependencies": { - "@typescript-eslint/parser": "^7.16.1", + "@typescript-eslint/parser": "^7.17.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", - "typescript": "~5.5.3", + "typescript": "~5.5.4", "typescript-eslint-language-service": "^5.0.5" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 3629cfc..8844bdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -253,15 +253,15 @@ __metadata: languageName: node linkType: hard -"@cspell/cspell-bundled-dicts@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-bundled-dicts@npm:8.10.4" +"@cspell/cspell-bundled-dicts@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-bundled-dicts@npm:8.12.1" dependencies: "@cspell/dict-ada": "npm:^4.0.2" - "@cspell/dict-aws": "npm:^4.0.2" + "@cspell/dict-aws": "npm:^4.0.3" "@cspell/dict-bash": "npm:^4.1.3" "@cspell/dict-companies": "npm:^3.1.2" - "@cspell/dict-cpp": "npm:^5.1.10" + "@cspell/dict-cpp": "npm:^5.1.11" "@cspell/dict-cryptocurrencies": "npm:^5.0.0" "@cspell/dict-csharp": "npm:^4.0.2" "@cspell/dict-css": "npm:^4.0.12" @@ -293,62 +293,62 @@ __metadata: "@cspell/dict-makefile": "npm:^1.0.0" "@cspell/dict-monkeyc": "npm:^1.0.6" "@cspell/dict-node": "npm:^5.0.1" - "@cspell/dict-npm": "npm:^5.0.16" + "@cspell/dict-npm": "npm:^5.0.17" "@cspell/dict-php": "npm:^4.0.8" - "@cspell/dict-powershell": "npm:^5.0.4" + "@cspell/dict-powershell": "npm:^5.0.5" "@cspell/dict-public-licenses": "npm:^2.0.7" "@cspell/dict-python": "npm:^4.2.1" "@cspell/dict-r": "npm:^2.0.1" "@cspell/dict-ruby": "npm:^5.0.2" "@cspell/dict-rust": "npm:^4.0.4" - "@cspell/dict-scala": "npm:^5.0.2" - "@cspell/dict-software-terms": "npm:^3.4.9" + "@cspell/dict-scala": "npm:^5.0.3" + "@cspell/dict-software-terms": "npm:^4.0.0" "@cspell/dict-sql": "npm:^2.1.3" "@cspell/dict-svelte": "npm:^1.0.2" "@cspell/dict-swift": "npm:^2.0.1" "@cspell/dict-terraform": "npm:^1.0.0" "@cspell/dict-typescript": "npm:^3.1.5" "@cspell/dict-vue": "npm:^3.0.0" - checksum: 10/c2cc2171e64f759ecc5fe38b31508d99cf38a2ce35e589c6b6027efe0cb83f3b10130d82fafbd0dc26f7f163de3e4ec0981dbc8eded039bd8a2965a12efb88e5 + checksum: 10/2265685e287ae876d174831b657c3e023b03ef6b8792a3e0b80414f79390b2f88d5afbf39ebeea9df3ad9958b36921eabfbd7e142b724343499d711cde5038f9 languageName: node linkType: hard -"@cspell/cspell-json-reporter@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-json-reporter@npm:8.10.4" +"@cspell/cspell-json-reporter@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-json-reporter@npm:8.12.1" dependencies: - "@cspell/cspell-types": "npm:8.10.4" - checksum: 10/4eba16203c021f5e118907996958e57c2f930fb33557b7960bb372f59f377611be4b6564072e1d8dc001872186ecd7d48ede84a000b20707d05a1bb3e8a7bed6 + "@cspell/cspell-types": "npm:8.12.1" + checksum: 10/83718428491522a134104b0918cb5a322cd49bba45fad624955be9da73ddcf5fba0baf3fd918024dbe2ca59d65ee8e42650ca09da497b2b585fc30d5e6ca6905 languageName: node linkType: hard -"@cspell/cspell-pipe@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-pipe@npm:8.10.4" - checksum: 10/06602031930827f751acf6b24bf9229b78abd2c524036123cc628288c0a0023ac927ef03709aaf01335af45235bb85e6d725bc2eca8f13e92a109f5174131ad2 +"@cspell/cspell-pipe@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-pipe@npm:8.12.1" + checksum: 10/f39b1da5dc06fb1d5358b17e42f31e9cc5f3d7ad8190ca48357b19ea64bf5e15da3158c9e891c17e05b9565876dcd8eb77b1cbf799a5d15cefb67a796909be5e languageName: node linkType: hard -"@cspell/cspell-resolver@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-resolver@npm:8.10.4" +"@cspell/cspell-resolver@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-resolver@npm:8.12.1" dependencies: global-directory: "npm:^4.0.1" - checksum: 10/80ec4da36bc58f48b5ef9453cf9a2b42169869f8c63b9b253af1bd62138d3130c8a13f040f4fd97564bd51a9555a5aa0ee723ed63c371d177a26f0befa614910 + checksum: 10/cad8958d029053d1962c2a53fa59d2daa4d50ddda7eb0b5aa07a9f3db7f3c8607ecd974bd5ecf365eb0a19944546ac22fc13091a845ff2a2e8b2717e10ededbb languageName: node linkType: hard -"@cspell/cspell-service-bus@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-service-bus@npm:8.10.4" - checksum: 10/f0a9759605e920eef5ca41ef11a41b477d823b6d8b8df2b4360b950a6da7e418285af60e8f7158f4e4f6f342f44891d82b6fd4f98726947332f0935e30b9db18 +"@cspell/cspell-service-bus@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-service-bus@npm:8.12.1" + checksum: 10/e61bc5a6bc7c86c6deb679389e5cafd51272033c2cd25757c1466f7afb3f51e097f156a9bbfa17d0eaa0dc750440975f3e4b7de6df3abef25d0d39b70b79f878 languageName: node linkType: hard -"@cspell/cspell-types@npm:8.10.4, @cspell/cspell-types@npm:^8.10.4": - version: 8.10.4 - resolution: "@cspell/cspell-types@npm:8.10.4" - checksum: 10/b5f5ca7e64e01c21f37b7b7d68135d8fad42dc90da3f1e590b84dc8c0f29fb3506b67f3d17f9da047134004d401d4c18eaa2e0509004cac13a4ed7d53d17c056 +"@cspell/cspell-types@npm:8.12.1, @cspell/cspell-types@npm:^8.12.1": + version: 8.12.1 + resolution: "@cspell/cspell-types@npm:8.12.1" + checksum: 10/d46e72d39fda48acc4dea86faf977dd99fc5c46c3301d2e3cc29f3914aa72e10ce1a2422aef104c5ef91559769676b1204e61226ab3fcdeaee9e093804b14fea languageName: node linkType: hard @@ -359,7 +359,7 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-aws@npm:^4.0.2": +"@cspell/dict-aws@npm:^4.0.3": version: 4.0.3 resolution: "@cspell/dict-aws@npm:4.0.3" checksum: 10/a195083c69ae0cede5b9b1312e3a989d9fbc5d472d36cdef340dcb045c27ad1c8c0885dcc232bcffdfd9ac3daac9f9e753dfcedc2638c8c0f05a5235f6c544e4 @@ -374,16 +374,16 @@ __metadata: linkType: hard "@cspell/dict-companies@npm:^3.1.2": - version: 3.1.2 - resolution: "@cspell/dict-companies@npm:3.1.2" - checksum: 10/58a95faba7cf7397530064ab9fc29aea0b5a95c5d4c31abd2abd0537f344705c71112a50ae61a1c026078dd1ca2e4433164eee1761cd05bfae4b25a75161ba4f + version: 3.1.3 + resolution: "@cspell/dict-companies@npm:3.1.3" + checksum: 10/bc58cb40d66adec4be5dc496726a128e9f0fb2e2e01e9d215a18b7ef99402106dbf9e06f08be9b0e0012328cdfa54c1fe74c7b2ba7a895f9e7697e410195b76e languageName: node linkType: hard -"@cspell/dict-cpp@npm:^5.1.10": - version: 5.1.10 - resolution: "@cspell/dict-cpp@npm:5.1.10" - checksum: 10/ba8727af8ab3ac18f0ba030f043378bb6c951d819b7fba0114ca9377271752d04c1b3b6dfe4f9384fc35069ab7ff671313bc681a06345ef6625be7ca7fc37132 +"@cspell/dict-cpp@npm:^5.1.11": + version: 5.1.12 + resolution: "@cspell/dict-cpp@npm:5.1.12" + checksum: 10/d9f161d83ec0db88e9217d407316e7b00a9e94dbd400ff7bc859612ce324ad0fa795a89ae8955769051879e3baa9dbe041f52bd7a25eb2e9ce0a579b3a214aec languageName: node linkType: hard @@ -493,9 +493,9 @@ __metadata: linkType: hard "@cspell/dict-fullstack@npm:^3.1.8": - version: 3.1.8 - resolution: "@cspell/dict-fullstack@npm:3.1.8" - checksum: 10/c0f178e751f0e4779600749d5f77e313e33362ba6d4737d3969f64ca272200bb8cc94dd10cccc18de58e60223b46a39247c5e4ca1d5eda768a1d08c1725fb9e7 + version: 3.2.0 + resolution: "@cspell/dict-fullstack@npm:3.2.0" + checksum: 10/d94179079882a3d7b218aa46dc6de319f844cef038ff126689ebe6f81ff8183b9771c427cfddb96cb80b88f8c2d1d0b078977d284dff5fdae6e6d0fde61abb27 languageName: node linkType: hard @@ -563,9 +563,9 @@ __metadata: linkType: hard "@cspell/dict-k8s@npm:^1.0.5": - version: 1.0.5 - resolution: "@cspell/dict-k8s@npm:1.0.5" - checksum: 10/d7a251e44412ff7d337dabe20deedd5bb9553e2825f81a7c01788aa80dbae99a24c57cc6f686d9a249bcfbd0436248d1814b8c786425a3b20a7e189b1019775f + version: 1.0.6 + resolution: "@cspell/dict-k8s@npm:1.0.6" + checksum: 10/e2b3ea0b7b4fc2faa5a4bb9b93aa08eaca4289e71c6284b5f9f51a0ffaa88c44d4b2f425c3f24d369a37bbf54865d4cfe6d97cda7046230bd135ec5000641cf0 languageName: node linkType: hard @@ -611,10 +611,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-npm@npm:^5.0.16": - version: 5.0.16 - resolution: "@cspell/dict-npm@npm:5.0.16" - checksum: 10/ec77d0e297e6a50b1889a15332771c6605997bb1c4a8d9f0528ded69ea993fae449f303f4bca04c4cd56c24ad4151feb67b64cfade58aa21c81d80e1b0474b32 +"@cspell/dict-npm@npm:^5.0.17": + version: 5.0.18 + resolution: "@cspell/dict-npm@npm:5.0.18" + checksum: 10/d5b253b3411dbeada717c9e8ee010c17483f980c6e7393b8a03f40baff838a571d783d1232d13af4d7ffe16c2866ba52ca132ecace20e86d5a2d5606233d3863 languageName: node linkType: hard @@ -625,10 +625,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-powershell@npm:^5.0.4": - version: 5.0.4 - resolution: "@cspell/dict-powershell@npm:5.0.4" - checksum: 10/13aa687130db6330a86f7b9cd1f7be9046ac3102aa96be9c71e130639fc3eff9b0a1ad45914bcaa497af2d628e2d3bc8babf02d6b657fd18d88fddc412ec4fec +"@cspell/dict-powershell@npm:^5.0.5": + version: 5.0.5 + resolution: "@cspell/dict-powershell@npm:5.0.5" + checksum: 10/1332bd97d071e7e365c61061eede4800a09fd0e69b1b6e5e34522f5c5d9cdf1d2a822beb17b4e9534dffc655edceed1f7a83890c3f97ae4453bfbc8cc51236fc languageName: node linkType: hard @@ -640,11 +640,11 @@ __metadata: linkType: hard "@cspell/dict-python@npm:^4.2.1": - version: 4.2.1 - resolution: "@cspell/dict-python@npm:4.2.1" + version: 4.2.3 + resolution: "@cspell/dict-python@npm:4.2.3" dependencies: "@cspell/dict-data-science": "npm:^2.0.1" - checksum: 10/f0941bcfd518a3c63c68d8ed08304b98142e90e3b445b12ab4b13ce23508b573e323f4a5136bde2cd610f99814963e119b8b06c0d91fc5808e1a7c29a804cce4 + checksum: 10/ff66b1926265d19ecc7fac22751bbc2a7f4d0a4280a30b019f25e3ffd3e115fbc57efd3e730ac08cd7bab85e9eb478f6663f2f1dce7551c56d1e80fa99b7016d languageName: node linkType: hard @@ -663,23 +663,23 @@ __metadata: linkType: hard "@cspell/dict-rust@npm:^4.0.4": - version: 4.0.4 - resolution: "@cspell/dict-rust@npm:4.0.4" - checksum: 10/7ff86c4f172bf039ff1264f4736d9638d0792ab39ff5fc48812831241d622040f6591a3d9f630325537b0a4913e242bea14005ec3d2e3c167f933fe1416e0caa + version: 4.0.5 + resolution: "@cspell/dict-rust@npm:4.0.5" + checksum: 10/358ff7b35522616bcc95408d399f8982f0898c66c449621b7a0cae39605d5ba48ca785eecaaa43ee5b90567f5c481475ec97667f92995bb5a745a8d3296fb556 languageName: node linkType: hard -"@cspell/dict-scala@npm:^5.0.2": - version: 5.0.2 - resolution: "@cspell/dict-scala@npm:5.0.2" - checksum: 10/c07bda723929f8b01ae0575af3d05ffffee9ed7523e0658a22d533cf287dd564d11bf16062a1692fb06c3aff2d519d07c7c2c3e5662ced8af1194b31b352af51 +"@cspell/dict-scala@npm:^5.0.3": + version: 5.0.3 + resolution: "@cspell/dict-scala@npm:5.0.3" + checksum: 10/9fda5d33cb2b96f33cc050077ba1c8a6af33c12c9af3a14ebfd63a4cffd5b9fec0e0b574b6b833889ac26019c34b65674494b54bf540006b2a293d9367ea67c6 languageName: node linkType: hard -"@cspell/dict-software-terms@npm:^3.4.9": - version: 3.4.10 - resolution: "@cspell/dict-software-terms@npm:3.4.10" - checksum: 10/f5bdee39e463d279e4f907cc7771342ab97f330d088b07acb2fc53747e98a2403dd249bdd5303a23fe61cd54029099a0ae83c63fdd3c8085a6f0b131ad001012 +"@cspell/dict-software-terms@npm:^4.0.0": + version: 4.0.3 + resolution: "@cspell/dict-software-terms@npm:4.0.3" + checksum: 10/31a4cb73b855b57b7896265ff9e571b46f2d553eddaa094c54e2dd8f3e1d5244dfd079df94f5db0e872e5abe950a7bb59b93f82fe207cc9d306e0ef7c5b301e0 languageName: node linkType: hard @@ -712,9 +712,9 @@ __metadata: linkType: hard "@cspell/dict-typescript@npm:^3.1.5": - version: 3.1.5 - resolution: "@cspell/dict-typescript@npm:3.1.5" - checksum: 10/9e99aa7c849133fcab6d16864045b512be3f0b89c76caf31234fcc6edf818e06e2af4087f576e5837e209dc0bdc1d1379d6752bac48aab517e0661c0e4eeff58 + version: 3.1.6 + resolution: "@cspell/dict-typescript@npm:3.1.6" + checksum: 10/534f0fb9b261f5bd48597235ae16c7e8ac4e80f7c8d9504dbaa9843f8a0d044cdfbd0d855b92011d508b8fe965e6cf3a0d668426e6e57517c4a55e85316629e5 languageName: node linkType: hard @@ -725,40 +725,40 @@ __metadata: languageName: node linkType: hard -"@cspell/dynamic-import@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/dynamic-import@npm:8.10.4" +"@cspell/dynamic-import@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/dynamic-import@npm:8.12.1" dependencies: import-meta-resolve: "npm:^4.1.0" - checksum: 10/d07b83c990a0ff4a645df5ea45a7aa9eb6a948a16132382a2b3aafe470094892b90d53bb81cad336d5df27cd7f6a30c0c4289327825e05fcb26556a59ae91b15 + checksum: 10/7862e0d5a4de42e5d882895b4e9a2d7f96b316f75626a00fd05d26c2bdfdfecd829a512529805dfff0b4ee3f009a564824f09e05523c6389278feb7dea2c4775 languageName: node linkType: hard -"@cspell/eslint-plugin@npm:^8.10.4": - version: 8.10.4 - resolution: "@cspell/eslint-plugin@npm:8.10.4" +"@cspell/eslint-plugin@npm:^8.12.1": + version: 8.12.1 + resolution: "@cspell/eslint-plugin@npm:8.12.1" dependencies: - "@cspell/cspell-types": "npm:8.10.4" - "@cspell/url": "npm:8.10.4" - cspell-lib: "npm:8.10.4" - synckit: "npm:^0.9.0" + "@cspell/cspell-types": "npm:8.12.1" + "@cspell/url": "npm:8.12.1" + cspell-lib: "npm:8.12.1" + synckit: "npm:^0.9.1" peerDependencies: eslint: ^7 || ^8 || ^9 - checksum: 10/912e092145e52dd016d5d6b0406fa43229cd487c0faf484cb6cd98af04ec751684ca60d543412c30dd08e6273828f0a4f84ade61c7bf41f9d3b0d4360a094a47 + checksum: 10/a8f0f3712b7424c7c56ede67a0795872d229943e80d9334fff8dede0b055ac57eac7f3c680cd97a9482c89e07f4a528dba1d53f82b06bee1e034c03395cf30be languageName: node linkType: hard -"@cspell/strong-weak-map@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/strong-weak-map@npm:8.10.4" - checksum: 10/3249a3584b38c0079ac3b245c419b99ba65dfede461c81b3a14747107d20760c1b2b7f912e5cba220bdd7c9d5f2756b8bb977f05e33f3674f91d98fc604d12c5 +"@cspell/strong-weak-map@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/strong-weak-map@npm:8.12.1" + checksum: 10/9ce2b74a64454e09cb4a9ec8795f1d7e522c893e5beb9a3216f22162459de70a7d00cec8211053a784ac67dbc3db628c491923d1d478deabb82a5c89d2121fde languageName: node linkType: hard -"@cspell/url@npm:8.10.4": - version: 8.10.4 - resolution: "@cspell/url@npm:8.10.4" - checksum: 10/d288407f2b623502302afe76a17279d414b87d1c8523d37c5ebac780cf30706fc9eaceaa8f07ac3ca0ceae2ad5ec3eb0d533349c14bb92aad4d5163ff812a7a4 +"@cspell/url@npm:8.12.1": + version: 8.12.1 + resolution: "@cspell/url@npm:8.12.1" + checksum: 10/bc2047d17b6b7bed279d996e336988f7073206fa0a75ecdd7de1eabc94b4edd4bf9572eb136d8c289a2ef784205cea9b9aac21de0d2bea9cf6b38c3533dcc602 languageName: node linkType: hard @@ -885,9 +885,9 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/eslint-config-base@workspace:packages/eslint-config-base" dependencies: - "@cspell/eslint-plugin": "npm:^8.10.4" - "@typescript-eslint/eslint-plugin": "npm:^7.16.1" - "@typescript-eslint/parser": "npm:^7.16.1" + "@cspell/eslint-plugin": "npm:^8.12.1" + "@typescript-eslint/eslint-plugin": "npm:^7.17.0" + "@typescript-eslint/parser": "npm:^7.17.0" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" @@ -898,7 +898,7 @@ __metadata: eslint-import-resolver-typescript: "npm:^3.6.1" eslint-plugin-editorconfig: "npm:^4.0.3" eslint-plugin-import: "npm:^2.29.1" - eslint-plugin-jsdoc: "npm:^48.7.0" + eslint-plugin-jsdoc: "npm:^48.8.3" eslint-plugin-json: "npm:^4.0.0" eslint-plugin-markdown: "npm:^5.1.0" eslint-plugin-markdownlint: "npm:^0.6.0" @@ -908,7 +908,7 @@ __metadata: js-yaml: "npm:^4.1.0" prettier: "npm:^3.3.3" rimraf: "npm:^5.0.9" - typescript: "npm:~5.5.3" + typescript: "npm:~5.5.4" peerDependencies: "@cspell/eslint-plugin": ">=6.x.x" "@typescript-eslint/eslint-plugin": ">=6.0.x" @@ -972,10 +972,10 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/eslint-config-react@workspace:packages/eslint-config-react" dependencies: - "@cspell/eslint-plugin": "npm:^8.10.4" + "@cspell/eslint-plugin": "npm:^8.12.1" "@kurone-kito/eslint-config-base": "workspace:^" - "@typescript-eslint/eslint-plugin": "npm:^7.16.1" - "@typescript-eslint/parser": "npm:^7.16.1" + "@typescript-eslint/eslint-plugin": "npm:^7.17.0" + "@typescript-eslint/parser": "npm:^7.17.0" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" @@ -986,21 +986,21 @@ __metadata: eslint-import-resolver-typescript: "npm:^3.6.1" eslint-plugin-editorconfig: "npm:^4.0.3" eslint-plugin-import: "npm:^2.29.1" - eslint-plugin-jsdoc: "npm:^48.7.0" + eslint-plugin-jsdoc: "npm:^48.8.3" eslint-plugin-json: "npm:^4.0.0" eslint-plugin-jsx-a11y: "npm:^6.9.0" eslint-plugin-markdown: "npm:^5.1.0" eslint-plugin-markdownlint: "npm:^0.6.0" eslint-plugin-n: "npm:^17.9.0" eslint-plugin-oxlint: "npm:^0.5.0" - eslint-plugin-react: "npm:^7.34.4" + eslint-plugin-react: "npm:^7.35.0" eslint-plugin-react-hooks: "npm:^4.6.2" eslint-plugin-storybook: "npm:^0.8.0" eslint-plugin-yaml: "npm:^1.0.3" js-yaml: "npm:^4.1.0" prettier: "npm:^3.3.3" rimraf: "npm:^5.0.9" - typescript: "npm:~5.5.3" + typescript: "npm:~5.5.4" peerDependencies: "@cspell/eslint-plugin": ">=6.x.x" "@typescript-eslint/eslint-plugin": ">=6.0.x" @@ -1095,8 +1095,8 @@ __metadata: dependencies: "@commitlint/cli": "npm:^19.3.0" "@commitlint/config-conventional": "npm:^19.2.2" - "@cspell/cspell-types": "npm:^8.10.4" - "@cspell/eslint-plugin": "npm:^8.10.4" + "@cspell/cspell-types": "npm:^8.12.1" + "@cspell/eslint-plugin": "npm:^8.12.1" "@kurone-kito/commitlint-config": "workspace:^" "@kurone-kito/cspell-config": "workspace:^" "@kurone-kito/eslint-config-base": "workspace:^" @@ -1105,11 +1105,11 @@ __metadata: "@kurone-kito/markdownlint-config": "workspace:^" "@kurone-kito/prettier-config": "workspace:^" "@kurone-kito/typescript-config": "workspace:^" - "@typescript-eslint/eslint-plugin": "npm:^7.16.1" - "@typescript-eslint/parser": "npm:^7.16.1" + "@typescript-eslint/eslint-plugin": "npm:^7.17.0" + "@typescript-eslint/parser": "npm:^7.17.0" "@yarnpkg/sdks": "npm:^3.1.3" concurrently: "npm:^8.2.2" - cspell: "npm:^8.10.4" + cspell: "npm:^8.12.1" eslint: "npm:^8.57.0" eslint-config-airbnb-typescript: "npm:^18.0.0" eslint-config-prettier: "npm:^9.1.0" @@ -1118,21 +1118,21 @@ __metadata: eslint-import-resolver-typescript: "npm:^3.6.1" eslint-plugin-editorconfig: "npm:^4.0.3" eslint-plugin-import: "npm:^2.29.1" - eslint-plugin-jsdoc: "npm:^48.7.0" + eslint-plugin-jsdoc: "npm:^48.8.3" eslint-plugin-json: "npm:^4.0.0" eslint-plugin-markdown: "npm:^5.1.0" eslint-plugin-markdownlint: "npm:^0.6.0" eslint-plugin-n: "npm:^17.9.0" eslint-plugin-oxlint: "npm:^0.5.0" - eslint-plugin-react: "npm:^7.34.4" + eslint-plugin-react: "npm:^7.35.0" eslint-plugin-yaml: "npm:^1.0.3" - husky: "npm:^9.0.11" + husky: "npm:^9.1.2" lint-staged: "npm:^15.2.7" markdownlint-cli2: "npm:^0.13.0" - oxlint: "npm:^0.6.0" + oxlint: "npm:^0.6.1" prettier: "npm:^3.3.3" rimraf: "npm:^5.0.9" - typescript: "npm:~5.5.3" + typescript: "npm:~5.5.4" typescript-eslint-language-service: "npm:^5.0.5" languageName: unknown linkType: soft @@ -1163,11 +1163,11 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/typescript-config@workspace:packages/typescript-config" dependencies: - "@typescript-eslint/parser": "npm:^7.16.1" + "@typescript-eslint/parser": "npm:^7.17.0" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" - typescript: "npm:~5.5.3" + typescript: "npm:~5.5.4" typescript-eslint-language-service: "npm:^5.0.5" peerDependencies: "@typescript-eslint/parser": ">=6.x.x" @@ -1217,58 +1217,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/darwin-arm64@npm:0.6.0" +"@oxlint/darwin-arm64@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/darwin-arm64@npm:0.6.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/darwin-x64@npm:0.6.0" +"@oxlint/darwin-x64@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/darwin-x64@npm:0.6.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/linux-arm64-gnu@npm:0.6.0" +"@oxlint/linux-arm64-gnu@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/linux-arm64-gnu@npm:0.6.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/linux-arm64-musl@npm:0.6.0" +"@oxlint/linux-arm64-musl@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/linux-arm64-musl@npm:0.6.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/linux-x64-gnu@npm:0.6.0" +"@oxlint/linux-x64-gnu@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/linux-x64-gnu@npm:0.6.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/linux-x64-musl@npm:0.6.0" +"@oxlint/linux-x64-musl@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/linux-x64-musl@npm:0.6.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/win32-arm64@npm:0.6.0" +"@oxlint/win32-arm64@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/win32-arm64@npm:0.6.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.6.0": - version: 0.6.0 - resolution: "@oxlint/win32-x64@npm:0.6.0" +"@oxlint/win32-x64@npm:0.6.1": + version: 0.6.1 + resolution: "@oxlint/win32-x64@npm:0.6.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1387,11 +1387,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.14.10 - resolution: "@types/node@npm:20.14.10" + version: 20.14.12 + resolution: "@types/node@npm:20.14.12" dependencies: undici-types: "npm:~5.26.4" - checksum: 10/672892cf94d0d95cf052f11271990686a0fd204cd1e5fe7a4ef240e5315e06711765dc47b9ec98627d3adac18b8c92bb7e2d8db21d18faa20bc3e3203a143e79 + checksum: 10/9205bf46ef6a99d99cdde9efeb8218cd15803cc407249c2336557cd630b006380dad68c03ee574934414639f8e450044f45530c92788a8e82078bae45ee40f93 languageName: node linkType: hard @@ -1425,15 +1425,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/eslint-plugin@npm:7.16.1" +"@typescript-eslint/eslint-plugin@npm:^7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/eslint-plugin@npm:7.17.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:7.16.1" - "@typescript-eslint/type-utils": "npm:7.16.1" - "@typescript-eslint/utils": "npm:7.16.1" - "@typescript-eslint/visitor-keys": "npm:7.16.1" + "@typescript-eslint/scope-manager": "npm:7.17.0" + "@typescript-eslint/type-utils": "npm:7.17.0" + "@typescript-eslint/utils": "npm:7.17.0" + "@typescript-eslint/visitor-keys": "npm:7.17.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" @@ -1444,25 +1444,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/fddbfe461f85d10ee3967b89efa3c704806074af6806833f982915b21754567a98c5a486627174cc6b0ac4cb5f1282865d64ae251a5cbf6dbbbe191d0268520a + checksum: 10/f3caba81b7ea4d1b4b097b3de1c51054424ad3d5e37f7af7df64f1c29b6448c535b61e0956f76bfa450b38917923f919a9bab081224c2b5577596caffa6e288a languageName: node linkType: hard -"@typescript-eslint/parser@npm:^7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/parser@npm:7.16.1" +"@typescript-eslint/parser@npm:^7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/parser@npm:7.17.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.16.1" - "@typescript-eslint/types": "npm:7.16.1" - "@typescript-eslint/typescript-estree": "npm:7.16.1" - "@typescript-eslint/visitor-keys": "npm:7.16.1" + "@typescript-eslint/scope-manager": "npm:7.17.0" + "@typescript-eslint/types": "npm:7.17.0" + "@typescript-eslint/typescript-estree": "npm:7.17.0" + "@typescript-eslint/visitor-keys": "npm:7.17.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/7af36bacc2c38e9fb367edf886a04fde292ff28b49adfc3f4fc0dd456364c5e18444346112ae52557f2f32fe2e5abd144b87b4db89b6960b4957d69a9d390f91 + checksum: 10/91971e5d95fec798a456ec72d9d67c28eee72d0d1c52e682dbff2eef134e149799f69324ea8d42bd2cfa290eec763073b26fb343ce0632e4fa64c3b8a854d124 languageName: node linkType: hard @@ -1476,22 +1476,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/scope-manager@npm:7.16.1" +"@typescript-eslint/scope-manager@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/scope-manager@npm:7.17.0" dependencies: - "@typescript-eslint/types": "npm:7.16.1" - "@typescript-eslint/visitor-keys": "npm:7.16.1" - checksum: 10/57ce02c2624e49988b01666b3e13d1adb44ab78f2dafc47a56800d57bff624779b348928a905393fa5f2cce94a5844173ab81f32b81f0bb2897f10bbaf9cab6a + "@typescript-eslint/types": "npm:7.17.0" + "@typescript-eslint/visitor-keys": "npm:7.17.0" + checksum: 10/aec72538a92d8a82ca39f60c34b0d0e00f2f8fb74f584aee90b6d1ef28f30a415b507f28aa27a536898992ad4b9b5af58671c743cd50439b21e67bee03a59c88 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/type-utils@npm:7.16.1" +"@typescript-eslint/type-utils@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/type-utils@npm:7.17.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.16.1" - "@typescript-eslint/utils": "npm:7.16.1" + "@typescript-eslint/typescript-estree": "npm:7.17.0" + "@typescript-eslint/utils": "npm:7.17.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.3.0" peerDependencies: @@ -1499,7 +1499,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/38a72a3de8a2c3455d19e6d43e67ac6e1dc23e93b2d84571282b0323fadadcab33df1a89787c76fc99e45514e41a08bc9f5cb51287a7da48f56c64b512a3269b + checksum: 10/1405c626cd59a1fb29b897d22dce0b2f5b793e5d1cba228a119e58e7392c385c9131c332e744888b7d6ad41eee0abbd8099651664cafaed24229da2cd768e032 languageName: node linkType: hard @@ -1510,10 +1510,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/types@npm:7.16.1" - checksum: 10/cfb48821ffb5a5307e67ce05b9ec2f4775c560dc53011e313d4fa75d033e0130ce0d364ac92ad3634d325c16a889ddc3201e8a742217c73be8d34385da85620b +"@typescript-eslint/types@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/types@npm:7.17.0" + checksum: 10/92e571f794f51a1f110714a9de661f9a76781c8c3e53d8fe025a88be947ae30d1c18964083467db31001ce7910f1a1459b8f6b039c270bdb6d1de47eba5dfa7f languageName: node linkType: hard @@ -1535,12 +1535,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/typescript-estree@npm:7.16.1" +"@typescript-eslint/typescript-estree@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.17.0" dependencies: - "@typescript-eslint/types": "npm:7.16.1" - "@typescript-eslint/visitor-keys": "npm:7.16.1" + "@typescript-eslint/types": "npm:7.17.0" + "@typescript-eslint/visitor-keys": "npm:7.17.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -1550,21 +1550,21 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/7f88176f2d25779ec2d40df4c6bd0a26aa41494ee0302d4895b4d0cb4e284385c1e218ac2ad67ed90b5e1bf82b78b8aa4b903b5906fbf7101b08c409ce778e9c + checksum: 10/419c4ad3b470ea4d654c414bbc66269ba7a6504e10bf2a2a87f9214aad4358b670f60e89ae7e4b2a24fa7c0c4542ebdd3711b8964917c026a5eef27d861e23fb languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/utils@npm:7.16.1" +"@typescript-eslint/utils@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/utils@npm:7.17.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@typescript-eslint/scope-manager": "npm:7.16.1" - "@typescript-eslint/types": "npm:7.16.1" - "@typescript-eslint/typescript-estree": "npm:7.16.1" + "@typescript-eslint/scope-manager": "npm:7.17.0" + "@typescript-eslint/types": "npm:7.17.0" + "@typescript-eslint/typescript-estree": "npm:7.17.0" peerDependencies: eslint: ^8.56.0 - checksum: 10/b3c279d706ff1b3a0002c8e0f0fcf559b63f4296e218199a25863054bda5b28d5a7ab6ad4ad1d0b7fa2c6cd9f2d0dcd7f784c3f75026fae7b58846695481ec45 + checksum: 10/44d6bfcda4b03a7bec82939dd975579f40705cf4128e40f747bf96b81e8fae0c384434999334a9ac42990e2864266c8067ca0e4b27d736ce2f6b8667115f7a1d languageName: node linkType: hard @@ -1596,13 +1596,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.16.1": - version: 7.16.1 - resolution: "@typescript-eslint/visitor-keys@npm:7.16.1" +"@typescript-eslint/visitor-keys@npm:7.17.0": + version: 7.17.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.17.0" dependencies: - "@typescript-eslint/types": "npm:7.16.1" + "@typescript-eslint/types": "npm:7.17.0" eslint-visitor-keys: "npm:^3.4.3" - checksum: 10/f5088d72b6ca48f4e525b7b5d6c6c9254d0d039d2959fd91200691218e8ac8f3e56287ec8bc411a79609e9d85ed5fc6c4f7d2edd80fadf734aeb6f6bfc833322 + checksum: 10/a8bef372e212baab67ec4e074a8b4983348fc554874d40d1fc22c10ce2693609cdef4a215391e8b428a67b3e2dcbda12d821b4ed668394b0b001ba03a08c5145 languageName: node linkType: hard @@ -1954,18 +1954,6 @@ __metadata: languageName: node linkType: hard -"array.prototype.toreversed@npm:^1.1.2": - version: 1.1.2 - resolution: "array.prototype.toreversed@npm:1.1.2" - dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - es-shim-unscopables: "npm:^1.0.0" - checksum: 10/b4076d687ddc22c191863ce105d320cc4b0e1435bfda9ffeeff681682fe88fa6fe30e0d2ae94fa4b2d7fad901e1954ea4f75c1cab217db4848da84a2b5889192 - languageName: node - linkType: hard - "array.prototype.tosorted@npm:^1.1.4": version: 1.1.4 resolution: "array.prototype.tosorted@npm:1.1.4" @@ -2536,95 +2524,95 @@ __metadata: languageName: node linkType: hard -"cspell-config-lib@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-config-lib@npm:8.10.4" +"cspell-config-lib@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-config-lib@npm:8.12.1" dependencies: - "@cspell/cspell-types": "npm:8.10.4" + "@cspell/cspell-types": "npm:8.12.1" comment-json: "npm:^4.2.4" yaml: "npm:^2.4.5" - checksum: 10/dfe86bb6325666913665106749163482413e9bf754e53405dbf87a8add4979db7f8db7865bc7a2c35ee51614984e00e26a9fbd93396cca73600e3b48a733a76b + checksum: 10/46f981c1eb1a6c2c3c890a02bc5a4a926eb96adffa29d4d2fac2409c2b880efeed9c28eb663e3964bf52185cfd38824770e612d821d7768827553fcd4fd6e8af languageName: node linkType: hard -"cspell-dictionary@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-dictionary@npm:8.10.4" +"cspell-dictionary@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-dictionary@npm:8.12.1" dependencies: - "@cspell/cspell-pipe": "npm:8.10.4" - "@cspell/cspell-types": "npm:8.10.4" - cspell-trie-lib: "npm:8.10.4" + "@cspell/cspell-pipe": "npm:8.12.1" + "@cspell/cspell-types": "npm:8.12.1" + cspell-trie-lib: "npm:8.12.1" fast-equals: "npm:^5.0.1" gensequence: "npm:^7.0.0" - checksum: 10/2919fa4396d89ea31f7f132258a85bbc8611f30a85a511e3f151e413c4223cdce09f4102de2e59409c6c43ec963856b0f46176e5aff756023c7a40ae91300388 + checksum: 10/0f9ffef7318274faebb4c666439e720d4ea29f0738fc2dd171cbcd1e5e46e0305de0d34f7d432bd907ec6a3f2f5a7af81497a387f58e640f17c3fdf2c1e79aef languageName: node linkType: hard -"cspell-gitignore@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-gitignore@npm:8.10.4" +"cspell-gitignore@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-gitignore@npm:8.12.1" dependencies: - "@cspell/url": "npm:8.10.4" - cspell-glob: "npm:8.10.4" - cspell-io: "npm:8.10.4" + "@cspell/url": "npm:8.12.1" + cspell-glob: "npm:8.12.1" + cspell-io: "npm:8.12.1" find-up-simple: "npm:^1.0.0" bin: cspell-gitignore: bin.mjs - checksum: 10/d88f4cbd4f78475b71a9aae586907a097a6cf35a80e7b54448c59e134ea5d2506b7c6cc752ed35cc3ccd6bd517de7cf899aee9d4208bbbd38e7205b8bf89920b + checksum: 10/8f74a9bf4d677df73539f377846077eb6d2d2fe11a02472b6a2013e9fea180fc68e274b88138a27f93e6fba993dc5538f618da7fc8dccca9291566dfb29ee2eb languageName: node linkType: hard -"cspell-glob@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-glob@npm:8.10.4" +"cspell-glob@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-glob@npm:8.12.1" dependencies: - "@cspell/url": "npm:8.10.4" + "@cspell/url": "npm:8.12.1" micromatch: "npm:^4.0.7" - checksum: 10/5d4891bd4b8ab49f68b6791c575d98ec61ab7c87a0d729789c2e9612ed3fe7332f4c9b953270119864e8e32589cd8a5e45695dabfe64d4196e1c1364f1330486 + checksum: 10/ed74121f9fc6b7522346b1cd07d43f36edcdb4e92a25d375ca67685806b74c368c3437470f5ee71b34367cb236379a52b9e21b75cec795d3cf2b69bfe7d01f5e languageName: node linkType: hard -"cspell-grammar@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-grammar@npm:8.10.4" +"cspell-grammar@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-grammar@npm:8.12.1" dependencies: - "@cspell/cspell-pipe": "npm:8.10.4" - "@cspell/cspell-types": "npm:8.10.4" + "@cspell/cspell-pipe": "npm:8.12.1" + "@cspell/cspell-types": "npm:8.12.1" bin: cspell-grammar: bin.mjs - checksum: 10/f84cc9eb0bb1df57bca4301d47a02c6841da8981fd93b015223543052c0fb92aa1ab3348bc2f901c7ee12d14b4328579cff02429c042f08ea1af5371f68a605a + checksum: 10/3b5c6ccdd848bc0753b5bb46725f8900569dfba78d31f7833a8ef4e5b1cdd903d59ccbc583d2c4309f50771ffb8eec073d8b2d6ae0c24aebbd45fe657b20003c languageName: node linkType: hard -"cspell-io@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-io@npm:8.10.4" +"cspell-io@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-io@npm:8.12.1" dependencies: - "@cspell/cspell-service-bus": "npm:8.10.4" - "@cspell/url": "npm:8.10.4" - checksum: 10/0fcd4263bef3fea7f01059381d28a17030e8e31f8677dc6f5fc438e1ef73ac1e1aa996040b13f17798adb6c943a26f80b75ce25d2dda96c8dcf5fcb4e4a9c0c8 + "@cspell/cspell-service-bus": "npm:8.12.1" + "@cspell/url": "npm:8.12.1" + checksum: 10/ef93208b848a24b8d2e80a10d4fe72143d3af12b1de00c97eb3068d421c0750943d639095b671bab06e9d27c2a4d4f42e15ffa63abe0a2c0a0337ff9ac42221a languageName: node linkType: hard -"cspell-lib@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-lib@npm:8.10.4" - dependencies: - "@cspell/cspell-bundled-dicts": "npm:8.10.4" - "@cspell/cspell-pipe": "npm:8.10.4" - "@cspell/cspell-resolver": "npm:8.10.4" - "@cspell/cspell-types": "npm:8.10.4" - "@cspell/dynamic-import": "npm:8.10.4" - "@cspell/strong-weak-map": "npm:8.10.4" - "@cspell/url": "npm:8.10.4" +"cspell-lib@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-lib@npm:8.12.1" + dependencies: + "@cspell/cspell-bundled-dicts": "npm:8.12.1" + "@cspell/cspell-pipe": "npm:8.12.1" + "@cspell/cspell-resolver": "npm:8.12.1" + "@cspell/cspell-types": "npm:8.12.1" + "@cspell/dynamic-import": "npm:8.12.1" + "@cspell/strong-weak-map": "npm:8.12.1" + "@cspell/url": "npm:8.12.1" clear-module: "npm:^4.1.2" comment-json: "npm:^4.2.4" - cspell-config-lib: "npm:8.10.4" - cspell-dictionary: "npm:8.10.4" - cspell-glob: "npm:8.10.4" - cspell-grammar: "npm:8.10.4" - cspell-io: "npm:8.10.4" - cspell-trie-lib: "npm:8.10.4" + cspell-config-lib: "npm:8.12.1" + cspell-dictionary: "npm:8.12.1" + cspell-glob: "npm:8.12.1" + cspell-grammar: "npm:8.12.1" + cspell-io: "npm:8.12.1" + cspell-trie-lib: "npm:8.12.1" env-paths: "npm:^3.0.0" fast-equals: "npm:^5.0.1" gensequence: "npm:^7.0.0" @@ -2633,47 +2621,47 @@ __metadata: vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" xdg-basedir: "npm:^5.1.0" - checksum: 10/bee2de73af7fc3913af79729040e767ecd251ba1ce1e569d841da9a42245e80aa363af496f2d585aacf3baa8ec8299de41f29db7b75c8f62eb45bade09e72077 + checksum: 10/1ccc22a0c69aa35f05329470ff1fbe8f37946d0110aa225eaad6d234c56bee0899881eea5a75078988a92a1deb045be646ec00998ff327f3e7584879f3972b86 languageName: node linkType: hard -"cspell-trie-lib@npm:8.10.4": - version: 8.10.4 - resolution: "cspell-trie-lib@npm:8.10.4" +"cspell-trie-lib@npm:8.12.1": + version: 8.12.1 + resolution: "cspell-trie-lib@npm:8.12.1" dependencies: - "@cspell/cspell-pipe": "npm:8.10.4" - "@cspell/cspell-types": "npm:8.10.4" + "@cspell/cspell-pipe": "npm:8.12.1" + "@cspell/cspell-types": "npm:8.12.1" gensequence: "npm:^7.0.0" - checksum: 10/283d3bcdcf746e9f80178054f821876c80bfeb9ec5be825dcf2bf38f0a5a5e6b04bed8d90da45a774c31b0adc20e77ce16e28044232c5f371fe5782fa554e5cd + checksum: 10/1db57e30f3d2fce18a1c7935331b49dc0168ed65f247bf40e6ad9e4f84f55d9efd82cf569b31cb4c2795a09f15c595fdf4fa9242a32200fe633cd6b10f4dfad7 languageName: node linkType: hard -"cspell@npm:^8.10.4": - version: 8.10.4 - resolution: "cspell@npm:8.10.4" +"cspell@npm:^8.12.1": + version: 8.12.1 + resolution: "cspell@npm:8.12.1" dependencies: - "@cspell/cspell-json-reporter": "npm:8.10.4" - "@cspell/cspell-pipe": "npm:8.10.4" - "@cspell/cspell-types": "npm:8.10.4" - "@cspell/dynamic-import": "npm:8.10.4" + "@cspell/cspell-json-reporter": "npm:8.12.1" + "@cspell/cspell-pipe": "npm:8.12.1" + "@cspell/cspell-types": "npm:8.12.1" + "@cspell/dynamic-import": "npm:8.12.1" + "@cspell/url": "npm:8.12.1" chalk: "npm:^5.3.0" chalk-template: "npm:^1.1.0" commander: "npm:^12.1.0" - cspell-gitignore: "npm:8.10.4" - cspell-glob: "npm:8.10.4" - cspell-io: "npm:8.10.4" - cspell-lib: "npm:8.10.4" + cspell-gitignore: "npm:8.12.1" + cspell-glob: "npm:8.12.1" + cspell-io: "npm:8.12.1" + cspell-lib: "npm:8.12.1" fast-glob: "npm:^3.3.2" fast-json-stable-stringify: "npm:^2.1.0" - file-entry-cache: "npm:^8.0.0" + file-entry-cache: "npm:^9.0.0" get-stdin: "npm:^9.0.0" - semver: "npm:^7.6.2" + semver: "npm:^7.6.3" strip-ansi: "npm:^7.1.0" - vscode-uri: "npm:^3.0.8" bin: cspell: bin.mjs cspell-esm: bin.mjs - checksum: 10/2bf80e744c131b191acb184e679dc66991bb4f96587e3290907f5cda224f4c8beb3b406379fe7cc127319385e126fb09cdd060f76bfa2cabfb5dd5a78d43b5aa + checksum: 10/bcd7d13a6e0238873d2153200b4d8b90759d03b8cd049863476426198a9a41c17945fb4b645c32f9a84060a99626968cdd5d3a180dc097d9f634ae0362524358 languageName: node linkType: hard @@ -2977,12 +2965,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.12.0, enhanced-resolve@npm:^5.17.0": - version: 5.17.0 - resolution: "enhanced-resolve@npm:5.17.0" + version: 5.17.1 + resolution: "enhanced-resolve@npm:5.17.1" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10/8f7bf71537d78e7d20a27363793f2c9e13ec44800c7c7830364a448f80a44994aa19d64beecefa1ab49e4de6f7fbe18cc0931dc449c115f02918ff5fcbe7705f + checksum: 10/e8e03cb7a4bf3c0250a89afbd29e5ec20e90ba5fcd026066232a0754864d7d0a393fa6fc0e5379314a6529165a1834b36731147080714459d98924520410d8f5 languageName: node linkType: hard @@ -3366,9 +3354,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:^48.7.0": - version: 48.7.0 - resolution: "eslint-plugin-jsdoc@npm:48.7.0" +"eslint-plugin-jsdoc@npm:^48.8.3": + version: 48.8.3 + resolution: "eslint-plugin-jsdoc@npm:48.8.3" dependencies: "@es-joy/jsdoccomment": "npm:~0.46.0" are-docs-informative: "npm:^0.0.2" @@ -3377,12 +3365,12 @@ __metadata: escape-string-regexp: "npm:^4.0.0" esquery: "npm:^1.6.0" parse-imports: "npm:^2.1.1" - semver: "npm:^7.6.2" + semver: "npm:^7.6.3" spdx-expression-parse: "npm:^4.0.0" - synckit: "npm:^0.9.0" + synckit: "npm:^0.9.1" peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 10/7289c37e45429cf3661bd553bb6cdcb4a9877b8a1fc0e6f369fa049cf6690953333dcbc972f48f03991df53734afeb77c6025804392184df19e214fb4425c4dc + checksum: 10/17b344616a61fd0b2841c488c09189cf5689d30549eaab4c73b3abdf18ee28951616f9898149d0baa428264bc7a78d21ef4f508ad084e85b12e73c44808713ae languageName: node linkType: hard @@ -3480,14 +3468,13 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.34.4": - version: 7.34.4 - resolution: "eslint-plugin-react@npm:7.34.4" +"eslint-plugin-react@npm:^7.35.0": + version: 7.35.0 + resolution: "eslint-plugin-react@npm:7.35.0" dependencies: array-includes: "npm:^3.1.8" array.prototype.findlast: "npm:^1.2.5" array.prototype.flatmap: "npm:^1.3.2" - array.prototype.toreversed: "npm:^1.1.2" array.prototype.tosorted: "npm:^1.1.4" doctrine: "npm:^2.1.0" es-iterator-helpers: "npm:^1.0.19" @@ -3504,8 +3491,8 @@ __metadata: string.prototype.matchall: "npm:^4.0.11" string.prototype.repeat: "npm:^1.0.0" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/9ad948a109bcb5b1f2f3a8099fa9eab3bee3eb996786f783d1f17208f44c8e3dcbc4f9dab84aa70062c03a053a48a333ca03fee21d406d5732291d204e43d9ca + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + checksum: 10/fa0a54f9ea249cf89d92bb5983bf7df741da3709a0ebd6a885a67d05413ed302fd8b64c9dc819b33df8efa6d8b06f5e56b1f6965a9be7cc3e79054da4dbae5ed languageName: node linkType: hard @@ -3765,12 +3752,12 @@ __metadata: languageName: node linkType: hard -"file-entry-cache@npm:^8.0.0": - version: 8.0.0 - resolution: "file-entry-cache@npm:8.0.0" +"file-entry-cache@npm:^9.0.0": + version: 9.0.0 + resolution: "file-entry-cache@npm:9.0.0" dependencies: - flat-cache: "npm:^4.0.0" - checksum: 10/afe55c4de4e0d226a23c1eae62a7219aafb390859122608a89fa4df6addf55c7fd3f1a2da6f5b41e7cdff496e4cf28bbd215d53eab5c817afa96d2b40c81bfb0 + flat-cache: "npm:^5.0.0" + checksum: 10/6b0ddc88e087e758fbc9c75e7f5f07982f02a8fc555c70561faff37ddce9f03e7273f62844beb5a0ee84685f6c62b036429227718687219a35fea57f3331f1aa languageName: node linkType: hard @@ -3822,17 +3809,17 @@ __metadata: languageName: node linkType: hard -"flat-cache@npm:^4.0.0": - version: 4.0.1 - resolution: "flat-cache@npm:4.0.1" +"flat-cache@npm:^5.0.0": + version: 5.0.0 + resolution: "flat-cache@npm:5.0.0" dependencies: - flatted: "npm:^3.2.9" + flatted: "npm:^3.3.1" keyv: "npm:^4.5.4" - checksum: 10/58ce851d9045fffc7871ce2bd718bc485ad7e777bf748c054904b87c351ff1080c2c11da00788d78738bfb51b71e4d5ea12d13b98eb36e3358851ffe495b62dc + checksum: 10/42570762052b17a1dec221d73a1e417d0ba07137de6debaabb51389cac265a12a027a895dc84e1725bc5cdde04fe8b706ad836860b05488e9a04bda9301d2529 languageName: node linkType: hard -"flatted@npm:^3.2.9": +"flatted@npm:^3.2.9, flatted@npm:^3.3.1": version: 3.3.1 resolution: "flatted@npm:3.3.1" checksum: 10/7b8376061d5be6e0d3658bbab8bde587647f68797cf6bfeae9dea0e5137d9f27547ab92aaff3512dd9d1299086a6d61be98e9d48a56d17531b634f77faadbc49 @@ -3969,11 +3956,11 @@ __metadata: linkType: hard "get-tsconfig@npm:^4.5.0, get-tsconfig@npm:^4.7.0": - version: 4.7.5 - resolution: "get-tsconfig@npm:4.7.5" + version: 4.7.6 + resolution: "get-tsconfig@npm:4.7.6" dependencies: resolve-pkg-maps: "npm:^1.0.0" - checksum: 10/de7de5e4978354e8e6d9985baf40ea32f908a13560f793bc989930c229cc8d5c3f7b6b2896d8e43eb1a9b4e9e30018ef4b506752fd2a4b4d0dfee4af6841b119 + checksum: 10/32da95a89f3ddbabd2a2e36f2a4add51a5e3c2b28f32e3c81494fcdbd43b7d9b42baea77784e62d10f87bb564c5ee908416aabf4c5ca9cdbb2950aa3c247f124 languageName: node linkType: hard @@ -4269,12 +4256,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:^9.0.11": - version: 9.0.11 - resolution: "husky@npm:9.0.11" +"husky@npm:^9.1.2": + version: 9.1.2 + resolution: "husky@npm:9.1.2" bin: - husky: bin.mjs - checksum: 10/8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1 + husky: bin.js + checksum: 10/0a187a0b7808f8dda700c14210adf2e894a9639c61dea801551afa2d9fd776aa96ec0bcd3bb7efbaecc8539de593622ebad907ea58dc9ef6c12e24916f0be2a6 languageName: node linkType: hard @@ -4431,11 +4418,11 @@ __metadata: linkType: hard "is-core-module@npm:^2.11.0, is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1": - version: 2.14.0 - resolution: "is-core-module@npm:2.14.0" + version: 2.15.0 + resolution: "is-core-module@npm:2.15.0" dependencies: hasown: "npm:^2.0.2" - checksum: 10/1e0d1a16cb3a94746f6a28db09ccab4562860c94c74bacedb3a6729736d61cfb97001d2052f9622637aa7ea8e0643a3f0f4f16965c70ba6ce30a8ccfe8074af8 + checksum: 10/70e962543e5d3a97c07cb29144a86792d545a21f28e67da5401d85878a0193d46fbab8d97bc3ca680e2778705dca66e7b6ca840c493497a27ca0e8c5f3ac3d1d languageName: node linkType: hard @@ -5510,18 +5497,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:^0.6.0": - version: 0.6.0 - resolution: "oxlint@npm:0.6.0" - dependencies: - "@oxlint/darwin-arm64": "npm:0.6.0" - "@oxlint/darwin-x64": "npm:0.6.0" - "@oxlint/linux-arm64-gnu": "npm:0.6.0" - "@oxlint/linux-arm64-musl": "npm:0.6.0" - "@oxlint/linux-x64-gnu": "npm:0.6.0" - "@oxlint/linux-x64-musl": "npm:0.6.0" - "@oxlint/win32-arm64": "npm:0.6.0" - "@oxlint/win32-x64": "npm:0.6.0" +"oxlint@npm:^0.6.1": + version: 0.6.1 + resolution: "oxlint@npm:0.6.1" + dependencies: + "@oxlint/darwin-arm64": "npm:0.6.1" + "@oxlint/darwin-x64": "npm:0.6.1" + "@oxlint/linux-arm64-gnu": "npm:0.6.1" + "@oxlint/linux-arm64-musl": "npm:0.6.1" + "@oxlint/linux-x64-gnu": "npm:0.6.1" + "@oxlint/linux-x64-musl": "npm:0.6.1" + "@oxlint/win32-arm64": "npm:0.6.1" + "@oxlint/win32-x64": "npm:0.6.1" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -5541,7 +5528,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/16e29e4711eb52af370c71735c56f0ca035458901332811cdc9e2f4bb424b6ee343abba78e518c544b605f7263d56d3943412fe1b4c6ee7a3bffb75cd91a624a + checksum: 10/c9adc1acc379adaab53d65489d8777a366b53a29641ff17ff478ea91bc3e209be5d7705447b2fbe4d773f08b427685e98ff6353bd877f0242c097bd3061f9193 languageName: node linkType: hard @@ -6140,12 +6127,12 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.1.2, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.2": - version: 7.6.2 - resolution: "semver@npm:7.6.2" +"semver@npm:^7.1.2, semver@npm:^7.3.7, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.3": + version: 7.6.3 + resolution: "semver@npm:7.6.3" bin: semver: bin/semver.js - checksum: 10/296b17d027f57a87ef645e9c725bff4865a38dfc9caf29b26aa084b85820972fbe7372caea1ba6857162fa990702c6d9c1d82297cecb72d56c78ab29070d2ca2 + checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10 languageName: node linkType: hard @@ -6529,7 +6516,7 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.9.0": +"synckit@npm:^0.9.1": version: 0.9.1 resolution: "synckit@npm:0.9.1" dependencies: @@ -6759,23 +6746,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:~5.5.3": - version: 5.5.3 - resolution: "typescript@npm:5.5.3" +"typescript@npm:~5.5.4": + version: 5.5.4 + resolution: "typescript@npm:5.5.4" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/11a867312419ed497929aafd2f1d28b2cd41810a5eb6c6e9e169559112e9ea073d681c121a29102e67cd4478d0a4ae37a306a5800f3717f59c4337e6a9bd5e8d + checksum: 10/1689ccafef894825481fc3d856b4834ba3cc185a9c2878f3c76a9a1ef81af04194849840f3c69e7961e2312771471bb3b460ca92561e1d87599b26c37d0ffb6f languageName: node linkType: hard -"typescript@patch:typescript@npm%3A~5.5.3#optional!builtin": - version: 5.5.3 - resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin::version=5.5.3&hash=379a07" +"typescript@patch:typescript@npm%3A~5.5.4#optional!builtin": + version: 5.5.4 + resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=379a07" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10/7cf7acb78a80f749b82842f2ffe01e90e7b3e709a6f4268588e0b7599c41dca1059be217f47778fe1a380bfaf60933021ef20d002c426d4d7745e1b36c11467b + checksum: 10/746fdd0865c5ce4f15e494c57ede03a9e12ede59cfdb40da3a281807853fe63b00ef1c912d7222143499aa82f18b8b472baa1830df8804746d09b55f6cf5b1cc languageName: node linkType: hard @@ -7008,7 +6995,16 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.4.5, yaml@npm:~2.4.2": +"yaml@npm:^2.4.5": + version: 2.5.0 + resolution: "yaml@npm:2.5.0" + bin: + yaml: bin.mjs + checksum: 10/72e903fdbe3742058885205db4a6c9ff38e5f497f4e05e631264f7756083c05e7d10dfb5e4ce9d7a95de95338f9b20d19dd0b91c60c65f7d7608b6b3929820ad + languageName: node + linkType: hard + +"yaml@npm:~2.4.2": version: 2.4.5 resolution: "yaml@npm:2.4.5" bin: