summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-04-30 12:00:05 +0800
committerGravatar GitHub <noreply@github.com> 2024-04-30 12:00:05 +0800
commit05d58eff075c904cdab85fe315ee4f5820060d00 (patch)
treecc1e7b60380528b589a16a737f2fe87f0d79bb44
parent00eda992e1fa323ca0c7fe8b18467ed947f1869d (diff)
downloadastro-05d58eff075c904cdab85fe315ee4f5820060d00.tar.gz
astro-05d58eff075c904cdab85fe315ee4f5820060d00.tar.zst
astro-05d58eff075c904cdab85fe315ee4f5820060d00.zip
fix(deps): update all non-major dependencies (#10901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--package.json6
-rw-r--r--packages/astro/e2e/fixtures/astro-envs/package.json2
-rw-r--r--packages/astro/e2e/fixtures/client-only/package.json8
-rw-r--r--packages/astro/e2e/fixtures/custom-client-directives/package.json4
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json8
-rw-r--r--packages/astro/e2e/fixtures/multiple-frameworks/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-in-preact/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-in-react/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-in-solid/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-in-svelte/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-in-vue/package.json8
-rw-r--r--packages/astro/e2e/fixtures/nested-recursive/package.json8
-rw-r--r--packages/astro/e2e/fixtures/pass-js/package.json4
-rw-r--r--packages/astro/e2e/fixtures/react-component/package.json4
-rw-r--r--packages/astro/e2e/fixtures/solid-circular/package.json2
-rw-r--r--packages/astro/e2e/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/e2e/fixtures/solid-recurse/package.json2
-rw-r--r--packages/astro/e2e/fixtures/ts-resolution/package.json4
-rw-r--r--packages/astro/e2e/fixtures/view-transitions/package.json6
-rw-r--r--packages/astro/e2e/fixtures/vue-component/package.json2
-rw-r--r--packages/astro/package.json22
-rw-r--r--packages/astro/performance/fixtures/md/package.json8
-rw-r--r--packages/astro/performance/fixtures/mdoc/package.json8
-rw-r--r--packages/astro/performance/fixtures/mdx/package.json8
-rw-r--r--packages/astro/performance/fixtures/utils/package.json4
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/react/package.json8
-rw-r--r--packages/integrations/sitemap/package.json2
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vue/package.json4
-rw-r--r--packages/markdown/remark/package.json4
-rw-r--r--pnpm-lock.yaml1173
36 files changed, 745 insertions, 620 deletions
diff --git a/package.json b/package.json
index 04e54268e..af96bbd38 100644
--- a/package.json
+++ b/package.json
@@ -59,7 +59,7 @@
"@eslint/eslintrc": "^3.0.2",
"@types/node": "^18.17.8",
"esbuild": "^0.20.2",
- "eslint": "^9.1.0",
+ "eslint": "^9.1.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.5.0",
"globby": "^14.0.1",
@@ -68,9 +68,9 @@
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"tiny-glob": "^0.2.9",
- "turbo": "^1.13.2",
+ "turbo": "^1.13.3",
"typescript": "~5.4.5",
- "typescript-eslint": "^7.7.0"
+ "typescript-eslint": "^7.8.0"
},
"pnpm": {
"packageExtensions": {
diff --git a/packages/astro/e2e/fixtures/astro-envs/package.json b/packages/astro/e2e/fixtures/astro-envs/package.json
index 6e07d8cf5..a9487aeef 100644
--- a/packages/astro/e2e/fixtures/astro-envs/package.json
+++ b/packages/astro/e2e/fixtures/astro-envs/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json
index 078c31719..1c185f399 100644
--- a/packages/astro/e2e/fixtures/client-only/package.json
+++ b/packages/astro/e2e/fixtures/client-only/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/custom-client-directives/package.json b/packages/astro/e2e/fixtures/custom-client-directives/package.json
index 6325e8f64..4da681d10 100644
--- a/packages/astro/e2e/fixtures/custom-client-directives/package.json
+++ b/packages/astro/e2e/fixtures/custom-client-directives/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index 68a1ad073..cdf76d371 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -10,11 +10,11 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"sass": "^1.75.0",
- "solid-js": "^1.8.16",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
index c9f12751c..34b6a3061 100644
--- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json
+++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
@@ -15,10 +15,10 @@
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.1.3",
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json
index aa1315cd9..c0d5588eb 100644
--- a/packages/astro/e2e/fixtures/nested-in-preact/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json
index c9ed18e1b..6bc34530c 100644
--- a/packages/astro/e2e/fixtures/nested-in-react/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-react/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json
index bd892aead..8bdcf8501 100644
--- a/packages/astro/e2e/fixtures/nested-in-solid/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
index 4977ec5fa..6318aa659 100644
--- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json
index 257a5da50..dd34455ee 100644
--- a/packages/astro/e2e/fixtures/nested-in-vue/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json
@@ -12,10 +12,10 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json
index c393c57a8..06f4cedaa 100644
--- a/packages/astro/e2e/fixtures/nested-recursive/package.json
+++ b/packages/astro/e2e/fixtures/nested-recursive/package.json
@@ -12,11 +12,11 @@
},
"dependencies": {
"preact": "^10.20.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "solid-js": "^1.8.16",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "solid-js": "^1.8.17",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
},
"scripts": {
"dev": "astro dev"
diff --git a/packages/astro/e2e/fixtures/pass-js/package.json b/packages/astro/e2e/fixtures/pass-js/package.json
index 676ba1bf1..eef5f0408 100644
--- a/packages/astro/e2e/fixtures/pass-js/package.json
+++ b/packages/astro/e2e/fixtures/pass-js/package.json
@@ -7,7 +7,7 @@
"astro": "workspace:*"
},
"dependencies": {
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/e2e/fixtures/react-component/package.json b/packages/astro/e2e/fixtures/react-component/package.json
index c430619c6..bd52c6dca 100644
--- a/packages/astro/e2e/fixtures/react-component/package.json
+++ b/packages/astro/e2e/fixtures/react-component/package.json
@@ -6,7 +6,7 @@
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
"@astrojs/mdx": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-circular/package.json b/packages/astro/e2e/fixtures/solid-circular/package.json
index 5db061096..02538e47d 100644
--- a/packages/astro/e2e/fixtures/solid-circular/package.json
+++ b/packages/astro/e2e/fixtures/solid-circular/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
- "solid-js": "^1.8.16"
+ "solid-js": "^1.8.17"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-component/package.json b/packages/astro/e2e/fixtures/solid-component/package.json
index d94de0981..e5a820f47 100644
--- a/packages/astro/e2e/fixtures/solid-component/package.json
+++ b/packages/astro/e2e/fixtures/solid-component/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
- "solid-js": "^1.8.16"
+ "solid-js": "^1.8.17"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-recurse/package.json b/packages/astro/e2e/fixtures/solid-recurse/package.json
index 1b6cc32cf..d5f2ef2ca 100644
--- a/packages/astro/e2e/fixtures/solid-recurse/package.json
+++ b/packages/astro/e2e/fixtures/solid-recurse/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
- "solid-js": "^1.8.16"
+ "solid-js": "^1.8.17"
}
}
diff --git a/packages/astro/e2e/fixtures/ts-resolution/package.json b/packages/astro/e2e/fixtures/ts-resolution/package.json
index 51b7bdae1..1d67716d0 100644
--- a/packages/astro/e2e/fixtures/ts-resolution/package.json
+++ b/packages/astro/e2e/fixtures/ts-resolution/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json
index f49c03d04..b1e74a1c3 100644
--- a/packages/astro/e2e/fixtures/view-transitions/package.json
+++ b/packages/astro/e2e/fixtures/view-transitions/package.json
@@ -8,9 +8,9 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"svelte": "^4.2.15",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/e2e/fixtures/vue-component/package.json b/packages/astro/e2e/fixtures/vue-component/package.json
index 12358c252..75b07639d 100644
--- a/packages/astro/e2e/fixtures/vue-component/package.json
+++ b/packages/astro/e2e/fixtures/vue-component/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 47528cdc5..07cb5f636 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -119,12 +119,12 @@
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
- "@babel/core": "^7.24.4",
- "@babel/generator": "^7.24.4",
- "@babel/parser": "^7.24.4",
+ "@babel/core": "^7.24.5",
+ "@babel/generator": "^7.24.5",
+ "@babel/parser": "^7.24.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
- "@babel/traverse": "^7.24.1",
- "@babel/types": "^7.24.0",
+ "@babel/traverse": "^7.24.5",
+ "@babel/types": "^7.24.5",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
"acorn": "^8.11.3",
@@ -133,7 +133,7 @@
"boxen": "^7.1.1",
"chokidar": "^3.6.0",
"ci-info": "^4.0.0",
- "clsx": "^2.1.0",
+ "clsx": "^2.1.1",
"common-ancestor-path": "^1.0.1",
"cookie": "^0.6.0",
"cssesc": "^3.0.0",
@@ -143,7 +143,7 @@
"diff": "^5.2.0",
"dlv": "^1.1.3",
"dset": "^3.1.3",
- "es-module-lexer": "^1.5.0",
+ "es-module-lexer": "^1.5.2",
"esbuild": "^0.20.2",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
@@ -176,8 +176,8 @@
"vitefu": "^0.2.5",
"which-pm": "^2.1.1",
"yargs-parser": "^21.1.1",
- "zod": "^3.23.0",
- "zod-to-json-schema": "^3.22.5"
+ "zod": "^3.23.5",
+ "zod-to-json-schema": "^3.23.0"
},
"optionalDependencies": {
"sharp": "^0.33.3"
@@ -209,14 +209,14 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"eol": "^0.9.1",
- "memfs": "^4.8.2",
+ "memfs": "^4.9.1",
"node-mocks-http": "^1.14.1",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
- "rollup": "^4.16.1",
+ "rollup": "^4.17.1",
"sass": "^1.75.0",
"srcset-parse": "^1.1.0",
"unified": "^11.0.4"
diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json
index c6963f879..39eb25838 100644
--- a/packages/astro/performance/fixtures/md/package.json
+++ b/packages/astro/performance/fixtures/md/package.json
@@ -16,10 +16,10 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.2.79",
- "@types/react-dom": "^18.2.25",
+ "@types/react": "^18.3.1",
+ "@types/react-dom": "^18.3.0",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json
index 46bf89fb9..55658b2e7 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -17,10 +17,10 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.2.79",
- "@types/react-dom": "^18.2.25",
+ "@types/react": "^18.3.1",
+ "@types/react-dom": "^18.3.0",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json
index 889b2fd4d..168e44f52 100644
--- a/packages/astro/performance/fixtures/mdx/package.json
+++ b/packages/astro/performance/fixtures/mdx/package.json
@@ -17,10 +17,10 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.2.79",
- "@types/react-dom": "^18.2.25",
+ "@types/react": "^18.3.1",
+ "@types/react-dom": "^18.3.0",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/performance/fixtures/utils/package.json b/packages/astro/performance/fixtures/utils/package.json
index 721cadad9..a39400440 100644
--- a/packages/astro/performance/fixtures/utils/package.json
+++ b/packages/astro/performance/fixtures/utils/package.json
@@ -10,8 +10,8 @@
"license": "unlicensed",
"devDependencies": {
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
},
"exports": {
".": "./index.ts"
diff --git a/packages/db/package.json b/packages/db/package.json
index ac6b8a805..827558c7a 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -82,7 +82,7 @@
"prompts": "^2.4.2",
"strip-ansi": "^7.1.0",
"yargs-parser": "^21.1.1",
- "zod": "^3.23.0"
+ "zod": "^3.23.5"
},
"devDependencies": {
"@types/chai": "^4.3.14",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index acb7720eb..5d955e18f 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -71,7 +71,7 @@
"gray-matter": "^4.0.3",
"htmlparser2": "^9.1.0",
"kleur": "^4.1.5",
- "zod": "^3.23.0"
+ "zod": "^3.23.5"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index cb3016167..8eb0bce21 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -36,7 +36,7 @@
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.0.1",
"acorn": "^8.11.3",
- "es-module-lexer": "^1.5.0",
+ "es-module-lexer": "^1.5.2",
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
@@ -44,7 +44,7 @@
"kleur": "^4.1.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
- "remark-smartypants": "^3.0.0",
+ "remark-smartypants": "^3.0.1",
"source-map": "^0.7.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 74381e85f..05b8ce834 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -32,7 +32,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@builder.io/partytown": "^0.10.1",
+ "@builder.io/partytown": "^0.10.2",
"mrmime": "^2.0.0"
},
"devDependencies": {
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index a3213503a..ba7bbae81 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -50,13 +50,13 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.2.79",
- "@types/react-dom": "^18.2.25",
+ "@types/react": "^18.3.1",
+ "@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"vite": "^5.2.10"
},
"peerDependencies": {
diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json
index e261375a8..d39931c71 100644
--- a/packages/integrations/sitemap/package.json
+++ b/packages/integrations/sitemap/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"sitemap": "^7.1.1",
"stream-replace-string": "^2.0.0",
- "zod": "^3.23.0"
+ "zod": "^3.23.5"
},
"devDependencies": {
"@astrojs/node": "workspace:*",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 852fa9174..8bfc28aec 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -40,7 +40,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.8.16"
+ "solid-js": "^1.8.17"
},
"peerDependencies": {
"solid-js": "^1.8.5"
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index a7e2c3f16..c236d820a 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -43,7 +43,7 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
- "svelte2tsx": "^0.7.6"
+ "svelte2tsx": "^0.7.7"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 4708400a8..102d102ba 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -42,7 +42,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/compiler-sfc": "^3.4.23"
+ "@vue/compiler-sfc": "^3.4.26"
},
"devDependencies": {
"astro": "workspace:*",
@@ -50,7 +50,7 @@
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.16.11",
"vite": "^5.2.10",
- "vue": "^3.4.23"
+ "vue": "^3.4.26"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 16da69b01..ee52732e7 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -38,14 +38,14 @@
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-to-text": "^4.0.2",
- "import-meta-resolve": "^4.0.0",
+ "import-meta-resolve": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
- "remark-smartypants": "^3.0.0",
+ "remark-smartypants": "^3.0.1",
"shiki": "^1.3.0",
"unified": "^11.0.4",
"unist-util-remove-position": "^5.0.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0deccf78f..aac8da8c9 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -40,14 +40,14 @@ importers:
specifier: ^0.20.2
version: 0.20.2
eslint:
- specifier: ^9.1.0
- version: 9.1.0
+ specifier: ^9.1.1
+ version: 9.1.1
eslint-plugin-no-only-tests:
specifier: ^3.1.0
version: 3.1.0
eslint-plugin-regexp:
specifier: ^2.5.0
- version: 2.5.0(eslint@9.1.0)
+ version: 2.5.0(eslint@9.1.1)
globby:
specifier: ^14.0.1
version: 14.0.1
@@ -67,14 +67,14 @@ importers:
specifier: ^0.2.9
version: 0.2.9
turbo:
- specifier: ^1.13.2
- version: 1.13.2
+ specifier: ^1.13.3
+ version: 1.13.3
typescript:
specifier: ~5.4.5
version: 5.4.5
typescript-eslint:
- specifier: ^7.7.0
- version: 7.7.0(eslint@9.1.0)(typescript@5.4.5)
+ specifier: ^7.8.0
+ version: 7.8.0(eslint@9.1.1)(typescript@5.4.5)
benchmark:
dependencies:
@@ -516,23 +516,23 @@ importers:
specifier: workspace:*
version: link:../telemetry
'@babel/core':
- specifier: ^7.24.4
- version: 7.24.4
+ specifier: ^7.24.5
+ version: 7.24.5
'@babel/generator':
- specifier: ^7.24.4
- version: 7.24.4
+ specifier: ^7.24.5
+ version: 7.24.5
'@babel/parser':
- specifier: ^7.24.4
- version: 7.24.4
+ specifier: ^7.24.5
+ version: 7.24.5
'@babel/plugin-transform-react-jsx':
specifier: ^7.23.4
- version: 7.23.4(@babel/core@7.24.4)
+ version: 7.23.4(@babel/core@7.24.5)
'@babel/traverse':
- specifier: ^7.24.1
- version: 7.24.1
+ specifier: ^7.24.5
+ version: 7.24.5
'@babel/types':
- specifier: ^7.24.0
- version: 7.24.0
+ specifier: ^7.24.5
+ version: 7.24.5
'@types/babel__core':
specifier: ^7.20.5
version: 7.20.5
@@ -558,8 +558,8 @@ importers:
specifier: ^4.0.0
version: 4.0.0
clsx:
- specifier: ^2.1.0
- version: 2.1.0
+ specifier: ^2.1.1
+ version: 2.1.1
common-ancestor-path:
specifier: ^1.0.1
version: 1.0.1
@@ -588,8 +588,8 @@ importers:
specifier: ^3.1.3
version: 3.1.3
es-module-lexer:
- specifier: ^1.5.0
- version: 1.5.0
+ specifier: ^1.5.2
+ version: 1.5.2
esbuild:
specifier: ^0.20.2
version: 0.20.2
@@ -687,11 +687,11 @@ importers:
specifier: ^21.1.1
version: 21.1.1
zod:
- specifier: ^3.23.0
- version: 3.23.0
+ specifier: ^3.23.5
+ version: 3.23.5
zod-to-json-schema:
- specifier: ^3.22.5
- version: 3.22.5(zod@3.23.0)
+ specifier: ^3.23.0
+ version: 3.23.0(zod@3.23.5)
optionalDependencies:
sharp:
specifier: ^0.33.3
@@ -776,8 +776,8 @@ importers:
specifier: ^0.9.1
version: 0.9.1
memfs:
- specifier: ^4.8.2
- version: 4.8.2
+ specifier: ^4.9.1
+ version: 4.9.1
node-mocks-http:
specifier: ^1.14.1
version: 1.14.1
@@ -797,8 +797,8 @@ importers:
specifier: ^0.1.2
version: 0.1.2
rollup:
- specifier: ^4.16.1
- version: 4.16.1
+ specifier: ^4.17.1
+ version: 4.17.1
sass:
specifier: ^1.75.0
version: 1.75.0
@@ -874,8 +874,8 @@ importers:
specifier: workspace:*
version: link:../../..
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
packages/astro/e2e/fixtures/client-only:
dependencies:
@@ -883,20 +883,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -941,11 +941,11 @@ importers:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/e2e/fixtures/dev-toolbar:
dependencies:
@@ -1004,23 +1004,23 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
sass:
specifier: ^1.75.0
version: 1.75.0
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
packages/astro/e2e/fixtures/hmr:
devDependencies:
@@ -1076,20 +1076,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/lit':
specifier: workspace:*
@@ -1135,20 +1135,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1175,20 +1175,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1215,20 +1215,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1255,20 +1255,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1295,20 +1295,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1335,20 +1335,20 @@ importers:
specifier: ^10.20.2
version: 10.20.2
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1378,11 +1378,11 @@ importers:
packages/astro/e2e/fixtures/pass-js:
dependencies:
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
devDependencies:
'@astrojs/react':
specifier: workspace:*
@@ -1451,11 +1451,11 @@ importers:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/e2e/fixtures/solid-circular:
dependencies:
@@ -1467,8 +1467,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
packages/astro/e2e/fixtures/solid-component:
dependencies:
@@ -1482,8 +1482,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
packages/astro/e2e/fixtures/solid-recurse:
dependencies:
@@ -1495,8 +1495,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
packages/astro/e2e/fixtures/svelte-component:
dependencies:
@@ -1540,11 +1540,11 @@ importers:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/e2e/fixtures/view-transitions:
dependencies:
@@ -1564,17 +1564,17 @@ importers:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
svelte:
specifier: ^4.2.15
version: 4.2.15
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
packages/astro/e2e/fixtures/vue-component:
dependencies:
@@ -1588,8 +1588,8 @@ importers:
specifier: workspace:*
version: link:../../..
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
packages/astro/performance:
devDependencies:
@@ -1612,20 +1612,20 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.2.79
- version: 18.2.79
+ specifier: ^18.3.1
+ version: 18.3.1
'@types/react-dom':
- specifier: ^18.2.25
- version: 18.2.25
+ specifier: ^18.3.0
+ version: 18.3.0
astro:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/performance/fixtures/mdoc:
dependencies:
@@ -1639,20 +1639,20 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.2.79
- version: 18.2.79
+ specifier: ^18.3.1
+ version: 18.3.1
'@types/react-dom':
- specifier: ^18.2.25
- version: 18.2.25
+ specifier: ^18.3.0
+ version: 18.3.0
astro:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/performance/fixtures/mdx:
dependencies:
@@ -1666,20 +1666,20 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.2.79
- version: 18.2.79
+ specifier: ^18.3.1
+ version: 18.3.1
'@types/react-dom':
- specifier: ^18.2.25
- version: 18.2.25
+ specifier: ^18.3.0
+ version: 18.3.0
astro:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/performance/fixtures/utils:
devDependencies:
@@ -1687,11 +1687,11 @@ importers:
specifier: workspace:*
version: link:../../..
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
packages/astro/test/fixtures/0-css:
dependencies:
@@ -3905,8 +3905,8 @@ importers:
specifier: ^21.1.1
version: 21.1.1
zod:
- specifier: ^3.23.0
- version: 3.23.0
+ specifier: ^3.23.5
+ version: 3.23.5
devDependencies:
'@types/chai':
specifier: ^4.3.14
@@ -4203,8 +4203,8 @@ importers:
specifier: ^4.1.5
version: 4.1.5
zod:
- specifier: ^3.23.0
- version: 3.23.0
+ specifier: ^3.23.5
+ version: 3.23.5
devDependencies:
'@types/html-escaper':
specifier: ^3.0.2
@@ -4372,8 +4372,8 @@ importers:
specifier: ^8.11.3
version: 8.11.3
es-module-lexer:
- specifier: ^1.5.0
- version: 1.5.0
+ specifier: ^1.5.2
+ version: 1.5.2
estree-util-visit:
specifier: ^2.0.0
version: 2.0.0
@@ -4396,8 +4396,8 @@ importers:
specifier: ^4.0.0
version: 4.0.0
remark-smartypants:
- specifier: ^3.0.0
- version: 3.0.0
+ specifier: ^3.0.1
+ version: 3.0.1
source-map:
specifier: ^0.7.4
version: 0.7.4
@@ -4766,8 +4766,8 @@ importers:
packages/integrations/partytown:
dependencies:
'@builder.io/partytown':
- specifier: ^0.10.1
- version: 0.10.1
+ specifier: ^0.10.2
+ version: 0.10.2
mrmime:
specifier: ^2.0.0
version: 2.0.0
@@ -4783,7 +4783,7 @@ importers:
dependencies:
'@babel/plugin-transform-react-jsx':
specifier: ^7.23.4
- version: 7.23.4(@babel/core@7.24.4)
+ version: 7.23.4(@babel/core@7.24.5)
'@babel/plugin-transform-react-jsx-development':
specifier: ^7.22.5
version: 7.22.5
@@ -4823,11 +4823,11 @@ importers:
version: 1.5.3
devDependencies:
'@types/react':
- specifier: ^18.2.79
- version: 18.2.79
+ specifier: ^18.3.1
+ version: 18.3.1
'@types/react-dom':
- specifier: ^18.2.25
- version: 18.2.25
+ specifier: ^18.3.0
+ version: 18.3.0
astro:
specifier: workspace:*
version: link:../../astro
@@ -4838,11 +4838,11 @@ importers:
specifier: 1.0.0-rc.12
version: 1.0.0-rc.12
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
vite:
specifier: ^5.2.10
version: 5.2.10(@types/node@18.19.31)(sass@1.75.0)
@@ -4877,8 +4877,8 @@ importers:
specifier: ^2.0.0
version: 2.0.0
zod:
- specifier: ^3.23.0
- version: 3.23.0
+ specifier: ^3.23.5
+ version: 3.23.5
devDependencies:
'@astrojs/node':
specifier: workspace:*
@@ -4933,7 +4933,7 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
- version: 2.10.2(solid-js@1.8.16)
+ version: 2.10.2(solid-js@1.8.17)
devDependencies:
astro:
specifier: workspace:*
@@ -4942,8 +4942,8 @@ importers:
specifier: workspace:*
version: link:../../../scripts
solid-js:
- specifier: ^1.8.16
- version: 1.8.16
+ specifier: ^1.8.17
+ version: 1.8.17
packages/integrations/svelte:
dependencies:
@@ -4951,8 +4951,8 @@ importers:
specifier: ^3.1.0
version: 3.1.0(svelte@4.2.15)(vite@5.2.10)
svelte2tsx:
- specifier: ^0.7.6
- version: 0.7.6(svelte@4.2.15)(typescript@5.4.5)
+ specifier: ^0.7.7
+ version: 0.7.7(svelte@4.2.15)(typescript@5.4.5)
devDependencies:
astro:
specifier: workspace:*
@@ -5225,13 +5225,13 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.0.4
- version: 5.0.4(vite@5.2.10)(vue@3.4.23)
+ version: 5.0.4(vite@5.2.10)(vue@3.4.26)
'@vitejs/plugin-vue-jsx':
specifier: ^3.1.0
- version: 3.1.0(vite@5.2.10)(vue@3.4.23)
+ version: 3.1.0(vite@5.2.10)(vue@3.4.26)
'@vue/compiler-sfc':
- specifier: ^3.4.23
- version: 3.4.23
+ specifier: ^3.4.26
+ version: 3.4.26
devDependencies:
astro:
specifier: workspace:*
@@ -5249,8 +5249,8 @@ importers:
specifier: ^5.2.10
version: 5.2.10(@types/node@18.19.31)(sass@1.75.0)
vue:
- specifier: ^3.4.23
- version: 3.4.23(typescript@5.4.5)
+ specifier: ^3.4.26
+ version: 3.4.26(typescript@5.4.5)
packages/integrations/vue/test/fixtures/app-entrypoint:
dependencies:
@@ -5345,8 +5345,8 @@ importers:
specifier: ^4.0.2
version: 4.0.2
import-meta-resolve:
- specifier: ^4.0.0
- version: 4.0.0
+ specifier: ^4.1.0
+ version: 4.1.0
mdast-util-definitions:
specifier: ^6.0.0
version: 6.0.0
@@ -5366,8 +5366,8 @@ importers:
specifier: ^11.1.0
version: 11.1.0
remark-smartypants:
- specifier: ^3.0.0
- version: 3.0.0
+ specifier: ^3.0.1
+ version: 3.0.1
shiki:
specifier: ^1.3.0
version: 1.3.0
@@ -5682,20 +5682,20 @@ packages:
engines: {node: '>=6.9.0'}
dev: false
- /@babel/core@7.24.4:
- resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==}
+ /@babel/core@7.24.5:
+ resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.2
- '@babel/generator': 7.24.4
+ '@babel/generator': 7.24.5
'@babel/helper-compilation-targets': 7.23.6
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4)
- '@babel/helpers': 7.24.4
- '@babel/parser': 7.24.4
+ '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5)
+ '@babel/helpers': 7.24.5
+ '@babel/parser': 7.24.5
'@babel/template': 7.24.0
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
+ '@babel/traverse': 7.24.5
+ '@babel/types': 7.24.5
convert-source-map: 2.0.0
debug: 4.3.4(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -5705,11 +5705,11 @@ packages:
- supports-color
dev: false
- /@babel/generator@7.24.4:
- resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==}
+ /@babel/generator@7.24.5:
+ resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
@@ -5719,7 +5719,7 @@ packages:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-compilation-targets@7.23.6:
@@ -5733,7 +5733,7 @@ packages:
semver: 6.3.1
dev: false
- /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4):
+ /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.5):
resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5742,13 +5742,13 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-member-expression-to-functions': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4)
+ '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5)
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
@@ -5764,46 +5764,46 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.24.0
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-hoist-variables@7.22.5:
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-member-expression-to-functions@7.23.0:
resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-module-imports@7.18.6:
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-module-imports@7.22.15:
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-module-imports@7.24.3:
resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
- /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4):
- resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
+ /@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5):
+ resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -5811,19 +5811,19 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.24.3
- '@babel/helper-simple-access': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/helper-simple-access': 7.24.5
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@babel/helper-validator-identifier': 7.24.5
dev: false
/@babel/helper-optimise-call-expression@7.22.5:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-plugin-utils@7.24.0:
@@ -5831,7 +5831,7 @@ packages:
engines: {node: '>=6.9.0'}
dev: false
- /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4):
+ /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5):
resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5840,31 +5840,38 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-member-expression-to-functions': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
dev: false
- /@babel/helper-simple-access@7.22.5:
- resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
+ /@babel/helper-simple-access@7.24.5:
+ resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-skip-transparent-expression-wrappers@7.22.5:
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-split-export-declaration@7.22.6:
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
+ dev: false
+
+ /@babel/helper-split-export-declaration@7.24.5:
+ resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.24.5
dev: false
/@babel/helper-string-parser@7.24.1:
@@ -5875,18 +5882,22 @@ packages:
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
+ /@babel/helper-validator-identifier@7.24.5:
+ resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==}
+ engines: {node: '>=6.9.0'}
+
/@babel/helper-validator-option@7.23.5:
resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
engines: {node: '>=6.9.0'}
dev: false
- /@babel/helpers@7.24.4:
- resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==}
+ /@babel/helpers@7.24.5:
+ resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.24.0
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
+ '@babel/traverse': 7.24.5
+ '@babel/types': 7.24.5
transitivePeerDependencies:
- supports-color
dev: false
@@ -5900,14 +5911,14 @@ packages:
js-tokens: 4.0.0
picocolors: 1.0.0
- /@babel/parser@7.24.4:
- resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==}
+ /@babel/parser@7.24.5:
+ resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
- /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4):
+ /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5):
resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5916,11 +5927,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.0
dev: false
- /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4):
+ /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5):
resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5929,7 +5940,7 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.0
dev: false
@@ -5942,10 +5953,10 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4)
+ '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.5)
dev: false
- /@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.4):
+ /@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.5):
resolution: {integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5954,11 +5965,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.0
dev: false
- /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4):
+ /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.5):
resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5967,11 +5978,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-plugin-utils': 7.24.0
dev: false
- /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.4):
+ /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.5):
resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5980,15 +5991,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-module-imports': 7.24.3
'@babel/helper-plugin-utils': 7.24.0
- '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4)
- '@babel/types': 7.24.0
+ '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5)
+ '@babel/types': 7.24.5
dev: false
- /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4):
+ /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.5):
resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==}
engines: {node: '>=6.9.0'}
peerDependencies:
@@ -5997,11 +6008,11 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4)
+ '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.5)
'@babel/helper-plugin-utils': 7.24.0
- '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4)
+ '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5)
dev: false
/@babel/runtime@7.24.4:
@@ -6016,34 +6027,34 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.24.2
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
+ '@babel/parser': 7.24.5
+ '@babel/types': 7.24.5
dev: false
- /@babel/traverse@7.24.1:
- resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==}
+ /@babel/traverse@7.24.5:
+ resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.24.2
- '@babel/generator': 7.24.4
+ '@babel/generator': 7.24.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
+ '@babel/helper-split-export-declaration': 7.24.5
+ '@babel/parser': 7.24.5
+ '@babel/types': 7.24.5
debug: 4.3.4(supports-color@8.1.1)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: false
- /@babel/types@7.24.0:
- resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==}
+ /@babel/types@7.24.5:
+ resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-string-parser': 7.24.1
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/helper-validator-identifier': 7.24.5
to-fast-properties: 2.0.0
/@biomejs/biome@1.7.1:
@@ -6134,8 +6145,8 @@ packages:
dev: true
optional: true
- /@builder.io/partytown@0.10.1:
- resolution: {integrity: sha512-HTyW2do++3JUFKTLBjTGwhUu4MTwBDq0dBlWaQm7tLaQk237tnHNkBZmquDXkZ6CkSv8aHiIH40Wm2/nxkjQsQ==}
+ /@builder.io/partytown@0.10.2:
+ resolution: {integrity: sha512-A9U+4PREWcS+CCYzKGIPovtGB/PBgnH/8oQyCE6Nr9drDJk6cMPpLQIEajpGPmG9tYF7N3FkRvhXm/AS9+0iKg==}
engines: {node: '>=18.0.0'}
hasBin: true
dev: false
@@ -6996,13 +7007,13 @@ packages:
requiresBuild: true
optional: true
- /@eslint-community/eslint-utils@4.4.0(eslint@9.1.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@9.1.1):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 9.1.0
+ eslint: 9.1.1
eslint-visitor-keys: 3.4.3
dev: true
@@ -7308,6 +7319,47 @@ packages:
resolution: {integrity: sha512-n5JEf16Wr4mdkRMZ8wMP/wN9/sHmTjRPbouXjJH371mZ2LEGDl72t8tEsMRNFerQN/QJtivOxqK1frdGa4QK5Q==}
engines: {node: '>=10'}
+ /@jsonjoy.com/base64@1.1.1(tslib@2.6.2):
+ resolution: {integrity: sha512-LnFjVChaGY8cZVMwAIMjvA1XwQjZ/zIXHyh28IyJkyNkzof4Dkm1+KN9UIm3lHhREH4vs7XwZ0NpkZKnwOtEfg==}
+ engines: {node: '>=10.0'}
+ peerDependencies:
+ tslib: '2'
+ peerDependenciesMeta:
+ tslib:
+ optional: true
+ dependencies:
+ tslib: 2.6.2
+ dev: true
+
+ /@jsonjoy.com/json-pack@1.0.2(tslib@2.6.2):
+ resolution: {integrity: sha512-4KMApTgb1Hvjz9Ue7unziJ1xNy3k6d2erp0hz1iXryXsf6LEM3KwN6YrfbqT0vqkUO8Tu+CSnvMia9cWX6YGVw==}
+ engines: {node: '>=10.0'}
+ peerDependencies:
+ tslib: '2'
+ peerDependenciesMeta:
+ tslib:
+ optional: true
+ dependencies:
+ '@jsonjoy.com/base64': 1.1.1(tslib@2.6.2)
+ '@jsonjoy.com/util': 1.1.0(tslib@2.6.2)
+ hyperdyperid: 1.2.0
+ thingies: 1.21.0(tslib@2.6.2)
+ tslib: 2.6.2
+ dev: true
+
+ /@jsonjoy.com/util@1.1.0(tslib@2.6.2):
+ resolution: {integrity: sha512-Yz+xITJ3Y/w0DBISwPkBETP5/cITHXscjgQNZIkfrVz1V7/ahJY8vw+T+LZy/KtXgKuUWqu4GALAQ3bhGt9J8A==}
+ engines: {node: '>=10.0'}
+ peerDependencies:
+ tslib: '2'
+ peerDependenciesMeta:
+ tslib:
+ optional: true
+ dependencies:
+ hyperdyperid: 1.2.0
+ tslib: 2.6.2
+ dev: true
+
/@libsql/client@0.6.0:
resolution: {integrity: sha512-qhQzTG/y2IEVbL3+9PULDvlQFWJ/RnjFXECr/Nc3nRngGiiMysDaOV5VUzYk7DulUX98EA4wi+z3FspKrUplUA==}
dependencies:
@@ -7702,7 +7754,7 @@ packages:
vite:
optional: true
dependencies:
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.4)
+ '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.5)
'@babel/plugin-transform-react-jsx-development': 7.22.5
'@prefresh/vite': 2.4.5(preact@10.20.2)
'@rollup/pluginutils': 4.2.1
@@ -7766,7 +7818,7 @@ packages:
vite:
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@prefresh/babel-plugin': 0.5.1
'@prefresh/core': 1.5.2(preact@10.20.2)
'@prefresh/utils': 1.2.0
@@ -7784,113 +7836,113 @@ packages:
picomatch: 2.3.1
dev: false
- /@rollup/rollup-android-arm-eabi@4.16.1:
- resolution: {integrity: sha512-92/y0TqNLRYOTXpm6Z7mnpvKAG9P7qmK7yJeRJSdzElNCUnsgbpAsGqerUboYRIQKzgfq4pWu9xVkgpWLfmNsw==}
+ /@rollup/rollup-android-arm-eabi@4.17.1:
+ resolution: {integrity: sha512-P6Wg856Ou/DLpR+O0ZLneNmrv7QpqBg+hK4wE05ijbC/t349BRfMfx+UFj5Ha3fCFopIa6iSZlpdaB4agkWp2Q==}
cpu: [arm]
os: [android]
requiresBuild: true
optional: true
- /@rollup/rollup-android-arm64@4.16.1:
- resolution: {integrity: sha512-ttWB6ZCfRLuDIUiE0yiu5gcqOsYjA5F7kEV1ggHMj20FwLZ8A1FMeahZJFl/pnOmcnD2QL0z4AcDuo27utGU8A==}
+ /@rollup/rollup-android-arm64@4.17.1:
+ resolution: {integrity: sha512-piwZDjuW2WiHr05djVdUkrG5JbjnGbtx8BXQchYCMfib/nhjzWoiScelZ+s5IJI7lecrwSxHCzW026MWBL+oJQ==}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
- /@rollup/rollup-darwin-arm64@4.16.1:
- resolution: {integrity: sha512-QLDvPLetbqjHojTGFw9+nuSP3YY/iz2k1cep6crYlr97sS+ZJ0W43b8Z0zC00+lnFZj6JSNxiA4DjboNQMuh1A==}
+ /@rollup/rollup-darwin-arm64@4.17.1:
+ resolution: {integrity: sha512-LsZXXIsN5Q460cKDT4Y+bzoPDhBmO5DTr7wP80d+2EnYlxSgkwdPfE3hbE+Fk8dtya+8092N9srjBTJ0di8RIA==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
- /@rollup/rollup-darwin-x64@4.16.1:
- resolution: {integrity: sha512-TAUK/D8khRrRIa1KwRzo8JNKk3tcqaeXWdtsiLgA8zmACWwlWLjPCJ4DULGHQrMkeBjp1Cd3Yuwx04lZgFx5Vg==}
+ /@rollup/rollup-darwin-x64@4.17.1:
+ resolution: {integrity: sha512-S7TYNQpWXB9APkxu/SLmYHezWwCoZRA9QLgrDeml+SR2A1LLPD2DBUdUlvmCF7FUpRMKvbeeWky+iizQj65Etw==}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm-gnueabihf@4.16.1:
- resolution: {integrity: sha512-KO+WGZjrh6zyFTD1alIFkfdtxf8B4BC+hqd3kBZHscPLvE5FR/6QKsyuCT0JlERxxYBSUKNUQ/UHyX5uwO1x2A==}
+ /@rollup/rollup-linux-arm-gnueabihf@4.17.1:
+ resolution: {integrity: sha512-Lq2JR5a5jsA5um2ZoLiXXEaOagnVyCpCW7xvlcqHC7y46tLwTEgUSTM3a2TfmmTMmdqv+jknUioWXlmxYxE9Yw==}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm-musleabihf@4.16.1:
- resolution: {integrity: sha512-NqxbllzIB1WoAo4ThUXVtd21iiM5IHMTTXmXySKBLVcZvkU0HIZmatlP7hLzb5yQubcmdIeWmncd2NdsjocEiw==}
+ /@rollup/rollup-linux-arm-musleabihf@4.17.1:
+ resolution: {integrity: sha512-9BfzwyPNV0IizQoR+5HTNBGkh1KXE8BqU0DBkqMngmyFW7BfuIZyMjQ0s6igJEiPSBvT3ZcnIFohZ19OqjhDPg==}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm64-gnu@4.16.1:
- resolution: {integrity: sha512-snma5NvV8y7IECQ5rq0sr0f3UUu+92NVmG/913JXJMcXo84h9ak9TA5UI9Cl2XRM9j3m37QwDBtEYnJzRkSmxA==}
+ /@rollup/rollup-linux-arm64-gnu@4.17.1:
+ resolution: {integrity: sha512-e2uWaoxo/rtzA52OifrTSXTvJhAXb0XeRkz4CdHBK2KtxrFmuU/uNd544Ogkpu938BzEfvmWs8NZ8Axhw33FDw==}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-arm64-musl@4.16.1:
- resolution: {integrity: sha512-KOvqGprlD84ueivhCi2flvcUwDRD20mAsE3vxQNVEI2Di9tnPGAfEu6UcrSPZbM+jG2w1oSr43hrPo0RNg6GGg==}
+ /@rollup/rollup-linux-arm64-musl@4.17.1:
+ resolution: {integrity: sha512-ekggix/Bc/d/60H1Mi4YeYb/7dbal1kEDZ6sIFVAE8pUSx7PiWeEh+NWbL7bGu0X68BBIkgF3ibRJe1oFTksQQ==}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-powerpc64le-gnu@4.16.1:
- resolution: {integrity: sha512-/gsNwtiGLqYwN4vP+EIdUC6Q6LTlpupWqokqIndvZcjn9ig/5P01WyaYCU2wvfL/2Z82jp5kX8c1mDBOvCP3zg==}
+ /@rollup/rollup-linux-powerpc64le-gnu@4.17.1:
+ resolution: {integrity: sha512-UGV0dUo/xCv4pkr/C8KY7XLFwBNnvladt8q+VmdKrw/3RUd3rD0TptwjisvE2TTnnlENtuY4/PZuoOYRiGp8Gw==}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-riscv64-gnu@4.16.1:
- resolution: {integrity: sha512-uU8zuGkQfGqfD9w6VRJZI4IuG4JIfNxxJgEmLMAmPVHREKGsxFVfgHy5c6CexQF2vOfgjB33OsET3Vdn2lln9A==}
+ /@rollup/rollup-linux-riscv64-gnu@4.17.1:
+ resolution: {integrity: sha512-gEYmYYHaehdvX46mwXrU49vD6Euf1Bxhq9pPb82cbUU9UT2NV+RSckQ5tKWOnNXZixKsy8/cPGtiUWqzPuAcXQ==}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-s390x-gnu@4.16.1:
- resolution: {integrity: sha512-lsjLtDgtcGFEuBP6yrXwkRN5/wKlvUZtfbKZZu0yaoNpiBL4epgnO21osAALIspVRnl4qZgyLFd8xjCYYWgwfw==}
+ /@rollup/rollup-linux-s390x-gnu@4.17.1:
+ resolution: {integrity: sha512-xeae5pMAxHFp6yX5vajInG2toST5lsCTrckSRUFwNgzYqnUjNBcQyqk1bXUxX5yhjWFl2Mnz3F8vQjl+2FRIcw==}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-x64-gnu@4.16.1:
- resolution: {integrity: sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==}
+ /@rollup/rollup-linux-x64-gnu@4.17.1:
+ resolution: {integrity: sha512-AsdnINQoDWfKpBzCPqQWxSPdAWzSgnYbrJYtn6W0H2E9It5bZss99PiLA8CgmDRfvKygt20UpZ3xkhFlIfX9zQ==}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-linux-x64-musl@4.16.1:
- resolution: {integrity: sha512-5ICeMxqg66FrOA2AbnBQ2TJVxfvZsKLxmof0ibvPLaYtbsJqnTUtJOofgWb46Gjd4uZcA4rdsp4JCxegzQPqCg==}
+ /@rollup/rollup-linux-x64-musl@4.17.1:
+ resolution: {integrity: sha512-KoB4fyKXTR+wYENkIG3fFF+5G6N4GFvzYx8Jax8BR4vmddtuqSb5oQmYu2Uu067vT/Fod7gxeQYKupm8gAcMSQ==}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
- /@rollup/rollup-win32-arm64-msvc@4.16.1:
- resolution: {integrity: sha512-1vIP6Ce02L+qWD7uZYRiFiuAJo3m9kARatWmFSnss0gZnVj2Id7OPUU9gm49JPGasgcR3xMqiH3fqBJ8t00yVg==}
+ /@rollup/rollup-win32-arm64-msvc@4.17.1:
+ resolution: {integrity: sha512-J0d3NVNf7wBL9t4blCNat+d0PYqAx8wOoY+/9Q5cujnafbX7BmtYk3XvzkqLmFECaWvXGLuHmKj/wrILUinmQg==}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
- /@rollup/rollup-win32-ia32-msvc@4.16.1:
- resolution: {integrity: sha512-Y3M92DcVsT6LoP+wrKpoUWPaazaP1fzbNkp0a0ZSj5Y//+pQVfVe/tQdsYQQy7dwXR30ZfALUIc9PCh9Izir6w==}
+ /@rollup/rollup-win32-ia32-msvc@4.17.1:
+ resolution: {integrity: sha512-xjgkWUwlq7IbgJSIxvl516FJ2iuC/7ttjsAxSPpC9kkI5iQQFHKyEN5BjbhvJ/IXIZ3yIBcW5QDlWAyrA+TFag==}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
- /@rollup/rollup-win32-x64-msvc@4.16.1:
- resolution: {integrity: sha512-x0fvpHMuF7fK5r8oZxSi8VYXkrVmRgubXpO/wcf15Lk3xZ4Jvvh5oG+u7Su1776A7XzVKZhD2eRc4t7H50gL3w==}
+ /@rollup/rollup-win32-x64-msvc@4.17.1:
+ resolution: {integrity: sha512-0QbCkfk6cnnVKWqqlC0cUrrUMDMfu5ffvYMTUHf+qMN2uAb3MKP31LPcwiMXBNsvoFGs/kYdFOsuLmvppCopXA==}
cpu: [x64]
os: [win32]
requiresBuild: true
@@ -7989,8 +8041,8 @@ packages:
/@types/babel__core@7.20.5:
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
dependencies:
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
+ '@babel/parser': 7.24.5
+ '@babel/types': 7.24.5
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.5
@@ -7999,19 +8051,19 @@ packages:
/@types/babel__generator@7.6.8:
resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
/@types/babel__template@7.4.4:
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
dependencies:
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
+ '@babel/parser': 7.24.5
+ '@babel/types': 7.24.5
dev: false
/@types/babel__traverse@7.20.5:
resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.24.5
/@types/body-parser@1.19.5:
resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
@@ -8263,15 +8315,22 @@ packages:
resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==}
dependencies:
'@types/react': 18.2.78
+ dev: false
+
+ /@types/react-dom@18.3.0:
+ resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
+ dependencies:
+ '@types/react': 18.3.1
/@types/react@18.2.78:
resolution: {integrity: sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==}
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
+ dev: false
- /@types/react@18.2.79:
- resolution: {integrity: sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==}
+ /@types/react@18.3.1:
+ resolution: {integrity: sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==}
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
@@ -8368,8 +8427,8 @@ packages:
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
dev: true
- /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.1.0)(typescript@5.4.5):
- resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==}
+ /@typescript-eslint/eslint-plugin@7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.1.1)(typescript@5.4.5):
+ resolution: {integrity: sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -8380,13 +8439,13 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/type-utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
- '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/parser': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 7.8.0
+ '@typescript-eslint/type-utils': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 7.8.0
debug: 4.3.4(supports-color@8.1.1)
- eslint: 9.1.0
+ eslint: 9.1.1
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
@@ -8397,8 +8456,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser@7.7.0(eslint@9.1.0)(typescript@5.4.5):
- resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==}
+ /@typescript-eslint/parser@7.8.0(eslint@9.1.1)(typescript@5.4.5):
+ resolution: {integrity: sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -8407,27 +8466,27 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/scope-manager': 7.8.0
+ '@typescript-eslint/types': 7.8.0
+ '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 7.8.0
debug: 4.3.4(supports-color@8.1.1)
- eslint: 9.1.0
+ eslint: 9.1.1
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager@7.7.0:
- resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==}
+ /@typescript-eslint/scope-manager@7.8.0:
+ resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==}
engines: {node: ^18.18.0 || >=20.0.0}
dependencies:
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/types': 7.8.0
+ '@typescript-eslint/visitor-keys': 7.8.0
dev: true
- /@typescript-eslint/type-utils@7.7.0(eslint@9.1.0)(typescript@5.4.5):
- resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==}
+ /@typescript-eslint/type-utils@7.8.0(eslint@9.1.1)(typescript@5.4.5):
+ resolution: {integrity: sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -8436,23 +8495,23 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
- '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 9.1.0
+ eslint: 9.1.1
ts-api-utils: 1.3.0(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types@7.7.0:
- resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==}
+ /@typescript-eslint/types@7.8.0:
+ resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==}
engines: {node: ^18.18.0 || >=20.0.0}
dev: true
- /@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5):
- resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==}
+ /@typescript-eslint/typescript-estree@7.8.0(typescript@5.4.5):
+ resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -8460,8 +8519,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/types': 7.8.0
+ '@typescript-eslint/visitor-keys': 7.8.0
debug: 4.3.4(supports-color@8.1.1)
globby: 11.1.0
is-glob: 4.0.3
@@ -8473,30 +8532,30 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils@7.7.0(eslint@9.1.0)(typescript@5.4.5):
- resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==}
+ /@typescript-eslint/utils@7.8.0(eslint@9.1.1)(typescript@5.4.5):
+ resolution: {integrity: sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1)
'@types/json-schema': 7.0.15
'@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5)
- eslint: 9.1.0
+ '@typescript-eslint/scope-manager': 7.8.0
+ '@typescript-eslint/types': 7.8.0
+ '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5)
+ eslint: 9.1.1
semver: 7.6.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys@7.7.0:
- resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==}
+ /@typescript-eslint/visitor-keys@7.8.0:
+ resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==}
engines: {node: ^18.18.0 || >=20.0.0}
dependencies:
- '@typescript-eslint/types': 7.7.0
+ '@typescript-eslint/types': 7.8.0
eslint-visitor-keys: 3.4.3
dev: true
@@ -8578,9 +8637,9 @@ packages:
vite:
optional: true
dependencies:
- '@babel/core': 7.24.4
- '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.4)
- '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4)
+ '@babel/core': 7.24.5
+ '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.5)
+ '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.5)
'@types/babel__core': 7.20.5
react-refresh: 0.14.0
vite: 5.2.10(@types/node@18.19.31)(sass@1.75.0)
@@ -8588,7 +8647,7 @@ packages:
- supports-color
dev: false
- /@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.10)(vue@3.4.23):
+ /@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.10)(vue@3.4.26):
resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -8598,16 +8657,16 @@ packages:
vite:
optional: true
dependencies:
- '@babel/core': 7.24.4
- '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4)
+ '@babel/core': 7.24.5
+ '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.5)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.5)
vite: 5.2.10(@types/node@18.19.31)(sass@1.75.0)
- vue: 3.4.23(typescript@5.4.5)
+ vue: 3.4.26(typescript@5.4.5)
transitivePeerDependencies:
- supports-color
dev: false
- /@vitejs/plugin-vue@5.0.4(vite@5.2.10)(vue@3.4.23):
+ /@vitejs/plugin-vue@5.0.4(vite@5.2.10)(vue@3.4.26):
resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
@@ -8618,7 +8677,7 @@ packages:
optional: true
dependencies:
vite: 5.2.10(@types/node@18.19.31)(sass@1.75.0)
- vue: 3.4.23(typescript@5.4.5)
+ vue: 3.4.26(typescript@5.4.5)
dev: false
/@vitest/expect@1.5.0:
@@ -8736,7 +8795,7 @@ packages:
resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==}
dev: false
- /@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.4):
+ /@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.5):
resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -8744,15 +8803,15 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.0
- '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4)
+ '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5)
'@babel/template': 7.24.0
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
+ '@babel/traverse': 7.24.5
+ '@babel/types': 7.24.5
'@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.4)
+ '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.5)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
@@ -8760,7 +8819,7 @@ packages:
- supports-color
dev: false
- /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4):
+ /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.5):
resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -8769,41 +8828,41 @@ packages:
optional: true
dependencies:
'@babel/code-frame': 7.24.2
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.0
- '@babel/parser': 7.24.4
- '@vue/compiler-sfc': 3.4.23
+ '@babel/parser': 7.24.5
+ '@vue/compiler-sfc': 3.4.26
dev: false
/@vue/compiler-core@3.4.21:
resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==}
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.24.5
'@vue/shared': 3.4.21
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
dev: false
- /@vue/compiler-core@3.4.23:
- resolution: {integrity: sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==}
+ /@vue/compiler-core@3.4.24:
+ resolution: {integrity: sha512-vbW/tgbwJYj62N/Ww99x0zhFTkZDTcGh3uwJEuadZ/nF9/xuFMC4693P9r+3sxGXISABpDKvffY5ApH9pmdd1A==}
dependencies:
- '@babel/parser': 7.24.4
- '@vue/shared': 3.4.23
+ '@babel/parser': 7.24.5
+ '@vue/shared': 3.4.24
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
+ dev: false
- /@vue/compiler-core@3.4.24:
- resolution: {integrity: sha512-vbW/tgbwJYj62N/Ww99x0zhFTkZDTcGh3uwJEuadZ/nF9/xuFMC4693P9r+3sxGXISABpDKvffY5ApH9pmdd1A==}
+ /@vue/compiler-core@3.4.26:
+ resolution: {integrity: sha512-N9Vil6Hvw7NaiyFUFBPXrAyETIGlQ8KcFMkyk6hW1Cl6NvoqvP+Y8p1Eqvx+UdqsnrnI9+HMUEJegzia3mhXmQ==}
dependencies:
- '@babel/parser': 7.24.4
- '@vue/shared': 3.4.24
+ '@babel/parser': 7.24.5
+ '@vue/shared': 3.4.26
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- dev: false
/@vue/compiler-dom@3.4.21:
resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==}
@@ -8812,12 +8871,6 @@ packages:
'@vue/shared': 3.4.21
dev: false
- /@vue/compiler-dom@3.4.23:
- resolution: {integrity: sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==}
- dependencies:
- '@vue/compiler-core': 3.4.23
- '@vue/shared': 3.4.23
-
/@vue/compiler-dom@3.4.24:
resolution: {integrity: sha512-4XgABML/4cNndVsQndG6BbGN7+EoisDwi3oXNovqL/4jdNhwvP8/rfRMTb6FxkxIxUUtg6AI1/qZvwfSjxJiWA==}
dependencies:
@@ -8825,10 +8878,16 @@ packages:
'@vue/shared': 3.4.24
dev: false
+ /@vue/compiler-dom@3.4.26:
+ resolution: {integrity: sha512-4CWbR5vR9fMg23YqFOhr6t6WB1Fjt62d6xdFPyj8pxrYub7d+OgZaObMsoxaF9yBUHPMiPFK303v61PwAuGvZA==}
+ dependencies:
+ '@vue/compiler-core': 3.4.26
+ '@vue/shared': 3.4.26
+
/@vue/compiler-sfc@3.4.21:
resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==}
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.24.5
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/compiler-ssr': 3.4.21
@@ -8839,23 +8898,10 @@ packages:
source-map-js: 1.2.0
dev: false
- /@vue/compiler-sfc@3.4.23:
- resolution: {integrity: sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==}
- dependencies:
- '@babel/parser': 7.24.4
- '@vue/compiler-core': 3.4.23
- '@vue/compiler-dom': 3.4.23
- '@vue/compiler-ssr': 3.4.23
- '@vue/shared': 3.4.23
- estree-walker: 2.0.2
- magic-string: 0.30.10
- postcss: 8.4.38
- source-map-js: 1.2.0
-
/@vue/compiler-sfc@3.4.24:
resolution: {integrity: sha512-nRAlJUK02FTWfA2nuvNBAqsDZuERGFgxZ8sGH62XgFSvMxO2URblzulExsmj4gFZ8e+VAyDooU9oAoXfEDNxTA==}
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.24.5
'@vue/compiler-core': 3.4.24
'@vue/compiler-dom': 3.4.24
'@vue/compiler-ssr': 3.4.24
@@ -8866,6 +8912,19 @@ packages:
source-map-js: 1.2.0
dev: false
+ /@vue/compiler-sfc@3.4.26:
+ resolution: {integrity: sha512-It1dp+FAOCgluYSVYlDn5DtZBxk1NCiJJfu2mlQqa/b+k8GL6NG/3/zRbJnHdhV2VhxFghaDq5L4K+1dakW6cw==}
+ dependencies:
+ '@babel/parser': 7.24.5
+ '@vue/compiler-core': 3.4.26
+ '@vue/compiler-dom': 3.4.26
+ '@vue/compiler-ssr': 3.4.26
+ '@vue/shared': 3.4.26
+ estree-walker: 2.0.2
+ magic-string: 0.30.10
+ postcss: 8.4.38
+ source-map-js: 1.2.0
+
/@vue/compiler-ssr@3.4.21:
resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==}
dependencies:
@@ -8873,12 +8932,6 @@ packages:
'@vue/shared': 3.4.21
dev: false
- /@vue/compiler-ssr@3.4.23:
- resolution: {integrity: sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==}
- dependencies:
- '@vue/compiler-dom': 3.4.23
- '@vue/shared': 3.4.23
-
/@vue/compiler-ssr@3.4.24:
resolution: {integrity: sha512-ZsAtr4fhaUFnVcDqwW3bYCSDwq+9Gk69q2r/7dAHDrOMw41kylaMgOP4zRnn6GIEJkQznKgrMOGPMFnLB52RbQ==}
dependencies:
@@ -8886,6 +8939,12 @@ packages:
'@vue/shared': 3.4.24
dev: false
+ /@vue/compiler-ssr@3.4.26:
+ resolution: {integrity: sha512-FNwLfk7LlEPRY/g+nw2VqiDKcnDTVdCfBREekF8X74cPLiWHUX6oldktf/Vx28yh4STNy7t+/yuLoMBBF7YDiQ==}
+ dependencies:
+ '@vue/compiler-dom': 3.4.26
+ '@vue/shared': 3.4.26
+
/@vue/reactivity@3.1.5:
resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
dependencies:
@@ -8898,10 +8957,10 @@ packages:
'@vue/shared': 3.4.21
dev: false
- /@vue/reactivity@3.4.23:
- resolution: {integrity: sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==}
+ /@vue/reactivity@3.4.26:
+ resolution: {integrity: sha512-E/ynEAu/pw0yotJeLdvZEsp5Olmxt+9/WqzvKff0gE67tw73gmbx6tRkiagE/eH0UCubzSlGRebCbidB1CpqZQ==}
dependencies:
- '@vue/shared': 3.4.23
+ '@vue/shared': 3.4.26
/@vue/runtime-core@3.4.21:
resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==}
@@ -8910,11 +8969,11 @@ packages:
'@vue/shared': 3.4.21
dev: false
- /@vue/runtime-core@3.4.23:
- resolution: {integrity: sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==}
+ /@vue/runtime-core@3.4.26:
+ resolution: {integrity: sha512-AFJDLpZvhT4ujUgZSIL9pdNcO23qVFh7zWCsNdGQBw8ecLNxOOnPcK9wTTIYCmBJnuPHpukOwo62a2PPivihqw==}
dependencies:
- '@vue/reactivity': 3.4.23
- '@vue/shared': 3.4.23
+ '@vue/reactivity': 3.4.26
+ '@vue/shared': 3.4.26
/@vue/runtime-dom@3.4.21:
resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==}
@@ -8924,11 +8983,11 @@ packages:
csstype: 3.1.3
dev: false
- /@vue/runtime-dom@3.4.23:
- resolution: {integrity: sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==}
+ /@vue/runtime-dom@3.4.26:
+ resolution: {integrity: sha512-UftYA2hUXR2UOZD/Fc3IndZuCOOJgFxJsWOxDkhfVcwLbsfh2CdXE2tG4jWxBZuDAs9J9PzRTUFt1PgydEtItw==}
dependencies:
- '@vue/runtime-core': 3.4.23
- '@vue/shared': 3.4.23
+ '@vue/runtime-core': 3.4.26
+ '@vue/shared': 3.4.26
csstype: 3.1.3
/@vue/server-renderer@3.4.21(vue@3.4.21):
@@ -8941,14 +9000,14 @@ packages:
vue: 3.4.21(typescript@5.4.5)
dev: false
- /@vue/server-renderer@3.4.23(vue@3.4.23):
- resolution: {integrity: sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==}
+ /@vue/server-renderer@3.4.26(vue@3.4.26):
+ resolution: {integrity: sha512-xoGAqSjYDPGAeRWxeoYwqJFD/gw7mpgzOvSxEmjWaFO2rE6qpbD1PC172YRpvKhrihkyHJkNDADFXTfCyVGhKw==}
peerDependencies:
- vue: 3.4.23
+ vue: 3.4.26
dependencies:
- '@vue/compiler-ssr': 3.4.23
- '@vue/shared': 3.4.23
- vue: 3.4.23(typescript@5.4.5)
+ '@vue/compiler-ssr': 3.4.26
+ '@vue/shared': 3.4.26
+ vue: 3.4.26(typescript@5.4.5)
/@vue/shared@3.1.5:
resolution: {integrity: sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA==}
@@ -8958,13 +9017,13 @@ packages:
resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==}
dev: false
- /@vue/shared@3.4.23:
- resolution: {integrity: sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==}
-
/@vue/shared@3.4.24:
resolution: {integrity: sha512-BW4tajrJBM9AGAknnyEw5tO2xTmnqgup0VTnDAMcxYmqOX0RG0b9aSUGAbEKolD91tdwpA6oCwbltoJoNzpItw==}
dev: false
+ /@vue/shared@3.4.26:
+ resolution: {integrity: sha512-Fg4zwR0GNnjzodMt3KRy2AWGMKQXByl56+4HjN87soxLNU9P5xcJkstAlIeEF3cU6UYOzmJl1tV0dVPGIljCnQ==}
+
/@webcomponents/template-shadowroot@0.2.1:
resolution: {integrity: sha512-fXL/vIUakyZL62hyvUh+EMwbVoTc0hksublmRz6ai6et8znHkJa6gtqMUZo1oc7dIz46exHSIImml9QTdknMHg==}
dev: false
@@ -9300,7 +9359,7 @@ packages:
dependencies:
dequal: 2.0.3
- /babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.4):
+ /babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.5):
resolution: {integrity: sha512-nef2eLpWBgFggwrYwN6O3dNKn3RnlX6n4DIamNEAeHwp03kVQUaKUiLaEPnHPJHwxie1KwPelyIY9QikU03vUA==}
peerDependencies:
'@babel/core': ^7.20.12
@@ -9308,10 +9367,10 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@babel/helper-module-imports': 7.18.6
- '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4)
- '@babel/types': 7.24.0
+ '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5)
+ '@babel/types': 7.24.5
html-entities: 2.3.3
validate-html-nesting: 1.2.2
dev: false
@@ -9325,7 +9384,7 @@ packages:
optional: true
dev: false
- /babel-preset-solid@1.8.16(@babel/core@7.24.4):
+ /babel-preset-solid@1.8.16(@babel/core@7.24.5):
resolution: {integrity: sha512-b4HFg/xaKM+H3Tu5iUlZ/43TJOZnhi85xrm3JrXDQ0s4cmtmU37bXXYzb2m55G4QKiFjxLAjvb7sUorPrAMs5w==}
peerDependencies:
'@babel/core': ^7.0.0
@@ -9333,8 +9392,8 @@ packages:
'@babel/core':
optional: true
dependencies:
- '@babel/core': 7.24.4
- babel-plugin-jsx-dom-expressions: 0.37.19(@babel/core@7.24.4)
+ '@babel/core': 7.24.5
+ babel-plugin-jsx-dom-expressions: 0.37.19(@babel/core@7.24.5)
dev: false
/bail@2.0.2:
@@ -9763,8 +9822,8 @@ packages:
engines: {node: '>=0.8'}
dev: true
- /clsx@2.1.0:
- resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==}
+ /clsx@2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
engines: {node: '>=6'}
dev: false
@@ -10562,8 +10621,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /es-module-lexer@1.5.0:
- resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==}
+ /es-module-lexer@1.5.2:
+ resolution: {integrity: sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==}
dev: false
/es-object-atoms@1.0.0:
@@ -10664,16 +10723,16 @@ packages:
engines: {node: '>=5.0.0'}
dev: true
- /eslint-plugin-regexp@2.5.0(eslint@9.1.0):
+ /eslint-plugin-regexp@2.5.0(eslint@9.1.1):
resolution: {integrity: sha512-I7vKcP0o75WS5SHiVNXN+Eshq49sbrweMQIuqSL3AId9AwDe9Dhbfug65vw64LxmOd4v+yf5l5Xt41y9puiq0g==}
engines: {node: ^18 || >=20}
peerDependencies:
eslint: '>=8.44.0'
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1)
'@eslint-community/regexpp': 4.10.0
comment-parser: 1.4.1
- eslint: 9.1.0
+ eslint: 9.1.1
jsdoc-type-pratt-parser: 4.0.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -10698,12 +10757,12 @@ packages:
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
dev: true
- /eslint@9.1.0:
- resolution: {integrity: sha512-1TCBecGFQtItia2o39P7Z4BK1X7ByNPxAiWJvwiyTGcOwYnTiiASgMpNA6a+beu8cFPhEDWvPf6mIlYUJv6sgA==}
+ /eslint@9.1.1:
+ resolution: {integrity: sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1)
'@eslint-community/regexpp': 4.10.0
'@eslint/eslintrc': 3.0.2
'@eslint/js': 9.1.1
@@ -11728,6 +11787,11 @@ packages:
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
engines: {node: '>=16.17.0'}
+ /hyperdyperid@1.2.0:
+ resolution: {integrity: sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==}
+ engines: {node: '>=10.18'}
+ dev: true
+
/hyperid@3.2.0:
resolution: {integrity: sha512-PdTtDo+Rmza9nEhTunaDSUKwbC69TIzLEpZUwiB6f+0oqmY0UPfhyHCPt6K1NQ4WFv5yJBTG5vELztVWP+nEVQ==}
dependencies:
@@ -11769,8 +11833,8 @@ packages:
resolve-from: 4.0.0
dev: true
- /import-meta-resolve@4.0.0:
- resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==}
+ /import-meta-resolve@4.1.0:
+ resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
dev: false
/imurmurhash@0.1.4:
@@ -12761,10 +12825,13 @@ packages:
engines: {node: '>= 0.6'}
dev: true
- /memfs@4.8.2:
- resolution: {integrity: sha512-j4WKth315edViMBGkHW6NTF0QBjsTrcRDmYNcGsPq+ozMEyCCCIlX2d2mJ5wuh6iHvJ3FevUrr48v58YRqVdYg==}
+ /memfs@4.9.1:
+ resolution: {integrity: sha512-36cVYFMaa9HNEYyvkyKCwker8DBmOdjWLrfekE/cHEKJ806fCfKNVhOJNvoyV/CrGSZDtfQPbhn0Zid0gbH0Hw==}
engines: {node: '>= 4.0.0'}
dependencies:
+ '@jsonjoy.com/json-pack': 1.0.2(tslib@2.6.2)
+ '@jsonjoy.com/util': 1.1.0(tslib@2.6.2)
+ sonic-forest: 1.0.0(tslib@2.6.2)
tslib: 2.6.2
dev: true
@@ -14473,6 +14540,19 @@ packages:
loose-envify: 1.4.0
react: 18.2.0
scheduler: 0.23.0
+ dev: false
+
+ /react-dom@18.3.1(react@18.3.1):
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
+ peerDependencies:
+ react: ^18.3.1
+ peerDependenciesMeta:
+ react:
+ optional: true
+ dependencies:
+ loose-envify: 1.4.0
+ react: 18.3.1
+ scheduler: 0.23.2
/react-is@18.2.0:
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
@@ -14488,6 +14568,13 @@ packages:
engines: {node: '>=0.10.0'}
dependencies:
loose-envify: 1.4.0
+ dev: false
+
+ /react@18.3.1:
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
+ engines: {node: '>=0.10.0'}
+ dependencies:
+ loose-envify: 1.4.0
/read-cache@1.0.0:
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
@@ -14760,8 +14847,8 @@ packages:
- supports-color
dev: true
- /remark-smartypants@3.0.0:
- resolution: {integrity: sha512-6/xo47aZxWJd1L6VsDWX5EJRtRC2X0+vBRVh6MPD1doayFC6VRrxez6Z8GcEDqznvf9Ly+EtpasNYQptyhy8nQ==}
+ /remark-smartypants@3.0.1:
+ resolution: {integrity: sha512-qyshfCl2eLO0i0558e79ZJsfojC5wjnYLByjt0FmjJQN6aYwcRxpoj784LZJSoWCdnA2ubh5rLNGb8Uur/wDng==}
engines: {node: '>=16.0.0'}
dependencies:
retext: 9.0.0
@@ -14885,29 +14972,29 @@ packages:
glob: 10.3.12
dev: false
- /rollup@4.16.1:
- resolution: {integrity: sha512-5CaD3MPDlPKfhqzRvWXK96G6ELJfPZNb3LHiZxTHgDdC6jvwfGz2E8nY+9g1ONk4ttHsK1WaFP19Js4PSr1E3g==}
+ /rollup@4.17.1:
+ resolution: {integrity: sha512-0gG94inrUtg25sB2V/pApwiv1lUb0bQ25FPNuzO89Baa+B+c0ccaaBKM5zkZV/12pUUdH+lWCSm9wmHqyocuVQ==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.16.1
- '@rollup/rollup-android-arm64': 4.16.1
- '@rollup/rollup-darwin-arm64': 4.16.1
- '@rollup/rollup-darwin-x64': 4.16.1
- '@rollup/rollup-linux-arm-gnueabihf': 4.16.1
- '@rollup/rollup-linux-arm-musleabihf': 4.16.1
- '@rollup/rollup-linux-arm64-gnu': 4.16.1
- '@rollup/rollup-linux-arm64-musl': 4.16.1
- '@rollup/rollup-linux-powerpc64le-gnu': 4.16.1
- '@rollup/rollup-linux-riscv64-gnu': 4.16.1
- '@rollup/rollup-linux-s390x-gnu': 4.16.1
- '@rollup/rollup-linux-x64-gnu': 4.16.1
- '@rollup/rollup-linux-x64-musl': 4.16.1
- '@rollup/rollup-win32-arm64-msvc': 4.16.1
- '@rollup/rollup-win32-ia32-msvc': 4.16.1
- '@rollup/rollup-win32-x64-msvc': 4.16.1
+ '@rollup/rollup-android-arm-eabi': 4.17.1
+ '@rollup/rollup-android-arm64': 4.17.1
+ '@rollup/rollup-darwin-arm64': 4.17.1
+ '@rollup/rollup-darwin-x64': 4.17.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.17.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.17.1
+ '@rollup/rollup-linux-arm64-gnu': 4.17.1
+ '@rollup/rollup-linux-arm64-musl': 4.17.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.17.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.17.1
+ '@rollup/rollup-linux-s390x-gnu': 4.17.1
+ '@rollup/rollup-linux-x64-gnu': 4.17.1
+ '@rollup/rollup-linux-x64-musl': 4.17.1
+ '@rollup/rollup-win32-arm64-msvc': 4.17.1
+ '@rollup/rollup-win32-ia32-msvc': 4.17.1
+ '@rollup/rollup-win32-x64-msvc': 4.17.1
fsevents: 2.3.3
/rrweb-cssom@0.6.0:
@@ -14981,6 +15068,12 @@ packages:
resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
dependencies:
loose-envify: 1.4.0
+ dev: false
+
+ /scheduler@0.23.2:
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
+ dependencies:
+ loose-envify: 1.4.0
/scslre@0.3.0:
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
@@ -15289,18 +15382,38 @@ packages:
csstype: 3.1.3
seroval: 1.0.5
seroval-plugins: 1.0.5(seroval@1.0.5)
+ dev: false
+
+ /solid-js@1.8.17:
+ resolution: {integrity: sha512-E0FkUgv9sG/gEBWkHr/2XkBluHb1fkrHywUgA6o6XolPDCJ4g1HaLmQufcBBhiF36ee40q+HpG/vCZu7fLpI3Q==}
+ dependencies:
+ csstype: 3.1.3
+ seroval: 1.0.5
+ seroval-plugins: 1.0.5(seroval@1.0.5)
- /solid-refresh@0.6.3(solid-js@1.8.16):
+ /solid-refresh@0.6.3(solid-js@1.8.17):
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
peerDependencies:
solid-js: ^1.3
dependencies:
- '@babel/generator': 7.24.4
+ '@babel/generator': 7.24.5
'@babel/helper-module-imports': 7.24.3
- '@babel/types': 7.24.0
- solid-js: 1.8.16
+ '@babel/types': 7.24.5
+ solid-js: 1.8.17
dev: false
+ /sonic-forest@1.0.0(tslib@2.6.2):
+ resolution: {integrity: sha512-yFO2N4uTUFtgKLw03WWFpN1iEwZySweMsa18XN3Kt0yYrlmVHunC2ZgM+437zDoKISAJHcH3Cg18U7d6tuSgSQ==}
+ engines: {node: '>=10.0'}
+ peerDependencies:
+ tslib: '2'
+ peerDependenciesMeta:
+ tslib:
+ optional: true
+ dependencies:
+ tslib: 2.6.2
+ dev: true
+
/source-map-js@1.2.0:
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
engines: {node: '>=0.10.0'}
@@ -15596,8 +15709,8 @@ packages:
svelte: 4.2.15
dev: false
- /svelte2tsx@0.7.6(svelte@4.2.15)(typescript@5.4.5):
- resolution: {integrity: sha512-awHvYsakyiGjRqqSOhb2F+qJ6lUT9klQe0UQofAcdHNaKKeDHA8kEZ8zYKGG3BiDPurKYMGvH5/lZ+jeIoG7yQ==}
+ /svelte2tsx@0.7.7(svelte@4.2.15)(typescript@5.4.5):
+ resolution: {integrity: sha512-HAIxtk5TUHXvCRKApKfxoh1BGT85S/17lS3DvbfxRKFd+Ghr5YScqBvd+sU+p7vJFw48LNkzdFk+ooNVk3e4kA==}
peerDependencies:
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
typescript: ^4.9.4 || ^5.0.0
@@ -15756,6 +15869,18 @@ packages:
dependencies:
any-promise: 1.3.0
+ /thingies@1.21.0(tslib@2.6.2):
+ resolution: {integrity: sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==}
+ engines: {node: '>=10.18'}
+ peerDependencies:
+ tslib: ^2
+ peerDependenciesMeta:
+ tslib:
+ optional: true
+ dependencies:
+ tslib: 2.6.2
+ dev: true
+
/timestring@6.0.0:
resolution: {integrity: sha512-wMctrWD2HZZLuIlchlkE2dfXJh7J2KDI9Dwl+2abPYg0mswQHfOAyQW3jJg1pY5VfttSINZuKcXoB3FGypVklA==}
engines: {node: '>=8'}
@@ -15907,64 +16032,64 @@ packages:
yargs: 17.7.2
dev: true
- /turbo-darwin-64@1.13.2:
- resolution: {integrity: sha512-CCSuD8CfmtncpohCuIgq7eAzUas0IwSbHfI8/Q3vKObTdXyN8vAo01gwqXjDGpzG9bTEVedD0GmLbD23dR0MLA==}
+ /turbo-darwin-64@1.13.3:
+ resolution: {integrity: sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA==}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-darwin-arm64@1.13.2:
- resolution: {integrity: sha512-0HySm06/D2N91rJJ89FbiI/AodmY8B3WDSFTVEpu2+8spUw7hOJ8okWOT0e5iGlyayUP9gr31eOeL3VFZkpfCw==}
+ /turbo-darwin-arm64@1.13.3:
+ resolution: {integrity: sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-64@1.13.2:
- resolution: {integrity: sha512-7HnibgbqZrjn4lcfIouzlPu8ZHSBtURG4c7Bedu7WJUDeZo+RE1crlrQm8wuwO54S0siYqUqo7GNHxu4IXbioQ==}
+ /turbo-linux-64@1.13.3:
+ resolution: {integrity: sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g==}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm64@1.13.2:
- resolution: {integrity: sha512-sUq4dbpk6SNKg/Hkwn256Vj2AEYSQdG96repio894h5/LEfauIK2QYiC/xxAeW3WBMc6BngmvNyURIg7ltrePg==}
+ /turbo-linux-arm64@1.13.3:
+ resolution: {integrity: sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ==}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-64@1.13.2:
- resolution: {integrity: sha512-DqzhcrciWq3dpzllJR2VVIyOhSlXYCo4mNEWl98DJ3FZ08PEzcI3ceudlH6F0t/nIcfSItK1bDP39cs7YoZHEA==}
+ /turbo-windows-64@1.13.3:
+ resolution: {integrity: sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q==}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-arm64@1.13.2:
- resolution: {integrity: sha512-WnPMrwfCXxK69CdDfS1/j2DlzcKxSmycgDAqV0XCYpK/812KB0KlvsVAt5PjEbZGXkY88pCJ1BLZHAjF5FcbqA==}
+ /turbo-windows-arm64@1.13.3:
+ resolution: {integrity: sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ==}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo@1.13.2:
- resolution: {integrity: sha512-rX/d9f4MgRT3yK6cERPAkfavIxbpBZowDQpgvkYwGMGDQ0Nvw1nc0NVjruE76GrzXQqoxR1UpnmEP54vBARFHQ==}
+ /turbo@1.13.3:
+ resolution: {integrity: sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g==}
hasBin: true
optionalDependencies:
- turbo-darwin-64: 1.13.2
- turbo-darwin-arm64: 1.13.2
- turbo-linux-64: 1.13.2
- turbo-linux-arm64: 1.13.2
- turbo-windows-64: 1.13.2
- turbo-windows-arm64: 1.13.2
+ turbo-darwin-64: 1.13.3
+ turbo-darwin-arm64: 1.13.3
+ turbo-linux-64: 1.13.3
+ turbo-linux-arm64: 1.13.3
+ turbo-windows-64: 1.13.3
+ turbo-windows-arm64: 1.13.3
dev: true
/type-check@0.4.0:
@@ -16069,8 +16194,8 @@ packages:
dependencies:
semver: 7.6.0
- /typescript-eslint@7.7.0(eslint@9.1.0)(typescript@5.4.5):
- resolution: {integrity: sha512-wZZ+7mTQJCn4mGAvzdERtL4vwKGM/mF9cMSMeKUllz3Hgbd1Mdd5L60Q+nJmCio9RB4OyMMr0EX4Ry2Q7jiAyw==}
+ /typescript-eslint@7.8.0(eslint@9.1.1)(typescript@5.4.5):
+ resolution: {integrity: sha512-sheFG+/D8N/L7gC3WT0Q8sB97Nm573Yfr+vZFzl/4nBdYcmviBPtwGSX9TJ7wpVg28ocerKVOt+k2eGmHzcgVA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -16079,10 +16204,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.1.0)(typescript@5.4.5)
- '@typescript-eslint/parser': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
- '@typescript-eslint/utils': 7.7.0(eslint@9.1.0)(typescript@5.4.5)
- eslint: 9.1.0
+ '@typescript-eslint/eslint-plugin': 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.1.1)(typescript@5.4.5)
+ '@typescript-eslint/parser': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.8.0(eslint@9.1.1)(typescript@5.4.5)
+ eslint: 9.1.1
typescript: 5.4.5
transitivePeerDependencies:
- supports-color
@@ -16369,7 +16494,7 @@ packages:
- terser
dev: false
- /vite-plugin-solid@2.10.2(solid-js@1.8.16):
+ /vite-plugin-solid@2.10.2(solid-js@1.8.17):
resolution: {integrity: sha512-AOEtwMe2baBSXMXdo+BUwECC8IFHcKS6WQV/1NEd+Q7vHPap5fmIhLcAzr+DUJ04/KHx/1UBU0l1/GWP+rMAPQ==}
peerDependencies:
'@testing-library/jest-dom': ^5.16.6 || ^5.17.0 || ^6.*
@@ -16381,12 +16506,12 @@ packages:
vite:
optional: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.24.5
'@types/babel__core': 7.20.5
- babel-preset-solid: 1.8.16(@babel/core@7.24.4)
+ babel-preset-solid: 1.8.16(@babel/core@7.24.5)
merge-anything: 5.1.7
- solid-js: 1.8.16
- solid-refresh: 0.6.3(solid-js@1.8.16)
+ solid-js: 1.8.17
+ solid-refresh: 0.6.3(solid-js@1.8.17)
vitefu: 0.2.5(vite@5.2.10)
transitivePeerDependencies:
- supports-color
@@ -16446,7 +16571,7 @@ packages:
'@types/node': 18.19.31
esbuild: 0.20.2
postcss: 8.4.38
- rollup: 4.16.1
+ rollup: 4.17.1
sass: 1.75.0
optionalDependencies:
fsevents: 2.3.3
@@ -16667,19 +16792,19 @@ packages:
typescript: 5.4.5
dev: false
- /vue@3.4.23(typescript@5.4.5):
- resolution: {integrity: sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==}
+ /vue@3.4.26(typescript@5.4.5):
+ resolution: {integrity: sha512-bUIq/p+VB+0xrJubaemrfhk1/FiW9iX+pDV+62I/XJ6EkspAO9/DXEjbDFoe8pIfOZBqfk45i9BMc41ptP/uRg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- '@vue/compiler-dom': 3.4.23
- '@vue/compiler-sfc': 3.4.23
- '@vue/runtime-dom': 3.4.23
- '@vue/server-renderer': 3.4.23(vue@3.4.23)
- '@vue/shared': 3.4.23
+ '@vue/compiler-dom': 3.4.26
+ '@vue/compiler-sfc': 3.4.26
+ '@vue/runtime-dom': 3.4.26
+ '@vue/server-renderer': 3.4.26(vue@3.4.26)
+ '@vue/shared': 3.4.26
typescript: 5.4.5
/w3c-xmlserializer@5.0.0:
@@ -17003,20 +17128,20 @@ packages:
engines: {node: '>=12.20'}
dev: false
- /zod-to-json-schema@3.22.5(zod@3.23.0):
- resolution: {integrity: sha512-+akaPo6a0zpVCCseDed504KBJUQpEW5QZw7RMneNmKw+fGaML1Z9tUNLnHHAC8x6dzVRO1eB2oEMyZRnuBZg7Q==}
+ /zod-to-json-schema@3.23.0(zod@3.23.5):
+ resolution: {integrity: sha512-az0uJ243PxsRIa2x1WmNE/pnuA05gUq/JB8Lwe1EDCCL/Fz9MgjYQ0fPlyc2Tcv6aF2ZA7WM5TWaRZVEFaAIag==}
peerDependencies:
- zod: ^3.22.4
+ zod: ^3.23.3
dependencies:
- zod: 3.23.0
+ zod: 3.23.5
dev: false
/zod@3.22.4:
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
dev: false
- /zod@3.23.0:
- resolution: {integrity: sha512-OFLT+LTocvabn6q76BTwVB0hExEBS0IduTr3cqZyMqEDbOnYmcU+y0tUAYbND4uwclpBGi4I4UUBGzylWpjLGA==}
+ /zod@3.23.5:
+ resolution: {integrity: sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==}
dev: false
/zwitch@2.0.4:
@@ -17046,5 +17171,5 @@ packages:
resolution: {directory: packages/astro/test/fixtures/solid-component/deps/solid-jsx-component, type: directory}
name: '@test/solid-jsx-component'
dependencies:
- solid-js: 1.8.16
+ solid-js: 1.8.17
dev: false