From 2d498a4b355287a7fd97e787d45dd11b7011da00 Mon Sep 17 00:00:00 2001 From: AlexAegis Date: Sat, 18 May 2024 19:07:23 +0200 Subject: [PATCH] chore: updated eslint packages --- .config/.ncurc.json | 2 +- apps/svelte-example-app/package.json | 16 +- libs/example-svelte-lib/package.json | 6 +- libs/example-ts-lib/package.json | 8 +- package.json | 6 +- .../autotool-plugin-commitlint/package.json | 8 +- .../autotool-plugin-depcheck/package.json | 6 +- .../autotool-plugin-editorconfig/package.json | 6 +- packages/autotool-plugin-eslint/package.json | 12 +- packages/autotool-plugin-git/package.json | 6 +- packages/autotool-plugin-github/package.json | 6 +- packages/autotool-plugin-husky/package.json | 8 +- packages/autotool-plugin-ncu/package.json | 8 +- .../autotool-plugin-ncu/static/ncurc.json | 2 +- .../autotool-plugin-prettier/package.json | 8 +- packages/autotool-plugin-publint/package.json | 6 +- packages/autotool-plugin-remark/package.json | 8 +- .../package.json | 8 +- .../autotool-plugin-stylelint/package.json | 6 +- packages/autotool-plugin-svelte/package.json | 6 +- packages/autotool-plugin-ts/package.json | 6 +- packages/autotool-plugin-turbo/package.json | 6 +- packages/autotool-plugin-typedoc/package.json | 6 +- packages/autotool-plugin-vite/package.json | 6 +- .../autotool-plugin-vitepress/package.json | 6 +- packages/autotool-plugin-vitest/package.json | 6 +- packages/autotool-plugin-vscode/package.json | 6 +- .../autotool-plugin-workspace/package.json | 8 +- packages/commitlint-config/package.json | 6 +- packages/eslint-config-core/package.json | 20 +- packages/eslint-config-svelte/package.json | 20 +- packages/eslint-config-vitest/package.json | 18 +- packages/lint-staged-config/package.json | 8 +- packages/nuke/package.json | 6 +- packages/prettier-config/package.json | 6 +- packages/remark-preset/package.json | 6 +- packages/standard-version/package.json | 6 +- packages/stylelint-config/package.json | 6 +- packages/svelte-config/package.json | 6 +- packages/ts/package.json | 8 +- packages/turbowatch/package.json | 6 +- packages/vitepress/package.json | 6 +- packages/vitest/package.json | 2 +- pnpm-lock.yaml | 4705 +++++++---------- 44 files changed, 1945 insertions(+), 3082 deletions(-) diff --git a/.config/.ncurc.json b/.config/.ncurc.json index d3407d9e..9a22368f 100644 --- a/.config/.ncurc.json +++ b/.config/.ncurc.json @@ -4,5 +4,5 @@ "peer": true, "deep": true, "upgrade": true, - "reject": ["commitlint", "@commitlint/*", "*eslint*"] + "reject": ["commitlint", "@commitlint/*"] } diff --git a/apps/svelte-example-app/package.json b/apps/svelte-example-app/package.json index c1268e53..080d73bb 100644 --- a/apps/svelte-example-app/package.json +++ b/apps/svelte-example-app/package.json @@ -51,14 +51,14 @@ }, "devDependencies": { "@alexaegis/eslint-config-svelte": "^0.10.4", - "@alexaegis/eslint-config-vitest": "^0.10.4", - "@alexaegis/prettier-config": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", + "@alexaegis/prettier-config": "workspace:^0.10.4", "@alexaegis/stylelint-config": "^0.10.4", "@alexaegis/svelte-config": "^0.10.4", "@alexaegis/ts": "^0.10.4", "@alexaegis/turbowatch": "workspace:^", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@skeletonlabs/skeleton": "^2.10.0", "@skeletonlabs/tw-plugin": "^0.4.0", "@sveltejs/adapter-auto": "^3.2.0", @@ -69,12 +69,10 @@ "@sveltejs/vite-plugin-svelte": "^3.1.0", "@types/node": "^20.12.12", "autoprefixer": "^10.4.19", - "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.13.0", - "eslint-plugin-react": "^7.34.1", - "eslint-plugin-svelte": "^2.35.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-config-turbo": "^1.13.3", + "eslint-plugin-svelte": "^2.39.0", + "eslint-plugin-unicorn": "^53.0.0", "postcss": "^8.4.38", "postcss-load-config": "^5.1.0", "prettier": "^3.2.5", diff --git a/libs/example-svelte-lib/package.json b/libs/example-svelte-lib/package.json index f448a4ba..a8ce3ea5 100644 --- a/libs/example-svelte-lib/package.json +++ b/libs/example-svelte-lib/package.json @@ -61,12 +61,12 @@ }, "devDependencies": { "@alexaegis/eslint-config-svelte": "^0.10.4", - "@alexaegis/eslint-config-vitest": "^0.10.4", - "@alexaegis/prettier-config": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", + "@alexaegis/prettier-config": "workspace:^0.10.4", "@alexaegis/stylelint-config": "^0.10.4", "@alexaegis/svelte-config": "^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@pakk/cli": "^0.9.0", "@sveltejs/package": "^2.3.1", "@types/node": "^20.12.12", diff --git a/libs/example-ts-lib/package.json b/libs/example-ts-lib/package.json index 5ff7ce5c..c755bc6d 100644 --- a/libs/example-ts-lib/package.json +++ b/libs/example-ts-lib/package.json @@ -50,11 +50,11 @@ "./readme": "./readme.md" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", "vite": "^5.2.11", "vitest": "^1.6.0" diff --git a/package.json b/package.json index bc653b81..bdda4550 100644 --- a/package.json +++ b/package.json @@ -111,15 +111,15 @@ "@alexaegis/stylelint-config": "workspace:^", "@alexaegis/ts": "workspace:^", "@lcov-viewer/cli": "^1.3.0", - "@types/eslint": "^8.56.6", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", "@types/yargs": "^17.0.32", "@vitest/coverage-v8": "^1.6.0", "autotool": "^0.5.0", "commit-and-tag-version": "^12.4.1", - "commitlint": "^19.2.1", + "commitlint": "^19.3.0", "depcheck": "^1.4.7", - "eslint": "^8.57.0", + "eslint": "^9.3.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "npm-check-updates": "^16.14.20", diff --git a/packages/autotool-plugin-commitlint/package.json b/packages/autotool-plugin-commitlint/package.json index 1b9e5db7..1712953b 100644 --- a/packages/autotool-plugin-commitlint/package.json +++ b/packages/autotool-plugin-commitlint/package.json @@ -57,16 +57,16 @@ "./readme": "./readme.md" }, "dependencies": { - "@alexaegis/commitlint-config": "^0.10.4", + "@alexaegis/commitlint-config": "workspace:^0.10.4", "@alexaegis/logging": "^0.9.1", "autotool-plugin": "^0.5.0", "commitlint": "^19.2.1" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-depcheck/package.json b/packages/autotool-plugin-depcheck/package.json index fefd7362..e8e25da4 100644 --- a/packages/autotool-plugin-depcheck/package.json +++ b/packages/autotool-plugin-depcheck/package.json @@ -57,10 +57,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "depcheck": "^1.4.7", "publint": "^0.2.8", diff --git a/packages/autotool-plugin-editorconfig/package.json b/packages/autotool-plugin-editorconfig/package.json index 269bd8ba..d1ea8b35 100644 --- a/packages/autotool-plugin-editorconfig/package.json +++ b/packages/autotool-plugin-editorconfig/package.json @@ -56,10 +56,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-eslint/package.json b/packages/autotool-plugin-eslint/package.json index a0260ba3..3978a2f9 100644 --- a/packages/autotool-plugin-eslint/package.json +++ b/packages/autotool-plugin-eslint/package.json @@ -59,14 +59,14 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-core": "^0.10.4", - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-core": "workspace:^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", - "eslint": "^8.57.0", + "eslint": "^9.3.0", "publint": "^0.2.8", "typescript": "^5.4.5", "vite": "^5.2.11", diff --git a/packages/autotool-plugin-git/package.json b/packages/autotool-plugin-git/package.json index d4a427f5..3cf5d35d 100644 --- a/packages/autotool-plugin-git/package.json +++ b/packages/autotool-plugin-git/package.json @@ -57,10 +57,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-github/package.json b/packages/autotool-plugin-github/package.json index 451ec478..5cbd9f16 100644 --- a/packages/autotool-plugin-github/package.json +++ b/packages/autotool-plugin-github/package.json @@ -59,10 +59,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-husky/package.json b/packages/autotool-plugin-husky/package.json index 0bf21b79..e7af75b4 100644 --- a/packages/autotool-plugin-husky/package.json +++ b/packages/autotool-plugin-husky/package.json @@ -55,7 +55,7 @@ "./readme": "./readme.md" }, "dependencies": { - "@alexaegis/lint-staged-config": "^0.10.4", + "@alexaegis/lint-staged-config": "workspace:^0.10.4", "@alexaegis/logging": "^0.9.1", "@commitlint/config-conventional": "^19.1.0", "autotool-plugin": "^0.5.0", @@ -63,10 +63,10 @@ "lint-staged": "^15.2.2" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-ncu/package.json b/packages/autotool-plugin-ncu/package.json index 9276e5fb..d3f38747 100644 --- a/packages/autotool-plugin-ncu/package.json +++ b/packages/autotool-plugin-ncu/package.json @@ -57,11 +57,11 @@ "npm-check-updates": "^16.14.20" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", - "@alexaegis/nuke": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", + "@alexaegis/nuke": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-ncu/static/ncurc.json b/packages/autotool-plugin-ncu/static/ncurc.json index d3407d9e..9a22368f 100644 --- a/packages/autotool-plugin-ncu/static/ncurc.json +++ b/packages/autotool-plugin-ncu/static/ncurc.json @@ -4,5 +4,5 @@ "peer": true, "deep": true, "upgrade": true, - "reject": ["commitlint", "@commitlint/*", "*eslint*"] + "reject": ["commitlint", "@commitlint/*"] } diff --git a/packages/autotool-plugin-prettier/package.json b/packages/autotool-plugin-prettier/package.json index d9ac9be4..e45699c6 100644 --- a/packages/autotool-plugin-prettier/package.json +++ b/packages/autotool-plugin-prettier/package.json @@ -61,17 +61,17 @@ }, "dependencies": { "@alexaegis/logging": "^0.9.1", - "@alexaegis/prettier-config": "^0.10.4", + "@alexaegis/prettier-config": "workspace:^0.10.4", "autotool-plugin": "^0.5.0", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.3", "prettier-plugin-tailwindcss": "^0.5.14" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-publint/package.json b/packages/autotool-plugin-publint/package.json index a4eeacf7..4a3bcd57 100644 --- a/packages/autotool-plugin-publint/package.json +++ b/packages/autotool-plugin-publint/package.json @@ -55,10 +55,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-remark/package.json b/packages/autotool-plugin-remark/package.json index 2d065bc6..768bda33 100644 --- a/packages/autotool-plugin-remark/package.json +++ b/packages/autotool-plugin-remark/package.json @@ -60,14 +60,14 @@ }, "dependencies": { "@alexaegis/logging": "^0.9.1", - "@alexaegis/remark-preset": "^0.10.4", + "@alexaegis/remark-preset": "workspace:^0.10.4", "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "remark": "^15.0.1", diff --git a/packages/autotool-plugin-standard-version/package.json b/packages/autotool-plugin-standard-version/package.json index b942d6fe..9d2a5b5b 100644 --- a/packages/autotool-plugin-standard-version/package.json +++ b/packages/autotool-plugin-standard-version/package.json @@ -59,15 +59,15 @@ }, "dependencies": { "@alexaegis/logging": "^0.9.1", - "@alexaegis/standard-version": "^0.10.4", + "@alexaegis/standard-version": "workspace:^0.10.4", "autotool-plugin": "^0.5.0", "commit-and-tag-version": "^12.4.1" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-stylelint/package.json b/packages/autotool-plugin-stylelint/package.json index 044512b1..80251fff 100644 --- a/packages/autotool-plugin-stylelint/package.json +++ b/packages/autotool-plugin-stylelint/package.json @@ -57,10 +57,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "stylelint": "^16.5.0", diff --git a/packages/autotool-plugin-svelte/package.json b/packages/autotool-plugin-svelte/package.json index 79f84ee6..69f10b02 100644 --- a/packages/autotool-plugin-svelte/package.json +++ b/packages/autotool-plugin-svelte/package.json @@ -64,10 +64,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@pakk/cli": "^0.9.0", "@sveltejs/adapter-auto": "^3.2.0", "@sveltejs/adapter-node": "^5.0.1", diff --git a/packages/autotool-plugin-ts/package.json b/packages/autotool-plugin-ts/package.json index 389df424..f84e4a83 100644 --- a/packages/autotool-plugin-ts/package.json +++ b/packages/autotool-plugin-ts/package.json @@ -65,10 +65,10 @@ "typescript": "^5.4.5" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "ts-node": "^10.9.2", diff --git a/packages/autotool-plugin-turbo/package.json b/packages/autotool-plugin-turbo/package.json index 1aaebfa6..920f0da0 100644 --- a/packages/autotool-plugin-turbo/package.json +++ b/packages/autotool-plugin-turbo/package.json @@ -56,10 +56,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "turbo": "^1.13.3", diff --git a/packages/autotool-plugin-typedoc/package.json b/packages/autotool-plugin-typedoc/package.json index a34ba57c..7e2595cb 100644 --- a/packages/autotool-plugin-typedoc/package.json +++ b/packages/autotool-plugin-typedoc/package.json @@ -59,10 +59,10 @@ "typedoc": "^0.25.13" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-vite/package.json b/packages/autotool-plugin-vite/package.json index f9a9576f..a178ea69 100644 --- a/packages/autotool-plugin-vite/package.json +++ b/packages/autotool-plugin-vite/package.json @@ -60,10 +60,10 @@ "vite": "^5.2.11" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "turbowatch": "^2.29.4", diff --git a/packages/autotool-plugin-vitepress/package.json b/packages/autotool-plugin-vitepress/package.json index d079bf6c..901dcabc 100644 --- a/packages/autotool-plugin-vitepress/package.json +++ b/packages/autotool-plugin-vitepress/package.json @@ -55,10 +55,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-vitest/package.json b/packages/autotool-plugin-vitest/package.json index a61d71e9..f878ff9c 100644 --- a/packages/autotool-plugin-vitest/package.json +++ b/packages/autotool-plugin-vitest/package.json @@ -60,10 +60,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@lcov-viewer/cli": "^1.3.0", "@types/node": "^20.12.12", "@vitest/coverage-v8": "^1.6.0", diff --git a/packages/autotool-plugin-vscode/package.json b/packages/autotool-plugin-vscode/package.json index b20f1c18..c441ec32 100644 --- a/packages/autotool-plugin-vscode/package.json +++ b/packages/autotool-plugin-vscode/package.json @@ -59,10 +59,10 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/autotool-plugin-workspace/package.json b/packages/autotool-plugin-workspace/package.json index da115fec..dc1404ea 100644 --- a/packages/autotool-plugin-workspace/package.json +++ b/packages/autotool-plugin-workspace/package.json @@ -57,11 +57,11 @@ "autotool-plugin": "^0.5.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", - "@alexaegis/nuke": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", + "@alexaegis/nuke": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 862b0039..09d0d5c1 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -59,10 +59,10 @@ "@alexaegis/standard-version": "^0.10.4" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@commitlint/types": "^19.0.3", "@types/node": "^20.12.12", "publint": "^0.2.8", diff --git a/packages/eslint-config-core/package.json b/packages/eslint-config-core/package.json index b9ab4ad4..5f7a016c 100644 --- a/packages/eslint-config-core/package.json +++ b/packages/eslint-config-core/package.json @@ -50,22 +50,20 @@ "./readme": "./readme.md" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", - "eslint": "^8.57.0", - "eslint-config-next": "^14.1.4", + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.13", + "@typescript-eslint/parser": "8.0.0-alpha.13", + "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.13.0", - "eslint-plugin-react": "^7.34.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-config-turbo": "^1.13.3", + "eslint-plugin-unicorn": "^53.0.0", "typescript": "^5.4.5" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", "publint": "^0.2.8", "vite": "^5.2.11", diff --git a/packages/eslint-config-svelte/package.json b/packages/eslint-config-svelte/package.json index e3eb5446..204958f1 100644 --- a/packages/eslint-config-svelte/package.json +++ b/packages/eslint-config-svelte/package.json @@ -51,23 +51,21 @@ "./readme": "./readme.md" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.13", + "@typescript-eslint/parser": "8.0.0-alpha.13", "eslint": "^8.57.0", - "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.13.0", - "eslint-plugin-react": "^7.34.1", - "eslint-plugin-svelte": "^2.35.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-config-turbo": "^1.13.3", + "eslint-plugin-svelte": "^2.39.0", + "eslint-plugin-unicorn": "^53.0.0", "typescript": "^5.4.5" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", "publint": "^0.2.8", "vite": "^5.2.11", diff --git a/packages/eslint-config-vitest/package.json b/packages/eslint-config-vitest/package.json index 4caa937d..016afa82 100644 --- a/packages/eslint-config-vitest/package.json +++ b/packages/eslint-config-vitest/package.json @@ -50,20 +50,18 @@ "./readme": "./readme.md" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", - "eslint": "^8.57.0", - "eslint-config-next": "^14.1.4", + "@typescript-eslint/eslint-plugin": "8.0.0-alpha.13", + "@typescript-eslint/parser": "8.0.0-alpha.13", + "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", - "eslint-config-turbo": "^1.13.0", - "eslint-plugin-react": "^7.34.1", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-config-turbo": "^1.13.3", + "eslint-plugin-unicorn": "^53.0.0", "typescript": "^5.4.5" }, "devDependencies": { - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.12", "publint": "^0.2.8", "vite": "^5.2.11", diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 2892cdf7..f7c065de 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -55,11 +55,11 @@ "typescript": "^5.4.5" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", - "@types/eslint": "^8.56.6", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", + "@types/eslint": "^8.56.10", "@types/lint-staged": "^13.3.0", "@types/node": "^20.12.12", "publint": "^0.2.8", diff --git a/packages/nuke/package.json b/packages/nuke/package.json index 9768d1f8..c5bc5c4a 100644 --- a/packages/nuke/package.json +++ b/packages/nuke/package.json @@ -60,10 +60,10 @@ "globby": "^14.0.1" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index bdb2b6f7..ceccff83 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -54,10 +54,10 @@ "prettier-plugin-tailwindcss": "^0.5.14" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "prettier": "^3.2.5", "publint": "^0.2.8", diff --git a/packages/remark-preset/package.json b/packages/remark-preset/package.json index d6ca8fb2..501fe98e 100644 --- a/packages/remark-preset/package.json +++ b/packages/remark-preset/package.json @@ -69,10 +69,10 @@ "prettier": "^3.2.5" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "unified": "^11.0.4", diff --git a/packages/standard-version/package.json b/packages/standard-version/package.json index 9443dce8..7e1946c5 100644 --- a/packages/standard-version/package.json +++ b/packages/standard-version/package.json @@ -57,10 +57,10 @@ "js-yaml": "^4.1.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/js-yaml": "^4.0.9", "@types/node": "^20.12.12", "publint": "^0.2.8", diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index c29d0382..91f95e75 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -55,10 +55,10 @@ "stylelint-config-standard-scss": "^13.1.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "stylelint": "^16.5.0", diff --git a/packages/svelte-config/package.json b/packages/svelte-config/package.json index b55ec920..d1399bcd 100644 --- a/packages/svelte-config/package.json +++ b/packages/svelte-config/package.json @@ -58,10 +58,10 @@ "svelte-preprocess": "^5.1.4" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "stylelint": "^16.5.0", diff --git a/packages/ts/package.json b/packages/ts/package.json index e0b41758..7e401eab 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -54,16 +54,16 @@ "./web": "./web.json" }, "dependencies": { - "@alexaegis/vite": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", "@types/node": "^20.12.12", "ts-node": "^10.9.2", "typescript": "^5.4.5", "vite": "^5.2.11" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "publint": "^0.2.8", "vite": "^5.2.11", "vitest": "^1.6.0" diff --git a/packages/turbowatch/package.json b/packages/turbowatch/package.json index 0da0ecf6..f676b264 100644 --- a/packages/turbowatch/package.json +++ b/packages/turbowatch/package.json @@ -60,10 +60,10 @@ "@alexaegis/workspace-tools": "^0.9.1" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "turbowatch": "^2.29.4", diff --git a/packages/vitepress/package.json b/packages/vitepress/package.json index 784470ba..72499c51 100644 --- a/packages/vitepress/package.json +++ b/packages/vitepress/package.json @@ -56,10 +56,10 @@ "vite-plugin-pakk": "^0.9.0" }, "devDependencies": { - "@alexaegis/eslint-config-vitest": "^0.10.4", + "@alexaegis/eslint-config-vitest": "workspace:^0.10.4", "@alexaegis/ts": "^0.10.4", - "@alexaegis/vite": "^0.10.4", - "@alexaegis/vitest": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", + "@alexaegis/vitest": "workspace:^0.10.4", "@types/node": "^20.12.12", "publint": "^0.2.8", "typescript": "^5.4.5", diff --git a/packages/vitest/package.json b/packages/vitest/package.json index e7c97840..478aee5f 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -75,7 +75,7 @@ "vitest": "^1.6.0" }, "devDependencies": { - "@alexaegis/vite": "^0.10.4", + "@alexaegis/vite": "workspace:^0.10.4", "publint": "^0.2.8", "vite": "^5.2.11" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90e064fc..cce68cd2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ importers: specifier: ^1.3.0 version: 1.3.0 '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -111,14 +111,14 @@ importers: specifier: ^12.4.1 version: 12.4.1 commitlint: - specifier: ^19.2.1 - version: 19.2.1(@types/node@20.12.12)(typescript@5.4.5) + specifier: ^19.3.0 + version: 19.3.0(@types/node@20.12.12)(typescript@5.4.5) depcheck: specifier: ^1.4.7 version: 1.4.7 eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^9.3.0 + version: 9.3.0 husky: specifier: ^9.0.11 version: 9.0.11 @@ -169,7 +169,7 @@ importers: version: 5.4.5 vitepress: specifier: 1.2.0 - version: 1.2.0(@algolia/client-search@4.22.1)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + version: 1.2.0(@algolia/client-search@4.23.3)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) vitest: specifier: ^1.6.0 version: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) @@ -184,29 +184,29 @@ importers: specifier: ^0.10.4 version: 0.10.4(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../../packages/eslint-config-vitest '@alexaegis/prettier-config': - specifier: ^0.10.4 - version: 0.10.4(prettier@3.2.5)(svelte@4.2.17) + specifier: workspace:^0.10.4 + version: link:../../packages/prettier-config '@alexaegis/stylelint-config': specifier: ^0.10.4 - version: 0.10.4(postcss-html@1.6.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) + version: 0.10.4(postcss-html@1.7.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) '@alexaegis/svelte-config': specifier: ^0.10.4 version: 0.10.4(encoding@0.1.13)(postcss-load-config@5.1.0(postcss@8.4.38))(postcss@8.4.38)(svelte@4.2.17)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)) '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/turbowatch': specifier: workspace:^ version: link:../../packages/turbowatch '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../../packages/vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../../packages/vitest '@skeletonlabs/skeleton': specifier: ^2.10.0 version: 2.10.0(svelte@4.2.17) @@ -237,24 +237,18 @@ importers: autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.38) - eslint-config-next: - specifier: ^14.1.4 - version: 14.1.4(eslint@8.57.0)(typescript@5.4.5) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) eslint-config-turbo: - specifier: ^1.13.0 - version: 1.13.0(eslint@8.57.0) - eslint-plugin-react: - specifier: ^7.34.1 - version: 7.34.1(eslint@8.57.0) + specifier: ^1.13.3 + version: 1.13.3(eslint@8.57.0) eslint-plugin-svelte: - specifier: ^2.35.1 - version: 2.35.1(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) + specifier: ^2.39.0 + version: 2.39.0(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) eslint-plugin-unicorn: - specifier: ^51.0.1 - version: 51.0.1(eslint@8.57.0) + specifier: ^53.0.0 + version: 53.0.0(eslint@8.57.0) postcss: specifier: ^8.4.38 version: 8.4.38 @@ -299,23 +293,23 @@ importers: specifier: ^0.10.4 version: 0.10.4(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../../packages/eslint-config-vitest '@alexaegis/prettier-config': - specifier: ^0.10.4 - version: 0.10.4(prettier@3.2.5)(svelte@4.2.17) + specifier: workspace:^0.10.4 + version: link:../../packages/prettier-config '@alexaegis/stylelint-config': specifier: ^0.10.4 - version: 0.10.4(postcss-html@1.6.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) + version: 0.10.4(postcss-html@1.7.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) '@alexaegis/svelte-config': specifier: ^0.10.4 version: 0.10.4(encoding@0.1.13)(postcss-load-config@5.1.0(postcss@8.4.38))(postcss@8.4.38)(svelte@4.2.17)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)) '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../../packages/vitest '@pakk/cli': specifier: ^0.9.0 version: 0.9.0 @@ -347,20 +341,20 @@ importers: libs/example-ts-lib: devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../../packages/eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../../packages/vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../../packages/vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -374,8 +368,8 @@ importers: packages/autotool-plugin-commitlint: dependencies: '@alexaegis/commitlint-config': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../commitlint-config '@alexaegis/logging': specifier: ^0.9.1 version: 0.9.1 @@ -384,20 +378,20 @@ importers: version: 0.5.0 commitlint: specifier: ^19.2.1 - version: 19.2.1(@types/node@20.12.12)(typescript@5.4.5) + version: 19.3.0(@types/node@20.12.12)(typescript@5.4.5) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -427,17 +421,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -467,17 +461,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -507,29 +501,29 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-core': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-core '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^9.3.0 + version: 9.3.0 publint: specifier: ^0.2.8 version: 0.2.8 @@ -553,17 +547,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -590,17 +584,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -620,14 +614,14 @@ importers: packages/autotool-plugin-husky: dependencies: '@alexaegis/lint-staged-config': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../lint-staged-config '@alexaegis/logging': specifier: ^0.9.1 version: 0.9.1 '@commitlint/config-conventional': specifier: ^19.1.0 - version: 19.1.0 + version: 19.2.2 autotool-plugin: specifier: ^0.5.0 version: 0.5.0 @@ -639,17 +633,17 @@ importers: version: 15.2.2 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -679,20 +673,20 @@ importers: version: 16.14.20 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/nuke': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../nuke '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -715,8 +709,8 @@ importers: specifier: ^0.9.1 version: 0.9.1 '@alexaegis/prettier-config': - specifier: ^0.10.4 - version: 0.10.4(prettier@3.2.5)(svelte@4.2.17) + specifier: workspace:^0.10.4 + version: link:../prettier-config autotool-plugin: specifier: ^0.5.0 version: 0.5.0 @@ -731,17 +725,17 @@ importers: version: 0.5.14(prettier-plugin-svelte@3.2.3(prettier@3.2.5)(svelte@4.2.17))(prettier@3.2.5) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -768,17 +762,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -801,24 +795,24 @@ importers: specifier: ^0.9.1 version: 0.9.1 '@alexaegis/remark-preset': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../remark-preset autotool-plugin: specifier: ^0.5.0 version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -844,8 +838,8 @@ importers: specifier: ^0.9.1 version: 0.9.1 '@alexaegis/standard-version': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../standard-version autotool-plugin: specifier: ^0.5.0 version: 0.5.0 @@ -854,17 +848,17 @@ importers: version: 12.4.1 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -891,17 +885,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -937,17 +931,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@pakk/cli': specifier: ^0.9.0 version: 0.9.0 @@ -1019,17 +1013,17 @@ importers: version: 5.4.5 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1056,17 +1050,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1102,17 +1096,17 @@ importers: version: 0.25.13(typescript@5.4.5) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1145,17 +1139,17 @@ importers: version: 5.2.11(@types/node@20.12.12) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1182,17 +1176,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1207,7 +1201,7 @@ importers: version: 5.2.11(@types/node@20.12.12) vitepress: specifier: 1.2.0 - version: 1.2.0(@algolia/client-search@4.22.1)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + version: 1.2.0(@algolia/client-search@4.23.3)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) vitest: specifier: ^1.6.0 version: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) @@ -1228,17 +1222,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@lcov-viewer/cli': specifier: ^1.3.0 version: 1.3.0 @@ -1271,17 +1265,17 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1308,20 +1302,20 @@ importers: version: 0.5.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/nuke': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../nuke '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1345,17 +1339,17 @@ importers: version: 0.10.4 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@commitlint/types': specifier: ^19.0.3 version: 19.0.3 @@ -1378,48 +1372,42 @@ importers: packages/eslint-config-core: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(@typescript-eslint/parser@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^7.3.1 - version: 7.3.1(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) eslint: - specifier: ^8.57.0 - version: 8.57.0 - eslint-config-next: - specifier: ^14.1.4 - version: 14.1.4(eslint@8.57.0)(typescript@5.4.5) + specifier: ^9.3.0 + version: 9.3.0 eslint-config-prettier: specifier: ^9.1.0 - version: 9.1.0(eslint@8.57.0) + version: 9.1.0(eslint@9.3.0) eslint-config-turbo: - specifier: ^1.13.0 - version: 1.13.0(eslint@8.57.0) - eslint-plugin-react: - specifier: ^7.34.1 - version: 7.34.1(eslint@8.57.0) + specifier: ^1.13.3 + version: 1.13.3(eslint@9.3.0) eslint-plugin-unicorn: - specifier: ^51.0.1 - version: 51.0.1(eslint@8.57.0) + specifier: ^53.0.0 + version: 53.0.0(eslint@9.3.0) typescript: specifier: ^5.4.5 version: 5.4.5 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1436,51 +1424,45 @@ importers: packages/eslint-config-svelte: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(@typescript-eslint/parser@8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^7.3.1 - version: 7.3.1(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5) eslint: specifier: ^8.57.0 version: 8.57.0 - eslint-config-next: - specifier: ^14.1.4 - version: 14.1.4(eslint@8.57.0)(typescript@5.4.5) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) eslint-config-turbo: - specifier: ^1.13.0 - version: 1.13.0(eslint@8.57.0) - eslint-plugin-react: - specifier: ^7.34.1 - version: 7.34.1(eslint@8.57.0) + specifier: ^1.13.3 + version: 1.13.3(eslint@8.57.0) eslint-plugin-svelte: - specifier: ^2.35.1 - version: 2.35.1(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) + specifier: ^2.39.0 + version: 2.39.0(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) eslint-plugin-unicorn: - specifier: ^51.0.1 - version: 51.0.1(eslint@8.57.0) + specifier: ^53.0.0 + version: 53.0.0(eslint@8.57.0) typescript: specifier: ^5.4.5 version: 5.4.5 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1497,42 +1479,36 @@ importers: packages/eslint-config-vitest: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(@typescript-eslint/parser@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/parser': - specifier: ^7.3.1 - version: 7.3.1(eslint@8.57.0)(typescript@5.4.5) + specifier: 8.0.0-alpha.13 + version: 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) eslint: - specifier: ^8.57.0 - version: 8.57.0 - eslint-config-next: - specifier: ^14.1.4 - version: 14.1.4(eslint@8.57.0)(typescript@5.4.5) + specifier: ^9.3.0 + version: 9.3.0 eslint-config-prettier: specifier: ^9.1.0 - version: 9.1.0(eslint@8.57.0) + version: 9.1.0(eslint@9.3.0) eslint-config-turbo: - specifier: ^1.13.0 - version: 1.13.0(eslint@8.57.0) - eslint-plugin-react: - specifier: ^7.34.1 - version: 7.34.1(eslint@8.57.0) + specifier: ^1.13.3 + version: 1.13.3(eslint@9.3.0) eslint-plugin-unicorn: - specifier: ^51.0.1 - version: 51.0.1(eslint@8.57.0) + specifier: ^53.0.0 + version: 53.0.0(eslint@9.3.0) typescript: specifier: ^5.4.5 version: 5.4.5 devDependencies: '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1559,20 +1535,20 @@ importers: version: 5.4.5 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/eslint': - specifier: ^8.56.6 - version: 8.56.6 + specifier: ^8.56.10 + version: 8.56.10 '@types/lint-staged': specifier: ^13.3.0 version: 13.3.0 @@ -1608,17 +1584,17 @@ importers: version: 14.0.1 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1645,17 +1621,17 @@ importers: version: 0.5.14(prettier-plugin-svelte@3.2.3(prettier@3.2.5)(svelte@4.2.17))(prettier@3.2.5) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1722,17 +1698,17 @@ importers: version: 3.2.5 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1765,17 +1741,17 @@ importers: version: 4.1.0 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/js-yaml': specifier: ^4.0.9 version: 4.0.9 @@ -1799,7 +1775,7 @@ importers: dependencies: stylelint-config-html: specifier: ^1.1.0 - version: 1.1.0(postcss-html@1.6.0)(stylelint@16.5.0(typescript@5.4.5)) + version: 1.1.0(postcss-html@1.7.0)(stylelint@16.5.0(typescript@5.4.5)) stylelint-config-standard: specifier: ^36.0.0 version: 36.0.0(stylelint@16.5.0(typescript@5.4.5)) @@ -1808,17 +1784,17 @@ importers: version: 13.1.0(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1863,17 +1839,17 @@ importers: version: 5.1.4(postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.38))(postcss@8.4.38)(svelte@4.2.17)(typescript@5.4.5) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1896,8 +1872,8 @@ importers: packages/ts: dependencies: '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1912,11 +1888,11 @@ importers: version: 5.2.11(@types/node@20.12.12) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest publint: specifier: ^0.2.8 version: 0.2.8 @@ -1937,17 +1913,17 @@ importers: version: 0.9.1 devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -1977,7 +1953,7 @@ importers: version: 5.2.11(@types/node@20.12.12) vite-plugin-pakk: specifier: ^0.9.0 - version: 0.9.0(rollup@4.13.0) + version: 0.9.0(rollup@4.17.2) devDependencies: '@types/node': specifier: ^20.12.12 @@ -2002,20 +1978,20 @@ importers: version: 5.2.11(@types/node@20.12.12) vite-plugin-pakk: specifier: ^0.9.0 - version: 0.9.0(rollup@4.13.0) + version: 0.9.0(rollup@4.17.2) devDependencies: '@alexaegis/eslint-config-vitest': - specifier: ^0.10.4 - version: 0.10.4 + specifier: workspace:^0.10.4 + version: link:../eslint-config-vitest '@alexaegis/ts': specifier: ^0.10.4 - version: 0.10.4(rollup@4.13.0) + version: 0.10.4(rollup@4.17.2) '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite '@alexaegis/vitest': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + specifier: workspace:^0.10.4 + version: link:../vitest '@types/node': specifier: ^20.12.12 version: 20.12.12 @@ -2048,8 +2024,8 @@ importers: version: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) devDependencies: '@alexaegis/vite': - specifier: ^0.10.4 - version: 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + specifier: workspace:^0.10.4 + version: link:../vite publint: specifier: ^0.2.8 version: 0.2.8 @@ -2059,26 +2035,10 @@ importers: packages: - '@aashutoshrathi/word-wrap@1.2.6': - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} - - '@alexaegis/cli-tools@0.9.0': - resolution: {integrity: sha512-Y47jxj0zdndJKNwLUws2dzHHRmRnmxjf32T5gAc3PJRsoa6pPpvBwCa9PvgreU2s7xVClfzC3Uq6j12TkhWM+Q==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/cli-tools@0.9.1': resolution: {integrity: sha512-eMUawx8wvfXTjCZ3Ed8zYsZFHzaOhSq0cuNPh7xEJSXvzDpg0nly4/va/Hmmm5+6ddnoLcR46vQhXIZVCr9tRQ==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/commitlint-config@0.10.4': - resolution: {integrity: sha512-uU03dHdBZtRSZ2RSpiYllXSfpbENaENC82+RL3dINMSMDXTbgr7dpbL5TT08F2QHcKIi598kNFjK78mhVrqbew==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - - '@alexaegis/common@0.9.0': - resolution: {integrity: sha512-OrH07unT12fbxOiW0vdIq9TyLnS0pyIIInesV8A3KK07S9NUg7+1FLKyjxOYPsOpW+V0HqBlB1/yQ7mWVGS6iQ==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/common@0.9.1': resolution: {integrity: sha512-gRuniEbDCkfj40fZQfBV1cv/n9iM4Ik8slH/8n102N5oV42B4a5tYmSo2ElOYGh78vGOVipGuJFbxLG2DP+Idg==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} @@ -2088,63 +2048,26 @@ packages: engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} hasBin: true - '@alexaegis/eslint-config-core@0.10.4': - resolution: {integrity: sha512-yceO5EyPMtEfDaeKIn1OjANj5weHTTRqhYu7KsDITzHqH4as2SM6tz7IZQef+MqCaYKwMD69IInm0yVJqGxNFw==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/eslint-config-svelte@0.10.4': resolution: {integrity: sha512-4izWvwvM02i/LJwwZ7in4ZTJksMP3yNMCO+hNwRlbFxHZEQ1EK6ofRD/utslRP8cKdflh4qAuo/n4f+u5SJ6nA==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/eslint-config-vitest@0.10.4': - resolution: {integrity: sha512-tbmIFYU5xqNByrDFgP5EIo7qpud7T0O0oG5Z3J4EQFeet2CkFZopxJNW2Kg/JvTZLcmvU8fPYDAuq8VYyQNbZQ==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - - '@alexaegis/fs@0.9.0': - resolution: {integrity: sha512-OW0fe3TT0OXLglM91Kq4Pk11UgoRDXkQ4/iWYC3HYYUgliiJrGBCKZSryM0WJoCgyVOuaJdgMiMbD9GB3ELUnQ==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/fs@0.9.1': resolution: {integrity: sha512-MVPIL+JjyOyUBcqu8a115B2Sa3iNqPxH9rP27VMavVz+8E5gTx2H4Xe6gh95F2YDBji3j0nPVwX1FACFVV+sfg==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/lint-staged-config@0.10.4': - resolution: {integrity: sha512-2OFAPQuaFPgm4W2PvHxvfutTMPhETwFL4JVljkvkpRLGOEHLgYsxKxacU1gWnmxsFf1+86R+pXhzn6vZUKcYAw==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - - '@alexaegis/logging@0.9.0': - resolution: {integrity: sha512-u/ftKce25hyvqa9Y044Ni9W9YCIPFDZBIdcTmzW81W8xGwGXRSAiQ317uZUhcLCjwFS+01hSlm6k4DdL75uxuQ==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/logging@0.9.1': resolution: {integrity: sha512-q5xnCTMdrj7qKnJyULObJoRB/jQxdwAyknybm26rZV4suuZt1cQppl9vdgnKyfhtwo849oMuiTUSh7PgIO42Yg==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/match@0.9.0': - resolution: {integrity: sha512-MfRcI7jHvy/0rMAwBrQxaSNlUMm/+kGLXoWme6XRxLEW4EgltOB0L7Miu9YlAzHUKVaGlX8lSjAKb8XDCG5S8A==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/match@0.9.1': resolution: {integrity: sha512-1JafxIcBGxbbX3KFrAqhKsRCQ+MEFySfSi5HZJ3BnHaDldNlVNngK0aDM/NbFwQxn/0QGi4tC/7eU6IoeqZbig==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/nuke@0.10.4': - resolution: {integrity: sha512-ib4gGLQ94P/s+uWfXfbLZzjT8LnsC+X85lV22aAtjikPfuBr1kca6HO+tnKJTCCzei1e9QQQeSI02CCqThocLA==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - hasBin: true - '@alexaegis/predicate@0.9.1': resolution: {integrity: sha512-RzH6r/Zs8YMaGiulBxqoR3uhD/8L3Wy2Wi8vFZc5B3yifSiXuO/7adz19apA/bHXOLEtyH/NJyXSh0Sj4Tig2w==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/prettier-config@0.10.4': - resolution: {integrity: sha512-rbk5JIrlCIPSRNHrupecBQOSiWJUgPKeKcGcAjD7DmGNbt+IFkU8lYR7ytRO3nkj4C9Mnvsxma9zkvfq1UDcGg==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - - '@alexaegis/remark-preset@0.10.4': - resolution: {integrity: sha512-wWqaOpTUkG0qcJsaQOzGuPin6fnesAn8mDf4K5JTak0yrZ3IQXskPTgQQaM8REsmzAJnqdpNepG2CrvQayOZQw==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/standard-version@0.10.4': resolution: {integrity: sha512-oXKPmKDUQ0s8i0tDLxg5WWgUJ3mQbmVG6++9TM1IQg0ORuAC1D6gPc6xMe+QzqJMX/imA/5l/Ef2E5TKROwD8g==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} @@ -2165,14 +2088,6 @@ packages: resolution: {integrity: sha512-Pk7/dKM+22dqRZ5QacIsGyFeE0T9ZYuwP59ldI5077pjiioU28ZjA5yXnGLbkRRMxa6qMbv9htn9OEgtm4iCqA==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/vitest@0.10.4': - resolution: {integrity: sha512-qeU7xO9O7sTaipZYvQNgjMAKz7KJdpKOU8fvu/8LGtP3MHzw8GC1BjUzegnJkvrR/7sX7FSuFzbPvna4I7/caA==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - - '@alexaegis/workspace-tools@0.9.0': - resolution: {integrity: sha512-R0rY5jJNQ8FLV5FyoTNA4WBbJbMilV4r4QnhpbRWO+C5ZjUDiaurT1Hmc5gVOLqEHyonoJV0QhjTnr8/0JYAPA==} - engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} - '@alexaegis/workspace-tools@0.9.1': resolution: {integrity: sha512-GmUsDHUks7x/a6k6Y+e+NXnz4scJkps+5WKAF9QsWtYkabS7thLbOaXLlMXoCP5wm6Mpgu3jJqt0yBC8ZLJqvw==} engines: {node: '>=18.10.0', pnpm: '>=8.0.0'} @@ -2197,47 +2112,50 @@ packages: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - '@algolia/cache-browser-local-storage@4.22.1': - resolution: {integrity: sha512-Sw6IAmOCvvP6QNgY9j+Hv09mvkvEIDKjYW8ow0UDDAxSXy664RBNQk3i/0nt7gvceOJ6jGmOTimaZoY1THmU7g==} + '@algolia/cache-browser-local-storage@4.23.3': + resolution: {integrity: sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==} + + '@algolia/cache-common@4.23.3': + resolution: {integrity: sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==} - '@algolia/cache-common@4.22.1': - resolution: {integrity: sha512-TJMBKqZNKYB9TptRRjSUtevJeQVXRmg6rk9qgFKWvOy8jhCPdyNZV1nB3SKGufzvTVbomAukFR8guu/8NRKBTA==} + '@algolia/cache-in-memory@4.23.3': + resolution: {integrity: sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==} - '@algolia/cache-in-memory@4.22.1': - resolution: {integrity: sha512-ve+6Ac2LhwpufuWavM/aHjLoNz/Z/sYSgNIXsinGofWOysPilQZPUetqLj8vbvi+DHZZaYSEP9H5SRVXnpsNNw==} + '@algolia/client-account@4.23.3': + resolution: {integrity: sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==} - '@algolia/client-account@4.22.1': - resolution: {integrity: sha512-k8m+oegM2zlns/TwZyi4YgCtyToackkOpE+xCaKCYfBfDtdGOaVZCM5YvGPtK+HGaJMIN/DoTL8asbM3NzHonw==} + '@algolia/client-analytics@4.23.3': + resolution: {integrity: sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==} - '@algolia/client-analytics@4.22.1': - resolution: {integrity: sha512-1ssi9pyxyQNN4a7Ji9R50nSdISIumMFDwKNuwZipB6TkauJ8J7ha/uO60sPJFqQyqvvI+px7RSNRQT3Zrvzieg==} + '@algolia/client-common@4.23.3': + resolution: {integrity: sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==} - '@algolia/client-common@4.22.1': - resolution: {integrity: sha512-IvaL5v9mZtm4k4QHbBGDmU3wa/mKokmqNBqPj0K7lcR8ZDKzUorhcGp/u8PkPC/e0zoHSTvRh7TRkGX3Lm7iOQ==} + '@algolia/client-personalization@4.23.3': + resolution: {integrity: sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==} - '@algolia/client-personalization@4.22.1': - resolution: {integrity: sha512-sl+/klQJ93+4yaqZ7ezOttMQ/nczly/3GmgZXJ1xmoewP5jmdP/X/nV5U7EHHH3hCUEHeN7X1nsIhGPVt9E1cQ==} + '@algolia/client-search@4.23.3': + resolution: {integrity: sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==} - '@algolia/client-search@4.22.1': - resolution: {integrity: sha512-yb05NA4tNaOgx3+rOxAmFztgMTtGBi97X7PC3jyNeGiwkAjOZc2QrdZBYyIdcDLoI09N0gjtpClcackoTN0gPA==} + '@algolia/logger-common@4.23.3': + resolution: {integrity: sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==} - '@algolia/logger-common@4.22.1': - resolution: {integrity: sha512-OnTFymd2odHSO39r4DSWRFETkBufnY2iGUZNrMXpIhF5cmFE8pGoINNPzwg02QLBlGSaLqdKy0bM8S0GyqPLBg==} + '@algolia/logger-console@4.23.3': + resolution: {integrity: sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==} - '@algolia/logger-console@4.22.1': - resolution: {integrity: sha512-O99rcqpVPKN1RlpgD6H3khUWylU24OXlzkavUAMy6QZd1776QAcauE3oP8CmD43nbaTjBexZj2nGsBH9Tc0FVA==} + '@algolia/recommend@4.23.3': + resolution: {integrity: sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==} - '@algolia/requester-browser-xhr@4.22.1': - resolution: {integrity: sha512-dtQGYIg6MteqT1Uay3J/0NDqD+UciHy3QgRbk7bNddOJu+p3hzjTRYESqEnoX/DpEkaNYdRHUKNylsqMpgwaEw==} + '@algolia/requester-browser-xhr@4.23.3': + resolution: {integrity: sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==} - '@algolia/requester-common@4.22.1': - resolution: {integrity: sha512-dgvhSAtg2MJnR+BxrIFqlLtkLlVVhas9HgYKMk2Uxiy5m6/8HZBL40JVAMb2LovoPFs9I/EWIoFVjOrFwzn5Qg==} + '@algolia/requester-common@4.23.3': + resolution: {integrity: sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==} - '@algolia/requester-node-http@4.22.1': - resolution: {integrity: sha512-JfmZ3MVFQkAU+zug8H3s8rZ6h0ahHZL/SpMaSasTCGYR5EEJsCc8SI5UZ6raPN2tjxa5bxS13BRpGSBUens7EA==} + '@algolia/requester-node-http@4.23.3': + resolution: {integrity: sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==} - '@algolia/transporter@4.22.1': - resolution: {integrity: sha512-kzWgc2c9IdxMa3YqA6TN0NW5VrKYYW/BELIn7vnLyn+U/RFdZ4lxxt9/8yq3DKV5snvoDzzO4ClyejZRdV3lMQ==} + '@algolia/transporter@4.23.3': + resolution: {integrity: sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==} '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -2250,16 +2168,12 @@ packages: '@asamuzakjp/dom-selector@2.0.2': resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} - '@babel/code-frame@7.23.5': - resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.24.2': resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.24.1': - resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} + '@babel/generator@7.24.5': + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} '@babel/helper-environment-visitor@7.22.20': @@ -2274,63 +2188,41 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} - - '@babel/helper-string-parser@7.23.4': - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + '@babel/helper-split-export-declaration@7.24.5': + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - - '@babel/highlight@7.23.4': - resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + '@babel/helper-validator-identifier@7.24.5': + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.2': - resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + '@babel/highlight@7.24.5': + resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.23.9': - resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.24.1': - resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.24.5': resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/runtime@7.24.1': - resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} - engines: {node: '>=6.9.0'} - - '@babel/template@7.23.9': - resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} + '@babel/runtime@7.24.5': + resolution: {integrity: sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.1': - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + '@babel/template@7.24.0': + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} - '@babel/types@7.23.9': - resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} + '@babel/traverse@7.24.5': + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.0': - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + '@babel/types@7.24.5': + resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': @@ -2340,13 +2232,13 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@commitlint/cli@19.2.1': - resolution: {integrity: sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==} + '@commitlint/cli@19.3.0': + resolution: {integrity: sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==} engines: {node: '>=v18'} hasBin: true - '@commitlint/config-conventional@19.1.0': - resolution: {integrity: sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==} + '@commitlint/config-conventional@19.2.2': + resolution: {integrity: sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==} engines: {node: '>=v18'} '@commitlint/config-validator@19.0.3': @@ -2361,16 +2253,16 @@ packages: resolution: {integrity: sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==} engines: {node: '>=v18'} - '@commitlint/format@19.0.3': - resolution: {integrity: sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==} + '@commitlint/format@19.3.0': + resolution: {integrity: sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==} engines: {node: '>=v18'} - '@commitlint/is-ignored@19.0.3': - resolution: {integrity: sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==} + '@commitlint/is-ignored@19.2.2': + resolution: {integrity: sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==} engines: {node: '>=v18'} - '@commitlint/lint@19.1.0': - resolution: {integrity: sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==} + '@commitlint/lint@19.2.2': + resolution: {integrity: sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==} engines: {node: '>=v18'} '@commitlint/load@19.2.0': @@ -2413,22 +2305,22 @@ packages: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} - '@csstools/css-parser-algorithms@2.6.1': - resolution: {integrity: sha512-ubEkAaTfVZa+WwGhs5jbo5Xfqpeaybr/RvWzvFxRs4jfq16wH8l8Ty/QEEpINxll4xhuGfdMbipRyz5QZh9+FA==} + '@csstools/css-parser-algorithms@2.6.3': + resolution: {integrity: sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: - '@csstools/css-tokenizer': ^2.2.4 + '@csstools/css-tokenizer': ^2.3.1 - '@csstools/css-tokenizer@2.2.4': - resolution: {integrity: sha512-PuWRAewQLbDhGeTvFuq2oClaSCKPIBmHyIobCV39JHRYN0byDcUWJl5baPeNUcqrjtdMNqFooE0FGl31I3JOqw==} + '@csstools/css-tokenizer@2.3.1': + resolution: {integrity: sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==} engines: {node: ^14 || ^16 || >=18} - '@csstools/media-query-list-parser@2.1.9': - resolution: {integrity: sha512-qqGuFfbn4rUmyOB0u8CVISIp5FfJ5GAR3mBrZ9/TKndHakdnm6pY0L/fbLcpPnrzwCyyTEZl1nUcXAYHEWneTA==} + '@csstools/media-query-list-parser@2.1.11': + resolution: {integrity: sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: - '@csstools/css-parser-algorithms': ^2.6.1 - '@csstools/css-tokenizer': ^2.2.4 + '@csstools/css-parser-algorithms': ^2.6.3 + '@csstools/css-tokenizer': ^2.3.1 '@csstools/selector-specificity@3.1.1': resolution: {integrity: sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==} @@ -2614,10 +2506,18 @@ packages: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/eslintrc@3.1.0': + resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@8.57.0': resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/js@9.3.0': + resolution: {integrity: sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@gar/promisify@1.1.3': resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} @@ -2625,12 +2525,20 @@ packages: resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} + '@humanwhocodes/config-array@0.13.0': + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} + engines: {node: '>=10.10.0'} + '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} - '@humanwhocodes/object-schema@2.0.2': - resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + + '@humanwhocodes/retry@0.3.0': + resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} + engines: {node: '>=18.18'} '@hutson/parse-repository-url@3.0.2': resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} @@ -2652,10 +2560,6 @@ packages: resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} - '@jridgewell/resolve-uri@3.1.1': - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} - engines: {node: '>=6.0.0'} - '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -2681,11 +2585,11 @@ packages: resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} hasBin: true - '@microsoft/api-extractor-model@7.28.3': - resolution: {integrity: sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==} + '@microsoft/api-extractor-model@7.28.13': + resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} - '@microsoft/api-extractor@7.39.0': - resolution: {integrity: sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==} + '@microsoft/api-extractor@7.43.0': + resolution: {integrity: sha512-GFhTcJpB+MI6FhvXEI9b2K0snulNLWHqC/BbcJtyNYcKUiw7l3Lgis5ApsYncJ0leALX7/of4XfmXk+maT111w==} hasBin: true '@microsoft/tsdoc-config@0.16.2': @@ -2694,8 +2598,8 @@ packages: '@microsoft/tsdoc@0.14.2': resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - '@next/eslint-plugin-next@14.1.4': - resolution: {integrity: sha512-n4zYNLSyCo0Ln5b7qxqQeQ34OZKXwgbdcx6kmkQbywr+0k6M3Vinft0T72R6CDAcDrne2IAgSud4uWCzFgc5HA==} + '@next/eslint-plugin-next@14.2.3': + resolution: {integrity: sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -2709,29 +2613,29 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@npmcli/config@8.1.0': - resolution: {integrity: sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==} + '@npmcli/config@8.3.2': + resolution: {integrity: sha512-IMzf+fhRXibqh9mBwXK/QFIr97SAlZjfwsWPEz/2pST1cE9k9LcwznO7aDNXJoMrDjxPHZmb2bAAKASsa6EedA==} engines: {node: ^16.14.0 || >=18.0.0} '@npmcli/fs@2.1.2': resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - '@npmcli/fs@3.1.0': - resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} + '@npmcli/fs@3.1.1': + resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} '@npmcli/git@4.1.0': resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - '@npmcli/installed-package-contents@2.0.2': - resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} + '@npmcli/installed-package-contents@2.1.0': + resolution: {integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true - '@npmcli/map-workspaces@3.0.4': - resolution: {integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==} + '@npmcli/map-workspaces@3.0.6': + resolution: {integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} '@npmcli/move-file@2.0.1': @@ -2823,87 +2727,110 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.13.0': - resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==} + '@rollup/rollup-android-arm-eabi@4.17.2': + resolution: {integrity: sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.13.0': - resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==} + '@rollup/rollup-android-arm64@4.17.2': + resolution: {integrity: sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.13.0': - resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==} + '@rollup/rollup-darwin-arm64@4.17.2': + resolution: {integrity: sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.13.0': - resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==} + '@rollup/rollup-darwin-x64@4.17.2': + resolution: {integrity: sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.13.0': - resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==} + '@rollup/rollup-linux-arm-gnueabihf@4.17.2': + resolution: {integrity: sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.17.2': + resolution: {integrity: sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.13.0': - resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} + '@rollup/rollup-linux-arm64-gnu@4.17.2': + resolution: {integrity: sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.13.0': - resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} + '@rollup/rollup-linux-arm64-musl@4.17.2': + resolution: {integrity: sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.13.0': - resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} + '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': + resolution: {integrity: sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.17.2': + resolution: {integrity: sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.13.0': - resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} + '@rollup/rollup-linux-s390x-gnu@4.17.2': + resolution: {integrity: sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.17.2': + resolution: {integrity: sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.13.0': - resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} + '@rollup/rollup-linux-x64-musl@4.17.2': + resolution: {integrity: sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.13.0': - resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} + '@rollup/rollup-win32-arm64-msvc@4.17.2': + resolution: {integrity: sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.13.0': - resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==} + '@rollup/rollup-win32-ia32-msvc@4.17.2': + resolution: {integrity: sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.13.0': - resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==} + '@rollup/rollup-win32-x64-msvc@4.17.2': + resolution: {integrity: sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==} cpu: [x64] os: [win32] - '@rushstack/eslint-patch@1.8.0': - resolution: {integrity: sha512-0HejFckBN2W+ucM6cUOlwsByTKt9/+0tWhqUffNIcHqCXkthY/mZ7AuYPK/2IIaGWhdl0h+tICDO0ssLMd6XMQ==} + '@rushstack/eslint-patch@1.10.3': + resolution: {integrity: sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==} - '@rushstack/node-core-library@3.62.0': - resolution: {integrity: sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==} + '@rushstack/node-core-library@4.0.2': + resolution: {integrity: sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/rig-package@0.5.1': - resolution: {integrity: sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==} + '@rushstack/rig-package@0.5.2': + resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} - '@rushstack/ts-command-line@4.17.1': - resolution: {integrity: sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==} + '@rushstack/terminal@0.10.0': + resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/ts-command-line@4.19.1': + resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} '@schemastore/package@0.0.10': resolution: {integrity: sha512-D3LxMCnkgsb4LO5sDKf6E+yahM2SqpEHmkqMPDSJis5Cy/j2MgWo/g/iq0lECK0mrPWfx3hqKm2ZJlqxwbRJQA==} @@ -2987,8 +2914,8 @@ packages: peerDependencies: svelte: ^3.44.0 || ^4.0.0 || ^5.0.0-next.1 - '@sveltejs/vite-plugin-svelte-inspector@2.0.0': - resolution: {integrity: sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==} + '@sveltejs/vite-plugin-svelte-inspector@2.1.0': + resolution: {integrity: sha512-9QX28IymvBlSCqsCll5t0kQVxipsfhFFL+L2t3nTWfXnddYwxBuAEtTtlaVQpRz9c37BhJjltSeY4AJSC03SSg==} engines: {node: ^18.0.0 || >=20} peerDependencies: '@sveltejs/vite-plugin-svelte': ^3.0.0 @@ -3010,8 +2937,8 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - '@tsconfig/node10@1.0.9': - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} + '@tsconfig/node10@1.0.11': + resolution: {integrity: sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==} '@tsconfig/node12@1.0.11': resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} @@ -3045,11 +2972,11 @@ packages: '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - '@types/eslint@8.56.6': - resolution: {integrity: sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==} + '@types/eslint@8.56.10': + resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} - '@types/estree-jsx@1.0.4': - resolution: {integrity: sha512-5idy3hvI9lAMqsyilBM+N+boaCf1MgoefbDxN6KEO5aK17TOHwFAYT9sjxzeKAiIWRUBgLxmZ9mPcnzZXtTcRQ==} + '@types/estree-jsx@1.0.5': + resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -3057,9 +2984,6 @@ packages: '@types/fs-extra@11.0.4': resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - '@types/hast@2.3.10': - resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} - '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -3093,11 +3017,8 @@ packages: '@types/markdown-it@14.1.1': resolution: {integrity: sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==} - '@types/mdast@3.0.15': - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} - - '@types/mdast@4.0.3': - resolution: {integrity: sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==} + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} @@ -3111,8 +3032,8 @@ packages: '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/node@18.19.26': - resolution: {integrity: sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==} + '@types/node@18.19.33': + resolution: {integrity: sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==} '@types/node@20.12.12': resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} @@ -3162,8 +3083,8 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@7.3.1': - resolution: {integrity: sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==} + '@typescript-eslint/eslint-plugin@7.9.0': + resolution: {integrity: sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -3173,18 +3094,29 @@ packages: typescript: optional: true - '@typescript-eslint/parser@6.21.0': - resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} + '@typescript-eslint/eslint-plugin@8.0.0-alpha.13': + resolution: {integrity: sha512-FQeu2HGVZ6wDAn2m6MxpS+or7LyBEjjCXnFv79aCJtcJnxtgDQa0po88GHZv1tZwzIsgxQ3bnbz4vNgbPisMbA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@7.2.0': + resolution: {integrity: sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/parser@7.3.1': - resolution: {integrity: sha512-Rq49+pq7viTRCH48XAbTA+wdLRrB/3sRq4Lpk0oGDm0VmnjBrAOVXH/Laalmwsv2VpekiEfVFwJYVk6/e8uvQw==} + '@typescript-eslint/parser@7.9.0': + resolution: {integrity: sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -3193,16 +3125,30 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@6.21.0': - resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} + '@typescript-eslint/parser@8.0.0-alpha.13': + resolution: {integrity: sha512-CWFhVzrA6n7OeTHmvtxxUy+BSvUwHl8BcT6QsVi87MGcGQpLQZ1TeU0kYoIISkzFojoULF5q0de9hP/FbANi/g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@7.2.0': + resolution: {integrity: sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/scope-manager@7.3.1': - resolution: {integrity: sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==} + '@typescript-eslint/scope-manager@7.9.0': + resolution: {integrity: sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/type-utils@7.3.1': - resolution: {integrity: sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==} + '@typescript-eslint/scope-manager@8.0.0-alpha.13': + resolution: {integrity: sha512-5XA+tfDumd6Y5GWVFMF2810HB8GIijMawdLgMptSeN3CeOfxQB1J3EBtmbgSWuValNSvV6jujIxKRVgnrZ/WpA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/type-utils@7.9.0': + resolution: {integrity: sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -3211,16 +3157,29 @@ packages: typescript: optional: true - '@typescript-eslint/types@6.21.0': - resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} + '@typescript-eslint/type-utils@8.0.0-alpha.13': + resolution: {integrity: sha512-4Rkwf4YaQIqeF/l2/F9hqxiWlr9P5a0M7Ep0kK99WDYDAhABraIgvsScd2PAtKU1smJXdozbqKDywKCg6etH5Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@7.2.0': + resolution: {integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/types@7.3.1': - resolution: {integrity: sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==} + '@typescript-eslint/types@7.9.0': + resolution: {integrity: sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/typescript-estree@6.21.0': - resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} + '@typescript-eslint/types@8.0.0-alpha.13': + resolution: {integrity: sha512-uJN8BSa8YHs9E/lFR9nkzLyaEijXGzMLgkh8DuQMlOP8epqJ9Jnzx+gOFUIyJV+C8uavpGp+YnCMvq4IDG9L+Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/typescript-estree@7.2.0': + resolution: {integrity: sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -3228,8 +3187,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@7.3.1': - resolution: {integrity: sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==} + '@typescript-eslint/typescript-estree@7.9.0': + resolution: {integrity: sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -3237,25 +3196,44 @@ packages: typescript: optional: true - '@typescript-eslint/utils@7.3.1': - resolution: {integrity: sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==} + '@typescript-eslint/typescript-estree@8.0.0-alpha.13': + resolution: {integrity: sha512-p5SZlikPhHg4510ttfqwjwMgBG7ehzRj5dLk8JR5x9bV0D8zWNotqkWNa0vftbYHb+mdGV6D9zNrJwDjWVd4ag==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@7.9.0': + resolution: {integrity: sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@6.21.0': - resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} + '@typescript-eslint/utils@8.0.0-alpha.13': + resolution: {integrity: sha512-BMAbK/fC7RgvRjGQh8AixfQErFXIpCqL1DfFmMnp+oBZvYLON/4/iIj0yPPpY3E8gbljT7s4LHVkNSu7K/MQug==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + + '@typescript-eslint/visitor-keys@7.2.0': + resolution: {integrity: sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/visitor-keys@7.3.1': - resolution: {integrity: sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==} + '@typescript-eslint/visitor-keys@7.9.0': + resolution: {integrity: sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/visitor-keys@8.0.0-alpha.13': + resolution: {integrity: sha512-q8r/RVc5AtAnnRGqKBIoWMwChET2hqydVGqAXlvXXnB6JOE3prpMLvnpUp7JK1jma3VPt2JieCGhzX3YZSLY/Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@vercel/nft@0.26.4': - resolution: {integrity: sha512-j4jCOOXke2t8cHZCIxu1dzKLHLcFmYzC3yqAK6MfZznOL1QIJKd0xcFsXK3zcqzU7ScsE2zWkiMMNHGMHgp+FA==} + '@vercel/nft@0.26.5': + resolution: {integrity: sha512-NHxohEqad6Ra/r4lGknO52uc/GrWILXAMs1BB4401GTqww0fw1bAqzpG1XHuDO+dprg4GvsD9ZLLSsdo78p9hQ==} engines: {node: '>=16'} hasBin: true @@ -3300,27 +3278,15 @@ packages: '@volar/typescript@1.11.1': resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} - '@vue/compiler-core@3.4.21': - resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} - '@vue/compiler-core@3.4.27': resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} - '@vue/compiler-dom@3.4.21': - resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} - '@vue/compiler-dom@3.4.27': resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} - '@vue/compiler-sfc@3.4.21': - resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} - '@vue/compiler-sfc@3.4.27': resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} - '@vue/compiler-ssr@3.4.21': - resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} - '@vue/compiler-ssr@3.4.27': resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} @@ -3357,9 +3323,6 @@ packages: peerDependencies: vue: 3.4.27 - '@vue/shared@3.4.21': - resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} - '@vue/shared@3.4.27': resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} @@ -3424,8 +3387,8 @@ packages: resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - acorn-import-attributes@1.9.2: - resolution: {integrity: sha512-O+nfJwNolEA771IYJaiLWK1UAwjNsQmZbTRqqwBYxCgVQTmpFEMvBw6LOIQV0Me339L5UMVYFyRohGnGlQDdIQ==} + acorn-import-attributes@1.9.5: + resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} peerDependencies: acorn: ^8 @@ -3450,8 +3413,8 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} - agent-base@7.1.0: - resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} + agent-base@7.1.1: + resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==} engines: {node: '>= 14'} agentkeepalive@4.5.0: @@ -3465,17 +3428,17 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} - algoliasearch@4.22.1: - resolution: {integrity: sha512-jwydKFQJKIx9kIZ8Jm44SdpigFwRGPESaxZBaHSV0XWN2yBJAOT4mT7ppvlrpA4UGzz92pqFnVKr/kaZXrcreg==} + algoliasearch@4.23.3: + resolution: {integrity: sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==} ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} - ansi-escapes@6.2.0: - resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==} + ansi-escapes@6.2.1: + resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} engines: {node: '>=14.16'} ansi-regex@5.0.1: @@ -3653,8 +3616,8 @@ packages: bidi-js@1.0.3: resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} - binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} bindings@1.5.0: @@ -3677,11 +3640,6 @@ packages: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} - browserslist@4.22.3: - resolution: {integrity: sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -3697,9 +3655,6 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} - builtins@5.0.1: - resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} - cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -3751,11 +3706,8 @@ packages: resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} engines: {node: '>=14.16'} - caniuse-lite@1.0.30001585: - resolution: {integrity: sha512-yr2BWR1yLXQ8fMpdS/4ZZXpseBgE7o4g41x3a6AJOqZuOi+iE/WdJYAuZ6Y95i4Ohd2Y+9MzIWRR+uGABH4s3Q==} - - caniuse-lite@1.0.30001600: - resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==} + caniuse-lite@1.0.30001620: + resolution: {integrity: sha512-WJvYsOjd1/BYUY6SNGUosK9DUidBPDTnOARHp3fSmFO1ekdxaY6nKRttEVrfMmYi80ctS0kz1wiWmm14fVc3ew==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -3823,8 +3775,8 @@ packages: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - cli-table3@0.6.4: - resolution: {integrity: sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==} + cli-table3@0.6.5: + resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} engines: {node: 10.* || >= 12.*} cli-truncate@4.0.0: @@ -3867,10 +3819,6 @@ packages: colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - colors@1.2.5: - resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} - engines: {node: '>=0.1.90'} - combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -3903,8 +3851,8 @@ packages: engines: {node: '>=18'} hasBin: true - commitlint@19.2.1: - resolution: {integrity: sha512-avW7E38gbdbUK7NIi/7gfkaKwlw8tjXy2HlmEdBS9A9+HeoHV1o/i96Sc9qjX0rKyPzKEsLi6cP3Wt3xM0kjEA==} + commitlint@19.3.0: + resolution: {integrity: sha512-B8eUVQCjz+1ZAjR3LC3+vzKg7c4/qN4QhSxkjp0u0v7Pi79t9CsnGAluvveKmFh56e885zgToPL5ax+l8BHTPg==} engines: {node: '>=v18'} hasBin: true @@ -3924,6 +3872,9 @@ packages: resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} engines: {'0': node >= 6.0} + confbox@0.1.7: + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} + config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} @@ -4038,8 +3989,8 @@ packages: resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} engines: {node: '>= 0.6'} - core-js-compat@3.35.1: - resolution: {integrity: sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==} + core-js-compat@3.37.1: + resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -4250,10 +4201,6 @@ packages: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} - diff@5.1.0: - resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} - engines: {node: '>=0.3.1'} - dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -4304,11 +4251,8 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - electron-to-chromium@1.4.662: - resolution: {integrity: sha512-gfl1XVWTQmPHhqEG0kN77SpUxaqPpMb9r83PT4gvKhg7P3irSxru3lW85RxvK1uI1j2CAcTWPjG/HbE0IP/Rtg==} - - electron-to-chromium@1.4.715: - resolution: {integrity: sha512-XzWNH4ZSa9BwVUQSDorPWAUQ5WGuYz7zJUNpNif40zFCiCl20t8zgylmreNmn26h5kiyw2lg7RfTmeMBsDklqg==} + electron-to-chromium@1.4.774: + resolution: {integrity: sha512-132O1XCd7zcTkzS3FgkAzKmnBuNJjK8WjcTtNuoylj7MYbqw5eXehjQ5OK91g0zm7OTKIPeaAG4CPoRfD9M1Mg==} emoji-regex@10.3.0: resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} @@ -4322,8 +4266,8 @@ packages: encoding@0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} - enhanced-resolve@5.16.0: - resolution: {integrity: sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==} + enhanced-resolve@5.16.1: + resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} engines: {node: '>=10.13.0'} entities@4.5.0: @@ -4340,8 +4284,8 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - es-abstract@1.23.2: - resolution: {integrity: sha512-60s3Xv2T2p1ICykc7c+DNDPLDMm9t4QxCOUU0K9JxiLjM3C1zB9YVdN7tjxrFd4+AkZ8CdX1ovUga4P2+1e+/w==} + es-abstract@1.23.3: + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} engines: {node: '>= 0.4'} es-define-property@1.0.0: @@ -4352,8 +4296,8 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-iterator-helpers@1.0.18: - resolution: {integrity: sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==} + es-iterator-helpers@1.0.19: + resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} engines: {node: '>= 0.4'} es-object-atoms@1.0.0: @@ -4399,14 +4343,14 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-compat-utils@0.1.2: - resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} + eslint-compat-utils@0.5.0: + resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} engines: {node: '>=12'} peerDependencies: eslint: '>=6.0.0' - eslint-config-next@14.1.4: - resolution: {integrity: sha512-cihIahbhYAWwXJwZkAaRPpUi5t9aOi/HdfWXOjZeUOqNWXHD8X22kd1KG58Dc3MVaRx3HoR/oMGk2ltcrqDn8g==} + eslint-config-next@14.2.3: + resolution: {integrity: sha512-ZkNztm3Q7hjqvB1rRlOX8P9E/cXRL9ajRcs8jufEtwMfTVYRqnmtnaSu57QqHyBlovMuiB8LEzfLBkh5RYV6Fg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -4420,8 +4364,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-config-turbo@1.13.0: - resolution: {integrity: sha512-xV13WrEjAJLeo6yqR1YEv5R5WPwNMyw8f4FlK2C4zWMr7e8ZiRg81jajltabEOZdeVboHIQ6gGn+FnSmgdVSSQ==} + eslint-config-turbo@1.13.3: + resolution: {integrity: sha512-if/QtwEiWZ5b7Bg8yZBPSvS0TeCG2Zvfa/+XBYANS7uSYucjmW+BBC8enJB0PqpB/YLGGOumeo3x7h1Nuba9iw==} peerDependencies: eslint: '>6.6.0' @@ -4472,8 +4416,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-react-hooks@4.6.0: - resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} + eslint-plugin-react-hooks@4.6.2: + resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 @@ -4484,18 +4428,18 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-svelte@2.35.1: - resolution: {integrity: sha512-IF8TpLnROSGy98Z3NrsKXWDSCbNY2ReHDcrYTuXZMbfX7VmESISR78TWgO9zdg4Dht1X8coub5jKwHzP0ExRug==} + eslint-plugin-svelte@2.39.0: + resolution: {integrity: sha512-FXktBLXsrxbA+6ZvJK2z/sQOrUKyzSg3fNWK5h0reSCjr2fjAsc9ai/s/JvSl4Hgvz3nYVtTIMwarZH5RcB7BA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0-0 - svelte: ^3.37.0 || ^4.0.0 + eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 + svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.112 peerDependenciesMeta: svelte: optional: true - eslint-plugin-turbo@1.13.0: - resolution: {integrity: sha512-y9YRXMSOc43SijAFFkDnrFpstV2k/w6Qmbr5mO/w7tUGzDWkHc87btLa0e/L2PJxod5bzNwsmzeyj8c/AsMMCQ==} + eslint-plugin-turbo@1.13.3: + resolution: {integrity: sha512-RjmlnqYsEqnJ+U3M3IS5jLJDjWv5NsvReCpsC61n5pJ4JMHTZ/lU0EIoL1ccuL1L5wP0APzdXdByBxERcPQ+Nw==} peerDependencies: eslint: '>6.6.0' @@ -4505,22 +4449,45 @@ packages: peerDependencies: eslint: '>=8.56.0' + eslint-plugin-unicorn@53.0.0: + resolution: {integrity: sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==} + engines: {node: '>=18.18'} + peerDependencies: + eslint: '>=8.56.0' + eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-scope@8.0.1: + resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-visitor-keys@4.0.0: + resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true + eslint@9.3.0: + resolution: {integrity: sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + esm-env@1.0.0: resolution: {integrity: sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==} + espree@10.0.1: + resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4733,8 +4700,8 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - fx@31.0.0: - resolution: {integrity: sha512-OoeYSPKqNKmfnH4s+rGYI0c8OZmqqOOXsUtqy0YyHqQQoQSDiDs3m3M9uXKx5OQR+jDx7/FhYqpO3kl/As/xgg==} + fx@34.0.0: + resolution: {integrity: sha512-/fZih3/WLsrtlaj2mahjWxAmyuikmcl3D5kKPqLtFmEilLsy9wp0+/vEmfvYXXhwJc+ajtCFDCf+yttXmPMHSQ==} hasBin: true gauge@3.0.2: @@ -4781,8 +4748,8 @@ packages: resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} - get-tsconfig@4.7.3: - resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} + get-tsconfig@4.7.5: + resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} git-raw-commits@2.0.11: resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} @@ -4880,8 +4847,12 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} - globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + globals@14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} globalyzer@0.1.0: @@ -4963,10 +4934,6 @@ packages: resolution: {integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} - hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} @@ -4997,8 +4964,8 @@ packages: resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - hosted-git-info@7.0.1: - resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} + hosted-git-info@7.0.2: + resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} html-encoding-sniffer@4.0.0: @@ -5022,8 +4989,8 @@ packages: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} engines: {node: '>= 6'} - http-proxy-agent@7.0.0: - resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==} + http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} http2-wrapper@2.2.1: @@ -5034,8 +5001,8 @@ packages: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} - https-proxy-agent@7.0.2: - resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} + https-proxy-agent@7.0.4: + resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} human-signals@5.0.0: @@ -5058,8 +5025,8 @@ packages: resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - ignore-walk@6.0.4: - resolution: {integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==} + ignore-walk@6.0.5: + resolution: {integrity: sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} ignore@5.3.1: @@ -5074,8 +5041,8 @@ packages: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} - import-meta-resolve@4.0.0: - resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} + import-meta-resolve@4.1.0: + resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} @@ -5145,10 +5112,6 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} - is-buffer@2.0.5: - resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} - engines: {node: '>=4'} - is-builtin-module@3.2.1: resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} engines: {node: '>=6'} @@ -5367,8 +5330,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-tokens@8.0.3: - resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} + js-tokens@9.0.0: + resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} @@ -5422,8 +5385,8 @@ packages: json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@3.0.1: - resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} + json-parse-even-better-errors@3.0.2: + resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} json-parse-helpfulerror@1.0.3: @@ -5481,12 +5444,12 @@ packages: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - known-css-properties@0.29.0: - resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} - known-css-properties@0.30.0: resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==} + known-css-properties@0.31.0: + resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} + kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} @@ -5541,8 +5504,8 @@ packages: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} - load-plugin@6.0.2: - resolution: {integrity: sha512-3KRkTvCOsyNrx4zvBl/+ZMqPdVyp26TIf6xkmfEGuGwCfNQ/HzhktwbJCxd1KJpzPbK42t/WVOL3cX+TDaMRuQ==} + load-plugin@6.0.3: + resolution: {integrity: sha512-kc0X2FEUZr145odl68frm+lMJuQ23+rTXYmR6TImqPtbpmXC4vVXbWKDQ9IzndA0HfyQamWfKLhzsqGSTxE63w==} local-pkg@0.5.0: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} @@ -5634,8 +5597,8 @@ packages: resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lru-cache@10.2.0: - resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} + lru-cache@10.2.2: + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} engines: {node: 14 || >=16.14} lru-cache@6.0.0: @@ -5652,12 +5615,8 @@ packages: magic-string@0.30.10: resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} - magic-string@0.30.8: - resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} - engines: {node: '>=12'} - - magicast@0.3.3: - resolution: {integrity: sha512-ZbrP1Qxnpoes8sz47AM0z08U+jW6TyRgZzcWy3Ma3vDhJttwMwAFDMMQFobwdBxByBD46JYmxRzeF7w2+wJEuw==} + magicast@0.3.4: + resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==} make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} @@ -5707,9 +5666,6 @@ packages: mathml-tag-names@2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} - mdast-comment-marker@2.1.2: - resolution: {integrity: sha512-HED3ezseRVkBzZ0uK4q6RJMdufr/2p3VfVZstE3H1N9K8bwtspztWo6Xd7rEatuGNoCXaBna8oEqMwUn0Ve1bw==} - mdast-comment-marker@3.0.0: resolution: {integrity: sha512-bt08sLmTNg00/UtVDiqZKocxqvQqqyQZAg1uaRuO/4ysXV5motg7RolF5o5yy/sY1rG0v2XgZEqFWho1+2UquA==} @@ -5719,9 +5675,6 @@ packages: mdast-util-find-and-replace@3.0.1: resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==} - mdast-util-from-markdown@1.3.1: - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} - mdast-util-from-markdown@2.0.0: resolution: {integrity: sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==} @@ -5743,15 +5696,9 @@ packages: mdast-util-gfm@3.0.0: resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==} - mdast-util-heading-style@2.0.1: - resolution: {integrity: sha512-0L5rthU4xKDVbw+UQ7D8Y8xOEsX4JXZvemWoEAsL+WAaeSH+TvVVwFnTb3G/OrjyP4VYQULoNWU+PdZfkmNu4A==} - mdast-util-heading-style@3.0.0: resolution: {integrity: sha512-tsUfM9Kj9msjlemA/38Z3pvraQay880E3zP2NgIthMoGcpU9bcPX9oSM6QC/+eFXGGB4ba+VCB1dKAPHB7Veug==} - mdast-util-mdx-expression@1.3.2: - resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} - mdast-util-mdx-expression@2.0.0: resolution: {integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==} @@ -5764,24 +5711,15 @@ packages: mdast-util-mdxjs-esm@2.0.1: resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==} - mdast-util-phrasing@3.0.1: - resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} - mdast-util-phrasing@4.1.0: resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==} mdast-util-to-hast@13.1.0: resolution: {integrity: sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==} - mdast-util-to-markdown@1.5.0: - resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} - mdast-util-to-markdown@2.1.0: resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==} - mdast-util-to-string@3.2.0: - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} - mdast-util-to-string@4.0.0: resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} @@ -5810,11 +5748,8 @@ packages: microdiff@1.4.0: resolution: {integrity: sha512-OBKBOa1VBznvLPb/3ljeJaENVe0fO0lnWl77lR4vhPlQD71UpjEoRV5P0KdQkcjbFlBu1Oy2mEUBMU3wxcBAGg==} - micromark-core-commonmark@1.1.0: - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} - - micromark-core-commonmark@2.0.0: - resolution: {integrity: sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==} + micromark-core-commonmark@2.0.1: + resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==} micromark-extension-gfm-autolink-literal@2.0.0: resolution: {integrity: sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==} @@ -5837,123 +5772,63 @@ packages: micromark-extension-gfm@3.0.0: resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==} - micromark-factory-destination@1.1.0: - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} - micromark-factory-destination@2.0.0: resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==} - micromark-factory-label@1.1.0: - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} - micromark-factory-label@2.0.0: resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==} - micromark-factory-space@1.1.0: - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} - micromark-factory-space@2.0.0: resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==} - micromark-factory-title@1.1.0: - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} - micromark-factory-title@2.0.0: resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==} - micromark-factory-whitespace@1.1.0: - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} - micromark-factory-whitespace@2.0.0: resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==} - micromark-util-character@1.2.0: - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} - micromark-util-character@2.1.0: resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} - micromark-util-chunked@1.1.0: - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} - micromark-util-chunked@2.0.0: resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==} - micromark-util-classify-character@1.1.0: - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} - micromark-util-classify-character@2.0.0: resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==} - micromark-util-combine-extensions@1.1.0: - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} - micromark-util-combine-extensions@2.0.0: resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==} - micromark-util-decode-numeric-character-reference@1.1.0: - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} - micromark-util-decode-numeric-character-reference@2.0.1: resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==} - micromark-util-decode-string@1.1.0: - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} - micromark-util-decode-string@2.0.0: resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==} - micromark-util-encode@1.1.0: - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} - micromark-util-encode@2.0.0: resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} - micromark-util-html-tag-name@1.2.0: - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} - micromark-util-html-tag-name@2.0.0: resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==} - micromark-util-normalize-identifier@1.1.0: - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} - micromark-util-normalize-identifier@2.0.0: resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==} - micromark-util-resolve-all@1.1.0: - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} - micromark-util-resolve-all@2.0.0: resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==} - micromark-util-sanitize-uri@1.2.0: - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} - micromark-util-sanitize-uri@2.0.0: resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} - micromark-util-subtokenize@1.1.0: - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} - - micromark-util-subtokenize@2.0.0: - resolution: {integrity: sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==} - - micromark-util-symbol@1.1.0: - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} + micromark-util-subtokenize@2.0.1: + resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==} micromark-util-symbol@2.0.0: resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} - micromark-util-types@1.1.0: - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} - micromark-util-types@2.0.0: resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - micromark@3.2.0: - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} - micromark@4.0.0: resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==} @@ -5989,6 +5864,9 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} + minimatch@3.0.8: + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -6008,6 +5886,10 @@ packages: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} + minimatch@9.0.4: + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} + engines: {node: '>=16 || 14 >=14.17'} + minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -6023,8 +5905,8 @@ packages: resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - minipass-fetch@3.0.4: - resolution: {integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==} + minipass-fetch@3.0.5: + resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} minipass-flush@1.0.5: @@ -6054,8 +5936,8 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - minipass@7.0.4: - resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} + minipass@7.1.1: + resolution: {integrity: sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==} engines: {node: '>=16 || 14 >=14.17'} minisearch@6.3.0: @@ -6077,8 +5959,8 @@ packages: engines: {node: '>=10'} hasBin: true - mlly@1.6.1: - resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} + mlly@1.7.0: + resolution: {integrity: sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==} modify-values@1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} @@ -6143,8 +6025,8 @@ packages: resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - node-gyp-build@4.8.0: - resolution: {integrity: sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==} + node-gyp-build@4.8.1: + resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true node-gyp@9.4.1: @@ -6165,8 +6047,8 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true - nopt@7.2.0: - resolution: {integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==} + nopt@7.2.1: + resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true @@ -6197,8 +6079,8 @@ packages: resolution: {integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - npm-bundled@3.0.0: - resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} + npm-bundled@3.0.1: + resolution: {integrity: sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} npm-check-updates@16.14.20: @@ -6250,8 +6132,8 @@ packages: resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - nwsapi@2.2.7: - resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} + nwsapi@2.2.10: + resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==} object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} @@ -6303,8 +6185,8 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} - optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} p-cancelable@3.0.0: @@ -6436,10 +6318,6 @@ packages: path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} - path-scurry@1.11.1: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} @@ -6471,9 +6349,6 @@ packages: periscopic@3.1.0: resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} @@ -6498,8 +6373,8 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} - pkg-types@1.0.3: - resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} + pkg-types@1.1.1: + resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==} please-upgrade-node@3.2.0: resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} @@ -6512,8 +6387,8 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - postcss-html@1.6.0: - resolution: {integrity: sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==} + postcss-html@1.7.0: + resolution: {integrity: sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==} engines: {node: ^12 || >=14} postcss-import@15.1.0: @@ -6597,10 +6472,6 @@ packages: peerDependencies: postcss: ^8.4.29 - postcss-selector-parser@6.0.15: - resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} - engines: {node: '>=4'} - postcss-selector-parser@6.0.16: resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} engines: {node: '>=4'} @@ -6612,8 +6483,8 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} - preact@10.20.1: - resolution: {integrity: sha512-JIFjgFg9B2qnOoGiYMVBtrcFxHqn+dNXbq76bVmcaHYJFYR4lW67AOcXgAYQQTDYXDOg/kTZrKPNCdRgJ2UJmw==} + preact@10.22.0: + resolution: {integrity: sha512-RRurnSjJPj4rp5K6XoP45Ui33ncb7e4H7WiOHVpjbkvqvA3U+N8Z6Qbo0AE6leGYBV66n8EhEaFixvIu3SkxFw==} prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} @@ -6694,6 +6565,10 @@ packages: resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + proc-log@4.2.0: + resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -6781,8 +6656,8 @@ packages: react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + react-is@18.3.1: + resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} read-cache@1.0.0: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} @@ -6860,339 +6735,171 @@ packages: remark-gfm@4.0.0: resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==} - remark-lint-blockquote-indentation@3.1.2: - resolution: {integrity: sha512-5DOrFsZd5dXqA4p/VZvWSrqIWNFbBXjX7IV/FkVkxlNhNF/0FMf/4v8x1I2W3mzaZ7yDsWS/egpZnmligq1ckQ==} - remark-lint-blockquote-indentation@4.0.0: resolution: {integrity: sha512-hdUvn+KsJbBKpY9jLY01PmfpJ/WGhLu9GJMXQGU8ADXJc+F5DWSgKAr6GQ1IUKqvGYdEML/KZ61WomWFUuecVA==} - remark-lint-checkbox-character-style@4.1.2: - resolution: {integrity: sha512-5ITz+1cCuJ3Jv/Q7rKgDEucCOnIgjWDnSHPJA1tb4TI/D316h+ALbDhZIpP8gyfAm6sBAh3Pwz9XZJN2uJB5UQ==} - remark-lint-checkbox-character-style@5.0.0: resolution: {integrity: sha512-K0G/Nok59fb2q5KUxcemBVt+ymnhTkDVLJAatZ4PAh9At8y0DGctHdU27jWsuvO0Fs7Zy62Usk7IJE2VO89p1w==} - remark-lint-code-block-style@3.1.2: - resolution: {integrity: sha512-3wsWmzzdyEsB9sOzBOf46TSkwwVKXN2JpTEQb6feN0Tl6Vg75F7T9MHqMz7aqk/56bOXSxUzdpXDscGBhziLRA==} - remark-lint-code-block-style@4.0.0: resolution: {integrity: sha512-LKBKMVruEO0tzDnnnqi1TfUcnwY6Mo7cVtZM4E4pKt3KMhtvgU2wD68/MxDOEJd0pmnLrEgIadv74bY0gWhZpg==} - remark-lint-definition-case@3.1.2: - resolution: {integrity: sha512-/VxucJKEFykOe2ILgi0LLia0RaSyOPQXpR+tuX4MK3iKxIm7aT2oINgR9ugLpI15xJ463LyTi5mXf+BGveXeWA==} - remark-lint-definition-case@4.0.0: resolution: {integrity: sha512-XBmMmj8ii0KZUuJf7ZaVXDGp2+DWE02re9qn/6mV23rBpsDmpz7U1lQWRlwFQIE5q5bxIxP5pX7hDeTH0Egy9Q==} - remark-lint-definition-spacing@3.1.2: - resolution: {integrity: sha512-l058jAKfZfCOmlbIzoTll+CrZm9Bh42ZVCHcODPSZC8Yx4terCKgIoks+RWJDEdUbEw0YQoYvPc59ZVmp3BIew==} - remark-lint-definition-spacing@4.0.0: resolution: {integrity: sha512-t6nP8unz6z/DLBTWeOmDFHPFbX3E2PbNgt2fTazRbVnMC6z3o25hBzg5hI6DL0MPt2ZTRX++rJsGRjb+vgh/tQ==} - remark-lint-emphasis-marker@3.1.2: - resolution: {integrity: sha512-hPZ8vxZrIfxmLA5B66bA8y3PdHjcCQuaLsySIqi5PM2DkpN6a7zAP3v1znyRSaYJ1ANVWcu00/0bNzuUjflGCA==} - remark-lint-emphasis-marker@4.0.0: resolution: {integrity: sha512-xIRiB4PFWUOyIslN/UOPL6Lh+J0VD4R11+jo+W4hpGMNsg58l+2SgtdbinlXzDeoBxmaaka9n/sYpJ7cJWEIPQ==} - remark-lint-fenced-code-flag@3.1.2: - resolution: {integrity: sha512-yh4m3dlPmRsqM/BFhpqHYfrmBvFQ+D5dZZKDDYP2rf3YEoXlEVt8T8lWQueTTSxcq6yXAqL/XQL/iqqUHlLcHw==} - remark-lint-fenced-code-flag@4.0.0: resolution: {integrity: sha512-Zs0wJd4nRvBo/9NWQVfWg5Ykapbo0Zzw/SyZc3f0h73S1gTZZcfeU+bA5oDivlBdcUgLBsyHRE0QaoaVvN3/Wg==} - remark-lint-fenced-code-marker@3.1.2: - resolution: {integrity: sha512-6XNqjOuhT+0c7Q/22aCsMz61ne9g8HRpYF79EXQPdbzYa+PcfPXMiQKStONY3PfC8OE2/3WXI2zcs8w9x+8+VQ==} - remark-lint-fenced-code-marker@4.0.0: resolution: {integrity: sha512-WFN88Rx78m4/HSbW3Kx2XAYbVfzYns4bJd9qpwDD90DA3nc59zciYd01xi6Bk3n9vSs5gIlmG7xkwxVHHJ8KCA==} - remark-lint-file-extension@2.1.2: - resolution: {integrity: sha512-Nq54F5R7F1gyj/IMW6SvkAbVNrH+p38WK3//KCoZLDUYFrH0oXgXXFGHi9CT/O0VEopW+bWJfTn8YAJRs0qI5Q==} - remark-lint-file-extension@3.0.0: resolution: {integrity: sha512-wrOKiGvcl/ftB7FkeX2/l13ALvhKXV77HGR8AXo86cVY2pD+K0WdOC52DV3ldgpUXpWzE9kcgF8bbkxwzKpFFg==} - remark-lint-final-definition@3.1.2: - resolution: {integrity: sha512-3O3JT6xqlrgq+UjhMPxshgMtwXn99w0BEO9JwbDls49N0XCu0n22Pq1n6X3tEVzskPLo3YYyVYfW2Z2C2rneKQ==} - remark-lint-final-definition@4.0.1: resolution: {integrity: sha512-51T9oSdA7wuhjSdgGo0snO1BY39Igt9cJQi7XpgtgFsbfQk8zSSAUAc/rLabY6+YCTpcPs6qmwvLXZ4mPX6Qlg==} - remark-lint-final-newline@2.1.2: - resolution: {integrity: sha512-K0FdPGPyEB94PwNgopwVJFE8oRWi7IhY2ycXFVAMReI51el7EHB8F1gX14tB6p6zyGy6mUh69bCVU9mMTNeOUg==} - remark-lint-final-newline@3.0.0: resolution: {integrity: sha512-NaPyn6FiOn3IV/6gIcwWfJmgraPT2IaVLjhakfPglZkKVfn/FrOfETyY8Bp+HLoSRI9967OH0yRDnK7/pPIWeQ==} - remark-lint-hard-break-spaces@3.1.2: - resolution: {integrity: sha512-HaW0xsl3TI7VFAqGWWcZtPqyz0NWu19KKjSO7OGFTUJU4S9YiRnhIxmSFM0ZLSsVAynE+dhzVKa8U7dOpWDcOg==} - remark-lint-hard-break-spaces@4.0.0: resolution: {integrity: sha512-zCTq7/xfM0ZL3bMopXse9DH2nk38wE1LrxmYwnTrqASBLnEAJWE2U2//tRGVMEBfSAnNvmIo96twz6zkLWjbGA==} - remark-lint-heading-increment@3.1.2: - resolution: {integrity: sha512-+fMfZmFh6ie6MmbRCVW77Rha15zDmnHWKiA0Do08OTrfngPTv8ZKXYLmxhUpL+xV9ts9q+9Kz5rv0L4QD4sEwQ==} - remark-lint-heading-increment@4.0.0: resolution: {integrity: sha512-TARnsjXWzY/yLwxh/y4+KnDSXO3Koue8Crp55T8G9pjj3vw+XgTAG35zSpIIY9HmGiQ2a3R0SOj2pAxATpnckg==} - remark-lint-heading-style@3.1.2: - resolution: {integrity: sha512-0RkcRPV/H2bPFgeInzBkK1cWUwtFTm83I+Db/Z5tDY02GzKOosHLvxtJyj/1391/opAH1LYbHtHWffir99IUgw==} - remark-lint-heading-style@4.0.0: resolution: {integrity: sha512-dQ6Jul5K0+aNUvrq4W7H0+osSoC9hsmwHZqBFq000+eMP/hWJqI8tuudw1rap8HHYuOsKLRbB5q+Fr7G+3Vw+Q==} - remark-lint-link-title-style@3.1.2: - resolution: {integrity: sha512-if4MahYJVvQUWlrXDF8GSv4b9VtLSgMSDHeikQp1/hGYlihLl9uGw3nlL5Lf9DqTN0qaT6RPbXOjuuzHlk38sg==} - remark-lint-link-title-style@4.0.0: resolution: {integrity: sha512-cihTO5dkhjMj/evYIDAvRdQHD82OQeF4fNAq8FLb81HmFKo77VlSF6CK55H1bvlZogfJG58uN/5d1tSsOdcEbg==} - remark-lint-list-item-bullet-indent@4.1.2: - resolution: {integrity: sha512-WgU5nooqIEm6f35opcbHKBzWrdFJA3XcyTfB3nv/v0KX43/h6qFGmmMJ5kEiaFExuQp3dZSdatWuY0YZ9YRbUg==} - remark-lint-list-item-bullet-indent@5.0.0: resolution: {integrity: sha512-qq22QaxsDjfsL7aWGIPmP3P0N99CJBQQW1+iSrhYAMCDzqVlw6I3wPNAeR6s8mcoeHT8YlT6eQH3V8xJ0SlW6w==} - remark-lint-list-item-content-indent@3.1.2: - resolution: {integrity: sha512-TB0pmrWiRaQW80Y/PILFQTnHDghRxXNzMwyawlP+DBF9gNom3pEBmb4ZlGQlN0aa3r8VWeIKdv1ylHrfXE0vqA==} - remark-lint-list-item-content-indent@4.0.0: resolution: {integrity: sha512-L4GZgWQQ54qWKbnDle3dbEOtnq+qdmZJ70lpM3yMFEMHs4xejqPKsIoiYeUtIV0rYHHCWS7IlLzcgYUK9vENQw==} - remark-lint-list-item-indent@3.1.2: - resolution: {integrity: sha512-tkrra1pxZVE4OVJGfN435u/v0ljruXU+dHzWiKDYeifquD4aWhJxvSApu7+FbE098D/4usVXgMxwFkNhrpZcSQ==} - remark-lint-list-item-indent@4.0.0: resolution: {integrity: sha512-Yd6/g8CH9e4vlPAPNgl7F575uKhP+pTo/qwGkE61GOcgEVNJ/529hjumUhyQ4sOAX0YAPAjxvq6fJvb4AhVOOA==} - remark-lint-list-item-spacing@4.1.2: - resolution: {integrity: sha512-RHscGCa81PzcI09H0JAKXGyUiIMRTg5u4G8/p1zqnfEeOgG1R+87mLEJrOC9tUWGjuVoyd7T8Q2DMxg1Iep9ow==} - remark-lint-list-item-spacing@5.0.0: resolution: {integrity: sha512-d6p+1tcwNE+Pp6Tu2DwiKlyC1zYY3f1igL6AlcBIH0RmROVEfZR4IDFH/LcVyTkzqh1lPMFAJXWK4bpScpcO3g==} - remark-lint-maximum-heading-length@3.1.2: - resolution: {integrity: sha512-gkmZxjlzEmNjBRBwef0L/Qmoabxxof0mryOxWzRZSu1xz4Qsp+UFWMhiHGXbE9WJL6EBW8yNTOpgnNgUOzqDiQ==} - remark-lint-maximum-heading-length@4.0.0: resolution: {integrity: sha512-UCQxUd0zZyi6RUbpoK5KsxC50ppVqVk0hSgrSPot4wB6PHRgYMALU2fDkEcAjLDc/Y2TayG3IaZEKdqe+84Cwg==} - remark-lint-maximum-line-length@3.1.3: - resolution: {integrity: sha512-TA7IE+0c8agRm1k7JZr7ZZFiL44JMBAj1KlMxSTACBuebdPJe7IPaLIQga10bnz75jfWMzSiRURMFHo4lt3kdw==} - remark-lint-maximum-line-length@4.0.1: resolution: {integrity: sha512-hQlh8UrRfhkO4FU7z7t1Bu5ethj1y2iBncO5AOWF38RAmlHaZdB2lQxNA8IvUZITGJYpT1aThdFTEf+58lv08Q==} - remark-lint-no-blockquote-without-marker@5.1.2: - resolution: {integrity: sha512-QPbqsrt7EfpSWqTkZJ9tepabPIhBDlNqZkuxxMQYD0OQ2N+tHDUq3zE1JxI5ts1V9o/mWApgySocqGd3jlcKmQ==} - remark-lint-no-blockquote-without-marker@6.0.0: resolution: {integrity: sha512-fBhoTpkWcl5tG4FdwPdJIyb8XLrdr6MdLk1+K2BQ6Rom3rRsIYvuox4ohxOunNrXuth8xyw8kC6wDmODR44oFw==} - remark-lint-no-consecutive-blank-lines@4.1.3: - resolution: {integrity: sha512-yU3jH6UMHvaxX3DPBen+7CoPiCcqJ4BeteyOKeKX+tKWCWKILpiz+TVToRbeLnWO4IvFNnSRFMSXmcWSDdbY4w==} - remark-lint-no-consecutive-blank-lines@5.0.0: resolution: {integrity: sha512-HsDZbFlelBVO3mEJDXd9v4z0HLB8pqxWnsV+I4ILYFp5lKYf6NxJaLBWFtP1gAg1+95WxityGLkGtYqmicDjpg==} - remark-lint-no-duplicate-definitions@3.1.2: - resolution: {integrity: sha512-vi0nXA7p+pjQOorZOkr9E+QDhG74JAdbzqglWPrWWNI3z2rUYWYHTNSyWJbwEXaIIcev1ZAw8SCAOis5MNm+pA==} - remark-lint-no-duplicate-definitions@4.0.0: resolution: {integrity: sha512-21fcOACkCyhNsHkedKlpvqIywYx+5zGR507bW8e59gzdGhTbnBwQ9du4ACmN9jxPTfIBhUVMz0bWezkGrHE7Bg==} - remark-lint-no-duplicate-headings-in-section@3.1.2: - resolution: {integrity: sha512-wzdGY3XbMeJILEgtrRsSNDvG4b+tfcYSnZW5qMeQOkh8L6tAm1s0K5frmunKriuYr7WvFcRq9YBRbQO7S02X+g==} - remark-lint-no-duplicate-headings-in-section@4.0.0: resolution: {integrity: sha512-O6TPMdSs8AFEQeTA1mPI9CgCtJJ9UkfnXz1IlqRdTrpsCJ2DlwaPPXjS2LafQCHoJyf45DgjSwekHeV4WxHYxw==} - remark-lint-no-duplicate-headings@3.1.2: - resolution: {integrity: sha512-atBlykGOx9BhpXGp0BUMWxn/T89+hC0Gel8xOIMaFkDhRcLlLVt+/F/aJGhM2Sp0R9NTQ6ejn+JYMLl5Aw2Z+g==} - remark-lint-no-duplicate-headings@4.0.0: resolution: {integrity: sha512-FgBU/JCdR5MitHM+hnOcgBGO5ZCNV8epzuHIglFlJeb8ow23YhhNgmGvyk7RGrZrYuU5R9uQq23N4dF0g9atCA==} - remark-lint-no-emphasis-as-heading@3.1.2: - resolution: {integrity: sha512-2DDx0VkqSExR6oqBiQtOsmdDwT7f3hpnPwPvBCk7BDeDU53JWY1kBAkRObkEptgH3GfpwxIQymIdHXesBpAQAg==} - remark-lint-no-emphasis-as-heading@4.0.0: resolution: {integrity: sha512-JViGYbuO/xzZThK+qVTNjtLM0v1xMTWFTWt2OJzAkDaGS6T9ZB5ZtRVSBFEMG0SF3dvpJwxe+3ABTsuPBdlYsA==} - remark-lint-no-file-name-articles@2.1.2: - resolution: {integrity: sha512-kM4vwBkne7f9euDKsuyxTtrsiafjH+KOwu8ZmuSVWh5U+u0EMcPyN5fxfaQIW+5FkrJA1jwnRu7ciXJBJt74Og==} - remark-lint-no-file-name-articles@3.0.0: resolution: {integrity: sha512-il4IseupahbV2TVfFjfDVL/EQw7jBWVlMVsv4K2cgl5uPIjiCjFGQypqKnWl6pZDN0oNOs/DE8gBdyuDjldJaA==} - remark-lint-no-file-name-consecutive-dashes@2.1.2: - resolution: {integrity: sha512-gw06jaaFwBR3s+3E2kJlv+E7rAzS7Nj+MFU7TViwbsYnR7PA96htLVDCjClyNUE7JHUNcv93HdLm8ykg8kRyNA==} - remark-lint-no-file-name-consecutive-dashes@3.0.0: resolution: {integrity: sha512-3vSI1LOQlu8NSCpWLsKELa8dS9HU+YVZE0U43/DNkdEcnZmlJLpTHQjBTMZUHQipRgoOO+TOSyXFyN/H+2lbuQ==} - remark-lint-no-file-name-irregular-characters@2.1.2: - resolution: {integrity: sha512-2tcqzLm39Jc4THNP2yvJruOz2HtV4yh+eePiySKmhfZk/6ifMyOF/wlKHKcswczSGE4InNTfxJnc/AoxOJEdkw==} - remark-lint-no-file-name-irregular-characters@3.0.0: resolution: {integrity: sha512-DhGreliHNU7lLTARQujsaLAn8fUPY0V+H0LSmOUuowBZPtIRWeNdQhunSp96RvsuYdqAdERXe0WuH58i3pRqrg==} - remark-lint-no-file-name-mixed-case@2.1.2: - resolution: {integrity: sha512-0mTrjxBB4/0rV7sef+xjV5Aeb6LuW19X4QbNHW2RW7aMy+mtgJU03wdb8Y0LTnWVFHjUbc+iHrsFeCA/Pu1kew==} - remark-lint-no-file-name-mixed-case@3.0.0: resolution: {integrity: sha512-MXXNHdGB6P46itkf8gRP0kxQL85KfAj9YOOBqNtGsgI/8J5rsyM/rz1Ac20Xe+5C5oGi71+7EO/TExKu/+7dfw==} - remark-lint-no-file-name-outer-dashes@2.1.2: - resolution: {integrity: sha512-VrbHg25Oo9k/bNbS7ye1X7F6ER4uZSubO+t5DHJ4WZ6iVbNtBar/JwzVelY1YxUAutv42OvHfuveh4vKlcNgVA==} - remark-lint-no-file-name-outer-dashes@3.0.0: resolution: {integrity: sha512-3kgamCp39mdlCtqF/+JLwwS4VpSj5wvVwRythUfrpW7993I9kF67dBsaU545aEzWSK+UJZqjb40i0m2VfnBRfQ==} - remark-lint-no-heading-content-indent@4.1.2: - resolution: {integrity: sha512-TTxFsm1f4ZHFxZQCuz7j0QK4RvP6oArTiwazKLr16yaZe1608ypogMek4A30j2xX8WuO9+2uBzLXCY5OBo5x5Q==} - remark-lint-no-heading-content-indent@5.0.0: resolution: {integrity: sha512-psYSlD2BjcVkgpeXOLwPcYFBrbtJWp8E8JX1J4vSfoHPeY6aIxgYxXkf57cjGTApfRL8xawBmMDiF1FgQvpZYg==} - remark-lint-no-heading-punctuation@3.1.2: - resolution: {integrity: sha512-KnvHEVB/DcxJOhUvVteiovAy1+32YY5Vm0UBJqYCFrrHnN/y9ETvOJzlxFy47TaB8x2UyncSEg2JuT66UL4ONQ==} - remark-lint-no-heading-punctuation@4.0.0: resolution: {integrity: sha512-7V23C3Q4yX9zEOLZdbv6o8wVxxeWB/F+h9by55zPyk2AwbqF2t2xevnAmN3XFmKZABDTqLwjQxtK6bCVv/S1PQ==} - remark-lint-no-inline-padding@4.1.2: - resolution: {integrity: sha512-dGyhWsiqCZS3Slob0EVBUfsFBbdpMIBCvb56LlCgaHbnLsnNYx8PpF/wA5CgsN8BXIbXfRpyPB5cIJwIq5taYg==} - - remark-lint-no-literal-urls@3.1.2: - resolution: {integrity: sha512-4tV9JGLKxAMFSuWDMOqLozkFJ3HyRvhzgrPrxASoziaml23m7UXAozk5dkIrFny1cN2oG988Z8tORxX2FL1Ilw==} - remark-lint-no-literal-urls@4.0.0: resolution: {integrity: sha512-rl/3Ai4Ax9IH/fRpOJZuXk1HgYX6oFTauhmBOilpqbq/YT2kN3FuXaneXdRfKv1bgMdHaLKxHWxGj/mDyA2n8w==} - remark-lint-no-multiple-toplevel-headings@3.1.2: - resolution: {integrity: sha512-9rJSsrwdzwKmtuloBjJobLzjGL7Lgtk3+vMNUyuH9z/nBfkUCN3qxn3Nt9AxL+wwSAsHV6e74W+W2S1ohBLt6A==} - remark-lint-no-multiple-toplevel-headings@4.0.0: resolution: {integrity: sha512-JW11iYxza7asDdhQuKfr8SH1u4NBOCQ4U7Ru0HrKCPcT4y/AB1C1il5uMQzbcervgYPBq69xzyQ24+AJeL0t3A==} - remark-lint-no-shell-dollars@3.1.2: - resolution: {integrity: sha512-np2MDEhXHviXhbQFjnC1QYv5/fxCV1cIHfGMoJpqiW7Zcu/UGCOo5TE3XswZH4ukHZJ65c3X2A6qfLDW+ur3CQ==} - remark-lint-no-shell-dollars@4.0.0: resolution: {integrity: sha512-ye2h8FzjsgqqQV0HHN2g9N4FqI3eD9Gpgu7tU5ADIJyQ3mUJdwBoFn7IlGnpmumR1fb/l6u/AhRavIZxXYqG+Q==} - remark-lint-no-shortcut-reference-image@3.1.2: - resolution: {integrity: sha512-NX4XJFPyDeJJ77pmETxRj4oM/zayf7Lmn/O87HgExBkQIPz2NYbDeKD8QEyliLaV/oKA2rQufpzuFw55xa1Tww==} - remark-lint-no-shortcut-reference-image@4.0.0: resolution: {integrity: sha512-YEiCpW5F/8/LZyxlOuVK2L/n0NJ1AB0AJK7oP39OVyEk3Xl7w+JQi6nZ3KiH6REh+PWGqKn6M0KEPL9cT/iAOw==} - remark-lint-no-shortcut-reference-link@3.1.2: - resolution: {integrity: sha512-/9iPN7FLKaaIzw4tLWKu7Rx0wAP7E2EuzIeentQlkY0rO/mMHipmT3IlgiebsAInKagzTY6TNFoG1rq2VnaCcA==} - remark-lint-no-shortcut-reference-link@4.0.0: resolution: {integrity: sha512-6jka2Zz3I6G2MvDcKrwADYhTOxHMFMK854u1cfBEIH5/XnCCXROtoqiiDtbZw+NJqbmwsBKvGL4t2gnmEJUmgg==} - remark-lint-no-table-indentation@4.1.2: - resolution: {integrity: sha512-5lkO+Yrtni/CDMZi7mlwbB2zzRQLH94DesboXg51aO2UfZlSn5dZNhmN5wkyCU2AiApUhlFNbxfKMHOWFPLdog==} - remark-lint-no-table-indentation@5.0.0: resolution: {integrity: sha512-MaLmnzgirpnRiRjWwrsyOX0RmP2eG4YAv169MtsxTVa6O3CpUDwTuTzivudE9L0kVvTlyF9DXEmdyjm85LDyVA==} - remark-lint-no-undefined-references@4.2.1: - resolution: {integrity: sha512-HdNg5b2KiuNplcuVvRtsrUiROw557kAG1CiZYB7jQrrVWFgd86lKTa3bDiywe+87dGrGmHd3qQ28eZYTuHz2Nw==} - remark-lint-no-undefined-references@5.0.0: resolution: {integrity: sha512-O0q8bHpRHK1T85oqO+uep4BkvQnZZp3y+wahDeeLLq9dCJfF56sq6Tt5OOTt1BAOZlpobS3OPQHUiJWYP6hX1w==} - remark-lint-no-unused-definitions@3.1.2: - resolution: {integrity: sha512-bOcaJAnjKxT3kASFquUA3fO9xem9wZhVqt8TbqjA84+G4n40qjaLXDs/4vq73aMsSde73K0f3j1u0pMe7et8yQ==} - remark-lint-no-unused-definitions@4.0.0: resolution: {integrity: sha512-YCZ6k575NCTx7mnN+9ls0G6YgMsZHi0LYQqfLW8MNVHBtbpTBvfmk8I39bmsvuKWeBD98weZoXSDqIiIGg+Q/g==} - remark-lint-ordered-list-marker-style@3.1.2: - resolution: {integrity: sha512-62iVE/YQsA0Azaqt8yAJWPplWLS47kDLjXeC2PlRIAzCqbNt9qH3HId8vZ15QTSrp8rHmJwrCMdcqV6AZUi7gQ==} - remark-lint-ordered-list-marker-style@4.0.0: resolution: {integrity: sha512-xZ7Xppy5fzACH4b9h1b4lTzVtNY2AlUkNTfl1Oe6cIKN8tk3juFxN0wL2RpktPtSZ7iRIabzFmg6l8WPhlASJA==} - remark-lint-ordered-list-marker-value@3.1.2: - resolution: {integrity: sha512-kG08nhsFk8rhoXK5EeDN/wN28CxefraDud/MaZnji8LEyxF3HAkzFuETr9laOn8Ey+n8h/C0mpqAwUf4thyJ5g==} - remark-lint-ordered-list-marker-value@4.0.0: resolution: {integrity: sha512-7UjNU2Nv9LGEONTU9GPmTVoNoGKD5aL1X2xHzMbSJiTc50bfcazYqZawO+qj1pQ04WPhto1qHnl0HRB5wwSVwA==} - remark-lint-rule-style@3.1.2: - resolution: {integrity: sha512-0CsX2XcX9pIhAP5N7Y8mhYXp3/Ld+NvxXY1p0LHAq0NZu17UsZLuegvx/s25uFbQs08DcmSqyKnepU9qGGqmTQ==} - remark-lint-rule-style@4.0.0: resolution: {integrity: sha512-Kt7IHMB5IbLgRFKaFUmB895sV3PTD0MBgN9CvXKxr1wHFF43S6tabjFIBSoQqyJRlhH0S3rK6Lvopofa009gLg==} - remark-lint-strong-marker@3.1.2: - resolution: {integrity: sha512-U/g4wngmiI0Q6WBRQG6pZxnDS33Wt/0QYA3+KNFBDykoi1vXsDEorIqy3dEag9z6XHwcMvFDsff6VRUhaOJWQg==} - remark-lint-strong-marker@4.0.0: resolution: {integrity: sha512-YcvuzakYhQWdCH+1E30sUY+wyvq+PNa77NZAMAYO/cS/pZczFB+q4Ccttw4Q+No/chX8oMfe0GYtm8dDWLei/g==} - remark-lint-table-cell-padding@4.1.3: - resolution: {integrity: sha512-N9xtnS6MG/H3srAMjqqaF26A7socr87pIgt64dr5rxoSbDRWRPChGQ8y7wKyV8VeyRNF37e3E5KB3bQVqjSYaQ==} - remark-lint-table-cell-padding@5.0.0: resolution: {integrity: sha512-LNyiHDQZBIOqcQGG1tYsZHW7g0v8OyRmRgDrD5WEsMaAYfM6EiECUokN/Q4py9h4oM/2KUSrdZbtfuZmy87/kA==} - remark-lint-table-pipe-alignment@3.1.3: - resolution: {integrity: sha512-bnE8WrB4kSrN+Yr+xN2GHWVgGukeSFU43qPMrpCzTyOSbzep366wORlFKqZmyFPEkIZ/uAUFS0Qm9DND66Yz/A==} - remark-lint-table-pipe-alignment@4.0.0: resolution: {integrity: sha512-nx+xpEIWQRLOcq9hIbUIvhSE1NYRmDJmCY3cMoHJ1sIW7dRXMHyWfpWTgu7mpREKwSQdE0q4qnzk8McQQSkIcg==} - remark-lint-table-pipes@4.1.2: - resolution: {integrity: sha512-Ex2cJDXA0hdD9CC5Nu0p3K5LP+AhzPvk4sIOSbevCTSRyCS/SkNk4CQ6pwWBxuPVuHQUkqXkT8lgu8wwr/9A3A==} - remark-lint-table-pipes@5.0.0: resolution: {integrity: sha512-e7jzAScDrt5+eMomh099TZJBN2K9ldDxBu9iYhNu5C0YsdAvnckJkgilsuClxFpmx4LCVYaX0EGbt/hQ3LB3xg==} - remark-lint-unordered-list-marker-style@3.1.2: - resolution: {integrity: sha512-JFiyB4ZprJGGndCaFB8FssXd48m4Kh+CUqzNgu3lBLEiW8dEAGRlD9M2AzyyA+Q29WJP/FntDCbP22DeON91UA==} - remark-lint-unordered-list-marker-style@4.0.0: resolution: {integrity: sha512-XlP4Wr4KJNovyWVv0H5axfUlF23iE9Kt2SxaVq4+ieum5YcMmKE6KsL+aqt3kiJb60SH1u6a0bxKFvdM/9riOA==} remark-lint@10.0.0: resolution: {integrity: sha512-E8yHHDOJ8b+qI0G49BRu24pe8t0fNNBWv8ENQJpCGNrVeTeyBIGEbaUe1yuF7OG8faA6PVpcN/pqWjzW9fcBWQ==} - remark-lint@9.1.2: - resolution: {integrity: sha512-m9e/aPlh7tsvfJfj8tPxrQzD6oEdb9Foko+Ya/6OwUP9EoGMfehv1Qtv26W1DoH58Wn8rT8CD+KuprTWscMmIA==} - - remark-message-control@7.1.1: - resolution: {integrity: sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==} - remark-message-control@8.0.0: resolution: {integrity: sha512-brpzOO+jdyE/mLqvqqvbogmhGxKygjpCUCG/PwSCU43+JZQ+RM+sSzkCWBcYvgF3KIAVNIoPsvXjBkzO7EdsYQ==} remark-parse@11.0.0: resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} - remark-preset-lint-consistent@5.1.2: - resolution: {integrity: sha512-RQrWBFmyIkKfXtp9P1Fui7UbGSfXth9nuvRJUVnO0vfevBJe02iyMZWPokXSwkDOI/cM539wj0i3vrQupz+v5A==} - remark-preset-lint-consistent@6.0.0: resolution: {integrity: sha512-W3fwxajdietwjnFyTH5x2le63hxWGVOXxIs7KjRqU+5wkkN6ZQyuwPeeomblmS9wQr50fkidhXNHNDyCXtqgxQ==} - remark-preset-lint-markdown-style-guide@5.1.3: - resolution: {integrity: sha512-4zNSPoiwAh4LJCbXh2U8Q9SFUIMw0MwsYJWTXHNiD0bGIUMWYU8ATLzDpWqCkzra6Ih7rLZuqB8tQIlipcM4Hg==} - remark-preset-lint-markdown-style-guide@6.0.0: resolution: {integrity: sha512-izsfNTHeqrRP64VWV6OdJnSUDwKFSthMKiiDcu14ODpPV0t7YiotCQWzgc7L4eW9Ctcp4aB4nHNLSuDmwhEWrQ==} - remark-preset-lint-recommended@6.1.3: - resolution: {integrity: sha512-DGjbeP2TsFmQeJflUiIvJWAOs1PxJt7SG3WQyMxOppkRr/up+mxWVkuv+6AUuaR0EsuaaFGz7WmZM5TrSSFWJw==} - remark-preset-lint-recommended@7.0.0: resolution: {integrity: sha512-A9aPDL78OO12xG2a83DVd+M2QzdBMjn545fbXj40BFJdpt9t//MADkPAwRfpMCBkKi+iECPUTFCb3Jm8SsFG2w==} @@ -7285,17 +6992,17 @@ packages: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true - rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} + rimraf@5.0.7: + resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} + engines: {node: '>=14.18'} hasBin: true - roarr@7.21.0: - resolution: {integrity: sha512-d1rPLcHmQID3GsA3p9d5vKSZYlvrTWhjbmeg9DT5DcPoLpH85VzPmkLkGKhQv376+dfkApaHwNbpYEwDB77Ibg==} + roarr@7.21.1: + resolution: {integrity: sha512-3niqt5bXFY1InKU8HKWqqYTYjtrBaxBMnXELXCXUYgtNYGUtZM5rB46HIC430AyacL95iEniGf7RgqsesykLmQ==} engines: {node: '>=18.0'} - rollup@4.13.0: - resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==} + rollup@4.17.2: + resolution: {integrity: sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -7363,8 +7070,8 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + semver@7.6.2: + resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} engines: {node: '>=10'} hasBin: true @@ -7458,8 +7165,8 @@ packages: resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} engines: {node: '>= 10'} - socks@2.8.1: - resolution: {integrity: sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==} + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} sorcery@0.11.0: @@ -7487,14 +7194,14 @@ packages: spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} - spdx-exceptions@2.4.0: - resolution: {integrity: sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==} + spdx-exceptions@2.5.0: + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - spdx-license-ids@3.0.16: - resolution: {integrity: sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==} + spdx-license-ids@3.0.17: + resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} speakingurl@14.0.1: resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} @@ -7519,8 +7226,8 @@ packages: sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - ssri@10.0.5: - resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} + ssri@10.0.6: + resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} ssri@9.0.1: @@ -7612,8 +7319,8 @@ packages: resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} engines: {node: '>=14.16'} - strip-literal@2.0.0: - resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} + strip-literal@2.1.0: + resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} stylelint-config-html@1.1.0: resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} @@ -7654,8 +7361,8 @@ packages: peerDependencies: stylelint: ^16.1.0 - stylelint-scss@6.1.0: - resolution: {integrity: sha512-kCfK8TQzthGwb4vaZniZgxRsVbCM4ZckmT1b/H5m4FU3I8Dz0id9llKsy1NMp3XXqC8+OPD4rVKtUbSxXlJb5g==} + stylelint-scss@6.3.0: + resolution: {integrity: sha512-8OSpiuf1xC7f8kllJsBOFAOYp/mR/C1FXMVeOFjtJPw+AFvEmC93FaklHt7MlOqU4poxuQ1TkYMyfI0V+1SxjA==} engines: {node: '>=18.12.0'} peerDependencies: stylelint: ^16.0.2 @@ -7678,6 +7385,10 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + supports-color@9.4.0: resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==} engines: {node: '>=12'} @@ -7696,11 +7407,11 @@ packages: peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 - svelte-eslint-parser@0.33.1: - resolution: {integrity: sha512-vo7xPGTlKBGdLH8T5L64FipvTrqv3OQRx9d2z5X05KKZDlF4rQk8KViZO4flKERY+5BiVdOh7zZ7JGJWo5P0uA==} + svelte-eslint-parser@0.36.0: + resolution: {integrity: sha512-/6YmUSr0FAVxW8dXNdIMydBnddPMHzaHirAZ7RrT21XYdgGGZMh0LQG6CZsvAFS4r2Y4ItUuCQc8TQ3urB30mQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - svelte: ^3.37.0 || ^4.0.0 + svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.115 peerDependenciesMeta: svelte: optional: true @@ -7748,8 +7459,8 @@ packages: typescript: optional: true - svelte2tsx@0.7.5: - resolution: {integrity: sha512-+y8z4YLGsCYN8yjkqPXrqg6yKa73IZfU2WC3MVxiM0YU2/HbGZ1Tiq1ceKCOhMQVBFWjOgC/C465wN/ux6FsDQ==} + svelte2tsx@0.7.8: + resolution: {integrity: sha512-ABK3RDFcy59AqAiU1N5Kxu1RnKrb1GDMrQjLgNgJfE8Q+coCKpjCAPtUVKQM2HnmuqeNWcT3NqfXbE+ZmN5Pow==} peerDependencies: svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 typescript: ^4.9.4 || ^5.0.0 @@ -7822,8 +7533,8 @@ packages: tiny-glob@0.2.9: resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} - tinybench@2.6.0: - resolution: {integrity: sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==} + tinybench@2.8.0: + resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} tinypool@0.8.4: resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} @@ -7845,8 +7556,8 @@ packages: resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} engines: {node: '>=6'} - tough-cookie@4.1.3: - resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} + tough-cookie@4.1.4: + resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} tr46@0.0.3: @@ -8015,8 +7726,8 @@ packages: peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x - typescript@5.3.3: - resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} + typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} engines: {node: '>=14.17'} hasBin: true @@ -8049,18 +7760,12 @@ packages: unified-consistency@2.0.0: resolution: {integrity: sha512-137Mk8QeNMLeAXdBbo+CdEGmV7FlN2LsIa7ea55gFwrdBW1iCMc1NNpYEzLXGaVsUSHNALd8zdfnwGxxSXaIww==} - unified-engine@11.2.0: - resolution: {integrity: sha512-H9wEDpBSM0cpEUuuYAOIiPzLCVN0pjASZZ6FFNzgzYS/HHzl9tArk/ereOMGtcF8m8vgjzw+HrU3YN7oenT7Ww==} - - unified-lint-rule@2.1.2: - resolution: {integrity: sha512-JWudPtRN7TLFHVLEVZ+Rm8FUb6kCAtHxEXFgBGDxRSdNMnGyTU5zyYvduHSF/liExlFB3vdFvsAHnNVE/UjAwA==} + unified-engine@11.2.1: + resolution: {integrity: sha512-xBAdZ8UY2X4R9Hm6X6kMne4Nz0PlpOc1oE6DPeqJnewr5Imkb8uT5Eyvy1h7xNekPL3PSWh3ZJyNrMW6jnNQBg==} unified-lint-rule@3.0.0: resolution: {integrity: sha512-Sz96ILLsTy3djsG3H44zFb2b77MFf9CQVYnV3PWkxgRX8/n31fFrr+JnzUaJ6cbOHTtZnL1A71+YodsTjzwAew==} - unified-message-control@4.0.0: - resolution: {integrity: sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==} - unified-message-control@5.0.0: resolution: {integrity: sha512-B2cSAkpuMVVmPP90KCfKdBhm1e9KYJ+zK3x5BCa0N65zpq1Ybkc9C77+M5qwR8FWO7RF3LM5QRRPZtgjW6DUCw==} @@ -8069,9 +7774,6 @@ packages: peerDependencies: prettier: ^3.0.0 - unified@10.1.2: - resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} - unified@11.0.4: resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==} @@ -8095,48 +7797,24 @@ packages: resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} engines: {node: '>=12'} - unist-util-generated@2.0.1: - resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} - unist-util-inspect@8.0.0: resolution: {integrity: sha512-/3Wn/wU6/H6UEo4FoYUeo8KUePN8ERiZpQYFWYoihOsr1DoDuv80PeB0hobVZyYSvALa2e556bG1A1/AbwU4yg==} - unist-util-is@5.2.1: - resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} - unist-util-is@6.0.0: resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} - unist-util-position@4.0.4: - resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} - unist-util-position@5.0.0: resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} unist-util-remove-position@5.0.0: resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==} - unist-util-stringify-position@3.0.3: - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} - unist-util-stringify-position@4.0.0: resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} - unist-util-visit-parents@4.1.1: - resolution: {integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==} - - unist-util-visit-parents@5.1.3: - resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} - unist-util-visit-parents@6.0.1: resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} - unist-util-visit@3.1.0: - resolution: {integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==} - - unist-util-visit@4.1.2: - resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} - unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} @@ -8156,8 +7834,8 @@ packages: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} - update-browserslist-db@1.0.13: - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + update-browserslist-db@1.0.16: + resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -8175,39 +7853,28 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uvu@0.5.6: - resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} - engines: {node: '>=8'} - hasBin: true - v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + validate-npm-package-name@5.0.1: + resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - validator@13.11.0: - resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} + validator@13.12.0: + resolution: {integrity: sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==} engines: {node: '>= 0.10'} - vfile-location@4.1.0: - resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==} - vfile-location@5.0.2: resolution: {integrity: sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==} - vfile-message@3.1.4: - resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} - vfile-message@4.0.2: resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} - vfile-reporter@8.1.0: - resolution: {integrity: sha512-NfHyHdkCcy0BsXiLA3nId29TY7W7hgpc8nd8Soe3imATx5N4/+mkLYdMR+Y6Zvu6BXMMi0FZsD4FLCm1dN85Pg==} + vfile-reporter@8.1.1: + resolution: {integrity: sha512-qxRZcnFSQt6pWKn3PAk81yLK2rO2i7CDXpy8v8ZquiEOMLSnPw6BMSi9Y1sUCwGGl7a9b3CJT1CKpnRF7pp66g==} vfile-sort@4.0.0: resolution: {integrity: sha512-lffPI1JrbHDTToJwcq0rl6rBmkjQmMuXkAxsZPRS9DXbaJQvc642eCg6EGxcX2i1L+esbuhq+2l9tBll5v8AeQ==} @@ -8215,9 +7882,6 @@ packages: vfile-statistics@3.0.0: resolution: {integrity: sha512-/qlwqwWBWFOmpXujL/20P+Iuydil0rZZNglR+VNm6J0gpLHwuVM5s7g2TfVoswbXjZ4HuIhLMySEyIw5i7/D8w==} - vfile@5.3.7: - resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} - vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} @@ -8226,8 +7890,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-plugin-dts@3.7.3: - resolution: {integrity: sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==} + vite-plugin-dts@3.9.1: + resolution: {integrity: sha512-rVp2KM9Ue22NGWB8dNtWEr+KekN3rIgz1tWD050QnRGlriUCmaDwa7qA5zDEjbXg5lAXhYMSBJtx3q3hQIJZSg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8354,8 +8018,8 @@ packages: walk-up-path@3.0.1: resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==} - web-streams-polyfill@3.3.2: - resolution: {integrity: sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ==} + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} webidl-conversions@3.0.1: @@ -8425,6 +8089,10 @@ packages: resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==} engines: {node: '>=12'} + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} @@ -8450,8 +8118,8 @@ packages: resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + ws@8.17.0: + resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -8492,11 +8160,6 @@ packages: resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} engines: {node: '>= 14'} - yaml@2.4.1: - resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} - engines: {node: '>= 14'} - hasBin: true - yaml@2.4.2: resolution: {integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==} engines: {node: '>= 14'} @@ -8545,17 +8208,6 @@ packages: snapshots: - '@aashutoshrathi/word-wrap@1.2.6': {} - - '@alexaegis/cli-tools@0.9.0': - dependencies: - '@alexaegis/common': 0.9.1 - '@alexaegis/fs': 0.9.1 - '@alexaegis/logging': 0.9.1 - '@alexaegis/workspace-tools': 0.9.1 - '@types/yargs': 17.0.32 - yargs: 17.7.2 - '@alexaegis/cli-tools@0.9.1': dependencies: '@alexaegis/common': 0.9.1 @@ -8565,12 +8217,6 @@ snapshots: '@types/yargs': 17.0.32 yargs: 17.7.2 - '@alexaegis/commitlint-config@0.10.4': - dependencies: - '@alexaegis/standard-version': 0.10.4 - - '@alexaegis/common@0.9.0': {} - '@alexaegis/common@0.9.1': {} '@alexaegis/coverage-tools@0.9.1': @@ -8580,31 +8226,16 @@ snapshots: '@alexaegis/workspace-tools': 0.9.1 globby: 14.0.1 - '@alexaegis/eslint-config-core@0.10.4': - dependencies: - '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - eslint: 8.57.0 - eslint-config-next: 14.1.4(eslint@8.57.0)(typescript@5.4.5) - eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-config-turbo: 1.13.0(eslint@8.57.0) - eslint-plugin-react: 7.34.1(eslint@8.57.0) - eslint-plugin-unicorn: 51.0.1(eslint@8.57.0) - typescript: 5.4.5 - transitivePeerDependencies: - - eslint-import-resolver-webpack - - supports-color - '@alexaegis/eslint-config-svelte@0.10.4(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5))': dependencies: - '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 - eslint-config-next: 14.1.4(eslint@8.57.0)(typescript@5.4.5) + eslint-config-next: 14.2.3(eslint@8.57.0)(typescript@5.4.5) eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-config-turbo: 1.13.0(eslint@8.57.0) + eslint-config-turbo: 1.13.3(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) - eslint-plugin-svelte: 2.35.1(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) + eslint-plugin-svelte: 2.39.0(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) eslint-plugin-unicorn: 51.0.1(eslint@8.57.0) typescript: 5.4.5 transitivePeerDependencies: @@ -8613,29 +8244,6 @@ snapshots: - svelte - ts-node - '@alexaegis/eslint-config-vitest@0.10.4': - dependencies: - '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - eslint: 8.57.0 - eslint-config-next: 14.1.4(eslint@8.57.0)(typescript@5.4.5) - eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-config-turbo: 1.13.0(eslint@8.57.0) - eslint-plugin-react: 7.34.1(eslint@8.57.0) - eslint-plugin-unicorn: 51.0.1(eslint@8.57.0) - typescript: 5.4.5 - transitivePeerDependencies: - - eslint-import-resolver-webpack - - supports-color - - '@alexaegis/fs@0.9.0': - dependencies: - '@alexaegis/common': 0.9.1 - '@alexaegis/logging': 0.9.1 - js-yaml: 4.1.0 - optionalDependencies: - prettier: 3.2.5 - '@alexaegis/fs@0.9.1': dependencies: '@alexaegis/common': 0.9.1 @@ -8644,81 +8252,15 @@ snapshots: optionalDependencies: prettier: 3.2.5 - '@alexaegis/lint-staged-config@0.10.4': - dependencies: - '@alexaegis/fs': 0.9.1 - lint-staged: 15.2.2 - typescript: 5.4.5 - transitivePeerDependencies: - - supports-color - - '@alexaegis/logging@0.9.0': - dependencies: - '@alexaegis/common': 0.9.1 - tslog: 4.9.2 - '@alexaegis/logging@0.9.1': dependencies: '@alexaegis/common': 0.9.1 tslog: 4.9.2 - '@alexaegis/match@0.9.0': {} - '@alexaegis/match@0.9.1': {} - '@alexaegis/nuke@0.10.4': - dependencies: - '@alexaegis/cli-tools': 0.9.1 - '@alexaegis/common': 0.9.1 - '@alexaegis/logging': 0.9.1 - '@alexaegis/workspace-tools': 0.9.1 - globby: 14.0.1 - '@alexaegis/predicate@0.9.1': {} - '@alexaegis/prettier-config@0.10.4(prettier@3.2.5)(svelte@4.2.17)': - dependencies: - prettier-plugin-svelte: 3.2.3(prettier@3.2.5)(svelte@4.2.17) - prettier-plugin-tailwindcss: 0.5.14(prettier-plugin-svelte@3.2.3(prettier@3.2.5)(svelte@4.2.17))(prettier@3.2.5) - transitivePeerDependencies: - - '@ianvs/prettier-plugin-sort-imports' - - '@prettier/plugin-pug' - - '@shopify/prettier-plugin-liquid' - - '@trivago/prettier-plugin-sort-imports' - - '@zackad/prettier-plugin-twig-melody' - - prettier - - prettier-plugin-astro - - prettier-plugin-css-order - - prettier-plugin-import-sort - - prettier-plugin-jsdoc - - prettier-plugin-marko - - prettier-plugin-organize-attributes - - prettier-plugin-organize-imports - - prettier-plugin-sort-imports - - prettier-plugin-style-order - - svelte - - '@alexaegis/remark-preset@0.10.4': - dependencies: - remark-gfm: 4.0.0 - remark-lint: 9.1.2 - remark-lint-list-item-indent: 3.1.2 - remark-lint-list-item-spacing: 4.1.2 - remark-lint-no-duplicate-headings: 3.1.2 - remark-lint-no-duplicate-headings-in-section: 3.1.2 - remark-lint-ordered-list-marker-value: 3.1.2 - remark-preset-lint-consistent: 5.1.2 - remark-preset-lint-markdown-style-guide: 5.1.3 - remark-preset-lint-recommended: 6.1.3 - remark-preset-prettier: 2.0.1(prettier@3.2.5) - remark-validate-links: 13.0.1 - unified-consistency: 2.0.0 - unified-prettier: 2.0.1(prettier@3.2.5) - optionalDependencies: - prettier: 3.2.5 - transitivePeerDependencies: - - supports-color - '@alexaegis/standard-version@0.10.4': dependencies: '@alexaegis/coverage-tools': 0.9.1 @@ -8726,9 +8268,9 @@ snapshots: glob: 10.3.15 js-yaml: 4.1.0 - '@alexaegis/stylelint-config@0.10.4(postcss-html@1.6.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5))': + '@alexaegis/stylelint-config@0.10.4(postcss-html@1.7.0)(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5))': dependencies: - stylelint-config-html: 1.1.0(postcss-html@1.6.0)(stylelint@16.5.0(typescript@5.4.5)) + stylelint-config-html: 1.1.0(postcss-html@1.7.0)(stylelint@16.5.0(typescript@5.4.5)) stylelint-config-standard: 36.0.0(stylelint@16.5.0(typescript@5.4.5)) stylelint-config-standard-scss: 13.1.0(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)) transitivePeerDependencies: @@ -8761,9 +8303,9 @@ snapshots: - typescript - vite - '@alexaegis/ts@0.10.4(rollup@4.13.0)': + '@alexaegis/ts@0.10.4(rollup@4.17.2)': dependencies: - '@alexaegis/vite': 0.10.4(@types/node@20.12.12)(rollup@4.13.0) + '@alexaegis/vite': 0.10.4(@types/node@20.12.12)(rollup@4.17.2) '@types/node': 20.12.12 ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) typescript: 5.4.5 @@ -8780,11 +8322,11 @@ snapshots: - supports-color - terser - '@alexaegis/vite@0.10.4(@types/node@20.12.12)(rollup@4.13.0)': + '@alexaegis/vite@0.10.4(@types/node@20.12.12)(rollup@4.17.2)': dependencies: '@alexaegis/logging': 0.9.1 vite: 5.2.11(@types/node@20.12.12) - vite-plugin-pakk: 0.9.0(rollup@4.13.0) + vite-plugin-pakk: 0.9.0(rollup@4.17.2) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -8798,40 +8340,6 @@ snapshots: - supports-color - terser - '@alexaegis/vitest@0.10.4(@types/node@20.12.12)(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12))': - dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) - '@vitest/coverage-v8': 1.6.0(vitest@1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0)) - '@vitest/ui': 1.6.0(vitest@1.6.0) - jsdom: 24.0.0 - vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) - transitivePeerDependencies: - - '@edge-runtime/vm' - - '@types/node' - - '@vitest/browser' - - bufferutil - - canvas - - happy-dom - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - svelte - - terser - - utf-8-validate - - vite - - '@alexaegis/workspace-tools@0.9.0': - dependencies: - '@alexaegis/common': 0.9.1 - '@alexaegis/fs': 0.9.1 - '@alexaegis/logging': 0.9.1 - '@alexaegis/match': 0.9.1 - '@schemastore/package': 0.0.10 - globby: 14.0.1 - '@alexaegis/workspace-tools@0.9.1': dependencies: '@alexaegis/common': 0.9.1 @@ -8841,95 +8349,109 @@ snapshots: '@schemastore/package': 0.0.10 globby: 14.0.1 - '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.13.0)': + '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.13.0) - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights - '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.13.0)': + '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)': + '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) - '@algolia/client-search': 4.22.1 - algoliasearch: 4.22.1 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@algolia/client-search': 4.23.3 + algoliasearch: 4.23.3 - '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)': + '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': dependencies: - '@algolia/client-search': 4.22.1 - algoliasearch: 4.22.1 + '@algolia/client-search': 4.23.3 + algoliasearch: 4.23.3 - '@algolia/cache-browser-local-storage@4.22.1': + '@algolia/cache-browser-local-storage@4.23.3': dependencies: - '@algolia/cache-common': 4.22.1 + '@algolia/cache-common': 4.23.3 - '@algolia/cache-common@4.22.1': {} + '@algolia/cache-common@4.23.3': {} - '@algolia/cache-in-memory@4.22.1': + '@algolia/cache-in-memory@4.23.3': dependencies: - '@algolia/cache-common': 4.22.1 + '@algolia/cache-common': 4.23.3 - '@algolia/client-account@4.22.1': + '@algolia/client-account@4.23.3': dependencies: - '@algolia/client-common': 4.22.1 - '@algolia/client-search': 4.22.1 - '@algolia/transporter': 4.22.1 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/transporter': 4.23.3 - '@algolia/client-analytics@4.22.1': + '@algolia/client-analytics@4.23.3': dependencies: - '@algolia/client-common': 4.22.1 - '@algolia/client-search': 4.22.1 - '@algolia/requester-common': 4.22.1 - '@algolia/transporter': 4.22.1 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 - '@algolia/client-common@4.22.1': + '@algolia/client-common@4.23.3': dependencies: - '@algolia/requester-common': 4.22.1 - '@algolia/transporter': 4.22.1 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 - '@algolia/client-personalization@4.22.1': + '@algolia/client-personalization@4.23.3': dependencies: - '@algolia/client-common': 4.22.1 - '@algolia/requester-common': 4.22.1 - '@algolia/transporter': 4.22.1 + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 - '@algolia/client-search@4.22.1': + '@algolia/client-search@4.23.3': dependencies: - '@algolia/client-common': 4.22.1 - '@algolia/requester-common': 4.22.1 - '@algolia/transporter': 4.22.1 + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/logger-common@4.23.3': {} - '@algolia/logger-common@4.22.1': {} + '@algolia/logger-console@4.23.3': + dependencies: + '@algolia/logger-common': 4.23.3 - '@algolia/logger-console@4.22.1': + '@algolia/recommend@4.23.3': dependencies: - '@algolia/logger-common': 4.22.1 + '@algolia/cache-browser-local-storage': 4.23.3 + '@algolia/cache-common': 4.23.3 + '@algolia/cache-in-memory': 4.23.3 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/logger-console': 4.23.3 + '@algolia/requester-browser-xhr': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/requester-node-http': 4.23.3 + '@algolia/transporter': 4.23.3 - '@algolia/requester-browser-xhr@4.22.1': + '@algolia/requester-browser-xhr@4.23.3': dependencies: - '@algolia/requester-common': 4.22.1 + '@algolia/requester-common': 4.23.3 - '@algolia/requester-common@4.22.1': {} + '@algolia/requester-common@4.23.3': {} - '@algolia/requester-node-http@4.22.1': + '@algolia/requester-node-http@4.23.3': dependencies: - '@algolia/requester-common': 4.22.1 + '@algolia/requester-common': 4.23.3 - '@algolia/transporter@4.22.1': + '@algolia/transporter@4.23.3': dependencies: - '@algolia/cache-common': 4.22.1 - '@algolia/logger-common': 4.22.1 - '@algolia/requester-common': 4.22.1 + '@algolia/cache-common': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/requester-common': 4.23.3 '@alloc/quick-lru@5.2.0': {} @@ -8944,19 +8466,14 @@ snapshots: css-tree: 2.3.1 is-potential-custom-element-name: 1.0.1 - '@babel/code-frame@7.23.5': - dependencies: - '@babel/highlight': 7.23.4 - chalk: 2.4.2 - '@babel/code-frame@7.24.2': dependencies: - '@babel/highlight': 7.24.2 - picocolors: 1.0.0 + '@babel/highlight': 7.24.5 + picocolors: 1.0.1 - '@babel/generator@7.24.1': + '@babel/generator@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -8965,83 +8482,61 @@ snapshots: '@babel/helper-function-name@7.23.0': dependencies: - '@babel/template': 7.23.9 - '@babel/types': 7.23.9 + '@babel/template': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-hoist-variables@7.22.5': dependencies: - '@babel/types': 7.23.9 + '@babel/types': 7.24.5 - '@babel/helper-split-export-declaration@7.22.6': + '@babel/helper-split-export-declaration@7.24.5': dependencies: - '@babel/types': 7.23.9 - - '@babel/helper-string-parser@7.23.4': {} + '@babel/types': 7.24.5 '@babel/helper-string-parser@7.24.1': {} - '@babel/helper-validator-identifier@7.22.20': {} - - '@babel/highlight@7.23.4': - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 + '@babel/helper-validator-identifier@7.24.5': {} - '@babel/highlight@7.24.2': + '@babel/highlight@7.24.5': dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.0 - - '@babel/parser@7.23.9': - dependencies: - '@babel/types': 7.23.9 - - '@babel/parser@7.24.1': - dependencies: - '@babel/types': 7.24.0 + picocolors: 1.0.1 '@babel/parser@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/runtime@7.24.1': + '@babel/runtime@7.24.5': dependencies: regenerator-runtime: 0.14.1 - '@babel/template@7.23.9': + '@babel/template@7.24.0': dependencies: - '@babel/code-frame': 7.23.5 - '@babel/parser': 7.23.9 - '@babel/types': 7.23.9 + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 - '@babel/traverse@7.24.1': + '@babel/traverse@7.24.5': dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.1 + '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.1 - '@babel/types': 7.24.0 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.23.9': - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - - '@babel/types@7.24.0': + '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 '@bcoe/v8-coverage@0.2.3': {} @@ -9049,10 +8544,10 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@commitlint/cli@19.2.1(@types/node@20.12.12)(typescript@5.4.5)': + '@commitlint/cli@19.3.0(@types/node@20.12.12)(typescript@5.4.5)': dependencies: - '@commitlint/format': 19.0.3 - '@commitlint/lint': 19.1.0 + '@commitlint/format': 19.3.0 + '@commitlint/lint': 19.2.2 '@commitlint/load': 19.2.0(@types/node@20.12.12)(typescript@5.4.5) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 @@ -9062,7 +8557,7 @@ snapshots: - '@types/node' - typescript - '@commitlint/config-conventional@19.1.0': + '@commitlint/config-conventional@19.2.2': dependencies: '@commitlint/types': 19.0.3 conventional-changelog-conventionalcommits: 7.0.2 @@ -9070,7 +8565,7 @@ snapshots: '@commitlint/config-validator@19.0.3': dependencies: '@commitlint/types': 19.0.3 - ajv: 8.12.0 + ajv: 8.13.0 '@commitlint/ensure@19.0.3': dependencies: @@ -9083,19 +8578,19 @@ snapshots: '@commitlint/execute-rule@19.0.0': {} - '@commitlint/format@19.0.3': + '@commitlint/format@19.3.0': dependencies: '@commitlint/types': 19.0.3 chalk: 5.3.0 - '@commitlint/is-ignored@19.0.3': + '@commitlint/is-ignored@19.2.2': dependencies: '@commitlint/types': 19.0.3 - semver: 7.6.0 + semver: 7.6.2 - '@commitlint/lint@19.1.0': + '@commitlint/lint@19.2.2': dependencies: - '@commitlint/is-ignored': 19.0.3 + '@commitlint/is-ignored': 19.2.2 '@commitlint/parse': 19.0.3 '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 @@ -9137,7 +8632,7 @@ snapshots: '@commitlint/config-validator': 19.0.3 '@commitlint/types': 19.0.3 global-directory: 4.0.1 - import-meta-resolve: 4.0.0 + import-meta-resolve: 4.1.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -9164,16 +8659,16 @@ snapshots: dependencies: '@jridgewell/trace-mapping': 0.3.9 - '@csstools/css-parser-algorithms@2.6.1(@csstools/css-tokenizer@2.2.4)': + '@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1)': dependencies: - '@csstools/css-tokenizer': 2.2.4 + '@csstools/css-tokenizer': 2.3.1 - '@csstools/css-tokenizer@2.2.4': {} + '@csstools/css-tokenizer@2.3.1': {} - '@csstools/media-query-list-parser@2.1.9(@csstools/css-parser-algorithms@2.6.1(@csstools/css-tokenizer@2.2.4))(@csstools/css-tokenizer@2.2.4)': + '@csstools/media-query-list-parser@2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1)': dependencies: - '@csstools/css-parser-algorithms': 2.6.1(@csstools/css-tokenizer@2.2.4) - '@csstools/css-tokenizer': 2.2.4 + '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) + '@csstools/css-tokenizer': 2.3.1 '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.0.16)': dependencies: @@ -9181,10 +8676,10 @@ snapshots: '@docsearch/css@3.6.0': {} - '@docsearch/js@3.6.0(@algolia/client-search@4.22.1)(search-insights@2.13.0)': + '@docsearch/js@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0)': dependencies: - '@docsearch/react': 3.6.0(@algolia/client-search@4.22.1)(search-insights@2.13.0) - preact: 10.20.1 + '@docsearch/react': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) + preact: 10.22.0 transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -9192,12 +8687,12 @@ snapshots: - react-dom - search-insights - '@docsearch/react@3.6.0(@algolia/client-search@4.22.1)(search-insights@2.13.0)': + '@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.13.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) '@docsearch/css': 3.6.0 - algoliasearch: 4.22.1 + algoliasearch: 4.23.3 optionalDependencies: search-insights: 2.13.0 transitivePeerDependencies: @@ -9279,6 +8774,11 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 + '@eslint-community/eslint-utils@4.4.0(eslint@9.3.0)': + dependencies: + eslint: 9.3.0 + eslint-visitor-keys: 3.4.3 + '@eslint-community/regexpp@4.10.0': {} '@eslint/eslintrc@2.1.4': @@ -9295,13 +8795,37 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/eslintrc@3.1.0': + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 10.0.1 + globals: 14.0.0 + ignore: 5.3.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + '@eslint/js@8.57.0': {} + '@eslint/js@9.3.0': {} + '@gar/promisify@1.1.3': {} '@humanwhocodes/config-array@0.11.14': dependencies: - '@humanwhocodes/object-schema': 2.0.2 + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/config-array@0.13.0': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -9309,7 +8833,9 @@ snapshots: '@humanwhocodes/module-importer@1.0.1': {} - '@humanwhocodes/object-schema@2.0.2': {} + '@humanwhocodes/object-schema@2.0.3': {} + + '@humanwhocodes/retry@0.3.0': {} '@hutson/parse-repository-url@3.0.2': {} @@ -9334,8 +8860,6 @@ snapshots: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/resolve-uri@3.1.1': {} - '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} @@ -9349,7 +8873,7 @@ snapshots: '@jridgewell/trace-mapping@0.3.9': dependencies: - '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 '@lcov-viewer/cli@1.3.0': @@ -9365,34 +8889,35 @@ snapshots: nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.6.0 + semver: 7.6.2 tar: 6.2.1 transitivePeerDependencies: - encoding - supports-color - '@microsoft/api-extractor-model@7.28.3(@types/node@20.12.12)': + '@microsoft/api-extractor-model@7.28.13(@types/node@20.12.12)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.12.12) + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.39.0(@types/node@20.12.12)': + '@microsoft/api-extractor@7.43.0(@types/node@20.12.12)': dependencies: - '@microsoft/api-extractor-model': 7.28.3(@types/node@20.12.12) + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.12.12) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.12.12) - '@rushstack/rig-package': 0.5.1 - '@rushstack/ts-command-line': 4.17.1 - colors: 1.2.5 + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) + '@rushstack/rig-package': 0.5.2 + '@rushstack/terminal': 0.10.0(@types/node@20.12.12) + '@rushstack/ts-command-line': 4.19.1(@types/node@20.12.12) lodash: 4.17.21 + minimatch: 3.0.8 resolve: 1.22.8 semver: 7.5.4 source-map: 0.6.1 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: - '@types/node' @@ -9405,7 +8930,7 @@ snapshots: '@microsoft/tsdoc@0.14.2': {} - '@next/eslint-plugin-next@14.1.4': + '@next/eslint-plugin-next@14.2.3': dependencies: glob: 10.3.10 @@ -9421,25 +8946,25 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@npmcli/config@8.1.0': + '@npmcli/config@8.3.2': dependencies: - '@npmcli/map-workspaces': 3.0.4 + '@npmcli/map-workspaces': 3.0.6 ci-info: 4.0.0 ini: 4.1.2 - nopt: 7.2.0 - proc-log: 3.0.0 + nopt: 7.2.1 + proc-log: 4.2.0 read-package-json-fast: 3.0.2 - semver: 7.6.0 + semver: 7.6.2 walk-up-path: 3.0.1 '@npmcli/fs@2.1.2': dependencies: '@gar/promisify': 1.1.3 - semver: 7.6.0 + semver: 7.6.2 - '@npmcli/fs@3.1.0': + '@npmcli/fs@3.1.1': dependencies: - semver: 7.6.0 + semver: 7.6.2 '@npmcli/git@4.1.0': dependencies: @@ -9449,21 +8974,21 @@ snapshots: proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.6.0 + semver: 7.6.2 which: 3.0.1 transitivePeerDependencies: - bluebird - '@npmcli/installed-package-contents@2.0.2': + '@npmcli/installed-package-contents@2.1.0': dependencies: - npm-bundled: 3.0.0 + npm-bundled: 3.0.1 npm-normalize-package-bin: 3.0.1 - '@npmcli/map-workspaces@3.0.4': + '@npmcli/map-workspaces@3.0.6': dependencies: '@npmcli/name-from-folder': 2.0.0 glob: 10.3.15 - minimatch: 9.0.3 + minimatch: 9.0.4 read-package-json-fast: 3.0.2 '@npmcli/move-file@2.0.1': @@ -9492,11 +9017,11 @@ snapshots: '@pakk/cli@0.9.0': dependencies: - '@alexaegis/cli-tools': 0.9.0 - '@alexaegis/common': 0.9.0 - '@alexaegis/fs': 0.9.0 - '@alexaegis/logging': 0.9.0 - '@alexaegis/workspace-tools': 0.9.0 + '@alexaegis/cli-tools': 0.9.1 + '@alexaegis/common': 0.9.1 + '@alexaegis/fs': 0.9.1 + '@alexaegis/logging': 0.9.1 + '@alexaegis/workspace-tools': 0.9.1 '@pakk/core': 0.9.0 '@types/node': 20.12.12 prettier: 3.2.5 @@ -9523,7 +9048,7 @@ snapshots: '@types/node': 20.12.12 globby: 14.0.1 prettier: 3.2.5 - rollup: 4.13.0 + rollup: 4.17.2 ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) typescript: 5.4.5 vite: 5.2.11(@types/node@20.12.12) @@ -9554,91 +9079,99 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@rollup/plugin-commonjs@25.0.7(rollup@4.13.0)': + '@rollup/plugin-commonjs@25.0.7(rollup@4.17.2)': dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.8 + magic-string: 0.30.10 optionalDependencies: - rollup: 4.13.0 + rollup: 4.17.2 - '@rollup/plugin-json@6.1.0(rollup@4.13.0)': + '@rollup/plugin-json@6.1.0(rollup@4.17.2)': dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) optionalDependencies: - rollup: 4.13.0 + rollup: 4.17.2 - '@rollup/plugin-node-resolve@15.2.3(rollup@4.13.0)': + '@rollup/plugin-node-resolve@15.2.3(rollup@4.17.2)': dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.8 optionalDependencies: - rollup: 4.13.0 + rollup: 4.17.2 '@rollup/pluginutils@4.2.1': dependencies: estree-walker: 2.0.2 picomatch: 2.3.1 - '@rollup/pluginutils@5.1.0(rollup@4.13.0)': + '@rollup/pluginutils@5.1.0(rollup@4.17.2)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.13.0 + rollup: 4.17.2 + + '@rollup/rollup-android-arm-eabi@4.17.2': + optional: true + + '@rollup/rollup-android-arm64@4.17.2': + optional: true + + '@rollup/rollup-darwin-arm64@4.17.2': + optional: true - '@rollup/rollup-android-arm-eabi@4.13.0': + '@rollup/rollup-darwin-x64@4.17.2': optional: true - '@rollup/rollup-android-arm64@4.13.0': + '@rollup/rollup-linux-arm-gnueabihf@4.17.2': optional: true - '@rollup/rollup-darwin-arm64@4.13.0': + '@rollup/rollup-linux-arm-musleabihf@4.17.2': optional: true - '@rollup/rollup-darwin-x64@4.13.0': + '@rollup/rollup-linux-arm64-gnu@4.17.2': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.13.0': + '@rollup/rollup-linux-arm64-musl@4.17.2': optional: true - '@rollup/rollup-linux-arm64-gnu@4.13.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.17.2': optional: true - '@rollup/rollup-linux-arm64-musl@4.13.0': + '@rollup/rollup-linux-riscv64-gnu@4.17.2': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.13.0': + '@rollup/rollup-linux-s390x-gnu@4.17.2': optional: true - '@rollup/rollup-linux-x64-gnu@4.13.0': + '@rollup/rollup-linux-x64-gnu@4.17.2': optional: true - '@rollup/rollup-linux-x64-musl@4.13.0': + '@rollup/rollup-linux-x64-musl@4.17.2': optional: true - '@rollup/rollup-win32-arm64-msvc@4.13.0': + '@rollup/rollup-win32-arm64-msvc@4.17.2': optional: true - '@rollup/rollup-win32-ia32-msvc@4.13.0': + '@rollup/rollup-win32-ia32-msvc@4.17.2': optional: true - '@rollup/rollup-win32-x64-msvc@4.13.0': + '@rollup/rollup-win32-x64-msvc@4.17.2': optional: true - '@rushstack/eslint-patch@1.8.0': {} + '@rushstack/eslint-patch@1.10.3': {} - '@rushstack/node-core-library@3.62.0(@types/node@20.12.12)': + '@rushstack/node-core-library@4.0.2(@types/node@20.12.12)': dependencies: - colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 @@ -9648,17 +9181,26 @@ snapshots: optionalDependencies: '@types/node': 20.12.12 - '@rushstack/rig-package@0.5.1': + '@rushstack/rig-package@0.5.2': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/ts-command-line@4.17.1': + '@rushstack/terminal@0.10.0(@types/node@20.12.12)': + dependencies: + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.12) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 20.12.12 + + '@rushstack/ts-command-line@4.19.1(@types/node@20.12.12)': dependencies: + '@rushstack/terminal': 0.10.0(@types/node@20.12.12) '@types/argparse': 1.0.38 argparse: 1.0.10 - colors: 1.2.5 string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' '@schemastore/package@0.0.10': {} @@ -9707,15 +9249,15 @@ snapshots: '@sveltejs/adapter-auto@3.2.0(@sveltejs/kit@2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))': dependencies: '@sveltejs/kit': 2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) - import-meta-resolve: 4.0.0 + import-meta-resolve: 4.1.0 '@sveltejs/adapter-node@5.0.1(@sveltejs/kit@2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))': dependencies: - '@rollup/plugin-commonjs': 25.0.7(rollup@4.13.0) - '@rollup/plugin-json': 6.1.0(rollup@4.13.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.13.0) + '@rollup/plugin-commonjs': 25.0.7(rollup@4.17.2) + '@rollup/plugin-json': 6.1.0(rollup@4.17.2) + '@rollup/plugin-node-resolve': 15.2.3(rollup@4.17.2) '@sveltejs/kit': 2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) - rollup: 4.13.0 + rollup: 4.17.2 '@sveltejs/adapter-static@3.0.1(@sveltejs/kit@2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))': dependencies: @@ -9724,7 +9266,7 @@ snapshots: '@sveltejs/adapter-vercel@5.3.0(@sveltejs/kit@2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(encoding@0.1.13)': dependencies: '@sveltejs/kit': 2.5.9(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) - '@vercel/nft': 0.26.4(encoding@0.1.13) + '@vercel/nft': 0.26.5(encoding@0.1.13) esbuild: 0.20.2 transitivePeerDependencies: - encoding @@ -9737,9 +9279,9 @@ snapshots: cookie: 0.6.0 devalue: 5.0.0 esm-env: 1.0.0 - import-meta-resolve: 4.0.0 + import-meta-resolve: 4.1.0 kleur: 4.1.5 - magic-string: 0.30.8 + magic-string: 0.30.10 mrmime: 2.0.0 sade: 1.8.1 set-cookie-parser: 2.6.0 @@ -9753,13 +9295,13 @@ snapshots: chokidar: 3.6.0 kleur: 4.1.5 sade: 1.8.1 - semver: 7.6.0 + semver: 7.6.2 svelte: 4.2.17 - svelte2tsx: 0.7.5(svelte@4.2.17)(typescript@5.4.5) + svelte2tsx: 0.7.8(svelte@4.2.17)(typescript@5.4.5) transitivePeerDependencies: - typescript - '@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12))': dependencies: '@sveltejs/vite-plugin-svelte': 3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) debug: 4.3.4 @@ -9770,7 +9312,7 @@ snapshots: '@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)))(svelte@4.2.17)(vite@5.2.11(@types/node@20.12.12)) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 @@ -9788,7 +9330,7 @@ snapshots: '@tootallnate/once@2.0.0': {} - '@tsconfig/node10@1.0.9': {} + '@tsconfig/node10@1.0.11': {} '@tsconfig/node12@1.0.11': {} @@ -9801,7 +9343,7 @@ snapshots: '@tufjs/models@1.0.4': dependencies: '@tufjs/canonical-json': 1.0.0 - minimatch: 9.0.3 + minimatch: 9.0.4 '@types/argparse@1.0.38': {} @@ -9819,12 +9361,12 @@ snapshots: dependencies: '@types/ms': 0.7.34 - '@types/eslint@8.56.6': + '@types/eslint@8.56.10': dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 - '@types/estree-jsx@1.0.4': + '@types/estree-jsx@1.0.5': dependencies: '@types/estree': 1.0.5 @@ -9835,10 +9377,6 @@ snapshots: '@types/jsonfile': 6.1.4 '@types/node': 20.12.12 - '@types/hast@2.3.10': - dependencies: - '@types/unist': 2.0.10 - '@types/hast@3.0.4': dependencies: '@types/unist': 3.0.2 @@ -9868,11 +9406,7 @@ snapshots: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 - '@types/mdast@3.0.15': - dependencies: - '@types/unist': 2.0.10 - - '@types/mdast@4.0.3': + '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.2 @@ -9884,7 +9418,7 @@ snapshots: '@types/ms@0.7.34': {} - '@types/node@18.19.26': + '@types/node@18.19.33': dependencies: undici-types: 5.26.5 @@ -9916,155 +9450,295 @@ snapshots: '@types/web-bluetooth@0.0.20': {} - '@types/which@3.0.3': {} + '@types/which@3.0.3': {} + + '@types/yargs-parser@21.0.3': {} + + '@types/yargs@17.0.32': + dependencies: + '@types/yargs-parser': 21.0.3 + + '@typescript-eslint/eslint-plugin@7.9.0(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.9.0 + '@typescript-eslint/type-utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.9.0 + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/eslint-plugin@8.0.0-alpha.13(@typescript-eslint/parser@8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/type-utils': 8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 + debug: 4.3.4 + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + semver: 7.6.2 + ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/eslint-plugin@8.0.0-alpha.13(@typescript-eslint/parser@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5))(eslint@9.3.0)(typescript@5.4.5)': + dependencies: + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/type-utils': 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 + debug: 4.3.4 + eslint: 9.3.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + semver: 7.6.2 + ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@typescript-eslint/scope-manager': 7.2.0 + '@typescript-eslint/types': 7.2.0 + '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.2.0 + debug: 4.3.4 + eslint: 8.57.0 + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@typescript-eslint/scope-manager': 7.9.0 + '@typescript-eslint/types': 7.9.0 + '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.9.0 + debug: 4.3.4 + eslint: 8.57.0 + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 + debug: 4.3.4 + eslint: 8.57.0 + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5)': + dependencies: + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 + debug: 4.3.4 + eslint: 9.3.0 + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@7.2.0': + dependencies: + '@typescript-eslint/types': 7.2.0 + '@typescript-eslint/visitor-keys': 7.2.0 - '@types/yargs-parser@21.0.3': {} + '@typescript-eslint/scope-manager@7.9.0': + dependencies: + '@typescript-eslint/types': 7.9.0 + '@typescript-eslint/visitor-keys': 7.9.0 - '@types/yargs@17.0.32': + '@typescript-eslint/scope-manager@8.0.0-alpha.13': dependencies: - '@types/yargs-parser': 21.0.3 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 - '@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@7.9.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: - '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/type-utils': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) + '@typescript-eslint/utils': 7.9.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - graphemer: 1.4.0 - ignore: 5.3.1 - natural-compare: 1.4.0 - semver: 7.6.0 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 - eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: + - eslint - supports-color - '@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) + '@typescript-eslint/utils': 8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5) debug: 4.3.4 - eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: + - eslint - supports-color - '@typescript-eslint/scope-manager@6.21.0': - dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/types@7.2.0': {} - '@typescript-eslint/scope-manager@7.3.1': - dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/types@7.9.0': {} + + '@typescript-eslint/types@8.0.0-alpha.13': {} - '@typescript-eslint/type-utils@7.3.1(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.2.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.5) - '@typescript-eslint/utils': 7.3.1(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/types': 7.2.0 + '@typescript-eslint/visitor-keys': 7.2.0 debug: 4.3.4 - eslint: 8.57.0 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@6.21.0': {} - - '@typescript-eslint/types@7.3.1': {} - - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.9.0(typescript@5.4.5)': dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/types': 7.9.0 + '@typescript-eslint/visitor-keys': 7.9.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.3 - semver: 7.6.0 + minimatch: 9.0.4 + semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.3.1(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@8.0.0-alpha.13(typescript@5.4.5)': dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/visitor-keys': 8.0.0-alpha.13 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - minimatch: 9.0.3 - semver: 7.6.0 + minimatch: 9.0.4 + semver: 7.6.2 ts-api-utils: 1.3.0(typescript@5.4.5) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.3.1(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@7.9.0(eslint@8.57.0)(typescript@5.4.5)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@typescript-eslint/scope-manager': 7.9.0 + '@typescript-eslint/types': 7.9.0 + '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.4.5) + eslint: 8.57.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@8.0.0-alpha.13(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.5) + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) eslint: 8.57.0 - semver: 7.6.0 + semver: 7.6.2 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@8.0.0-alpha.13(eslint@9.3.0)(typescript@5.4.5)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 8.0.0-alpha.13 + '@typescript-eslint/types': 8.0.0-alpha.13 + '@typescript-eslint/typescript-estree': 8.0.0-alpha.13(typescript@5.4.5) + eslint: 9.3.0 + semver: 7.6.2 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@6.21.0': + '@typescript-eslint/visitor-keys@7.2.0': dependencies: - '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/types': 7.2.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.3.1': + '@typescript-eslint/visitor-keys@7.9.0': dependencies: - '@typescript-eslint/types': 7.3.1 + '@typescript-eslint/types': 7.9.0 + eslint-visitor-keys: 3.4.3 + + '@typescript-eslint/visitor-keys@8.0.0-alpha.13': + dependencies: + '@typescript-eslint/types': 8.0.0-alpha.13 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} - '@vercel/nft@0.26.4(encoding@0.1.13)': + '@vercel/nft@0.26.5(encoding@0.1.13)': dependencies: '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) '@rollup/pluginutils': 4.2.1 acorn: 8.11.3 - acorn-import-attributes: 1.9.2(acorn@8.11.3) + acorn-import-attributes: 1.9.5(acorn@8.11.3) async-sema: 3.1.1 bindings: 1.5.0 estree-walker: 2.0.2 glob: 7.2.3 graceful-fs: 4.2.11 micromatch: 4.0.5 - node-gyp-build: 4.8.0 + node-gyp-build: 4.8.1 resolve-from: 5.0.0 transitivePeerDependencies: - encoding @@ -10084,11 +9758,11 @@ snapshots: istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.4 istanbul-reports: 3.1.7 - magic-string: 0.30.8 - magicast: 0.3.3 - picocolors: 1.0.0 + magic-string: 0.30.10 + magicast: 0.3.4 + picocolors: 1.0.1 std-env: 3.7.0 - strip-literal: 2.0.0 + strip-literal: 2.1.0 test-exclude: 6.0.0 vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) transitivePeerDependencies: @@ -10108,7 +9782,7 @@ snapshots: '@vitest/snapshot@1.6.0': dependencies: - magic-string: 0.30.8 + magic-string: 0.30.10 pathe: 1.1.2 pretty-format: 29.7.0 @@ -10123,7 +9797,7 @@ snapshots: fflate: 0.8.2 flatted: 3.3.1 pathe: 1.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 sirv: 2.0.4 vitest: 1.6.0(@types/node@20.12.12)(@vitest/ui@1.6.0)(jsdom@24.0.0) @@ -10147,14 +9821,6 @@ snapshots: '@volar/language-core': 1.11.1 path-browserify: 1.0.1 - '@vue/compiler-core@3.4.21': - dependencies: - '@babel/parser': 7.24.1 - '@vue/shared': 3.4.21 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.0 - '@vue/compiler-core@3.4.27': dependencies: '@babel/parser': 7.24.5 @@ -10163,28 +9829,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.21': - dependencies: - '@vue/compiler-core': 3.4.21 - '@vue/shared': 3.4.21 - '@vue/compiler-dom@3.4.27': dependencies: '@vue/compiler-core': 3.4.27 '@vue/shared': 3.4.27 - '@vue/compiler-sfc@3.4.21': - dependencies: - '@babel/parser': 7.24.1 - '@vue/compiler-core': 3.4.21 - '@vue/compiler-dom': 3.4.21 - '@vue/compiler-ssr': 3.4.21 - '@vue/shared': 3.4.21 - estree-walker: 2.0.2 - magic-string: 0.30.8 - postcss: 8.4.38 - source-map-js: 1.2.0 - '@vue/compiler-sfc@3.4.27': dependencies: '@babel/parser': 7.24.5 @@ -10197,11 +9846,6 @@ snapshots: postcss: 8.4.38 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.21': - dependencies: - '@vue/compiler-dom': 3.4.21 - '@vue/shared': 3.4.21 - '@vue/compiler-ssr@3.4.27': dependencies: '@vue/compiler-dom': 3.4.27 @@ -10230,10 +9874,10 @@ snapshots: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.21 - '@vue/shared': 3.4.21 + '@vue/compiler-dom': 3.4.27 + '@vue/shared': 3.4.27 computeds: 0.0.1 - minimatch: 9.0.3 + minimatch: 9.0.4 muggle-string: 0.3.1 path-browserify: 1.0.1 vue-template-compiler: 2.7.16 @@ -10261,8 +9905,6 @@ snapshots: '@vue/shared': 3.4.27 vue: 3.4.27(typescript@5.4.5) - '@vue/shared@3.4.21': {} - '@vue/shared@3.4.27': {} '@vueuse/core@10.9.0(vue@3.4.27(typescript@5.4.5))': @@ -10304,7 +9946,7 @@ snapshots: abbrev@2.0.0: {} - acorn-import-attributes@1.9.2(acorn@8.11.3): + acorn-import-attributes@1.9.5(acorn@8.11.3): dependencies: acorn: 8.11.3 @@ -10324,7 +9966,7 @@ snapshots: transitivePeerDependencies: - supports-color - agent-base@7.1.0: + agent-base@7.1.1: dependencies: debug: 4.3.4 transitivePeerDependencies: @@ -10346,37 +9988,36 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.12.0: + ajv@8.13.0: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 - algoliasearch@4.22.1: - dependencies: - '@algolia/cache-browser-local-storage': 4.22.1 - '@algolia/cache-common': 4.22.1 - '@algolia/cache-in-memory': 4.22.1 - '@algolia/client-account': 4.22.1 - '@algolia/client-analytics': 4.22.1 - '@algolia/client-common': 4.22.1 - '@algolia/client-personalization': 4.22.1 - '@algolia/client-search': 4.22.1 - '@algolia/logger-common': 4.22.1 - '@algolia/logger-console': 4.22.1 - '@algolia/requester-browser-xhr': 4.22.1 - '@algolia/requester-common': 4.22.1 - '@algolia/requester-node-http': 4.22.1 - '@algolia/transporter': 4.22.1 + algoliasearch@4.23.3: + dependencies: + '@algolia/cache-browser-local-storage': 4.23.3 + '@algolia/cache-common': 4.23.3 + '@algolia/cache-in-memory': 4.23.3 + '@algolia/client-account': 4.23.3 + '@algolia/client-analytics': 4.23.3 + '@algolia/client-common': 4.23.3 + '@algolia/client-personalization': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/logger-console': 4.23.3 + '@algolia/recommend': 4.23.3 + '@algolia/requester-browser-xhr': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/requester-node-http': 4.23.3 + '@algolia/transporter': 4.23.3 ansi-align@3.0.1: dependencies: string-width: 4.2.3 - ansi-escapes@6.2.0: - dependencies: - type-fest: 3.13.1 + ansi-escapes@6.2.1: {} ansi-regex@5.0.1: {} @@ -10442,7 +10083,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 is-string: 1.0.7 @@ -10453,7 +10094,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 @@ -10462,7 +10103,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 @@ -10471,28 +10112,28 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 array.prototype.toreversed@1.1.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 array.prototype.tosorted@1.1.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 es-shim-unscopables: 1.0.2 @@ -10501,7 +10142,7 @@ snapshots: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 get-intrinsic: 1.2.4 is-array-buffer: 3.0.4 @@ -10524,10 +10165,10 @@ snapshots: autoprefixer@10.4.19(postcss@8.4.38): dependencies: browserslist: 4.23.0 - caniuse-lite: 1.0.30001600 + caniuse-lite: 1.0.30001620 fraction.js: 4.3.7 normalize-range: 0.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 postcss: 8.4.38 postcss-value-parser: 4.2.0 @@ -10538,25 +10179,25 @@ snapshots: '@alexaegis/logging': 0.9.1 '@alexaegis/workspace-tools': 0.9.1 autotool-plugin: 0.5.0 - minimatch: 9.0.3 - semver: 7.6.0 + minimatch: 9.0.4 + semver: 7.6.2 autotool-plugin@0.5.0: dependencies: - '@alexaegis/common': 0.9.0 - '@alexaegis/fs': 0.9.0 + '@alexaegis/common': 0.9.1 + '@alexaegis/fs': 0.9.1 '@alexaegis/logging': 0.9.1 - '@alexaegis/match': 0.9.0 - '@alexaegis/workspace-tools': 0.9.0 + '@alexaegis/match': 0.9.1 + '@alexaegis/workspace-tools': 0.9.1 autotool@0.5.0: dependencies: - '@alexaegis/cli-tools': 0.9.0 - '@alexaegis/common': 0.9.0 - '@alexaegis/fs': 0.9.0 - '@alexaegis/logging': 0.9.0 - '@alexaegis/match': 0.9.0 - '@alexaegis/workspace-tools': 0.9.0 + '@alexaegis/cli-tools': 0.9.1 + '@alexaegis/common': 0.9.1 + '@alexaegis/fs': 0.9.1 + '@alexaegis/logging': 0.9.1 + '@alexaegis/match': 0.9.1 + '@alexaegis/workspace-tools': 0.9.1 autotool-plugin: 0.5.0 autotool-plugin-default: 0.5.0 globby: 14.0.1 @@ -10586,7 +10227,7 @@ snapshots: dependencies: require-from-string: 2.0.2 - binary-extensions@2.2.0: {} + binary-extensions@2.3.0: {} bindings@1.5.0: dependencies: @@ -10618,19 +10259,12 @@ snapshots: dependencies: fill-range: 7.0.1 - browserslist@4.22.3: - dependencies: - caniuse-lite: 1.0.30001585 - electron-to-chromium: 1.4.662 - node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.22.3) - browserslist@4.23.0: dependencies: - caniuse-lite: 1.0.30001600 - electron-to-chromium: 1.4.715 + caniuse-lite: 1.0.30001620 + electron-to-chromium: 1.4.774 node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.23.0) + update-browserslist-db: 1.0.16(browserslist@4.23.0) buffer-crc32@0.2.13: {} @@ -10638,10 +10272,6 @@ snapshots: builtin-modules@3.3.0: {} - builtins@5.0.1: - dependencies: - semver: 7.6.0 - cac@6.7.14: {} cacache@16.1.3: @@ -10669,16 +10299,16 @@ snapshots: cacache@17.1.4: dependencies: - '@npmcli/fs': 3.1.0 + '@npmcli/fs': 3.1.1 fs-minipass: 3.0.3 glob: 10.3.15 lru-cache: 7.18.3 - minipass: 7.0.4 + minipass: 7.1.1 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 - ssri: 10.0.5 + ssri: 10.0.6 tar: 6.2.1 unique-filename: 3.0.0 @@ -10720,9 +10350,7 @@ snapshots: camelcase@7.0.1: {} - caniuse-lite@1.0.30001585: {} - - caniuse-lite@1.0.30001600: {} + caniuse-lite@1.0.30001620: {} ccount@2.0.1: {} @@ -10791,7 +10419,7 @@ snapshots: dependencies: restore-cursor: 4.0.0 - cli-table3@0.6.4: + cli-table3@0.6.5: dependencies: string-width: 4.2.3 optionalDependencies: @@ -10842,8 +10470,6 @@ snapshots: colorette@2.0.20: {} - colors@1.2.5: {} - combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 @@ -10874,9 +10500,9 @@ snapshots: find-up: 5.0.0 git-semver-tags: 5.0.1 jsdom: 23.2.0 - semver: 7.6.0 + semver: 7.6.2 w3c-xmlserializer: 5.0.0 - yaml: 2.4.1 + yaml: 2.4.2 yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -10884,9 +10510,9 @@ snapshots: - supports-color - utf-8-validate - commitlint@19.2.1(@types/node@20.12.12)(typescript@5.4.5): + commitlint@19.3.0(@types/node@20.12.12)(typescript@5.4.5): dependencies: - '@commitlint/cli': 19.2.1(@types/node@20.12.12)(typescript@5.4.5) + '@commitlint/cli': 19.3.0(@types/node@20.12.12)(typescript@5.4.5) '@commitlint/types': 19.0.3 transitivePeerDependencies: - '@types/node' @@ -10910,6 +10536,8 @@ snapshots: readable-stream: 3.6.2 typedarray: 0.0.6 + confbox@0.1.7: {} + config-chain@1.1.13: dependencies: ini: 1.3.8 @@ -11071,9 +10699,9 @@ snapshots: cookie@0.6.0: {} - core-js-compat@3.35.1: + core-js-compat@3.37.1: dependencies: - browserslist: 4.22.3 + browserslist: 4.23.0 core-util-is@1.0.3: {} @@ -11220,9 +10848,9 @@ snapshots: depcheck@1.4.7: dependencies: - '@babel/parser': 7.24.1 - '@babel/traverse': 7.24.1 - '@vue/compiler-sfc': 3.4.21 + '@babel/parser': 7.24.5 + '@babel/traverse': 7.24.5 + '@vue/compiler-sfc': 3.4.27 callsite: 1.0.0 camelcase: 6.3.0 cosmiconfig: 7.1.0 @@ -11241,7 +10869,7 @@ snapshots: require-package-name: 2.0.1 resolve: 1.22.8 resolve-from: 5.0.0 - semver: 7.6.0 + semver: 7.6.2 yargs: 16.2.0 transitivePeerDependencies: - supports-color @@ -11270,8 +10898,6 @@ snapshots: diff@4.0.2: {} - diff@5.1.0: {} - dir-glob@3.0.1: dependencies: path-type: 4.0.0 @@ -11323,9 +10949,7 @@ snapshots: eastasianwidth@0.2.0: {} - electron-to-chromium@1.4.662: {} - - electron-to-chromium@1.4.715: {} + electron-to-chromium@1.4.774: {} emoji-regex@10.3.0: {} @@ -11338,7 +10962,7 @@ snapshots: iconv-lite: 0.6.3 optional: true - enhanced-resolve@5.16.0: + enhanced-resolve@5.16.1: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -11353,7 +10977,7 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.2: + es-abstract@1.23.3: dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -11370,7 +10994,7 @@ snapshots: function.prototype.name: 1.1.6 get-intrinsic: 1.2.4 get-symbol-description: 1.0.2 - globalthis: 1.0.3 + globalthis: 1.0.4 gopd: 1.0.1 has-property-descriptors: 1.0.2 has-proto: 1.0.3 @@ -11408,16 +11032,16 @@ snapshots: es-errors@1.3.0: {} - es-iterator-helpers@1.0.18: + es-iterator-helpers@1.0.19: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 es-set-tostringtag: 2.0.3 function-bind: 1.1.2 get-intrinsic: 1.2.4 - globalthis: 1.0.3 + globalthis: 1.0.4 has-property-descriptors: 1.0.2 has-proto: 1.0.3 has-symbols: 1.0.3 @@ -11483,22 +11107,23 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.1.2(eslint@8.57.0): + eslint-compat-utils@0.5.0(eslint@8.57.0): dependencies: eslint: 8.57.0 + semver: 7.6.2 - eslint-config-next@14.1.4(eslint@8.57.0)(typescript@5.4.5): + eslint-config-next@14.2.3(eslint@8.57.0)(typescript@5.4.5): dependencies: - '@next/eslint-plugin-next': 14.1.4 - '@rushstack/eslint-patch': 1.8.0 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@next/eslint-plugin-next': 14.2.3 + '@rushstack/eslint-patch': 1.10.3 + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) + eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: @@ -11509,10 +11134,19 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-config-turbo@1.13.0(eslint@8.57.0): + eslint-config-prettier@9.1.0(eslint@9.3.0): + dependencies: + eslint: 9.3.0 + + eslint-config-turbo@1.13.3(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-turbo: 1.13.0(eslint@8.57.0) + eslint-plugin-turbo: 1.13.3(eslint@8.57.0) + + eslint-config-turbo@1.13.3(eslint@9.3.0): + dependencies: + eslint: 9.3.0 + eslint-plugin-turbo: 1.13.3(eslint@9.3.0) eslint-import-resolver-node@0.3.9: dependencies: @@ -11522,15 +11156,15 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: debug: 4.3.4 - enhanced-resolve: 5.16.0 + enhanced-resolve: 5.16.1 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) fast-glob: 3.3.2 - get-tsconfig: 4.7.3 + get-tsconfig: 4.7.5 is-core-module: 2.13.1 is-glob: 4.0.3 transitivePeerDependencies: @@ -11539,55 +11173,28 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) - eslint: 8.57.0 - eslint-import-resolver-node: 0.3.9 - transitivePeerDependencies: - - supports-color - - eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): - dependencies: - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 + '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) - hasown: 2.0.2 - is-core-module: 2.13.1 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - tsconfig-paths: 3.15.0 - optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -11597,7 +11204,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.3.1(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.9.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -11608,7 +11215,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.3.1(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.9.0(eslint@8.57.0)(typescript@5.4.5) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -11616,7 +11223,7 @@ snapshots: eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0): dependencies: - '@babel/runtime': 7.24.1 + '@babel/runtime': 7.24.5 aria-query: 5.3.0 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 @@ -11625,7 +11232,7 @@ snapshots: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - es-iterator-helpers: 1.0.18 + es-iterator-helpers: 1.0.19 eslint: 8.57.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -11634,7 +11241,7 @@ snapshots: object.entries: 1.1.8 object.fromentries: 2.0.8 - eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): + eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): dependencies: eslint: 8.57.0 @@ -11646,7 +11253,7 @@ snapshots: array.prototype.toreversed: 1.1.2 array.prototype.tosorted: 1.1.3 doctrine: 2.1.0 - es-iterator-helpers: 1.0.18 + es-iterator-helpers: 1.0.19 eslint: 8.57.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 @@ -11660,40 +11267,67 @@ snapshots: semver: 6.3.1 string.prototype.matchall: 4.0.11 - eslint-plugin-svelte@2.35.1(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)): + eslint-plugin-svelte@2.39.0(eslint@8.57.0)(svelte@4.2.17)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@jridgewell/sourcemap-codec': 1.4.15 debug: 4.3.4 eslint: 8.57.0 - eslint-compat-utils: 0.1.2(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) esutils: 2.0.3 - known-css-properties: 0.29.0 + known-css-properties: 0.31.0 postcss: 8.4.38 postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)) postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-selector-parser: 6.0.15 - semver: 7.6.0 - svelte-eslint-parser: 0.33.1(svelte@4.2.17) + postcss-selector-parser: 6.0.16 + semver: 7.6.2 + svelte-eslint-parser: 0.36.0(svelte@4.2.17) optionalDependencies: svelte: 4.2.17 transitivePeerDependencies: - supports-color - ts-node - eslint-plugin-turbo@1.13.0(eslint@8.57.0): + eslint-plugin-turbo@1.13.3(eslint@8.57.0): dependencies: dotenv: 16.0.3 eslint: 8.57.0 + eslint-plugin-turbo@1.13.3(eslint@9.3.0): + dependencies: + dotenv: 16.0.3 + eslint: 9.3.0 + eslint-plugin-unicorn@51.0.1(eslint@8.57.0): dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint/eslintrc': 2.1.4 ci-info: 4.0.0 clean-regexp: 1.0.0 - core-js-compat: 3.35.1 + core-js-compat: 3.37.1 + eslint: 8.57.0 + esquery: 1.5.0 + indent-string: 4.0.0 + is-builtin-module: 3.2.1 + jsesc: 3.0.2 + pluralize: 8.0.0 + read-pkg-up: 7.0.1 + regexp-tree: 0.1.27 + regjsparser: 0.10.0 + semver: 7.6.2 + strip-indent: 3.0.0 + transitivePeerDependencies: + - supports-color + + eslint-plugin-unicorn@53.0.0(eslint@8.57.0): + dependencies: + '@babel/helper-validator-identifier': 7.24.5 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint/eslintrc': 3.1.0 + ci-info: 4.0.0 + clean-regexp: 1.0.0 + core-js-compat: 3.37.1 eslint: 8.57.0 esquery: 1.5.0 indent-string: 4.0.0 @@ -11703,7 +11337,29 @@ snapshots: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - semver: 7.6.0 + semver: 7.6.2 + strip-indent: 3.0.0 + transitivePeerDependencies: + - supports-color + + eslint-plugin-unicorn@53.0.0(eslint@9.3.0): + dependencies: + '@babel/helper-validator-identifier': 7.24.5 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@eslint/eslintrc': 3.1.0 + ci-info: 4.0.0 + clean-regexp: 1.0.0 + core-js-compat: 3.37.1 + eslint: 9.3.0 + esquery: 1.5.0 + indent-string: 4.0.0 + is-builtin-module: 3.2.1 + jsesc: 3.0.2 + pluralize: 8.0.0 + read-pkg-up: 7.0.1 + regexp-tree: 0.1.27 + regjsparser: 0.10.0 + semver: 7.6.2 strip-indent: 3.0.0 transitivePeerDependencies: - supports-color @@ -11713,8 +11369,15 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@8.0.1: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} + eslint-visitor-keys@4.0.0: {} + eslint@8.57.0: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -11752,7 +11415,46 @@ snapshots: lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 - optionator: 0.9.3 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + + eslint@9.3.0: + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@eslint-community/regexpp': 4.10.0 + '@eslint/eslintrc': 3.1.0 + '@eslint/js': 9.3.0 + '@humanwhocodes/config-array': 0.13.0 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.3.0 + '@nodelib/fs.walk': 1.2.8 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + escape-string-regexp: 4.0.0 + eslint-scope: 8.0.1 + eslint-visitor-keys: 4.0.0 + espree: 10.0.1 + esquery: 1.5.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.1 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 strip-ansi: 6.0.1 text-table: 0.2.0 transitivePeerDependencies: @@ -11760,6 +11462,12 @@ snapshots: esm-env@1.0.0: {} + espree@10.0.1: + dependencies: + acorn: 8.11.3 + acorn-jsx: 5.3.2(acorn@8.11.3) + eslint-visitor-keys: 4.0.0 + espree@9.6.1: dependencies: acorn: 8.11.3 @@ -11849,7 +11557,7 @@ snapshots: fetch-blob@3.2.0: dependencies: node-domexception: 1.0.0 - web-streams-polyfill: 3.3.2 + web-streams-polyfill: 3.3.3 fflate@0.8.2: {} @@ -11972,7 +11680,7 @@ snapshots: fs-minipass@3.0.3: dependencies: - minipass: 7.0.4 + minipass: 7.1.1 fs.realpath@1.0.0: {} @@ -11985,12 +11693,12 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 functions-have-names: 1.2.3 functions-have-names@1.2.3: {} - fx@31.0.0: {} + fx@34.0.0: {} gauge@3.0.2: dependencies: @@ -12048,7 +11756,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.2.4 - get-tsconfig@4.7.3: + get-tsconfig@4.7.5: dependencies: resolve-pkg-maps: 1.0.0 @@ -12085,7 +11793,7 @@ snapshots: git-semver-tags@5.0.1: dependencies: meow: 8.1.2 - semver: 7.6.0 + semver: 7.6.2 gitconfiglocal@1.0.0: dependencies: @@ -12105,16 +11813,16 @@ snapshots: dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 - minimatch: 9.0.3 - minipass: 7.0.4 - path-scurry: 1.10.1 + minimatch: 9.0.4 + minipass: 7.1.1 + path-scurry: 1.11.1 glob@10.3.15: dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 - minimatch: 9.0.3 - minipass: 7.0.4 + minimatch: 9.0.4 + minipass: 7.1.1 path-scurry: 1.11.1 glob@7.2.3: @@ -12139,7 +11847,7 @@ snapshots: fs.realpath: 1.0.0 minimatch: 8.0.4 minipass: 4.2.8 - path-scurry: 1.10.1 + path-scurry: 1.11.1 global-directory@4.0.1: dependencies: @@ -12179,9 +11887,12 @@ snapshots: dependencies: type-fest: 0.20.2 - globalthis@1.0.3: + globals@14.0.0: {} + + globalthis@1.0.4: dependencies: define-properties: 1.2.1 + gopd: 1.0.1 globalyzer@0.1.0: {} @@ -12272,10 +11983,6 @@ snapshots: has-yarn@3.0.0: {} - hasown@2.0.0: - dependencies: - function-bind: 1.1.2 - hasown@2.0.2: dependencies: function-bind: 1.1.2 @@ -12302,9 +12009,9 @@ snapshots: dependencies: lru-cache: 7.18.3 - hosted-git-info@7.0.1: + hosted-git-info@7.0.2: dependencies: - lru-cache: 10.2.0 + lru-cache: 10.2.2 html-encoding-sniffer@4.0.0: dependencies: @@ -12331,9 +12038,9 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-agent@7.0.0: + http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.0 + agent-base: 7.1.1 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -12350,9 +12057,9 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.2: + https-proxy-agent@7.0.4: dependencies: - agent-base: 7.1.0 + agent-base: 7.1.1 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -12373,9 +12080,9 @@ snapshots: dependencies: minimatch: 5.1.6 - ignore-walk@6.0.4: + ignore-walk@6.0.5: dependencies: - minimatch: 9.0.3 + minimatch: 9.0.4 ignore@5.3.1: {} @@ -12386,7 +12093,7 @@ snapshots: import-lazy@4.0.0: {} - import-meta-resolve@4.0.0: {} + import-meta-resolve@4.1.0: {} imurmurhash@0.1.4: {} @@ -12444,15 +12151,13 @@ snapshots: is-binary-path@2.1.0: dependencies: - binary-extensions: 2.2.0 + binary-extensions: 2.3.0 is-boolean-object@1.1.2: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - is-buffer@2.0.5: {} - is-builtin-module@3.2.1: dependencies: builtin-modules: 3.3.0 @@ -12465,7 +12170,7 @@ snapshots: is-core-module@2.13.1: dependencies: - hasown: 2.0.0 + hasown: 2.0.2 is-data-view@1.0.1: dependencies: @@ -12641,7 +12346,7 @@ snapshots: js-tokens@4.0.0: {} - js-tokens@8.0.3: {} + js-tokens@9.0.0: {} js-yaml@3.14.1: dependencies: @@ -12662,20 +12367,20 @@ snapshots: decimal.js: 10.4.3 form-data: 4.0.0 html-encoding-sniffer: 4.0.0 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 is-potential-custom-element-name: 1.0.1 parse5: 7.1.2 rrweb-cssom: 0.6.0 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.3 + tough-cookie: 4.1.4 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.16.0 + ws: 8.17.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -12689,21 +12394,21 @@ snapshots: decimal.js: 10.4.3 form-data: 4.0.0 html-encoding-sniffer: 4.0.0 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.7 + nwsapi: 2.2.10 parse5: 7.1.2 rrweb-cssom: 0.6.0 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 4.1.3 + tough-cookie: 4.1.4 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.16.0 + ws: 8.17.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -12722,7 +12427,7 @@ snapshots: json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@3.0.1: {} + json-parse-even-better-errors@3.0.2: {} json-parse-helpfulerror@1.0.3: dependencies: @@ -12773,10 +12478,10 @@ snapshots: kleur@4.1.5: {} - known-css-properties@0.29.0: {} - known-css-properties@0.30.0: {} + known-css-properties@0.31.0: {} + kolorist@1.8.0: {} language-subtag-registry@0.3.22: {} @@ -12837,15 +12542,15 @@ snapshots: pify: 3.0.0 strip-bom: 3.0.0 - load-plugin@6.0.2: + load-plugin@6.0.3: dependencies: - '@npmcli/config': 8.1.0 - import-meta-resolve: 4.0.0 + '@npmcli/config': 8.3.2 + import-meta-resolve: 4.1.0 local-pkg@0.5.0: dependencies: - mlly: 1.6.1 - pkg-types: 1.0.3 + mlly: 1.7.0 + pkg-types: 1.1.1 locate-character@3.0.0: {} @@ -12901,7 +12606,7 @@ snapshots: log-update@6.0.0: dependencies: - ansi-escapes: 6.2.0 + ansi-escapes: 6.2.1 cli-cursor: 4.0.0 slice-ansi: 7.1.0 strip-ansi: 7.1.0 @@ -12923,7 +12628,7 @@ snapshots: lowercase-keys@3.0.0: {} - lru-cache@10.2.0: {} + lru-cache@10.2.2: {} lru-cache@6.0.0: dependencies: @@ -12937,14 +12642,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - magic-string@0.30.8: - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - - magicast@0.3.3: + magicast@0.3.4: dependencies: - '@babel/parser': 7.24.1 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 source-map-js: 1.2.0 make-dir@3.1.0: @@ -12953,7 +12654,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.0 + semver: 7.6.2 make-error@1.3.6: {} @@ -12989,13 +12690,13 @@ snapshots: is-lambda: 1.0.1 lru-cache: 7.18.3 minipass: 5.0.0 - minipass-fetch: 3.0.4 + minipass-fetch: 3.0.5 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 0.6.3 promise-retry: 2.0.1 socks-proxy-agent: 7.0.0 - ssri: 10.0.5 + ssri: 10.0.6 transitivePeerDependencies: - supports-color @@ -13015,23 +12716,16 @@ snapshots: mathml-tag-names@2.1.3: {} - mdast-comment-marker@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-mdx-expression: 1.3.2 - transitivePeerDependencies: - - supports-color - mdast-comment-marker@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-mdx-expression: 2.0.0 transitivePeerDependencies: - supports-color mdast-util-directive@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 devlop: 1.1.0 mdast-util-from-markdown: 2.0.0 @@ -13044,31 +12738,14 @@ snapshots: mdast-util-find-and-replace@3.0.1: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 escape-string-regexp: 5.0.0 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - mdast-util-from-markdown@1.3.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - decode-named-character-reference: 1.0.2 - mdast-util-to-string: 3.2.0 - micromark: 3.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-decode-string: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-stringify-position: 3.0.3 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - mdast-util-from-markdown@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 decode-named-character-reference: 1.0.2 devlop: 1.1.0 @@ -13085,7 +12762,7 @@ snapshots: mdast-util-gfm-autolink-literal@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 ccount: 2.0.1 devlop: 1.1.0 mdast-util-find-and-replace: 3.0.1 @@ -13093,7 +12770,7 @@ snapshots: mdast-util-gfm-footnote@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.0 mdast-util-to-markdown: 2.1.0 @@ -13103,7 +12780,7 @@ snapshots: mdast-util-gfm-strikethrough@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-from-markdown: 2.0.0 mdast-util-to-markdown: 2.1.0 transitivePeerDependencies: @@ -13111,7 +12788,7 @@ snapshots: mdast-util-gfm-table@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 markdown-table: 3.0.3 mdast-util-from-markdown: 2.0.0 @@ -13121,7 +12798,7 @@ snapshots: mdast-util-gfm-task-list-item@2.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.0 mdast-util-to-markdown: 2.1.0 @@ -13140,29 +12817,15 @@ snapshots: transitivePeerDependencies: - supports-color - mdast-util-heading-style@2.0.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-heading-style@3.0.0: dependencies: - '@types/mdast': 4.0.3 - - mdast-util-mdx-expression@1.3.2: - dependencies: - '@types/estree-jsx': 1.0.4 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color + '@types/mdast': 4.0.4 mdast-util-mdx-expression@2.0.0: dependencies: - '@types/estree-jsx': 1.0.4 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.0 mdast-util-to-markdown: 2.1.0 @@ -13171,9 +12834,9 @@ snapshots: mdast-util-mdx-jsx@3.1.2: dependencies: - '@types/estree-jsx': 1.0.4 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 ccount: 2.0.1 devlop: 1.1.0 @@ -13199,29 +12862,24 @@ snapshots: mdast-util-mdxjs-esm@2.0.1: dependencies: - '@types/estree-jsx': 1.0.4 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-from-markdown: 2.0.0 mdast-util-to-markdown: 2.1.0 transitivePeerDependencies: - supports-color - mdast-util-phrasing@3.0.1: - dependencies: - '@types/mdast': 3.0.15 - unist-util-is: 5.2.1 - mdast-util-phrasing@4.1.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unist-util-is: 6.0.0 mdast-util-to-hast@13.1.0: dependencies: '@types/hast': 3.0.4 - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@ungap/structured-clone': 1.2.0 devlop: 1.1.0 micromark-util-sanitize-uri: 2.0.0 @@ -13230,20 +12888,9 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.1 - mdast-util-to-markdown@1.5.0: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - longest-streak: 3.1.0 - mdast-util-phrasing: 3.0.1 - mdast-util-to-string: 3.2.0 - micromark-util-decode-string: 1.1.0 - unist-util-visit: 4.1.2 - zwitch: 2.0.4 - mdast-util-to-markdown@2.1.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 longest-streak: 3.1.0 mdast-util-phrasing: 4.1.0 @@ -13252,13 +12899,9 @@ snapshots: unist-util-visit: 5.0.0 zwitch: 2.0.4 - mdast-util-to-string@3.2.0: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdn-data@2.0.30: {} @@ -13286,26 +12929,7 @@ snapshots: microdiff@1.4.0: {} - micromark-core-commonmark@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.1.0 - micromark-factory-label: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-factory-title: 1.1.0 - micromark-factory-whitespace: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-html-tag-name: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-core-commonmark@2.0.0: + micromark-core-commonmark@2.0.1: dependencies: decode-named-character-reference: 1.0.2 devlop: 1.1.0 @@ -13320,7 +12944,7 @@ snapshots: micromark-util-html-tag-name: 2.0.0 micromark-util-normalize-identifier: 2.0.0 micromark-util-resolve-all: 2.0.0 - micromark-util-subtokenize: 2.0.0 + micromark-util-subtokenize: 2.0.1 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 @@ -13334,7 +12958,7 @@ snapshots: micromark-extension-gfm-footnote@2.0.0: dependencies: devlop: 1.1.0 - micromark-core-commonmark: 2.0.0 + micromark-core-commonmark: 2.0.1 micromark-factory-space: 2.0.0 micromark-util-character: 2.1.0 micromark-util-normalize-identifier: 2.0.0 @@ -13382,25 +13006,12 @@ snapshots: micromark-util-combine-extensions: 2.0.0 micromark-util-types: 2.0.0 - micromark-factory-destination@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-destination@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-factory-label@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - micromark-factory-label@2.0.0: dependencies: devlop: 1.1.0 @@ -13408,23 +13019,11 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-factory-space@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-types: 1.1.0 - micromark-factory-space@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-types: 2.0.0 - micromark-factory-title@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-title@2.0.0: dependencies: micromark-factory-space: 2.0.0 @@ -13432,13 +13031,6 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-factory-whitespace@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-factory-whitespace@2.0.0: dependencies: micromark-factory-space: 2.0.0 @@ -13446,61 +13038,30 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-util-character@1.2.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-character@2.1.0: dependencies: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-util-chunked@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-chunked@2.0.0: dependencies: micromark-util-symbol: 2.0.0 - micromark-util-classify-character@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-classify-character@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-util-combine-extensions@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-types: 1.1.0 - micromark-util-combine-extensions@2.0.0: dependencies: micromark-util-chunked: 2.0.0 micromark-util-types: 2.0.0 - micromark-util-decode-numeric-character-reference@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-decode-numeric-character-reference@2.0.1: dependencies: micromark-util-symbol: 2.0.0 - micromark-util-decode-string@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 1.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-decode-string@2.0.0: dependencies: decode-named-character-reference: 1.0.2 @@ -13508,93 +13069,42 @@ snapshots: micromark-util-decode-numeric-character-reference: 2.0.1 micromark-util-symbol: 2.0.0 - micromark-util-encode@1.1.0: {} - micromark-util-encode@2.0.0: {} - micromark-util-html-tag-name@1.2.0: {} - micromark-util-html-tag-name@2.0.0: {} - micromark-util-normalize-identifier@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-normalize-identifier@2.0.0: dependencies: micromark-util-symbol: 2.0.0 - micromark-util-resolve-all@1.1.0: - dependencies: - micromark-util-types: 1.1.0 - micromark-util-resolve-all@2.0.0: dependencies: micromark-util-types: 2.0.0 - micromark-util-sanitize-uri@1.2.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-encode: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-sanitize-uri@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-encode: 2.0.0 micromark-util-symbol: 2.0.0 - micromark-util-subtokenize@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-util-subtokenize@2.0.0: + micromark-util-subtokenize@2.0.1: dependencies: devlop: 1.1.0 micromark-util-chunked: 2.0.0 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 - micromark-util-symbol@1.1.0: {} - micromark-util-symbol@2.0.0: {} - micromark-util-types@1.1.0: {} - micromark-util-types@2.0.0: {} - micromark@3.2.0: - dependencies: - '@types/debug': 4.1.12 - debug: 4.3.4 - decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-combine-extensions: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-encode: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - micromark@4.0.0: dependencies: '@types/debug': 4.1.12 debug: 4.3.4 decode-named-character-reference: 1.0.2 devlop: 1.1.0 - micromark-core-commonmark: 2.0.0 + micromark-core-commonmark: 2.0.1 micromark-factory-space: 2.0.0 micromark-util-character: 2.1.0 micromark-util-chunked: 2.0.0 @@ -13604,7 +13114,7 @@ snapshots: micromark-util-normalize-identifier: 2.0.0 micromark-util-resolve-all: 2.0.0 micromark-util-sanitize-uri: 2.0.0 - micromark-util-subtokenize: 2.0.0 + micromark-util-subtokenize: 2.0.1 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 transitivePeerDependencies: @@ -13631,6 +13141,10 @@ snapshots: min-indent@1.0.1: {} + minimatch@3.0.8: + dependencies: + brace-expansion: 1.1.11 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -13651,6 +13165,10 @@ snapshots: dependencies: brace-expansion: 2.0.1 + minimatch@9.0.4: + dependencies: + brace-expansion: 2.0.1 + minimist-options@4.1.0: dependencies: arrify: 1.0.1 @@ -13671,9 +13189,9 @@ snapshots: optionalDependencies: encoding: 0.1.13 - minipass-fetch@3.0.4: + minipass-fetch@3.0.5: dependencies: - minipass: 7.0.4 + minipass: 7.1.1 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -13704,7 +13222,7 @@ snapshots: minipass@5.0.0: {} - minipass@7.0.4: {} + minipass@7.1.1: {} minisearch@6.3.0: {} @@ -13721,11 +13239,11 @@ snapshots: mkdirp@1.0.4: {} - mlly@1.6.1: + mlly@1.7.0: dependencies: acorn: 8.11.3 pathe: 1.1.2 - pkg-types: 1.0.3 + pkg-types: 1.1.1 ufo: 1.5.3 modify-values@1.0.1: {} @@ -13781,7 +13299,7 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - node-gyp-build@4.8.0: {} + node-gyp-build@4.8.1: {} node-gyp@9.4.1: dependencies: @@ -13793,7 +13311,7 @@ snapshots: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.6.0 + semver: 7.6.2 tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: @@ -13810,7 +13328,7 @@ snapshots: dependencies: abbrev: 1.1.1 - nopt@7.2.0: + nopt@7.2.1: dependencies: abbrev: 2.0.0 @@ -13825,14 +13343,14 @@ snapshots: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.13.1 - semver: 7.6.0 + semver: 7.6.2 validate-npm-package-license: 3.0.4 normalize-package-data@5.0.0: dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.1 - semver: 7.6.0 + semver: 7.6.2 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} @@ -13845,7 +13363,7 @@ snapshots: dependencies: npm-normalize-package-bin: 2.0.0 - npm-bundled@3.0.0: + npm-bundled@3.0.1: dependencies: npm-normalize-package-bin: 3.0.1 @@ -13853,7 +13371,7 @@ snapshots: dependencies: '@types/semver-utils': 1.1.3 chalk: 5.3.0 - cli-table3: 0.6.4 + cli-table3: 0.6.5 commander: 10.0.1 fast-memoize: 2.5.2 find-up: 5.0.0 @@ -13867,7 +13385,7 @@ snapshots: jsonlines: 0.1.1 lodash: 4.17.21 make-fetch-happen: 11.1.1 - minimatch: 9.0.3 + minimatch: 9.0.4 p-map: 4.0.0 pacote: 15.2.0 parse-github-url: 1.0.2 @@ -13875,8 +13393,8 @@ snapshots: prompts-ncu: 3.0.0 rc-config-loader: 4.1.3 remote-git-tags: 3.0.0 - rimraf: 5.0.5 - semver: 7.6.0 + rimraf: 5.0.7 + semver: 7.6.2 semver-utils: 1.1.4 source-map-support: 0.5.21 spawn-please: 2.0.2 @@ -13890,7 +13408,7 @@ snapshots: npm-install-checks@6.3.0: dependencies: - semver: 7.6.0 + semver: 7.6.2 npm-normalize-package-bin@2.0.0: {} @@ -13900,8 +13418,8 @@ snapshots: dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 - semver: 7.6.0 - validate-npm-package-name: 5.0.0 + semver: 7.6.2 + validate-npm-package-name: 5.0.1 npm-packlist@5.1.3: dependencies: @@ -13912,20 +13430,20 @@ snapshots: npm-packlist@7.0.4: dependencies: - ignore-walk: 6.0.4 + ignore-walk: 6.0.5 npm-pick-manifest@8.0.2: dependencies: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 - semver: 7.6.0 + semver: 7.6.2 npm-registry-fetch@14.0.5: dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 - minipass-fetch: 3.0.4 + minipass-fetch: 3.0.5 minipass-json-stream: 1.0.1 minizlib: 2.1.2 npm-package-arg: 10.1.0 @@ -13951,7 +13469,7 @@ snapshots: gauge: 4.0.4 set-blocking: 2.0.0 - nwsapi@2.2.7: {} + nwsapi@2.2.10: {} object-assign@4.1.1: {} @@ -13978,19 +13496,19 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-object-atoms: 1.0.0 object.groupby@1.0.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 object.hasown@1.1.4: dependencies: define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-object-atoms: 1.0.0 object.values@1.2.0: @@ -14011,14 +13529,14 @@ snapshots: dependencies: mimic-fn: 4.0.0 - optionator@0.9.3: + optionator@0.9.4: dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 + word-wrap: 1.2.5 p-cancelable@3.0.0: {} @@ -14075,12 +13593,12 @@ snapshots: got: 12.6.1 registry-auth-token: 5.0.2 registry-url: 6.0.1 - semver: 7.6.0 + semver: 7.6.2 pacote@15.2.0: dependencies: '@npmcli/git': 4.1.0 - '@npmcli/installed-package-contents': 2.0.2 + '@npmcli/installed-package-contents': 2.1.0 '@npmcli/promise-spawn': 6.0.2 '@npmcli/run-script': 6.0.2 cacache: 17.1.4 @@ -14095,7 +13613,7 @@ snapshots: read-package-json: 6.0.4 read-package-json-fast: 3.0.2 sigstore: 1.9.0 - ssri: 10.0.5 + ssri: 10.0.6 tar: 6.2.1 transitivePeerDependencies: - bluebird @@ -14125,7 +13643,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.23.5 + '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -14134,7 +13652,7 @@ snapshots: dependencies: '@babel/code-frame': 7.24.2 error-ex: 1.3.2 - json-parse-even-better-errors: 3.0.1 + json-parse-even-better-errors: 3.0.2 lines-and-columns: 2.0.4 type-fest: 3.13.1 @@ -14165,15 +13683,10 @@ snapshots: path-parse@1.0.7: {} - path-scurry@1.10.1: - dependencies: - lru-cache: 10.2.0 - minipass: 7.0.4 - path-scurry@1.11.1: dependencies: - lru-cache: 10.2.0 - minipass: 7.0.4 + lru-cache: 10.2.2 + minipass: 7.1.1 path-type@3.0.0: dependencies: @@ -14199,8 +13712,6 @@ snapshots: estree-walker: 3.0.3 is-reference: 3.0.2 - picocolors@1.0.0: {} - picocolors@1.0.1: {} picomatch@2.3.1: {} @@ -14213,10 +13724,10 @@ snapshots: pirates@4.0.6: {} - pkg-types@1.0.3: + pkg-types@1.1.1: dependencies: - jsonc-parser: 3.2.1 - mlly: 1.6.1 + confbox: 0.1.7 + mlly: 1.7.0 pathe: 1.1.2 please-upgrade-node@3.2.0: @@ -14227,10 +13738,10 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-html@1.6.0: + postcss-html@1.7.0: dependencies: htmlparser2: 8.0.2 - js-tokens: 8.0.3 + js-tokens: 9.0.0 postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) @@ -14256,8 +13767,8 @@ snapshots: postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5)): dependencies: - lilconfig: 3.0.0 - yaml: 2.4.1 + lilconfig: 3.1.1 + yaml: 2.4.2 optionalDependencies: postcss: 8.4.38 ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) @@ -14291,11 +13802,6 @@ snapshots: dependencies: postcss: 8.4.38 - postcss-selector-parser@6.0.15: - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - postcss-selector-parser@6.0.16: dependencies: cssesc: 3.0.0 @@ -14306,10 +13812,10 @@ snapshots: postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.0.0 + picocolors: 1.0.1 source-map-js: 1.2.0 - preact@10.20.1: {} + preact@10.22.0: {} prelude-ls@1.2.1: {} @@ -14334,10 +13840,12 @@ snapshots: dependencies: '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 - react-is: 18.2.0 + react-is: 18.3.1 proc-log@3.0.0: {} + proc-log@4.2.0: {} + process-nextick-args@2.0.1: {} progress@2.0.3: {} @@ -14416,7 +13924,7 @@ snapshots: react-is@16.13.1: {} - react-is@18.2.0: {} + react-is@18.3.1: {} read-cache@1.0.0: dependencies: @@ -14424,13 +13932,13 @@ snapshots: read-package-json-fast@3.0.2: dependencies: - json-parse-even-better-errors: 3.0.1 + json-parse-even-better-errors: 3.0.2 npm-normalize-package-bin: 3.0.1 read-package-json@6.0.4: dependencies: glob: 10.3.15 - json-parse-even-better-errors: 3.0.1 + json-parse-even-better-errors: 3.0.2 normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 @@ -14487,10 +13995,10 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 get-intrinsic: 1.2.4 - globalthis: 1.0.3 + globalthis: 1.0.4 which-builtin-type: 1.1.3 regenerator-runtime@0.14.1: {} @@ -14518,7 +14026,7 @@ snapshots: remark-cli@12.0.1: dependencies: - import-meta-resolve: 4.0.0 + import-meta-resolve: 4.1.0 markdown-extensions: 2.0.0 remark: 15.0.1 unified-args: 11.0.1 @@ -14527,7 +14035,7 @@ snapshots: remark-gfm@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-gfm: 3.0.0 micromark-extension-gfm: 3.0.0 remark-parse: 11.0.0 @@ -14536,167 +14044,84 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-blockquote-indentation@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-blockquote-indentation@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-checkbox-character-style@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-checkbox-character-style@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-code-block-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-code-block-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-definition-case@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-definition-case@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-definition-spacing@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-definition-spacing@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 longest-streak: 3.1.0 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-emphasis-marker@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-emphasis-marker@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-fenced-code-flag@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-fenced-code-flag@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 quotation: 2.0.3 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-fenced-code-marker@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-fenced-code-marker@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-file-extension@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-file-extension@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 quotation: 2.0.3 unified-lint-rule: 3.0.0 - remark-lint-final-definition@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-final-definition@4.0.1: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-mdx: 3.0.0 mdast-util-phrasing: 4.1.0 @@ -14707,46 +14132,23 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-final-newline@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-final-newline@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 unified-lint-rule: 3.0.0 vfile-location: 5.0.2 - remark-lint-hard-break-spaces@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-hard-break-spaces@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 - remark-lint-heading-increment@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-heading-increment@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-mdx: 3.0.0 unified-lint-rule: 3.0.0 @@ -14755,18 +14157,9 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-heading-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-heading-style: 2.0.1 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-heading-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-heading-style: 3.0.0 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 @@ -14774,50 +14167,24 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-link-title-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - vfile-location: 4.1.0 - remark-lint-link-title-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-list-item-bullet-indent@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-visit: 4.1.2 - remark-lint-list-item-bullet-indent@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 pluralize: 8.0.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 - remark-lint-list-item-content-indent@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-list-item-content-indent@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 @@ -14825,37 +14192,18 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-list-item-indent@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-list-item-indent@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-list-item-spacing@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-list-item-spacing@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 @@ -14863,18 +14211,9 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-maximum-heading-length@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-maximum-heading-length@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-mdx: 3.0.0 mdast-util-to-string: 4.0.0 unified-lint-rule: 3.0.0 @@ -14883,18 +14222,9 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-maximum-line-length@3.1.3: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-maximum-line-length@4.0.1: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-mdx: 3.0.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 @@ -14903,19 +14233,9 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-blockquote-without-marker@5.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - vfile-location: 4.1.0 - remark-lint-no-blockquote-without-marker@6.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-directive: 3.0.0 mdast-util-phrasing: 4.1.0 @@ -14927,20 +14247,9 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-consecutive-blank-lines@4.1.3: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-no-consecutive-blank-lines@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-directive: 3.0.0 mdast-util-mdx: 3.0.0 mdast-util-phrasing: 4.1.0 @@ -14951,39 +14260,18 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-duplicate-definitions@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - remark-lint-no-duplicate-definitions@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-no-duplicate-headings-in-section@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - remark-lint-no-duplicate-headings-in-section@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-mdx: 3.0.0 mdast-util-to-string: 4.0.0 @@ -14993,20 +14281,9 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-duplicate-headings@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - remark-lint-no-duplicate-headings@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-mdx: 3.0.0 mdast-util-to-string: 4.0.0 @@ -15016,108 +14293,50 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-emphasis-as-heading@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-emphasis-as-heading@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-file-name-articles@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-no-file-name-articles@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 - remark-lint-no-file-name-consecutive-dashes@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-no-file-name-consecutive-dashes@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 - remark-lint-no-file-name-irregular-characters@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-no-file-name-irregular-characters@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 - remark-lint-no-file-name-mixed-case@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-no-file-name-mixed-case@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 - remark-lint-no-file-name-outer-dashes@2.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - remark-lint-no-file-name-outer-dashes@3.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 - remark-lint-no-heading-content-indent@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-heading-style: 2.0.1 - pluralize: 8.0.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-no-heading-content-indent@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-heading-punctuation@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-heading-punctuation@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-mdx: 3.0.0 mdast-util-to-string: 4.0.0 unified-lint-rule: 3.0.0 @@ -15125,47 +14344,18 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-inline-padding@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - - remark-lint-no-literal-urls@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-string: 3.2.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-no-literal-urls@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-to-string: 4.0.0 micromark-util-character: 2.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-multiple-toplevel-headings@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - remark-lint-no-multiple-toplevel-headings@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-mdx: 3.0.0 unified-lint-rule: 3.0.0 @@ -15174,62 +14364,29 @@ snapshots: transitivePeerDependencies: - supports-color - remark-lint-no-shell-dollars@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-shell-dollars@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 collapse-white-space: 2.1.0 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-shortcut-reference-image@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-shortcut-reference-image@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-shortcut-reference-link@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-shortcut-reference-link@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-no-table-indentation@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - vfile-location: 4.1.0 - remark-lint-no-table-indentation@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-phrasing: 4.1.0 pluralize: 8.0.0 @@ -15238,20 +14395,9 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-location: 5.0.2 - remark-lint-no-undefined-references@4.2.1: - dependencies: - '@types/mdast': 3.0.15 - micromark-util-normalize-identifier: 1.1.0 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - vfile-location: 4.1.0 - remark-lint-no-undefined-references@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 collapse-white-space: 2.1.0 devlop: 1.1.0 micromark-util-normalize-identifier: 2.0.0 @@ -15260,33 +14406,16 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-location: 5.0.2 - remark-lint-no-unused-definitions@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-visit: 4.1.2 - remark-lint-no-unused-definitions@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 unified-lint-rule: 3.0.0 unist-util-visit: 5.0.0 - remark-lint-ordered-list-marker-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-ordered-list-marker-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 micromark-util-character: 2.1.0 unified-lint-rule: 3.0.0 @@ -15294,18 +14423,9 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-ordered-list-marker-value@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-ordered-list-marker-value@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 devlop: 1.1.0 mdast-util-phrasing: 4.1.0 micromark-util-character: 2.1.0 @@ -15314,51 +14434,26 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-rule-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-rule-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-strong-marker@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-strong-marker@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-table-cell-padding@4.1.3: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-table-cell-padding@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 devlop: 1.1.0 mdast-util-phrasing: 4.1.0 @@ -15368,17 +14463,9 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile-message: 4.0.2 - remark-lint-table-pipe-alignment@3.1.3: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-table-pipe-alignment@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 devlop: 1.1.0 mdast-util-phrasing: 4.1.0 @@ -15387,35 +14474,18 @@ snapshots: unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-table-pipes@4.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-table-pipes@5.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 '@types/unist': 3.0.2 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 unist-util-visit-parents: 6.0.1 - remark-lint-unordered-list-marker-style@3.1.2: - dependencies: - '@types/mdast': 3.0.15 - unified: 10.1.2 - unified-lint-rule: 2.1.2 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - remark-lint-unordered-list-marker-style@4.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-phrasing: 4.1.0 unified-lint-rule: 3.0.0 unist-util-position: 5.0.0 @@ -15424,33 +14494,15 @@ snapshots: remark-lint@10.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 remark-message-control: 8.0.0 unified: 11.0.4 transitivePeerDependencies: - supports-color - remark-lint@9.1.2: - dependencies: - '@types/mdast': 3.0.15 - remark-message-control: 7.1.1 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - - remark-message-control@7.1.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-comment-marker: 2.1.2 - unified: 10.1.2 - unified-message-control: 4.0.0 - vfile: 5.3.7 - transitivePeerDependencies: - - supports-color - remark-message-control@8.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-comment-marker: 3.0.0 unified-message-control: 5.0.0 vfile: 6.0.1 @@ -15459,33 +14511,13 @@ snapshots: remark-parse@11.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-from-markdown: 2.0.0 micromark-util-types: 2.0.0 unified: 11.0.4 transitivePeerDependencies: - supports-color - remark-preset-lint-consistent@5.1.2: - dependencies: - '@types/mdast': 3.0.15 - remark-lint: 9.1.2 - remark-lint-blockquote-indentation: 3.1.2 - remark-lint-checkbox-character-style: 4.1.2 - remark-lint-code-block-style: 3.1.2 - remark-lint-emphasis-marker: 3.1.2 - remark-lint-fenced-code-marker: 3.1.2 - remark-lint-heading-style: 3.1.2 - remark-lint-link-title-style: 3.1.2 - remark-lint-list-item-content-indent: 3.1.2 - remark-lint-ordered-list-marker-style: 3.1.2 - remark-lint-rule-style: 3.1.2 - remark-lint-strong-marker: 3.1.2 - remark-lint-table-cell-padding: 4.1.3 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - remark-preset-lint-consistent@6.0.0: dependencies: remark-lint: 10.0.0 @@ -15506,57 +14538,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-preset-lint-markdown-style-guide@5.1.3: - dependencies: - '@types/mdast': 3.0.15 - remark-lint: 9.1.2 - remark-lint-blockquote-indentation: 3.1.2 - remark-lint-code-block-style: 3.1.2 - remark-lint-definition-case: 3.1.2 - remark-lint-definition-spacing: 3.1.2 - remark-lint-emphasis-marker: 3.1.2 - remark-lint-fenced-code-flag: 3.1.2 - remark-lint-fenced-code-marker: 3.1.2 - remark-lint-file-extension: 2.1.2 - remark-lint-final-definition: 3.1.2 - remark-lint-hard-break-spaces: 3.1.2 - remark-lint-heading-increment: 3.1.2 - remark-lint-heading-style: 3.1.2 - remark-lint-link-title-style: 3.1.2 - remark-lint-list-item-content-indent: 3.1.2 - remark-lint-list-item-indent: 3.1.2 - remark-lint-list-item-spacing: 4.1.2 - remark-lint-maximum-heading-length: 3.1.2 - remark-lint-maximum-line-length: 3.1.3 - remark-lint-no-blockquote-without-marker: 5.1.2 - remark-lint-no-consecutive-blank-lines: 4.1.3 - remark-lint-no-duplicate-headings: 3.1.2 - remark-lint-no-emphasis-as-heading: 3.1.2 - remark-lint-no-file-name-articles: 2.1.2 - remark-lint-no-file-name-consecutive-dashes: 2.1.2 - remark-lint-no-file-name-irregular-characters: 2.1.2 - remark-lint-no-file-name-mixed-case: 2.1.2 - remark-lint-no-file-name-outer-dashes: 2.1.2 - remark-lint-no-heading-punctuation: 3.1.2 - remark-lint-no-inline-padding: 4.1.2 - remark-lint-no-literal-urls: 3.1.2 - remark-lint-no-multiple-toplevel-headings: 3.1.2 - remark-lint-no-shell-dollars: 3.1.2 - remark-lint-no-shortcut-reference-image: 3.1.2 - remark-lint-no-shortcut-reference-link: 3.1.2 - remark-lint-no-table-indentation: 4.1.2 - remark-lint-ordered-list-marker-style: 3.1.2 - remark-lint-ordered-list-marker-value: 3.1.2 - remark-lint-rule-style: 3.1.2 - remark-lint-strong-marker: 3.1.2 - remark-lint-table-cell-padding: 4.1.3 - remark-lint-table-pipe-alignment: 3.1.3 - remark-lint-table-pipes: 4.1.2 - remark-lint-unordered-list-marker-style: 3.1.2 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - remark-preset-lint-markdown-style-guide@6.0.0: dependencies: remark-lint: 10.0.0 @@ -15606,28 +14587,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-preset-lint-recommended@6.1.3: - dependencies: - '@types/mdast': 3.0.15 - remark-lint: 9.1.2 - remark-lint-final-newline: 2.1.2 - remark-lint-hard-break-spaces: 3.1.2 - remark-lint-list-item-bullet-indent: 4.1.2 - remark-lint-list-item-indent: 3.1.2 - remark-lint-no-blockquote-without-marker: 5.1.2 - remark-lint-no-duplicate-definitions: 3.1.2 - remark-lint-no-heading-content-indent: 4.1.2 - remark-lint-no-inline-padding: 4.1.2 - remark-lint-no-literal-urls: 3.1.2 - remark-lint-no-shortcut-reference-image: 3.1.2 - remark-lint-no-shortcut-reference-link: 3.1.2 - remark-lint-no-undefined-references: 4.2.1 - remark-lint-no-unused-definitions: 3.1.2 - remark-lint-ordered-list-marker-style: 3.1.2 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - remark-preset-lint-recommended@7.0.0: dependencies: remark-lint: 10.0.0 @@ -15654,21 +14613,21 @@ snapshots: remark-stringify@11.0.0: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 mdast-util-to-markdown: 2.1.0 unified: 11.0.4 remark-validate-links@13.0.1: dependencies: '@types/hosted-git-info': 3.0.5 - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 github-slugger: 2.0.0 - hosted-git-info: 7.0.1 + hosted-git-info: 7.0.2 mdast-util-to-hast: 13.1.0 mdast-util-to-string: 4.0.0 propose: 0.0.5 trough: 2.2.0 - unified-engine: 11.2.0 + unified-engine: 11.2.1 unist-util-visit: 5.0.0 vfile: 6.0.1 transitivePeerDependencies: @@ -15676,7 +14635,7 @@ snapshots: remark@15.0.1: dependencies: - '@types/mdast': 4.0.3 + '@types/mdast': 4.0.4 remark-parse: 11.0.0 remark-stringify: 11.0.0 unified: 11.0.4 @@ -15746,33 +14705,36 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.5: + rimraf@5.0.7: dependencies: glob: 10.3.15 - roarr@7.21.0: + roarr@7.21.1: dependencies: fast-printf: 1.6.9 safe-stable-stringify: 2.4.3 semver-compare: 1.0.0 - rollup@4.13.0: + rollup@4.17.2: dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.13.0 - '@rollup/rollup-android-arm64': 4.13.0 - '@rollup/rollup-darwin-arm64': 4.13.0 - '@rollup/rollup-darwin-x64': 4.13.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.13.0 - '@rollup/rollup-linux-arm64-gnu': 4.13.0 - '@rollup/rollup-linux-arm64-musl': 4.13.0 - '@rollup/rollup-linux-riscv64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-gnu': 4.13.0 - '@rollup/rollup-linux-x64-musl': 4.13.0 - '@rollup/rollup-win32-arm64-msvc': 4.13.0 - '@rollup/rollup-win32-ia32-msvc': 4.13.0 - '@rollup/rollup-win32-x64-msvc': 4.13.0 + '@rollup/rollup-android-arm-eabi': 4.17.2 + '@rollup/rollup-android-arm64': 4.17.2 + '@rollup/rollup-darwin-arm64': 4.17.2 + '@rollup/rollup-darwin-x64': 4.17.2 + '@rollup/rollup-linux-arm-gnueabihf': 4.17.2 + '@rollup/rollup-linux-arm-musleabihf': 4.17.2 + '@rollup/rollup-linux-arm64-gnu': 4.17.2 + '@rollup/rollup-linux-arm64-musl': 4.17.2 + '@rollup/rollup-linux-powerpc64le-gnu': 4.17.2 + '@rollup/rollup-linux-riscv64-gnu': 4.17.2 + '@rollup/rollup-linux-s390x-gnu': 4.17.2 + '@rollup/rollup-linux-x64-gnu': 4.17.2 + '@rollup/rollup-linux-x64-musl': 4.17.2 + '@rollup/rollup-win32-arm64-msvc': 4.17.2 + '@rollup/rollup-win32-ia32-msvc': 4.17.2 + '@rollup/rollup-win32-x64-msvc': 4.17.2 fsevents: 2.3.3 rrweb-cssom@0.6.0: {} @@ -15823,7 +14785,7 @@ snapshots: semver-diff@4.0.0: dependencies: - semver: 7.6.0 + semver: 7.6.2 semver-utils@1.1.4: {} @@ -15835,9 +14797,7 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.0: - dependencies: - lru-cache: 6.0.0 + semver@7.6.2: {} serialize-error@11.0.3: dependencies: @@ -15939,11 +14899,11 @@ snapshots: dependencies: agent-base: 6.0.2 debug: 4.3.4 - socks: 2.8.1 + socks: 2.8.3 transitivePeerDependencies: - supports-color - socks@2.8.1: + socks@2.8.3: dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 @@ -15973,16 +14933,16 @@ snapshots: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.16 + spdx-license-ids: 3.0.17 - spdx-exceptions@2.4.0: {} + spdx-exceptions@2.5.0: {} spdx-expression-parse@3.0.1: dependencies: - spdx-exceptions: 2.4.0 - spdx-license-ids: 3.0.16 + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.17 - spdx-license-ids@3.0.16: {} + spdx-license-ids@3.0.17: {} speakingurl@14.0.1: {} @@ -16004,9 +14964,9 @@ snapshots: sprintf-js@1.1.3: {} - ssri@10.0.5: + ssri@10.0.6: dependencies: - minipass: 7.0.4 + minipass: 7.1.1 ssri@9.0.1: dependencies: @@ -16050,7 +15010,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-errors: 1.3.0 es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 @@ -16065,7 +15025,7 @@ snapshots: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.23.2 + es-abstract: 1.23.3 es-object-atoms: 1.0.0 string.prototype.trimend@1.0.8: @@ -16115,13 +15075,13 @@ snapshots: strip-json-comments@5.0.1: {} - strip-literal@2.0.0: + strip-literal@2.1.0: dependencies: - js-tokens: 8.0.3 + js-tokens: 9.0.0 - stylelint-config-html@1.1.0(postcss-html@1.6.0)(stylelint@16.5.0(typescript@5.4.5)): + stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.5.0(typescript@5.4.5)): dependencies: - postcss-html: 1.6.0 + postcss-html: 1.7.0 stylelint: 16.5.0(typescript@5.4.5) stylelint-config-recommended-scss@14.0.0(postcss@8.4.38)(stylelint@16.5.0(typescript@5.4.5)): @@ -16129,7 +15089,7 @@ snapshots: postcss-scss: 4.0.9(postcss@8.4.38) stylelint: 16.5.0(typescript@5.4.5) stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.4.5)) - stylelint-scss: 6.1.0(stylelint@16.5.0(typescript@5.4.5)) + stylelint-scss: 6.3.0(stylelint@16.5.0(typescript@5.4.5)) optionalDependencies: postcss: 8.4.38 @@ -16150,9 +15110,9 @@ snapshots: stylelint: 16.5.0(typescript@5.4.5) stylelint-config-recommended: 14.0.0(stylelint@16.5.0(typescript@5.4.5)) - stylelint-scss@6.1.0(stylelint@16.5.0(typescript@5.4.5)): + stylelint-scss@6.3.0(stylelint@16.5.0(typescript@5.4.5)): dependencies: - known-css-properties: 0.29.0 + known-css-properties: 0.30.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.16 @@ -16161,9 +15121,9 @@ snapshots: stylelint@16.5.0(typescript@5.4.5): dependencies: - '@csstools/css-parser-algorithms': 2.6.1(@csstools/css-tokenizer@2.2.4) - '@csstools/css-tokenizer': 2.2.4 - '@csstools/media-query-list-parser': 2.1.9(@csstools/css-parser-algorithms@2.6.1(@csstools/css-tokenizer@2.2.4))(@csstools/css-tokenizer@2.2.4) + '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) + '@csstools/css-tokenizer': 2.3.1 + '@csstools/media-query-list-parser': 2.1.11(@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1))(@csstools/css-tokenizer@2.3.1) '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.0.16) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 @@ -16187,7 +15147,7 @@ snapshots: meow: 13.2.0 micromatch: 4.0.5 normalize-path: 3.0.0 - picocolors: 1.0.0 + picocolors: 1.0.1 postcss: 8.4.38 postcss-resolve-nested-selector: 0.1.1 postcss-safe-parser: 7.0.0(postcss@8.4.38) @@ -16222,6 +15182,10 @@ snapshots: dependencies: has-flag: 4.0.0 + supports-color@8.1.1: + dependencies: + has-flag: 4.0.0 + supports-color@9.4.0: {} supports-hyperlinks@3.0.0: @@ -16237,7 +15201,7 @@ snapshots: chokidar: 3.6.0 fast-glob: 3.3.2 import-fresh: 3.3.0 - picocolors: 1.0.0 + picocolors: 1.0.1 sade: 1.8.1 svelte: 4.2.17 svelte-preprocess: 5.1.4(postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.38))(postcss@8.4.38)(svelte@4.2.17)(typescript@5.4.5) @@ -16253,7 +15217,7 @@ snapshots: - stylus - sugarss - svelte-eslint-parser@0.33.1(svelte@4.2.17): + svelte-eslint-parser@0.36.0(svelte@4.2.17): dependencies: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 @@ -16271,7 +15235,7 @@ snapshots: dependencies: '@types/pug': 2.0.10 detect-indent: 6.1.0 - magic-string: 0.30.8 + magic-string: 0.30.10 sorcery: 0.11.0 strip-indent: 3.0.0 svelte: 4.2.17 @@ -16280,7 +15244,7 @@ snapshots: postcss-load-config: 5.1.0(jiti@1.21.0)(postcss@8.4.38) typescript: 5.4.5 - svelte2tsx@0.7.5(svelte@4.2.17)(typescript@5.4.5): + svelte2tsx@0.7.8(svelte@4.2.17)(typescript@5.4.5): dependencies: dedent-js: 1.0.1 pascal-case: 3.1.2 @@ -16301,7 +15265,7 @@ snapshots: estree-walker: 3.0.3 is-reference: 3.0.2 locate-character: 3.0.0 - magic-string: 0.30.8 + magic-string: 0.30.10 periscopic: 3.1.0 svg-tags@1.0.0: {} @@ -16312,7 +15276,7 @@ snapshots: table@6.8.2: dependencies: - ajv: 8.12.0 + ajv: 8.13.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 @@ -16333,7 +15297,7 @@ snapshots: micromatch: 4.0.5 normalize-path: 3.0.0 object-hash: 3.0.0 - picocolors: 1.0.0 + picocolors: 1.0.1 postcss: 8.4.38 postcss-import: 15.1.0(postcss@8.4.38) postcss-js: 4.0.1(postcss@8.4.38) @@ -16394,7 +15358,7 @@ snapshots: globalyzer: 0.1.0 globrex: 0.1.2 - tinybench@2.6.0: {} + tinybench@2.8.0: {} tinypool@0.8.4: {} @@ -16408,7 +15372,7 @@ snapshots: totalist@3.0.1: {} - tough-cookie@4.1.3: + tough-cookie@4.1.4: dependencies: psl: 1.9.0 punycode: 2.3.1 @@ -16438,7 +15402,7 @@ snapshots: ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5): dependencies: '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 + '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 @@ -16511,8 +15475,8 @@ snapshots: micromatch: 4.0.5 pidtree: 0.6.0 randomcolor: 0.6.2 - roarr: 7.21.0 - semver: 7.6.0 + roarr: 7.21.1 + semver: 7.6.2 serialize-error: 11.0.3 throttle-debounce: 5.0.0 ts-custom-error: 3.3.1 @@ -16583,11 +15547,11 @@ snapshots: dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.3 + minimatch: 9.0.4 shiki: 0.14.7 typescript: 5.4.5 - typescript@5.3.3: {} + typescript@5.4.2: {} typescript@5.4.5: {} @@ -16617,7 +15581,7 @@ snapshots: minimist: 1.2.8 strip-ansi: 7.1.0 text-table: 0.2.0 - unified-engine: 11.2.0 + unified-engine: 11.2.1 transitivePeerDependencies: - supports-color @@ -16627,39 +15591,32 @@ snapshots: unified: 11.0.4 vfile-location: 5.0.2 - unified-engine@11.2.0: + unified-engine@11.2.1: dependencies: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 '@types/node': 20.12.12 '@types/unist': 3.0.2 - '@ungap/structured-clone': 1.2.0 concat-stream: 2.0.0 debug: 4.3.4 + extend: 3.0.2 glob: 10.3.15 ignore: 5.3.1 is-empty: 1.2.0 is-plain-obj: 4.1.0 - load-plugin: 6.0.2 + load-plugin: 6.0.3 parse-json: 7.1.1 trough: 2.2.0 unist-util-inspect: 8.0.0 vfile: 6.0.1 vfile-message: 4.0.2 - vfile-reporter: 8.1.0 + vfile-reporter: 8.1.1 vfile-statistics: 3.0.0 - yaml: 2.4.1 + yaml: 2.4.2 transitivePeerDependencies: - supports-color - unified-lint-rule@2.1.2: - dependencies: - '@types/unist': 2.0.10 - trough: 2.2.0 - unified: 10.1.2 - vfile: 5.3.7 - unified-lint-rule@3.0.0: dependencies: '@types/unist': 3.0.2 @@ -16667,15 +15624,6 @@ snapshots: unified: 11.0.4 vfile: 6.0.1 - unified-message-control@4.0.0: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit: 3.1.0 - vfile: 5.3.7 - vfile-location: 4.1.0 - vfile-message: 3.1.4 - unified-message-control@5.0.0: dependencies: '@types/unist': 3.0.2 @@ -16692,16 +15640,6 @@ snapshots: prettier: 3.2.5 unified: 11.0.4 - unified@10.1.2: - dependencies: - '@types/unist': 2.0.10 - bail: 2.0.2 - extend: 3.0.2 - is-buffer: 2.0.5 - is-plain-obj: 4.1.0 - trough: 2.2.0 - vfile: 5.3.7 - unified@11.0.4: dependencies: '@types/unist': 3.0.2 @@ -16732,24 +15670,14 @@ snapshots: dependencies: crypto-random-string: 4.0.0 - unist-util-generated@2.0.1: {} - unist-util-inspect@8.0.0: dependencies: '@types/unist': 3.0.2 - unist-util-is@5.2.1: - dependencies: - '@types/unist': 2.0.10 - unist-util-is@6.0.0: dependencies: '@types/unist': 3.0.2 - unist-util-position@4.0.4: - dependencies: - '@types/unist': 2.0.10 - unist-util-position@5.0.0: dependencies: '@types/unist': 3.0.2 @@ -16759,41 +15687,15 @@ snapshots: '@types/unist': 3.0.2 unist-util-visit: 5.0.0 - unist-util-stringify-position@3.0.3: - dependencies: - '@types/unist': 2.0.10 - unist-util-stringify-position@4.0.0: dependencies: '@types/unist': 3.0.2 - unist-util-visit-parents@4.1.1: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - - unist-util-visit-parents@5.1.3: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit-parents@6.0.1: dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 - unist-util-visit@3.1.0: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit-parents: 4.1.1 - - unist-util-visit@4.1.2: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - unist-util-visit@5.0.0: dependencies: '@types/unist': 3.0.2 @@ -16808,17 +15710,11 @@ snapshots: untildify@4.0.0: {} - update-browserslist-db@1.0.13(browserslist@4.22.3): - dependencies: - browserslist: 4.22.3 - escalade: 3.1.2 - picocolors: 1.0.0 - - update-browserslist-db@1.0.13(browserslist@4.23.0): + update-browserslist-db@1.0.16(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 update-notifier@6.0.2: dependencies: @@ -16833,7 +15729,7 @@ snapshots: is-yarn-global: 0.4.1 latest-version: 7.0.0 pupa: 3.1.0 - semver: 7.6.0 + semver: 7.6.2 semver-diff: 4.0.0 xdg-basedir: 5.1.0 @@ -16848,13 +15744,6 @@ snapshots: util-deprecate@1.0.2: {} - uvu@0.5.6: - dependencies: - dequal: 2.0.3 - diff: 5.1.0 - kleur: 4.1.5 - sade: 1.8.1 - v8-compile-cache-lib@3.0.1: {} validate-npm-package-license@3.0.4: @@ -16862,33 +15751,21 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - validate-npm-package-name@5.0.0: - dependencies: - builtins: 5.0.1 - - validator@13.11.0: {} + validate-npm-package-name@5.0.1: {} - vfile-location@4.1.0: - dependencies: - '@types/unist': 2.0.10 - vfile: 5.3.7 + validator@13.12.0: {} vfile-location@5.0.2: dependencies: '@types/unist': 3.0.2 vfile: 6.0.1 - vfile-message@3.1.4: - dependencies: - '@types/unist': 2.0.10 - unist-util-stringify-position: 3.0.3 - vfile-message@4.0.2: dependencies: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 - vfile-reporter@8.1.0: + vfile-reporter@8.1.1: dependencies: '@types/supports-color': 8.1.3 string-width: 6.1.0 @@ -16909,13 +15786,6 @@ snapshots: vfile: 6.0.1 vfile-message: 4.0.2 - vfile@5.3.7: - dependencies: - '@types/unist': 2.0.10 - is-buffer: 2.0.5 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - vfile@6.0.1: dependencies: '@types/unist': 3.0.2 @@ -16927,7 +15797,7 @@ snapshots: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 vite: 5.2.11(@types/node@20.12.12) transitivePeerDependencies: - '@types/node' @@ -16939,13 +15809,14 @@ snapshots: - supports-color - terser - vite-plugin-dts@3.7.3(@types/node@20.12.12)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)): + vite-plugin-dts@3.9.1(@types/node@20.12.12)(rollup@4.17.2)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)): dependencies: - '@microsoft/api-extractor': 7.39.0(@types/node@20.12.12) - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@microsoft/api-extractor': 7.43.0(@types/node@20.12.12) + '@rollup/pluginutils': 5.1.0(rollup@4.17.2) '@vue/language-core': 1.8.27(typescript@5.4.5) debug: 4.3.4 kolorist: 1.8.0 + magic-string: 0.30.10 typescript: 5.4.5 vue-tsc: 1.8.27(typescript@5.4.5) optionalDependencies: @@ -16955,7 +15826,7 @@ snapshots: - rollup - supports-color - vite-plugin-pakk@0.9.0(rollup@4.13.0): + vite-plugin-pakk@0.9.0(rollup@4.17.2): dependencies: '@alexaegis/common': 0.9.1 '@alexaegis/fs': 0.9.1 @@ -16966,7 +15837,7 @@ snapshots: ts-node: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) typescript: 5.4.5 vite: 5.2.11(@types/node@20.12.12) - vite-plugin-dts: 3.7.3(@types/node@20.12.12)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)) + vite-plugin-dts: 3.9.1(@types/node@20.12.12)(rollup@4.17.2)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.12)) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -16983,7 +15854,7 @@ snapshots: dependencies: esbuild: 0.20.2 postcss: 8.4.38 - rollup: 4.13.0 + rollup: 4.17.2 optionalDependencies: '@types/node': 20.12.12 fsevents: 2.3.3 @@ -16992,10 +15863,10 @@ snapshots: optionalDependencies: vite: 5.2.11(@types/node@20.12.12) - vitepress@1.2.0(@algolia/client-search@4.22.1)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): + vitepress@1.2.0(@algolia/client-search@4.23.3)(@types/node@20.12.12)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): dependencies: '@docsearch/css': 3.6.0 - '@docsearch/js': 3.6.0(@algolia/client-search@4.22.1)(search-insights@2.13.0) + '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) '@shikijs/core': 1.5.2 '@shikijs/transformers': 1.5.2 '@types/markdown-it': 14.1.1 @@ -17051,12 +15922,12 @@ snapshots: debug: 4.3.4 execa: 8.0.1 local-pkg: 0.5.0 - magic-string: 0.30.8 + magic-string: 0.30.10 pathe: 1.1.2 - picocolors: 1.0.0 + picocolors: 1.0.1 std-env: 3.7.0 - strip-literal: 2.0.0 - tinybench: 2.6.0 + strip-literal: 2.1.0 + tinybench: 2.8.0 tinypool: 0.8.4 vite: 5.2.11(@types/node@20.12.12) vite-node: 1.6.0(@types/node@20.12.12) @@ -17091,7 +15962,7 @@ snapshots: dependencies: '@volar/typescript': 1.11.1 '@vue/language-core': 1.8.27(typescript@5.4.5) - semver: 7.6.0 + semver: 7.6.2 typescript: 5.4.5 vue@3.4.27(typescript@5.4.5): @@ -17110,7 +15981,7 @@ snapshots: walk-up-path@3.0.1: {} - web-streams-polyfill@3.3.2: {} + web-streams-polyfill@3.3.3: {} webidl-conversions@3.0.1: {} @@ -17197,6 +16068,8 @@ snapshots: dependencies: string-width: 5.1.2 + word-wrap@1.2.5: {} + wordwrap@1.0.0: {} wrap-ansi@7.0.0: @@ -17231,7 +16104,7 @@ snapshots: imurmurhash: 0.1.4 signal-exit: 4.1.0 - ws@8.16.0: {} + ws@8.17.0: {} xdg-basedir@5.1.0: {} @@ -17249,8 +16122,6 @@ snapshots: yaml@2.3.4: {} - yaml@2.4.1: {} - yaml@2.4.2: {} yargs-parser@20.2.9: {} @@ -17287,7 +16158,7 @@ snapshots: dependencies: lodash.get: 4.4.2 lodash.isequal: 4.5.0 - validator: 13.11.0 + validator: 13.12.0 optionalDependencies: commander: 9.5.0 @@ -17297,16 +16168,16 @@ snapshots: dependencies: '@types/fs-extra': 11.0.4 '@types/minimist': 1.2.5 - '@types/node': 18.19.26 + '@types/node': 18.19.33 '@types/ps-tree': 1.1.6 '@types/which': 3.0.3 chalk: 5.3.0 fs-extra: 11.2.0 - fx: 31.0.0 + fx: 34.0.0 globby: 13.2.2 minimist: 1.2.8 node-fetch: 3.3.1 ps-tree: 1.2.0 webpod: 0.0.2 which: 3.0.1 - yaml: 2.3.4 + yaml: 2.4.2