diff --git a/.gitattributes b/.gitattributes index 2665e93..3a43691 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ .gitattributes export-ignore .husky/** export-ignore .coderabbit.yaml export-ignore +.imgbotconfig export-ignore diff --git a/.node-version b/.node-version index 123b052..561a1e9 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.20.2 +18.20.3 diff --git a/.nvmrc b/.nvmrc index feaa067..81cbab4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,3 +1,3 @@ -18.20.2 +18.20.3 lts/hydrogen node diff --git a/.tool-versions b/.tool-versions index 5adce5b..ce833d4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.20.2 ref:v18.20.1 lts-hydrogen lts latest system +nodejs 18.20.3 ref:v18.20.3 lts-hydrogen lts latest system diff --git a/.yarn/sdks/prettier/package.json b/.yarn/sdks/prettier/package.json index 6e68f38..46ed7a2 100644 --- a/.yarn/sdks/prettier/package.json +++ b/.yarn/sdks/prettier/package.json @@ -1,6 +1,6 @@ { "name": "prettier", - "version": "3.2.5-sdk", + "version": "3.3.1-sdk", "main": "./index.cjs", "type": "commonjs", "bin": "./bin/prettier.cjs" diff --git a/package.json b/package.json index ff720f1..fc6f636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/lints-config", - "version": "0.11.0", + "version": "0.11.1", "private": true, "description": "My configuration for the ESLint / Prettier / TypeScript", "keywords": [ @@ -51,8 +51,8 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@cspell/cspell-types": "^8.8.1", - "@cspell/eslint-plugin": "^8.8.1", + "@cspell/cspell-types": "^8.8.4", + "@cspell/eslint-plugin": "^8.8.4", "@kurone-kito/commitlint-config": "workspace:^", "@kurone-kito/cspell-config": "workspace:^", "@kurone-kito/eslint-config-base": "workspace:^", @@ -61,11 +61,11 @@ "@kurone-kito/markdownlint-config": "workspace:^", "@kurone-kito/prettier-config": "workspace:^", "@kurone-kito/typescript-config": "workspace:^", - "@typescript-eslint/eslint-plugin": "^7.8.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/eslint-plugin": "^7.12.0", + "@typescript-eslint/parser": "^7.12.0", "@yarnpkg/sdks": "^3.1.2", "concurrently": "^8.2.2", - "cspell": "^8.8.1", + "cspell": "^8.8.4", "eslint": "^8.57.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", @@ -74,19 +74,19 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.4", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-jsdoc": "^48.2.9", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-markdownlint": "^0.6.0", - "eslint-plugin-n": "^17.6.0", - "eslint-plugin-oxlint": "^0.2.9", - "eslint-plugin-react": "^7.34.1", + "eslint-plugin-n": "^17.8.1", + "eslint-plugin-oxlint": "^0.4.0", + "eslint-plugin-react": "^7.34.2", "eslint-plugin-yaml": "^0.5.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.5", "markdownlint-cli2": "^0.13.0", - "oxlint": "^0.3.4", - "prettier": "^3.2.5", + "oxlint": "^0.4.3", + "prettier": "^3.3.1", "rimraf": "^5.0.7", "typescript": "~5.4.5", "typescript-eslint-language-service": "^5.0.5" diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 9906be4..096ee55 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/commitlint-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My commitlint configuration for general projects", "keywords": [ "commitlint", diff --git a/packages/cspell-config/package.json b/packages/cspell-config/package.json index a7a3b25..899d51e 100644 --- a/packages/cspell-config/package.json +++ b/packages/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/cspell-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My CSpell configuration for general projects", "keywords": [ "config", @@ -40,10 +40,10 @@ "prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\"" }, "devDependencies": { - "@cspell/cspell-types": "^8.8.1", + "@cspell/cspell-types": "^8.8.4", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", - "cspell": "^8.8.1", + "cspell": "^8.8.4", "js-yaml": "^4.1.0", "rimraf": "^5.0.7" }, diff --git a/packages/eslint-config-base/.eslintrc.yml b/packages/eslint-config-base/.eslintrc.yml index 64dad88..c3b84aa 100644 --- a/packages/eslint-config-base/.eslintrc.yml +++ b/packages/eslint-config-base/.eslintrc.yml @@ -5,7 +5,7 @@ extends: # see: https://github.com/eslint/eslint-plugin-markdown/issues/243 - plugin:markdown/recommended-legacy - plugin:yaml/recommended - - plugin:json/recommended + - plugin:json/recommended-legacy - plugin:editorconfig/noconflict - plugin:@cspell/recommended - plugin:jsdoc/recommended @@ -126,11 +126,11 @@ rules: # Unconditional permission to import modules that do not exist. The # default is total prohibition, a temporary measure to support ESM-style # module resolution in TypeScript. - node/no-missing-import: off + n/no-missing-import: off # Allows the use of unsupported Node.js notation. # Unconditional prohibition by default. All Node.js versions prohibit # dynamic imports, and the rule is already obsoleted. - node/no-unsupported-features/es-syntax: off + n/no-unsupported-features/es-syntax: off # Allow arbitrary reordering of multiple exports in the import syntax, # with a warning. The default is to allow it unconditionally. # in order to deal with the snowballing problem of the import part. diff --git a/packages/eslint-config-base/README.md b/packages/eslint-config-base/README.md index 75ec787..98f6051 100644 --- a/packages/eslint-config-base/README.md +++ b/packages/eslint-config-base/README.md @@ -22,8 +22,10 @@ npm install --save-dev \ eslint-plugin-import \ eslint-plugin-jsdoc \ eslint-plugin-json \ - eslint-plugin-node \ eslint-plugin-markdown \ + eslint-plugin-markdownlint \ + eslint-plugin-n \ + eslint-plugin-oxlint \ eslint-plugin-yaml ``` diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 268cf81..a1ebe5e 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/eslint-config-base", - "version": "0.11.0", + "version": "0.11.1", "description": "My ESLint configuration for general Node.js projects", "keywords": [ "config", @@ -36,10 +36,10 @@ }, "prettier": "@kurone-kito/prettier-config", "devDependencies": { - "@cspell/eslint-plugin": "^8.8.1", + "@cspell/eslint-plugin": "^8.8.4", "@kurone-kito/prettier-config": "workspace:^", - "@typescript-eslint/eslint-plugin": "^7.8.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/eslint-plugin": "^7.12.0", + "@typescript-eslint/parser": "^7.12.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", @@ -50,15 +50,15 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.4", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-jsdoc": "^48.2.9", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-markdownlint": "^0.6.0", - "eslint-plugin-n": "^17.6.0", - "eslint-plugin-oxlint": "^0.2.9", + "eslint-plugin-n": "^17.8.1", + "eslint-plugin-oxlint": "^0.4.0", "eslint-plugin-yaml": "^0.5.0", "js-yaml": "^4.1.0", - "prettier": "^3.2.5", + "prettier": "^3.3.1", "rimraf": "^5.0.7", "typescript": "~5.4.5" }, @@ -75,7 +75,7 @@ "eslint-plugin-editorconfig": ">=4.x.x", "eslint-plugin-import": ">=2.27.x", "eslint-plugin-jsdoc": ">=46.x.x", - "eslint-plugin-json": ">=3.x.x", + "eslint-plugin-json": ">=4.x.x", "eslint-plugin-markdown": ">=3.x.x", "eslint-plugin-markdownlint": ">=0.5.x", "eslint-plugin-n": ">=17.x.x", diff --git a/packages/eslint-config-react/.eslintrc.yml b/packages/eslint-config-react/.eslintrc.yml index 37d07e1..f57d6b8 100644 --- a/packages/eslint-config-react/.eslintrc.yml +++ b/packages/eslint-config-react/.eslintrc.yml @@ -27,7 +27,7 @@ overrides: # product code should be listed in the `dependencies` list, so # Storybook component definitions not included in the product code # are exceptionally allowed to depend on `devDependencies`. - node/no-unpublished-import: + n/no-unpublished-import: - error - allowModules: - '@storybook/react' @@ -43,7 +43,7 @@ overrides: # depend on the product code should be listed in the `dependencies` # list, so test codes not included in the product code are # exceptionally allowed to depend on `devDependencies`. - node/no-unpublished-import: + n/no-unpublished-import: - error - allowModules: - '@testing-library/jest-dom' diff --git a/packages/eslint-config-react/README.md b/packages/eslint-config-react/README.md index e7f5d47..ead6975 100644 --- a/packages/eslint-config-react/README.md +++ b/packages/eslint-config-react/README.md @@ -22,8 +22,11 @@ npm install --save-dev \ eslint-plugin-import \ eslint-plugin-jsdoc \ eslint-plugin-json \ + eslint-plugin-jsx-a11y \ eslint-plugin-markdown \ - eslint-plugin-node \ + eslint-plugin-markdownlint \ + eslint-plugin-n \ + eslint-plugin-oxlint \ eslint-plugin-react \ eslint-plugin-react-hooks \ eslint-plugin-storybook \ diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index f2607d5..245b605 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/eslint-config-react", - "version": "0.11.0", + "version": "0.11.1", "description": "My ESLint configuration for React projects", "keywords": [ "config", @@ -40,10 +40,10 @@ "@kurone-kito/eslint-config-base": "workspace:^" }, "devDependencies": { - "@cspell/eslint-plugin": "^8.8.1", + "@cspell/eslint-plugin": "^8.8.4", "@kurone-kito/prettier-config": "workspace:^", - "@typescript-eslint/eslint-plugin": "^7.8.0", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/eslint-plugin": "^7.12.0", + "@typescript-eslint/parser": "^7.12.0", "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", @@ -54,19 +54,19 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-editorconfig": "^4.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.4", - "eslint-plugin-json": "^3.1.0", + "eslint-plugin-jsdoc": "^48.2.9", + "eslint-plugin-json": "^4.0.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-markdownlint": "^0.6.0", - "eslint-plugin-n": "^17.6.0", - "eslint-plugin-oxlint": "^0.2.9", - "eslint-plugin-react": "^7.34.1", + "eslint-plugin-n": "^17.8.1", + "eslint-plugin-oxlint": "^0.4.0", + "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-yaml": "^0.5.0", "js-yaml": "^4.1.0", - "prettier": "^3.2.5", + "prettier": "^3.3.1", "rimraf": "^5.0.7", "typescript": "~5.4.5" }, @@ -83,7 +83,7 @@ "eslint-plugin-editorconfig": ">=4.x.x", "eslint-plugin-import": ">=2.27.x", "eslint-plugin-jsdoc": ">=46.x.x", - "eslint-plugin-json": ">=3.x.x", + "eslint-plugin-json": ">=4.x.x", "eslint-plugin-jsx-a11y": ">=6.x.x", "eslint-plugin-markdown": ">=3.x.x", "eslint-plugin-markdownlint": ">=0.5.x", diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 720aaa8..365ea8a 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/lint-staged-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My lint-staged configuration for general projects", "keywords": [ "config", diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 6665857..1175eaf 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/markdownlint-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My Markdownlint configuration for general projects", "keywords": [ "config", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 9a0830d..065f136 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/prettier-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My Prettier configuration for general projects", "keywords": [ "config", @@ -41,7 +41,7 @@ "concurrently": "^8.2.2", "cpy-cli": "^5.0.0", "js-yaml": "^4.1.0", - "prettier": "^3.2.5", + "prettier": "^3.3.1", "rimraf": "^5.0.7" }, "peerDependencies": { diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index ff568e9..16169de 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@kurone-kito/typescript-config", - "version": "0.11.0", + "version": "0.11.1", "description": "My TypeScript configuration for general projects", "keywords": [ "config", @@ -33,10 +33,10 @@ "prettier": "@kurone-kito/prettier-config", "devDependencies": { "@kurone-kito/prettier-config": "workspace:^", - "@typescript-eslint/parser": "^7.8.0", + "@typescript-eslint/parser": "^7.12.0", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", - "prettier": "^3.2.5", + "prettier": "^3.3.1", "typescript": "~5.4.5", "typescript-eslint-language-service": "^5.0.5" }, diff --git a/yarn.lock b/yarn.lock index 8a2817b..99b54bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,40 +24,40 @@ __metadata: linkType: hard "@babel/code-frame@npm:^7.0.0": - version: 7.24.2 - resolution: "@babel/code-frame@npm:7.24.2" + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" dependencies: - "@babel/highlight": "npm:^7.24.2" + "@babel/highlight": "npm:^7.24.7" picocolors: "npm:^1.0.0" - checksum: 10/7db8f5b36ffa3f47a37f58f61e3d130b9ecad21961f3eede7e2a4ac2c7e4a5efb6e9d03a810c669bc986096831b6c0dfc2c3082673d93351b82359c1b03e0590 + checksum: 10/4812e94885ba7e3213d49583a155fdffb05292330f0a9b2c41b49288da70cf3c746a3fda0bf1074041a6d741c33f8d7be24be5e96f41ef77395eeddc5c9ff624 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.24.5": - version: 7.24.5 - resolution: "@babel/helper-validator-identifier@npm:7.24.5" - checksum: 10/38aaf6a64a0ea2e84766165b461deda3c24fd2173dff18419a2cc9e1ea1d3e709039aee94db29433a07011492717c80900a5eb564cdca7d137757c3c69e26898 +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 10/86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b languageName: node linkType: hard -"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.24.2": - version: 7.24.5 - resolution: "@babel/highlight@npm:7.24.5" +"@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" dependencies: - "@babel/helper-validator-identifier": "npm:^7.24.5" + "@babel/helper-validator-identifier": "npm:^7.24.7" chalk: "npm:^2.4.2" js-tokens: "npm:^4.0.0" picocolors: "npm:^1.0.0" - checksum: 10/afde0403154ad69ecd58a98903058e776760444bf4d0363fb740a8596bc6278b72c5226637c4f6b3674d70acb1665207fe2fcecfe93a74f2f4ab033e89fd7e8c + checksum: 10/69b73f38cdd4f881b09b939a711e76646da34f4834f4ce141d7a49a6bb1926eab1c594148970a8aa9360398dff800f63aade4e81fafdd7c8d8a8489ea93bfec1 languageName: node linkType: hard "@babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2": - version: 7.24.5 - resolution: "@babel/runtime@npm:7.24.5" + version: 7.24.7 + resolution: "@babel/runtime@npm:7.24.7" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: 10/e0f4f4d4503f7338749d1dd92361ad132d683bde64e6b61d6c855e100dcd01592295fcfdcc960c946b85ef7908dc2f501080da58447c05812cf3cd80c599bb62 + checksum: 10/7b77f566165dee62db3db0296e71d08cafda3f34e1b0dcefcd68427272e17c1704f4e4369bff76651b07b6e49d3ea5a0ce344818af9116e9292e4381e0918c76 languageName: node linkType: hard @@ -253,101 +253,102 @@ __metadata: languageName: node linkType: hard -"@cspell/cspell-bundled-dicts@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-bundled-dicts@npm:8.8.1" +"@cspell/cspell-bundled-dicts@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-bundled-dicts@npm:8.8.4" dependencies: "@cspell/dict-ada": "npm:^4.0.2" - "@cspell/dict-aws": "npm:^4.0.1" + "@cspell/dict-aws": "npm:^4.0.2" "@cspell/dict-bash": "npm:^4.1.3" - "@cspell/dict-companies": "npm:^3.0.31" - "@cspell/dict-cpp": "npm:^5.1.3" + "@cspell/dict-companies": "npm:^3.1.2" + "@cspell/dict-cpp": "npm:^5.1.8" "@cspell/dict-cryptocurrencies": "npm:^5.0.0" "@cspell/dict-csharp": "npm:^4.0.2" "@cspell/dict-css": "npm:^4.0.12" "@cspell/dict-dart": "npm:^2.0.3" "@cspell/dict-django": "npm:^4.1.0" "@cspell/dict-docker": "npm:^1.1.7" - "@cspell/dict-dotnet": "npm:^5.0.0" + "@cspell/dict-dotnet": "npm:^5.0.2" "@cspell/dict-elixir": "npm:^4.0.3" - "@cspell/dict-en-common-misspellings": "npm:^2.0.0" + "@cspell/dict-en-common-misspellings": "npm:^2.0.1" "@cspell/dict-en-gb": "npm:1.1.33" - "@cspell/dict-en_us": "npm:^4.3.19" - "@cspell/dict-filetypes": "npm:^3.0.3" + "@cspell/dict-en_us": "npm:^4.3.21" + "@cspell/dict-filetypes": "npm:^3.0.4" "@cspell/dict-fonts": "npm:^4.0.0" "@cspell/dict-fsharp": "npm:^1.0.1" - "@cspell/dict-fullstack": "npm:^3.1.5" + "@cspell/dict-fullstack": "npm:^3.1.8" "@cspell/dict-gaming-terms": "npm:^1.0.5" "@cspell/dict-git": "npm:^3.0.0" - "@cspell/dict-golang": "npm:^6.0.5" + "@cspell/dict-golang": "npm:^6.0.9" + "@cspell/dict-google": "npm:^1.0.1" "@cspell/dict-haskell": "npm:^4.0.1" "@cspell/dict-html": "npm:^4.0.5" "@cspell/dict-html-symbol-entities": "npm:^4.0.0" "@cspell/dict-java": "npm:^5.0.6" "@cspell/dict-julia": "npm:^1.0.1" - "@cspell/dict-k8s": "npm:^1.0.2" + "@cspell/dict-k8s": "npm:^1.0.5" "@cspell/dict-latex": "npm:^4.0.0" "@cspell/dict-lorem-ipsum": "npm:^4.0.0" "@cspell/dict-lua": "npm:^4.0.3" "@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.15" - "@cspell/dict-php": "npm:^4.0.6" - "@cspell/dict-powershell": "npm:^5.0.3" - "@cspell/dict-public-licenses": "npm:^2.0.6" + "@cspell/dict-npm": "npm:^5.0.16" + "@cspell/dict-php": "npm:^4.0.7" + "@cspell/dict-powershell": "npm:^5.0.4" + "@cspell/dict-public-licenses": "npm:^2.0.7" "@cspell/dict-python": "npm:^4.1.11" "@cspell/dict-r": "npm:^2.0.1" "@cspell/dict-ruby": "npm:^5.0.2" "@cspell/dict-rust": "npm:^4.0.3" - "@cspell/dict-scala": "npm:^5.0.0" - "@cspell/dict-software-terms": "npm:^3.3.20" + "@cspell/dict-scala": "npm:^5.0.2" + "@cspell/dict-software-terms": "npm:^3.4.1" "@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.4" + "@cspell/dict-typescript": "npm:^3.1.5" "@cspell/dict-vue": "npm:^3.0.0" - checksum: 10/a9a8facf54d2380c71e5beb2966eca98fcdac18b27846087514d9c4fab452d8ab570aa33dfc9db168cc7116f865fcb9bebde2bc238e0f606a7e490eacf029c3d + checksum: 10/1e65ae5240a8c6c2da34577a5f0705e46bf9625de3ffaac5368346a6e043afeb2bfee91db59047a5d2c3dd199a4fafce0a0ea5bfa359382c3b8fbd99a35b6d18 languageName: node linkType: hard -"@cspell/cspell-json-reporter@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-json-reporter@npm:8.8.1" +"@cspell/cspell-json-reporter@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-json-reporter@npm:8.8.4" dependencies: - "@cspell/cspell-types": "npm:8.8.1" - checksum: 10/048bd681d8113e4e0f57a7a32319b30a99e51a3f68c329d049f02a1256eebe16cb4c4951a405cf086543b76e560512ea61e27d8bbd218fa9f514706d5ede159b + "@cspell/cspell-types": "npm:8.8.4" + checksum: 10/255c1575e93d9008daeceab939c0aa3103bee6d7634c722eff9280caf497d1551020b49c0eb3094855c9dbb7ad6f4becacb54284070857dd8d5fcd4aca1961bd languageName: node linkType: hard -"@cspell/cspell-pipe@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-pipe@npm:8.8.1" - checksum: 10/6fef53f5a08b2c740fb2e292b824013f0e07002d2084074654706f9f146a6d2a774fbfdf69cf784a21d3fd8ecd928d33d9ba52f0e8f69f38215bd69b8d0bfcb6 +"@cspell/cspell-pipe@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-pipe@npm:8.8.4" + checksum: 10/6ec5fb8cf2cb82f1704d39bc22738f75cf617eabf88f0beed4792bc2965b6c1e0b625962383a78b36f0e6515174a3e7b0668e84a98dde2e79c2dbb52db5ec5f2 languageName: node linkType: hard -"@cspell/cspell-resolver@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-resolver@npm:8.8.1" +"@cspell/cspell-resolver@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-resolver@npm:8.8.4" dependencies: global-directory: "npm:^4.0.1" - checksum: 10/0eeac98c5f61ee512ee202c80cd298f539470056a2f36466c5991d30f5ddf3a41dc9f706c08a91bd39c9046232458a260109483ea86005195375ec15a4e6c343 + checksum: 10/2cea147f3d0554edb2ade06c8b02103f980db228f2e58601c52e2b6e16cc6f65fa1530dffacf29c0ee8aa11d79d367e996c0431d78c149c9e41f0e27e4d668bc languageName: node linkType: hard -"@cspell/cspell-service-bus@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-service-bus@npm:8.8.1" - checksum: 10/995a95ac982c71383ad34e1750f766524befd65ecd20d3b7feef6e4d6253fce1d0e43569ab6382e40aee2d08fda54ed8f31cda7ca8965728aaeafb36faebae42 +"@cspell/cspell-service-bus@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-service-bus@npm:8.8.4" + checksum: 10/0b5eb9c9e78c78034d2d8b672d9f74d801841b181194a910338cfd504336b9e1a9b59abdbd12779bcd4f87eaa7b0e48635506f81b2d335506ae0750481a49680 languageName: node linkType: hard -"@cspell/cspell-types@npm:8.8.1, @cspell/cspell-types@npm:^8.8.1": - version: 8.8.1 - resolution: "@cspell/cspell-types@npm:8.8.1" - checksum: 10/e6519ca8ceff3c55b51933036b4b645f53d4affdde925925c42536f7a6f8717f2d49ea218e26378c9eddbfda72eb7b606c36e2494bb465ac2452e40201abce9a +"@cspell/cspell-types@npm:8.8.4, @cspell/cspell-types@npm:^8.8.4": + version: 8.8.4 + resolution: "@cspell/cspell-types@npm:8.8.4" + checksum: 10/935027d0a2d71d5167f99be94ea3c8d054d97f5733cb5ec2033a7eea7fb52c75993020839e2e1436bc94ba5b57f43832f63663078868a1140715dec7ca4cb826 languageName: node linkType: hard @@ -358,10 +359,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-aws@npm:^4.0.1": - version: 4.0.1 - resolution: "@cspell/dict-aws@npm:4.0.1" - checksum: 10/513b7822d03a6995aab3397f39d38d836c20544ca2ccb3f380248da8b69ccc3b9c8698453340e647c739e875e6c90b06ccf05813a448655258769d9f56f43ac8 +"@cspell/dict-aws@npm:^4.0.2": + version: 4.0.2 + resolution: "@cspell/dict-aws@npm:4.0.2" + checksum: 10/7f784f0a054f4d142a22e94d411d6383b5bbba8b1d77952d45664a3bf35626926a0b8057293663287e6c53655c7dd32c6348905ecceb2970056e1cc5cf962e11 languageName: node linkType: hard @@ -372,17 +373,17 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-companies@npm:^3.0.31": - version: 3.0.31 - resolution: "@cspell/dict-companies@npm:3.0.31" - checksum: 10/1bed24f9ba5f607d913b54911542a7c8f0c70425d7afadff326e999d1dcf982112d792761a1c422622500a4da8694f01b1c12d114c6424004bb4b9b94f923d2c +"@cspell/dict-companies@npm:^3.1.2": + version: 3.1.2 + resolution: "@cspell/dict-companies@npm:3.1.2" + checksum: 10/58a95faba7cf7397530064ab9fc29aea0b5a95c5d4c31abd2abd0537f344705c71112a50ae61a1c026078dd1ca2e4433164eee1761cd05bfae4b25a75161ba4f languageName: node linkType: hard -"@cspell/dict-cpp@npm:^5.1.3": - version: 5.1.3 - resolution: "@cspell/dict-cpp@npm:5.1.3" - checksum: 10/f3a1a1b156c6fe720a0006a7b2484f144cb92c829cc215d4fd11355adec50fd2776960a8f3d1a8bf726a997b29d543f80cce9d95bf6533737dd835208612d094 +"@cspell/dict-cpp@npm:^5.1.8": + version: 5.1.8 + resolution: "@cspell/dict-cpp@npm:5.1.8" + checksum: 10/7c7ac2956a35dea8ebbd93cb074b2be0cac6bdcfa25a574cd43e77cb85d13c5844468a713c9cb53c84f7f41a5120c91d2fccde67aff1562e37d3a965d7032877 languageName: node linkType: hard @@ -414,10 +415,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-data-science@npm:^1.0.11": - version: 1.0.11 - resolution: "@cspell/dict-data-science@npm:1.0.11" - checksum: 10/513f8f416f584f46576d45be23a4aa354e46d244f10a3d466222ffc13afe475e676639e4a24ab3a1ba157239f9ce23f7eef59c9f4c7a877a044db3a6344b18c6 +"@cspell/dict-data-science@npm:^2.0.1": + version: 2.0.1 + resolution: "@cspell/dict-data-science@npm:2.0.1" + checksum: 10/1ae8e71161a02e8ee1bfed86bc815b81ae3eaeb9476fea4bc3c41556c525657123bac85fc2789bdbe18e444f9629fe8a1e69fd78a99f89b42edfa3211098a588 languageName: node linkType: hard @@ -435,10 +436,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-dotnet@npm:^5.0.0": - version: 5.0.0 - resolution: "@cspell/dict-dotnet@npm:5.0.0" - checksum: 10/470e74c26821426c0136e1f05c37be8a8231565c47d31b37049ba2b3030191359bdbc683e1e7948b6b8a7c570dd82f5fb2fe218ed9b824af29fd5560cf4826c7 +"@cspell/dict-dotnet@npm:^5.0.2": + version: 5.0.2 + resolution: "@cspell/dict-dotnet@npm:5.0.2" + checksum: 10/319c6ed2793ad9f5ab01b2a7a3fa7280edd762714ff109dfafc24b397bc7ba7e8917cf8c68dd2d124eb11a7b7f60e677b1fd36d3610733b3f32668f966902ebd languageName: node linkType: hard @@ -449,10 +450,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-en-common-misspellings@npm:^2.0.0": - version: 2.0.0 - resolution: "@cspell/dict-en-common-misspellings@npm:2.0.0" - checksum: 10/487dc7a1c74793fd9c8362e44313c27f69b6617c9287f171fdaf9e7b94c6a73a61cde88eadd120bf4bec85647c81e949332a6816b88e3a430e32aa59414ef509 +"@cspell/dict-en-common-misspellings@npm:^2.0.1": + version: 2.0.1 + resolution: "@cspell/dict-en-common-misspellings@npm:2.0.1" + checksum: 10/3f4fd553fcb9dc563acd4ee3eefa4edb8e6038ce9a30fb0bcb823fe7b88d2ce39a7cf140df55ef8a7ec495ac6f99d9d0e42ddb914562cb0ef1e6b30c23cbce70 languageName: node linkType: hard @@ -463,17 +464,17 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-en_us@npm:^4.3.19": - version: 4.3.19 - resolution: "@cspell/dict-en_us@npm:4.3.19" - checksum: 10/55f3c4f14e078742ef29a0a3d851fc50ae1758d7af4f85c19d65a35ee68f1ba74037229ad5de70b60567db8978bedf3eb5ace93c55f524058fcbd7479d441516 +"@cspell/dict-en_us@npm:^4.3.21": + version: 4.3.21 + resolution: "@cspell/dict-en_us@npm:4.3.21" + checksum: 10/e199e67445abce6276ee32b6987e9377e981100379c4ff264d078ec58fcdb3af0914c2fb2e540149a919afb61508872998d007280e308e0a9cef16d43728b34a languageName: node linkType: hard -"@cspell/dict-filetypes@npm:^3.0.3": - version: 3.0.3 - resolution: "@cspell/dict-filetypes@npm:3.0.3" - checksum: 10/22c38a0b2e98d6223b364ddb5948d14bf6427c8286d4ddb111d5da9bdd4c47ddc0c9199a575c314142da9aefcaa5777a4ea33ac07f239cb4b9b303e4bd888aa1 +"@cspell/dict-filetypes@npm:^3.0.4": + version: 3.0.4 + resolution: "@cspell/dict-filetypes@npm:3.0.4" + checksum: 10/d5e8e46f9caf40c895326c7557f42c0648458717f79d9f41f145170dbe36ec9e21dea322117a92a6a904385dfb3efd0dd63a349edf705c6cc4255861f8b97cce languageName: node linkType: hard @@ -491,10 +492,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-fullstack@npm:^3.1.5": - version: 3.1.5 - resolution: "@cspell/dict-fullstack@npm:3.1.5" - checksum: 10/01c98a3408d4bf4832f1f110252399e663ce869bb097d681558828bb0e22725c7fe7b43077aa57afc2c3158515eaa744074826c020825af5856a0950219785a6 +"@cspell/dict-fullstack@npm:^3.1.8": + version: 3.1.8 + resolution: "@cspell/dict-fullstack@npm:3.1.8" + checksum: 10/c0f178e751f0e4779600749d5f77e313e33362ba6d4737d3969f64ca272200bb8cc94dd10cccc18de58e60223b46a39247c5e4ca1d5eda768a1d08c1725fb9e7 languageName: node linkType: hard @@ -512,10 +513,17 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-golang@npm:^6.0.5": - version: 6.0.5 - resolution: "@cspell/dict-golang@npm:6.0.5" - checksum: 10/d83917190e8a6230cebcb95c384c5114cb291c52ff51f9871197914fb6f7aaf83ad5ce4ba5a0a00dad7e8edb36c5654631b8ca9ccd4ebab7d0439b64b5773d57 +"@cspell/dict-golang@npm:^6.0.9": + version: 6.0.9 + resolution: "@cspell/dict-golang@npm:6.0.9" + checksum: 10/4ce7fc8f1a925eb3c4a2a2a2ae4d75be79e698d2f6cd90ff549892705687011a190b9aabc8bb5c2c7616d24f42a3264121ad8ae056a844937984d301fa7cd90f + languageName: node + linkType: hard + +"@cspell/dict-google@npm:^1.0.1": + version: 1.0.1 + resolution: "@cspell/dict-google@npm:1.0.1" + checksum: 10/4e2975c76e661884defdce928847f6babd3e0e296867540cf37ca56623854f97f74e225d668116b904d572574915c8c723f17171f1d00847bb877e1eae375e7d languageName: node linkType: hard @@ -554,10 +562,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-k8s@npm:^1.0.2": - version: 1.0.2 - resolution: "@cspell/dict-k8s@npm:1.0.2" - checksum: 10/502910d441f8f15ca2e0865287d5a831bb198e3276b4975ea492337e9847e0625b2216fb9618b228c4e10c6f8d732822956dbe5442da97739021807e247cd686 +"@cspell/dict-k8s@npm:^1.0.5": + version: 1.0.5 + resolution: "@cspell/dict-k8s@npm:1.0.5" + checksum: 10/d7a251e44412ff7d337dabe20deedd5bb9553e2825f81a7c01788aa80dbae99a24c57cc6f686d9a249bcfbd0436248d1814b8c786425a3b20a7e189b1019775f languageName: node linkType: hard @@ -603,40 +611,40 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-npm@npm:^5.0.15": - version: 5.0.15 - resolution: "@cspell/dict-npm@npm:5.0.15" - checksum: 10/6e3b76c7b5f9a3adb295f5cb0e03becc4fd5e100124762390034e55fbc5011a3157016f85a61b8168fe7afa7b0253477df14215554f173983742d3bb9ab5153f +"@cspell/dict-npm@npm:^5.0.16": + version: 5.0.16 + resolution: "@cspell/dict-npm@npm:5.0.16" + checksum: 10/ec77d0e297e6a50b1889a15332771c6605997bb1c4a8d9f0528ded69ea993fae449f303f4bca04c4cd56c24ad4151feb67b64cfade58aa21c81d80e1b0474b32 languageName: node linkType: hard -"@cspell/dict-php@npm:^4.0.6": - version: 4.0.6 - resolution: "@cspell/dict-php@npm:4.0.6" - checksum: 10/6752bd873e8bd509d2827c986863087fa45eebfed5c0c25ab1fe5219232d8d3293fa23067a016fd208c1b0ac93549444e2ef4f401aefd2f9a6dbb3693464a0d0 +"@cspell/dict-php@npm:^4.0.7": + version: 4.0.7 + resolution: "@cspell/dict-php@npm:4.0.7" + checksum: 10/df91a2f9864bcdc091a9784d89ce91fcca9f79a65c570ed22635f6fb665a7fd2a040ab747066a2ea4b9efb550a7d2300b907d11cc6bfb8734580acacf30661ba languageName: node linkType: hard -"@cspell/dict-powershell@npm:^5.0.3": - version: 5.0.3 - resolution: "@cspell/dict-powershell@npm:5.0.3" - checksum: 10/18eac3be8545b3df110bf867bd6285b11d7e67da037e00c9bc1376c5e322092bc1d925375a09df8b7420a6a35847aa20558610ffb491763eb82949f3af764e1d +"@cspell/dict-powershell@npm:^5.0.4": + version: 5.0.4 + resolution: "@cspell/dict-powershell@npm:5.0.4" + checksum: 10/13aa687130db6330a86f7b9cd1f7be9046ac3102aa96be9c71e130639fc3eff9b0a1ad45914bcaa497af2d628e2d3bc8babf02d6b657fd18d88fddc412ec4fec languageName: node linkType: hard -"@cspell/dict-public-licenses@npm:^2.0.6": - version: 2.0.6 - resolution: "@cspell/dict-public-licenses@npm:2.0.6" - checksum: 10/a07adccccf7ad92eb48cc0b6cc9ac0239a870902a579e072e563af4b65c434ff2da656b233e5765dec330ee5c919ef911cc61e9f63869d2bfa9a96493188a3d9 +"@cspell/dict-public-licenses@npm:^2.0.7": + version: 2.0.7 + resolution: "@cspell/dict-public-licenses@npm:2.0.7" + checksum: 10/7bbd067668499c45bad9eb8e3dae598bc5635e6035160bff7343b87cd31e419387e704fa290d0e23903fff6c80b65838ebe5638e2951dc5d9214df9b98b60ce2 languageName: node linkType: hard "@cspell/dict-python@npm:^4.1.11": - version: 4.1.11 - resolution: "@cspell/dict-python@npm:4.1.11" + version: 4.2.1 + resolution: "@cspell/dict-python@npm:4.2.1" dependencies: - "@cspell/dict-data-science": "npm:^1.0.11" - checksum: 10/9d156e146c044c4e014bb80181f2cc678d3bd4c40a83f29b4987ed7c441e694c91d0380dc00c67f3221448410268065da0ec9949b2912d01a54645e7d5d0c635 + "@cspell/dict-data-science": "npm:^2.0.1" + checksum: 10/f0941bcfd518a3c63c68d8ed08304b98142e90e3b445b12ab4b13ce23508b573e323f4a5136bde2cd610f99814963e119b8b06c0d91fc5808e1a7c29a804cce4 languageName: node linkType: hard @@ -661,17 +669,17 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-scala@npm:^5.0.0": - version: 5.0.0 - resolution: "@cspell/dict-scala@npm:5.0.0" - checksum: 10/874312cd63de246f95ca3ab0ae92649c3fd0b5ca4e28f7586b159759deccdc87d78e85a91b962cd9abc2ea0e855763ff00dfae776840980f69ac2d1da169777c +"@cspell/dict-scala@npm:^5.0.2": + version: 5.0.2 + resolution: "@cspell/dict-scala@npm:5.0.2" + checksum: 10/c07bda723929f8b01ae0575af3d05ffffee9ed7523e0658a22d533cf287dd564d11bf16062a1692fb06c3aff2d519d07c7c2c3e5662ced8af1194b31b352af51 languageName: node linkType: hard -"@cspell/dict-software-terms@npm:^3.3.20": - version: 3.3.20 - resolution: "@cspell/dict-software-terms@npm:3.3.20" - checksum: 10/9dc7e85c131045057c08a339a62e44796a49225114b123b1dc4b163a983715c6bd04317c2e24d4faece8da0b786c8aae84b165bb58e5150b9b50a162af183c72 +"@cspell/dict-software-terms@npm:^3.4.1": + version: 3.4.2 + resolution: "@cspell/dict-software-terms@npm:3.4.2" + checksum: 10/5a174a4e97c7bb960b6985ccfe563b689256562ed00a7e92379c291486e766435a801d2aa534d5919dcac0fc79f9d4a657140b880c2ff22a884661dd5c8f31b4 languageName: node linkType: hard @@ -703,10 +711,10 @@ __metadata: languageName: node linkType: hard -"@cspell/dict-typescript@npm:^3.1.4": - version: 3.1.4 - resolution: "@cspell/dict-typescript@npm:3.1.4" - checksum: 10/07d73ffe0ec3dafaaf111439d85180603cf0ffe5f8d714a01129b7c309224674f4e00f11a246b5ab30325295b89c6c51272be2688127a574743f8bc15564b602 +"@cspell/dict-typescript@npm:^3.1.5": + version: 3.1.5 + resolution: "@cspell/dict-typescript@npm:3.1.5" + checksum: 10/9e99aa7c849133fcab6d16864045b512be3f0b89c76caf31234fcc6edf818e06e2af4087f576e5837e209dc0bdc1d1379d6752bac48aab517e0661c0e4eeff58 languageName: node linkType: hard @@ -717,39 +725,39 @@ __metadata: languageName: node linkType: hard -"@cspell/dynamic-import@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/dynamic-import@npm:8.8.1" +"@cspell/dynamic-import@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/dynamic-import@npm:8.8.4" dependencies: import-meta-resolve: "npm:^4.1.0" - checksum: 10/c1f2fa78e28d42af36ee9c4edb5d17162cee02aa4db52a4f06129fa1a648d0cd0bfc422e0905599ea6aeb3547bba7d573194f4bf1a4cda1461d09de42740d9d3 + checksum: 10/7e830623c5ca1176e4c54e72a00a9d135aa20a4cb0b9fcaa712a22ef9c24011fec4d40349d86a6ba50693d1c185c98d2e20f22db797c06b1c59228dd38b0887b languageName: node linkType: hard -"@cspell/eslint-plugin@npm:^8.8.1": - version: 8.8.1 - resolution: "@cspell/eslint-plugin@npm:8.8.1" +"@cspell/eslint-plugin@npm:^8.8.4": + version: 8.8.4 + resolution: "@cspell/eslint-plugin@npm:8.8.4" dependencies: - "@cspell/cspell-types": "npm:8.8.1" - cspell-lib: "npm:8.8.1" + "@cspell/cspell-types": "npm:8.8.4" + cspell-lib: "npm:8.8.4" estree-walker: "npm:^3.0.3" synckit: "npm:^0.9.0" peerDependencies: eslint: ^7 || ^8 || ^9 - checksum: 10/10daa3138a5e62a4c62ad4104112bfe36eb000f16224ef398679bfec7f5098256ecc1480bbab55a940863b1bea15b95123680ce6446dfa4f1b1af95d05c1f832 + checksum: 10/58a342a49fc8046efa7cc4aa28a61b406d353fbbc3d065425146d8199325194fe226fbc9789cf167f6b6b1747f93a5bb1f99330dd73d7b76c4faa8df175b55c7 languageName: node linkType: hard -"@cspell/strong-weak-map@npm:8.8.1": - version: 8.8.1 - resolution: "@cspell/strong-weak-map@npm:8.8.1" - checksum: 10/04feb8b98c19d07d6aafb431c2b25a40aba208890a306c53993bc701ae4b846d342b025327277c56acba5b8294aa064ce3b9b30997bcaabfdaaefbc0b4a2044b +"@cspell/strong-weak-map@npm:8.8.4": + version: 8.8.4 + resolution: "@cspell/strong-weak-map@npm:8.8.4" + checksum: 10/a8293d18988458557be130f6e1abedf3a6ee7df4ecf0733768b31aad0796267abe117a6c0c93c68a824ea36b20eb2c6006a0c5324da0e1e27d443d87b80e2a64 languageName: node linkType: hard -"@es-joy/jsdoccomment@npm:~0.43.0": - version: 0.43.0 - resolution: "@es-joy/jsdoccomment@npm:0.43.0" +"@es-joy/jsdoccomment@npm:~0.43.1": + version: 0.43.1 + resolution: "@es-joy/jsdoccomment@npm:0.43.1" dependencies: "@types/eslint": "npm:^8.56.5" "@types/estree": "npm:^1.0.5" @@ -757,7 +765,7 @@ __metadata: comment-parser: "npm:1.4.1" esquery: "npm:^1.5.0" jsdoc-type-pratt-parser: "npm:~4.0.0" - checksum: 10/b59c4af07bfa4eba1d597643242544acfa73fb59c7b8c6737acab18b0dc153ea4b95af54a98d1ae2fb79c0396e3b66a4ac2faa2fa9e6937193c141d6ab006ef6 + checksum: 10/c7b30648f3959a6779df9f1939467916f46d40a87b4067a3e53f0492019d5f644cc5e2bb7ded5202a43a01b0627d7b751e9f1f1b10625f5a99a988894e55d2ac languageName: node linkType: hard @@ -773,9 +781,9 @@ __metadata: linkType: hard "@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.0, @eslint-community/regexpp@npm:^4.6.1": - version: 4.10.0 - resolution: "@eslint-community/regexpp@npm:4.10.0" - checksum: 10/8c36169c815fc5d726078e8c71a5b592957ee60d08c6470f9ce0187c8046af1a00afbda0a065cc40ff18d5d83f82aed9793c6818f7304a74a7488dc9f3ecbd42 + version: 4.10.1 + resolution: "@eslint-community/regexpp@npm:4.10.1" + checksum: 10/54f13817caf90545502d7a19e1b61df79087aee9584342ffc558b6d067530764a47f1c484f493f43e2c70cfdff59ccfd5f26df2af298c4ad528469e599bd1d53 languageName: node linkType: hard @@ -861,10 +869,10 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/cspell-config@workspace:packages/cspell-config" dependencies: - "@cspell/cspell-types": "npm:^8.8.1" + "@cspell/cspell-types": "npm:^8.8.4" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" - cspell: "npm:^8.8.1" + cspell: "npm:^8.8.4" js-yaml: "npm:^4.1.0" rimraf: "npm:^5.0.7" peerDependenciesMeta: @@ -879,10 +887,10 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/eslint-config-base@workspace:packages/eslint-config-base" dependencies: - "@cspell/eslint-plugin": "npm:^8.8.1" + "@cspell/eslint-plugin": "npm:^8.8.4" "@kurone-kito/prettier-config": "workspace:^" - "@typescript-eslint/eslint-plugin": "npm:^7.8.0" - "@typescript-eslint/parser": "npm:^7.8.0" + "@typescript-eslint/eslint-plugin": "npm:^7.12.0" + "@typescript-eslint/parser": "npm:^7.12.0" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" @@ -893,15 +901,15 @@ __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.2.4" - eslint-plugin-json: "npm:^3.1.0" + eslint-plugin-jsdoc: "npm:^48.2.9" + eslint-plugin-json: "npm:^4.0.0" eslint-plugin-markdown: "npm:^5.0.0" eslint-plugin-markdownlint: "npm:^0.6.0" - eslint-plugin-n: "npm:^17.6.0" - eslint-plugin-oxlint: "npm:^0.2.9" + eslint-plugin-n: "npm:^17.8.1" + eslint-plugin-oxlint: "npm:^0.4.0" eslint-plugin-yaml: "npm:^0.5.0" js-yaml: "npm:^4.1.0" - prettier: "npm:^3.2.5" + prettier: "npm:^3.3.1" rimraf: "npm:^5.0.7" typescript: "npm:~5.4.5" peerDependencies: @@ -917,7 +925,7 @@ __metadata: eslint-plugin-editorconfig: ">=4.x.x" eslint-plugin-import: ">=2.27.x" eslint-plugin-jsdoc: ">=46.x.x" - eslint-plugin-json: ">=3.x.x" + eslint-plugin-json: ">=4.x.x" eslint-plugin-markdown: ">=3.x.x" eslint-plugin-markdownlint: ">=0.5.x" eslint-plugin-n: ">=17.x.x" @@ -967,11 +975,11 @@ __metadata: version: 0.0.0-use.local resolution: "@kurone-kito/eslint-config-react@workspace:packages/eslint-config-react" dependencies: - "@cspell/eslint-plugin": "npm:^8.8.1" + "@cspell/eslint-plugin": "npm:^8.8.4" "@kurone-kito/eslint-config-base": "workspace:^" "@kurone-kito/prettier-config": "workspace:^" - "@typescript-eslint/eslint-plugin": "npm:^7.8.0" - "@typescript-eslint/parser": "npm:^7.8.0" + "@typescript-eslint/eslint-plugin": "npm:^7.12.0" + "@typescript-eslint/parser": "npm:^7.12.0" concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" @@ -982,19 +990,19 @@ __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.2.4" - eslint-plugin-json: "npm:^3.1.0" + eslint-plugin-jsdoc: "npm:^48.2.9" + eslint-plugin-json: "npm:^4.0.0" eslint-plugin-jsx-a11y: "npm:^6.8.0" eslint-plugin-markdown: "npm:^5.0.0" eslint-plugin-markdownlint: "npm:^0.6.0" - eslint-plugin-n: "npm:^17.6.0" - eslint-plugin-oxlint: "npm:^0.2.9" - eslint-plugin-react: "npm:^7.34.1" + eslint-plugin-n: "npm:^17.8.1" + eslint-plugin-oxlint: "npm:^0.4.0" + eslint-plugin-react: "npm:^7.34.2" eslint-plugin-react-hooks: "npm:^4.6.2" eslint-plugin-storybook: "npm:^0.8.0" eslint-plugin-yaml: "npm:^0.5.0" js-yaml: "npm:^4.1.0" - prettier: "npm:^3.2.5" + prettier: "npm:^3.3.1" rimraf: "npm:^5.0.7" typescript: "npm:~5.4.5" peerDependencies: @@ -1010,7 +1018,7 @@ __metadata: eslint-plugin-editorconfig: ">=4.x.x" eslint-plugin-import: ">=2.27.x" eslint-plugin-jsdoc: ">=46.x.x" - eslint-plugin-json: ">=3.x.x" + eslint-plugin-json: ">=4.x.x" eslint-plugin-jsx-a11y: ">=6.x.x" eslint-plugin-markdown: ">=3.x.x" eslint-plugin-markdownlint: ">=0.5.x" @@ -1091,8 +1099,8 @@ __metadata: dependencies: "@commitlint/cli": "npm:^19.3.0" "@commitlint/config-conventional": "npm:^19.2.2" - "@cspell/cspell-types": "npm:^8.8.1" - "@cspell/eslint-plugin": "npm:^8.8.1" + "@cspell/cspell-types": "npm:^8.8.4" + "@cspell/eslint-plugin": "npm:^8.8.4" "@kurone-kito/commitlint-config": "workspace:^" "@kurone-kito/cspell-config": "workspace:^" "@kurone-kito/eslint-config-base": "workspace:^" @@ -1101,11 +1109,11 @@ __metadata: "@kurone-kito/markdownlint-config": "workspace:^" "@kurone-kito/prettier-config": "workspace:^" "@kurone-kito/typescript-config": "workspace:^" - "@typescript-eslint/eslint-plugin": "npm:^7.8.0" - "@typescript-eslint/parser": "npm:^7.8.0" + "@typescript-eslint/eslint-plugin": "npm:^7.12.0" + "@typescript-eslint/parser": "npm:^7.12.0" "@yarnpkg/sdks": "npm:^3.1.2" concurrently: "npm:^8.2.2" - cspell: "npm:^8.8.1" + cspell: "npm:^8.8.4" eslint: "npm:^8.57.0" eslint-config-airbnb-typescript: "npm:^18.0.0" eslint-config-prettier: "npm:^9.1.0" @@ -1114,19 +1122,19 @@ __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.2.4" - eslint-plugin-json: "npm:^3.1.0" + eslint-plugin-jsdoc: "npm:^48.2.9" + eslint-plugin-json: "npm:^4.0.0" eslint-plugin-markdown: "npm:^5.0.0" eslint-plugin-markdownlint: "npm:^0.6.0" - eslint-plugin-n: "npm:^17.6.0" - eslint-plugin-oxlint: "npm:^0.2.9" - eslint-plugin-react: "npm:^7.34.1" + eslint-plugin-n: "npm:^17.8.1" + eslint-plugin-oxlint: "npm:^0.4.0" + eslint-plugin-react: "npm:^7.34.2" eslint-plugin-yaml: "npm:^0.5.0" husky: "npm:^9.0.11" - lint-staged: "npm:^15.2.2" + lint-staged: "npm:^15.2.5" markdownlint-cli2: "npm:^0.13.0" - oxlint: "npm:^0.3.4" - prettier: "npm:^3.2.5" + oxlint: "npm:^0.4.3" + prettier: "npm:^3.3.1" rimraf: "npm:^5.0.7" typescript: "npm:~5.4.5" typescript-eslint-language-service: "npm:^5.0.5" @@ -1151,7 +1159,7 @@ __metadata: concurrently: "npm:^8.2.2" cpy-cli: "npm:^5.0.0" js-yaml: "npm:^4.1.0" - prettier: "npm:^3.2.5" + prettier: "npm:^3.3.1" rimraf: "npm:^5.0.7" peerDependencies: prettier: ">=2.3.x" @@ -1166,10 +1174,10 @@ __metadata: resolution: "@kurone-kito/typescript-config@workspace:packages/typescript-config" dependencies: "@kurone-kito/prettier-config": "workspace:^" - "@typescript-eslint/parser": "npm:^7.8.0" + "@typescript-eslint/parser": "npm:^7.12.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" - prettier: "npm:^3.2.5" + prettier: "npm:^3.3.1" typescript: "npm:~5.4.5" typescript-eslint-language-service: "npm:^5.0.5" peerDependencies: @@ -1217,58 +1225,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/darwin-arm64@npm:0.3.4" +"@oxlint/darwin-arm64@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/darwin-arm64@npm:0.4.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/darwin-x64@npm:0.3.4" +"@oxlint/darwin-x64@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/darwin-x64@npm:0.4.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/linux-arm64-gnu@npm:0.3.4" +"@oxlint/linux-arm64-gnu@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/linux-arm64-gnu@npm:0.4.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/linux-arm64-musl@npm:0.3.4" +"@oxlint/linux-arm64-musl@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/linux-arm64-musl@npm:0.4.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/linux-x64-gnu@npm:0.3.4" +"@oxlint/linux-x64-gnu@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/linux-x64-gnu@npm:0.4.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/linux-x64-musl@npm:0.3.4" +"@oxlint/linux-x64-musl@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/linux-x64-musl@npm:0.4.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/win32-arm64@npm:0.3.4" +"@oxlint/win32-arm64@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/win32-arm64@npm:0.4.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.3.4": - version: 0.3.4 - resolution: "@oxlint/win32-x64@npm:0.3.4" +"@oxlint/win32-x64@npm:0.4.3": + version: 0.4.3 + resolution: "@oxlint/win32-x64@npm:0.4.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1341,9 +1349,9 @@ __metadata: linkType: hard "@types/emscripten@npm:^1.39.6": - version: 1.39.11 - resolution: "@types/emscripten@npm:1.39.11" - checksum: 10/c9f08b720cf33d841fae2b030588022fb7b0c33a23a3633f5f917db8e38f34bbc9c6cb445e339feef9b0fae671eb28f32bd37e0d7487f059ce954aca4db4e401 + version: 1.39.13 + resolution: "@types/emscripten@npm:1.39.13" + checksum: 10/02c0446150f9cc2c74dc3a551f86ce13df266c33d8b98d11d9f17263e2d98a6a6b4d36bdd15066c4e1547ae1ed2d52eed9420116b4935d119009e0f53ddbb041 languageName: node linkType: hard @@ -1371,7 +1379,7 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7 @@ -1404,11 +1412,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.12.11 - resolution: "@types/node@npm:20.12.11" + version: 20.14.2 + resolution: "@types/node@npm:20.14.2" dependencies: undici-types: "npm:~5.26.4" - checksum: 10/c6afe7c2c4504a4f488814d7b306ebad16bf42cbb43bf9db9fe1aed8c5fb99235593c3be5088979a64526b106cf022256688e2f002811be8273d87dc2e0d484f + checksum: 10/c38e47b190fa0a8bdfde24b036dddcf9401551f2fb170a90ff33625c7d6f218907e81c74e0fa6e394804a32623c24c60c50e249badc951007830f0d02c48ee0f languageName: node linkType: hard @@ -1421,7 +1429,7 @@ __metadata: languageName: node linkType: hard -"@types/semver@npm:^7.1.0, @types/semver@npm:^7.3.12, @types/semver@npm:^7.5.8": +"@types/semver@npm:^7.1.0, @types/semver@npm:^7.3.12": version: 7.5.8 resolution: "@types/semver@npm:7.5.8" checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178 @@ -1442,20 +1450,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.8.0" +"@typescript-eslint/eslint-plugin@npm:^7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/eslint-plugin@npm:7.12.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/type-utils": "npm:7.8.0" - "@typescript-eslint/utils": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" - debug: "npm:^4.3.4" + "@typescript-eslint/scope-manager": "npm:7.12.0" + "@typescript-eslint/type-utils": "npm:7.12.0" + "@typescript-eslint/utils": "npm:7.12.0" + "@typescript-eslint/visitor-keys": "npm:7.12.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" - semver: "npm:^7.6.0" ts-api-utils: "npm:^1.3.0" peerDependencies: "@typescript-eslint/parser": ^7.0.0 @@ -1463,25 +1469,25 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/0dc5f0933e1f1196bfc3d2545758d53981c9cd1b501f9795ebc82e471d88b008da3fa33712b60398c5ada7e0853805b3bcffe2ef8b94a25d0502b187663a0b6c + checksum: 10/a62a74b2a469d94d9a688c26d7dfafef111ee8d7db6b55a80147d319a39ab68036c659b62ad5d9a0138e5581b24c42372bcc543343b8a41bb8c3f96ffd32743b languageName: node linkType: hard -"@typescript-eslint/parser@npm:^7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/parser@npm:7.8.0" +"@typescript-eslint/parser@npm:^7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/parser@npm:7.12.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/typescript-estree": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" + "@typescript-eslint/scope-manager": "npm:7.12.0" + "@typescript-eslint/types": "npm:7.12.0" + "@typescript-eslint/typescript-estree": "npm:7.12.0" + "@typescript-eslint/visitor-keys": "npm:7.12.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10/57b7918ec80484903e43e6877aabc37e7e1735fefc730c161777333b38d92cffb562fca9c91e622c0e58fe2fb0f7e47e5237bd0666189a70b3abc62e5c13eb7c + checksum: 10/66b692ca1d00965b854e99784e78d8540adc49cf44a4e295e91ad2e809f236d6d1b3877eeddf3ee61f531a1313c9269ed7f16e083148a92f82c5de1337b06659 languageName: node linkType: hard @@ -1495,22 +1501,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/scope-manager@npm:7.8.0" +"@typescript-eslint/scope-manager@npm:7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/scope-manager@npm:7.12.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" - checksum: 10/4ebb16bb2aa9b9c7c38326405b97b037849b45a241ebdd6d2b8dfdbc4dbe73b3f4ea34888b2469244303037505d2f263b8bcf260f59fa7a8527d95e8989d260e + "@typescript-eslint/types": "npm:7.12.0" + "@typescript-eslint/visitor-keys": "npm:7.12.0" + checksum: 10/49a1fa4c15a161258963c4ffe37d89a212138d1c09e39a73064cd3a962823b98e362546de7228698877bc7e7f515252f439c140245f9689ff59efd7b35be58a4 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/type-utils@npm:7.8.0" +"@typescript-eslint/type-utils@npm:7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/type-utils@npm:7.12.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.8.0" - "@typescript-eslint/utils": "npm:7.8.0" + "@typescript-eslint/typescript-estree": "npm:7.12.0" + "@typescript-eslint/utils": "npm:7.12.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.3.0" peerDependencies: @@ -1518,7 +1524,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/3c2df3fda8200d04101e438d490ea8025f988774a62af4858bee2764f4bf26f676b2119a83af08a5b0b928634d489d77d783c3deebfe6c48da883f86c7260c41 + checksum: 10/c42d15aa5f0483ce361910b770cb4050e69739632ddb01436e189775df2baee6f7398f9e55633f1f1955d58c2a622a4597a093c5372eb61aafdda8a43bac2d57 languageName: node linkType: hard @@ -1529,10 +1535,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:7.8.0, @typescript-eslint/types@npm:^7.2.0": - version: 7.8.0 - resolution: "@typescript-eslint/types@npm:7.8.0" - checksum: 10/3c7100ecd251c54126c8e4cf00f353cd421a88bf23ac3dc48ff40b1b530596467b4b4fd7e1c91e61a561fe03a6f53eb11acd043fd9f30388d995f32399f43bee +"@typescript-eslint/types@npm:7.12.0, @typescript-eslint/types@npm:^7.2.0": + version: 7.12.0 + resolution: "@typescript-eslint/types@npm:7.12.0" + checksum: 10/17b57ccd26278312299b27f587d7e9b34076ff37780b3973f848e4ac7bdf80d1bee7356082b54e900e0d77be8a0dda1feef1feb84843b9ec253855200cd93f36 languageName: node linkType: hard @@ -1554,12 +1560,12 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.8.0" +"@typescript-eslint/typescript-estree@npm:7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.12.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/visitor-keys": "npm:7.8.0" + "@typescript-eslint/types": "npm:7.12.0" + "@typescript-eslint/visitor-keys": "npm:7.12.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -1569,24 +1575,21 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10/099a0cae4f6ddf07ccfa881f4c775013f6b2ba8aa5173df6c0a7051e1aa982b82672a21b2bdedd4c35b4e62f44c7db6bac98ed3122ddb0bbe5f62134d8462842 + checksum: 10/45e7402e2e32782a96dbca671b4ad731b643e47c172d735e749930d1560071a1a1e2a8765396443d09bff83c69dad2fff07dc30a2ed212bff492e20aa6b2b790 languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/utils@npm:7.8.0" +"@typescript-eslint/utils@npm:7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/utils@npm:7.12.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.15" - "@types/semver": "npm:^7.5.8" - "@typescript-eslint/scope-manager": "npm:7.8.0" - "@typescript-eslint/types": "npm:7.8.0" - "@typescript-eslint/typescript-estree": "npm:7.8.0" - semver: "npm:^7.6.0" + "@typescript-eslint/scope-manager": "npm:7.12.0" + "@typescript-eslint/types": "npm:7.12.0" + "@typescript-eslint/typescript-estree": "npm:7.12.0" peerDependencies: eslint: ^8.56.0 - checksum: 10/49b7077e22e4456d41cd8fa71126ffd37b0eb325ba49af5495a6fddf3d8529960dd3aaa8d73a7a35f0c42ee4da0849b6cbc00ebefff50f2e3cb8330bbb788d91 + checksum: 10/b66725cef2dcc4975714ea7528fa000cebd4e0b55bb6c43d7efe9ce21a6c7af5f8b2c49f1be3a5118c26666d4b0228470105741e78430e463b72f91fa62e0adf languageName: node linkType: hard @@ -1618,13 +1621,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.8.0": - version: 7.8.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.8.0" +"@typescript-eslint/visitor-keys@npm:7.12.0": + version: 7.12.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.12.0" dependencies: - "@typescript-eslint/types": "npm:7.8.0" + "@typescript-eslint/types": "npm:7.12.0" eslint-visitor-keys: "npm:^3.4.3" - checksum: 10/1616a7d88ed91958f5fe97468b4c3d3b97119cfd8c9965dfc50140bb189d474d01b4a6dd608669db818380c05e15e4020ba55b8662ed3eda80963d74cdc70038 + checksum: 10/5c03bbb68f6eb775005c83042da99de87513cdf9b5549c2ac30caf2c74dc9888cebec57d9eeb0dead8f63a57771288f59605c9a4d8aeec6b87b5390ac723cbd4 languageName: node linkType: hard @@ -1790,14 +1793,14 @@ __metadata: linkType: hard "ajv@npm:^8.11.0": - version: 8.13.0 - resolution: "ajv@npm:8.13.0" + version: 8.16.0 + resolution: "ajv@npm:8.16.0" dependencies: fast-deep-equal: "npm:^3.1.3" json-schema-traverse: "npm:^1.0.0" require-from-string: "npm:^2.0.2" uri-js: "npm:^4.4.1" - checksum: 10/4ada268c9a6e44be87fd295df0f0a91267a7bae8dbc8a67a2d5799c3cb459232839c99d18b035597bb6e3ffe88af6979f7daece854f590a81ebbbc2dfa80002c + checksum: 10/9b4b380efaf8be2639736d535662bd142a6972b43075b404380165c37ab6ceb72f01c7c987536747ff3e9e21eb5cd2e2a194f1e0fa8355364ea6204b1262fcd1 languageName: node linkType: hard @@ -1896,7 +1899,7 @@ __metadata: languageName: node linkType: hard -"array-includes@npm:^3.1.6, array-includes@npm:^3.1.7": +"array-includes@npm:^3.1.6, array-includes@npm:^3.1.7, array-includes@npm:^3.1.8": version: 3.1.8 resolution: "array-includes@npm:3.1.8" dependencies: @@ -1924,7 +1927,7 @@ __metadata: languageName: node linkType: hard -"array.prototype.findlast@npm:^1.2.4": +"array.prototype.findlast@npm:^1.2.5": version: 1.2.5 resolution: "array.prototype.findlast@npm:1.2.5" dependencies: @@ -1989,15 +1992,15 @@ __metadata: linkType: hard "array.prototype.tosorted@npm:^1.1.3": - version: 1.1.3 - resolution: "array.prototype.tosorted@npm:1.1.3" + version: 1.1.4 + resolution: "array.prototype.tosorted@npm:1.1.4" dependencies: - call-bind: "npm:^1.0.5" + call-bind: "npm:^1.0.7" define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.22.3" - es-errors: "npm:^1.1.0" + es-abstract: "npm:^1.23.3" + es-errors: "npm:^1.3.0" es-shim-unscopables: "npm:^1.0.2" - checksum: 10/9a5b7909a9ddd02a5f5489911766c314a11fb40f8f5106bdbedf6c21898763faeb78ba3af53f7038f288de9161d2605ad10d8b720e07f71a7ed1de49f39c0897 + checksum: 10/874694e5d50e138894ff5b853e639c29b0aa42bbd355acda8e8e9cd337f1c80565f21edc15e8c727fa4c0877fd9d8783c575809e440cc4d2d19acaa048bf967d languageName: node linkType: hard @@ -2082,19 +2085,12 @@ __metadata: languageName: node linkType: hard -"braces@npm:^3.0.2": - version: 3.0.2 - resolution: "braces@npm:3.0.2" +"braces@npm:^3.0.2, braces@npm:^3.0.3": + version: 3.0.3 + resolution: "braces@npm:3.0.3" dependencies: - fill-range: "npm:^7.0.1" - checksum: 10/966b1fb48d193b9d155f810e5efd1790962f2c4e0829f8440b8ad236ba009222c501f70185ef732fef17a4c490bb33a03b90dab0631feafbdf447da91e8165b1 - languageName: node - linkType: hard - -"builtin-modules@npm:^3.3.0": - version: 3.3.0 - resolution: "builtin-modules@npm:3.3.0" - checksum: 10/62e063ab40c0c1efccbfa9ffa31873e4f9d57408cb396a2649981a0ecbce56aabc93c28feaccbc5658c95aab2703ad1d11980e62ec2e5e72637404e1eb60f39e + fill-range: "npm:^7.1.1" + checksum: 10/fad11a0d4697a27162840b02b1fad249c1683cbc510cd5bf1a471f2f8085c046d41094308c577a50a03a579dd99d5a6b3724c4b5e8b14df2c4443844cfcda2c6 languageName: node linkType: hard @@ -2156,13 +2152,6 @@ __metadata: languageName: node linkType: hard -"chalk@npm:5.3.0, chalk@npm:^5.2.0, chalk@npm:^5.3.0": - version: 5.3.0 - resolution: "chalk@npm:5.3.0" - checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea - languageName: node - linkType: hard - "chalk@npm:^2.4.2": version: 2.4.2 resolution: "chalk@npm:2.4.2" @@ -2194,6 +2183,13 @@ __metadata: languageName: node linkType: hard +"chalk@npm:^5.2.0, chalk@npm:^5.3.0, chalk@npm:~5.3.0": + version: 5.3.0 + resolution: "chalk@npm:5.3.0" + checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea + languageName: node + linkType: hard + "character-entities-legacy@npm:^1.0.0": version: 1.1.4 resolution: "character-entities-legacy@npm:1.1.4" @@ -2347,13 +2343,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:11.1.0": - version: 11.1.0 - resolution: "commander@npm:11.1.0" - checksum: 10/66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1 - languageName: node - linkType: hard - "commander@npm:^10.0.0": version: 10.0.1 resolution: "commander@npm:10.0.1" @@ -2361,10 +2350,10 @@ __metadata: languageName: node linkType: hard -"commander@npm:^12.0.0": - version: 12.0.0 - resolution: "commander@npm:12.0.0" - checksum: 10/62062e2ffe6abd5aa42a551e62fd5eb9b2620f6ac4299382b2aa9fb02f95cda0242d7e84acb890479bd6491edb805f7f91aecb5b4f5c70dc57df49ed7f02ef14 +"commander@npm:^12.1.0, commander@npm:~12.1.0": + version: 12.1.0 + resolution: "commander@npm:12.1.0" + checksum: 10/cdaeb672d979816853a4eed7f1310a9319e8b976172485c2a6b437ed0db0a389a44cfb222bfbde772781efa9f215bdd1b936f80d6b249485b465c6cb906e1f93 languageName: node linkType: hard @@ -2572,90 +2561,90 @@ __metadata: languageName: node linkType: hard -"cspell-config-lib@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-config-lib@npm:8.8.1" +"cspell-config-lib@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-config-lib@npm:8.8.4" dependencies: - "@cspell/cspell-types": "npm:8.8.1" + "@cspell/cspell-types": "npm:8.8.4" comment-json: "npm:^4.2.3" - yaml: "npm:^2.4.2" - checksum: 10/901862629175cbb00ebe58040a758361c6926fc3682d6dfea7f25099333b569f4d6f9905d558fc83e45309d739e5f613bc19077b8276da73fe58738dc1f36fd9 + yaml: "npm:^2.4.3" + checksum: 10/2fe810e77298e476fb06fa9161534d978c8aa669db30db505e0aa7a78e153376fb8b44898dc61d422af1c67a64022c0a10ef6a84207a6f1b967df8e733f7682d languageName: node linkType: hard -"cspell-dictionary@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-dictionary@npm:8.8.1" +"cspell-dictionary@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-dictionary@npm:8.8.4" dependencies: - "@cspell/cspell-pipe": "npm:8.8.1" - "@cspell/cspell-types": "npm:8.8.1" - cspell-trie-lib: "npm:8.8.1" + "@cspell/cspell-pipe": "npm:8.8.4" + "@cspell/cspell-types": "npm:8.8.4" + cspell-trie-lib: "npm:8.8.4" fast-equals: "npm:^5.0.1" gensequence: "npm:^7.0.0" - checksum: 10/7da225b9caaf83fb41de6b6229246482bc03a6172b336e68c1ad669b37cd650694be6eb127e9f53c5bab8df8d90b2e36f0a43af4b273faee620de84cae41eaa6 + checksum: 10/a98e15367cdd90018e9d25e5eef61927742a58b9833d951aa91fd6fd6ce2b2bb7f48fb1070e41245f724775242e5714515f918150e728258ffb30f6d13bdcc70 languageName: node linkType: hard -"cspell-gitignore@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-gitignore@npm:8.8.1" +"cspell-gitignore@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-gitignore@npm:8.8.4" dependencies: - cspell-glob: "npm:8.8.1" + cspell-glob: "npm:8.8.4" find-up-simple: "npm:^1.0.0" bin: cspell-gitignore: bin.mjs - checksum: 10/19a66d137996d75d055bbc611924d54a83d76e00a554774c2b6b2679516ee6e950bae1954270f3e3218d3a64c740f977e28bd187564b4ae518b7fba9b1156dad + checksum: 10/ff0aaedf10bd92d0fbfa96eca930ccfa068d10f29d9c30b6affc09f0cc6c10fb23b0b88294d4423677108799654e7e4aaecd9baf1de8a717419c778c418ae63c languageName: node linkType: hard -"cspell-glob@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-glob@npm:8.8.1" +"cspell-glob@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-glob@npm:8.8.4" dependencies: - micromatch: "npm:^4.0.5" - checksum: 10/079dd68ee7bb401530d8123ef73f2918c5013f31be7c84ec5403e26d605d78dfa00d98c13d38e1e08341ff50ea10b1a123fa29a17af21e7fd42fb3ec99221f74 + micromatch: "npm:^4.0.7" + checksum: 10/203997cb01a9d7d983484d59f19f58ea0999e39da70804934a377c0501005c829560095206a9e4735fed4de67f59eeaf2b08ef3aefa1e810dacfe1e05fa69812 languageName: node linkType: hard -"cspell-grammar@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-grammar@npm:8.8.1" +"cspell-grammar@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-grammar@npm:8.8.4" dependencies: - "@cspell/cspell-pipe": "npm:8.8.1" - "@cspell/cspell-types": "npm:8.8.1" + "@cspell/cspell-pipe": "npm:8.8.4" + "@cspell/cspell-types": "npm:8.8.4" bin: cspell-grammar: bin.mjs - checksum: 10/4fd2aaa54b0c2e60c96b0342120aee405042a11272b2f75ff9857869b9bcc3c842f31ed9507102bab7bc199dc357c9117391122524a9e53cfd0fb5ac5cbddc82 + checksum: 10/7688ed1977592ed71f799183e6cba335f16da6e8b5cfd054d4b89b9aa36f4b24670633121199d91357e4c9f6010f9bd710b5ea012108d851957042920a3d1c5c languageName: node linkType: hard -"cspell-io@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-io@npm:8.8.1" +"cspell-io@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-io@npm:8.8.4" dependencies: - "@cspell/cspell-service-bus": "npm:8.8.1" - checksum: 10/4e7ee107fda8885d286820a2da0599d00ad506ca4af5113db5405aa639a89413d16f6702382b466b279c232be5e414ccfd53916a7daf77174c61dd48491ec06e + "@cspell/cspell-service-bus": "npm:8.8.4" + checksum: 10/d88e539d6779cd4702107bc79edc4b2c66763301c9b2412395ff3afdfc2517e083a84497d21a297f69794727e215c768c82a56767d503e2ddef31dc33803fa95 languageName: node linkType: hard -"cspell-lib@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-lib@npm:8.8.1" +"cspell-lib@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-lib@npm:8.8.4" dependencies: - "@cspell/cspell-bundled-dicts": "npm:8.8.1" - "@cspell/cspell-pipe": "npm:8.8.1" - "@cspell/cspell-resolver": "npm:8.8.1" - "@cspell/cspell-types": "npm:8.8.1" - "@cspell/dynamic-import": "npm:8.8.1" - "@cspell/strong-weak-map": "npm:8.8.1" + "@cspell/cspell-bundled-dicts": "npm:8.8.4" + "@cspell/cspell-pipe": "npm:8.8.4" + "@cspell/cspell-resolver": "npm:8.8.4" + "@cspell/cspell-types": "npm:8.8.4" + "@cspell/dynamic-import": "npm:8.8.4" + "@cspell/strong-weak-map": "npm:8.8.4" clear-module: "npm:^4.1.2" comment-json: "npm:^4.2.3" - cspell-config-lib: "npm:8.8.1" - cspell-dictionary: "npm:8.8.1" - cspell-glob: "npm:8.8.1" - cspell-grammar: "npm:8.8.1" - cspell-io: "npm:8.8.1" - cspell-trie-lib: "npm:8.8.1" + cspell-config-lib: "npm:8.8.4" + cspell-dictionary: "npm:8.8.4" + cspell-glob: "npm:8.8.4" + cspell-grammar: "npm:8.8.4" + cspell-io: "npm:8.8.4" + cspell-trie-lib: "npm:8.8.4" env-paths: "npm:^3.0.0" fast-equals: "npm:^5.0.1" gensequence: "npm:^7.0.0" @@ -2664,47 +2653,47 @@ __metadata: vscode-languageserver-textdocument: "npm:^1.0.11" vscode-uri: "npm:^3.0.8" xdg-basedir: "npm:^5.1.0" - checksum: 10/7bfc23133e7f348ab58ffe82412530ec2a1f6e2ea3df1039e0a7d5e66feb4ea218aca4102e32d869ee8e81975d41ed013adf7d8f4f4ea66d7876d7fe6e56334f + checksum: 10/d30d1dd60eafc6965d603f10bb3d9dd1445d0199819dc8af84c49c139f674925da4408d542dd929a6173206b04616ee1018f8f90ef6c1e52f43b7189c7036eac languageName: node linkType: hard -"cspell-trie-lib@npm:8.8.1": - version: 8.8.1 - resolution: "cspell-trie-lib@npm:8.8.1" +"cspell-trie-lib@npm:8.8.4": + version: 8.8.4 + resolution: "cspell-trie-lib@npm:8.8.4" dependencies: - "@cspell/cspell-pipe": "npm:8.8.1" - "@cspell/cspell-types": "npm:8.8.1" + "@cspell/cspell-pipe": "npm:8.8.4" + "@cspell/cspell-types": "npm:8.8.4" gensequence: "npm:^7.0.0" - checksum: 10/ba1df7f2daffc9bc5318efb8905b0bb93c5d050a6687a8c25d58cb363505835b40e0f14f112736402f6e27646be8d4591df30a9793e17170f0efbd0a4b8a84d3 + checksum: 10/09a166e057ffb488af98a8b54ae25a32c5f22e1fa9b422ea8a6543390475cfeb5a58e75107ce40a67c040d7976c75b6e6357735b756a5034a9bf433c755c1681 languageName: node linkType: hard -"cspell@npm:^8.8.1": - version: 8.8.1 - resolution: "cspell@npm:8.8.1" +"cspell@npm:^8.8.4": + version: 8.8.4 + resolution: "cspell@npm:8.8.4" dependencies: - "@cspell/cspell-json-reporter": "npm:8.8.1" - "@cspell/cspell-pipe": "npm:8.8.1" - "@cspell/cspell-types": "npm:8.8.1" - "@cspell/dynamic-import": "npm:8.8.1" + "@cspell/cspell-json-reporter": "npm:8.8.4" + "@cspell/cspell-pipe": "npm:8.8.4" + "@cspell/cspell-types": "npm:8.8.4" + "@cspell/dynamic-import": "npm:8.8.4" chalk: "npm:^5.3.0" chalk-template: "npm:^1.1.0" - commander: "npm:^12.0.0" - cspell-gitignore: "npm:8.8.1" - cspell-glob: "npm:8.8.1" - cspell-io: "npm:8.8.1" - cspell-lib: "npm:8.8.1" + commander: "npm:^12.1.0" + cspell-gitignore: "npm:8.8.4" + cspell-glob: "npm:8.8.4" + cspell-io: "npm:8.8.4" + cspell-lib: "npm:8.8.4" fast-glob: "npm:^3.3.2" fast-json-stable-stringify: "npm:^2.1.0" file-entry-cache: "npm:^8.0.0" get-stdin: "npm:^9.0.0" - semver: "npm:^7.6.1" + semver: "npm:^7.6.2" strip-ansi: "npm:^7.1.0" vscode-uri: "npm:^3.0.8" bin: cspell: bin.mjs cspell-esm: bin.mjs - checksum: 10/a075aa1002cec999b96d045ebeb6e68c427bc12caa141814d3454b5a6927b3078a1a17c8d89b033bdfde6bf2591ce87edef4179c85f763eab1ac95cef00a4169 + checksum: 10/e9a178953a89127f9cee5572dbd57b8c9ef607111eaa809285a3f5a920dd38fc49dda758a62244ce95d2f3d1a0f25b2a222a4e78426ce0e9102ceaae0083f09b languageName: node linkType: hard @@ -2771,18 +2760,6 @@ __metadata: languageName: node linkType: hard -"debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": - version: 4.3.4 - resolution: "debug@npm:4.3.4" - dependencies: - ms: "npm:2.1.2" - peerDependenciesMeta: - supports-color: - optional: true - checksum: 10/0073c3bcbd9cb7d71dd5f6b55be8701af42df3e56e911186dfa46fac3a5b9eb7ce7f377dd1d3be6db8977221f8eb333d945216f645cf56f6b688cd484837d255 - languageName: node - linkType: hard - "debug@npm:^3.2.7": version: 3.2.7 resolution: "debug@npm:3.2.7" @@ -2792,6 +2769,18 @@ __metadata: languageName: node linkType: hard +"debug@npm:^4.0.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.4": + version: 4.3.5 + resolution: "debug@npm:4.3.5" + dependencies: + ms: "npm:2.1.2" + peerDependenciesMeta: + supports-color: + optional: true + checksum: 10/cb6eab424c410e07813ca1392888589972ce9a32b8829c6508f5e1f25f3c3e70a76731610ae55b4bbe58d1a2fffa1424b30e97fa8d394e49cd2656a9643aedd2 + languageName: node + linkType: hard + "decompress-response@npm:^6.0.0": version: 6.0.0 resolution: "decompress-response@npm:6.0.0" @@ -2988,13 +2977,13 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.12.0, enhanced-resolve@npm:^5.15.0": - version: 5.16.1 - resolution: "enhanced-resolve@npm:5.16.1" +"enhanced-resolve@npm:^5.12.0, enhanced-resolve@npm:^5.17.0": + version: 5.17.0 + resolution: "enhanced-resolve@npm:5.17.0" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10/1c44474437ec52d938ee0776d5883d5fec8fc645bccbebf6eb58229f3223c111bc1f5cb94222949a5a4565e7a2d7c34f03a0f7e97c10d6cd800e7a46c95e3aec + checksum: 10/8f7bf71537d78e7d20a27363793f2c9e13ec44800c7c7830364a448f80a44994aa19d64beecefa1ab49e4de6f7fbe18cc0931dc449c115f02918ff5fcbe7705f languageName: node linkType: hard @@ -3105,14 +3094,14 @@ __metadata: languageName: node linkType: hard -"es-errors@npm:^1.1.0, es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": +"es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": version: 1.3.0 resolution: "es-errors@npm:1.3.0" checksum: 10/96e65d640156f91b707517e8cdc454dd7d47c32833aa3e85d79f24f9eb7ea85f39b63e36216ef0114996581969b59fe609a94e30316b08f5f4df1d44134cf8d5 languageName: node linkType: hard -"es-iterator-helpers@npm:^1.0.15, es-iterator-helpers@npm:^1.0.17": +"es-iterator-helpers@npm:^1.0.15, es-iterator-helpers@npm:^1.0.19": version: 1.0.19 resolution: "es-iterator-helpers@npm:1.0.19" dependencies: @@ -3202,14 +3191,14 @@ __metadata: languageName: node linkType: hard -"eslint-compat-utils@npm:^0.5.0": - version: 0.5.0 - resolution: "eslint-compat-utils@npm:0.5.0" +"eslint-compat-utils@npm:^0.5.1": + version: 0.5.1 + resolution: "eslint-compat-utils@npm:0.5.1" dependencies: semver: "npm:^7.5.4" peerDependencies: eslint: ">=6.0.0" - checksum: 10/3f305ca4d9af42ff536cb9abedd4fddecb36809ee04772d5f16c5e4437b169fcfa02c5e6a1554df092dceb67864d0d4516d2db4b3a91131bb8dbbafe00d7b209 + checksum: 10/ac65ac1c6107cf19f63f5fc17cea361c9cb1336be7356f23dbb0fac10979974b4622e13e950be43cbf431801f2c07f7dab448573181ccf6edc0b86d5b5304511 languageName: node linkType: hard @@ -3315,15 +3304,15 @@ __metadata: linkType: hard "eslint-plugin-es-x@npm:^7.5.0": - version: 7.6.0 - resolution: "eslint-plugin-es-x@npm:7.6.0" + version: 7.7.0 + resolution: "eslint-plugin-es-x@npm:7.7.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.1.2" "@eslint-community/regexpp": "npm:^4.6.0" - eslint-compat-utils: "npm:^0.5.0" + eslint-compat-utils: "npm:^0.5.1" peerDependencies: eslint: ">=8" - checksum: 10/f1a0ea3da3a68263dd2ec8cf01c9e27583650c6acce62934a3a4f10d192f5b60773671f1f42de4bbe8b28443333074836a7e2426249d5adbfc3fc0d68c49d990 + checksum: 10/f2285f059b24755f46512e3c8c3e8d5a231426783249b2ab9b1e0106fb999b9a7aafb111b997c7256f75ef7b9ea01cefe2f91b12890b0b2574b82a26084c5e3d languageName: node linkType: hard @@ -3354,32 +3343,31 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:^48.2.4": - version: 48.2.4 - resolution: "eslint-plugin-jsdoc@npm:48.2.4" +"eslint-plugin-jsdoc@npm:^48.2.9": + version: 48.2.9 + resolution: "eslint-plugin-jsdoc@npm:48.2.9" dependencies: - "@es-joy/jsdoccomment": "npm:~0.43.0" + "@es-joy/jsdoccomment": "npm:~0.43.1" are-docs-informative: "npm:^0.0.2" comment-parser: "npm:1.4.1" debug: "npm:^4.3.4" escape-string-regexp: "npm:^4.0.0" esquery: "npm:^1.5.0" - is-builtin-module: "npm:^3.2.1" - semver: "npm:^7.6.0" + semver: "npm:^7.6.2" spdx-expression-parse: "npm:^4.0.0" peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - checksum: 10/7e325741500db630abbab3b5bfb0930d38b859496745ce2d23ec02290baefd8b224a02169b1882e63973be13fe293b9dd59ca9875f17c461e83e31a2c56f9a2f + checksum: 10/1f9a199a72e75b17928f057011bbafa24a8beac49599802367f821c6a9185b5ca8fc2b2d8ad3d95ff2ae230d20f5043c53e73b1f7e7ebf1d179af6fb33bb6e21 languageName: node linkType: hard -"eslint-plugin-json@npm:^3.1.0": - version: 3.1.0 - resolution: "eslint-plugin-json@npm:3.1.0" +"eslint-plugin-json@npm:^4.0.0": + version: 4.0.0 + resolution: "eslint-plugin-json@npm:4.0.0" dependencies: lodash: "npm:^4.17.21" vscode-json-languageservice: "npm:^4.1.6" - checksum: 10/0a4d1efb790e7417f11b347fa73f737c3c1083340eced39ebb28c7702581ff4c6f61cc8c278773d4eec79b7d6171fb0dbc0150a22a1b4c3b20faf1388b2ccf2c + checksum: 10/963cbba4754e58c6c436236c516c26d61867f8b8e371e7db24ddfa238d0b4edcb1c234b86c1740df8ac96aeeb127b1f35771d17de9cd0a4629ce01767070999d languageName: node linkType: hard @@ -3431,12 +3419,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-n@npm:^17.6.0": - version: 17.6.0 - resolution: "eslint-plugin-n@npm:17.6.0" +"eslint-plugin-n@npm:^17.8.1": + version: 17.8.1 + resolution: "eslint-plugin-n@npm:17.8.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - enhanced-resolve: "npm:^5.15.0" + enhanced-resolve: "npm:^5.17.0" eslint-plugin-es-x: "npm:^7.5.0" get-tsconfig: "npm:^4.7.0" globals: "npm:^15.0.0" @@ -3445,14 +3433,16 @@ __metadata: semver: "npm:^7.5.3" peerDependencies: eslint: ">=8.23.0" - checksum: 10/b972b2aabea7592b00773910cd40b5d6d022c775755945a0aa92f7d1f8e25d56c3ab03e10c4d18c513b26fbef933cb8ad6b682564923a33c836a027674c426d8 + checksum: 10/907ae2cb37fe700bb03f328825ef5490eadcd806ac214471a6fae2edb401436f50d34fc50b6e75591054a5a4509179e0bedd88bee8efe588dce86c9c09357245 languageName: node linkType: hard -"eslint-plugin-oxlint@npm:^0.2.9": - version: 0.2.9 - resolution: "eslint-plugin-oxlint@npm:0.2.9" - checksum: 10/97536de70c876819eb04a961ffe3221b38cdb2c7e5e5e91e2468faca45f91ddcf2ad1139bbc67f5450c07d4013b965ceb67efc6b901fe56187d721247ace0e19 +"eslint-plugin-oxlint@npm:^0.4.0": + version: 0.4.0 + resolution: "eslint-plugin-oxlint@npm:0.4.0" + dependencies: + scule: "npm:^1.3.0" + checksum: 10/ada01d485e41ff65da78d55e165765d7b00eec511120cb2df9807e9c5dfb5a9408ba2b05edec41369ef8c75bb0eafca90c8cf0432f00eb4f8cf69dbc07646f2a languageName: node linkType: hard @@ -3465,31 +3455,31 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react@npm:^7.34.1": - version: 7.34.1 - resolution: "eslint-plugin-react@npm:7.34.1" +"eslint-plugin-react@npm:^7.34.2": + version: 7.34.2 + resolution: "eslint-plugin-react@npm:7.34.2" dependencies: - array-includes: "npm:^3.1.7" - array.prototype.findlast: "npm:^1.2.4" + 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.3" doctrine: "npm:^2.1.0" - es-iterator-helpers: "npm:^1.0.17" + es-iterator-helpers: "npm:^1.0.19" estraverse: "npm:^5.3.0" jsx-ast-utils: "npm:^2.4.1 || ^3.0.0" minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.7" - object.fromentries: "npm:^2.0.7" - object.hasown: "npm:^1.1.3" - object.values: "npm:^1.1.7" + object.entries: "npm:^1.1.8" + object.fromentries: "npm:^2.0.8" + object.hasown: "npm:^1.1.4" + object.values: "npm:^1.2.0" prop-types: "npm:^15.8.1" resolve: "npm:^2.0.0-next.5" semver: "npm:^6.3.1" - string.prototype.matchall: "npm:^4.0.10" + string.prototype.matchall: "npm:^4.0.11" peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10/ee059971065ea7e73ab5d8728774235c7dbf7a5e9f937c3b47e97f8fa9a5a96ab511d2ae6d5ec76a7e705ca666673d454f1e75a94033720819d041827f50f9c8 + checksum: 10/6efccc29ad09a45fe1764089199e87b69b63a40152dd40cbbece639c6be4cda4306b58b15ba9b449f639705eb9a08ddc51b58308077c0394537769c455f976b7 languageName: node linkType: hard @@ -3668,7 +3658,7 @@ __metadata: languageName: node linkType: hard -"execa@npm:8.0.1, execa@npm:^8.0.1": +"execa@npm:^8.0.1, execa@npm:~8.0.1": version: 8.0.1 resolution: "execa@npm:8.0.1" dependencies: @@ -3760,12 +3750,12 @@ __metadata: languageName: node linkType: hard -"fill-range@npm:^7.0.1": - version: 7.0.1 - resolution: "fill-range@npm:7.0.1" +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" dependencies: to-regex-range: "npm:^5.0.1" - checksum: 10/e260f7592fd196b4421504d3597cc76f4a1ca7a9488260d533b611fc3cefd61e9a9be1417cb82d3b01ad9f9c0ff2dbf258e1026d2445e26b0cf5148ff4250429 + checksum: 10/a7095cb39e5bc32fada2aa7c7249d3f6b01bd1ce461a61b0adabacccabd9198500c6fb1f68a7c851a657e273fce2233ba869638897f3d7ed2e87a2d89b4436ea languageName: node linkType: hard @@ -3995,17 +3985,17 @@ __metadata: linkType: hard "glob@npm:^10.3.7": - version: 10.3.15 - resolution: "glob@npm:10.3.15" + version: 10.4.1 + resolution: "glob@npm:10.4.1" dependencies: foreground-child: "npm:^3.1.0" - jackspeak: "npm:^2.3.6" - minimatch: "npm:^9.0.1" - minipass: "npm:^7.0.4" - path-scurry: "npm:^1.11.0" + jackspeak: "npm:^3.1.2" + minimatch: "npm:^9.0.4" + minipass: "npm:^7.1.2" + path-scurry: "npm:^1.11.1" bin: glob: dist/esm/bin.mjs - checksum: 10/b2b1c74309979b34fd6010afb50418a12525def32f1d3758d5827fc75d6143fc3ee5d1f3180a43111f6386c9e297c314f208d9d09955a6c6b69f22e92ee97635 + checksum: 10/d7bb49d2b413f77bdd59fea4ca86dcc12450deee221af0ca93e09534b81b9ef68fe341345751d8ff0c5b54bad422307e0e44266ff8ad7fbbd0c200e8ec258b16 languageName: node linkType: hard @@ -4042,9 +4032,9 @@ __metadata: linkType: hard "globals@npm:^15.0.0": - version: 15.2.0 - resolution: "globals@npm:15.2.0" - checksum: 10/a3cb67b037c84bfae1a6bedbe316a392a0e40a602b7730fe846312bcc460dd7b08059210762ae6f0e4343259334d473a821d537246983399b10c30c6911b7f9c + version: 15.4.0 + resolution: "globals@npm:15.4.0" + checksum: 10/886e687466ceee48fe61f1a6c69fb714e79a84b9e11953baa355b94da0d72caf0e8186d64dcf1299d27ef5f231029baadd197593323ccc6617d487216e561c9b languageName: node linkType: hard @@ -4398,15 +4388,6 @@ __metadata: languageName: node linkType: hard -"is-builtin-module@npm:^3.2.1": - version: 3.2.1 - resolution: "is-builtin-module@npm:3.2.1" - dependencies: - builtin-modules: "npm:^3.3.0" - checksum: 10/e8f0ffc19a98240bda9c7ada84d846486365af88d14616e737d280d378695c8c448a621dcafc8332dbf0fcd0a17b0763b845400709963fa9151ddffece90ae88 - languageName: node - linkType: hard - "is-callable@npm:^1.1.3, is-callable@npm:^1.1.4, is-callable@npm:^1.2.7": version: 1.2.7 resolution: "is-callable@npm:1.2.7" @@ -4685,25 +4666,25 @@ __metadata: languageName: node linkType: hard -"jackspeak@npm:^2.3.6": - version: 2.3.6 - resolution: "jackspeak@npm:2.3.6" +"jackspeak@npm:^3.1.2": + version: 3.4.0 + resolution: "jackspeak@npm:3.4.0" dependencies: "@isaacs/cliui": "npm:^8.0.2" "@pkgjs/parseargs": "npm:^0.11.0" dependenciesMeta: "@pkgjs/parseargs": optional: true - checksum: 10/6e6490d676af8c94a7b5b29b8fd5629f21346911ebe2e32931c2a54210134408171c24cee1a109df2ec19894ad04a429402a8438cbf5cc2794585d35428ace76 + checksum: 10/5032c43c0c1fb92e72846ce496df559214253bc6870c90399cbd7858571c53169d9494b7c152df04abcb75f2fb5e9cffe65651c67d573380adf3a482b150d84b languageName: node linkType: hard "jiti@npm:^1.19.1": - version: 1.21.0 - resolution: "jiti@npm:1.21.0" + version: 1.21.3 + resolution: "jiti@npm:1.21.3" bin: jiti: bin/jiti.js - checksum: 10/005a0239e50381b5c9919f59dbab86128367bd64872f3376dbbde54b6523f41bd134bf22909e2a509e38fd87e1c22125ca255b9b6b53e7df0fedd23f737334cc + checksum: 10/5a9f36c610f8a5f750ebdea9295d7966dbf77129e8daaa8fc6ea2e60f38019a61bd79fced4e917023305ffdd66f4fc5bddcbdd6be450881393121a55d02b2241 languageName: node linkType: hard @@ -4857,9 +4838,9 @@ __metadata: linkType: hard "language-subtag-registry@npm:^0.3.20": - version: 0.3.22 - resolution: "language-subtag-registry@npm:0.3.22" - checksum: 10/5591f4abd775d1ab5945355a5ba894327d2d94c900607bdb69aac1bc5bb921dbeeeb5f616df95e8c0ae875501d19c1cfa0e852ece822121e95048deb34f2b4d2 + version: 0.3.23 + resolution: "language-subtag-registry@npm:0.3.23" + checksum: 10/fe13ed74ab9f862db8e5747b98cc9aa08d52a19f85b5cdb4975cd364c8539bd2da3380e4560d2dbbd728ec33dff8a4b4421fcb2e5b1b1bdaa21d16f91a54d0d4 languageName: node linkType: hard @@ -4882,10 +4863,10 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:3.0.0": - version: 3.0.0 - resolution: "lilconfig@npm:3.0.0" - checksum: 10/55f60f4f9f7b41358cc33875e3696919412683a35aec30c6c60c4f6ecb16fb6d11f7ac856b8458b9b82b21d5f4629649fbfca1de034e8d5b0cc7a70836266db6 +"lilconfig@npm:~3.1.1": + version: 3.1.1 + resolution: "lilconfig@npm:3.1.1" + checksum: 10/c80fbf98ae7d1daf435e16a83fe3c63743b9d92804cac6dc53ee081c7c265663645c3162d8a0d04ff1874f9c07df145519743317dee67843234c6ed279300f83 languageName: node linkType: hard @@ -4905,37 +4886,37 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:^15.2.2": - version: 15.2.2 - resolution: "lint-staged@npm:15.2.2" +"lint-staged@npm:^15.2.5": + version: 15.2.5 + resolution: "lint-staged@npm:15.2.5" dependencies: - chalk: "npm:5.3.0" - commander: "npm:11.1.0" - debug: "npm:4.3.4" - execa: "npm:8.0.1" - lilconfig: "npm:3.0.0" - listr2: "npm:8.0.1" - micromatch: "npm:4.0.5" - pidtree: "npm:0.6.0" - string-argv: "npm:0.3.2" - yaml: "npm:2.3.4" + chalk: "npm:~5.3.0" + commander: "npm:~12.1.0" + debug: "npm:~4.3.4" + execa: "npm:~8.0.1" + lilconfig: "npm:~3.1.1" + listr2: "npm:~8.2.1" + micromatch: "npm:~4.0.7" + pidtree: "npm:~0.6.0" + string-argv: "npm:~0.3.2" + yaml: "npm:~2.4.2" bin: lint-staged: bin/lint-staged.js - checksum: 10/5855ae7abf3ffdc2d66e8ad20759915e76544e7c4bcdfef78c82b5c126502284320d9fb0ecde554a6d07747311ab751d0bccbe3468aa5d5a7661774317cd7437 + checksum: 10/2cb8e14e532a4de0a338da44dc5e22f94581390b988ba3d345d1132d592d9ce50be50846c9a9d25eaffaf3f1f634e0a056598f6abb705269ac21d0fd3bad3a45 languageName: node linkType: hard -"listr2@npm:8.0.1": - version: 8.0.1 - resolution: "listr2@npm:8.0.1" +"listr2@npm:~8.2.1": + version: 8.2.1 + resolution: "listr2@npm:8.2.1" dependencies: cli-truncate: "npm:^4.0.0" colorette: "npm:^2.0.20" eventemitter3: "npm:^5.0.1" log-update: "npm:^6.0.0" - rfdc: "npm:^1.3.0" + rfdc: "npm:^1.3.1" wrap-ansi: "npm:^9.0.0" - checksum: 10/3fa83e8b709306b7efab69884ac1af08de3e18449bccf0b4d81f78dc7235dc921a32a5875b1e7deea0650f0faef2bca2d8992f16377d858158eb5a57bbb0d025 + checksum: 10/1d33348682fee7af49c91d508f970fb58897fbc722a17ae6b9d4d904c909e105ead8c123652238bc99462b1e323c56e6e62877a03d788ca32fe706cfec283789 languageName: node linkType: hard @@ -5181,7 +5162,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:4.0.5, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5": +"micromatch@npm:4.0.5": version: 4.0.5 resolution: "micromatch@npm:4.0.5" dependencies: @@ -5191,6 +5172,16 @@ __metadata: languageName: node linkType: hard +"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.5, micromatch@npm:^4.0.7, micromatch@npm:~4.0.7": + version: 4.0.7 + resolution: "micromatch@npm:4.0.7" + dependencies: + braces: "npm:^3.0.3" + picomatch: "npm:^2.3.1" + checksum: 10/a11ed1cb67dcbbe9a5fc02c4062cf8bb0157d73bf86956003af8dcfdf9b287f9e15ec0f6d6925ff6b8b5b496202335e497b01de4d95ef6cf06411bc5e5c474a0 + languageName: node + linkType: hard + "mimic-fn@npm:^2.1.0": version: 2.1.0 resolution: "mimic-fn@npm:2.1.0" @@ -5237,7 +5228,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.0, minimatch@npm:^9.0.1, minimatch@npm:^9.0.4": +"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4": version: 9.0.4 resolution: "minimatch@npm:9.0.4" dependencies: @@ -5278,10 +5269,10 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.4": - version: 7.1.1 - resolution: "minipass@npm:7.1.1" - checksum: 10/6f4f920f1b5ea585d08fa3739b9bd81726cd85a0c972fb371c0fa6c1544d468813fb1694c7bc64ad81f138fd8abf665e2af0f406de9ba5741d8e4a377ed346b1 +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 10/c25f0ee8196d8e6036661104bacd743785b2599a21de5c516b32b3fa2b83113ac89a2358465bc04956baab37ffb956ae43be679b2262bf7be15fce467ccd7950 languageName: node linkType: hard @@ -5381,7 +5372,7 @@ __metadata: languageName: node linkType: hard -"object.entries@npm:^1.1.5, object.entries@npm:^1.1.7": +"object.entries@npm:^1.1.5, object.entries@npm:^1.1.7, object.entries@npm:^1.1.8": version: 1.1.8 resolution: "object.entries@npm:1.1.8" dependencies: @@ -5392,7 +5383,7 @@ __metadata: languageName: node linkType: hard -"object.fromentries@npm:^2.0.7": +"object.fromentries@npm:^2.0.7, object.fromentries@npm:^2.0.8": version: 2.0.8 resolution: "object.fromentries@npm:2.0.8" dependencies: @@ -5415,7 +5406,7 @@ __metadata: languageName: node linkType: hard -"object.hasown@npm:^1.1.3": +"object.hasown@npm:^1.1.4": version: 1.1.4 resolution: "object.hasown@npm:1.1.4" dependencies: @@ -5426,7 +5417,7 @@ __metadata: languageName: node linkType: hard -"object.values@npm:^1.1.6, object.values@npm:^1.1.7": +"object.values@npm:^1.1.6, object.values@npm:^1.1.7, object.values@npm:^1.2.0": version: 1.2.0 resolution: "object.values@npm:1.2.0" dependencies: @@ -5478,18 +5469,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:^0.3.4": - version: 0.3.4 - resolution: "oxlint@npm:0.3.4" +"oxlint@npm:^0.4.3": + version: 0.4.3 + resolution: "oxlint@npm:0.4.3" dependencies: - "@oxlint/darwin-arm64": "npm:0.3.4" - "@oxlint/darwin-x64": "npm:0.3.4" - "@oxlint/linux-arm64-gnu": "npm:0.3.4" - "@oxlint/linux-arm64-musl": "npm:0.3.4" - "@oxlint/linux-x64-gnu": "npm:0.3.4" - "@oxlint/linux-x64-musl": "npm:0.3.4" - "@oxlint/win32-arm64": "npm:0.3.4" - "@oxlint/win32-x64": "npm:0.3.4" + "@oxlint/darwin-arm64": "npm:0.4.3" + "@oxlint/darwin-x64": "npm:0.4.3" + "@oxlint/linux-arm64-gnu": "npm:0.4.3" + "@oxlint/linux-arm64-musl": "npm:0.4.3" + "@oxlint/linux-x64-gnu": "npm:0.4.3" + "@oxlint/linux-x64-musl": "npm:0.4.3" + "@oxlint/win32-arm64": "npm:0.4.3" + "@oxlint/win32-x64": "npm:0.4.3" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -5509,7 +5500,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/0f7da5c77805a35655ef15c990dc75e912a937bfae3e33794f0a7f8c3ec207846545fb9788c42204601b4090f15574090ec82534afdacc3d0527fafe478e53a8 + checksum: 10/35267c03c73789cbba3f1efdef9bbc3d46666600f97dda3174bb46d1087539a6054c7f00c635422d98380d31892084cc8ced739423e8d8d8772a6282ab2a1a73 languageName: node linkType: hard @@ -5699,7 +5690,7 @@ __metadata: languageName: node linkType: hard -"path-scurry@npm:^1.11.0": +"path-scurry@npm:^1.11.1": version: 1.11.1 resolution: "path-scurry@npm:1.11.1" dependencies: @@ -5724,9 +5715,9 @@ __metadata: linkType: hard "picocolors@npm:^1.0.0": - version: 1.0.0 - resolution: "picocolors@npm:1.0.0" - checksum: 10/a2e8092dd86c8396bdba9f2b5481032848525b3dc295ce9b57896f931e63fc16f79805144321f72976383fc249584672a75cc18d6777c6b757603f372f745981 + version: 1.0.1 + resolution: "picocolors@npm:1.0.1" + checksum: 10/fa68166d1f56009fc02a34cdfd112b0dd3cf1ef57667ac57281f714065558c01828cdf4f18600ad6851cbe0093952ed0660b1e0156bddf2184b6aaf5817553a5 languageName: node linkType: hard @@ -5737,7 +5728,7 @@ __metadata: languageName: node linkType: hard -"pidtree@npm:0.6.0": +"pidtree@npm:~0.6.0": version: 0.6.0 resolution: "pidtree@npm:0.6.0" bin: @@ -5760,12 +5751,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.2.5": - version: 3.2.5 - resolution: "prettier@npm:3.2.5" +"prettier@npm:^3.3.1": + version: 3.3.1 + resolution: "prettier@npm:3.3.1" bin: prettier: bin/prettier.cjs - checksum: 10/d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a + checksum: 10/31ca48d07a163fe6bff5483feb9bdf3bd7e4305e8d976373375cddc2949180a007be3ef08c36f4d7b31e449acef1ebbf46d3b94dc32f5a276837bf48c393be69 languageName: node linkType: hard @@ -6005,7 +5996,7 @@ __metadata: languageName: node linkType: hard -"rfdc@npm:^1.3.0": +"rfdc@npm:^1.3.1": version: 1.3.1 resolution: "rfdc@npm:1.3.1" checksum: 10/44cc6a82e2fe1db13b7d3c54e9ffd0b40ef070cbde69ffbfbb38dab8cee46bd68ba686784b96365ff08d04798bc121c3465663a0c91f2c421c90546c4366f4a6 @@ -6075,6 +6066,13 @@ __metadata: languageName: node linkType: hard +"scule@npm:^1.3.0": + version: 1.3.0 + resolution: "scule@npm:1.3.0" + checksum: 10/f2968b292e33c0eddca4a68b5c70f08dfc8479e492461c248f72873deaf77ae87c9f27dde7a342b3cb6394d2fae9665890b07a2243f79cff5cba65c9525ccf7e + languageName: node + linkType: hard + "semver@npm:^6.3.0, semver@npm:^6.3.1": version: 6.3.1 resolution: "semver@npm:6.3.1" @@ -6084,7 +6082,7 @@ __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.1": +"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" bin: @@ -6234,9 +6232,9 @@ __metadata: linkType: hard "spdx-license-ids@npm:^3.0.0": - version: 3.0.17 - resolution: "spdx-license-ids@npm:3.0.17" - checksum: 10/8f6c6ae02ebb25b4ca658b8990d9e8a8f8d8a95e1d8b9fd84d87eed80a7dc8f8073d6a8d50b8a0295c0e8399e1f8814f5c00e2985e6bf3731540a16f7241cbf1 + version: 3.0.18 + resolution: "spdx-license-ids@npm:3.0.18" + checksum: 10/45fdbb50c4bbe364720ef0acd19f4fc1914d73ba1e2b1ce9db21ee12d7f9e8bf14336289f6ad3d5acac3dc5b91aafe61e9c652d5806b31cbb8518a14979a16ff languageName: node linkType: hard @@ -6254,7 +6252,7 @@ __metadata: languageName: node linkType: hard -"string-argv@npm:0.3.2": +"string-argv@npm:~0.3.2": version: 0.3.2 resolution: "string-argv@npm:0.3.2" checksum: 10/f9d3addf887026b4b5f997a271149e93bf71efc8692e7dc0816e8807f960b18bcb9787b45beedf0f97ff459575ee389af3f189d8b649834cac602f2e857e75af @@ -6294,7 +6292,7 @@ __metadata: languageName: node linkType: hard -"string.prototype.matchall@npm:^4.0.10": +"string.prototype.matchall@npm:^4.0.11": version: 4.0.11 resolution: "string.prototype.matchall@npm:4.0.11" dependencies: @@ -6557,9 +6555,9 @@ __metadata: linkType: hard "tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": - version: 2.6.2 - resolution: "tslib@npm:2.6.2" - checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c languageName: node linkType: hard @@ -6916,19 +6914,12 @@ __metadata: languageName: node linkType: hard -"yaml@npm:2.3.4": - version: 2.3.4 - resolution: "yaml@npm:2.3.4" - checksum: 10/f8207ce43065a22268a2806ea6a0fa3974c6fde92b4b2fa0082357e487bc333e85dc518910007e7ac001b532c7c84bd3eccb6c7757e94182b564028b0008f44b - languageName: node - linkType: hard - -"yaml@npm:^2.4.2": - version: 2.4.2 - resolution: "yaml@npm:2.4.2" +"yaml@npm:^2.4.3, yaml@npm:~2.4.2": + version: 2.4.3 + resolution: "yaml@npm:2.4.3" bin: yaml: bin.mjs - checksum: 10/6eafbcd68dead734035f6f72af21bd820c29214caf7d8e40c595671a3c908535cef8092b9660a1c055c5833aa148aa640e0c5fa4adb5af2dacd6d28296ccd81c + checksum: 10/a618d3b968e3fb601cf7266db6e250e5cdd3b81853039a59108145202d5055b47c2d23a8e1ab661f8ba3ba095dcf6b4bb55cea2c14b97a418e5b059d27f8814e languageName: node linkType: hard