From 152bb73f7c4eedb991ffae04fabd172ddba6e474 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Tue, 8 Oct 2024 16:40:56 +0200 Subject: [PATCH] chore: updates version for release --- benchmark/results/insert multiple.chart.html | 116 + benchmark/results/insert multiple.json | 33 + benchmark/results/insert.chart.html | 116 + benchmark/results/insert.json | 33 + benchmark/results/plain search.chart.html | 116 + benchmark/results/plain search.json | 33 + .../results/search with filters.chart.html | 116 + benchmark/results/search with filters.json | 33 + ...ch with long text and complex filters.json | 33 + ...h long text and complex filters.chart.html | 116 + benchmarks/package-lock.json | 4 +- package.json | 2 +- packages/docs/package.json | 2 +- packages/orama/.tshy/browser.json | 11 +- packages/orama/.tshy/commonjs.json | 12 +- packages/orama/.tshy/deno.json | 11 +- packages/orama/.tshy/esm.json | 11 +- packages/orama/package.json | 11 +- packages/plugin-analytics/package.json | 2 +- packages/plugin-astro/package.json | 2 +- packages/plugin-data-persistence/package.json | 2 +- packages/plugin-embeddings/package.json | 2 +- packages/plugin-match-highlight/package.json | 2 +- packages/plugin-nextra/package.json | 2 +- packages/plugin-parsedoc/package.json | 2 +- packages/plugin-secure-proxy/package.json | 2 +- packages/plugin-vitepress/package.json | 2 +- packages/stemmers/package.json | 2 +- packages/stopwords/package.json | 2 +- packages/switch/package.json | 2 +- packages/tokenizers/package.json | 2 +- pnpm-lock.yaml | 2868 +++++++---------- 32 files changed, 1899 insertions(+), 1804 deletions(-) create mode 100644 benchmark/results/insert multiple.chart.html create mode 100644 benchmark/results/insert multiple.json create mode 100644 benchmark/results/insert.chart.html create mode 100644 benchmark/results/insert.json create mode 100644 benchmark/results/plain search.chart.html create mode 100644 benchmark/results/plain search.json create mode 100644 benchmark/results/search with filters.chart.html create mode 100644 benchmark/results/search with filters.json create mode 100644 benchmark/results/search with long text and complex filters.json create mode 100644 benchmark/results/ssearch with long text and complex filters.chart.html diff --git a/benchmark/results/insert multiple.chart.html b/benchmark/results/insert multiple.chart.html new file mode 100644 index 00000000..cb5e7798 --- /dev/null +++ b/benchmark/results/insert multiple.chart.html @@ -0,0 +1,116 @@ + + + + + + + + insert multiple + + + +
+ +
+ + + \ No newline at end of file diff --git a/benchmark/results/insert multiple.json b/benchmark/results/insert multiple.json new file mode 100644 index 00000000..f47bcb66 --- /dev/null +++ b/benchmark/results/insert multiple.json @@ -0,0 +1,33 @@ +{ + "name": "insert multiple", + "date": "2024-10-08T13:34:40.160Z", + "version": "1.0.0", + "results": [ + { + "name": "insert multiple in Orama 2.1.1", + "ops": 7, + "margin": 6.44, + "percentSlower": 30 + }, + { + "name": "insert multiple in Orama 3.0.0-rc-2", + "ops": 10, + "margin": 5.2, + "percentSlower": 0 + }, + { + "name": "insert multiple in Orama latest", + "ops": 8, + "margin": 2.96, + "percentSlower": 20 + } + ], + "fastest": { + "name": "insert multiple in Orama 3.0.0-rc-2", + "index": 1 + }, + "slowest": { + "name": "insert multiple in Orama 2.1.1", + "index": 0 + } +} \ No newline at end of file diff --git a/benchmark/results/insert.chart.html b/benchmark/results/insert.chart.html new file mode 100644 index 00000000..9d6e9ac7 --- /dev/null +++ b/benchmark/results/insert.chart.html @@ -0,0 +1,116 @@ + + + + + + + + insert + + + +
+ +
+ + + \ No newline at end of file diff --git a/benchmark/results/insert.json b/benchmark/results/insert.json new file mode 100644 index 00000000..bc44f24a --- /dev/null +++ b/benchmark/results/insert.json @@ -0,0 +1,33 @@ +{ + "name": "insert", + "date": "2024-10-08T13:34:21.827Z", + "version": "1.0.0", + "results": [ + { + "name": "insert in Orama 2.1.1", + "ops": 7.95, + "margin": 1.63, + "percentSlower": 11.17 + }, + { + "name": "insert in Orama 3.0.0-rc-2", + "ops": 8.95, + "margin": 3.28, + "percentSlower": 0 + }, + { + "name": "insert in Orama latest", + "ops": 8.02, + "margin": 4.78, + "percentSlower": 10.39 + } + ], + "fastest": { + "name": "insert in Orama 3.0.0-rc-2", + "index": 1 + }, + "slowest": { + "name": "insert in Orama 2.1.1", + "index": 0 + } +} \ No newline at end of file diff --git a/benchmark/results/plain search.chart.html b/benchmark/results/plain search.chart.html new file mode 100644 index 00000000..58d9b499 --- /dev/null +++ b/benchmark/results/plain search.chart.html @@ -0,0 +1,116 @@ + + + + + + + + plain search + + + +
+ +
+ + + \ No newline at end of file diff --git a/benchmark/results/plain search.json b/benchmark/results/plain search.json new file mode 100644 index 00000000..ac2ee951 --- /dev/null +++ b/benchmark/results/plain search.json @@ -0,0 +1,33 @@ +{ + "name": "plain search", + "date": "2024-10-08T13:35:01.578Z", + "version": "1.0.0", + "results": [ + { + "name": "plain search in Orama 2.1.1", + "ops": 15, + "margin": 14.14, + "percentSlower": 0 + }, + { + "name": "plain search in Orama 3.0.0-rc-2", + "ops": 10, + "margin": 13.03, + "percentSlower": 33.33 + }, + { + "name": "plain search in Orama latest", + "ops": 2, + "margin": 0.56, + "percentSlower": 86.67 + } + ], + "fastest": { + "name": "plain search in Orama 2.1.1", + "index": 0 + }, + "slowest": { + "name": "plain search in Orama latest", + "index": 2 + } +} \ No newline at end of file diff --git a/benchmark/results/search with filters.chart.html b/benchmark/results/search with filters.chart.html new file mode 100644 index 00000000..2736d4d2 --- /dev/null +++ b/benchmark/results/search with filters.chart.html @@ -0,0 +1,116 @@ + + + + + + + + search with filters + + + +
+ +
+ + + \ No newline at end of file diff --git a/benchmark/results/search with filters.json b/benchmark/results/search with filters.json new file mode 100644 index 00000000..0909c774 --- /dev/null +++ b/benchmark/results/search with filters.json @@ -0,0 +1,33 @@ +{ + "name": "search with filters", + "date": "2024-10-08T13:35:18.501Z", + "version": "1.0.0", + "results": [ + { + "name": "search with filters in Orama 2.1.1", + "ops": 89, + "margin": 19.69, + "percentSlower": 13.59 + }, + { + "name": "search with filters in Orama 3.0.0-rc-2", + "ops": 56, + "margin": 11.14, + "percentSlower": 45.63 + }, + { + "name": "search with filters in Orama latest", + "ops": 103, + "margin": 1.67, + "percentSlower": 0 + } + ], + "fastest": { + "name": "search with filters in Orama latest", + "index": 2 + }, + "slowest": { + "name": "search with filters in Orama 3.0.0-rc-2", + "index": 1 + } +} \ No newline at end of file diff --git a/benchmark/results/search with long text and complex filters.json b/benchmark/results/search with long text and complex filters.json new file mode 100644 index 00000000..99743572 --- /dev/null +++ b/benchmark/results/search with long text and complex filters.json @@ -0,0 +1,33 @@ +{ + "name": "search with long text and complex filters", + "date": "2024-10-08T13:35:38.457Z", + "version": "1.0.0", + "results": [ + { + "name": "search with long text and complex filters in Orama 2.1.1", + "ops": 13, + "margin": 7.81, + "percentSlower": 0 + }, + { + "name": "search with long text and complex filters in Orama 3.0.0-rc-2", + "ops": 9, + "margin": 11.88, + "percentSlower": 30.77 + }, + { + "name": "search with long text and complex filters in Orama latest", + "ops": 3, + "margin": 1.01, + "percentSlower": 76.92 + } + ], + "fastest": { + "name": "search with long text and complex filters in Orama 2.1.1", + "index": 0 + }, + "slowest": { + "name": "search with long text and complex filters in Orama latest", + "index": 2 + } +} \ No newline at end of file diff --git a/benchmark/results/ssearch with long text and complex filters.chart.html b/benchmark/results/ssearch with long text and complex filters.chart.html new file mode 100644 index 00000000..13cadcbd --- /dev/null +++ b/benchmark/results/ssearch with long text and complex filters.chart.html @@ -0,0 +1,116 @@ + + + + + + + + search with long text and complex filters + + + +
+ +
+ + + \ No newline at end of file diff --git a/benchmarks/package-lock.json b/benchmarks/package-lock.json index 5738c6f1..6277788f 100644 --- a/benchmarks/package-lock.json +++ b/benchmarks/package-lock.json @@ -19,7 +19,7 @@ }, "../packages/orama": { "name": "@orama/orama", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "license": "Apache-2.0", "devDependencies": { "@orama/stemmers": "workspace:*", @@ -371,7 +371,7 @@ }, "node_modules/orama_300_rc_2": { "name": "@orama/orama", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.0.0-rc-2.tgz", "integrity": "sha512-Yklb1Yj0SoZrPlPV0dCDQKFPGbSIEm9788IVfR4sbv5SiCc47KBKEJJdYG/J8dWGE9pIzYLmUY78fLSBCWXa5g==", "engines": { diff --git a/package.json b/package.json index 400a26ee..9e9fed74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orama-monorepo", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Next generation full-text and vector search engine, written in TypeScript", "workspaces": [ "packages/*", diff --git a/packages/docs/package.json b/packages/docs/package.json index 77002600..b297d972 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@orama/docs", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Documentation for Orama", "private": true, "type": "module", diff --git a/packages/orama/.tshy/browser.json b/packages/orama/.tshy/browser.json index 84dceb96..144e2968 100644 --- a/packages/orama/.tshy/browser.json +++ b/packages/orama/.tshy/browser.json @@ -1,7 +1,14 @@ { "extends": "./build.json", - "include": ["../src/**/*.ts", "../src/**/*.mts", "../src/**/*.tsx", "../src/**/*.json"], - "exclude": ["../src/package.json"], + "include": [ + "../src/**/*.ts", + "../src/**/*.mts", + "../src/**/*.tsx", + "../src/**/*.json" + ], + "exclude": [ + "../src/package.json" + ], "compilerOptions": { "outDir": "../.tshy-build/browser" } diff --git a/packages/orama/.tshy/commonjs.json b/packages/orama/.tshy/commonjs.json index c11b0192..7c9db50b 100644 --- a/packages/orama/.tshy/commonjs.json +++ b/packages/orama/.tshy/commonjs.json @@ -1,7 +1,15 @@ { "extends": "./build.json", - "include": ["../src/**/*.ts", "../src/**/*.cts", "../src/**/*.tsx", "../src/**/*.json"], - "exclude": ["../src/**/*.mts", "../src/package.json"], + "include": [ + "../src/**/*.ts", + "../src/**/*.cts", + "../src/**/*.tsx", + "../src/**/*.json" + ], + "exclude": [ + "../src/**/*.mts", + "../src/package.json" + ], "compilerOptions": { "outDir": "../.tshy-build/commonjs" } diff --git a/packages/orama/.tshy/deno.json b/packages/orama/.tshy/deno.json index cf94b877..c929546d 100644 --- a/packages/orama/.tshy/deno.json +++ b/packages/orama/.tshy/deno.json @@ -1,7 +1,14 @@ { "extends": "./build.json", - "include": ["../src/**/*.ts", "../src/**/*.mts", "../src/**/*.tsx", "../src/**/*.json"], - "exclude": ["../src/package.json"], + "include": [ + "../src/**/*.ts", + "../src/**/*.mts", + "../src/**/*.tsx", + "../src/**/*.json" + ], + "exclude": [ + "../src/package.json" + ], "compilerOptions": { "outDir": "../.tshy-build/deno" } diff --git a/packages/orama/.tshy/esm.json b/packages/orama/.tshy/esm.json index 2929f454..959294a8 100644 --- a/packages/orama/.tshy/esm.json +++ b/packages/orama/.tshy/esm.json @@ -1,7 +1,14 @@ { "extends": "./build.json", - "include": ["../src/**/*.ts", "../src/**/*.mts", "../src/**/*.tsx", "../src/**/*.json"], - "exclude": ["../src/package.json"], + "include": [ + "../src/**/*.ts", + "../src/**/*.mts", + "../src/**/*.tsx", + "../src/**/*.json" + ], + "exclude": [ + "../src/package.json" + ], "compilerOptions": { "outDir": "../.tshy-build/esm" } diff --git a/packages/orama/package.json b/packages/orama/package.json index bde426f5..1db4035c 100644 --- a/packages/orama/package.json +++ b/packages/orama/package.json @@ -1,6 +1,6 @@ { "name": "@orama/orama", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "type": "module", "description": "Next generation full-text and vector search engine, written in TypeScript", "sideEffects": false, @@ -81,7 +81,9 @@ } }, "types": "./dist/commonjs/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "repository": { "type": "git", "url": "https://github.com/askorama/orama" @@ -169,7 +171,10 @@ "./components": "./src/components.ts", "./trees": "./src/trees.ts" }, - "esmDialects": ["deno", "browser"] + "esmDialects": [ + "deno", + "browser" + ] }, "module": "./dist/esm/index.js" } diff --git a/packages/plugin-analytics/package.json b/packages/plugin-analytics/package.json index 339b0429..b18a8858 100644 --- a/packages/plugin-analytics/package.json +++ b/packages/plugin-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-analytics", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama plugin for providing analytics data on your searches", "keywords": ["orama", "analytics", "telemetry"], "license": "Apache-2.0", diff --git a/packages/plugin-astro/package.json b/packages/plugin-astro/package.json index e13a5dd6..4a2fb84e 100644 --- a/packages/plugin-astro/package.json +++ b/packages/plugin-astro/package.json @@ -1,7 +1,7 @@ { "name": "@orama/plugin-astro", "description": "An Astro integration for Orama", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "keywords": ["astro", "astro-component", "cms", "orama", "search"], "repository": "https://github.com/askorama/orama", "author": { diff --git a/packages/plugin-data-persistence/package.json b/packages/plugin-data-persistence/package.json index 6ea6ccc8..328aaafd 100644 --- a/packages/plugin-data-persistence/package.json +++ b/packages/plugin-data-persistence/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-data-persistence", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Data persistence plugin for Orama", "type": "module", "sideEffects": false, diff --git a/packages/plugin-embeddings/package.json b/packages/plugin-embeddings/package.json index bc87a79a..0e093dd4 100644 --- a/packages/plugin-embeddings/package.json +++ b/packages/plugin-embeddings/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-embeddings", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama plugin for generating embeddings locally", "keywords": [ "orama", diff --git a/packages/plugin-match-highlight/package.json b/packages/plugin-match-highlight/package.json index e7c1de6a..26d31b1c 100644 --- a/packages/plugin-match-highlight/package.json +++ b/packages/plugin-match-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-match-highlight", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama plugin for search match highlighting", "keywords": ["full-text search", "search", "fuzzy search", "typo-tolerant search", "full-text"], "license": "Apache-2.0", diff --git a/packages/plugin-nextra/package.json b/packages/plugin-nextra/package.json index 743ffafd..032a96ff 100644 --- a/packages/plugin-nextra/package.json +++ b/packages/plugin-nextra/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-nextra", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Nextra plugin for local search powered by orama", "keywords": ["orama", "nextra"], "license": "Apache-2.0", diff --git a/packages/plugin-parsedoc/package.json b/packages/plugin-parsedoc/package.json index 6456dae1..bc90f9ab 100644 --- a/packages/plugin-parsedoc/package.json +++ b/packages/plugin-parsedoc/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-parsedoc", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama plugin to populate an index with HTML/Markdown documents", "keywords": [], "author": "", diff --git a/packages/plugin-secure-proxy/package.json b/packages/plugin-secure-proxy/package.json index d7b1ebf5..9ec79c9f 100644 --- a/packages/plugin-secure-proxy/package.json +++ b/packages/plugin-secure-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-secure-proxy", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama plugin for generating embeddings securely on the front-end", "keywords": ["orama", "embeddings", "secure proxy", "vector search"], "license": "Apache-2.0", diff --git a/packages/plugin-vitepress/package.json b/packages/plugin-vitepress/package.json index 20c033e9..fa5def7c 100644 --- a/packages/plugin-vitepress/package.json +++ b/packages/plugin-vitepress/package.json @@ -1,6 +1,6 @@ { "name": "@orama/plugin-vitepress", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Vitepress plugin for local search powered by orama", "keywords": ["orama", "vite", "vitepress", "vue"], "license": "Apache-2.0", diff --git a/packages/stemmers/package.json b/packages/stemmers/package.json index f4e58ba3..0df2016c 100644 --- a/packages/stemmers/package.json +++ b/packages/stemmers/package.json @@ -1,6 +1,6 @@ { "name": "@orama/stemmers", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "type": "module", "description": "Stemmers for Orama", "sideEffects": false, diff --git a/packages/stopwords/package.json b/packages/stopwords/package.json index 6e4016b8..99825045 100644 --- a/packages/stopwords/package.json +++ b/packages/stopwords/package.json @@ -1,6 +1,6 @@ { "name": "@orama/stopwords", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "type": "module", "description": "Stop-words for Orama", "sideEffects": false, diff --git a/packages/switch/package.json b/packages/switch/package.json index d50f6b06..faf3f10f 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@orama/switch", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "description": "Orama Switch allows you to run queries on Orama Cloud and OSS with a single interface", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/tokenizers/package.json b/packages/tokenizers/package.json index e8004274..604a2ad2 100644 --- a/packages/tokenizers/package.json +++ b/packages/tokenizers/package.json @@ -1,6 +1,6 @@ { "name": "@orama/tokenizers", - "version": "3.0.0-rc-2", + "version": "3.0.0-rc-3", "type": "module", "description": "Additional tokenizers for Orama", "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d749cb4b..2381b831 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,22 +19,22 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 '@types/tap': specifier: ^15.0.7 - version: 15.0.7 + version: 15.0.12 '@typescript-eslint/eslint-plugin': specifier: ^6.4.1 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2) '@typescript-eslint/parser': specifier: ^6.4.1 - version: 6.4.1(eslint@8.57.1)(typescript@5.6.2) + version: 6.21.0(eslint@8.57.1)(typescript@5.6.2) c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 commitizen: specifier: ^4.2.6 - version: 4.2.6(@swc/core@1.3.27) + version: 4.3.0(@types/node@20.16.9)(typescript@5.6.2) eslint: specifier: ^8.48.0 version: 8.57.1 @@ -134,13 +134,13 @@ importers: devDependencies: '@biomejs/biome': specifier: ^1.7.3 - version: 1.8.3 + version: 1.9.2 '@orama/crawly': specifier: ^0.0.6 version: 0.0.6 '@types/react': specifier: ^18.3.3 - version: 18.3.3 + version: 18.3.9 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -176,7 +176,7 @@ importers: version: 1.3.14(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8) '@playwright/test': specifier: ^1.29.2 - version: 1.29.2 + version: 1.47.2 '@swc/cli': specifier: ^0.1.59 version: 0.1.65(@swc/core@1.7.28(@swc/helpers@0.5.5))(chokidar@3.6.0) @@ -185,19 +185,19 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 '@types/tap': specifier: ^15.0.7 - version: 15.0.7 + version: 15.0.12 auto-changelog: specifier: ^2.4.0 version: 2.5.0(encoding@0.1.13) c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 commitizen: specifier: ^4.2.6 - version: 4.2.6(@swc/core@1.3.27) + version: 4.3.0(@types/node@20.16.9)(typescript@5.6.2) glob: specifier: ^9.2.3 version: 9.3.5 @@ -237,10 +237,10 @@ importers: devDependencies: '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 msw: specifier: ^2.2.1 version: 2.4.9(typescript@5.6.2) @@ -286,10 +286,10 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/html-to-text': specifier: ^9.0.0 - version: 9.0.0 + version: 9.0.4 '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 tap-mocha-reporter: specifier: ^5.0.3 version: 5.0.4 @@ -304,7 +304,7 @@ importers: dependencies: '@msgpack/msgpack': specifier: ^2.7.2 - version: 2.7.2 + version: 2.8.0 '@orama/orama': specifier: workspace:* version: link:../orama @@ -320,19 +320,19 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 '@types/tap': specifier: ^15.0.7 - version: 15.0.7 + version: 15.0.12 '@typescript-eslint/eslint-plugin': specifier: ^6.4.1 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2) '@typescript-eslint/parser': specifier: ^6.4.1 - version: 6.4.1(eslint@8.57.1)(typescript@5.6.2) + version: 6.21.0(eslint@8.57.1)(typescript@5.6.2) c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 msgpack: specifier: link:@types/msgpack/msgpack version: link:@types/msgpack/msgpack @@ -490,10 +490,10 @@ importers: devDependencies: '@types/jsdom': specifier: ^21.1.6 - version: 21.1.6 + version: 21.1.7 '@types/markdown-it': specifier: ^13.0.7 - version: 13.0.7 + version: 13.0.9 '@types/pako': specifier: ^2.0.3 version: 2.0.3 @@ -509,10 +509,10 @@ importers: devDependencies: '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 tsup: specifier: ^7.2.0 - version: 7.2.0(@swc/core@1.3.27)(postcss@8.4.47)(ts-node@10.9.1(@swc/core@1.3.27)(@types/node@20.11.19)(typescript@5.6.2))(typescript@5.6.2) + version: 7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2))(typescript@5.6.2) typescript: specifier: ^5.0.0 version: 5.6.2 @@ -531,13 +531,13 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 '@types/tap': specifier: ^15.0.7 - version: 15.0.7 + version: 15.0.12 c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 tap: specifier: ^18.6.1 version: 18.8.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) @@ -629,19 +629,19 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/glob': specifier: ^8.0.1 - version: 8.0.1 + version: 8.1.0 '@types/hast': specifier: ^2.3.4 - version: 2.3.4 + version: 2.3.10 '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 '@types/tap': specifier: ^15.0.7 - version: 15.0.7 + version: 15.0.12 c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 tap: specifier: ^18.6.1 version: 18.8.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) @@ -655,7 +655,7 @@ importers: packages/plugin-secure-proxy: dependencies: '@oramacloud/client': - specifier: ^1.0.4 + specifier: ^1.3.11 version: 1.3.16(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8) devDependencies: '@orama/orama': @@ -663,10 +663,10 @@ importers: version: link:../orama '@types/node': specifier: ^20.9.0 - version: 20.11.19 + version: 20.16.9 c8: specifier: ^7.12.0 - version: 7.12.0 + version: 7.14.0 sinon: specifier: ^17.0.1 version: 17.0.2 @@ -717,11 +717,11 @@ importers: version: 4.5.5(@types/node@22.7.2)(terser@5.33.0) vue: specifier: ^3.0.0 - version: 3.4.29(typescript@5.6.2) + version: 3.5.8(typescript@5.6.2) devDependencies: '@preact/signals-core': specifier: ^1.5.0 - version: 1.6.0 + version: 1.8.0 '@swc/cli': specifier: ^0.1.59 version: 0.1.65(@swc/core@1.7.28(@swc/helpers@0.5.5))(chokidar@3.6.0) @@ -730,10 +730,10 @@ importers: version: 1.7.28(@swc/helpers@0.5.5) '@types/jsdom': specifier: ^21.1.6 - version: 21.1.6 + version: 21.1.7 '@types/markdown-it': specifier: ^13.0.7 - version: 13.0.7 + version: 13.0.9 typescript: specifier: ^5.0.0 version: 5.6.2 @@ -767,7 +767,7 @@ importers: version: link:../plugin-secure-proxy tsup: specifier: ^7.2.0 - version: 7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2))(typescript@5.6.2) + version: 7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2))(typescript@5.6.2) tsx: specifier: ^4.19.0 version: 4.19.1 @@ -780,10 +780,10 @@ importers: devDependencies: tap: specifier: ^18.6.1 - version: 18.8.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) + version: 18.8.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2) tsup: specifier: ^7.2.0 - version: 7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2))(typescript@5.6.2) + version: 7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2))(typescript@5.6.2) tsx: specifier: ^4.7.1 version: 4.19.1 @@ -832,7 +832,7 @@ importers: version: 3.5.2(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5))(typescript@5.6.2) '@mdx-js/react': specifier: ^3.0.0 - version: 3.0.0(@types/react@18.3.3)(react@18.3.1) + version: 3.0.1(@types/react@18.3.9)(react@18.3.1) '@orama/plugin-docusaurus-v3': specifier: workspace:* version: link:../../packages/plugin-docusaurus-v3 @@ -950,21 +950,6 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@arrows/array@1.4.1': - resolution: {integrity: sha512-MGYS8xi3c4tTy1ivhrVntFvufoNzje0PchjEz6G/SsWRgUKxL4tKwS6iPdO8vsaJYldagAeWMd5KRD0aX3Q39g==} - - '@arrows/composition@1.2.2': - resolution: {integrity: sha512-9fh1yHwrx32lundiB3SlZ/VwuStPB4QakPsSLrGJFH6rCXvdrd060ivAZ7/2vlqPnEjBkPRRXOcG1YOu19p2GQ==} - - '@arrows/dispatch@1.0.3': - resolution: {integrity: sha512-v/HwvrFonitYZM2PmBlAlCqVqxrkIIoiEuy5bQgn0BdfvlL0ooSBzcPzTMrtzY8eYktPyYcHg8fLbSgyybXEqw==} - - '@arrows/error@1.0.2': - resolution: {integrity: sha512-yvkiv1ay4Z3+Z6oQsUkedsQm5aFdyPpkBUQs8vejazU/RmANABx6bMMcBPPHI4aW43VPQmXFfBzr/4FExwWTEA==} - - '@arrows/multimethod@1.4.1': - resolution: {integrity: sha512-AZnAay0dgPnCJxn3We5uKiB88VL+1ZIF2SjZohLj6vqY2UyvB/sKdDnFP+LZNVsTC5lcnGPmLlRRkAh4sXkXsQ==} - '@asamuzakjp/dom-selector@2.0.2': resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} @@ -1236,7 +1221,6 @@ packages: '@babel/plugin-proposal-object-rest-spread@7.12.1': resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} - deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -3467,6 +3451,9 @@ packages: '@orama/wc-components@0.0.26': resolution: {integrity: sha512-9utebSmmWPocqPbCKdunAxKLMo730jDqxHlF1u40210zQfD7icsvi7ucfBTXCPiMXMzlYpleSWMf81M1P15jjw==} + '@oramacloud/client@1.3.14': + resolution: {integrity: sha512-lD8i0+52W+RX5mDVfEEEdp38NvVCi5fX7GHLUlVTkKGnb5W8u2lEJlYnVhq9Lt0A5Qs3T9NYIczgTvUzD3jzpA==} + '@oramacloud/client@1.3.15': resolution: {integrity: sha512-QBgQrK0WA9pPzeVh/E6p44erwL0IJaHB3TrbEAsrduqbj38xY06jjpYsn//2fJt34jEnIBjOwPkjZ3OJEJlR4A==} @@ -4116,6 +4103,21 @@ packages: peerDependencies: '@tapjs/core': 1.5.4 + '@tensorflow-models/universal-sentence-encoder@1.3.3': + resolution: {integrity: sha512-mipL7ad0CW6uQ68FUkNgkNj/zgA4qgBnNcnMMkNTdL9MUMnzCxu3AE8pWnx2ReKHwdqEG4e8IpaYKfH4B8bojg==} + peerDependencies: + '@tensorflow/tfjs-converter': ^3.6.0 + '@tensorflow/tfjs-core': ^3.6.0 + + '@tensorflow/tfjs-converter@3.21.0': + resolution: {integrity: sha512-12Y4zVDq3yW+wSjSDpSv4HnpL2sDZrNiGSg8XNiDE4HQBdjdA+a+Q3sZF/8NV9y2yoBhL5L7V4mMLDdbZBd9/Q==} + peerDependencies: + '@tensorflow/tfjs-core': 3.21.0 + + '@tensorflow/tfjs-core@3.21.0': + resolution: {integrity: sha512-YSfsswOqWfd+M4bXIhT3hwtAb+IV8+ODwIxwdFR/7jTAPZP1wMVnSlpKnXHAN64HFOiP+Tm3HmKusEZ0+09A0w==} + engines: {yarn: '>= 1.3.2'} + '@tokenizer/token@0.3.0': resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==} @@ -4279,6 +4281,9 @@ packages: '@types/linkify-it@3.0.5': resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} + '@types/long@4.0.2': + resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} + '@types/markdown-it@13.0.9': resolution: {integrity: sha512-1XPwR0+MgXLWfTn9gCsZ55AHOKW1WN+P9vr0PaQh5aerR9LLQXUbjfEAFhjmEmyoYFWAyuN2Mqkn40MZ4ukjBw==} @@ -4336,6 +4341,9 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} + '@types/offscreencanvas@2019.3.0': + resolution: {integrity: sha512-esIJx9bQg+QYF0ra8GnvfianIY8qWB0GBx54PK5Eps6m+xTj86KLavHv6qDhzKcu5UUOgNfJ2pWaIIV7TRUd9Q==} + '@types/pako@2.0.3': resolution: {integrity: sha512-bq0hMV9opAcrmE0Byyo0fY3Ew4tgOevJmQ9grUhpXQhYfyLJ1Kqg3P33JT5fdbT2AjeAjR51zqqVjAL/HMkx7Q==} @@ -4387,6 +4395,9 @@ packages: '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} + '@types/seedrandom@2.4.34': + resolution: {integrity: sha512-ytDiArvrn/3Xk6/vtylys5tlY6eo7Ane0hvcx++TKo6RxQXuVfW0AF/oeWqAj9dN29SyhtawuXstgmPlwNcv/A==} + '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -4423,6 +4434,9 @@ packages: '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + '@types/webgl-ext@0.0.30': + resolution: {integrity: sha512-LKVgNmBxN0BbljJrVUwkxwRYqzsAEPcZOe6S2T6ZaBDIrFp0qu4FNlpc5sM1tGbXUYFgdVQIoeLk1Y1UoblyEg==} + '@types/wrap-ansi@3.0.0': resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} @@ -4720,6 +4734,9 @@ packages: '@webassemblyjs/wast-printer@1.12.1': resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==} + '@webgpu/types@0.1.16': + resolution: {integrity: sha512-9E61voMP4+Rze02jlTXud++Htpjyyk8vw5Hyw9FGRrmhHQg2GqbuOfwf5Klrb8vTxc2XWI3EfO7RUHMpxTj26A==} + '@webgpu/types@0.1.21': resolution: {integrity: sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow==} @@ -4934,10 +4951,6 @@ packages: asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - astral-regex@2.0.0: - resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} - engines: {node: '>=8'} - astring@1.9.0: resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} hasBin: true @@ -5076,13 +5089,6 @@ packages: bcp-47@2.1.0: resolution: {integrity: sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==} - benchmark@2.1.4: - resolution: {integrity: sha512-l9MlfN4M1K/H2fbhfMy3B7vJd6AGKJVQn2h6Sg/Yx+KckoUA7ewS5Vv6TjSq18ooE1kS9hhAlQRH3AkXIh/aOQ==} - - benny@3.7.1: - resolution: {integrity: sha512-USzYxODdVfOS7JuQq/L0naxB788dWCiUgUTxvN+WLPt/JfcDURNNj8kN/N+uK6PDvuR67/9/55cVKGPleFQINA==} - engines: {node: '>=12'} - bidi-js@1.0.3: resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} @@ -5503,10 +5509,6 @@ packages: resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} engines: {node: '>= 6'} - commander@6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} - commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} @@ -5526,10 +5528,6 @@ packages: common-path-prefix@3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} - common-tags@1.8.2: - resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} - engines: {node: '>=4.0.0'} - commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} @@ -6930,6 +6928,11 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true + glob@11.0.0: + resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} + engines: {node: 20 || >=22} + hasBin: true + glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported @@ -7907,6 +7910,10 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + jackspeak@4.0.2: + resolution: {integrity: sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==} + engines: {node: 20 || >=22} + jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7995,12 +8002,6 @@ packages: json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - json2csv@5.0.7: - resolution: {integrity: sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==} - engines: {node: '>= 10', npm: '>= 6.13.0'} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - hasBin: true - json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true @@ -8208,14 +8209,13 @@ packages: resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} engines: {node: '>=18'} - log-update@4.0.0: - resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} - engines: {node: '>=10'} - log-update@5.0.1: resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + long@4.0.0: + resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} + longest-streak@3.1.0: resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} @@ -8245,6 +8245,10 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + lru-cache@11.0.1: + resolution: {integrity: sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==} + engines: {node: 20 || >=22} + lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -8737,6 +8741,10 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -8942,6 +8950,15 @@ packages: resolution: {integrity: sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==} engines: {node: '>=18'} + node-fetch@2.6.13: + resolution: {integrity: sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -9364,6 +9381,10 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} + path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + path-to-regexp@0.1.10: resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} @@ -9438,9 +9459,6 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} - platform@1.3.6: - resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} - playwright-core@1.47.2: resolution: {integrity: sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==} engines: {node: '>=18'} @@ -10559,6 +10577,10 @@ packages: resolution: {integrity: sha512-CIw9e64QcKcCFUj9+KxUCJPy8hYofv6eVfo3U9wdhCm2E4IjvFnZ6G4/yIC4yP3f11+h6uU5b3LdS7O64LgqrA==} engines: {node: 16 >=16.17.0 || 18 >= 18.6.0 || >=20} + resolve-import@2.0.0: + resolution: {integrity: sha512-jpKjLibLuc8D1XEV2+7zb0aqN7I8d12u89g/v6IsgCzdVlccMQJq4TKkPw5fbhHdxhm7nbVtN+KvOTnjFf+nEA==} + engines: {node: 20 || >=22} + resolve-pathname@3.0.0: resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} @@ -10643,6 +10665,11 @@ packages: resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} hasBin: true + rimraf@6.0.1: + resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} + engines: {node: 20 || >=22} + hasBin: true + rollup@3.29.5: resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -10744,6 +10771,9 @@ packages: resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} engines: {node: '>=4'} + seedrandom@3.0.5: + resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==} + selderee@0.11.0: resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==} @@ -10925,10 +10955,6 @@ packages: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} engines: {node: '>=14.16'} - slice-ansi@4.0.0: - resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} - engines: {node: '>=10'} - slice-ansi@5.0.0: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} @@ -11280,6 +11306,11 @@ packages: engines: {node: '>=14'} hasBin: true + sync-content@2.0.1: + resolution: {integrity: sha512-NI1mo514yFhr8pV/5Etvgh+pSBUIpoAKoiBIUwALVlQQNAwb40bTw8hhPFaip/dvv0GhpHVOq0vq8iY02ppLTg==} + engines: {node: 20 || >=22} + hasBin: true + synckit@0.8.8: resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} engines: {node: ^14.18.0 || >=16.0.0} @@ -11519,6 +11550,11 @@ packages: engines: {node: 16 >=16.17 || 18 >=18.15.0 || >=20.6.1} hasBin: true + tshy@3.0.2: + resolution: {integrity: sha512-8GkWnAfmNXxl8iDTZ1o2H4jdaj9H7HeDKkr5qd0ZhQBCNA41D3xqTyg2Ycs51VCfmjJ5e+0v9AUmD6ylAI9Bgw==} + engines: {node: 20 || >=22} + hasBin: true + tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} @@ -12274,6 +12310,10 @@ packages: walk-up-path@3.0.1: resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==} + walk-up-path@4.0.0: + resolution: {integrity: sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==} + engines: {node: 20 || >=22} + watchpack@2.4.2: resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} engines: {node: '>=10.13.0'} @@ -12720,25 +12760,6 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@arrows/array@1.4.1': - dependencies: - '@arrows/composition': 1.2.2 - - '@arrows/composition@1.2.2': {} - - '@arrows/dispatch@1.0.3': - dependencies: - '@arrows/composition': 1.2.2 - - '@arrows/error@1.0.2': {} - - '@arrows/multimethod@1.4.1': - dependencies: - '@arrows/array': 1.4.1 - '@arrows/composition': 1.2.2 - '@arrows/error': 1.0.2 - fast-deep-equal: 3.1.3 - '@asamuzakjp/dom-selector@2.0.2': dependencies: bidi-js: 1.0.3 @@ -12797,204 +12818,23 @@ snapshots: '@astrojs/language-server@2.14.2(typescript@5.6.2)': dependencies: - ansi-styles: 6.2.1 - is-fullwidth-code-point: 4.0.0 - - '@algolia/autocomplete-core@1.7.2': - dependencies: - '@algolia/autocomplete-shared': 1.7.2 - - '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)(search-insights@2.17.2)': - dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)(search-insights@2.17.2) - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0) - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - - search-insights - - '@algolia/autocomplete-js@1.7.2(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)': - dependencies: - '@algolia/autocomplete-core': 1.7.2 - '@algolia/autocomplete-preset-algolia': 1.7.2(@algolia/client-search@4.20.0)(algoliasearch@4.20.0) - '@algolia/autocomplete-shared': 1.7.2 - '@algolia/client-search': 4.20.0 - htm: 3.1.1 - preact: 10.24.1 - transitivePeerDependencies: - - algoliasearch - - '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)(search-insights@2.17.2)': - dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0) - search-insights: 2.17.2 - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - - '@algolia/autocomplete-preset-algolia@1.7.2(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)': - dependencies: - '@algolia/autocomplete-shared': 1.7.2 - '@algolia/client-search': 4.20.0 - algoliasearch: 4.20.0 - - '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)': - dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0) - '@algolia/client-search': 4.20.0 - algoliasearch: 4.20.0 - - '@algolia/autocomplete-shared@1.7.2': {} - - '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.20.0)': - dependencies: - '@algolia/client-search': 4.20.0 - algoliasearch: 4.20.0 - - '@algolia/autocomplete-theme-classic@1.7.3': {} - - '@algolia/cache-browser-local-storage@4.20.0': - dependencies: - '@algolia/cache-common': 4.20.0 - - '@algolia/cache-common@4.20.0': {} - - '@algolia/cache-in-memory@4.20.0': - dependencies: - '@algolia/cache-common': 4.20.0 - - '@algolia/client-account@4.20.0': - dependencies: - '@algolia/client-common': 4.20.0 - '@algolia/client-search': 4.20.0 - '@algolia/transporter': 4.20.0 - - '@algolia/client-analytics@4.20.0': - dependencies: - '@algolia/client-common': 4.20.0 - '@algolia/client-search': 4.20.0 - '@algolia/requester-common': 4.20.0 - '@algolia/transporter': 4.20.0 - - '@algolia/client-common@4.20.0': - dependencies: - '@algolia/requester-common': 4.20.0 - '@algolia/transporter': 4.20.0 - - '@algolia/client-personalization@4.20.0': - dependencies: - '@algolia/client-common': 4.20.0 - '@algolia/requester-common': 4.20.0 - '@algolia/transporter': 4.20.0 - - '@algolia/client-search@4.20.0': - dependencies: - '@algolia/client-common': 4.20.0 - '@algolia/requester-common': 4.20.0 - '@algolia/transporter': 4.20.0 - - '@algolia/events@4.0.1': {} - - '@algolia/logger-common@4.20.0': {} - - '@algolia/logger-console@4.20.0': - dependencies: - '@algolia/logger-common': 4.20.0 - - '@algolia/requester-browser-xhr@4.20.0': - dependencies: - '@algolia/requester-common': 4.20.0 - - '@algolia/requester-common@4.20.0': {} - - '@algolia/requester-node-http@4.20.0': - dependencies: - '@algolia/requester-common': 4.20.0 - - '@algolia/transporter@4.20.0': - dependencies: - '@algolia/cache-common': 4.20.0 - '@algolia/logger-common': 4.20.0 - '@algolia/requester-common': 4.20.0 - - '@alloc/quick-lru@5.2.0': {} - - '@ampproject/remapping@2.2.1': - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - - '@asamuzakjp/dom-selector@2.0.2': - dependencies: - bidi-js: 1.0.3 - css-tree: 2.3.1 - is-potential-custom-element-name: 1.0.1 - - '@astro-community/astro-embed-twitter@0.5.4(astro@4.11.3(@types/node@20.11.19)(terser@5.34.0)(typescript@5.6.2))': - dependencies: - '@astro-community/astro-embed-utils': 0.1.3 - astro: 4.11.3(@types/node@20.11.19)(terser@5.34.0)(typescript@5.6.2) - - '@astro-community/astro-embed-utils@0.1.3': - dependencies: - linkedom: 0.14.26 - - '@astro-community/astro-embed-youtube@0.5.2(astro@4.11.3(@types/node@20.11.19)(terser@5.34.0)(typescript@5.6.2))': - dependencies: - astro: 4.11.3(@types/node@20.11.19)(terser@5.34.0)(typescript@5.6.2) - lite-youtube-embed: 0.3.3 - - '@astrojs/check@0.7.0(typescript@5.6.2)': - dependencies: - '@astrojs/language-server': 2.10.0(typescript@5.6.2) - chokidar: 3.6.0 - fast-glob: 3.3.2 - kleur: 4.1.5 - typescript: 5.6.2 - yargs: 17.7.2 - transitivePeerDependencies: - - prettier - - prettier-plugin-astro - - '@astrojs/compiler@0.31.4': {} - - '@astrojs/compiler@1.5.1': {} - - '@astrojs/compiler@2.8.1': {} - - '@astrojs/internal-helpers@0.4.1': {} - - '@astrojs/language-server@0.28.3': - dependencies: - '@vscode/emmet-helper': 2.9.3 - events: 3.3.0 - prettier: 2.8.8 - prettier-plugin-astro: 0.7.2 - source-map: 0.7.4 - vscode-css-languageservice: 6.3.1 - vscode-html-languageservice: 5.3.1 - vscode-languageserver: 8.1.0 - vscode-languageserver-protocol: 3.17.5 - vscode-languageserver-textdocument: 1.0.12 - vscode-languageserver-types: 3.17.5 - vscode-uri: 3.0.8 - - '@astrojs/language-server@2.10.0(typescript@5.6.2)': - dependencies: - '@astrojs/compiler': 2.8.1 - '@jridgewell/sourcemap-codec': 1.4.15 - '@volar/kit': 2.2.5(typescript@5.6.2) - '@volar/language-core': 2.2.5 - '@volar/language-server': 2.2.5 - '@volar/language-service': 2.2.5 - '@volar/typescript': 2.2.5 + '@astrojs/compiler': 2.10.3 + '@astrojs/yaml2ts': 0.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@volar/kit': 2.4.5(typescript@5.6.2) + '@volar/language-core': 2.4.5 + '@volar/language-server': 2.4.5 + '@volar/language-service': 2.4.5 + '@volar/typescript': 2.4.5 fast-glob: 3.3.2 - volar-service-css: 0.0.45(@volar/language-service@2.2.5) - volar-service-emmet: 0.0.45(@volar/language-service@2.2.5) - volar-service-html: 0.0.45(@volar/language-service@2.2.5) - volar-service-prettier: 0.0.45(@volar/language-service@2.2.5) - volar-service-typescript: 0.0.45(@volar/language-service@2.2.5) - volar-service-typescript-twoslash-queries: 0.0.45(@volar/language-service@2.2.5) + muggle-string: 0.4.1 + volar-service-css: 0.0.61(@volar/language-service@2.4.5) + volar-service-emmet: 0.0.61(@volar/language-service@2.4.5) + volar-service-html: 0.0.61(@volar/language-service@2.4.5) + volar-service-prettier: 0.0.61(@volar/language-service@2.4.5) + volar-service-typescript: 0.0.61(@volar/language-service@2.4.5) + volar-service-typescript-twoslash-queries: 0.0.61(@volar/language-service@2.4.5) + volar-service-yaml: 0.0.61(@volar/language-service@2.4.5) vscode-html-languageservice: 5.3.1 vscode-uri: 3.0.8 transitivePeerDependencies: @@ -13072,7 +12912,7 @@ snapshots: '@astrojs/react@3.6.2(@types/react-dom@18.3.0)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.8(@types/node@22.7.2)(terser@5.33.0))': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.9 '@types/react-dom': 18.3.0 '@vitejs/plugin-react': 4.3.1(vite@5.4.8(@types/node@22.7.2)(terser@5.33.0)) react: 18.3.1 @@ -13098,7 +12938,7 @@ snapshots: dependencies: '@astrojs/mdx': 3.1.7(astro@4.15.9(@types/node@22.7.2)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)) '@astrojs/sitemap': 3.1.6 - '@pagefind/default-ui': 1.1.0 + '@pagefind/default-ui': 1.1.1 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 astro: 4.15.9(@types/node@22.7.2)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2) @@ -13133,8 +12973,8 @@ snapshots: '@astrojs/telemetry@2.1.1': dependencies: - ci-info: 3.8.0 - debug: 4.3.5 + ci-info: 3.9.0 + debug: 4.3.7 dlv: 1.1.3 dset: 3.1.4 is-docker: 3.0.0 @@ -13147,7 +12987,7 @@ snapshots: '@astrojs/telemetry@3.1.0': dependencies: ci-info: 4.0.0 - debug: 4.3.5 + debug: 4.3.7 dlv: 1.1.3 dset: 3.1.4 is-docker: 3.0.0 @@ -13174,15 +13014,15 @@ snapshots: '@babel/core@7.12.9': dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.12.9) - '@babel/helpers': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/template': 7.24.7 - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/generator': 7.25.6 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.12.9) + '@babel/helpers': 7.25.6 + '@babel/parser': 7.25.6 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 convert-source-map: 1.9.0 - debug: 4.3.5 + debug: 4.3.7 gensync: 1.0.0-beta.2 json5: 2.2.3 lodash: 4.17.21 @@ -13194,18 +13034,18 @@ snapshots: '@babel/core@7.25.2': dependencies: - '@ampproject/remapping': 2.2.1 + '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) - '@babel/helpers': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/template': 7.24.7 - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/generator': 7.25.6 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helpers': 7.25.6 + '@babel/parser': 7.25.6 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 convert-source-map: 2.0.0 - debug: 4.3.5 + debug: 4.3.7 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -13214,53 +13054,56 @@ snapshots: '@babel/generator@7.25.6': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.25.6 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.25.6 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/helper-compilation-targets@7.25.2': dependencies: - '@babel/compat-data': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - browserslist: 4.23.1 + '@babel/compat-data': 7.25.4 + '@babel/helper-validator-option': 7.24.8 + browserslist: 4.24.0 lru-cache: 5.1.1 semver: 6.3.1 '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.7) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.6 semver: 6.3.1 + transitivePeerDependencies: + - supports-color '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 regexpu-core: 5.3.2 semver: 6.3.1 '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - debug: 4.3.5 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + debug: 4.3.7 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -13268,25 +13111,8 @@ snapshots: '@babel/helper-member-expression-to-functions@7.24.8': dependencies: - '@babel/types': 7.24.7 - - '@babel/helper-function-name@7.24.7': - dependencies: - '@babel/template': 7.24.7 - '@babel/types': 7.24.7 - - '@babel/helper-hoist-variables@7.24.7': - dependencies: - '@babel/types': 7.24.7 - - '@babel/helper-member-expression-to-functions@7.23.0': - dependencies: - '@babel/types': 7.24.7 - - '@babel/helper-module-imports@7.24.7': - dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color @@ -13300,10 +13126,8 @@ snapshots: '@babel/helper-module-transforms@7.25.2(@babel/core@7.12.9)': dependencies: '@babel/core': 7.12.9 - '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 '@babel/traverse': 7.25.6 transitivePeerDependencies: @@ -13321,14 +13145,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-simple-access': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - transitivePeerDependencies: - - supports-color + '@babel/types': 7.25.6 '@babel/helper-plugin-utils@7.10.4': {} @@ -13336,46 +13153,35 @@ snapshots: '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/types': 7.24.7 - - '@babel/helper-plugin-utils@7.10.4': {} - - '@babel/helper-plugin-utils@7.24.7': {} - - '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-wrap-function': 7.22.20 - - '@babel/helper-replace-supers@7.22.20(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - - '@babel/helper-simple-access@7.24.7': - dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/helper-wrap-function': 7.25.0 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/types': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/helper-function-name': 7.24.7 - '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/helper-string-parser@7.24.8': {} @@ -13385,8 +13191,11 @@ snapshots: '@babel/helper-wrap-function@7.25.0': dependencies: - '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/helpers@7.25.6': dependencies: @@ -13402,40 +13211,42 @@ snapshots: '@babel/parser@7.25.6': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.25.6 '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.7) - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/traverse': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9)': dependencies: @@ -13446,32 +13257,32 @@ snapshots: '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.25.2)': dependencies: @@ -13500,23 +13311,23 @@ snapshots: '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9)': dependencies: @@ -13525,213 +13336,100 @@ snapshots: '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/traverse': 7.25.6 + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.7) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) - - '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.7) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) transitivePeerDependencies: - supports-color '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.7) - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + '@babel/traverse': 7.25.6 globals: 11.12.0 - - '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/template': 7.24.7 - - '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) - - '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7) - - '@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.24.7) - - '@babel/plugin-transform-for-of@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) - - '@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) - - '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color @@ -13841,72 +13539,75 @@ snapshots: '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.6 transitivePeerDependencies: - supports-color '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 transitivePeerDependencies: - supports-color '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.24.7 - '@babel/core': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.12.9)': dependencies: @@ -13915,49 +13616,31 @@ snapshots: '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7) - - '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-react-constant-elements@7.25.1(@babel/core@7.25.2)': dependencies: @@ -13991,222 +13674,219 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.12.9) - '@babel/types': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/types': 7.24.7 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - - '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.7)': - dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 regenerator-transform: 0.15.2 '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-runtime@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.24.7) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.24.7) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.24.7) + '@babel/helper-plugin-utils': 7.24.8 + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 '@babel/helper-annotate-as-pure': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.24.7) + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/preset-env@7.25.4(@babel/core@7.25.2)': dependencies: - '@babel/compat-data': 7.24.7 - '@babel/core': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.7) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.7) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.7) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.7) - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.24.7) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.24.7) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.24.7) - core-js-compat: 3.33.2 + '@babel/compat-data': 7.25.4 + '@babel/core': 7.25.2 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-import-assertions': 7.25.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.25.2) + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.25.2) + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) + core-js-compat: 3.38.1 semver: 6.3.1 transitivePeerDependencies: - supports-color '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/types': 7.24.7 + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/types': 7.25.6 esutils: 2.0.3 '@babel/preset-react@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.24.7) - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.7) - '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-pure-annotations': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-plugin-utils': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.7) - '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.25.2) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -14214,7 +13894,7 @@ snapshots: '@babel/runtime-corejs3@7.25.6': dependencies: - core-js-pure: 3.30.2 + core-js-pure: 3.38.1 regenerator-runtime: 0.14.1 '@babel/runtime@7.25.6': @@ -14224,27 +13904,24 @@ snapshots: '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@babel/traverse@7.25.6': dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 - debug: 4.3.5 + '@babel/generator': 7.25.6 + '@babel/parser': 7.25.6 + '@babel/template': 7.25.0 + '@babel/types': 7.25.6 + debug: 4.3.7 globals: 11.12.0 transitivePeerDependencies: - supports-color '@babel/types@7.25.6': dependencies: - '@babel/helper-string-parser': 7.24.7 + '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 @@ -14456,9 +14133,9 @@ snapshots: boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.6.0 - clean-css: 5.3.2 - cli-table3: 0.6.3 - combine-promises: 1.1.0 + clean-css: 5.3.3 + cli-table3: 0.6.5 + combine-promises: 1.2.0 commander: 5.1.0 copy-webpack-plugin: 11.0.0(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))) core-js: 3.38.1 @@ -14525,16 +14202,16 @@ snapshots: '@docusaurus/core@3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5))(eslint@8.57.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2)': dependencies: - '@babel/core': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7) - '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.24.7) - '@babel/preset-env': 7.23.3(@babel/core@7.24.7) - '@babel/preset-react': 7.22.5(@babel/core@7.24.7) - '@babel/preset-typescript': 7.22.5(@babel/core@7.24.7) - '@babel/runtime': 7.23.2 - '@babel/runtime-corejs3': 7.23.2 - '@babel/traverse': 7.24.7 + '@babel/core': 7.25.2 + '@babel/generator': 7.25.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) + '@babel/plugin-transform-runtime': 7.25.4(@babel/core@7.25.2) + '@babel/preset-env': 7.25.4(@babel/core@7.25.2) + '@babel/preset-react': 7.24.7(@babel/core@7.25.2) + '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) + '@babel/runtime': 7.25.6 + '@babel/runtime-corejs3': 7.25.6 + '@babel/traverse': 7.25.6 '@docusaurus/cssnano-preset': 3.0.1 '@docusaurus/logger': 3.0.1 '@docusaurus/mdx-loader': 3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -14550,9 +14227,9 @@ snapshots: boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.6.0 - clean-css: 5.3.2 - cli-table3: 0.6.3 - combine-promises: 1.1.0 + clean-css: 5.3.3 + cli-table3: 0.6.5 + combine-promises: 1.2.0 commander: 5.1.0 copy-webpack-plugin: 11.0.0(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))) core-js: 3.38.1 @@ -14640,9 +14317,9 @@ snapshots: boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.6.0 - clean-css: 5.3.2 - cli-table3: 0.6.3 - combine-promises: 1.1.0 + clean-css: 5.3.3 + cli-table3: 0.6.5 + combine-promises: 1.2.0 commander: 5.1.0 copy-webpack-plugin: 11.0.0(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))) core-js: 3.38.1 @@ -14723,9 +14400,9 @@ snapshots: '@docusaurus/cssnano-preset@3.5.2': dependencies: - cssnano-preset-advanced: 5.3.10(postcss@8.4.47) + cssnano-preset-advanced: 6.1.2(postcss@8.4.47) postcss: 8.4.47 - postcss-sort-media-queries: 4.4.1(postcss@8.4.47) + postcss-sort-media-queries: 5.2.0(postcss@8.4.47) tslib: 2.7.0 '@docusaurus/logger@2.4.3': @@ -14745,8 +14422,8 @@ snapshots: '@docusaurus/mdx-loader@2.4.3(@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: - '@babel/parser': 7.24.7 - '@babel/traverse': 7.24.7 + '@babel/parser': 7.25.6 + '@babel/traverse': 7.25.6 '@docusaurus/logger': 2.4.3 '@docusaurus/utils': 2.4.3(@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@swc/core@1.7.28(@swc/helpers@0.5.5)) '@mdx-js/mdx': 1.6.22 @@ -14774,8 +14451,8 @@ snapshots: '@docusaurus/mdx-loader@3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/parser': 7.24.7 - '@babel/traverse': 7.24.7 + '@babel/parser': 7.25.6 + '@babel/traverse': 7.25.6 '@docusaurus/logger': 3.0.1 '@docusaurus/utils': 3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5)) '@docusaurus/utils-validation': 3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5)) @@ -14843,6 +14520,7 @@ snapshots: - '@swc/core' - esbuild - supports-color + - typescript - uglify-js - webpack-cli @@ -14851,8 +14529,8 @@ snapshots: '@docusaurus/react-loadable': 5.5.2(react@17.0.2) '@docusaurus/types': 2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 '@types/react-router-dom': 5.3.3 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -14869,8 +14547,8 @@ snapshots: '@docusaurus/react-loadable': 5.5.2(react@18.3.1) '@docusaurus/types': 3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 '@types/react-router-dom': 5.3.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -14886,8 +14564,8 @@ snapshots: dependencies: '@docusaurus/types': 3.5.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 '@types/react-router-dom': 5.3.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -15074,6 +14752,7 @@ snapshots: utility-types: 3.11.0 webpack: 5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5)) transitivePeerDependencies: + - '@mdx-js/react' - '@parcel/css' - '@rspack/core' - '@swc/core' @@ -15507,13 +15186,13 @@ snapshots: '@docusaurus/react-loadable@5.5.2(react@17.0.2)': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.9 prop-types: 15.8.1 react: 17.0.2 '@docusaurus/react-loadable@5.5.2(react@18.3.1)': dependencies: - '@types/react': 18.3.3 + '@types/react': 18.3.9 prop-types: 15.8.1 react: 18.3.1 @@ -15627,8 +15306,8 @@ snapshots: '@docusaurus/utils': 2.4.3(@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@swc/core@1.7.28(@swc/helpers@0.5.5)) '@docusaurus/utils-common': 2.4.3(@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 clsx: 1.2.1 parse-numeric-range: 1.3.0 prism-react-renderer: 1.3.5(react@17.0.2) @@ -15666,8 +15345,8 @@ snapshots: '@docusaurus/utils': 3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5)) '@docusaurus/utils-common': 3.0.1(@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 clsx: 2.1.1 parse-numeric-range: 1.3.0 prism-react-renderer: 2.4.0(react@18.3.1) @@ -15702,8 +15381,8 @@ snapshots: '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@swc/core@1.7.28(@swc/helpers@0.5.5))(typescript@5.6.2) '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@types/history': 4.7.11 - '@types/react': 18.3.3 - '@types/react-router-config': 5.0.7 + '@types/react': 18.3.9 + '@types/react-router-config': 5.0.11 clsx: 2.1.1 parse-numeric-range: 1.3.0 prism-react-renderer: 2.4.0(react@18.3.1) @@ -15713,21 +15392,11 @@ snapshots: utility-types: 3.11.0 transitivePeerDependencies: - '@docusaurus/types' - - '@parcel/css' - - '@rspack/core' - '@swc/core' - - '@swc/css' - - bufferutil - - csso - - debug - esbuild - - eslint - - lightningcss - supports-color - typescript - uglify-js - - utf-8-validate - - vue-template-compiler - webpack-cli '@docusaurus/theme-search-algolia@2.4.3(@algolia/client-search@4.24.0)(@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2))(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/react@18.3.9)(eslint@8.57.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)(search-insights@2.17.2)(typescript@5.6.2)': @@ -15827,7 +15496,7 @@ snapshots: '@docusaurus/types@2.4.3(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@17.0.2(react@17.0.2))(react@17.0.2)': dependencies: '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 commander: 5.1.0 joi: 17.13.3 react: 17.0.2 @@ -15845,7 +15514,7 @@ snapshots: '@docusaurus/types@3.0.1(@swc/core@1.7.28(@swc/helpers@0.5.5))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 commander: 5.1.0 joi: 17.13.3 react: 18.3.1 @@ -15864,7 +15533,7 @@ snapshots: dependencies: '@mdx-js/mdx': 3.0.1 '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 commander: 5.1.0 joi: 17.13.3 react: 18.3.1 @@ -15942,12 +15611,14 @@ snapshots: fs-extra: 11.2.0 joi: 17.13.3 js-yaml: 4.1.0 + lodash: 4.17.21 tslib: 2.7.0 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' - esbuild - supports-color + - typescript - uglify-js - webpack-cli @@ -16034,6 +15705,7 @@ snapshots: - '@swc/core' - esbuild - supports-color + - typescript - uglify-js - webpack-cli @@ -16065,6 +15737,7 @@ snapshots: - '@swc/core' - esbuild - supports-color + - typescript - uglify-js - webpack-cli @@ -16448,7 +16121,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.5 + debug: 4.3.7 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.2 @@ -16497,7 +16170,7 @@ snapshots: '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.5 + debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -16588,17 +16261,14 @@ snapshots: '@inquirer/core@9.2.1': dependencies: - '@inquirer/type': 1.2.0 + '@inquirer/figures': 1.0.6 + '@inquirer/type': 2.0.0 '@types/mute-stream': 0.0.4 - '@types/node': 20.11.19 + '@types/node': 22.7.2 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-spinners: 2.9.2 cli-width: 4.1.0 - figures: 3.2.0 mute-stream: 1.0.0 - run-async: 3.0.0 signal-exit: 4.1.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 @@ -16659,42 +16329,6 @@ snapshots: optionalDependencies: '@swc/core': 1.7.28(@swc/helpers@0.5.5) - '@isaacs/ts-node-temp-fork-for-pr-2009@10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.2.2)': - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node14': 14.1.2 - '@tsconfig/node16': 16.1.3 - '@tsconfig/node18': 18.2.4 - '@tsconfig/node20': 20.1.4 - '@types/node': 22.7.2 - acorn: 8.12.1 - acorn-walk: 8.3.4 - arg: 4.1.3 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.2.2 - v8-compile-cache-lib: 3.0.1 - optionalDependencies: - '@swc/core': 1.7.28(@swc/helpers@0.5.5) - - '@isaacs/ts-node-temp-fork-for-pr-2009@10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2)': - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node14': 14.1.2 - '@tsconfig/node16': 16.1.3 - '@tsconfig/node18': 18.2.4 - '@tsconfig/node20': 20.1.4 - '@types/node': 22.7.2 - acorn: 8.12.1 - acorn-walk: 8.3.4 - arg: 4.1.3 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.6.2 - v8-compile-cache-lib: 3.0.1 - optionalDependencies: - '@swc/core': 1.7.28(@swc/helpers@0.5.5) - '@istanbuljs/schema@0.1.3': {} '@jest/schemas@29.6.3': @@ -16704,10 +16338,10 @@ snapshots: '@jest/types@29.6.3': dependencies: '@jest/schemas': 29.6.3 - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 20.11.19 - '@types/yargs': 17.0.24 + '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports': 3.0.4 + '@types/node': 20.16.9 + '@types/yargs': 17.0.33 chalk: 4.1.2 '@jop-software/astro-cookieconsent@3.0.0(vanilla-cookieconsent@3.0.1)': @@ -16717,7 +16351,7 @@ snapshots: '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} @@ -16743,12 +16377,7 @@ snapshots: '@kwsites/file-exists@1.1.1': dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 - - '@kwsites/file-exists@1.1.1': - dependencies: - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -16797,10 +16426,10 @@ snapshots: '@mdx-js/mdx@3.0.1': dependencies: - '@types/estree': 1.0.5 - '@types/estree-jsx': 1.0.0 + '@types/estree': 1.0.6 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 - '@types/mdx': 2.0.5 + '@types/mdx': 2.0.13 collapse-white-space: 2.1.0 devlop: 1.1.0 estree-util-build-jsx: 3.0.1 @@ -16829,8 +16458,8 @@ snapshots: '@mdx-js/react@3.0.1(@types/react@18.3.9)(react@18.3.1)': dependencies: - '@types/mdx': 2.0.5 - '@types/react': 18.3.3 + '@types/mdx': 2.0.13 + '@types/react': 18.3.9 react: 18.3.1 '@mdx-js/util@1.6.22': {} @@ -16902,7 +16531,7 @@ snapshots: '@npmcli/agent@2.2.2': dependencies: - agent-base: 7.1.0 + agent-base: 7.1.1 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 lru-cache: 10.4.3 @@ -16916,10 +16545,11 @@ snapshots: '@npmcli/git@5.0.8': dependencies: - '@npmcli/promise-spawn': 7.0.0 + '@npmcli/promise-spawn': 7.0.2 + ini: 4.1.3 lru-cache: 10.4.3 npm-pick-manifest: 9.1.0 - proc-log: 3.0.0 + proc-log: 4.2.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 semver: 7.6.3 @@ -16955,11 +16585,12 @@ snapshots: '@npmcli/run-script@7.0.4': dependencies: '@npmcli/node-gyp': 3.0.0 - '@npmcli/promise-spawn': 7.0.0 + '@npmcli/package-json': 5.2.1 + '@npmcli/promise-spawn': 7.0.2 node-gyp: 10.2.0 - read-package-json-fast: 3.0.2 which: 4.0.0 transitivePeerDependencies: + - bluebird - supports-color '@open-draft/deferred-promise@2.2.0': {} @@ -17037,9 +16668,9 @@ snapshots: '@orama/orama': 2.1.1 '@oramacloud/client': 1.3.15(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8) '@phosphor-icons/webcomponents': 2.1.5 - '@stencil/core': 4.20.0 - '@stencil/store': 2.0.16(@stencil/core@4.20.0) - dompurify: 3.1.7 + '@stencil/core': 4.21.0 + '@stencil/store': 2.0.16(@stencil/core@4.21.0) + dompurify: 3.1.6 highlight.js: 11.10.0 markdown-it: 14.1.0 marked: 13.0.3 @@ -17070,6 +16701,19 @@ snapshots: - typescript - zod + '@oramacloud/client@1.3.14(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8)': + dependencies: + '@orama/orama': 2.1.1 + '@paralleldrive/cuid2': 2.2.2 + lodash: 4.17.21 + openai: 4.64.0(encoding@0.1.13)(zod@3.23.8) + react: 18.3.1 + vue: 3.5.8(typescript@5.6.2) + transitivePeerDependencies: + - encoding + - typescript + - zod + '@oramacloud/client@1.3.15(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8)': dependencies: '@orama/orama': 2.1.1 @@ -17077,7 +16721,7 @@ snapshots: lodash: 4.17.21 openai: 4.64.0(encoding@0.1.13)(zod@3.23.8) react: 18.3.1 - vue: 3.4.29(typescript@5.6.2) + vue: 3.5.8(typescript@5.6.2) transitivePeerDependencies: - encoding - typescript @@ -17085,12 +16729,12 @@ snapshots: '@oramacloud/client@1.3.16(encoding@0.1.13)(typescript@5.6.2)(zod@3.23.8)': dependencies: - '@orama/orama': 2.0.23 + '@orama/orama': 2.1.1 '@paralleldrive/cuid2': 2.2.2 lodash: 4.17.21 openai: 4.64.0(encoding@0.1.13)(zod@3.23.8) react: 18.3.1 - vue: 3.4.29(typescript@5.6.2) + vue: 3.5.8(typescript@5.6.2) transitivePeerDependencies: - encoding - typescript @@ -17150,7 +16794,7 @@ snapshots: '@preact/signals@1.3.0(preact@10.24.1)': dependencies: - '@preact/signals-core': 1.6.0 + '@preact/signals-core': 1.8.0 preact: 10.24.1 '@rollup/pluginutils@5.1.2(rollup@4.22.4)': @@ -17303,7 +16947,7 @@ snapshots: '@sinonjs/samsam@8.0.2': dependencies: - '@sinonjs/commons': 2.0.0 + '@sinonjs/commons': 3.0.1 lodash.get: 4.4.2 type-detect: 4.1.0 @@ -17507,6 +17151,7 @@ snapshots: '@swc/core': 1.7.28(@swc/helpers@0.5.5) commander: 7.2.0 fast-glob: 3.3.2 + minimatch: 9.0.5 semver: 7.6.3 slash: 3.0.0 source-map: 0.7.4 @@ -17588,21 +17233,11 @@ snapshots: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) function-loop: 4.0.0 - '@tapjs/after-each@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - function-loop: 4.0.0 - '@tapjs/after@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) is-actual-promise: 1.0.2 - '@tapjs/after@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - is-actual-promise: 1.0.2 - '@tapjs/asserts@1.2.0(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17614,37 +17249,16 @@ snapshots: - react - react-dom - '@tapjs/asserts@1.2.0(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stack': 1.2.8 - is-actual-promise: 1.0.2 - tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - trivial-deferred: 2.0.0 - transitivePeerDependencies: - - react - - react-dom - '@tapjs/before-each@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) function-loop: 4.0.0 - '@tapjs/before-each@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - function-loop: 4.0.0 - '@tapjs/before@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) is-actual-promise: 1.0.2 - '@tapjs/before@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - is-actual-promise: 1.0.2 - '@tapjs/config@2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17655,42 +17269,11 @@ snapshots: tap-yaml: 2.2.2 walk-up-path: 3.0.1 - '@tapjs/config@2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - chalk: 5.3.0 - jackspeak: 2.3.6 - polite-json: 4.0.1 - tap-yaml: 2.2.2 - walk-up-path: 3.0.1 - '@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tapjs/processinfo': 3.1.7 - '@tapjs/stack': 1.2.8 - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - async-hook-domain: 4.0.1 - diff: 5.2.0 - is-actual-promise: 1.0.2 - minipass: 7.1.2 - signal-exit: 4.1.0 - tap-parser: 15.3.2 - tap-yaml: 2.2.2 - tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - trivial-deferred: 2.0.0 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - react - - react-dom - - '@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tapjs/processinfo': 3.1.8 '@tapjs/stack': 1.2.8 - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) async-hook-domain: 4.0.1 diff: 5.2.0 is-actual-promise: 1.0.2 @@ -17715,34 +17298,18 @@ snapshots: dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/filter@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/fixture@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) mkdirp: 3.0.1 rimraf: 5.0.10 - '@tapjs/fixture@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - mkdirp: 3.0.1 - rimraf: 5.0.10 - '@tapjs/intercept@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tapjs/stack': 1.2.8 - '@tapjs/intercept@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stack': 1.2.8 - '@tapjs/mock@1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) @@ -17751,14 +17318,6 @@ snapshots: resolve-import: 1.4.6 walk-up-path: 3.0.1 - '@tapjs/mock@1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stack': 1.2.8 - resolve-import: 1.4.6 - walk-up-path: 3.0.1 - '@tapjs/node-serialize@1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -17766,13 +17325,6 @@ snapshots: '@tapjs/stack': 1.2.8 tap-parser: 15.3.2 - '@tapjs/node-serialize@1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/error-serdes': 1.2.2 - '@tapjs/stack': 1.2.8 - tap-parser: 15.3.2 - '@tapjs/processinfo@3.1.8': dependencies: pirates: 4.0.6 @@ -17797,90 +17349,24 @@ snapshots: tap-yaml: 2.2.2 tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - - '@tapjs/test' - - '@types/react' - - bufferutil - - react-devtools-core - - react-dom - - utf-8-validate - - '@tapjs/reporter@1.3.20(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))': - dependencies: - '@tapjs/config': 2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stack': 1.2.8 - chalk: 5.3.0 - ink: 4.4.1(@types/react@18.3.9)(react@18.3.1) - minipass: 7.1.2 - ms: 2.1.3 - patch-console: 2.0.0 - prismjs-terminal: 1.2.3 - react: 18.3.1 - string-length: 6.0.0 - tap-parser: 15.3.2 - tap-yaml: 2.2.2 - tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - transitivePeerDependencies: - - '@tapjs/test' - - '@types/react' - - bufferutil - - react-devtools-core - - react-dom - - utf-8-validate - - '@tapjs/run@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/before': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/config': 2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/processinfo': 3.1.8 - '@tapjs/reporter': 1.3.20(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1)) - '@tapjs/spawn': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/stdin': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - c8: 8.0.1 - chalk: 5.3.0 - chokidar: 3.6.0 - foreground-child: 3.3.0 - glob: 10.4.5 - minipass: 7.1.2 - mkdirp: 3.0.1 - opener: 1.5.2 - pacote: 17.0.7 - resolve-import: 1.4.6 - rimraf: 5.0.10 - semver: 7.6.3 - signal-exit: 4.1.0 - tap-parser: 15.3.2 - tap-yaml: 2.2.2 - tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - trivial-deferred: 2.0.0 - which: 4.0.0 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' + - '@tapjs/test' - '@types/react' - - bluebird - bufferutil - - react - react-devtools-core - react-dom - - supports-color - utf-8-validate - '@tapjs/run@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tapjs/run@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/before': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/config': 2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@tapjs/before': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@tapjs/config': 2.4.19(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tapjs/processinfo': 3.1.8 - '@tapjs/reporter': 1.3.20(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1)) - '@tapjs/spawn': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/stdin': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tapjs/reporter': 1.3.20(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1)) + '@tapjs/spawn': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@tapjs/stdin': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) c8: 8.0.1 chalk: 5.3.0 chokidar: 3.6.0 @@ -17922,34 +17408,16 @@ snapshots: - react - react-dom - '@tapjs/snapshot@1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - is-actual-promise: 1.0.2 - tcompare: 6.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - trivial-deferred: 2.0.0 - transitivePeerDependencies: - - react - - react-dom - '@tapjs/spawn@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/spawn@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stack@1.2.8': {} '@tapjs/stdin@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/stdin@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': - dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@isaacs/ts-node-temp-fork-for-pr-2009': 10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.2.2) @@ -17985,41 +17453,6 @@ snapshots: - react - react-dom - '@tapjs/test@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@isaacs/ts-node-temp-fork-for-pr-2009': 10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.2.2) - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/after-each': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/asserts': 1.2.0(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/before': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/before-each': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/filter': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/fixture': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/intercept': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/mock': 1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/node-serialize': 1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/snapshot': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/spawn': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/stdin': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/typescript': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(typescript@5.2.2) - '@tapjs/worker': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - glob: 10.4.5 - jackspeak: 2.3.6 - mkdirp: 3.0.1 - resolve-import: 1.4.6 - rimraf: 5.0.10 - sync-content: 1.0.2 - tap-parser: 15.3.2 - tshy: 1.18.0 - typescript: 5.2.2 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - react - - react-dom - '@tapjs/typescript@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@20.16.9)(typescript@5.2.2)': dependencies: '@isaacs/ts-node-temp-fork-for-pr-2009': 10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.2.2) @@ -18040,33 +17473,31 @@ snapshots: - '@types/node' - typescript - '@tapjs/typescript@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(typescript@5.2.2)': + '@tapjs/worker@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - '@isaacs/ts-node-temp-fork-for-pr-2009': 10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.2.2) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - typescript + '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/typescript@1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(typescript@5.6.2)': + '@tensorflow-models/universal-sentence-encoder@1.3.3(@tensorflow/tfjs-converter@3.21.0(@tensorflow/tfjs-core@3.21.0(encoding@0.1.13)))(@tensorflow/tfjs-core@3.21.0(encoding@0.1.13))': dependencies: - '@isaacs/ts-node-temp-fork-for-pr-2009': 10.9.7(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - typescript + '@tensorflow/tfjs-converter': 3.21.0(@tensorflow/tfjs-core@3.21.0(encoding@0.1.13)) + '@tensorflow/tfjs-core': 3.21.0(encoding@0.1.13) - '@tapjs/worker@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@tensorflow/tfjs-converter@3.21.0(@tensorflow/tfjs-core@3.21.0(encoding@0.1.13))': dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tensorflow/tfjs-core': 3.21.0(encoding@0.1.13) - '@tapjs/worker@1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@tensorflow/tfjs-core@3.21.0(encoding@0.1.13)': dependencies: - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@types/long': 4.0.2 + '@types/offscreencanvas': 2019.3.0 + '@types/seedrandom': 2.4.34 + '@types/webgl-ext': 0.0.30 + '@webgpu/types': 0.1.16 + long: 4.0.0 + node-fetch: 2.6.13(encoding@0.1.13) + seedrandom: 3.0.5 + transitivePeerDependencies: + - encoding '@tokenizer/token@0.3.0': {} @@ -18207,11 +17638,11 @@ snapshots: '@types/hast@2.3.10': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 2.0.11 '@types/hast@3.0.4': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@types/history@4.7.11': {} @@ -18239,7 +17670,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -18251,10 +17682,12 @@ snapshots: '@types/keyv@3.1.4': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 '@types/linkify-it@3.0.5': {} + '@types/long@4.0.2': {} + '@types/markdown-it@13.0.9': dependencies: '@types/linkify-it': 3.0.5 @@ -18266,7 +17699,7 @@ snapshots: '@types/mdast@4.0.4': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@types/mdurl@1.0.5': {} @@ -18294,7 +17727,7 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 form-data: 4.0.0 '@types/node-forge@1.3.11': @@ -18309,7 +17742,7 @@ snapshots: '@types/node@20.16.9': dependencies: - '@types/react': 18.3.3 + undici-types: 6.19.8 '@types/node@22.7.2': dependencies: @@ -18317,6 +17750,8 @@ snapshots: '@types/normalize-package-data@2.4.4': {} + '@types/offscreencanvas@2019.3.0': {} + '@types/pako@2.0.3': {} '@types/parse-json@4.0.2': {} @@ -18340,30 +17775,30 @@ snapshots: '@types/react-router-config@5.0.11': dependencies: '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 '@types/react-router': 5.1.20 '@types/react-router-dom@5.3.3': dependencies: '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 '@types/react-router': 5.1.20 '@types/react-router@5.1.20': dependencies: '@types/history': 4.7.11 - '@types/react': 18.3.3 + '@types/react': 18.3.9 '@types/react@18.3.9': dependencies: - '@types/prop-types': 15.7.5 + '@types/prop-types': 15.7.13 csstype: 3.1.3 '@types/resolve@1.20.6': {} '@types/responselike@1.0.3': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 '@types/retry@0.12.0': {} @@ -18371,6 +17806,8 @@ snapshots: dependencies: '@types/node': 20.16.9 + '@types/seedrandom@2.4.34': {} + '@types/semver@7.5.8': {} '@types/send@0.17.4': @@ -18408,6 +17845,8 @@ snapshots: '@types/web-bluetooth@0.0.20': {} + '@types/webgl-ext@0.0.30': {} + '@types/wrap-ansi@3.0.0': {} '@types/ws@8.5.12': @@ -18422,15 +17861,16 @@ snapshots: '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@typescript-eslint/parser': 5.48.2(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/scope-manager': 5.46.1 - '@typescript-eslint/type-utils': 5.46.1(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/utils': 5.46.1(eslint@8.57.1)(typescript@5.6.2) - debug: 4.3.5 + '@eslint-community/regexpp': 4.11.1 + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + debug: 4.3.7 eslint: 8.57.1 + graphemer: 1.4.0 ignore: 5.3.2 natural-compare-lite: 1.4.0 - regexpp: 3.2.0 semver: 7.6.3 tsutils: 3.21.0(typescript@5.6.2) optionalDependencies: @@ -18440,13 +17880,13 @@ snapshots: '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 6.4.1(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/type-utils': 6.4.1(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/visitor-keys': 6.4.1 - debug: 4.3.5 + '@eslint-community/regexpp': 4.11.1 + '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.7 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.2 @@ -18460,10 +17900,10 @@ snapshots: '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@typescript-eslint/scope-manager': 5.48.2 - '@typescript-eslint/types': 5.48.2 - '@typescript-eslint/typescript-estree': 5.48.2(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) + debug: 4.3.7 eslint: 8.57.1 optionalDependencies: typescript: 5.6.2 @@ -18472,11 +17912,11 @@ snapshots: '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.6.2) - '@typescript-eslint/visitor-keys': 6.4.1 - debug: 4.3.5 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.7 eslint: 8.57.1 optionalDependencies: typescript: 5.6.2 @@ -18495,19 +17935,9 @@ snapshots: '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@typescript-eslint/types': 5.59.9 - '@typescript-eslint/visitor-keys': 5.59.9 - - '@typescript-eslint/scope-manager@6.4.1': - dependencies: - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/visitor-keys': 6.4.1 - - '@typescript-eslint/type-utils@5.46.1(eslint@8.57.1)(typescript@5.6.2)': - dependencies: - '@typescript-eslint/typescript-estree': 5.46.1(typescript@5.6.2) - '@typescript-eslint/utils': 5.46.1(eslint@8.57.1)(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + debug: 4.3.7 eslint: 8.57.1 tsutils: 3.21.0(typescript@5.6.2) optionalDependencies: @@ -18517,9 +17947,9 @@ snapshots: '@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.6.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.57.1)(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) + debug: 4.3.7 eslint: 8.57.1 ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: @@ -18533,9 +17963,9 @@ snapshots: '@typescript-eslint/typescript-estree@5.62.0(typescript@5.6.2)': dependencies: - '@typescript-eslint/types': 5.46.1 - '@typescript-eslint/visitor-keys': 5.46.1 - debug: 4.3.5 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -18547,11 +17977,12 @@ snapshots: '@typescript-eslint/typescript-estree@6.21.0(typescript@5.6.2)': dependencies: - '@typescript-eslint/types': 5.48.2 - '@typescript-eslint/visitor-keys': 5.48.2 - debug: 4.3.5 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 + minimatch: 9.0.3 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: @@ -18562,11 +17993,11 @@ snapshots: '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 5.59.9 - '@typescript-eslint/types': 5.59.9 - '@typescript-eslint/typescript-estree': 5.59.9(typescript@5.6.2) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) eslint: 8.57.1 eslint-scope: 5.1.1 semver: 7.6.3 @@ -18577,11 +18008,11 @@ snapshots: '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.6.2) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) eslint: 8.57.1 semver: 7.6.3 transitivePeerDependencies: @@ -18590,33 +18021,21 @@ snapshots: '@typescript-eslint/visitor-keys@5.62.0': dependencies: - '@typescript-eslint/types': 5.46.1 + '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 '@typescript-eslint/visitor-keys@6.21.0': dependencies: - '@typescript-eslint/types': 5.48.2 + '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} '@vitejs/plugin-react@4.3.1(vite@5.4.8(@types/node@22.7.2)(terser@5.33.0))': dependencies: - '@typescript-eslint/types': 5.59.9 - eslint-visitor-keys: 3.4.3 - - '@typescript-eslint/visitor-keys@6.4.1': - dependencies: - '@typescript-eslint/types': 6.4.1 - eslint-visitor-keys: 3.4.3 - - '@ungap/structured-clone@1.2.0': {} - - '@vitejs/plugin-react@4.3.1(vite@5.4.8(@types/node@20.11.19)(terser@5.34.0))': - dependencies: - '@babel/core': 7.24.7 - '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 5.4.8(@types/node@22.7.2)(terser@5.33.0) @@ -18635,8 +18054,8 @@ snapshots: '@volar/kit@2.4.5(typescript@5.6.2)': dependencies: - '@volar/language-service': 2.2.5 - '@volar/typescript': 2.2.5 + '@volar/language-service': 2.4.5 + '@volar/typescript': 2.4.5 typesafe-path: 0.2.2 typescript: 5.6.2 vscode-languageserver-textdocument: 1.0.12 @@ -18648,11 +18067,9 @@ snapshots: '@volar/language-server@2.4.5': dependencies: - '@volar/language-core': 2.2.5 - '@volar/language-service': 2.2.5 - '@volar/snapshot-document': 2.2.5 - '@volar/typescript': 2.2.5 - '@vscode/l10n': 0.0.16 + '@volar/language-core': 2.4.5 + '@volar/language-service': 2.4.5 + '@volar/typescript': 2.4.5 path-browserify: 1.0.1 request-light: 0.7.0 vscode-languageserver: 9.0.1 @@ -18662,7 +18079,7 @@ snapshots: '@volar/language-service@2.4.5': dependencies: - '@volar/language-core': 2.2.5 + '@volar/language-core': 2.4.5 vscode-languageserver-protocol: 3.17.5 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.0.8 @@ -18687,24 +18104,24 @@ snapshots: '@vue/compiler-core@3.5.8': dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.4.29 + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.8 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 '@vue/compiler-dom@3.5.8': dependencies: - '@vue/compiler-core': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/compiler-core': 3.5.8 + '@vue/shared': 3.5.8 '@vue/compiler-sfc@3.5.8': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.29 - '@vue/compiler-dom': 3.4.29 - '@vue/compiler-ssr': 3.4.29 - '@vue/shared': 3.4.29 + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.8 + '@vue/compiler-dom': 3.5.8 + '@vue/compiler-ssr': 3.5.8 + '@vue/shared': 3.5.8 estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.47 @@ -18712,32 +18129,32 @@ snapshots: '@vue/compiler-ssr@3.5.8': dependencies: - '@vue/compiler-dom': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/compiler-dom': 3.5.8 + '@vue/shared': 3.5.8 '@vue/devtools-api@6.6.4': {} '@vue/reactivity@3.5.8': dependencies: - '@vue/shared': 3.4.29 + '@vue/shared': 3.5.8 '@vue/runtime-core@3.5.8': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.5.8 + '@vue/shared': 3.5.8 '@vue/runtime-dom@3.5.8': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/runtime-core': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.5.8 + '@vue/runtime-core': 3.5.8 + '@vue/shared': 3.5.8 csstype: 3.1.3 '@vue/server-renderer@3.5.8(vue@3.5.8(typescript@5.6.2))': dependencies: - '@vue/compiler-ssr': 3.4.29 - '@vue/shared': 3.4.29 - vue: 3.4.29(typescript@5.6.2) + '@vue/compiler-ssr': 3.5.8 + '@vue/shared': 3.5.8 + vue: 3.5.8(typescript@5.6.2) '@vue/shared@3.5.8': {} @@ -18849,6 +18266,8 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 + '@webgpu/types@0.1.16': {} + '@webgpu/types@0.1.21': {} '@xtuc/ieee754@1.2.0': {} @@ -18868,11 +18287,11 @@ snapshots: acorn-import-attributes@1.9.5(acorn@8.12.1): dependencies: - acorn: 8.12.0 + acorn: 8.12.1 acorn-jsx@5.3.2(acorn@8.12.1): dependencies: - acorn: 8.12.0 + acorn: 8.12.1 acorn-walk@8.3.4: dependencies: @@ -18907,7 +18326,7 @@ snapshots: ajv-keywords@5.1.0(ajv@8.17.1): dependencies: - ajv: 8.12.0 + ajv: 8.17.1 fast-deep-equal: 3.1.3 ajv@6.12.6: @@ -18920,9 +18339,9 @@ snapshots: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - uri-js: 4.4.1 algoliasearch-helper@3.22.5(algoliasearch@4.24.0): dependencies: @@ -18931,20 +18350,21 @@ snapshots: algoliasearch@4.24.0: dependencies: - '@algolia/cache-browser-local-storage': 4.20.0 - '@algolia/cache-common': 4.20.0 - '@algolia/cache-in-memory': 4.20.0 - '@algolia/client-account': 4.20.0 - '@algolia/client-analytics': 4.20.0 - '@algolia/client-common': 4.20.0 - '@algolia/client-personalization': 4.20.0 - '@algolia/client-search': 4.20.0 - '@algolia/logger-common': 4.20.0 - '@algolia/logger-console': 4.20.0 - '@algolia/requester-browser-xhr': 4.20.0 - '@algolia/requester-common': 4.20.0 - '@algolia/requester-node-http': 4.20.0 - '@algolia/transporter': 4.20.0 + '@algolia/cache-browser-local-storage': 4.24.0 + '@algolia/cache-common': 4.24.0 + '@algolia/cache-in-memory': 4.24.0 + '@algolia/client-account': 4.24.0 + '@algolia/client-analytics': 4.24.0 + '@algolia/client-common': 4.24.0 + '@algolia/client-personalization': 4.24.0 + '@algolia/client-search': 4.24.0 + '@algolia/logger-common': 4.24.0 + '@algolia/logger-console': 4.24.0 + '@algolia/recommend': 4.24.0 + '@algolia/requester-browser-xhr': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/requester-node-http': 4.24.0 + '@algolia/transporter': 4.24.0 ansi-align@3.0.1: dependencies: @@ -19049,14 +18469,14 @@ snapshots: array.prototype.flat@1.3.2: dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 array.prototype.flatmap@1.3.2: dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 @@ -19084,8 +18504,6 @@ snapshots: asap@2.0.6: {} - astral-regex@2.0.0: {} - astring@1.9.0: {} astro-expressive-code@0.35.6(astro@4.15.9(@types/node@22.7.2)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2)): @@ -19108,45 +18526,49 @@ snapshots: '@astrojs/markdown-remark': 2.2.1(astro@2.10.15(@types/node@20.16.9)(sharp@0.33.5)(terser@5.33.0)) '@astrojs/telemetry': 2.1.1 '@astrojs/webapi': 2.2.0 - '@babel/core': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/core': 7.25.2 + '@babel/generator': 7.25.6 + '@babel/parser': 7.25.6 + '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__core': 7.20.5 - '@types/yargs-parser': 21.0.0 - acorn: 8.12.0 + '@types/dom-view-transitions': 1.0.5 + '@types/yargs-parser': 21.0.3 + acorn: 8.12.1 boxen: 6.2.1 - ci-info: 3.8.0 + chokidar: 3.6.0 + ci-info: 3.9.0 common-ancestor-path: 1.0.1 cookie: 0.5.0 - debug: 4.3.5 - deepmerge-ts: 4.3.0 + debug: 4.3.7 devalue: 4.3.3 diff: 5.2.0 es-module-lexer: 1.5.4 - estree-walker: 3.0.3 + esbuild: 0.17.19 + estree-walker: 3.0.0 execa: 6.1.0 fast-glob: 3.3.2 github-slugger: 2.0.0 gray-matter: 4.0.3 html-escaper: 3.0.3 + http-cache-semantics: 4.1.1 + js-yaml: 4.1.0 kleur: 4.1.5 - magic-string: 0.27.0 + magic-string: 0.30.11 mime: 3.0.0 + network-information-types: 0.1.1(typescript@5.6.2) ora: 6.3.1 + p-limit: 4.0.0 path-to-regexp: 6.3.0 preferred-pm: 3.1.4 prompts: 2.4.2 rehype: 12.0.1 semver: 7.6.3 server-destroy: 1.0.1 - shiki: 0.11.1 - slash: 4.0.0 + shiki: 0.14.7 string-width: 5.1.2 strip-ansi: 7.1.0 - supports-esm: 1.0.0 tsconfig-resolver: 3.0.1 typescript: 5.6.2 unist-util-visit: 4.1.2 @@ -19170,9 +18592,9 @@ snapshots: astro@4.15.9(@types/node@22.7.2)(rollup@4.22.4)(terser@5.33.0)(typescript@5.6.2): dependencies: - '@astrojs/compiler': 2.8.1 + '@astrojs/compiler': 2.10.3 '@astrojs/internal-helpers': 0.4.1 - '@astrojs/markdown-remark': 5.1.1 + '@astrojs/markdown-remark': 5.2.0 '@astrojs/telemetry': 3.1.0 '@babel/core': 7.25.2 '@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2) @@ -19181,17 +18603,16 @@ snapshots: '@rollup/pluginutils': 5.1.2(rollup@4.22.4) '@types/babel__core': 7.20.5 '@types/cookie': 0.6.0 - acorn: 8.12.0 - aria-query: 5.3.0 - axobject-query: 4.0.0 + acorn: 8.12.1 + aria-query: 5.3.2 + axobject-query: 4.1.0 boxen: 7.1.1 - chokidar: 3.6.0 ci-info: 4.0.0 clsx: 2.1.1 common-ancestor-path: 1.0.1 cookie: 0.6.0 cssesc: 3.0.0 - debug: 4.3.5 + debug: 4.3.7 deterministic-object-hash: 2.0.2 devalue: 5.1.1 diff: 5.2.0 @@ -19200,8 +18621,8 @@ snapshots: es-module-lexer: 1.5.4 esbuild: 0.21.5 estree-walker: 3.0.3 - execa: 8.0.1 fast-glob: 3.3.2 + fastq: 1.17.1 flattie: 1.1.1 github-slugger: 2.0.0 gray-matter: 4.0.3 @@ -19210,18 +18631,21 @@ snapshots: js-yaml: 4.1.0 kleur: 4.1.5 magic-string: 0.30.11 + magicast: 0.3.5 + micromatch: 4.0.8 mrmime: 2.0.0 + neotraverse: 0.6.18 ora: 8.1.0 - p-limit: 5.0.0 + p-limit: 6.1.0 p-queue: 8.0.1 - path-to-regexp: 6.3.0 - preferred-pm: 3.1.4 + preferred-pm: 4.0.0 prompts: 2.4.2 rehype: 13.0.1 semver: 7.6.3 shiki: 1.19.0 string-width: 7.2.0 strip-ansi: 7.1.0 + tinyexec: 0.3.0 tsconfck: 3.1.3(typescript@5.6.2) unist-util-visit: 5.0.0 vfile: 6.0.3 @@ -19232,12 +18656,14 @@ snapshots: yargs-parser: 21.1.1 zod: 3.23.8 zod-to-json-schema: 3.23.3(zod@3.23.8) + zod-to-ts: 1.2.0(typescript@5.6.2)(zod@3.23.8) optionalDependencies: sharp: 0.33.5 transitivePeerDependencies: - '@types/node' - less - lightningcss + - rollup - sass - sass-embedded - stylus @@ -19267,8 +18693,8 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.47): dependencies: - browserslist: 4.23.1 - caniuse-lite: 1.0.30001638 + browserslist: 4.24.0 + caniuse-lite: 1.0.30001664 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 @@ -19289,13 +18715,7 @@ snapshots: babel-loader@8.4.1(@babel/core@7.25.2)(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))): dependencies: - dequal: 2.0.3 - - axobject-query@4.1.0: {} - - babel-loader@8.3.0(@babel/core@7.24.7)(webpack@5.95.0(@swc/core@1.3.27)): - dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -19304,7 +18724,7 @@ snapshots: babel-loader@9.2.1(@babel/core@7.25.2)(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))): dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.25.2 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5)) @@ -19325,25 +18745,25 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): dependencies: - '@babel/compat-data': 7.24.7 - '@babel/core': 7.24.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.7) + '@babel/compat-data': 7.25.4 + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) semver: 6.3.1 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.7) - core-js-compat: 3.33.2 + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) + core-js-compat: 3.38.1 transitivePeerDependencies: - supports-color babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2): dependencies: - '@babel/core': 7.24.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.24.7) + '@babel/core': 7.25.2 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -19374,23 +18794,6 @@ snapshots: is-alphanumerical: 2.0.1 is-decimal: 2.0.1 - benchmark@2.1.4: - dependencies: - lodash: 4.17.21 - platform: 1.3.6 - - benny@3.7.1: - dependencies: - '@arrows/composition': 1.2.2 - '@arrows/dispatch': 1.0.3 - '@arrows/multimethod': 1.4.1 - benchmark: 2.1.4 - common-tags: 1.8.2 - fs-extra: 10.1.0 - json2csv: 5.0.7 - kleur: 4.1.5 - log-update: 4.0.0 - bidi-js@1.0.3: dependencies: require-from-string: 2.0.2 @@ -19446,8 +18849,6 @@ snapshots: bonjour-service@1.2.1: dependencies: - array-flatten: 2.1.2 - dns-equal: 1.0.0 fast-deep-equal: 3.1.3 multicast-dns: 7.2.5 @@ -19501,14 +18902,10 @@ snapshots: browserslist@4.24.0: dependencies: - fill-range: 7.1.1 - - browserslist@4.23.1: - dependencies: - caniuse-lite: 1.0.30001638 + caniuse-lite: 1.0.30001664 electron-to-chromium: 1.5.29 node-releases: 2.0.18 - update-browserslist-db: 1.1.0(browserslist@4.23.1) + update-browserslist-db: 1.1.0(browserslist@4.24.0) buffer-from@1.1.2: {} @@ -19530,7 +18927,7 @@ snapshots: bundle-require@4.2.1(esbuild@0.19.12): dependencies: - esbuild: 0.18.20 + esbuild: 0.19.12 load-tsconfig: 0.2.5 busboy@1.6.0: @@ -19575,7 +18972,7 @@ snapshots: cacache@18.0.4: dependencies: - '@npmcli/fs': 3.1.0 + '@npmcli/fs': 3.1.1 fs-minipass: 3.0.3 glob: 10.4.5 lru-cache: 10.4.3 @@ -19655,8 +19052,8 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.23.1 - caniuse-lite: 1.0.30001638 + browserslist: 4.24.0 + caniuse-lite: 1.0.30001664 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -19904,8 +19301,6 @@ snapshots: commander@5.1.0: {} - commander@6.2.1: {} - commander@7.2.0: {} commander@8.3.0: {} @@ -19913,17 +19308,17 @@ snapshots: commitizen@4.3.0(@types/node@20.16.9)(typescript@5.6.2): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@swc/core@1.3.27) + cz-conventional-changelog: 3.3.0(@types/node@20.16.9)(typescript@5.6.2) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 find-root: 1.1.0 fs-extra: 9.1.0 glob: 7.2.3 - inquirer: 8.2.4 + inquirer: 8.2.5 is-utf8: 0.2.1 lodash: 4.17.21 - minimist: 1.2.6 + minimist: 1.2.7 strip-bom: 4.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -19934,8 +19329,6 @@ snapshots: common-path-prefix@3.0.0: {} - common-tags@1.8.2: {} - commondir@1.0.1: {} compressible@2.0.18: @@ -20024,7 +19417,7 @@ snapshots: core-js-compat@3.38.1: dependencies: - browserslist: 4.23.1 + browserslist: 4.24.0 core-js-pure@3.38.1: {} @@ -20067,6 +19460,7 @@ snapshots: cosmiconfig@9.0.0(typescript@5.6.2): dependencies: + env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 @@ -20187,7 +19581,7 @@ snapshots: cssnano-preset-advanced@5.3.10(postcss@8.4.47): dependencies: - autoprefixer: 10.4.16(postcss@8.4.47) + autoprefixer: 10.4.20(postcss@8.4.47) cssnano-preset-default: 5.2.14(postcss@8.4.47) postcss: 8.4.47 postcss-discard-unused: 5.1.0(postcss@8.4.47) @@ -20313,13 +19707,13 @@ snapshots: cz-conventional-changelog@3.3.0(@types/node@20.16.9)(typescript@5.6.2): dependencies: chalk: 2.4.2 - commitizen: 4.2.6(@swc/core@1.3.27) + commitizen: 4.3.0(@types/node@20.16.9)(typescript@5.6.2) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 17.8.1(@swc/core@1.3.27) + '@commitlint/load': 19.5.0(@types/node@20.16.9)(typescript@5.6.2) transitivePeerDependencies: - '@types/node' - typescript @@ -20363,7 +19757,7 @@ snapshots: debug@4.3.7: dependencies: - ms: 2.1.2 + ms: 2.1.3 decamelize-keys@1.1.1: dependencies: @@ -20390,47 +19784,7 @@ snapshots: deep-equal@2.2.3: dependencies: - file-type: 5.2.0 - is-stream: 1.1.0 - tar-stream: 1.6.2 - - decompress-tarbz2@4.1.1: - dependencies: - decompress-tar: 4.1.1 - file-type: 6.2.0 - is-stream: 1.1.0 - seek-bzip: 1.0.6 - unbzip2-stream: 1.4.3 - - decompress-targz@4.1.1: - dependencies: - decompress-tar: 4.1.1 - file-type: 5.2.0 - is-stream: 1.1.0 - - decompress-unzip@4.0.1: - dependencies: - file-type: 3.9.0 - get-stream: 2.3.1 - pify: 2.3.0 - yauzl: 2.10.0 - - decompress@4.2.1: - dependencies: - decompress-tar: 4.1.1 - decompress-tarbz2: 4.1.1 - decompress-targz: 4.1.1 - decompress-unzip: 4.0.1 - graceful-fs: 4.2.11 - make-dir: 1.3.0 - pify: 2.3.0 - strip-dirs: 2.1.0 - - dedent@0.7.0: {} - - deep-equal@2.2.3: - dependencies: - array-buffer-byte-length: 1.0.0 + array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 es-get-iterator: 1.1.3 get-intrinsic: 1.2.4 @@ -20526,7 +19880,7 @@ snapshots: detect-port@1.6.1: dependencies: address: 1.2.2 - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -21090,7 +20444,7 @@ snapshots: eslint-plugin-n@15.7.0(eslint@8.57.1): dependencies: - builtins: 5.0.1 + builtins: 5.1.0 eslint: 8.57.1 eslint-plugin-es: 4.1.0(eslint@8.57.1) eslint-utils: 3.0.0(eslint@8.57.1) @@ -21103,7 +20457,7 @@ snapshots: eslint-plugin-n@16.6.2(eslint@8.57.1): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - builtins: 5.0.1 + builtins: 5.1.0 eslint: 8.57.1 eslint-plugin-es-x: 7.8.0(eslint@8.57.1) get-tsconfig: 4.8.1 @@ -21171,7 +20525,7 @@ snapshots: eslint@8.57.1: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/regexpp': 4.11.1 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.57.1 '@humanwhocodes/config-array': 0.13.0 @@ -21181,7 +20535,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.5 + debug: 4.3.7 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -21213,8 +20567,8 @@ snapshots: espree@9.6.1: dependencies: - acorn: 8.12.0 - acorn-jsx: 5.3.2(acorn@8.12.0) + acorn: 8.12.1 + acorn-jsx: 5.3.2(acorn@8.12.1) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -21237,7 +20591,7 @@ snapshots: estree-util-build-jsx@3.0.1: dependencies: - '@types/estree-jsx': 1.0.0 + '@types/estree-jsx': 1.0.5 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 estree-walker: 3.0.3 @@ -21246,8 +20600,8 @@ snapshots: estree-util-to-js@2.0.0: dependencies: - '@types/estree-jsx': 1.0.0 - astring: 1.8.6 + '@types/estree-jsx': 1.0.5 + astring: 1.9.0 source-map: 0.7.4 estree-util-value-to-estree@3.1.2: @@ -21275,7 +20629,7 @@ snapshots: eval@0.1.8: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 require-like: 0.1.2 event-target-shim@5.0.1: {} @@ -21610,7 +20964,7 @@ snapshots: fork-ts-checker-webpack-plugin@6.5.3(eslint@8.57.1)(typescript@5.6.2)(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))): dependencies: '@babel/code-frame': 7.24.7 - '@types/json-schema': 7.0.12 + '@types/json-schema': 7.0.15 chalk: 4.1.2 chokidar: 3.6.0 cosmiconfig: 6.0.0 @@ -21767,6 +21121,15 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 + glob@11.0.0: + dependencies: + foreground-child: 3.3.0 + jackspeak: 4.0.2 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.0 + path-scurry: 2.0.0 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -21898,7 +21261,7 @@ snapshots: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 '@types/keyv': 3.1.4 - '@types/responselike': 1.0.0 + '@types/responselike': 1.0.3 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.5 @@ -21974,7 +21337,7 @@ snapshots: hast-to-hyperscript@9.0.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 comma-separated-tokens: 1.0.8 property-information: 5.6.0 space-separated-tokens: 1.1.5 @@ -22003,7 +21366,7 @@ snapshots: hast-util-from-html@1.0.2: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-parse5: 7.1.2 parse5: 7.1.2 vfile: 5.3.7 @@ -22029,8 +21392,8 @@ snapshots: hast-util-from-parse5@7.1.2: dependencies: - '@types/hast': 2.3.4 - '@types/unist': 2.0.6 + '@types/hast': 2.3.10 + '@types/unist': 2.0.11 hastscript: 7.2.0 property-information: 6.5.0 vfile: 5.3.7 @@ -22040,7 +21403,7 @@ snapshots: hast-util-from-parse5@8.0.1: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 devlop: 1.1.0 hastscript: 8.0.0 property-information: 6.5.0 @@ -22087,7 +21450,7 @@ snapshots: hast-util-is-javascript@2.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 @@ -22119,7 +21482,7 @@ snapshots: hast-util-raw@6.0.1: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-parse5: 6.0.1 hast-util-to-parse5: 6.0.0 html-void-elements: 1.0.5 @@ -22132,7 +21495,7 @@ snapshots: hast-util-raw@7.2.3: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 '@types/parse5': 6.0.3 hast-util-from-parse5: 7.1.2 hast-util-to-parse5: 7.1.0 @@ -22147,7 +21510,7 @@ snapshots: hast-util-raw@9.0.4: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@ungap/structured-clone': 1.2.0 hast-util-from-parse5: 8.0.1 hast-util-to-parse5: 8.0.0 @@ -22162,8 +21525,8 @@ snapshots: hast-util-select@5.0.5: dependencies: - '@types/hast': 2.3.4 - '@types/unist': 2.0.6 + '@types/hast': 2.3.10 + '@types/unist': 2.0.11 bcp-47-match: 2.0.3 comma-separated-tokens: 2.0.3 css-selector-parser: 1.4.1 @@ -22181,7 +21544,7 @@ snapshots: hast-util-select@6.0.2: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 bcp-47-match: 2.0.3 comma-separated-tokens: 2.0.3 css-selector-parser: 3.0.5 @@ -22199,8 +21562,8 @@ snapshots: hast-util-to-estree@3.1.0: dependencies: - '@types/estree': 1.0.5 - '@types/estree-jsx': 1.0.0 + '@types/estree': 1.0.6 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 devlop: 1.1.0 @@ -22220,8 +21583,8 @@ snapshots: hast-util-to-html@8.0.4: dependencies: - '@types/hast': 2.3.4 - '@types/unist': 2.0.6 + '@types/hast': 2.3.10 + '@types/unist': 2.0.11 ccount: 2.0.1 comma-separated-tokens: 2.0.3 hast-util-raw: 7.2.3 @@ -22235,7 +21598,7 @@ snapshots: hast-util-to-html@9.0.3: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 ccount: 2.0.1 comma-separated-tokens: 2.0.3 hast-util-whitespace: 3.0.0 @@ -22248,9 +21611,9 @@ snapshots: hast-util-to-jsx-runtime@2.3.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 comma-separated-tokens: 2.0.3 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 @@ -22276,7 +21639,7 @@ snapshots: hast-util-to-parse5@7.1.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 2.0.3 property-information: 6.5.0 space-separated-tokens: 2.0.2 @@ -22304,7 +21667,7 @@ snapshots: hast-util-to-text@4.0.2: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 hast-util-is-element: 3.0.0 unist-util-find-after: 5.0.0 @@ -22316,7 +21679,7 @@ snapshots: hastscript@6.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 1.0.8 hast-util-parse-selector: 2.2.5 property-information: 5.6.0 @@ -22324,7 +21687,7 @@ snapshots: hastscript@7.2.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 3.1.1 property-information: 6.5.0 @@ -22359,7 +21722,7 @@ snapshots: history@4.10.1: dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.3 @@ -22406,7 +21769,7 @@ snapshots: html-minifier-terser@6.1.0: dependencies: camel-case: 4.1.2 - clean-css: 5.3.2 + clean-css: 5.3.3 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 @@ -22416,7 +21779,7 @@ snapshots: html-minifier-terser@7.2.0: dependencies: camel-case: 4.1.2 - clean-css: 5.3.2 + clean-css: 5.3.3 commander: 10.0.1 entities: 4.5.0 param-case: 3.0.4 @@ -22497,8 +21860,8 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.0 - debug: 4.3.5 + agent-base: 7.1.1 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -22627,7 +21990,7 @@ snapshots: ink@4.4.1(@types/react@18.3.9)(react@18.3.1): dependencies: '@alcalzone/ansi-tokenize': 0.1.3 - ansi-escapes: 6.2.0 + ansi-escapes: 6.2.1 auto-bind: 5.0.1 chalk: 5.3.0 cli-boxes: 3.0.0 @@ -22743,7 +22106,7 @@ 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: @@ -22764,7 +22127,7 @@ snapshots: is-ci@3.0.1: dependencies: - ci-info: 3.8.0 + ci-info: 3.9.0 is-core-module@2.15.1: dependencies: @@ -22994,6 +22357,10 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jackspeak@4.0.2: + dependencies: + '@isaacs/cliui': 8.0.2 + jest-diff@29.7.0: dependencies: chalk: 4.1.2 @@ -23006,21 +22373,21 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.9 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.9.0 graceful-fs: 4.2.11 picomatch: 2.3.1 jest-worker@27.5.1: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.9 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -23053,7 +22420,7 @@ snapshots: jsdom@23.2.0: dependencies: '@asamuzakjp/dom-selector': 2.0.2 - cssstyle: 4.0.1 + cssstyle: 4.1.0 data-urls: 5.0.0 decimal.js: 10.4.3 form-data: 4.0.0 @@ -23098,12 +22465,6 @@ snapshots: json-stable-stringify-without-jsonify@1.0.1: {} - json2csv@5.0.7: - dependencies: - commander: 6.2.1 - jsonparse: 1.3.1 - lodash.get: 4.4.2 - json5@1.0.2: dependencies: minimist: 1.2.8 @@ -23319,13 +22680,6 @@ snapshots: chalk: 5.3.0 is-unicode-supported: 1.3.0 - log-update@4.0.0: - dependencies: - ansi-escapes: 4.3.2 - cli-cursor: 3.1.0 - slice-ansi: 4.0.0 - wrap-ansi: 6.2.0 - log-update@5.0.1: dependencies: ansi-escapes: 5.0.0 @@ -23334,6 +22688,8 @@ snapshots: strip-ansi: 7.1.0 wrap-ansi: 8.1.0 + long@4.0.0: {} + longest-streak@3.1.0: {} longest@2.0.1: {} @@ -23354,6 +22710,8 @@ snapshots: lru-cache@10.4.3: {} + lru-cache@11.0.1: {} + lru-cache@4.1.5: dependencies: pseudomap: 1.0.2 @@ -23389,8 +22747,8 @@ snapshots: make-fetch-happen@13.0.1: dependencies: - '@npmcli/agent': 2.2.0 - cacache: 18.0.1 + '@npmcli/agent': 2.2.2 + cacache: 18.0.4 http-cache-semantics: 4.1.1 is-lambda: 1.0.1 minipass: 7.1.2 @@ -23449,20 +22807,20 @@ snapshots: mdast-util-definitions@5.1.2: dependencies: - '@types/mdast': 3.0.11 - '@types/unist': 2.0.6 + '@types/mdast': 3.0.15 + '@types/unist': 2.0.11 unist-util-visit: 4.1.2 mdast-util-definitions@6.0.0: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-visit: 5.0.0 mdast-util-directive@3.0.0: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 devlop: 1.1.0 mdast-util-from-markdown: 2.0.1 mdast-util-to-markdown: 2.1.0 @@ -23474,7 +22832,7 @@ snapshots: mdast-util-find-and-replace@2.2.2: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 escape-string-regexp: 5.0.0 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 @@ -23488,8 +22846,8 @@ snapshots: mdast-util-from-markdown@1.3.1: dependencies: - '@types/mdast': 3.0.11 - '@types/unist': 2.0.6 + '@types/mdast': 3.0.15 + '@types/unist': 2.0.11 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 micromark: 3.2.0 @@ -23506,7 +22864,7 @@ snapshots: mdast-util-from-markdown@2.0.1: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 decode-named-character-reference: 1.0.2 devlop: 1.1.0 mdast-util-to-string: 4.0.0 @@ -23533,7 +22891,7 @@ snapshots: mdast-util-gfm-autolink-literal@1.0.3: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 ccount: 2.0.1 mdast-util-find-and-replace: 2.2.2 micromark-util-character: 1.2.0 @@ -23548,7 +22906,7 @@ snapshots: mdast-util-gfm-footnote@1.0.2: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 micromark-util-normalize-identifier: 1.1.0 @@ -23564,7 +22922,7 @@ snapshots: mdast-util-gfm-strikethrough@1.0.3: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 mdast-util-gfm-strikethrough@2.0.0: @@ -23577,7 +22935,7 @@ snapshots: mdast-util-gfm-table@1.0.7: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 markdown-table: 3.0.3 mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 @@ -23596,7 +22954,7 @@ snapshots: mdast-util-gfm-task-list-item@1.0.2: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-to-markdown: 1.5.0 mdast-util-gfm-task-list-item@2.0.0: @@ -23634,7 +22992,7 @@ snapshots: mdast-util-mdx-expression@2.0.1: dependencies: - '@types/estree-jsx': 1.0.0 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 devlop: 1.1.0 @@ -23645,10 +23003,10 @@ snapshots: mdast-util-mdx-jsx@3.1.3: dependencies: - '@types/estree-jsx': 1.0.0 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 ccount: 2.0.1 devlop: 1.1.0 mdast-util-from-markdown: 2.0.1 @@ -23672,7 +23030,7 @@ snapshots: mdast-util-mdxjs-esm@2.0.1: dependencies: - '@types/estree-jsx': 1.0.0 + '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 '@types/mdast': 4.0.4 devlop: 1.1.0 @@ -23683,7 +23041,7 @@ snapshots: mdast-util-phrasing@3.0.1: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 unist-util-is: 5.2.1 mdast-util-phrasing@4.1.0: @@ -23693,8 +23051,8 @@ snapshots: mdast-util-to-hast@10.0.1: dependencies: - '@types/mdast': 3.0.11 - '@types/unist': 2.0.6 + '@types/mdast': 3.0.15 + '@types/unist': 2.0.11 mdast-util-definitions: 4.0.0 mdurl: 1.0.1 unist-builder: 2.0.3 @@ -23704,8 +23062,8 @@ snapshots: mdast-util-to-hast@12.3.0: dependencies: - '@types/hast': 2.3.4 - '@types/mdast': 3.0.11 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-definitions: 5.1.2 micromark-util-sanitize-uri: 1.2.0 trim-lines: 3.0.1 @@ -23727,8 +23085,8 @@ snapshots: mdast-util-to-markdown@1.5.0: dependencies: - '@types/mdast': 3.0.11 - '@types/unist': 2.0.6 + '@types/mdast': 3.0.15 + '@types/unist': 2.0.11 longest-streak: 3.1.0 mdast-util-phrasing: 3.0.1 mdast-util-to-string: 3.2.0 @@ -23739,7 +23097,7 @@ snapshots: mdast-util-to-markdown@2.1.0: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 longest-streak: 3.1.0 mdast-util-phrasing: 4.1.0 mdast-util-to-string: 4.0.0 @@ -23775,7 +23133,7 @@ snapshots: meow@9.0.0: dependencies: - '@types/minimist': 1.2.2 + '@types/minimist': 1.2.5 camelcase-keys: 6.2.2 decamelize: 1.2.0 decamelize-keys: 1.1.1 @@ -23971,7 +23329,7 @@ snapshots: micromark-extension-mdx-expression@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-factory-mdx-expression: 2.0.2 micromark-factory-space: 2.0.0 @@ -23983,7 +23341,7 @@ snapshots: micromark-extension-mdx-jsx@3.0.1: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 micromark-factory-mdx-expression: 2.0.2 @@ -24000,7 +23358,7 @@ snapshots: micromark-extension-mdxjs-esm@3.0.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-core-commonmark: 2.0.1 micromark-util-character: 2.1.0 @@ -24012,8 +23370,8 @@ snapshots: micromark-extension-mdxjs@3.0.0: dependencies: - acorn: 8.12.0 - acorn-jsx: 5.3.2(acorn@8.12.0) + acorn: 8.12.1 + acorn-jsx: 5.3.2(acorn@8.12.1) micromark-extension-mdx-expression: 3.0.0 micromark-extension-mdx-jsx: 3.0.1 micromark-extension-mdx-md: 2.0.0 @@ -24049,7 +23407,7 @@ snapshots: micromark-factory-mdx-expression@2.0.2: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 devlop: 1.1.0 micromark-factory-space: 2.0.0 micromark-util-character: 2.1.0 @@ -24166,8 +23524,8 @@ snapshots: micromark-util-events-to-acorn@2.0.2: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.5 - '@types/unist': 3.0.2 + '@types/estree': 1.0.6 + '@types/unist': 3.0.3 devlop: 1.1.0 estree-util-visit: 2.0.0 micromark-util-symbol: 2.0.0 @@ -24230,8 +23588,8 @@ snapshots: micromark@3.2.0: dependencies: - '@types/debug': 4.1.8 - debug: 4.3.5 + '@types/debug': 4.1.12 + debug: 4.3.7 decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 micromark-factory-space: 1.1.0 @@ -24252,8 +23610,8 @@ snapshots: micromark@4.0.0: dependencies: - '@types/debug': 4.1.8 - debug: 4.3.5 + '@types/debug': 4.1.12 + debug: 4.3.7 decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.1 @@ -24322,6 +23680,10 @@ snapshots: minimalistic-assert@1.0.1: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -24429,11 +23791,11 @@ snapshots: '@bundled-es-modules/cookie': 2.0.0 '@bundled-es-modules/statuses': 1.0.1 '@bundled-es-modules/tough-cookie': 0.1.6 - '@inquirer/confirm': 3.0.0 + '@inquirer/confirm': 3.2.0 '@mswjs/interceptors': 0.35.8 '@open-draft/until': 2.1.0 '@types/cookie': 0.6.0 - '@types/statuses': 2.0.4 + '@types/statuses': 2.0.5 chalk: 4.1.2 graphql: 16.9.0 headers-polyfill: 4.0.3 @@ -24484,7 +23846,7 @@ snapshots: '@next/env': 14.2.13 '@swc/helpers': 0.5.5 busboy: 1.6.0 - caniuse-lite: 1.0.30001638 + caniuse-lite: 1.0.30001664 graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.3.1 @@ -24508,8 +23870,8 @@ snapshots: nise@5.1.9: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 11.2.2 - '@sinonjs/text-encoding': 0.7.2 + '@sinonjs/fake-timers': 11.3.1 + '@sinonjs/text-encoding': 0.7.3 just-extend: 6.2.0 path-to-regexp: 6.3.0 @@ -24539,6 +23901,12 @@ snapshots: emojilib: 2.4.0 skin-tone: 2.0.0 + node-fetch@2.6.13(encoding@0.1.13): + dependencies: + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 @@ -24745,7 +24113,7 @@ snapshots: openai@4.64.0(encoding@0.1.13)(zod@3.23.8): dependencies: - '@types/node': 18.11.18 + '@types/node': 18.19.53 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -24888,11 +24256,11 @@ snapshots: pacote@17.0.7: dependencies: - '@npmcli/git': 5.0.3 - '@npmcli/installed-package-contents': 2.0.2 - '@npmcli/promise-spawn': 7.0.0 - '@npmcli/run-script': 7.0.2 - cacache: 18.0.1 + '@npmcli/git': 5.0.8 + '@npmcli/installed-package-contents': 2.1.0 + '@npmcli/promise-spawn': 7.0.2 + '@npmcli/run-script': 7.0.4 + cacache: 18.0.4 fs-minipass: 3.0.3 minipass: 7.1.2 npm-package-arg: 11.0.3 @@ -24940,7 +24308,7 @@ snapshots: parse-entities@4.0.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 character-entities: 2.0.2 character-entities-legacy: 3.0.0 character-reference-invalid: 2.0.1 @@ -24972,7 +24340,7 @@ snapshots: parse-latin@7.0.0: dependencies: '@types/nlcst': 2.0.3 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 nlcst-to-string: 4.0.0 unist-util-modify-children: 4.0.0 unist-util-visit-children: 3.0.0 @@ -25041,6 +24409,11 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 + path-scurry@2.0.0: + dependencies: + lru-cache: 11.0.1 + minipass: 7.1.2 + path-to-regexp@0.1.10: {} path-to-regexp@1.9.0: @@ -25061,7 +24434,7 @@ snapshots: periscopic@3.1.0: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-walker: 3.0.3 is-reference: 3.0.2 @@ -25099,8 +24472,6 @@ snapshots: dependencies: find-up: 3.0.0 - platform@1.3.6: {} - playwright-core@1.47.2: {} playwright@1.47.2: @@ -25141,7 +24512,9 @@ snapshots: postcss-colormin@6.1.0(postcss@8.4.47): dependencies: - browserslist: 4.23.1 + browserslist: 4.24.0 + caniuse-api: 3.0.0 + colord: 2.9.3 postcss: 8.4.47 postcss-value-parser: 4.2.0 @@ -25391,7 +24764,6 @@ snapshots: postcss-normalize-repeat-style@6.0.2(postcss@8.4.47): dependencies: - browserslist: 4.23.1 postcss: 8.4.47 postcss-value-parser: 4.2.0 @@ -25609,7 +24981,7 @@ snapshots: prism-react-renderer@2.4.0(react@18.3.1): dependencies: - '@types/prismjs': 1.26.3 + '@types/prismjs': 1.26.4 clsx: 2.1.1 react: 18.3.1 @@ -25740,7 +25112,7 @@ snapshots: dependencies: '@babel/code-frame': 7.24.7 address: 1.2.2 - browserslist: 4.23.1 + browserslist: 4.24.0 chalk: 4.1.2 cross-spawn: 7.0.3 detect-port-alt: 1.1.6 @@ -25797,7 +25169,7 @@ snapshots: react-helmet-async@1.3.0(react-dom@17.0.2(react@17.0.2))(react@17.0.2): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 @@ -25807,7 +25179,7 @@ snapshots: react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 invariant: 2.2.4 prop-types: 15.8.1 react: 18.3.1 @@ -25881,19 +25253,19 @@ snapshots: react-router-config@5.1.1(react-router@5.3.4(react@17.0.2))(react@17.0.2): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 react: 17.0.2 react-router: 5.3.4(react@17.0.2) react-router-config@5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 react: 18.3.1 react-router: 5.3.4(react@18.3.1) react-router-dom@5.3.4(react@17.0.2): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -25904,7 +25276,7 @@ snapshots: react-router-dom@5.3.4(react@18.3.1): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -25915,7 +25287,7 @@ snapshots: react-router@5.3.4(react@17.0.2): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -25928,7 +25300,7 @@ snapshots: react-router@5.3.4(react@18.3.1): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -25941,7 +25313,7 @@ snapshots: react-textarea-autosize@8.5.3(@types/react@18.3.9)(react@17.0.2): dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 react: 17.0.2 use-composed-ref: 1.3.0(react@17.0.2) use-latest: 1.2.1(@types/react@18.3.9)(react@17.0.2) @@ -25981,7 +25353,7 @@ snapshots: read-pkg@5.2.0: dependencies: - '@types/normalize-package-data': 2.4.1 + '@types/normalize-package-data': 2.4.4 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -26053,7 +25425,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.25.6 regex@4.3.2: {} @@ -26097,7 +25469,7 @@ snapshots: rehype-document@6.1.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hastscript: 7.2.0 unified: 10.1.2 @@ -26112,7 +25484,7 @@ snapshots: rehype-minify-attribute-whitespace@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 hast-util-is-event-handler: 2.0.0 @@ -26121,8 +25493,8 @@ snapshots: rehype-minify-css-style@3.0.0: dependencies: - '@types/hast': 2.3.4 - clean-css: 5.3.2 + '@types/hast': 2.3.10 + clean-css: 5.3.3 hast-util-from-string: 2.0.0 hast-util-is-css-style: 2.0.0 hast-util-to-string: 2.0.0 @@ -26131,7 +25503,7 @@ snapshots: rehype-minify-enumerated-attribute@4.1.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-select: 5.0.5 html-enumerated-attributes: 0.1.0 @@ -26142,7 +25514,7 @@ snapshots: rehype-minify-event-handler@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-event-handler: 2.0.0 uglify-js: 3.19.3 @@ -26151,7 +25523,7 @@ snapshots: rehype-minify-javascript-script@4.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-string: 2.0.0 hast-util-has-property: 2.0.1 hast-util-is-javascript: 2.0.0 @@ -26162,7 +25534,7 @@ snapshots: rehype-minify-javascript-url@4.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 html-url-attributes: 2.0.0 @@ -26172,7 +25544,7 @@ snapshots: rehype-minify-json-script@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-string: 2.0.0 hast-util-is-element: 2.1.3 hast-util-to-string: 2.0.0 @@ -26181,24 +25553,24 @@ snapshots: rehype-minify-language@2.0.0: dependencies: - '@types/hast': 2.3.4 - bcp-47-normalize: 2.2.0 + '@types/hast': 2.3.10 + bcp-47-normalize: 2.3.0 hast-util-has-property: 2.0.1 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-minify-media-attribute@3.0.0: dependencies: - '@types/hast': 2.3.4 - clean-css: 5.3.2 + '@types/hast': 2.3.10 + clean-css: 5.3.3 hast-util-is-element: 2.1.3 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-minify-meta-color@3.0.0: dependencies: - '@types/hast': 2.3.4 - clean-css: 5.3.2 + '@types/hast': 2.3.10 + clean-css: 5.3.3 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 unified: 10.1.2 @@ -26206,7 +25578,7 @@ snapshots: rehype-minify-meta-content@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 comma-separated-tokens: 2.0.3 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 @@ -26215,15 +25587,15 @@ snapshots: rehype-minify-style-attribute@3.0.0: dependencies: - '@types/hast': 2.3.4 - clean-css: 5.3.2 + '@types/hast': 2.3.10 + clean-css: 5.3.3 hast-util-has-property: 2.0.1 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-minify-whitespace@5.0.1: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-embedded: 2.0.1 hast-util-is-element: 2.1.3 hast-util-whitespace: 2.0.1 @@ -26232,7 +25604,7 @@ snapshots: rehype-normalize-attribute-value-case@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-element: 2.1.3 unified: 10.1.2 @@ -26240,7 +25612,7 @@ snapshots: rehype-parse@8.0.5: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-from-parse5: 7.1.2 parse5: 6.0.1 unified: 10.1.2 @@ -26279,7 +25651,7 @@ snapshots: rehype-raw@6.1.1: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-raw: 7.2.3 unified: 10.1.2 @@ -26291,21 +25663,21 @@ snapshots: rehype-remove-comments@5.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-conditional-comment: 2.0.0 unified: 10.1.2 unist-util-filter: 4.0.1 rehype-remove-duplicate-attribute-values@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-element: 2.1.3 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-remove-empty-attribute@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-element: 2.1.3 hast-util-is-event-handler: 2.0.0 unified: 10.1.2 @@ -26313,7 +25685,7 @@ snapshots: rehype-remove-external-script-content@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-has-property: 2.0.1 hast-util-is-javascript: 2.0.0 unified: 10.1.2 @@ -26328,14 +25700,14 @@ snapshots: rehype-remove-script-type-javascript@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-javascript: 2.0.0 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-remove-style-type-css@3.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-css-link: 2.0.0 hast-util-is-css-style: 2.0.0 unified: 10.1.2 @@ -26343,14 +25715,14 @@ snapshots: rehype-sort-attribute-values@4.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-is-element: 2.1.3 unified: 10.1.2 unist-util-visit: 4.1.2 rehype-sort-attributes@4.0.0: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 unified: 10.1.2 unist-util-visit: 4.1.2 @@ -26362,13 +25734,13 @@ snapshots: rehype-stringify@9.0.4: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 hast-util-to-html: 8.0.4 unified: 10.1.2 rehype@12.0.1: dependencies: - '@types/hast': 2.3.4 + '@types/hast': 2.3.10 rehype-parse: 8.0.5 rehype-stringify: 9.0.4 unified: 10.1.2 @@ -26418,7 +25790,7 @@ snapshots: remark-gfm@3.0.1: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-gfm: 2.0.2 micromark-extension-gfm: 2.0.3 unified: 10.1.2 @@ -26458,7 +25830,7 @@ snapshots: remark-parse@10.0.2: dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-from-markdown: 1.3.1 unified: 10.1.2 transitivePeerDependencies: @@ -26494,8 +25866,8 @@ snapshots: remark-rehype@10.1.0: dependencies: - '@types/hast': 2.3.4 - '@types/mdast': 3.0.11 + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 mdast-util-to-hast: 12.3.0 unified: 10.1.2 @@ -26568,6 +25940,11 @@ snapshots: glob: 10.4.5 walk-up-path: 3.0.1 + resolve-import@2.0.0: + dependencies: + glob: 11.0.0 + walk-up-path: 4.0.0 + resolve-pathname@3.0.0: {} resolve-pkg-maps@1.0.0: {} @@ -26613,7 +25990,7 @@ snapshots: retext-latin@3.1.0: dependencies: - '@types/nlcst': 1.0.0 + '@types/nlcst': 1.0.4 parse-latin: 5.0.1 unherit: 3.0.1 unified: 10.1.2 @@ -26626,7 +26003,7 @@ snapshots: retext-smartypants@5.2.0: dependencies: - '@types/nlcst': 1.0.0 + '@types/nlcst': 1.0.4 nlcst-to-string: 3.1.1 unified: 10.1.2 unist-util-visit: 4.1.2 @@ -26639,7 +26016,7 @@ snapshots: retext-stringify@3.1.0: dependencies: - '@types/nlcst': 1.0.0 + '@types/nlcst': 1.0.4 nlcst-to-string: 3.1.1 unified: 10.1.2 @@ -26651,7 +26028,7 @@ snapshots: retext@8.1.0: dependencies: - '@types/nlcst': 1.0.0 + '@types/nlcst': 1.0.4 retext-latin: 3.1.0 retext-stringify: 3.1.0 unified: 10.1.2 @@ -26679,6 +26056,11 @@ snapshots: dependencies: glob: 10.4.5 + rimraf@6.0.1: + dependencies: + glob: 11.0.0 + package-json-from-dist: 1.0.0 + rollup@3.29.5: optionalDependencies: fsevents: 2.3.3 @@ -26811,6 +26193,8 @@ snapshots: extend-shallow: 2.0.1 kind-of: 6.0.3 + seedrandom@3.0.5: {} + selderee@0.11.0: dependencies: parseley: 0.12.1 @@ -26980,13 +26364,7 @@ snapshots: shiki@0.14.7: dependencies: - jsonc-parser: 3.3.1 - vscode-oniguruma: 1.7.0 - vscode-textmate: 6.0.0 - - shiki@0.14.7: - dependencies: - ansi-sequence-parser: 1.1.0 + ansi-sequence-parser: 1.1.1 jsonc-parser: 3.3.1 vscode-oniguruma: 1.7.0 vscode-textmate: 8.0.0 @@ -27034,7 +26412,7 @@ snapshots: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -27045,8 +26423,8 @@ snapshots: sinon@17.0.2: dependencies: '@sinonjs/commons': 3.0.1 - '@sinonjs/fake-timers': 11.2.2 - '@sinonjs/samsam': 8.0.0 + '@sinonjs/fake-timers': 11.3.1 + '@sinonjs/samsam': 8.0.2 diff: 5.2.0 nise: 5.1.9 supports-color: 7.2.0 @@ -27076,12 +26454,6 @@ snapshots: slash@5.1.0: {} - slice-ansi@4.0.0: - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - slice-ansi@5.0.0: dependencies: ansi-styles: 6.2.1 @@ -27110,7 +26482,7 @@ snapshots: socks-proxy-agent@8.0.4: dependencies: agent-base: 7.1.1 - debug: 4.3.5 + debug: 4.3.7 socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -27169,7 +26541,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.3.5 + debug: 4.3.7 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -27180,7 +26552,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.7 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -27333,7 +26705,7 @@ snapshots: strip-ansi@7.1.0: dependencies: - ansi-regex: 6.0.1 + ansi-regex: 6.1.0 strip-bom-string@1.0.0: {} @@ -27381,7 +26753,7 @@ snapshots: stylehacks@5.1.1(postcss@8.4.47): dependencies: - browserslist: 4.23.1 + browserslist: 4.24.0 postcss: 8.4.47 postcss-selector-parser: 6.1.2 @@ -27455,6 +26827,14 @@ snapshots: path-scurry: 1.11.1 rimraf: 5.0.10 + sync-content@2.0.1: + dependencies: + glob: 11.0.0 + mkdirp: 3.0.1 + path-scurry: 2.0.0 + rimraf: 6.0.1 + tshy: 3.0.2 + synckit@0.8.8: dependencies: '@pkgr/core': 0.1.1 @@ -27492,7 +26872,7 @@ snapshots: tap-mocha-reporter@5.0.4: dependencies: color-support: 1.1.3 - debug: 4.3.5 + debug: 4.3.7 diff: 4.0.2 escape-string-regexp: 2.0.0 glob: 7.2.3 @@ -27557,41 +26937,6 @@ snapshots: - typescript - utf-8-validate - tap@18.8.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.2): - dependencies: - '@tapjs/after': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/after-each': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/asserts': 1.2.0(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/before': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/before-each': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/core': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/filter': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/fixture': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/intercept': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/mock': 1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/node-serialize': 1.3.4(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/run': 1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(@types/react@18.3.9)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/snapshot': 1.2.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/spawn': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/stdin': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@tapjs/test': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tapjs/typescript': 1.4.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/node@22.7.2)(typescript@5.6.2) - '@tapjs/worker': 1.1.22(@tapjs/core@1.5.4(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - resolve-import: 1.4.6 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - '@types/react' - - bluebird - - bufferutil - - react - - react-devtools-core - - react-dom - - supports-color - - typescript - - utf-8-validate - tapable@1.1.3: {} tapable@2.2.1: {} @@ -27651,8 +26996,8 @@ snapshots: terser@5.33.0: dependencies: - '@jridgewell/source-map': 0.3.3 - acorn: 8.12.0 + '@jridgewell/source-map': 0.3.6 + acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -27822,7 +27167,7 @@ snapshots: tsconfig-resolver@3.0.1: dependencies: '@types/json5': 0.0.30 - '@types/resolve': 1.20.2 + '@types/resolve': 1.20.6 json5: 2.2.3 resolve: 1.22.8 strip-bom: 4.0.0 @@ -27852,14 +27197,9 @@ snapshots: typescript: 5.6.2 walk-up-path: 3.0.1 - tslib@1.14.1: {} - - tslib@2.7.0: {} - - tsup@7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2))(typescript@5.6.2): + tshy@3.0.2: dependencies: - bundle-require: 4.2.1(esbuild@0.19.12) - cac: 6.7.14 + chalk: 5.3.0 chokidar: 3.6.0 foreground-child: 3.3.0 minimatch: 10.0.1 @@ -27873,35 +27213,9 @@ snapshots: tslib@1.14.1: {} - tslib@2.6.2: {} - tslib@2.7.0: {} - tsup@7.2.0(@swc/core@1.3.27)(postcss@8.4.47)(ts-node@10.9.1(@swc/core@1.3.27)(@types/node@20.11.19)(typescript@5.6.2))(typescript@5.6.2): - dependencies: - bundle-require: 4.0.2(esbuild@0.18.20) - cac: 6.7.14 - chokidar: 3.5.3 - debug: 4.3.4 - esbuild: 0.18.20 - execa: 5.1.1 - globby: 11.1.0 - joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2)) - resolve-from: 5.0.0 - rollup: 3.29.5 - source-map: 0.8.0-beta.0 - sucrase: 3.35.0 - tree-kill: 1.2.2 - optionalDependencies: - '@swc/core': 1.7.28(@swc/helpers@0.5.5) - postcss: 8.4.47 - typescript: 5.6.2 - transitivePeerDependencies: - - supports-color - - ts-node - - tsup@7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2))(typescript@5.6.2): + tsup@7.3.0(@swc/core@1.7.28(@swc/helpers@0.5.5))(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2))(typescript@5.6.2): dependencies: bundle-require: 4.2.1(esbuild@0.19.12) cac: 6.7.14 @@ -27911,7 +27225,7 @@ snapshots: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@22.7.2)(typescript@5.6.2)) + postcss-load-config: 4.0.2(postcss@8.4.47)(ts-node@10.9.2(@swc/core@1.7.28(@swc/helpers@0.5.5))(@types/node@20.16.9)(typescript@5.6.2)) resolve-from: 5.0.0 rollup: 4.22.4 source-map: 0.8.0-beta.0 @@ -27948,7 +27262,7 @@ snapshots: tuf-js@2.2.1: dependencies: '@tufjs/models': 2.0.1 - debug: 4.3.5 + debug: 4.3.7 make-fetch-happen: 13.0.1 transitivePeerDependencies: - supports-color @@ -28118,7 +27432,7 @@ snapshots: unified@10.1.2: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 bail: 2.0.2 extend: 3.0.2 is-buffer: 2.0.5 @@ -28128,7 +27442,7 @@ snapshots: unified@11.0.5: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 bail: 2.0.2 devlop: 1.1.0 extend: 3.0.2 @@ -28138,7 +27452,7 @@ snapshots: unified@9.2.0: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -28148,7 +27462,7 @@ snapshots: unified@9.2.2: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -28176,13 +27490,13 @@ snapshots: unist-util-filter@4.0.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 unist-util-find-after@5.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-is: 6.0.0 unist-util-generated@1.1.6: {} @@ -28197,16 +27511,16 @@ snapshots: unist-util-is@6.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-modify-children@3.1.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 array-iterate: 2.0.1 unist-util-modify-children@4.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 array-iterate: 2.0.1 unist-util-position-from-estree@2.0.0: @@ -28221,7 +27535,7 @@ snapshots: unist-util-position@5.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-remove-position@2.0.1: dependencies: @@ -28229,7 +27543,7 @@ snapshots: unist-util-remove-position@5.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-visit: 5.0.0 unist-util-remove@2.1.0: @@ -28246,7 +27560,7 @@ snapshots: unist-util-stringify-position@4.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-visit-children@2.0.2: dependencies: @@ -28258,34 +27572,34 @@ snapshots: unist-util-visit-parents@3.1.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-is: 4.1.0 unist-util-visit-parents@5.1.3: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-is: 5.2.1 unist-util-visit-parents@6.0.1: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-is: 6.0.0 unist-util-visit@2.0.3: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 unist-util-visit@4.1.2: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 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 + '@types/unist': 3.0.3 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 @@ -28297,7 +27611,7 @@ snapshots: update-browserslist-db@1.1.0(browserslist@4.24.0): dependencies: - browserslist: 4.23.1 + browserslist: 4.24.0 escalade: 3.2.0 picocolors: 1.1.0 @@ -28408,7 +27722,7 @@ snapshots: v8-to-istanbul@9.3.0: dependencies: '@jridgewell/trace-mapping': 0.3.25 - '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 validate-npm-package-license@3.0.4: @@ -28428,46 +27742,46 @@ snapshots: vfile-location@4.1.0: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 vfile: 5.3.7 vfile-location@5.0.3: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 vfile: 6.0.3 vfile-message@2.0.4: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-stringify-position: 2.0.3 vfile-message@3.1.4: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 unist-util-stringify-position: 3.0.3 vfile-message@4.0.2: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-stringify-position: 4.0.0 vfile@4.2.1: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 is-buffer: 2.0.5 unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 vfile@5.3.7: dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.11 is-buffer: 2.0.5 unist-util-stringify-position: 3.0.3 vfile-message: 3.1.4 vfile@6.0.3: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 vfile-message: 4.0.2 vite@4.5.5(@types/node@20.16.9)(terser@5.33.0): @@ -28713,6 +28027,8 @@ snapshots: walk-up-path@3.0.1: {} + walk-up-path@4.0.0: {} + watchpack@2.4.2: dependencies: glob-to-regexp: 0.4.1 @@ -28741,8 +28057,8 @@ snapshots: webpack-bundle-analyzer@4.10.2: dependencies: '@discoveryjs/json-ext': 0.5.7 - acorn: 8.12.0 - acorn-walk: 8.2.0 + acorn: 8.12.1 + acorn-walk: 8.3.4 commander: 7.2.0 debounce: 1.2.1 escape-string-regexp: 4.0.0 @@ -28767,15 +28083,15 @@ snapshots: webpack-dev-server@4.15.2(webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5))): dependencies: - '@types/bonjour': 3.5.10 - '@types/connect-history-api-fallback': 1.5.0 - '@types/express': 4.17.17 - '@types/serve-index': 1.9.1 - '@types/serve-static': 1.15.1 - '@types/sockjs': 0.3.33 - '@types/ws': 8.5.5 + '@types/bonjour': 3.5.13 + '@types/connect-history-api-fallback': 1.5.4 + '@types/express': 4.17.21 + '@types/serve-index': 1.9.4 + '@types/serve-static': 1.15.7 + '@types/sockjs': 0.3.36 + '@types/ws': 8.5.12 ansi-html-community: 0.0.8 - bonjour-service: 1.1.1 + bonjour-service: 1.2.1 chokidar: 3.6.0 colorette: 2.0.20 compression: 1.7.4 @@ -28784,7 +28100,7 @@ snapshots: express: 4.21.0 graceful-fs: 4.2.11 html-entities: 2.5.2 - http-proxy-middleware: 2.0.6(@types/express@4.17.17) + http-proxy-middleware: 2.0.6(@types/express@4.17.21) ipaddr.js: 2.2.0 launch-editor: 2.9.1 open: 8.4.2 @@ -28815,14 +28131,14 @@ snapshots: webpack@5.95.0(@swc/core@1.7.28(@swc/helpers@0.5.5)): dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 '@webassemblyjs/ast': 1.12.1 '@webassemblyjs/wasm-edit': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 - acorn: 8.12.0 - acorn-import-attributes: 1.9.5(acorn@8.12.0) - browserslist: 4.23.1 - chrome-trace-event: 1.0.3 + acorn: 8.12.1 + acorn-import-attributes: 1.9.5(acorn@8.12.1) + browserslist: 4.24.0 + chrome-trace-event: 1.0.4 enhanced-resolve: 5.17.1 es-module-lexer: 1.5.4 eslint-scope: 5.1.1