diff --git a/examples/bare/package.json b/examples/bare/package.json
index 781e2dd0e..a9ce08e90 100644
--- a/examples/bare/package.json
+++ b/examples/bare/package.json
@@ -8,11 +8,11 @@
"type": "module",
"devDependencies": {
"@types/node": "^18.17.5",
- "esbuild": "^0.14.54",
- "postcss": "^8.4.28",
+ "esbuild": "^0.19.5",
+ "postcss": "^8.4.31",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index bc526a2fb..7db79916c 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -8,12 +8,12 @@
"type": "module",
"main": "./dist/index.js",
"devDependencies": {
- "@types/babel__core": "^7.20.1",
+ "@types/babel__core": "^7.20.3",
"@types/node": "^18.17.5",
- "esbuild": "^0.14.54",
+ "esbuild": "^0.19.5",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
diff --git a/examples/movies/package.json b/examples/movies/package.json
index 46829190f..f34c560be 100644
--- a/examples/movies/package.json
+++ b/examples/movies/package.json
@@ -7,15 +7,15 @@
},
"type": "module",
"devDependencies": {
- "@iconify/json": "^2.2.102",
- "sass": "^1.65.1",
+ "@iconify/json": "^2.2.132",
+ "sass": "^1.69.4",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "unplugin-icons": "^0.14.15",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "unplugin-icons": "^0.17.1",
+ "vite": "^4.5.0"
},
"dependencies": {
- "@solid-primitives/scheduled": "1.1.0",
+ "@solid-primitives/scheduled": "1.4.1",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"nprogress": "^0.2.0",
diff --git a/examples/notes/package.json b/examples/notes/package.json
index 2feebd3d5..954127e40 100644
--- a/examples/notes/package.json
+++ b/examples/notes/package.json
@@ -9,25 +9,25 @@
"devDependencies": {
"solid-start-cloudflare-workers": "^0.3.8",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
- "@cloudflare/kv-asset-handler": "^0.2.0",
- "@cloudflare/workers-types": "^3.19.0",
- "@iconify/json": "^2.2.102",
+ "@cloudflare/kv-asset-handler": "^0.3.0",
+ "@cloudflare/workers-types": "^4.20231016.0",
+ "@iconify/json": "^2.2.132",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
- "@types/marked": "^4.3.1",
+ "@types/marked": "^5.0.2",
"date-fns": "^2.30.0",
"excerpts": "^0.0.3",
- "marked": "^4.3.0",
+ "marked": "^9.1.2",
"sanitize-html": "^2.11.0",
"solid-js": "^1.8.3",
"solid-start": "^0.3.8",
"string_decoder": "^1.3.0",
- "unplugin-icons": "^0.14.15",
- "wrangler": "^2.20.0"
+ "unplugin-icons": "^0.17.1",
+ "wrangler": "^3.14.0"
},
"engines": {
"node": ">=18"
diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json
index 820d0855b..23bdc15c5 100644
--- a/examples/todomvc/package.json
+++ b/examples/todomvc/package.json
@@ -8,13 +8,13 @@
"type": "module",
"devDependencies": {
"@types/node": "^18.17.5",
- "csstype": "3.1.0",
- "esbuild": "^0.14.54",
- "postcss": "^8.4.28",
- "rollup": "^3.28.0",
+ "csstype": "3.1.2",
+ "esbuild": "^0.19.5",
+ "postcss": "^8.4.31",
+ "rollup": "^4.1.4",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json
index 0378370cb..4ba41f6f1 100644
--- a/examples/with-auth/package.json
+++ b/examples/with-auth/package.json
@@ -7,14 +7,14 @@
},
"type": "module",
"devDependencies": {
- "@types/babel__core": "^7.20.1",
+ "@types/babel__core": "^7.20.3",
"@types/node": "^18.17.5",
- "esbuild": "^0.14.54",
- "postcss": "^8.4.28",
- "rollup": "^3.28.0",
+ "esbuild": "^0.19.5",
+ "postcss": "^8.4.31",
+ "rollup": "^4.1.4",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
diff --git a/examples/with-authjs/package.json b/examples/with-authjs/package.json
index 1b27f9a3e..e11c4b1fd 100644
--- a/examples/with-authjs/package.json
+++ b/examples/with-authjs/package.json
@@ -8,16 +8,16 @@
"type": "module",
"devDependencies": {
"@types/node": "^18.17.5",
- "esbuild": "^0.14.54",
- "next-auth": "^4.23.1",
- "postcss": "^8.4.28",
+ "esbuild": "^0.19.5",
+ "next-auth": "^4.24.3",
+ "postcss": "^8.4.31",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
- "@auth/core": "^0.5.1",
- "@solid-auth/base": "^2.0.3",
+ "@auth/core": "^0.18.0",
+ "@solid-mediakit/auth": "^1.0.3",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"solid-js": "^1.8.3",
diff --git a/examples/with-authjs/src/root.tsx b/examples/with-authjs/src/root.tsx
index e9350b851..6d222753c 100644
--- a/examples/with-authjs/src/root.tsx
+++ b/examples/with-authjs/src/root.tsx
@@ -1,5 +1,5 @@
// @refresh reload
-import { SessionProvider } from "@solid-auth/base/client";
+import { SessionProvider } from "@solid-mediakit/auth/client";
import { Suspense } from "solid-js";
import {
A,
diff --git a/examples/with-authjs/src/routes/api/auth/[...solidauth].ts b/examples/with-authjs/src/routes/api/auth/[...solidauth].ts
index 435732d4a..4385d7baa 100644
--- a/examples/with-authjs/src/routes/api/auth/[...solidauth].ts
+++ b/examples/with-authjs/src/routes/api/auth/[...solidauth].ts
@@ -1,4 +1,4 @@
-import { SolidAuth } from "@solid-auth/base";
+import { SolidAuth } from "@solid-mediakit/auth";
import { authOptions } from "~/server/auth";
export const { GET, POST } = SolidAuth(authOptions);
diff --git a/examples/with-authjs/src/routes/index.tsx b/examples/with-authjs/src/routes/index.tsx
index 62575cc51..424f34c42 100644
--- a/examples/with-authjs/src/routes/index.tsx
+++ b/examples/with-authjs/src/routes/index.tsx
@@ -1,5 +1,5 @@
-import { getSession } from "@solid-auth/base";
-import { signIn } from "@solid-auth/base/client";
+import { getSession } from "@solid-mediakit/auth";
+import { signIn } from "@solid-mediakit/auth/client";
import { createSignal, onCleanup, Show } from "solid-js";
import { Navigate, useRouteData } from "solid-start";
import { createServerData$ } from "solid-start/server";
diff --git a/examples/with-authjs/src/routes/protected.tsx b/examples/with-authjs/src/routes/protected.tsx
index 43e9958b5..47a875861 100644
--- a/examples/with-authjs/src/routes/protected.tsx
+++ b/examples/with-authjs/src/routes/protected.tsx
@@ -1,5 +1,5 @@
-import { getSession } from "@solid-auth/base";
-import { signOut } from "@solid-auth/base/client";
+import { getSession } from "@solid-mediakit/auth";
+import { signOut } from "@solid-mediakit/auth/client";
import { Show, type VoidComponent } from "solid-js";
import { useRouteData } from "solid-start";
import { createServerData$, redirect } from "solid-start/server";
diff --git a/examples/with-authjs/src/server/auth.ts b/examples/with-authjs/src/server/auth.ts
index 485b4d18a..15bb576a9 100644
--- a/examples/with-authjs/src/server/auth.ts
+++ b/examples/with-authjs/src/server/auth.ts
@@ -1,9 +1,9 @@
import DiscordProvider from "@auth/core/providers/discord";
-import type { SolidAuthConfig } from "@solid-auth/base";
+import type { SolidAuthConfig } from "@solid-mediakit/auth";
export const authOptions: SolidAuthConfig = {
providers: [
- // @ts-expect-error Types are wrong
+
DiscordProvider({
clientId: process.env.DISCORD_CLIENT_ID as string,
clientSecret: process.env.DISCORD_CLIENT_SECRET as string
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 9169f7a5a..5d730e432 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -9,8 +9,8 @@
"devDependencies": {
"@mdx-js/rollup": "^2.3.0",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
diff --git a/examples/with-prisma/package.json b/examples/with-prisma/package.json
index 382b36fbe..82eee2fce 100644
--- a/examples/with-prisma/package.json
+++ b/examples/with-prisma/package.json
@@ -7,15 +7,15 @@
},
"type": "module",
"devDependencies": {
+ "prisma": "^5.5.0",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
- "@prisma/client": "^4.16.2",
+ "@prisma/client": "^5.5.0",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
- "prisma": "^4.16.2",
"solid-js": "^1.8.3",
"solid-start": "^0.3.8"
},
diff --git a/examples/with-prisma/prisma/dev.db b/examples/with-prisma/prisma/dev.db
index 25ac54147..5cca8f106 100644
Binary files a/examples/with-prisma/prisma/dev.db and b/examples/with-prisma/prisma/dev.db differ
diff --git a/examples/with-solid-styled/package.json b/examples/with-solid-styled/package.json
index 8e7effbd7..ed669c94a 100644
--- a/examples/with-solid-styled/package.json
+++ b/examples/with-solid-styled/package.json
@@ -7,18 +7,18 @@
},
"type": "module",
"devDependencies": {
- "@types/babel__core": "^7.20.1",
+ "@types/babel__core": "^7.20.3",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9",
- "vite-plugin-solid-styled": "^0.8.3"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0",
+ "vite-plugin-solid-styled": "^0.9.2"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"solid-js": "^1.8.3",
"solid-start": "^0.3.8",
- "solid-styled": "^0.8.2"
+ "solid-styled": "^0.9.2"
},
"engines": {
"node": ">=18"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index a9bc6cd1e..1ba9e26c3 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -7,12 +7,12 @@
},
"type": "module",
"devDependencies": {
- "autoprefixer": "^10.4.15",
- "postcss": "^8.4.28",
+ "autoprefixer": "^10.4.16",
+ "postcss": "^8.4.31",
"solid-start-node": "^0.3.8",
"tailwindcss": "^3.3.3",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.6",
@@ -21,6 +21,6 @@
"solid-start": "^0.3.8"
},
"engines": {
- "node": "18"
+ "node": ">=18"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 15dc414d1..e9610f201 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -13,17 +13,17 @@
"devDependencies": {
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
- "@solidjs/testing-library": "^0.5.2",
- "@testing-library/jest-dom": "^5.17.0",
+ "@solidjs/testing-library": "^0.8.4",
+ "@testing-library/jest-dom": "^6.1.4",
"@types/testing-library__jest-dom": "^5.14.9",
"@vitest/coverage-c8": "^0.26.3",
- "@vitest/ui": "^0.26.3",
- "jsdom": "^20.0.3",
+ "@vitest/ui": "^0.34.6",
+ "jsdom": "^22.1.0",
"solid-js": "^1.8.3",
"solid-start": "^0.3.8",
"solid-start-node": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9",
- "vitest": "^0.26.3"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0",
+ "vitest": "^0.34.6"
}
}
diff --git a/examples/with-vitest/src/components/__snapshots__/Counter.test.tsx.snap b/examples/with-vitest/src/components/__snapshots__/Counter.test.tsx.snap
index fcedc2b56..9c2a29336 100644
--- a/examples/with-vitest/src/components/__snapshots__/Counter.test.tsx.snap
+++ b/examples/with-vitest/src/components/__snapshots__/Counter.test.tsx.snap
@@ -1,4 +1,4 @@
-// Vitest Snapshot v1
+// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[` > renders 1 1`] = `
diff --git a/examples/with-vitest/vitest.config.ts b/examples/with-vitest/vitest.config.ts
index 4331b5dbf..10c6f6ed4 100644
--- a/examples/with-vitest/vitest.config.ts
+++ b/examples/with-vitest/vitest.config.ts
@@ -5,13 +5,16 @@ export default defineConfig({
plugins: [solid()],
test: {
deps: {
- registerNodeLoader: true,
- inline: [/solid-js/],
+ optimizer: {
+ web: {
+ include: ["/solid-js/"]
+ }
+ }
},
environment: "jsdom",
globals: true,
- setupFiles: ['node_modules/@testing-library/jest-dom/extend-expect', './setupVitest.js'],
- transformMode: { web: [/\.[jt]sx?$/] },
+ setupFiles: ['node_modules/@testing-library/jest-dom/vitest', './setupVitest.js'],
+ testTransformMode: { web: ["/\.[jt]sx?$/"] },
},
resolve: {
conditions: ["development", "browser"],
diff --git a/examples/with-websocket/package.json b/examples/with-websocket/package.json
index 9e6d717cd..e241c5ca2 100644
--- a/examples/with-websocket/package.json
+++ b/examples/with-websocket/package.json
@@ -8,12 +8,12 @@
"type": "module",
"devDependencies": {
"solid-start-cloudflare-workers": "^0.3.8",
- "typescript": "^4.9.5",
- "vite": "^4.4.9"
+ "typescript": "^5.2.2",
+ "vite": "^4.5.0"
},
"dependencies": {
- "@cloudflare/kv-asset-handler": "^0.1.3",
- "@cloudflare/workers-types": "^3.19.0",
+ "@cloudflare/kv-asset-handler": "^0.3.0",
+ "@cloudflare/workers-types": "^4.20231016.0",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"solid-js": "^1.8.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d38207423..a2c1fd619 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -119,20 +119,20 @@ importers:
specifier: ^18.17.5
version: 18.17.5
esbuild:
- specifier: ^0.14.54
- version: 0.14.54
+ specifier: ^0.19.5
+ version: 0.19.5
postcss:
- specifier: ^8.4.28
- version: 8.4.28
+ specifier: ^8.4.31
+ version: 8.4.31
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.17.5)
examples/hackernews:
dependencies:
@@ -150,29 +150,29 @@ importers:
version: link:../../packages/start
devDependencies:
'@types/babel__core':
- specifier: ^7.20.1
- version: 7.20.1
+ specifier: ^7.20.3
+ version: 7.20.3
'@types/node':
specifier: ^18.17.5
version: 18.17.5
esbuild:
- specifier: ^0.14.54
- version: 0.14.54
+ specifier: ^0.19.5
+ version: 0.19.5
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.17.5)
examples/movies:
dependencies:
'@solid-primitives/scheduled':
- specifier: 1.1.0
- version: 1.1.0(solid-js@1.8.3)
+ specifier: 1.4.1
+ version: 1.4.1(solid-js@1.8.3)
'@solidjs/meta':
specifier: ^0.28.6
version: 0.28.6(solid-js@1.8.3)
@@ -196,35 +196,35 @@ importers:
version: link:../../packages/start-netlify
devDependencies:
'@iconify/json':
- specifier: ^2.2.102
- version: 2.2.102
+ specifier: ^2.2.132
+ version: 2.2.132
sass:
- specifier: ^1.65.1
- version: 1.65.1
+ specifier: ^1.69.4
+ version: 1.69.4
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
unplugin-icons:
- specifier: ^0.14.15
- version: 0.14.15
+ specifier: ^0.17.1
+ version: 0.17.1
vite:
- specifier: ^4.4.9
- version: 4.4.9(sass@1.65.1)
+ specifier: ^4.5.0
+ version: 4.5.0(sass@1.69.4)
examples/notes:
dependencies:
'@cloudflare/kv-asset-handler':
- specifier: ^0.2.0
- version: 0.2.0
+ specifier: ^0.3.0
+ version: 0.3.0
'@cloudflare/workers-types':
- specifier: ^3.19.0
- version: 3.19.0
+ specifier: ^4.20231016.0
+ version: 4.20231016.0
'@iconify/json':
- specifier: ^2.2.102
- version: 2.2.102
+ specifier: ^2.2.132
+ version: 2.2.132
'@solidjs/meta':
specifier: ^0.28.6
version: 0.28.6(solid-js@1.8.3)
@@ -232,8 +232,8 @@ importers:
specifier: ^0.8.3
version: 0.8.3(solid-js@1.8.3)
'@types/marked':
- specifier: ^4.3.1
- version: 4.3.1
+ specifier: ^5.0.2
+ version: 5.0.2
date-fns:
specifier: ^2.30.0
version: 2.30.0
@@ -241,8 +241,8 @@ importers:
specifier: ^0.0.3
version: 0.0.3
marked:
- specifier: ^4.3.0
- version: 4.3.0
+ specifier: ^9.1.2
+ version: 9.1.2
sanitize-html:
specifier: ^2.11.0
version: 2.11.0
@@ -256,11 +256,11 @@ importers:
specifier: ^1.3.0
version: 1.3.0
unplugin-icons:
- specifier: ^0.14.15
- version: 0.14.15
+ specifier: ^0.17.1
+ version: 0.17.1
wrangler:
- specifier: ^2.20.0
- version: 2.20.0
+ specifier: ^3.14.0
+ version: 3.14.0
devDependencies:
solid-start-cloudflare-workers:
specifier: ^0.3.8
@@ -269,11 +269,11 @@ importers:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
examples/todomvc:
dependencies:
@@ -294,26 +294,26 @@ importers:
specifier: ^18.17.5
version: 18.17.5
csstype:
- specifier: 3.1.0
- version: 3.1.0
+ specifier: 3.1.2
+ version: 3.1.2
esbuild:
- specifier: ^0.14.54
- version: 0.14.54
+ specifier: ^0.19.5
+ version: 0.19.5
postcss:
- specifier: ^8.4.28
- version: 8.4.28
+ specifier: ^8.4.31
+ version: 8.4.31
rollup:
- specifier: ^3.28.0
- version: 3.28.0
+ specifier: ^4.1.4
+ version: 4.1.4
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.17.5)
examples/with-auth:
dependencies:
@@ -331,38 +331,38 @@ importers:
version: link:../../packages/start
devDependencies:
'@types/babel__core':
- specifier: ^7.20.1
- version: 7.20.1
+ specifier: ^7.20.3
+ version: 7.20.3
'@types/node':
specifier: ^18.17.5
version: 18.17.5
esbuild:
- specifier: ^0.14.54
- version: 0.14.54
+ specifier: ^0.19.5
+ version: 0.19.5
postcss:
- specifier: ^8.4.28
- version: 8.4.28
+ specifier: ^8.4.31
+ version: 8.4.31
rollup:
- specifier: ^3.28.0
- version: 3.28.0
+ specifier: ^4.1.4
+ version: 4.1.4
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.17.5)
examples/with-authjs:
dependencies:
'@auth/core':
- specifier: ^0.5.1
- version: 0.5.1
- '@solid-auth/base':
- specifier: ^2.0.3
- version: 2.0.3(@auth/core@0.5.1)(solid-js@1.8.3)(solid-start@packages+start)
+ specifier: ^0.18.0
+ version: 0.18.0
+ '@solid-mediakit/auth':
+ specifier: ^1.0.3
+ version: 1.0.3(@auth/core@0.18.0)(rollup@3.26.2)(solid-start@packages+start)(typescript@5.2.2)
'@solidjs/meta':
specifier: ^0.28.6
version: 0.28.6(solid-js@1.8.3)
@@ -380,23 +380,23 @@ importers:
specifier: ^18.17.5
version: 18.17.5
esbuild:
- specifier: ^0.14.54
- version: 0.14.54
+ specifier: ^0.19.5
+ version: 0.19.5
next-auth:
- specifier: ^4.23.1
- version: 4.23.1(next@13.4.16)(react-dom@18.2.0)(react@18.2.0)
+ specifier: ^4.24.3
+ version: 4.24.3(next@13.4.16)(react-dom@18.2.0)(react@18.2.0)
postcss:
- specifier: ^8.4.28
- version: 8.4.28
+ specifier: ^8.4.31
+ version: 8.4.31
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.17.5)
examples/with-mdx:
dependencies:
@@ -411,38 +411,35 @@ importers:
version: 1.8.3
solid-mdx:
specifier: ^0.0.7
- version: 0.0.7(solid-js@1.8.3)(vite@4.4.9)
+ version: 0.0.7(solid-js@1.8.3)(vite@4.5.0)
solid-start:
specifier: ^0.3.8
version: link:../../packages/start
devDependencies:
'@mdx-js/rollup':
specifier: ^2.3.0
- version: 2.3.0(rollup@3.28.0)
+ version: 2.3.0(rollup@4.1.4)
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
examples/with-prisma:
dependencies:
'@prisma/client':
- specifier: ^4.16.2
- version: 4.16.2(prisma@4.16.2)
+ specifier: ^5.5.0
+ version: 5.5.0(prisma@5.5.0)
'@solidjs/meta':
specifier: ^0.28.6
version: 0.28.6(solid-js@1.8.3)
'@solidjs/router':
specifier: ^0.8.3
version: 0.8.3(solid-js@1.8.3)
- prisma:
- specifier: ^4.16.2
- version: 4.16.2
solid-js:
specifier: ^1.8.3
version: 1.8.3
@@ -450,15 +447,18 @@ importers:
specifier: ^0.3.8
version: link:../../packages/start
devDependencies:
+ prisma:
+ specifier: ^5.5.0
+ version: 5.5.0
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
examples/with-solid-styled:
dependencies:
@@ -475,24 +475,24 @@ importers:
specifier: ^0.3.8
version: link:../../packages/start
solid-styled:
- specifier: ^0.8.2
- version: 0.8.2(@babel/core@7.22.10)(solid-js@1.8.3)
+ specifier: ^0.9.2
+ version: 0.9.2(solid-js@1.8.3)
devDependencies:
'@types/babel__core':
- specifier: ^7.20.1
- version: 7.20.1
+ specifier: ^7.20.3
+ version: 7.20.3
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
vite-plugin-solid-styled:
- specifier: ^0.8.3
- version: 0.8.3(rollup@3.26.2)(solid-styled@0.8.2)(vite@4.4.9)
+ specifier: ^0.9.2
+ version: 0.9.2(rollup@3.26.2)(solid-styled@0.9.2)(vite@4.5.0)
examples/with-tailwindcss:
dependencies:
@@ -510,11 +510,11 @@ importers:
version: link:../../packages/start
devDependencies:
autoprefixer:
- specifier: ^10.4.15
- version: 10.4.15(postcss@8.4.28)
+ specifier: ^10.4.16
+ version: 10.4.16(postcss@8.4.31)
postcss:
- specifier: ^8.4.28
- version: 8.4.28
+ specifier: ^8.4.31
+ version: 8.4.31
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
@@ -522,11 +522,11 @@ importers:
specifier: ^3.3.3
version: 3.3.3
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
examples/with-trpc:
dependencies:
@@ -541,10 +541,10 @@ importers:
version: 5.0.0-alpha.20(solid-js@1.8.3)
'@trpc/client':
specifier: ^10.37.1
- version: 10.37.1(@trpc/server@10.37.1)
+ version: 10.42.0(@trpc/server@10.42.0)
'@trpc/server':
specifier: ^10.37.1
- version: 10.37.1
+ version: 10.42.0
solid-js:
specifier: ^1.8.3
version: 1.8.3
@@ -553,13 +553,13 @@ importers:
version: link:../../packages/start
solid-start-trpc:
specifier: ^0.0.16
- version: 0.0.16(@trpc/client@10.37.1)(@trpc/server@10.37.1)(solid-js@1.8.3)(solid-start@packages+start)
+ version: 0.0.16(@trpc/client@10.42.0)(@trpc/server@10.42.0)(solid-js@1.8.3)(solid-start@packages+start)
solid-trpc:
specifier: 0.1.0-sssr.7
- version: 0.1.0-sssr.7(@tanstack/solid-query@5.0.0-alpha.20)(@trpc/client@10.37.1)(@trpc/server@10.37.1)(solid-js@1.8.3)(solid-start@packages+start)
+ version: 0.1.0-sssr.7(@tanstack/solid-query@5.0.0-alpha.20)(@trpc/client@10.42.0)(@trpc/server@10.42.0)(solid-js@1.8.3)(solid-start@packages+start)
zod:
specifier: ^3.22.1
- version: 3.22.1
+ version: 3.22.4
devDependencies:
'@types/node':
specifier: ^18.17.5
@@ -569,7 +569,7 @@ importers:
version: 0.14.54
postcss:
specifier: ^8.4.28
- version: 8.4.28
+ version: 8.4.31
solid-start-node:
specifier: ^0.3.8
version: link:../../packages/start-node
@@ -578,7 +578,7 @@ importers:
version: 4.9.5
vite:
specifier: ^4.4.9
- version: 4.4.9(@types/node@18.17.5)
+ version: 4.5.0(@types/node@18.17.5)
examples/with-vitest:
devDependencies:
@@ -589,23 +589,23 @@ importers:
specifier: ^0.8.3
version: 0.8.3(solid-js@1.8.3)
'@solidjs/testing-library':
- specifier: ^0.5.2
- version: 0.5.2(solid-js@1.8.3)
+ specifier: ^0.8.4
+ version: 0.8.4(@solidjs/router@0.8.3)(solid-js@1.8.3)
'@testing-library/jest-dom':
- specifier: ^5.17.0
- version: 5.17.0
+ specifier: ^6.1.4
+ version: 6.1.4(vitest@0.34.6)
'@types/testing-library__jest-dom':
specifier: ^5.14.9
version: 5.14.9
'@vitest/coverage-c8':
specifier: ^0.26.3
- version: 0.26.3(@vitest/ui@0.26.3)(jsdom@20.0.3)
+ version: 0.26.3(@vitest/ui@0.34.6)(jsdom@22.1.0)
'@vitest/ui':
- specifier: ^0.26.3
- version: 0.26.3
+ specifier: ^0.34.6
+ version: 0.34.6(vitest@0.34.6)
jsdom:
- specifier: ^20.0.3
- version: 20.0.3
+ specifier: ^22.1.0
+ version: 22.1.0
solid-js:
specifier: ^1.8.3
version: 1.8.3
@@ -616,23 +616,23 @@ importers:
specifier: ^0.3.8
version: link:../../packages/start-node
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
vitest:
- specifier: ^0.26.3
- version: 0.26.3(@vitest/ui@0.26.3)(jsdom@20.0.3)
+ specifier: ^0.34.6
+ version: 0.34.6(@vitest/ui@0.34.6)(jsdom@22.1.0)
examples/with-websocket:
dependencies:
'@cloudflare/kv-asset-handler':
- specifier: ^0.1.3
- version: 0.1.3
+ specifier: ^0.3.0
+ version: 0.3.0
'@cloudflare/workers-types':
- specifier: ^3.19.0
- version: 3.19.0
+ specifier: ^4.20231016.0
+ version: 4.20231016.0
'@solidjs/meta':
specifier: ^0.28.6
version: 0.28.6(solid-js@1.8.3)
@@ -650,11 +650,11 @@ importers:
specifier: ^0.3.8
version: link:../../packages/start-cloudflare-workers
typescript:
- specifier: ^4.9.5
- version: 4.9.5
+ specifier: ^5.2.2
+ version: 5.2.2
vite:
- specifier: ^4.4.9
- version: 4.4.9(@types/node@18.16.19)
+ specifier: ^4.5.0
+ version: 4.5.0(@types/node@18.16.19)
packages/create-solid:
devDependencies:
@@ -711,7 +711,7 @@ importers:
version: 2.3.0
'@mdx-js/rollup':
specifier: ^2.3.0
- version: 2.3.0(rollup@3.28.0)
+ version: 2.3.0(rollup@4.1.4)
'@types/mdast':
specifier: ^3.0.12
version: 3.0.12
@@ -747,10 +747,10 @@ importers:
version: 2.1.1
remark-shiki-twoslash:
specifier: ^3.1.3
- version: 3.1.3(typescript@4.9.5)
+ version: 3.1.3(typescript@5.2.2)
solid-mdx:
specifier: ^0.0.7
- version: 0.0.7(solid-js@1.8.3)(vite@4.4.9)
+ version: 0.0.7(solid-js@1.8.3)(vite@4.5.0)
unified:
specifier: ^10.1.2
version: 10.1.2
@@ -975,7 +975,7 @@ importers:
version: link:../start
vite:
specifier: ^4.4.6
- version: 4.4.9(@types/node@18.16.19)
+ version: 4.4.9
packages/start-cloudflare-pages:
dependencies:
@@ -1400,8 +1400,8 @@ packages:
/@antfu/utils@0.7.6:
resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==}
- /@auth/core@0.5.1:
- resolution: {integrity: sha512-t9z8F7dkuVceKWBmMy1fd2t6H+vfRju/YJ1lm+6RnJ7pNEvX5qMR874wg0+cYbWvyZazLi8fFK/FA6I3D5sSkA==}
+ /@auth/core@0.18.0:
+ resolution: {integrity: sha512-Xb41H3FIv4PlTZmwoFvntaNlVTwIqFxIg7i0/ieHOOxf/7H8EJpGTWoNrqKhwMyZEPU6fHp+VcUiqdX3vFrWSg==}
peerDependencies:
nodemailer: ^6.8.0
peerDependenciesMeta:
@@ -1434,15 +1434,15 @@ packages:
resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
engines: {node: '>=6.9.0'}
- /@babel/core@7.22.10:
- resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==}
+ /@babel/core@7.20.12:
+ resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.22.13
'@babel/generator': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-module-transforms': 7.23.0(@babel/core@7.22.10)
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.20.12)
'@babel/helpers': 7.23.2
'@babel/parser': 7.23.0
'@babel/template': 7.22.15
@@ -1499,7 +1499,6 @@ packages:
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- dev: false
/@babel/generator@7.22.9:
resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==}
@@ -1548,10 +1547,28 @@ packages:
dependencies:
'@babel/compat-data': 7.22.9
'@babel/helper-validator-option': 7.22.15
- browserslist: 4.21.10
+ browserslist: 4.22.1
lru-cache: 5.1.1
semver: 6.3.1
+ /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.20.12):
+ resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@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.22.9(@babel/core@7.20.12)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ semver: 6.3.1
+ dev: false
+
/@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.9):
resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
engines: {node: '>=6.9.0'}
@@ -1655,6 +1672,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.23.0
+ dev: false
/@babel/helper-module-transforms@7.22.9(@babel/core@7.22.9):
resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
@@ -1669,13 +1687,13 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
'@babel/helper-validator-identifier': 7.22.20
- /@babel/helper-module-transforms@7.23.0(@babel/core@7.22.10):
+ /@babel/helper-module-transforms@7.23.0(@babel/core@7.20.12):
resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.10
+ '@babel/core': 7.20.12
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
@@ -1707,7 +1725,6 @@ packages:
'@babel/helper-simple-access': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
'@babel/helper-validator-identifier': 7.22.20
- dev: false
/@babel/helper-optimise-call-expression@7.22.5:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
@@ -1731,6 +1748,18 @@ packages:
'@babel/helper-wrap-function': 7.22.10
dev: false
+ /@babel/helper-replace-supers@7.22.9(@babel/core@7.20.12):
+ resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@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-replace-supers@7.22.9(@babel/core@7.22.9):
resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
engines: {node: '>=6.9.0'}
@@ -1969,6 +1998,16 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
+ /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.20.12):
+ resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: false
+
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'}
@@ -2062,6 +2101,16 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: false
+ /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.20.12):
+ resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: false
+
/@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
engines: {node: '>=6.9.0'}
@@ -2349,6 +2398,18 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-simple-access': 7.22.5
+ /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.20.12):
+ resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.20.12)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
+ dev: false
+
/@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2):
resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==}
engines: {node: '>=6.9.0'}
@@ -2604,6 +2665,19 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.9)
+ /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.20.12):
+ resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.20.12)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.20.12)
+ dev: false
+
/@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2):
resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
engines: {node: '>=6.9.0'}
@@ -2777,6 +2851,20 @@ packages:
'@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9)
'@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.9)
+ /@babel/preset-typescript@7.23.2(@babel/core@7.20.12):
+ resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.20.12
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.15
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.20.12)
+ '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.20.12)
+ '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.20.12)
+ dev: false
+
/@babel/preset-typescript@7.23.2(@babel/core@7.23.2):
resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==}
engines: {node: '>=6.9.0'}
@@ -2883,21 +2971,86 @@ packages:
resolution: {integrity: sha512-FNcunDuTmEfQTLRLtA6zz+buIXUHj1soPvSWzzQFBC+n2lsy+CGf/NIrR3SEPCmsVNQj70/Jx2lViCpq+09YpQ==}
dependencies:
mime: 2.6.0
+ dev: true
/@cloudflare/kv-asset-handler@0.2.0:
resolution: {integrity: sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==}
dependencies:
mime: 3.0.0
+ /@cloudflare/kv-asset-handler@0.3.0:
+ resolution: {integrity: sha512-9CB/MKf/wdvbfkUdfrj+OkEwZ5b7rws0eogJ4293h+7b6KX5toPwym+VQKmILafNB9YiehqY0DlNrDcDhdWHSQ==}
+ dependencies:
+ mime: 3.0.0
+ dev: false
+
+ /@cloudflare/workerd-darwin-64@1.20231016.0:
+ resolution: {integrity: sha512-rPAnF8Q25+eHEsAopihWeftPW/P0QapY9d7qaUmtOXztWdd6YPQ7JuiWVj4Nvjphge1BleehxAbo4I3Z4L2H1g==}
+ engines: {node: '>=16'}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@cloudflare/workerd-darwin-arm64@1.20231016.0:
+ resolution: {integrity: sha512-MvydDdiLXt+jy57vrVZ2lU6EQwCdpieyZoN8uBXSWzfG3zR/6dxU1+okvPQPlHN0jtlufqPeHrpJyAqqgLHUKA==}
+ engines: {node: '>=16'}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@cloudflare/workerd-linux-64@1.20231016.0:
+ resolution: {integrity: sha512-y6Sj37yTzM8QbAghG9LRqoSBrsREnQz8NkcmpjSxeK6KMc2g0L5A/OemCdugNlIiv+zRv9BYX1aosaoxY5JbeQ==}
+ engines: {node: '>=16'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@cloudflare/workerd-linux-arm64@1.20231016.0:
+ resolution: {integrity: sha512-LqMIRUHD1YeRg2TPIfIQEhapSKMFSq561RypvJoXZvTwSbaROxGdW6Ku+PvButqTkEvuAtfzN/kGje7fvfQMHg==}
+ engines: {node: '>=16'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@cloudflare/workerd-windows-64@1.20231016.0:
+ resolution: {integrity: sha512-96ojBwIHyiUAbsWlzBqo9P/cvH8xUh8SuBboFXtwAeXcJ6/urwKN2AqPa/QzOGUTCdsurWYiieARHT5WWWPhKw==}
+ engines: {node: '>=16'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ dev: false
+ optional: true
+
/@cloudflare/workers-types@3.19.0:
resolution: {integrity: sha512-0FRcsz7Ea3jT+gc5gKPIYciykm1bbAaTpygdzpCwGt0RL+V83zWnYN30NWDW4rIHj/FHtz+MIuBKS61C8l7AzQ==}
+ /@cloudflare/workers-types@4.20231016.0:
+ resolution: {integrity: sha512-eGB0cRVyoJpeyGJx2re5sbd9R316a61sY73xwnqm4cwGpb+OxCK2gc651RxGiN7H4w6LY1RpysUgeGLmj5B3+g==}
+ dev: false
+
/@esbuild-plugins/node-globals-polyfill@0.1.1(esbuild@0.16.3):
resolution: {integrity: sha512-MR0oAA+mlnJWrt1RQVQ+4VYuRJW/P2YmRTv1AsplObyvuBMnPHiizUF95HHYiSsMGLhyGtWufaq2XQg6+iurBg==}
peerDependencies:
esbuild: '*'
dependencies:
esbuild: 0.16.3
+ dev: true
+
+ /@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.17.19):
+ resolution: {integrity: sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==}
+ peerDependencies:
+ esbuild: '*'
+ dependencies:
+ esbuild: 0.17.19
+ dev: false
/@esbuild-plugins/node-modules-polyfill@0.1.4(esbuild@0.16.3):
resolution: {integrity: sha512-uZbcXi0zbmKC/050p3gJnne5Qdzw8vkXIv+c2BW0Lsc1ji1SkrxbKPUy5Efr0blbTu1SL8w4eyfpnSdPg3G0Qg==}
@@ -2907,6 +3060,17 @@ packages:
esbuild: 0.16.3
escape-string-regexp: 4.0.0
rollup-plugin-node-polyfills: 0.2.1
+ dev: true
+
+ /@esbuild-plugins/node-modules-polyfill@0.2.2(esbuild@0.17.19):
+ resolution: {integrity: sha512-LXV7QsWJxRuMYvKbiznh+U1ilIop3g2TeKRzUxOG5X3YITc8JyyTa90BmLwqqv0YnX4v32CSlG+vsziZp9dMvA==}
+ peerDependencies:
+ esbuild: '*'
+ dependencies:
+ esbuild: 0.17.19
+ escape-string-regexp: 4.0.0
+ rollup-plugin-node-polyfills: 0.2.1
+ dev: false
/@esbuild/android-arm64@0.16.3:
resolution: {integrity: sha512-RolFVeinkeraDvN/OoRf1F/lP0KUfGNb5jxy/vkIMeRRChkrX/HTYN6TYZosRJs3a1+8wqpxAo5PI5hFmxyPRg==}
@@ -2914,6 +3078,7 @@ packages:
cpu: [arm64]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-arm64@0.17.19:
@@ -2933,6 +3098,15 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/android-arm64@0.19.5:
+ resolution: {integrity: sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/android-arm@0.15.18:
resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==}
engines: {node: '>=12'}
@@ -2948,6 +3122,7 @@ packages:
cpu: [arm]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-arm@0.17.19:
@@ -2967,12 +3142,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/android-arm@0.19.5:
+ resolution: {integrity: sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/android-x64@0.16.3:
resolution: {integrity: sha512-SFpTUcIT1bIJuCCBMCQWq1bL2gPTjWoLZdjmIhjdcQHaUfV41OQfho6Ici5uvvkMmZRXIUGpM3GxysP/EU7ifQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/android-x64@0.17.19:
@@ -2992,12 +3177,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/android-x64@0.19.5:
+ resolution: {integrity: sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [android]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/darwin-arm64@0.16.3:
resolution: {integrity: sha512-DO8WykMyB+N9mIDfI/Hug70Dk1KipavlGAecxS3jDUwAbTpDXj0Lcwzw9svkhxfpCagDmpaTMgxWK8/C/XcXvw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/darwin-arm64@0.17.19:
@@ -3017,12 +3212,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/darwin-arm64@0.19.5:
+ resolution: {integrity: sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/darwin-x64@0.16.3:
resolution: {integrity: sha512-uEqZQ2omc6BvWqdCiyZ5+XmxuHEi1SPzpVxXCSSV2+Sh7sbXbpeNhHIeFrIpRjAs0lI1FmA1iIOxFozKBhKgRQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/darwin-x64@0.17.19:
@@ -3042,12 +3247,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/darwin-x64@0.19.5:
+ resolution: {integrity: sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/freebsd-arm64@0.16.3:
resolution: {integrity: sha512-nJansp3sSXakNkOD5i5mIz2Is/HjzIhFs49b1tjrPrpCmwgBmH9SSzhC/Z1UqlkivqMYkhfPwMw1dGFUuwmXhw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/freebsd-arm64@0.17.19:
@@ -3067,12 +3282,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/freebsd-arm64@0.19.5:
+ resolution: {integrity: sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [freebsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/freebsd-x64@0.16.3:
resolution: {integrity: sha512-TfoDzLw+QHfc4a8aKtGSQ96Wa+6eimljjkq9HKR0rHlU83vw8aldMOUSJTUDxbcUdcgnJzPaX8/vGWm7vyV7ug==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/freebsd-x64@0.17.19:
@@ -3092,12 +3317,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/freebsd-x64@0.19.5:
+ resolution: {integrity: sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [freebsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-arm64@0.16.3:
resolution: {integrity: sha512-7I3RlsnxEFCHVZNBLb2w7unamgZ5sVwO0/ikE2GaYvYuUQs9Qte/w7TqWcXHtCwxvZx/2+F97ndiUQAWs47ZfQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-arm64@0.17.19:
@@ -3117,12 +3352,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-arm64@0.19.5:
+ resolution: {integrity: sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-arm@0.16.3:
resolution: {integrity: sha512-VwswmSYwVAAq6LysV59Fyqk3UIjbhuc6wb3vEcJ7HEJUtFuLK9uXWuFoH1lulEbE4+5GjtHi3MHX+w1gNHdOWQ==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-arm@0.17.19:
@@ -3142,12 +3387,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-arm@0.19.5:
+ resolution: {integrity: sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==}
+ engines: {node: '>=12'}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-ia32@0.16.3:
resolution: {integrity: sha512-X8FDDxM9cqda2rJE+iblQhIMYY49LfvW4kaEjoFbTTQ4Go8G96Smj2w3BRTwA8IHGoi9dPOPGAX63dhuv19UqA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-ia32@0.17.19:
@@ -3167,6 +3422,15 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-ia32@0.19.5:
+ resolution: {integrity: sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-loong64@0.14.54:
resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==}
engines: {node: '>=12'}
@@ -3191,6 +3455,7 @@ packages:
cpu: [loong64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-loong64@0.17.19:
@@ -3210,12 +3475,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-loong64@0.19.5:
+ resolution: {integrity: sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==}
+ engines: {node: '>=12'}
+ cpu: [loong64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-mips64el@0.16.3:
resolution: {integrity: sha512-znFRzICT/V8VZQMt6rjb21MtAVJv/3dmKRMlohlShrbVXdBuOdDrGb+C2cZGQAR8RFyRe7HS6klmHq103WpmVw==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-mips64el@0.17.19:
@@ -3235,12 +3510,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-mips64el@0.19.5:
+ resolution: {integrity: sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==}
+ engines: {node: '>=12'}
+ cpu: [mips64el]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-ppc64@0.16.3:
resolution: {integrity: sha512-EV7LuEybxhXrVTDpbqWF2yehYRNz5e5p+u3oQUS2+ZFpknyi1NXxr8URk4ykR8Efm7iu04//4sBg249yNOwy5Q==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-ppc64@0.17.19:
@@ -3260,12 +3545,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-ppc64@0.19.5:
+ resolution: {integrity: sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==}
+ engines: {node: '>=12'}
+ cpu: [ppc64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-riscv64@0.16.3:
resolution: {integrity: sha512-uDxqFOcLzFIJ+r/pkTTSE9lsCEaV/Y6rMlQjUI9BkzASEChYL/aSQjZjchtEmdnVxDKETnUAmsaZ4pqK1eE5BQ==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-riscv64@0.17.19:
@@ -3285,12 +3580,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-riscv64@0.19.5:
+ resolution: {integrity: sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==}
+ engines: {node: '>=12'}
+ cpu: [riscv64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-s390x@0.16.3:
resolution: {integrity: sha512-NbeREhzSxYwFhnCAQOQZmajsPYtX71Ufej3IQ8W2Gxskfz9DK58ENEju4SbpIj48VenktRASC52N5Fhyf/aliQ==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-s390x@0.17.19:
@@ -3310,12 +3615,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-s390x@0.19.5:
+ resolution: {integrity: sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==}
+ engines: {node: '>=12'}
+ cpu: [s390x]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/linux-x64@0.16.3:
resolution: {integrity: sha512-SDiG0nCixYO9JgpehoKgScwic7vXXndfasjnD5DLbp1xltANzqZ425l7LSdHynt19UWOcDjG9wJJzSElsPvk0w==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/linux-x64@0.17.19:
@@ -3335,12 +3650,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/linux-x64@0.19.5:
+ resolution: {integrity: sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/netbsd-x64@0.16.3:
resolution: {integrity: sha512-AzbsJqiHEq1I/tUvOfAzCY15h4/7Ivp3ff/o1GpP16n48JMNAtbW0qui2WCgoIZArEHD0SUQ95gvR0oSO7ZbdA==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/netbsd-x64@0.17.19:
@@ -3360,12 +3685,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/netbsd-x64@0.19.5:
+ resolution: {integrity: sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [netbsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/openbsd-x64@0.16.3:
resolution: {integrity: sha512-gSABi8qHl8k3Cbi/4toAzHiykuBuWLZs43JomTcXkjMZVkp0gj3gg9mO+9HJW/8GB5H89RX/V0QP4JGL7YEEVg==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/openbsd-x64@0.17.19:
@@ -3385,12 +3720,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/openbsd-x64@0.19.5:
+ resolution: {integrity: sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [openbsd]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/sunos-x64@0.16.3:
resolution: {integrity: sha512-SF9Kch5Ete4reovvRO6yNjMxrvlfT0F0Flm+NPoUw5Z4Q3r1d23LFTgaLwm3Cp0iGbrU/MoUI+ZqwCv5XJijCw==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/sunos-x64@0.17.19:
@@ -3410,12 +3755,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/sunos-x64@0.19.5:
+ resolution: {integrity: sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [sunos]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-arm64@0.16.3:
resolution: {integrity: sha512-u5aBonZIyGopAZyOnoPAA6fGsDeHByZ9CnEzyML9NqntK6D/xl5jteZUKm/p6nD09+v3pTM6TuUIqSPcChk5gg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-arm64@0.17.19:
@@ -3435,12 +3790,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/win32-arm64@0.19.5:
+ resolution: {integrity: sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==}
+ engines: {node: '>=12'}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-ia32@0.16.3:
resolution: {integrity: sha512-GlgVq1WpvOEhNioh74TKelwla9KDuAaLZrdxuuUgsP2vayxeLgVc+rbpIv0IYF4+tlIzq2vRhofV+KGLD+37EQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-ia32@0.17.19:
@@ -3460,12 +3825,22 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/win32-ia32@0.19.5:
+ resolution: {integrity: sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==}
+ engines: {node: '>=12'}
+ cpu: [ia32]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@esbuild/win32-x64@0.16.3:
resolution: {integrity: sha512-5/JuTd8OWW8UzEtyf19fbrtMJENza+C9JoPIkvItgTBQ1FO2ZLvjbPO6Xs54vk0s5JB5QsfieUEshRQfu7ZHow==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
+ dev: true
optional: true
/@esbuild/win32-x64@0.17.19:
@@ -3485,6 +3860,15 @@ packages:
requiresBuild: true
optional: true
+ /@esbuild/win32-x64@0.19.5:
+ resolution: {integrity: sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==}
+ engines: {node: '>=12'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ dev: true
+ optional: true
+
/@hapi/hoek@9.3.0:
resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==}
dev: false
@@ -3498,8 +3882,8 @@ packages:
/@iarna/toml@2.2.5:
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
- /@iconify/json@2.2.102:
- resolution: {integrity: sha512-GzTbgFxu5KF17HYj1i4gCr6qpIeEOuFsVEuuePy33vH1vs2IA0a0ox/ZVQDBWhNZHYAIZHL6XBC4m/vsr0J+qA==}
+ /@iconify/json@2.2.132:
+ resolution: {integrity: sha512-iRhfaUp7yQvez1lubMgjtBflpPXl2/2ItOoEybbA+u4Xv9sOJ3n7131DavvzhXqWiRu2NOhGpiGoqcU4RlOLnA==}
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.1
@@ -3507,8 +3891,8 @@ packages:
/@iconify/types@2.0.0:
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- /@iconify/utils@2.1.7:
- resolution: {integrity: sha512-P8S3z/L1LcV4Qem9AoCfVAaTFGySEMzFEY4CHZLkfRj0Fv9LiR+AwjDgrDrzyI93U2L2mg9JHsbTJ52mF8suNw==}
+ /@iconify/utils@2.1.11:
+ resolution: {integrity: sha512-M/w3PkN8zQYXi8N6qK/KhnYMfEbbb6Sk8RZVn8g+Pmmu5ybw177RpsaGwpziyHeUsu4etrexYSWq3rwnIqzYCg==}
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.6
@@ -3630,14 +4014,14 @@ packages:
transitivePeerDependencies:
- supports-color
- /@mdx-js/rollup@2.3.0(rollup@3.28.0):
+ /@mdx-js/rollup@2.3.0(rollup@4.1.4):
resolution: {integrity: sha512-wLvRfJS/M4UmdqTd+WoaySEE7q4BIejYf1xAHXYvtT1du/1Tl/z2450Gg2+Hu7fh05KwRRiehiTP9Yc/Dtn0fA==}
peerDependencies:
rollup: '>=2'
dependencies:
'@mdx-js/mdx': 2.3.0
- '@rollup/pluginutils': 5.0.3(rollup@3.28.0)
- rollup: 3.28.0
+ '@rollup/pluginutils': 5.0.3(rollup@4.1.4)
+ rollup: 4.1.4
source-map: 0.7.4
vfile: 5.3.7
transitivePeerDependencies:
@@ -3651,6 +4035,7 @@ packages:
'@miniflare/shared': 2.13.0
http-cache-semantics: 4.1.1
undici: 5.20.0
+ dev: true
/@miniflare/cache@2.14.0:
resolution: {integrity: sha512-0mz0OCzTegiX75uMURLJpDo3DaOCSx9M0gv7NMFWDbK/XrvjoENiBZiKu98UBM5fts0qtK19a+MfB4aT0uBCFg==}
@@ -3668,6 +4053,7 @@ packages:
dependencies:
'@miniflare/shared': 2.13.0
kleur: 4.1.5
+ dev: true
/@miniflare/cli-parser@2.14.0:
resolution: {integrity: sha512-6Wb0jTMqwI7GRGAhz9WOF8AONUsXXPmwu+Qhg+tnRWtQpJ3DYd5dku1N04L9L1R7np/mD8RrycLyCdg3hLZ3aA==}
@@ -3691,6 +4077,7 @@ packages:
set-cookie-parser: 2.6.0
undici: 5.20.0
urlpattern-polyfill: 4.0.3
+ dev: true
/@miniflare/core@2.14.0:
resolution: {integrity: sha512-BjmV/ZDwsKvXnJntYHt3AQgzVKp/5ZzWPpYWoOnUSNxq6nnRCQyvFvjvBZKnhubcmJCLSqegvz0yHejMA90CTA==}
@@ -3714,6 +4101,7 @@ packages:
dependencies:
'@miniflare/core': 2.13.0
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/d1@2.14.0:
resolution: {integrity: sha512-9YoeLAkZuWGAu9BMsoctHoMue0xHzJYZigAJWGvWrqSFT1gBaT+RlUefQCHXggi8P7sOJ1+BKlsWAhkB5wfMWQ==}
@@ -3731,6 +4119,7 @@ packages:
'@miniflare/shared': 2.13.0
'@miniflare/storage-memory': 2.13.0
undici: 5.20.0
+ dev: true
/@miniflare/durable-objects@2.14.0:
resolution: {integrity: sha512-P8eh1P62BPGpj+MCb1i1lj7Tlt/G3BMmnxHp9duyb0Wro/ILVGPQskZl+iq7DHq1w3C+n0+6/E1B44ff+qn0Mw==}
@@ -3750,6 +4139,7 @@ packages:
'@miniflare/shared': 2.13.0
html-rewriter-wasm: 0.4.1
undici: 5.20.0
+ dev: true
/@miniflare/html-rewriter@2.14.0:
resolution: {integrity: sha512-7CJZk3xZkxK8tGNofnhgWcChZ8YLx6MhAdN2nn6ONSXrK/TevzEKdL8bnVv1OJ6J8Y23OxvfinOhufr33tMS8g==}
@@ -3776,6 +4166,7 @@ packages:
transitivePeerDependencies:
- bufferutil
- utf-8-validate
+ dev: true
/@miniflare/http-server@2.14.0:
resolution: {integrity: sha512-APaBlvGRAW+W18ph5ruPXX26/iKdByPz1tZH1OjPAKBDAiKFZSGek4QzUmQALBWLx5VMTMrt7QIe7KE4nM4sdw==}
@@ -3799,6 +4190,7 @@ packages:
engines: {node: '>=16.13'}
dependencies:
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/kv@2.14.0:
resolution: {integrity: sha512-FHAnVjmhV/VHxgjNf2whraz+k7kfMKlfM+5gO8WT6HrOsWxSdx8OueWVScnOuuDkSeUg5Ctrf5SuztTV8Uy1cg==}
@@ -3812,6 +4204,7 @@ packages:
engines: {node: '>=16.7'}
dependencies:
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/queues@2.14.0:
resolution: {integrity: sha512-flS4MqlgBKyv6QBqKD0IofjmMDW9wP1prUNQy2wWPih9lA6bFKmml3VdFeDsPnWtE2J67K0vCTf5kj1Q0qdW1w==}
@@ -3826,6 +4219,7 @@ packages:
dependencies:
'@miniflare/shared': 2.13.0
undici: 5.20.0
+ dev: true
/@miniflare/r2@2.14.0:
resolution: {integrity: sha512-+WJJP4J0QzY69HPrG6g5OyW23lJ02WHpHZirCxwPSz8CajooqZCJVx+qvUcNmU8MyKASbUZMWnH79LysuBh+jA==}
@@ -3841,6 +4235,7 @@ packages:
engines: {node: '>=16.13'}
dependencies:
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/runner-vm@2.14.0:
resolution: {integrity: sha512-01CmNzv74u0RZgT/vjV/ggDzECXTG88ZJAKhXyhAx0s2DOLIXzsGHn6pUJIsfPCrtj8nfqtTCp1Vf0UMVWSpmw==}
@@ -3856,6 +4251,7 @@ packages:
'@miniflare/core': 2.13.0
'@miniflare/shared': 2.13.0
cron-schedule: 3.0.6
+ dev: true
/@miniflare/scheduler@2.14.0:
resolution: {integrity: sha512-/D28OeY/HxcOyY0rkPc2qU/wzxCcUv3/F7NRpgDix37sMkYjAAS51ehVIAkPwAdFEMdantcyVuHNQ2kO1xbT+Q==}
@@ -3874,6 +4270,7 @@ packages:
kleur: 4.1.5
npx-import: 1.1.4
picomatch: 2.3.1
+ dev: true
/@miniflare/shared@2.14.0:
resolution: {integrity: sha512-O0jAEdMkp8BzrdFCfMWZu76h4Cq+tt3/oDtcTFgzum3fRW5vUhIi/5f6bfndu6rkGbSlzxwor8CJWpzityXGug==}
@@ -3892,6 +4289,7 @@ packages:
'@miniflare/kv': 2.13.0
'@miniflare/shared': 2.13.0
'@miniflare/storage-file': 2.13.0
+ dev: true
/@miniflare/sites@2.14.0:
resolution: {integrity: sha512-qI8MFZpD1NV+g+HQ/qheDVwscKzwG58J+kAVTU/1fgub2lMLsxhE3Mmbi5AIpyIiJ7Q5Sezqga234CEkHkS7dA==}
@@ -3908,6 +4306,7 @@ packages:
dependencies:
'@miniflare/shared': 2.13.0
'@miniflare/storage-memory': 2.13.0
+ dev: true
/@miniflare/storage-file@2.14.0:
resolution: {integrity: sha512-Ps0wHhTO+ie33a58efI0p/ppFXSjlbYmykQXfYtMeVLD60CKl+4Lxor0+gD6uYDFbhMWL5/GMDvyr4AM87FA+Q==}
@@ -3922,6 +4321,7 @@ packages:
engines: {node: '>=16.13'}
dependencies:
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/storage-memory@2.14.0:
resolution: {integrity: sha512-5aFjEiTSNrHJ+iAiGMCA/TVPnNMrnokG5r0vKrwj4knbf8pisgfP04x18zCgOlG7kaIWNmqdO/vtVT5BIioiSQ==}
@@ -3935,6 +4335,7 @@ packages:
engines: {node: '>=16.13'}
dependencies:
'@miniflare/shared': 2.13.0
+ dev: true
/@miniflare/watcher@2.14.0:
resolution: {integrity: sha512-O8Abg2eHpGmcZb8WyUaA6Av1Mqt5bSrorzz4CrWwsvJHBdekZPIX0GihC9vn327d/1pKRs81YTiSAfBoSZpVIw==}
@@ -3954,6 +4355,7 @@ packages:
transitivePeerDependencies:
- bufferutil
- utf-8-validate
+ dev: true
/@miniflare/web-sockets@2.14.0:
resolution: {integrity: sha512-lB1CB4rBq0mbCuh55WgIEH4L3c4/i4MNDBfrQL+6r+wGcr/BJUqF8BHpsfAt5yHWUJVtK5mlMeesS/xpg4Ao1w==}
@@ -4089,9 +4491,9 @@ packages:
resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
dev: true
- /@prisma/client@4.16.2(prisma@4.16.2):
- resolution: {integrity: sha512-qCoEyxv1ZrQ4bKy39GnylE8Zq31IRmm8bNhNbZx7bF2cU5aiCCnSa93J2imF88MBjn7J9eUQneNxUQVJdl/rPQ==}
- engines: {node: '>=14.17'}
+ /@prisma/client@5.5.0(prisma@5.5.0):
+ resolution: {integrity: sha512-JiCj/h79PRawWiBVa4Ng4tBaKMrfJgUwuRrZi4NuQRd58gWIP4kEYMqIidpUrab3dU2NM617pWRG2avX+dh+Sg==}
+ engines: {node: '>=16.13'}
requiresBuild: true
peerDependencies:
prisma: '*'
@@ -4099,18 +4501,17 @@ packages:
prisma:
optional: true
dependencies:
- '@prisma/engines-version': 4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81
- prisma: 4.16.2
+ '@prisma/engines-version': 5.5.0-19.475c616176945d72f4330c92801f0c5e6398dc0f
+ prisma: 5.5.0
dev: false
- /@prisma/engines-version@4.16.1-1.4bc8b6e1b66cb932731fb1bdbbc550d1e010de81:
- resolution: {integrity: sha512-q617EUWfRIDTriWADZ4YiWRZXCa/WuhNgLTVd+HqWLffjMSPzyM5uOWoauX91wvQClSKZU4pzI4JJLQ9Kl62Qg==}
+ /@prisma/engines-version@5.5.0-19.475c616176945d72f4330c92801f0c5e6398dc0f:
+ resolution: {integrity: sha512-/1orOUq7I54ISYBJockYB15FmF/VkCBeFzYYkWyLtBl2tLlJWHmA3NEUBM+wSmXGLK78BmuSNHrLbf8bmXkukQ==}
dev: false
- /@prisma/engines@4.16.2:
- resolution: {integrity: sha512-vx1nxVvN4QeT/cepQce68deh/Turxy5Mr+4L4zClFuK1GlxN3+ivxfuv+ej/gvidWn1cE1uAhW7ALLNlYbRUAw==}
+ /@prisma/engines@5.5.0:
+ resolution: {integrity: sha512-WX+8l4sJuWeS3A/5WqJpdBHp32UzUticiKwUWbFggcd6/sqGtCiiaFmXYmNw6Au2O6hjSX37Y07Vu2ZhP9cmWg==}
requiresBuild: true
- dev: false
/@rollup/plugin-babel@6.0.3(@babel/core@7.22.9)(rollup@3.26.2):
resolution: {integrity: sha512-fKImZKppa1A/gX73eg4JGo+8kQr/q1HBQaCGKECZ0v4YBBv3lFqi14+7xyApECzvkLTHCifx+7ntcrvtBIRcpg==}
@@ -4315,7 +4716,7 @@ packages:
rollup: 3.28.0
dev: false
- /@rollup/pluginutils@5.0.3(rollup@3.26.2):
+ /@rollup/pluginutils@5.0.3(rollup@4.1.4):
resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -4327,14 +4728,13 @@ packages:
'@types/estree': 1.0.1
estree-walker: 2.0.2
picomatch: 2.3.1
- rollup: 3.26.2
- dev: true
+ rollup: 4.1.4
- /@rollup/pluginutils@5.0.3(rollup@3.28.0):
- resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==}
+ /@rollup/pluginutils@5.0.5(rollup@3.26.2):
+ resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==}
engines: {node: '>=14.0.0'}
peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta:
rollup:
optional: true
@@ -4342,7 +4742,91 @@ packages:
'@types/estree': 1.0.1
estree-walker: 2.0.2
picomatch: 2.3.1
- rollup: 3.28.0
+ rollup: 3.26.2
+
+ /@rollup/rollup-android-arm-eabi@4.1.4:
+ resolution: {integrity: sha512-WlzkuFvpKl6CLFdc3V6ESPt7gq5Vrimd2Yv9IzKXdOpgbH4cdDSS1JLiACX8toygihtH5OlxyQzhXOph7Ovlpw==}
+ cpu: [arm]
+ os: [android]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-android-arm64@4.1.4:
+ resolution: {integrity: sha512-D1e+ABe56T9Pq2fD+R3ybe1ylCDzu3tY4Qm2Mj24R9wXNCq35+JbFbOpc2yrroO2/tGhTobmEl2Bm5xfE/n8RA==}
+ cpu: [arm64]
+ os: [android]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-darwin-arm64@4.1.4:
+ resolution: {integrity: sha512-7vTYrgEiOrjxnjsgdPB+4i7EMxbVp7XXtS+50GJYj695xYTTEMn3HZVEvgtwjOUkAP/Q4HDejm4fIAjLeAfhtg==}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-darwin-x64@4.1.4:
+ resolution: {integrity: sha512-eGJVZScKSLZkYjhTAESCtbyTBq9SXeW9+TX36ki5gVhDqJtnQ5k0f9F44jNK5RhAMgIj0Ht9+n6HAgH0gUUyWQ==}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-linux-arm-gnueabihf@4.1.4:
+ resolution: {integrity: sha512-HnigYSEg2hOdX1meROecbk++z1nVJDpEofw9V2oWKqOWzTJlJf1UXVbDE6Hg30CapJxZu5ga4fdAQc/gODDkKg==}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-linux-arm64-gnu@4.1.4:
+ resolution: {integrity: sha512-TzJ+N2EoTLWkaClV2CUhBlj6ljXofaYzF/R9HXqQ3JCMnCHQZmQnbnZllw7yTDp0OG5whP4gIPozR4QiX+00MQ==}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-linux-arm64-musl@4.1.4:
+ resolution: {integrity: sha512-aVPmNMdp6Dlo2tWkAduAD/5TL/NT5uor290YvjvFvCv0Q3L7tVdlD8MOGDL+oRSw5XKXKAsDzHhUOPUNPRHVTQ==}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-linux-x64-gnu@4.1.4:
+ resolution: {integrity: sha512-77Fb79ayiDad0grvVsz4/OB55wJRyw9Ao+GdOBA9XywtHpuq5iRbVyHToGxWquYWlEf6WHFQQnFEttsAzboyKg==}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-linux-x64-musl@4.1.4:
+ resolution: {integrity: sha512-/t6C6niEQTqmQTVTD9TDwUzxG91Mlk69/v0qodIPUnjjB3wR4UA3klg+orR2SU3Ux2Cgf2pWPL9utK80/1ek8g==}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-win32-arm64-msvc@4.1.4:
+ resolution: {integrity: sha512-ZY5BHHrOPkMbCuGWFNpJH0t18D2LU6GMYKGaqaWTQ3CQOL57Fem4zE941/Ek5pIsVt70HyDXssVEFQXlITI5Gg==}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-win32-ia32-msvc@4.1.4:
+ resolution: {integrity: sha512-XG2mcRfFrJvYyYaQmvCIvgfkaGinfXrpkBuIbJrTl9SaIQ8HumheWTIwkNz2mktCKwZfXHQNpO7RgXLIGQ7HXA==}
+ cpu: [ia32]
+ os: [win32]
+ requiresBuild: true
+ optional: true
+
+ /@rollup/rollup-win32-x64-msvc@4.1.4:
+ resolution: {integrity: sha512-ANFqWYPwkhIqPmXw8vm0GpBEHiPpqcm99jiiAp71DbCSqLDhrtr019C5vhD0Bw4My+LmMvciZq6IsWHqQpl2ZQ==}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ optional: true
/@sideway/address@4.1.4:
resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
@@ -4361,22 +4845,39 @@ packages:
/@sinclair/typebox@0.27.8:
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
- /@solid-auth/base@2.0.3(@auth/core@0.5.1)(solid-js@1.8.3)(solid-start@packages+start):
- resolution: {integrity: sha512-WauEsk4SI6OtEYCeK9sGcIErRxO3+Cv+xw3ss7sd/oepoJ7m7cNkusq8RsiB302l4SOgB6nkIHIqvjwmm/yQpQ==}
+ /@solid-mediakit/auth@1.0.3(@auth/core@0.18.0)(rollup@3.26.2)(solid-start@packages+start)(typescript@5.2.2):
+ resolution: {integrity: sha512-vtEcKldz/Wm07t7Nz13TAqrgSroeM9ZpEFBZRPjiSBJH8R/qHy7hbeu81P7ue+hvgc+dTyLx9nUK2pTIY5DzTg==}
+ engines: {node: '>=16'}
peerDependencies:
- '@auth/core': 0.5.1
- solid-js: ^1.5.7
- solid-start: ^0.2.15
+ '@auth/core': ^0.10.0
+ solid-start: ^0.3.7
+ typescript: ^4.8.2
dependencies:
- '@auth/core': 0.5.1
- solid-js: 1.8.3
+ '@auth/core': 0.18.0
+ '@babel/core': 7.20.12
+ '@babel/preset-typescript': 7.23.2(@babel/core@7.20.12)
+ '@rollup/pluginutils': 5.0.5(rollup@3.26.2)
+ '@solid-mediakit/shared': 0.0.3
solid-start: link:packages/start
+ typescript: 5.2.2
+ unplugin: 1.5.0
+ transitivePeerDependencies:
+ - rollup
+ - supports-color
+ dev: false
+
+ /@solid-mediakit/shared@0.0.3:
+ resolution: {integrity: sha512-fmZ/6YwJ7grb21Woo9NYNuYEnYFzTfGnpHncRz9ewuNTIinptRici/PXeJ8lfOaVBnu+7uSadhnW1LpKgfwl8w==}
+ dependencies:
+ '@babel/core': 7.20.12
+ transitivePeerDependencies:
+ - supports-color
dev: false
- /@solid-primitives/scheduled@1.1.0(solid-js@1.8.3):
- resolution: {integrity: sha512-2A2dAiXe+lN0/KRUbIPXEcLoONRJXJmmvVda+y+qiSTbYmcoU2TtNlC04uhQBQJs8Yq2ElJuQhmFladcGLtE9g==}
+ /@solid-primitives/scheduled@1.4.1(solid-js@1.8.3):
+ resolution: {integrity: sha512-OLcNXwYpX7HUOEqNPcmR31dkyI1E2imkMDBRlqsGT0ZhJV1L2g0TEREpo4nm/kUhh8LVQzkfnxS+GONx9kh90A==}
peerDependencies:
- solid-js: ^1.5.0
+ solid-js: ^1.6.12
dependencies:
solid-js: 1.8.3
dev: false
@@ -4403,13 +4904,15 @@ packages:
dependencies:
solid-js: 1.8.3
- /@solidjs/testing-library@0.5.2(solid-js@1.8.3):
- resolution: {integrity: sha512-GXUiI0Itz/7FfTJrV0RoICS2lL0RE3D1lNSrnuNg9nLC28qKnEQhm9Gfk4gFP9rGVzmsJJJC7yf8kbHMuyR2AA==}
+ /@solidjs/testing-library@0.8.4(@solidjs/router@0.8.3)(solid-js@1.8.3):
+ resolution: {integrity: sha512-HHCAlBd4P4TY03tXmoBwTO6FFM7w33LeT8Skab941eLO9l5RN7OxKEBw2fiMYvSFL2h2U7L4+W5N03iC8GbB6Q==}
engines: {node: '>= 14'}
peerDependencies:
+ '@solidjs/router': '>=0.6.0'
solid-js: '>=1.0.0'
dependencies:
- '@testing-library/dom': 8.20.1
+ '@solidjs/router': 0.8.3(solid-js@1.8.3)
+ '@testing-library/dom': 9.3.3
solid-js: 1.8.3
dev: true
@@ -4458,9 +4961,9 @@ packages:
pretty-format: 26.6.2
dev: true
- /@testing-library/dom@8.20.1:
- resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==}
- engines: {node: '>=12'}
+ /@testing-library/dom@9.3.3:
+ resolution: {integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==}
+ engines: {node: '>=14'}
dependencies:
'@babel/code-frame': 7.22.13
'@babel/runtime': 7.22.10
@@ -4486,19 +4989,33 @@ packages:
lodash: 4.17.21
redent: 3.0.0
- /@testing-library/jest-dom@5.17.0:
- resolution: {integrity: sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==}
- engines: {node: '>=8', npm: '>=6', yarn: '>=1'}
+ /@testing-library/jest-dom@6.1.4(vitest@0.34.6):
+ resolution: {integrity: sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==}
+ engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
+ peerDependencies:
+ '@jest/globals': '>= 28'
+ '@types/jest': '>= 28'
+ jest: '>= 28'
+ vitest: '>= 0.32'
+ peerDependenciesMeta:
+ '@jest/globals':
+ optional: true
+ '@types/jest':
+ optional: true
+ jest:
+ optional: true
+ vitest:
+ optional: true
dependencies:
'@adobe/css-tools': 4.3.1
'@babel/runtime': 7.22.10
- '@types/testing-library__jest-dom': 5.14.9
aria-query: 5.3.0
chalk: 3.0.0
css.escape: 1.5.1
dom-accessibility-api: 0.5.16
lodash: 4.17.21
redent: 3.0.0
+ vitest: 0.34.6(@vitest/ui@0.34.6)(jsdom@22.1.0)
dev: true
/@tootallnate/once@2.0.0:
@@ -4506,12 +5023,12 @@ packages:
engines: {node: '>= 10'}
dev: true
- /@trpc/client@10.37.1(@trpc/server@10.37.1):
- resolution: {integrity: sha512-OSblNfeI0Z9ERn3usgLV2x63CwwPoNOHf1FQK85cOT7F8MNaWyEHoEv7tHUwNGJwyzKXmpU+ockZ0movzX3D0g==}
+ /@trpc/client@10.42.0(@trpc/server@10.42.0):
+ resolution: {integrity: sha512-iHPBVUAvn4VTKE75KLZ2fUQL8wpRY5hiRLyRE8QhGUSDc/RW5Pym9wotryZqz47DHjs2J5Qd16MSGt3tNlclFA==}
peerDependencies:
- '@trpc/server': 10.37.1
+ '@trpc/server': 10.42.0
dependencies:
- '@trpc/server': 10.37.1
+ '@trpc/server': 10.42.0
dev: false
/@trpc/client@9.27.4(@trpc/server@9.27.4):
@@ -4524,8 +5041,8 @@ packages:
'@trpc/server': 9.27.4
dev: true
- /@trpc/server@10.37.1:
- resolution: {integrity: sha512-r3VeA319/braYMBIzj+XLgLKQ9lJSVglvPvP9HUv4kr5w6Y5grQMxMcExhTiZWltE9bnSJHKtBBzHafOo7KC8A==}
+ /@trpc/server@10.42.0:
+ resolution: {integrity: sha512-s0QuK72orW+pYce60sd4I36N3xJKzypS2k+8GJ7phH4KqO4XjBXezOFmGMcXTznsVqEiX5zs5ujLfQdJ9X3Y2g==}
dev: false
/@trpc/server@9.27.4:
@@ -4533,10 +5050,6 @@ packages:
deprecated: 'Migrate to v10: https://trpc.io/docs/migrate-from-v9-to-v10'
dev: true
- /@trysound/sax@0.2.0:
- resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
- engines: {node: '>=10.13.0'}
-
/@types/acorn@4.0.6:
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
dependencies:
@@ -4560,31 +5073,30 @@ packages:
'@types/babel__traverse': 7.20.1
dev: true
- /@types/babel__core@7.20.2:
- resolution: {integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==}
+ /@types/babel__core@7.20.3:
+ resolution: {integrity: sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==}
dependencies:
'@babel/parser': 7.23.0
'@babel/types': 7.23.0
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.20.1
- dev: false
/@types/babel__generator@7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.22.10
+ '@babel/types': 7.23.0
/@types/babel__template@7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.22.10
- '@babel/types': 7.22.10
+ '@babel/parser': 7.23.0
+ '@babel/types': 7.23.0
/@types/babel__traverse@7.20.1:
resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
dependencies:
- '@babel/types': 7.22.10
+ '@babel/types': 7.23.0
/@types/better-sqlite3@7.6.4:
resolution: {integrity: sha512-dzrRZCYPXIXfSR1/surNbJ/grU3scTaygS0OMzjlGf71i9sc2fGyHPXXiXmEvNIoE0cGwsanEFMVJxPXmco9Eg==}
@@ -4609,8 +5121,8 @@ packages:
'@types/node': 18.16.19
dev: false
- /@types/css-tree@2.3.1:
- resolution: {integrity: sha512-3m636Jz4d9d+lHVMp6FNLsUWQrfOx1xpm1SBxPbQYSNNgXMe+XswcsDeo1ldyULiuzYyWKk1kmvkLTgNq+215Q==}
+ /@types/css-tree@2.3.3:
+ resolution: {integrity: sha512-w2id4lNf2DzAAQ+A3bD9QTY/qpCw9rYlci9RbBscEmF5RO3U/acrcCErvsqkoIZqz9n0yv4CVUqz/6DKDOEZnw==}
/@types/debug@4.1.7:
resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==}
@@ -4672,8 +5184,8 @@ packages:
'@types/node': 18.16.19
dev: false
- /@types/marked@4.3.1:
- resolution: {integrity: sha512-vSSbKZFbNktrQ15v7o1EaH78EbWV+sPQbPjHG+Cp8CaNcPFUEfjZ0Iml/V0bFDwsTlYe8o6XC5Hfdp91cqPV2g==}
+ /@types/marked@5.0.2:
+ resolution: {integrity: sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==}
dev: false
/@types/mdast@3.0.12:
@@ -4803,12 +5315,12 @@ packages:
- supports-color
dev: false
- /@vitest/coverage-c8@0.26.3(@vitest/ui@0.26.3)(jsdom@20.0.3):
+ /@vitest/coverage-c8@0.26.3(@vitest/ui@0.34.6)(jsdom@22.1.0):
resolution: {integrity: sha512-sjmVYPozajWY2DawzuvhYX6hEe/LD6p2xv9VmPvh1zzDeNNVCAnyLcvXoaSMQD522x9bqciuyPrlrnh2iNkE/w==}
deprecated: v8 coverage is moved to @vitest/coverage-v8 package
dependencies:
c8: 7.14.0
- vitest: 0.26.3(@vitest/ui@0.26.3)(jsdom@20.0.3)
+ vitest: 0.26.3(@vitest/ui@0.34.6)(jsdom@22.1.0)
transitivePeerDependencies:
- '@edge-runtime/vm'
- '@vitest/browser'
@@ -4832,6 +5344,14 @@ packages:
chai: 4.3.7
dev: false
+ /@vitest/expect@0.34.6:
+ resolution: {integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==}
+ dependencies:
+ '@vitest/spy': 0.34.6
+ '@vitest/utils': 0.34.6
+ chai: 4.3.10
+ dev: true
+
/@vitest/runner@0.28.5:
resolution: {integrity: sha512-NKkHtLB+FGjpp5KmneQjTcPLWPTDfB7ie+MmF1PnUBf/tGe2OjGxWyB62ySYZ25EYp9krR5Bw0YPLS/VWh1QiA==}
dependencies:
@@ -4840,18 +5360,47 @@ packages:
pathe: 1.1.1
dev: false
+ /@vitest/runner@0.34.6:
+ resolution: {integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==}
+ dependencies:
+ '@vitest/utils': 0.34.6
+ p-limit: 4.0.0
+ pathe: 1.1.1
+ dev: true
+
+ /@vitest/snapshot@0.34.6:
+ resolution: {integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==}
+ dependencies:
+ magic-string: 0.30.5
+ pathe: 1.1.1
+ pretty-format: 29.6.2
+ dev: true
+
/@vitest/spy@0.28.5:
resolution: {integrity: sha512-7if6rsHQr9zbmvxN7h+gGh2L9eIIErgf8nSKYDlg07HHimCxp4H6I/X/DPXktVPPLQfiZ1Cw2cbDIx9fSqDjGw==}
dependencies:
tinyspy: 1.1.1
dev: false
- /@vitest/ui@0.26.3:
- resolution: {integrity: sha512-GekIZekLQVL765LmQObHai7Q3U+BWD0nxJVK1yV8VPcs6H/6EAnNuEZ8tFq87jCxyHEZ3zmOrX6uPmG65gBVrA==}
+ /@vitest/spy@0.34.6:
+ resolution: {integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==}
dependencies:
+ tinyspy: 2.2.0
+ dev: true
+
+ /@vitest/ui@0.34.6(vitest@0.34.6):
+ resolution: {integrity: sha512-/fxnCwGC0Txmr3tF3BwAbo3v6U2SkBTGR9UB8zo0Ztlx0BTOXHucE0gDHY7SjwEktCOHatiGmli9kZD6gYSoWQ==}
+ peerDependencies:
+ vitest: '>=0.30.1 <1'
+ dependencies:
+ '@vitest/utils': 0.34.6
fast-glob: 3.3.1
+ fflate: 0.8.1
flatted: 3.2.7
+ pathe: 1.1.1
+ picocolors: 1.0.0
sirv: 2.0.3
+ vitest: 0.34.6(@vitest/ui@0.34.6)(jsdom@22.1.0)
dev: true
/@vitest/utils@0.28.5:
@@ -4864,6 +5413,14 @@ packages:
pretty-format: 27.5.1
dev: false
+ /@vitest/utils@0.34.6:
+ resolution: {integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==}
+ dependencies:
+ diff-sequences: 29.4.3
+ loupe: 2.3.6
+ pretty-format: 29.6.2
+ dev: true
+
/abab@2.0.6:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
dev: true
@@ -5009,6 +5566,12 @@ packages:
is-array-buffer: 3.0.2
dev: true
+ /as-table@1.0.55:
+ resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==}
+ dependencies:
+ printable-characters: 1.0.42
+ dev: false
+
/asn1@0.2.6:
resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==}
dependencies:
@@ -5034,20 +5597,21 @@ packages:
/asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
- /autoprefixer@10.4.15(postcss@8.4.28):
- resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==}
+ /autoprefixer@10.4.16(postcss@8.4.31):
+ resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
browserslist: 4.21.10
- caniuse-lite: 1.0.30001521
- fraction.js: 4.2.0
+ caniuse-lite: 1.0.30001553
+ fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.0
- postcss: 8.4.28
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
+ dev: true
/available-typed-arrays@1.0.5:
resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
@@ -5191,6 +5755,7 @@ packages:
/boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
+ dev: false
/bplist-parser@0.2.0:
resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
@@ -5221,11 +5786,21 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001521
+ caniuse-lite: 1.0.30001553
electron-to-chromium: 1.4.492
node-releases: 2.0.13
update-browserslist-db: 1.0.11(browserslist@4.21.10)
+ /browserslist@4.22.1:
+ resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
+ hasBin: true
+ dependencies:
+ caniuse-lite: 1.0.30001553
+ electron-to-chromium: 1.4.565
+ node-releases: 2.0.13
+ update-browserslist-db: 1.0.13(browserslist@4.22.1)
+
/buffer-from@1.1.2:
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
@@ -5282,7 +5857,6 @@ packages:
/cac@6.7.14:
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines: {node: '>=8'}
- dev: false
/call-bind@1.0.2:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
@@ -5296,16 +5870,17 @@ packages:
engines: {node: '>= 6'}
dev: true
- /caniuse-api@3.0.0:
- resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- dependencies:
- browserslist: 4.21.10
- caniuse-lite: 1.0.30001521
- lodash.memoize: 4.1.2
- lodash.uniq: 4.5.0
+ /caniuse-lite@1.0.30001553:
+ resolution: {integrity: sha512-N0ttd6TrFfuqKNi+pMgWJTb9qrdJu4JSpgPFLe/lrD19ugC6fZgF0pUewRowDwzdDnb9V41mFcdlYgl/PyKf4A==}
- /caniuse-lite@1.0.30001521:
- resolution: {integrity: sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==}
+ /capnp-ts@0.7.0:
+ resolution: {integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==}
+ dependencies:
+ debug: 4.3.4
+ tslib: 2.6.1
+ transitivePeerDependencies:
+ - supports-color
+ dev: false
/caseless@0.12.0:
resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
@@ -5314,6 +5889,19 @@ packages:
/ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
+ /chai@4.3.10:
+ resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==}
+ engines: {node: '>=4'}
+ dependencies:
+ assertion-error: 1.1.0
+ check-error: 1.0.3
+ deep-eql: 4.1.3
+ get-func-name: 2.0.2
+ loupe: 2.3.6
+ pathval: 1.1.1
+ type-detect: 4.0.8
+ dev: true
+
/chai@4.3.7:
resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==}
engines: {node: '>=4'}
@@ -5363,6 +5951,12 @@ packages:
/check-error@1.0.2:
resolution: {integrity: sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==}
+ /check-error@1.0.3:
+ resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==}
+ dependencies:
+ get-func-name: 2.0.2
+ dev: true
+
/cheerio-select@2.1.0:
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
dependencies:
@@ -5421,7 +6015,7 @@ packages:
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
/chownr@2.0.0:
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
@@ -5483,9 +6077,6 @@ packages:
hasBin: true
dev: false
- /colord@2.9.3:
- resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
-
/combined-stream@1.0.8:
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
engines: {node: '>= 0.8'}
@@ -5503,10 +6094,6 @@ packages:
engines: {node: '>= 6'}
dev: true
- /commander@7.2.0:
- resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
- engines: {node: '>= 10'}
-
/commondir@1.0.1:
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
@@ -5561,7 +6148,6 @@ packages:
/convert-source-map@2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
- dev: false
/cookie@0.4.2:
resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==}
@@ -5616,14 +6202,6 @@ packages:
shebang-command: 2.0.0
which: 2.0.2
- /css-declaration-sorter@6.4.1(postcss@8.4.28):
- resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==}
- engines: {node: ^10 || ^12 || >=14}
- peerDependencies:
- postcss: ^8.0.9
- dependencies:
- postcss: 8.4.28
-
/css-select@1.2.0:
resolution: {integrity: sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==}
dependencies:
@@ -5633,15 +6211,6 @@ packages:
nth-check: 1.0.2
dev: false
- /css-select@4.3.0:
- resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
- dependencies:
- boolbase: 1.0.0
- css-what: 6.1.0
- domhandler: 4.3.1
- domutils: 2.8.0
- nth-check: 2.1.1
-
/css-select@5.1.0:
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
dependencies:
@@ -5652,13 +6221,6 @@ packages:
nth-check: 2.1.1
dev: false
- /css-tree@1.1.3:
- resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==}
- engines: {node: '>=8.0.0'}
- dependencies:
- mdn-data: 2.0.14
- source-map: 0.6.1
-
/css-tree@2.3.1:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
@@ -5673,6 +6235,7 @@ packages:
/css-what@6.1.0:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
+ dev: false
/css.escape@1.5.1:
resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
@@ -5681,68 +6244,7 @@ packages:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
engines: {node: '>=4'}
hasBin: true
-
- /cssnano-preset-default@5.2.14(postcss@8.4.28):
- resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- css-declaration-sorter: 6.4.1(postcss@8.4.28)
- cssnano-utils: 3.1.0(postcss@8.4.28)
- postcss: 8.4.28
- postcss-calc: 8.2.4(postcss@8.4.28)
- postcss-colormin: 5.3.1(postcss@8.4.28)
- postcss-convert-values: 5.1.3(postcss@8.4.28)
- postcss-discard-comments: 5.1.2(postcss@8.4.28)
- postcss-discard-duplicates: 5.1.0(postcss@8.4.28)
- postcss-discard-empty: 5.1.1(postcss@8.4.28)
- postcss-discard-overridden: 5.1.0(postcss@8.4.28)
- postcss-merge-longhand: 5.1.7(postcss@8.4.28)
- postcss-merge-rules: 5.1.4(postcss@8.4.28)
- postcss-minify-font-values: 5.1.0(postcss@8.4.28)
- postcss-minify-gradients: 5.1.1(postcss@8.4.28)
- postcss-minify-params: 5.1.4(postcss@8.4.28)
- postcss-minify-selectors: 5.2.1(postcss@8.4.28)
- postcss-normalize-charset: 5.1.0(postcss@8.4.28)
- postcss-normalize-display-values: 5.1.0(postcss@8.4.28)
- postcss-normalize-positions: 5.1.1(postcss@8.4.28)
- postcss-normalize-repeat-style: 5.1.1(postcss@8.4.28)
- postcss-normalize-string: 5.1.0(postcss@8.4.28)
- postcss-normalize-timing-functions: 5.1.0(postcss@8.4.28)
- postcss-normalize-unicode: 5.1.1(postcss@8.4.28)
- postcss-normalize-url: 5.1.0(postcss@8.4.28)
- postcss-normalize-whitespace: 5.1.1(postcss@8.4.28)
- postcss-ordered-values: 5.1.3(postcss@8.4.28)
- postcss-reduce-initial: 5.1.2(postcss@8.4.28)
- postcss-reduce-transforms: 5.1.0(postcss@8.4.28)
- postcss-svgo: 5.1.0(postcss@8.4.28)
- postcss-unique-selectors: 5.1.1(postcss@8.4.28)
-
- /cssnano-utils@3.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /cssnano@5.1.15(postcss@8.4.28):
- resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- cssnano-preset-default: 5.2.14(postcss@8.4.28)
- lilconfig: 2.1.0
- postcss: 8.4.28
- yaml: 1.10.2
-
- /csso@4.2.0:
- resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
- engines: {node: '>=8.0.0'}
- dependencies:
- css-tree: 1.1.3
+ dev: true
/cssom@0.3.8:
resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
@@ -5759,9 +6261,20 @@ packages:
cssom: 0.3.8
dev: true
+ /cssstyle@3.0.0:
+ resolution: {integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==}
+ engines: {node: '>=14'}
+ dependencies:
+ rrweb-cssom: 0.6.0
+ dev: true
+
/csstype@3.1.0:
resolution: {integrity: sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==}
+ /csstype@3.1.2:
+ resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
+ dev: true
+
/dashdash@1.14.1:
resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==}
engines: {node: '>=0.10'}
@@ -5769,6 +6282,10 @@ packages:
assert-plus: 1.0.0
dev: true
+ /data-uri-to-buffer@2.0.2:
+ resolution: {integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==}
+ dev: false
+
/data-uri-to-buffer@4.0.1:
resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
engines: {node: '>= 12'}
@@ -5783,6 +6300,15 @@ packages:
whatwg-url: 11.0.0
dev: true
+ /data-urls@4.0.0:
+ resolution: {integrity: sha512-/mMTei/JXPqvFqQtfyTowxmJVwr2PVAeCcDxyFf6LhoOu/09TX2OX3kb2wzi4DMXcfj4OItwDOnhl5oziPnT6g==}
+ engines: {node: '>=14'}
+ dependencies:
+ abab: 2.0.6
+ whatwg-mimetype: 3.0.0
+ whatwg-url: 12.0.1
+ dev: true
+
/date-fns@2.30.0:
resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
engines: {node: '>=0.11'}
@@ -5908,6 +6434,11 @@ packages:
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
engines: {node: '>=6'}
+ /detect-libc@1.0.3:
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
/detect-libc@2.0.2:
resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
engines: {node: '>=8'}
@@ -5939,13 +6470,6 @@ packages:
entities: 1.1.2
dev: false
- /dom-serializer@1.4.1:
- resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
- dependencies:
- domelementtype: 2.3.0
- domhandler: 4.3.1
- entities: 2.2.0
-
/dom-serializer@2.0.0:
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
dependencies:
@@ -5960,6 +6484,7 @@ packages:
/domelementtype@2.3.0:
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
+ dev: false
/domexception@4.0.0:
resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==}
@@ -5974,12 +6499,6 @@ packages:
domelementtype: 1.3.1
dev: false
- /domhandler@4.3.1:
- resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
- engines: {node: '>= 4'}
- dependencies:
- domelementtype: 2.3.0
-
/domhandler@5.0.3:
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
engines: {node: '>= 4'}
@@ -6001,13 +6520,6 @@ packages:
domelementtype: 1.3.1
dev: false
- /domutils@2.8.0:
- resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
- dependencies:
- dom-serializer: 1.4.1
- domelementtype: 2.3.0
- domhandler: 4.3.1
-
/domutils@3.1.0:
resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
dependencies:
@@ -6043,6 +6555,9 @@ packages:
/electron-to-chromium@1.4.492:
resolution: {integrity: sha512-36K9b/6skMVwAIEsC7GiQ8I8N3soCALVSHqWHzNDtGemAcI9Xu8hP02cywWM0A794rTHm0b0zHPeLJHtgFVamQ==}
+ /electron-to-chromium@1.4.565:
+ resolution: {integrity: sha512-XbMoT6yIvg2xzcbs5hCADi0dXBh4//En3oFXmtPX+jiyyiCTiM9DGFT2SLottjpEs9Z8Mh8SqahbR96MaHfuSg==}
+
/emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -6065,9 +6580,6 @@ packages:
resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==}
dev: false
- /entities@2.2.0:
- resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
-
/entities@4.5.0:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
@@ -6552,6 +7064,7 @@ packages:
'@esbuild/win32-arm64': 0.16.3
'@esbuild/win32-ia32': 0.16.3
'@esbuild/win32-x64': 0.16.3
+ dev: true
/esbuild@0.17.19:
resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==}
@@ -6612,6 +7125,36 @@ packages:
'@esbuild/win32-ia32': 0.18.20
'@esbuild/win32-x64': 0.18.20
+ /esbuild@0.19.5:
+ resolution: {integrity: sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==}
+ engines: {node: '>=12'}
+ hasBin: true
+ requiresBuild: true
+ optionalDependencies:
+ '@esbuild/android-arm': 0.19.5
+ '@esbuild/android-arm64': 0.19.5
+ '@esbuild/android-x64': 0.19.5
+ '@esbuild/darwin-arm64': 0.19.5
+ '@esbuild/darwin-x64': 0.19.5
+ '@esbuild/freebsd-arm64': 0.19.5
+ '@esbuild/freebsd-x64': 0.19.5
+ '@esbuild/linux-arm': 0.19.5
+ '@esbuild/linux-arm64': 0.19.5
+ '@esbuild/linux-ia32': 0.19.5
+ '@esbuild/linux-loong64': 0.19.5
+ '@esbuild/linux-mips64el': 0.19.5
+ '@esbuild/linux-ppc64': 0.19.5
+ '@esbuild/linux-riscv64': 0.19.5
+ '@esbuild/linux-s390x': 0.19.5
+ '@esbuild/linux-x64': 0.19.5
+ '@esbuild/netbsd-x64': 0.19.5
+ '@esbuild/openbsd-x64': 0.19.5
+ '@esbuild/sunos-x64': 0.19.5
+ '@esbuild/win32-arm64': 0.19.5
+ '@esbuild/win32-ia32': 0.19.5
+ '@esbuild/win32-x64': 0.19.5
+ dev: true
+
/escalade@3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
@@ -6766,6 +7309,11 @@ packages:
strip-final-newline: 3.0.0
dev: false
+ /exit-hook@2.2.1:
+ resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
+ engines: {node: '>=6'}
+ dev: false
+
/expect@29.6.2:
resolution: {integrity: sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -6849,6 +7397,10 @@ packages:
web-streams-polyfill: 3.2.1
dev: true
+ /fflate@0.8.1:
+ resolution: {integrity: sha512-/exOvEuc+/iaUm105QIiOt4LpBdMTWsXxqR0HDF35vx3fmaKzw7354gTilCh5rkzEt8WYyG//ku3h3nRmd7CHQ==}
+ dev: true
+
/file-uri-to-path@1.0.0:
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
dev: false
@@ -6944,8 +7496,9 @@ packages:
fetch-blob: 3.2.0
dev: true
- /fraction.js@4.2.0:
- resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
+ /fraction.js@4.3.7:
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
+ dev: true
/fs-extra@11.1.1:
resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
@@ -6971,6 +7524,14 @@ packages:
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
+ dev: false
+ optional: true
+
+ /fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
+ os: [darwin]
+ requiresBuild: true
optional: true
/function-bind@1.1.1:
@@ -7006,6 +7567,10 @@ packages:
/get-func-name@2.0.0:
resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==}
+ /get-func-name@2.0.2:
+ resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==}
+ dev: true
+
/get-intrinsic@1.2.1:
resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
dependencies:
@@ -7025,6 +7590,13 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: false
+ /get-source@2.0.12:
+ resolution: {integrity: sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==}
+ dependencies:
+ data-uri-to-buffer: 2.0.2
+ source-map: 0.6.1
+ dev: false
+
/get-stream@6.0.1:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
@@ -7063,7 +7635,6 @@ packages:
/glob-to-regexp@0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- dev: true
/glob@7.1.6:
resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==}
@@ -7736,10 +8307,6 @@ packages:
/js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
- /js-xxhash@2.0.0:
- resolution: {integrity: sha512-R7Gad0Y0grmuF/WRBUmxgQA1bGpbmRWM/OwNJZQPVdJBAteJIdBYOBYcHbuJeJwxdddqBVIdP3EfrDNFqahJ2A==}
- engines: {node: '>=14.0.0'}
-
/js-yaml@3.14.1:
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
hasBin: true
@@ -7793,6 +8360,44 @@ packages:
- utf-8-validate
dev: true
+ /jsdom@22.1.0:
+ resolution: {integrity: sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==}
+ engines: {node: '>=16'}
+ peerDependencies:
+ canvas: ^2.5.0
+ peerDependenciesMeta:
+ canvas:
+ optional: true
+ dependencies:
+ abab: 2.0.6
+ cssstyle: 3.0.0
+ data-urls: 4.0.0
+ decimal.js: 10.4.3
+ domexception: 4.0.0
+ form-data: 4.0.0
+ html-encoding-sniffer: 3.0.0
+ http-proxy-agent: 5.0.0
+ https-proxy-agent: 5.0.1
+ is-potential-custom-element-name: 1.0.1
+ nwsapi: 2.2.7
+ parse5: 7.1.2
+ rrweb-cssom: 0.6.0
+ saxes: 6.0.0
+ symbol-tree: 3.2.4
+ tough-cookie: 4.1.3
+ w3c-xmlserializer: 4.0.0
+ webidl-conversions: 7.0.0
+ whatwg-encoding: 2.0.0
+ whatwg-mimetype: 3.0.0
+ whatwg-url: 12.0.1
+ ws: 8.13.0
+ xml-name-validator: 4.0.0
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+ dev: true
+
/jsesc@0.5.0:
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
hasBin: true
@@ -7858,9 +8463,98 @@ packages:
hasBin: true
dev: true
+ /lightningcss-darwin-arm64@1.22.0:
+ resolution: {integrity: sha512-aH2be3nNny+It5YEVm8tBSSdRlBVWQV8m2oJ7dESiYRzyY/E/bQUe2xlw5caaMuhlM9aoTMtOH25yzMhir0qPg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-darwin-x64@1.22.0:
+ resolution: {integrity: sha512-9KHRFA0Y6mNxRHeoQMp0YaI0R0O2kOgUlYPRjuasU4d+pI8NRhVn9bt0yX9VPs5ibWX1RbDViSPtGJvYYrfVAQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-freebsd-x64@1.22.0:
+ resolution: {integrity: sha512-xaYL3xperGwD85rQioDb52ozF3NAJb+9wrge3jD9lxGffplu0Mn35rXMptB8Uc2N9Mw1i3Bvl7+z1evlqVl7ww==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-linux-arm-gnueabihf@1.22.0:
+ resolution: {integrity: sha512-epQGvXIjOuxrZpMpMnRjK54ZqzhiHhCPLtHvw2fb6NeK2kK9YtF0wqmeTBiQ1AkbWfnnXGTstYaFNiadNK+StQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-linux-arm64-gnu@1.22.0:
+ resolution: {integrity: sha512-AArGtKSY4DGTA8xP8SDyNyKtpsUl1Rzq6FW4JomeyUQ4nBrR71uPChksTpj3gmWuGhZeRKLeCUI1DBid/zhChg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-linux-arm64-musl@1.22.0:
+ resolution: {integrity: sha512-RRraNgP8hnBPhInTTUdlFm+z16C/ghbxBG51Sw00hd7HUyKmEUKRozyc5od+/N6pOrX/bIh5vIbtMXIxsos0lg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-linux-x64-gnu@1.22.0:
+ resolution: {integrity: sha512-grdrhYGRi2KrR+bsXJVI0myRADqyA7ekprGxiuK5QRNkv7kj3Yq1fERDNyzZvjisHwKUi29sYMClscbtl+/Zpw==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-linux-x64-musl@1.22.0:
+ resolution: {integrity: sha512-t5f90X+iQUtIyR56oXIHMBUyQFX/zwmPt72E6Dane3P8KNGlkijTg2I75XVQS860gNoEFzV7Mm5ArRRA7u5CAQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss-win32-x64-msvc@1.22.0:
+ resolution: {integrity: sha512-64HTDtOOZE9PUCZJiZZQpyqXBbdby1lnztBccnqh+NtbKxjnGzP92R2ngcgeuqMPecMNqNWxgoWgTGpC+yN5Sw==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ optional: true
+
+ /lightningcss@1.22.0:
+ resolution: {integrity: sha512-+z0qvwRVzs4XGRXelnWRNwqsXUx8k3bSkbP8vD42kYKSk3z9OM2P3e/gagT7ei/gwh8DTS80LZOFZV6lm8Z8Fg==}
+ engines: {node: '>= 12.0.0'}
+ dependencies:
+ detect-libc: 1.0.3
+ optionalDependencies:
+ lightningcss-darwin-arm64: 1.22.0
+ lightningcss-darwin-x64: 1.22.0
+ lightningcss-freebsd-x64: 1.22.0
+ lightningcss-linux-arm-gnueabihf: 1.22.0
+ lightningcss-linux-arm64-gnu: 1.22.0
+ lightningcss-linux-arm64-musl: 1.22.0
+ lightningcss-linux-x64-gnu: 1.22.0
+ lightningcss-linux-x64-musl: 1.22.0
+ lightningcss-win32-x64-msvc: 1.22.0
+
/lilconfig@2.1.0:
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
engines: {node: '>=10'}
+ dev: true
/lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
@@ -7875,6 +8569,13 @@ packages:
resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
engines: {node: '>=14'}
+ /local-pkg@0.5.0:
+ resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
+ engines: {node: '>=14'}
+ dependencies:
+ mlly: 1.4.2
+ pkg-types: 1.0.3
+
/locate-path@6.0.0:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
@@ -7921,9 +8622,6 @@ packages:
resolution: {integrity: sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==}
dev: false
- /lodash.memoize@4.1.2:
- resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
-
/lodash.merge@4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
@@ -7943,9 +8641,6 @@ packages:
resolution: {integrity: sha512-j7MJE+TuT51q9ggt4fSgVqro163BEFjAt3u97IqU+JA2DkWl80nFTrowzLpZ/BnpN7rrl0JA/593NAdd8p/scQ==}
dev: false
- /lodash.uniq@4.5.0:
- resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
-
/lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
@@ -7995,6 +8690,13 @@ packages:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
+ /magic-string@0.30.5:
+ resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.4.15
+ dev: true
+
/make-dir@3.1.0:
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
engines: {node: '>=8'}
@@ -8013,9 +8715,9 @@ packages:
resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==}
engines: {node: '>=0.10.0'}
- /marked@4.3.0:
- resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==}
- engines: {node: '>= 12'}
+ /marked@9.1.2:
+ resolution: {integrity: sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==}
+ engines: {node: '>= 16'}
hasBin: true
dev: false
@@ -8143,9 +8845,6 @@ packages:
deprecated: '`mdast` was renamed to `remark`'
dev: false
- /mdn-data@2.0.14:
- resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
-
/mdn-data@2.0.30:
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
@@ -8431,6 +9130,7 @@ packages:
resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
engines: {node: '>=4.0.0'}
hasBin: true
+ dev: true
/mime@3.0.0:
resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
@@ -8489,6 +9189,7 @@ packages:
transitivePeerDependencies:
- bufferutil
- utf-8-validate
+ dev: true
/miniflare@2.14.0:
resolution: {integrity: sha512-xBOUccq1dm5riOfaqoMWCC1uCqT71EW0x4akQQuGYgm+Q44N1ETEmzXSbFVroJgOHe8Hwpqxo2D7OOFwqFevew==}
@@ -8532,6 +9233,28 @@ packages:
- utf-8-validate
dev: false
+ /miniflare@3.20231016.0:
+ resolution: {integrity: sha512-AmlqI89zsnBJfC+nKKZdCB/fuu0q/br24Kqt9NZwcT6yJEpO5NytNKfjl6nJROHROwuJSRQR1T3yopCtG1/0DA==}
+ engines: {node: '>=16.13'}
+ dependencies:
+ acorn: 8.10.0
+ acorn-walk: 8.2.0
+ capnp-ts: 0.7.0
+ exit-hook: 2.2.1
+ glob-to-regexp: 0.4.1
+ source-map-support: 0.5.21
+ stoppable: 1.1.0
+ undici: 5.22.1
+ workerd: 1.20231016.0
+ ws: 8.13.0
+ youch: 3.3.2
+ zod: 3.22.4
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+ dev: false
+
/minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
dependencies:
@@ -8580,6 +9303,14 @@ packages:
pkg-types: 1.0.3
ufo: 1.2.0
+ /mlly@1.4.2:
+ resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==}
+ dependencies:
+ acorn: 8.10.0
+ pathe: 1.1.1
+ pkg-types: 1.0.3
+ ufo: 1.3.1
+
/mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
@@ -8617,8 +9348,8 @@ packages:
engines: {node: '>= 0.6'}
dev: false
- /next-auth@4.23.1(next@13.4.16)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==}
+ /next-auth@4.24.3(next@13.4.16)(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==}
peerDependencies:
next: ^12.2.5 || ^13
nodemailer: ^6.6.5
@@ -8632,7 +9363,7 @@ packages:
'@panva/hkdf': 1.1.1
cookie: 0.5.0
jose: 4.14.4
- next: 13.4.16(react-dom@18.2.0)(react@18.2.0)
+ next: 13.4.16(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0)
oauth: 0.9.15
openid-client: 5.4.3
preact: 10.17.0
@@ -8642,7 +9373,7 @@ packages:
uuid: 8.3.2
dev: true
- /next@13.4.16(react-dom@18.2.0)(react@18.2.0):
+ /next@13.4.16(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-1xaA/5DrfpPu0eV31Iro7JfPeqO8uxQWb1zYNTe+KDKdzqkAGapLcDYHMLNKXKB7lHjZ7LfKUOf9dyuzcibrhA==}
engines: {node: '>=16.8.0'}
hasBin: true
@@ -8660,11 +9391,11 @@ packages:
'@next/env': 13.4.16
'@swc/helpers': 0.5.1
busboy: 1.6.0
- caniuse-lite: 1.0.30001521
+ caniuse-lite: 1.0.30001553
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- styled-jsx: 5.1.1(react@18.2.0)
+ styled-jsx: 5.1.1(@babel/core@7.20.12)(react@18.2.0)
watchpack: 2.4.0
zod: 3.21.4
optionalDependencies:
@@ -8735,10 +9466,7 @@ packages:
/normalize-range@0.1.2:
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
engines: {node: '>=0.10.0'}
-
- /normalize-url@6.1.0:
- resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
- engines: {node: '>=10'}
+ dev: true
/npm-run-path@4.0.1:
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
@@ -8783,6 +9511,7 @@ packages:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
dependencies:
boolbase: 1.0.0
+ dev: false
/nwsapi@2.2.7:
resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==}
@@ -8914,7 +9643,6 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
yocto-queue: 1.0.0
- dev: false
/p-locate@5.0.0:
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
@@ -9054,300 +9782,57 @@ packages:
engines: {node: '>=8'}
dependencies:
'@polka/url': 1.0.0-next.21
- trouter: 3.2.1
- dev: false
-
- /postcss-calc@8.2.4(postcss@8.4.28):
- resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
- peerDependencies:
- postcss: ^8.2.2
- dependencies:
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
- postcss-value-parser: 4.2.0
-
- /postcss-colormin@5.3.1(postcss@8.4.28):
- resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- caniuse-api: 3.0.0
- colord: 2.9.3
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-convert-values@5.1.3(postcss@8.4.28):
- resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-discard-comments@5.1.2(postcss@8.4.28):
- resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /postcss-discard-duplicates@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /postcss-discard-empty@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /postcss-discard-overridden@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /postcss-import@15.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- postcss: ^8.0.0
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
- read-cache: 1.0.0
- resolve: 1.22.4
- dev: true
-
- /postcss-js@4.0.1(postcss@8.4.28):
- resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
- engines: {node: ^12 || ^14 || >= 16}
- peerDependencies:
- postcss: ^8.4.21
- dependencies:
- camelcase-css: 2.0.1
- postcss: 8.4.28
- dev: true
-
- /postcss-load-config@4.0.1(postcss@8.4.28):
- resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
- engines: {node: '>= 14'}
- peerDependencies:
- postcss: '>=8.0.9'
- ts-node: '>=9.0.0'
- peerDependenciesMeta:
- postcss:
- optional: true
- ts-node:
- optional: true
- dependencies:
- lilconfig: 2.1.0
- postcss: 8.4.28
- yaml: 2.3.1
- dev: true
-
- /postcss-merge-longhand@5.1.7(postcss@8.4.28):
- resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
- stylehacks: 5.1.1(postcss@8.4.28)
-
- /postcss-merge-rules@5.1.4(postcss@8.4.28):
- resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- caniuse-api: 3.0.0
- cssnano-utils: 3.1.0(postcss@8.4.28)
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
-
- /postcss-minify-font-values@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-minify-gradients@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- colord: 2.9.3
- cssnano-utils: 3.1.0(postcss@8.4.28)
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-minify-params@5.1.4(postcss@8.4.28):
- resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- cssnano-utils: 3.1.0(postcss@8.4.28)
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-minify-selectors@5.2.1(postcss@8.4.28):
- resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
-
- /postcss-nested@6.0.1(postcss@8.4.28):
- resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
- engines: {node: '>=12.0'}
- peerDependencies:
- postcss: ^8.2.14
- dependencies:
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
-
- /postcss-normalize-charset@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
-
- /postcss-normalize-display-values@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-positions@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-repeat-style@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-string@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-timing-functions@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-unicode@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-url@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- normalize-url: 6.1.0
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
-
- /postcss-normalize-whitespace@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
+ trouter: 3.2.1
+ dev: false
- /postcss-ordered-values@5.1.3(postcss@8.4.28):
- resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-import@15.1.0(postcss@8.4.31):
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.0.0
dependencies:
- cssnano-utils: 3.1.0(postcss@8.4.28)
- postcss: 8.4.28
+ postcss: 8.4.31
postcss-value-parser: 4.2.0
+ read-cache: 1.0.0
+ resolve: 1.22.4
+ dev: true
- /postcss-reduce-initial@5.1.2(postcss@8.4.28):
- resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-js@4.0.1(postcss@8.4.31):
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
+ engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.21
dependencies:
- browserslist: 4.21.10
- caniuse-api: 3.0.0
- postcss: 8.4.28
+ camelcase-css: 2.0.1
+ postcss: 8.4.31
+ dev: true
- /postcss-reduce-transforms@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-load-config@4.0.1(postcss@8.4.31):
+ resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
+ engines: {node: '>= 14'}
peerDependencies:
- postcss: ^8.2.15
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
+ peerDependenciesMeta:
+ postcss:
+ optional: true
+ ts-node:
+ optional: true
dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
+ lilconfig: 2.1.0
+ postcss: 8.4.31
+ yaml: 2.3.1
+ dev: true
- /postcss-safe-parser@6.0.0(postcss@8.4.28):
- resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
+ /postcss-nested@6.0.1(postcss@8.4.31):
+ resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
engines: {node: '>=12.0'}
peerDependencies:
- postcss: ^8.3.3
+ postcss: ^8.2.14
dependencies:
- postcss: 8.4.28
+ postcss: 8.4.31
+ postcss-selector-parser: 6.0.13
+ dev: true
/postcss-selector-parser@6.0.10:
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
@@ -9363,28 +9848,11 @@ packages:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
-
- /postcss-svgo@5.1.0(postcss@8.4.28):
- resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-value-parser: 4.2.0
- svgo: 2.8.0
-
- /postcss-unique-selectors@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
+ dev: true
/postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
+ dev: true
/postcss@8.4.14:
resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
@@ -9395,8 +9863,8 @@ packages:
source-map-js: 1.0.2
dev: true
- /postcss@8.4.28:
- resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==}
+ /postcss@8.4.31:
+ resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
@@ -9463,14 +9931,17 @@ packages:
/pretty-format@3.8.0:
resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
- /prisma@4.16.2:
- resolution: {integrity: sha512-SYCsBvDf0/7XSJyf2cHTLjLeTLVXYfqp7pG5eEVafFLeT0u/hLFz/9W196nDRGUOo1JfPatAEb+uEnTQImQC1g==}
- engines: {node: '>=14.17'}
+ /printable-characters@1.0.42:
+ resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==}
+ dev: false
+
+ /prisma@5.5.0:
+ resolution: {integrity: sha512-QyMMh1WQiGU07Iz3Q8jd6y5KlomGLDVb4etkMWpQ4EmDAaY+zGgNHmBk2MfRPb0A+un1Ior1nZWZorfnKD6E5A==}
+ engines: {node: '>=16.13'}
hasBin: true
requiresBuild: true
dependencies:
- '@prisma/engines': 4.16.2
- dev: false
+ '@prisma/engines': 5.5.0
/prompts@2.4.2:
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
@@ -9678,7 +10149,7 @@ packages:
mdast-util-to-hast: 12.3.0
unified: 10.1.2
- /remark-shiki-twoslash@3.1.3(typescript@4.9.5):
+ /remark-shiki-twoslash@3.1.3(typescript@5.2.2):
resolution: {integrity: sha512-4e8OH3ySOCw5wUbDcPszokOKjKuebOqlP2WlySvC7ITBOq27BiGsFlq+FNWhxppZ+JzhTWah4gQrnMjX3KDbAQ==}
peerDependencies:
typescript: '>3'
@@ -9689,9 +10160,9 @@ packages:
fenceparser: 1.1.1
regenerator-runtime: 0.13.11
shiki: 0.10.1
- shiki-twoslash: 3.1.2(typescript@4.9.5)
+ shiki-twoslash: 3.1.2(typescript@5.2.2)
tslib: 2.1.0
- typescript: 4.9.5
+ typescript: 5.2.2
unist-util-visit: 2.0.3
transitivePeerDependencies:
- supports-color
@@ -9805,7 +10276,7 @@ packages:
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
/rollup@2.79.1:
@@ -9813,7 +10284,7 @@ packages:
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
/rollup@3.26.2:
@@ -9821,20 +10292,43 @@ packages:
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
/rollup@3.28.0:
resolution: {integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
+
+ /rollup@4.1.4:
+ resolution: {integrity: sha512-U8Yk1lQRKqCkDBip/pMYT+IKaN7b7UesK3fLSTuHBoBJacCE+oBqo/dfG/gkUdQNNB2OBmRP98cn2C2bkYZkyw==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
+ hasBin: true
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.1.4
+ '@rollup/rollup-android-arm64': 4.1.4
+ '@rollup/rollup-darwin-arm64': 4.1.4
+ '@rollup/rollup-darwin-x64': 4.1.4
+ '@rollup/rollup-linux-arm-gnueabihf': 4.1.4
+ '@rollup/rollup-linux-arm64-gnu': 4.1.4
+ '@rollup/rollup-linux-arm64-musl': 4.1.4
+ '@rollup/rollup-linux-x64-gnu': 4.1.4
+ '@rollup/rollup-linux-x64-musl': 4.1.4
+ '@rollup/rollup-win32-arm64-msvc': 4.1.4
+ '@rollup/rollup-win32-ia32-msvc': 4.1.4
+ '@rollup/rollup-win32-x64-msvc': 4.1.4
+ fsevents: 2.3.3
/route-sort@1.0.0:
resolution: {integrity: sha512-SFgmvjoIhp5S4iBEDW3XnbT+7PRuZ55oRuNjY+CDB1SGZkyCG9bqQ3/dhaZTctTBYMAvDxd2Uy9dStuaUfgJqQ==}
engines: {node: '>= 6'}
dev: false
+ /rrweb-cssom@0.6.0:
+ resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
+ dev: true
+
/run-applescript@5.0.0:
resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==}
engines: {node: '>=12'}
@@ -9877,11 +10371,11 @@ packages:
htmlparser2: 8.0.2
is-plain-object: 5.0.0
parse-srcset: 1.0.2
- postcss: 8.4.28
+ postcss: 8.4.31
dev: false
- /sass@1.65.1:
- resolution: {integrity: sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA==}
+ /sass@1.69.4:
+ resolution: {integrity: sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
@@ -9945,7 +10439,7 @@ packages:
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
- /shiki-twoslash@3.1.2(typescript@4.9.5):
+ /shiki-twoslash@3.1.2(typescript@5.2.2):
resolution: {integrity: sha512-JBcRIIizi+exIA/OUhYkV6jtyeZco0ykCkIRd5sgwIt1Pm4pz+maoaRZpm6SkhPwvif4fCA7xOtJOykhpIV64Q==}
peerDependencies:
typescript: '>3'
@@ -9954,7 +10448,7 @@ packages:
'@typescript/vfs': 1.3.4
fenceparser: 1.1.1
shiki: 0.10.1
- typescript: 4.9.5
+ typescript: 5.2.2
transitivePeerDependencies:
- supports-color
dev: false
@@ -9977,7 +10471,6 @@ packages:
/siginfo@2.0.0:
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
- dev: false
/signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
@@ -10045,14 +10538,14 @@ packages:
vite: 4.4.6(@types/node@18.16.19)(terser@5.19.0)
dev: true
- /solid-mdx@0.0.7(solid-js@1.8.3)(vite@4.4.9):
+ /solid-mdx@0.0.7(solid-js@1.8.3)(vite@4.5.0):
resolution: {integrity: sha512-dYKGOu5ZiaX3sfEMZYtfyXm30u33kF+T/pr67CMeyHzENDkWD3st4XEJ12Akp0J0PG9jzyHe5sAAKEXSnEcDEw==}
peerDependencies:
solid-js: ^1.2.6
vite: '*'
dependencies:
solid-js: 1.8.3
- vite: 4.4.9(@types/node@18.16.19)
+ vite: 4.5.0(@types/node@18.16.19)
dev: false
/solid-refresh@0.5.3(solid-js@1.8.3):
@@ -10070,7 +10563,7 @@ packages:
resolution: {integrity: sha512-1yxDK8RKYl4FBeaWrc4rRf3JdC7HQtPG+azpujB1k2V3GTexkcUVM8dCxWpiBsozpkfAmrZhjGklpW00N5lIGw==}
dev: false
- /solid-start-trpc@0.0.16(@trpc/client@10.37.1)(@trpc/server@10.37.1)(solid-js@1.8.3)(solid-start@packages+start):
+ /solid-start-trpc@0.0.16(@trpc/client@10.42.0)(@trpc/server@10.42.0)(solid-js@1.8.3)(solid-start@packages+start):
resolution: {integrity: sha512-99/EGIE0SObmCVhZR00bYpkEQpCDP22YgjalQpVgm0BKy2+tJzEC6vdvOII2Ppa0Fm7iPwc4LDZoFX2E3KYmsg==}
peerDependencies:
'@trpc/client': ^10.0.0
@@ -10078,34 +10571,26 @@ packages:
solid-js: ^1.5.7
solid-start: ^0.2.1
dependencies:
- '@trpc/client': 10.37.1(@trpc/server@10.37.1)
- '@trpc/server': 10.37.1
+ '@trpc/client': 10.42.0(@trpc/server@10.42.0)
+ '@trpc/server': 10.42.0
solid-js: 1.8.3
solid-start: link:packages/start
dev: false
- /solid-styled@0.8.2(@babel/core@7.22.10)(solid-js@1.8.3):
- resolution: {integrity: sha512-/qVzRt2012J69Q43A/7rZAPDIAqzIcghx5xmgfD9lIc2s1yfvdzFtKsFpl4GySn5XbwvHAYlTnkPwJ/Xm5f+og==}
+ /solid-styled@0.9.2(solid-js@1.8.3):
+ resolution: {integrity: sha512-/WWhpYsRQLNRiOkEv2ThAURcbq/3jXiG2TdP7MTXAI2Ft8MSahc/EkLxuCAy3YemeC1YDhk0usyiL7s3jyEsBQ==}
engines: {node: '>=12'}
peerDependencies:
- '@babel/core': ^7
solid-js: ^1
- peerDependenciesMeta:
- '@babel/core':
- optional: true
dependencies:
- '@babel/core': 7.22.10
- '@babel/helper-module-imports': 7.22.5
- '@babel/traverse': 7.22.10
- '@babel/types': 7.22.10
- '@types/css-tree': 2.3.1
- autoprefixer: 10.4.15(postcss@8.4.28)
+ '@babel/core': 7.23.2
+ '@babel/helper-module-imports': 7.22.15
+ '@babel/traverse': 7.23.2
+ '@babel/types': 7.23.0
+ '@types/css-tree': 2.3.3
+ browserslist: 4.22.1
css-tree: 2.3.1
- cssnano: 5.1.15(postcss@8.4.28)
- js-xxhash: 2.0.0
- postcss: 8.4.28
- postcss-nested: 6.0.1(postcss@8.4.28)
- postcss-safe-parser: 6.0.0(postcss@8.4.28)
+ lightningcss: 1.22.0
solid-js: 1.8.3
transitivePeerDependencies:
- supports-color
@@ -10121,7 +10606,7 @@ packages:
solid-js: 1.8.3
dev: true
- /solid-trpc@0.1.0-sssr.7(@tanstack/solid-query@5.0.0-alpha.20)(@trpc/client@10.37.1)(@trpc/server@10.37.1)(solid-js@1.8.3)(solid-start@packages+start):
+ /solid-trpc@0.1.0-sssr.7(@tanstack/solid-query@5.0.0-alpha.20)(@trpc/client@10.42.0)(@trpc/server@10.42.0)(solid-js@1.8.3)(solid-start@packages+start):
resolution: {integrity: sha512-N/iqU4iFIVEWKFjOY+5J4e2qbOW9STy/eEID1gEjj6mm0w9xYmQtKu/UsBNf8W6nSCYSBjH/ttU5fGCe/0q2Dw==}
peerDependencies:
'@tanstack/solid-query': ^5.0.0-alpha.0
@@ -10131,8 +10616,8 @@ packages:
solid-start: ^0.2.1
dependencies:
'@tanstack/solid-query': 5.0.0-alpha.20(solid-js@1.8.3)
- '@trpc/client': 10.37.1(@trpc/server@10.37.1)
- '@trpc/server': 10.37.1
+ '@trpc/client': 10.42.0(@trpc/server@10.42.0)
+ '@trpc/server': 10.42.0
solid-js: 1.8.3
solid-start: link:packages/start
dev: false
@@ -10182,10 +10667,6 @@ packages:
tweetnacl: 0.14.5
dev: true
- /stable@0.1.8:
- resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
- deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility'
-
/stack-trace@0.0.10:
resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==}
@@ -10197,6 +10678,12 @@ packages:
/stackback@0.0.2:
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
+
+ /stacktracey@2.1.8:
+ resolution: {integrity: sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==}
+ dependencies:
+ as-table: 1.0.55
+ get-source: 2.0.12
dev: false
/statuses@1.5.0:
@@ -10206,7 +10693,6 @@ packages:
/std-env@3.3.3:
resolution: {integrity: sha512-Rz6yejtVyWnVjC1RFvNmYL10kgjC49EOghxWn0RFqlCHGFpQx+Xe7yW3I4ceK1SGrWIGMjD5Kbue8W/udkbMJg==}
- dev: false
/stop-iteration-iterator@1.0.0:
resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==}
@@ -10215,6 +10701,11 @@ packages:
internal-slot: 1.0.5
dev: true
+ /stoppable@1.1.0:
+ resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==}
+ engines: {node: '>=4', npm: '>=6'}
+ dev: false
+
/streamsearch@1.1.0:
resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
engines: {node: '>=10.0.0'}
@@ -10292,7 +10783,7 @@ packages:
dependencies:
inline-style-parser: 0.1.1
- /styled-jsx@5.1.1(react@18.2.0):
+ /styled-jsx@5.1.1(@babel/core@7.20.12)(react@18.2.0):
resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
engines: {node: '>= 12.0.0'}
peerDependencies:
@@ -10305,20 +10796,11 @@ packages:
babel-plugin-macros:
optional: true
dependencies:
+ '@babel/core': 7.20.12
client-only: 0.0.1
react: 18.2.0
dev: true
- /stylehacks@5.1.1(postcss@8.4.28):
- resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
- dependencies:
- browserslist: 4.21.10
- postcss: 8.4.28
- postcss-selector-parser: 6.0.13
-
/sucrase@3.34.0:
resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==}
engines: {node: '>=8'}
@@ -10349,19 +10831,6 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- /svgo@2.8.0:
- resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==}
- engines: {node: '>=10.13.0'}
- hasBin: true
- dependencies:
- '@trysound/sax': 0.2.0
- commander: 7.2.0
- css-select: 4.3.0
- css-tree: 1.1.3
- csso: 4.2.0
- picocolors: 1.0.0
- stable: 0.1.8
-
/symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
dev: true
@@ -10385,11 +10854,11 @@ packages:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.0
- postcss: 8.4.28
- postcss-import: 15.1.0(postcss@8.4.28)
- postcss-js: 4.0.1(postcss@8.4.28)
- postcss-load-config: 4.0.1(postcss@8.4.28)
- postcss-nested: 6.0.1(postcss@8.4.28)
+ postcss: 8.4.31
+ postcss-import: 15.1.0(postcss@8.4.31)
+ postcss-js: 4.0.1(postcss@8.4.31)
+ postcss-load-config: 4.0.1(postcss@8.4.31)
+ postcss-nested: 6.0.1(postcss@8.4.31)
postcss-selector-parser: 6.0.13
resolve: 1.22.4
sucrase: 3.34.0
@@ -10465,10 +10934,20 @@ packages:
resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==}
engines: {node: '>=14.0.0'}
+ /tinypool@0.7.0:
+ resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==}
+ engines: {node: '>=14.0.0'}
+ dev: true
+
/tinyspy@1.1.1:
resolution: {integrity: sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==}
engines: {node: '>=14.0.0'}
+ /tinyspy@2.2.0:
+ resolution: {integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==}
+ engines: {node: '>=14.0.0'}
+ dev: true
+
/tippy.js@6.3.7:
resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==}
dependencies:
@@ -10527,6 +11006,13 @@ packages:
punycode: 2.3.0
dev: true
+ /tr46@4.1.1:
+ resolution: {integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==}
+ engines: {node: '>=14'}
+ dependencies:
+ punycode: 2.3.0
+ dev: true
+
/trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
@@ -10636,10 +11122,19 @@ packages:
resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
engines: {node: '>=4.2.0'}
hasBin: true
+ dev: true
+
+ /typescript@5.2.2:
+ resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
+ engines: {node: '>=14.17'}
+ hasBin: true
/ufo@1.2.0:
resolution: {integrity: sha512-RsPyTbqORDNDxqAdQPQBpgqhWle1VcTSou/FraClYlHf6TZnQcGslpLcAphNR+sQW4q5lLWLbOsRlh9j24baQg==}
+ /ufo@1.3.1:
+ resolution: {integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==}
+
/undici@5.20.0:
resolution: {integrity: sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==}
engines: {node: '>=12.18'}
@@ -10763,16 +11258,19 @@ packages:
engines: {node: '>= 0.8'}
dev: false
- /unplugin-icons@0.14.15:
- resolution: {integrity: sha512-J6YBA+fUzVM2IZPXCK3Pnk36jYVwQ6lkjRgOnZaXNIxpMDsmwDqrE1AGJ0zUbfuEoOa90OBGc0OPfN1r+qlSIQ==}
+ /unplugin-icons@0.17.1:
+ resolution: {integrity: sha512-KsWejBPCHokYCNDQUzGu6R3E3XDYH/YpewgQwrVBXgpl1iR0RdW1NEGNdjlbuapwVnZXVgA5eiDTfNaQCawSdg==}
peerDependencies:
- '@svgr/core': '>=5.5.0'
- '@vue/compiler-sfc': ^3.0.2
+ '@svgr/core': '>=7.0.0'
+ '@svgx/core': ^1.0.1
+ '@vue/compiler-sfc': ^3.0.2 || ^2.7.0
vue-template-compiler: ^2.6.12
vue-template-es2015-compiler: ^1.9.0
peerDependenciesMeta:
'@svgr/core':
optional: true
+ '@svgx/core':
+ optional: true
'@vue/compiler-sfc':
optional: true
vue-template-compiler:
@@ -10782,14 +11280,32 @@ packages:
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.6
- '@iconify/utils': 2.1.7
+ '@iconify/utils': 2.1.11
debug: 4.3.4
kolorist: 1.8.0
- local-pkg: 0.4.3
- unplugin: 1.4.0
+ local-pkg: 0.5.0
+ unplugin: 1.5.0
transitivePeerDependencies:
- supports-color
+ /unplugin-solid-styled@0.9.2(rollup@3.26.2)(solid-styled@0.9.2)(vite@4.5.0):
+ resolution: {integrity: sha512-xFO3P7XWH2yCl55xjrGj8lNsZwCAyXOFpBGPnLxVg9KmHA48sto2q8MVN8P82ymQg1T9gG4xG2TSwXYdBQmLeg==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ solid-styled: '>=0.7'
+ vite: ^3 || ^4
+ peerDependenciesMeta:
+ vite:
+ optional: true
+ dependencies:
+ '@rollup/pluginutils': 5.0.5(rollup@3.26.2)
+ solid-styled: 0.9.2(solid-js@1.8.3)
+ unplugin: 1.4.0
+ vite: 4.5.0(@types/node@18.16.19)
+ transitivePeerDependencies:
+ - rollup
+ dev: true
+
/unplugin@1.4.0:
resolution: {integrity: sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==}
dependencies:
@@ -10797,6 +11313,15 @@ packages:
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.5.0
+ dev: true
+
+ /unplugin@1.5.0:
+ resolution: {integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==}
+ dependencies:
+ acorn: 8.10.0
+ chokidar: 3.5.3
+ webpack-sources: 3.2.3
+ webpack-virtual-modules: 0.5.0
/untildify@4.0.0:
resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
@@ -10813,6 +11338,16 @@ packages:
escalade: 3.1.1
picocolors: 1.0.0
+ /update-browserslist-db@1.0.13(browserslist@4.22.1):
+ resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+ dependencies:
+ browserslist: 4.22.1
+ escalade: 3.1.1
+ picocolors: 1.0.0
+
/uri-js@4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
@@ -10912,17 +11447,17 @@ packages:
unist-util-stringify-position: 3.0.3
vfile-message: 3.1.4
- /vite-node@0.26.3(@types/node@20.5.0):
+ /vite-node@0.26.3(@types/node@18.17.5):
resolution: {integrity: sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
debug: 4.3.4
- mlly: 1.4.0
+ mlly: 1.4.2
pathe: 0.2.0
source-map: 0.6.1
source-map-support: 0.5.21
- vite: 4.4.9(@types/node@20.5.0)
+ vite: 4.5.0(@types/node@18.17.5)
transitivePeerDependencies:
- '@types/node'
- less
@@ -10946,7 +11481,7 @@ packages:
picocolors: 1.0.0
source-map: 0.6.1
source-map-support: 0.5.21
- vite: 4.4.9(@types/node@18.16.19)
+ vite: 4.5.0(@types/node@18.16.19)
transitivePeerDependencies:
- '@types/node'
- less
@@ -10958,6 +11493,28 @@ packages:
- terser
dev: false
+ /vite-node@0.34.6(@types/node@18.17.5):
+ resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
+ engines: {node: '>=v14.18.0'}
+ hasBin: true
+ dependencies:
+ cac: 6.7.14
+ debug: 4.3.4
+ mlly: 1.4.2
+ pathe: 1.1.1
+ picocolors: 1.0.0
+ vite: 4.5.0(@types/node@18.17.5)
+ transitivePeerDependencies:
+ - '@types/node'
+ - less
+ - lightningcss
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+ dev: true
+
/vite-plugin-inspect@0.7.33(rollup@3.26.2)(vite@4.4.6):
resolution: {integrity: sha512-cQRLQKa/+Ua++5hN0IZfqNn1JYXBg2eCQOSUatPTwhXMO7nwfSvhhSc45E1nXfBBEhzLLOxgr1OdbDu55PiDDA==}
engines: {node: '>=14'}
@@ -10977,20 +11534,18 @@ packages:
- supports-color
dev: false
- /vite-plugin-solid-styled@0.8.3(rollup@3.26.2)(solid-styled@0.8.2)(vite@4.4.9):
- resolution: {integrity: sha512-o0jPwkOWM9NB4P8XKLOD1r6u3A5UEymt2u3rsxUpqSsiBPtJkDPifhOGzVx4estScvMa5e8lO4job66IpG+VhQ==}
+ /vite-plugin-solid-styled@0.9.2(rollup@3.26.2)(solid-styled@0.9.2)(vite@4.5.0):
+ resolution: {integrity: sha512-N+Zdgesd/1WMpg18bHUAfggfgtOf/Q0u5D23Vww08Zt5Dy1NElTiTUjprOhg5Naw9LvonPMGL7URR/jqVs4I0A==}
engines: {node: '>=10'}
peerDependencies:
- solid-styled: '>=0.7'
+ solid-styled: ^0.8
vite: ^3 || ^4
dependencies:
- '@babel/core': 7.22.10
- '@rollup/pluginutils': 5.0.3(rollup@3.26.2)
- solid-styled: 0.8.2(@babel/core@7.22.10)(solid-js@1.8.3)
- vite: 4.4.9(@types/node@18.16.19)
+ solid-styled: 0.9.2(solid-js@1.8.3)
+ unplugin-solid-styled: 0.9.2(rollup@3.26.2)(solid-styled@0.9.2)(vite@4.5.0)
+ vite: 4.5.0(@types/node@18.16.19)
transitivePeerDependencies:
- rollup
- - supports-color
dev: true
/vite-plugin-solid@2.7.2(solid-js@1.8.3)(vite@4.4.6):
@@ -11001,7 +11556,7 @@ packages:
dependencies:
'@babel/core': 7.23.2
'@babel/preset-typescript': 7.23.2(@babel/core@7.23.2)
- '@types/babel__core': 7.20.2
+ '@types/babel__core': 7.20.3
babel-preset-solid: 1.8.0(@babel/core@7.23.2)
merge-anything: 5.1.7
solid-js: 1.8.3
@@ -11039,12 +11594,12 @@ packages:
dependencies:
'@types/node': 18.16.19
esbuild: 0.15.18
- postcss: 8.4.28
+ postcss: 8.4.31
resolve: 1.22.4
rollup: 2.79.1
terser: 5.19.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
/vite@4.4.6(@types/node@18.16.19)(terser@5.19.0):
@@ -11077,13 +11632,13 @@ packages:
dependencies:
'@types/node': 18.16.19
esbuild: 0.18.20
- postcss: 8.4.28
+ postcss: 8.4.31
rollup: 3.28.0
terser: 5.19.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
- /vite@4.4.9(@types/node@18.16.19):
+ /vite@4.4.9:
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -11111,15 +11666,15 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.16.19
esbuild: 0.18.20
- postcss: 8.4.28
+ postcss: 8.4.31
rollup: 3.28.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
+ dev: true
- /vite@4.4.9(@types/node@18.17.5):
- resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
+ /vite@4.5.0(@types/node@18.16.19):
+ resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -11146,16 +11701,15 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.17.5
+ '@types/node': 18.16.19
esbuild: 0.18.20
- postcss: 8.4.28
+ postcss: 8.4.31
rollup: 3.28.0
optionalDependencies:
- fsevents: 2.3.2
- dev: true
+ fsevents: 2.3.3
- /vite@4.4.9(@types/node@20.5.0):
- resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
+ /vite@4.5.0(@types/node@18.17.5):
+ resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -11182,16 +11736,16 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 20.5.0
+ '@types/node': 18.17.5
esbuild: 0.18.20
- postcss: 8.4.28
+ postcss: 8.4.31
rollup: 3.28.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
- /vite@4.4.9(sass@1.65.1):
- resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
+ /vite@4.5.0(sass@1.69.4):
+ resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -11219,11 +11773,11 @@ packages:
optional: true
dependencies:
esbuild: 0.18.20
- postcss: 8.4.28
+ postcss: 8.4.31
rollup: 3.28.0
- sass: 1.65.1
+ sass: 1.69.4
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
dev: true
/vitefu@0.2.4(vite@4.4.6):
@@ -11281,7 +11835,7 @@ packages:
- terser
dev: true
- /vitest@0.26.3(@vitest/ui@0.26.3)(jsdom@20.0.3):
+ /vitest@0.26.3(@vitest/ui@0.34.6)(jsdom@22.1.0):
resolution: {integrity: sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==}
engines: {node: '>=v14.16.0'}
hasBin: true
@@ -11305,21 +11859,21 @@ packages:
dependencies:
'@types/chai': 4.3.5
'@types/chai-subset': 1.3.3
- '@types/node': 20.5.0
- '@vitest/ui': 0.26.3
+ '@types/node': 18.17.5
+ '@vitest/ui': 0.34.6(vitest@0.34.6)
acorn: 8.10.0
acorn-walk: 8.2.0
- chai: 4.3.7
+ chai: 4.3.10
debug: 4.3.4
- jsdom: 20.0.3
+ jsdom: 22.1.0
local-pkg: 0.4.3
source-map: 0.6.1
strip-literal: 1.3.0
tinybench: 2.5.0
tinypool: 0.3.1
tinyspy: 1.1.1
- vite: 4.4.9(@types/node@20.5.0)
- vite-node: 0.26.3(@types/node@20.5.0)
+ vite: 4.5.0(@types/node@18.17.5)
+ vite-node: 0.26.3(@types/node@18.17.5)
transitivePeerDependencies:
- less
- lightningcss
@@ -11373,7 +11927,7 @@ packages:
tinybench: 2.5.0
tinypool: 0.3.1
tinyspy: 1.1.1
- vite: 4.4.9(@types/node@18.16.19)
+ vite: 4.5.0(@types/node@18.16.19)
vite-node: 0.28.5(@types/node@18.16.19)
why-is-node-running: 2.2.2
transitivePeerDependencies:
@@ -11386,6 +11940,73 @@ packages:
- terser
dev: false
+ /vitest@0.34.6(@vitest/ui@0.34.6)(jsdom@22.1.0):
+ resolution: {integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==}
+ engines: {node: '>=v14.18.0'}
+ hasBin: true
+ peerDependencies:
+ '@edge-runtime/vm': '*'
+ '@vitest/browser': '*'
+ '@vitest/ui': '*'
+ happy-dom: '*'
+ jsdom: '*'
+ playwright: '*'
+ safaridriver: '*'
+ webdriverio: '*'
+ peerDependenciesMeta:
+ '@edge-runtime/vm':
+ optional: true
+ '@vitest/browser':
+ optional: true
+ '@vitest/ui':
+ optional: true
+ happy-dom:
+ optional: true
+ jsdom:
+ optional: true
+ playwright:
+ optional: true
+ safaridriver:
+ optional: true
+ webdriverio:
+ optional: true
+ dependencies:
+ '@types/chai': 4.3.5
+ '@types/chai-subset': 1.3.3
+ '@types/node': 18.17.5
+ '@vitest/expect': 0.34.6
+ '@vitest/runner': 0.34.6
+ '@vitest/snapshot': 0.34.6
+ '@vitest/spy': 0.34.6
+ '@vitest/ui': 0.34.6(vitest@0.34.6)
+ '@vitest/utils': 0.34.6
+ acorn: 8.10.0
+ acorn-walk: 8.2.0
+ cac: 6.7.14
+ chai: 4.3.10
+ debug: 4.3.4
+ jsdom: 22.1.0
+ local-pkg: 0.4.3
+ magic-string: 0.30.5
+ pathe: 1.1.1
+ picocolors: 1.0.0
+ std-env: 3.3.3
+ strip-literal: 1.3.0
+ tinybench: 2.5.0
+ tinypool: 0.7.0
+ vite: 4.5.0(@types/node@18.17.5)
+ vite-node: 0.34.6(@types/node@18.17.5)
+ why-is-node-running: 2.2.2
+ transitivePeerDependencies:
+ - less
+ - lightningcss
+ - sass
+ - stylus
+ - sugarss
+ - supports-color
+ - terser
+ dev: true
+
/vscode-oniguruma@1.7.0:
resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==}
dev: false
@@ -11482,6 +12103,14 @@ packages:
webidl-conversions: 7.0.0
dev: true
+ /whatwg-url@12.0.1:
+ resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==}
+ engines: {node: '>=14'}
+ dependencies:
+ tr46: 4.1.1
+ webidl-conversions: 7.0.0
+ dev: true
+
/whatwg-url@5.0.0:
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
dependencies:
@@ -11533,7 +12162,6 @@ packages:
dependencies:
siginfo: 2.0.0
stackback: 0.0.2
- dev: false
/wide-align@1.1.5:
resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
@@ -11541,6 +12169,19 @@ packages:
string-width: 4.2.3
dev: false
+ /workerd@1.20231016.0:
+ resolution: {integrity: sha512-v2GDb5XitSqgub/xm7EWHVAlAK4snxQu3itdMQxXstGtUG9hl79fQbXS/8fNFbmms2R2bAxUwSv47q8k5T5Erw==}
+ engines: {node: '>=16'}
+ hasBin: true
+ requiresBuild: true
+ optionalDependencies:
+ '@cloudflare/workerd-darwin-64': 1.20231016.0
+ '@cloudflare/workerd-darwin-arm64': 1.20231016.0
+ '@cloudflare/workerd-linux-64': 1.20231016.0
+ '@cloudflare/workerd-linux-arm64': 1.20231016.0
+ '@cloudflare/workerd-windows-64': 1.20231016.0
+ dev: false
+
/wrangler@2.20.0:
resolution: {integrity: sha512-UdKJ2LD7qgDxDvll/GkR1HnRP+bcEdqi/HJjDI+7eF4lv9V940jmm3orxCkSEosGyE14q0q6dBRM95+fBI8tdQ==}
engines: {node: '>=16.13.0'}
@@ -11562,13 +12203,40 @@ packages:
source-map: 0.7.4
xxhash-wasm: 1.0.2
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
transitivePeerDependencies:
- '@miniflare/storage-redis'
- bufferutil
- cron-schedule
- ioredis
- utf-8-validate
+ dev: true
+
+ /wrangler@3.14.0:
+ resolution: {integrity: sha512-4vzw11yG1/KXpYKbumvRJ61Iyhm/yKXb/ayOw/2xiIRdKdpsfN9/796d2l525+CDaGwZWswpLENe6ZMS0p/Ghg==}
+ engines: {node: '>=16.13.0'}
+ hasBin: true
+ dependencies:
+ '@cloudflare/kv-asset-handler': 0.2.0
+ '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
+ '@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
+ blake3-wasm: 2.1.5
+ chokidar: 3.5.3
+ esbuild: 0.17.19
+ miniflare: 3.20231016.0
+ nanoid: 3.3.6
+ path-to-regexp: 6.2.1
+ selfsigned: 2.1.1
+ source-map: 0.6.1
+ source-map-support: 0.5.21
+ xxhash-wasm: 1.0.2
+ optionalDependencies:
+ fsevents: 2.3.3
+ transitivePeerDependencies:
+ - bufferutil
+ - supports-color
+ - utf-8-validate
+ dev: false
/wrap-ansi@7.0.0:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
@@ -11615,10 +12283,6 @@ packages:
/yallist@4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
- /yaml@1.10.2:
- resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
- engines: {node: '>= 6'}
-
/yaml@2.3.1:
resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
engines: {node: '>= 14'}
@@ -11665,7 +12329,6 @@ packages:
/yocto-queue@1.0.0:
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
engines: {node: '>=12.20'}
- dev: false
/youch@2.2.2:
resolution: {integrity: sha512-/FaCeG3GkuJwaMR34GHVg0l8jCbafZLHiFowSjqLlqhC6OMyf2tPJBu8UirF7/NI9X/R5ai4QfEKUCOxMAGxZQ==}
@@ -11675,12 +12338,20 @@ packages:
mustache: 4.2.0
stack-trace: 0.0.10
+ /youch@3.3.2:
+ resolution: {integrity: sha512-9cwz/z7abtcHOIuH45nzmUFCZbyJA1nLqlirKvyNRx4wDMhqsBaifAJzBej7L4fsVPjFxYq3NK3GAcfvZsydFw==}
+ dependencies:
+ cookie: 0.5.0
+ mustache: 4.2.0
+ stacktracey: 2.1.8
+ dev: false
+
/zod@3.21.4:
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
dev: true
- /zod@3.22.1:
- resolution: {integrity: sha512-+qUhAMl414+Elh+fRNtpU+byrwjDFOS1N7NioLY+tSlcADTx4TkCUua/hxJvxwDXcV4397/nZ420jy4n4+3WUg==}
+ /zod@3.22.4:
+ resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
dev: false
/zwitch@2.0.4: