From 066760e2a1461b77547937b090177fd57e012622 Mon Sep 17 00:00:00 2001
From: devunt <337728+devunt@users.noreply.github.com>
Date: Thu, 18 Jul 2024 04:38:02 +0000
Subject: [PATCH] =?UTF-8?q?=EC=A0=95=EA=B8=B0=20=EB=94=94=ED=8E=9C?=
=?UTF-8?q?=EB=8D=98=EC=8B=9C=20=EC=97=85=EA=B7=B8=EB=A0=88=EC=9D=B4?=
=?UTF-8?q?=EB=93=9C=20(#2811)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
apps/bedrock/package.json | 16 +-
apps/company/package.json | 20 +-
apps/help/package.json | 20 +-
apps/literoom/package.json | 18 +-
apps/mobile/package.json | 2 +-
apps/website/package.json | 88 +-
.../website/src/lib/server/graphql/builder.ts | 18 +-
apps/website/src/lib/server/graphql/utils.ts | 2 +-
apps/website/src/lib/server/utils/space.ts | 2 +-
.../(default)/CommentNotification.svelte | 2 +-
.../EmojiReactionNotification.svelte | 2 +-
.../me/cabinets/comments/CommentedPost.svelte | 2 +-
package.json | 14 +-
packages/adapter-docker/package.json | 10 +-
packages/glitch/package.json | 18 +-
packages/lib/package.json | 8 +-
packages/lintconfig/package.json | 16 +-
packages/pulumi/package.json | 10 +-
packages/rac/package.json | 8 +-
pnpm-lock.yaml | 6794 ++++++++---------
20 files changed, 3497 insertions(+), 3573 deletions(-)
diff --git a/apps/bedrock/package.json b/apps/bedrock/package.json
index 3cb11bcffd..bf786ea34b 100644
--- a/apps/bedrock/package.json
+++ b/apps/bedrock/package.json
@@ -4,16 +4,16 @@
"private": true,
"type": "module",
"devDependencies": {
- "@pulumi/aws": "^6.41.0",
- "@pulumi/kubernetes": "^4.13.1",
- "@pulumi/pulumi": "^3.120.0",
- "@pulumi/random": "^4.16.2",
- "@pulumi/tailscale": "^0.16.0",
- "@pulumi/tls": "^5.0.3",
- "@types/node": "^20.14.5",
+ "@pulumi/aws": "^6.45.0",
+ "@pulumi/kubernetes": "^4.15.0",
+ "@pulumi/pulumi": "^3.124.0",
+ "@pulumi/random": "^4.16.3",
+ "@pulumi/tailscale": "^0.16.1",
+ "@pulumi/tls": "^5.0.4",
+ "@types/node": "^20.14.11",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"fast-glob": "^3.3.2",
- "tsx": "^4.15.6"
+ "tsx": "^4.16.2"
}
}
diff --git a/apps/company/package.json b/apps/company/package.json
index 960426ba30..9f36559ffd 100644
--- a/apps/company/package.json
+++ b/apps/company/package.json
@@ -14,24 +14,24 @@
"lint:typecheck": "tsc"
},
"dependencies": {
- "@sveltejs/kit": "^2.5.17",
+ "@sveltejs/kit": "^2.5.18",
"@withglyph/adapter-docker": "workspace:^",
"@withglyph/lib": "workspace:^",
"svelte": "^4.2.18"
},
"devDependencies": {
- "@pandacss/dev": "^0.41.0",
- "@pulumi/pulumi": "^3.120.0",
+ "@pandacss/dev": "^0.42.0",
+ "@pulumi/pulumi": "^3.124.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
- "@types/node": "^20.14.5",
+ "@types/node": "^20.14.11",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
- "postcss": "^8.4.38",
+ "postcss": "^8.4.39",
"postcss-load-config": "^5.1.0",
- "svelte-check": "^3.8.1",
- "svelte-preprocess": "^6.0.1",
- "tsx": "^4.15.6",
- "typescript": "^5.4.5",
- "vite": "^5.3.1"
+ "svelte-check": "^3.8.4",
+ "svelte-preprocess": "^6.0.2",
+ "tsx": "^4.16.2",
+ "typescript": "^5.5.3",
+ "vite": "^5.3.4"
}
}
diff --git a/apps/help/package.json b/apps/help/package.json
index 5ef66cad8d..1158375d05 100644
--- a/apps/help/package.json
+++ b/apps/help/package.json
@@ -14,7 +14,7 @@
"lint:typecheck": "tsc"
},
"dependencies": {
- "@sveltejs/kit": "^2.5.17",
+ "@sveltejs/kit": "^2.5.18",
"@withglyph/adapter-docker": "workspace:^",
"@withglyph/lib": "workspace:^",
"mdsvex": "^0.11.2",
@@ -22,19 +22,19 @@
"svelte": "^4.2.18"
},
"devDependencies": {
- "@pandacss/dev": "^0.41.0",
- "@pulumi/pulumi": "^3.120.0",
+ "@pandacss/dev": "^0.42.0",
+ "@pulumi/pulumi": "^3.124.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
- "@types/node": "^20.14.5",
+ "@types/node": "^20.14.11",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
- "postcss": "^8.4.38",
+ "postcss": "^8.4.39",
"postcss-load-config": "^5.1.0",
- "svelte-check": "^3.8.1",
- "svelte-preprocess": "^6.0.1",
- "tsx": "^4.15.6",
- "typescript": "^5.4.5",
- "vite": "^5.3.1",
+ "svelte-check": "^3.8.4",
+ "svelte-preprocess": "^6.0.2",
+ "tsx": "^4.16.2",
+ "typescript": "^5.5.3",
+ "vite": "^5.3.4",
"vite-plugin-dynamic-import": "^1.5.0"
}
}
diff --git a/apps/literoom/package.json b/apps/literoom/package.json
index 9e9222a055..d17d218e0f 100644
--- a/apps/literoom/package.json
+++ b/apps/literoom/package.json
@@ -11,20 +11,20 @@
"lint:typecheck": "tsc"
},
"dependencies": {
- "@aws-sdk/client-s3": "^3.600.0",
- "aws-lambda-ric": "^3.1.0",
+ "@aws-sdk/client-s3": "^3.614.0",
+ "aws-lambda-ric": "^3.2.0",
"sharp": "^0.33.4"
},
"devDependencies": {
- "@pulumi/aws": "^6.41.0",
- "@pulumi/aws-native": "^0.108.4",
- "@pulumi/pulumi": "^3.120.0",
- "@types/node": "^20.14.5",
+ "@pulumi/aws": "^6.45.0",
+ "@pulumi/aws-native": "^0.111.0",
+ "@pulumi/pulumi": "^3.124.0",
+ "@types/node": "^20.14.11",
"@withglyph/lib": "workspace:^",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
- "tsup": "^8.1.0",
- "tsx": "^4.15.6",
- "typescript": "^5.4.5"
+ "tsup": "^8.1.2",
+ "tsx": "^4.16.2",
+ "typescript": "^5.5.3"
}
}
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index ee8c1bef8f..2f27cf400d 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -17,7 +17,7 @@
"watch": "dart run build_runner watch --delete-conflicting-outputs"
},
"devDependencies": {
- "@iconify/json": "^2.2.220",
+ "@iconify/json": "^2.2.228",
"@iconify/tools": "^4.0.4",
"change-case-all": "^2.1.0",
"emojibase-data": "^15.3.2",
diff --git a/apps/website/package.json b/apps/website/package.json
index 0802fe25a9..5795cccd28 100644
--- a/apps/website/package.json
+++ b/apps/website/package.json
@@ -17,11 +17,11 @@
"test": "playwright test"
},
"dependencies": {
- "@apple/app-store-server-library": "^1.3.0",
- "@aws-sdk/client-s3": "^3.600.0",
- "@aws-sdk/client-ses": "^3.600.0",
- "@aws-sdk/s3-request-presigner": "^3.600.0",
- "@datadog/browser-rum": "^5.21.0",
+ "@apple/app-store-server-library": "^1.4.0",
+ "@aws-sdk/client-s3": "^3.614.0",
+ "@aws-sdk/client-ses": "^3.614.0",
+ "@aws-sdk/s3-request-presigner": "^3.614.0",
+ "@datadog/browser-rum": "^5.22.0",
"@elastic/elasticsearch": "^8.14.0",
"@emoji-mart/data": "^1.2.1",
"@envelop/core": "^5.0.1",
@@ -29,24 +29,24 @@
"@envelop/opentelemetry": "^6.3.1",
"@felte/core": "^1.4.3",
"@felte/validator-zod": "^1.0.17",
- "@floating-ui/dom": "^1.6.5",
+ "@floating-ui/dom": "^1.6.7",
"@graphql-yoga/typed-event-target": "^3.0.0",
"@opentelemetry/api": "^1.9.0",
"@paralleldrive/cuid2": "^2.2.2",
- "@pothos/core": "^3.41.1",
- "@pothos/plugin-dataloader": "^3.18.1",
- "@pothos/plugin-scope-auth": "^3.22.0",
- "@pothos/plugin-simple-objects": "^3.7.0",
- "@pothos/plugin-tracing": "^0.5.8",
- "@pothos/plugin-validation": "^3.10.1",
- "@pothos/tracing-opentelemetry": "^0.6.9",
+ "@pothos/core": "^4.0.2",
+ "@pothos/plugin-dataloader": "^4.0.2",
+ "@pothos/plugin-scope-auth": "^4.0.2",
+ "@pothos/plugin-simple-objects": "^4.0.3",
+ "@pothos/plugin-tracing": "^1.0.2",
+ "@pothos/plugin-zod": "^4.0.2",
+ "@pothos/tracing-opentelemetry": "^1.0.2",
"@resvg/resvg-js": "^2.6.2",
- "@sentry/sveltekit": "^8.10.0",
+ "@sentry/sveltekit": "^8.18.0",
"@sindresorhus/string-hash": "^2.0.0",
- "@sveltejs/kit": "^2.5.17",
- "@tiptap/core": "^2.4.0",
- "@tiptap/html": "^2.4.0",
- "@tiptap/pm": "^2.4.0",
+ "@sveltejs/kit": "^2.5.18",
+ "@tiptap/core": "^2.5.4",
+ "@tiptap/html": "^2.5.4",
+ "@tiptap/pm": "^2.5.4",
"@types/sortablejs": "^1.15.8",
"@urql/core": "^5.0.4",
"@urql/exchange-graphcache": "^6.5.1",
@@ -63,46 +63,46 @@
"dataloader": "^2.2.2",
"dayjs": "^1.11.11",
"driver.js": "^1.3.1",
- "drizzle-orm": "^0.31.2",
+ "drizzle-orm": "^0.32.0",
"emoji-mart": "^5.6.0",
"fast-json-stable-stringify": "^2.1.0",
"felte": "^1.2.14",
- "firebase-admin": "^12.1.1",
+ "firebase-admin": "^12.2.0",
"google-auth-library": "^9.11.0",
- "googleapis": "^140.0.0",
+ "googleapis": "^140.0.1",
"got": "^14.4.1",
- "graphql": "^16.8.2",
+ "graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
- "graphql-yoga": "^5.4.0",
+ "graphql-yoga": "^5.6.0",
"iconv-lite": "^0.6.3",
"ioredis": "^5.4.1",
"itty-router": "^5.0.17",
- "jose": "^5.4.1",
+ "jose": "^5.6.3",
"js-base64": "^3.7.7",
- "ky": "^1.3.0",
+ "ky": "^1.4.0",
"linkifyjs": "^4.1.3",
- "mixpanel-browser": "^2.52.0",
+ "mixpanel-browser": "^2.53.0",
"mrmime": "^2.0.0",
"nanoid": "^5.0.7",
"numeral": "^2.0.6",
"object-traversal": "^1.0.1",
"open": "^10.1.0",
- "pino": "^9.2.0",
+ "pino": "^9.3.1",
"postgres": "^3.4.4",
"query-string": "^9.0.0",
"rabbitmq-client": "^4.6.0",
"radash": "^12.1.0",
"randomcolor": "^0.6.2",
- "satori": "^0.10.13",
+ "satori": "^0.10.14",
"sharp": "^0.33.4",
- "shiki": "^1.7.0",
+ "shiki": "^1.10.3",
"sortablejs": "^1.15.2",
"svelte": "^4.2.18",
- "swiper": "^11.1.4",
+ "swiper": "^11.1.5",
"thumbhash": "^0.1.1",
"ts-pattern": "^5.2.0",
"twemoji": "^14.0.2",
- "twitter-api-v2": "^1.17.1",
+ "twitter-api-v2": "^1.17.2",
"uqr": "^0.1.2",
"xmlbuilder2": "^3.1.1",
"y-indexeddb": "^9.0.12",
@@ -112,29 +112,29 @@
"zod": "^3.23.8"
},
"devDependencies": {
- "@iconify/json": "^2.2.220",
- "@pandacss/dev": "^0.41.0",
- "@playwright/test": "^1.44.1",
- "@pulumi/pulumi": "^3.120.0",
+ "@iconify/json": "^2.2.228",
+ "@pandacss/dev": "^0.42.0",
+ "@playwright/test": "^1.45.2",
+ "@pulumi/pulumi": "^3.124.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/color": "^3.0.6",
- "@types/mixpanel-browser": "^2.49.0",
- "@types/node": "^20.14.5",
+ "@types/mixpanel-browser": "^2.49.1",
+ "@types/node": "^20.14.11",
"@types/numeral": "^2.0.5",
"@types/randomcolor": "^0.5.9",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"arg": "^5.0.2",
"autoprefixer": "^10.4.19",
- "drizzle-kit": "^0.22.7",
- "postcss": "^8.4.38",
+ "drizzle-kit": "^0.23.0",
+ "postcss": "^8.4.39",
"postcss-load-config": "^5.1.0",
- "svelte-check": "^3.8.1",
- "svelte-preprocess": "^6.0.1",
- "tsx": "^4.15.6",
- "typescript": "^5.4.5",
+ "svelte-check": "^3.8.4",
+ "svelte-preprocess": "^6.0.2",
+ "tsx": "^4.16.2",
+ "typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
- "vite": "^5.3.1"
+ "vite": "^5.3.4"
}
}
diff --git a/apps/website/src/lib/server/graphql/builder.ts b/apps/website/src/lib/server/graphql/builder.ts
index 35d34b7fa4..c98762b5aa 100644
--- a/apps/website/src/lib/server/graphql/builder.ts
+++ b/apps/website/src/lib/server/graphql/builder.ts
@@ -2,7 +2,7 @@ import SchemaBuilder from '@pothos/core';
import DataLoaderPlugin from '@pothos/plugin-dataloader';
import ScopeAuthPlugin from '@pothos/plugin-scope-auth';
import SimpleObjectsPlugin from '@pothos/plugin-simple-objects';
-import ValidationPlugin from '@pothos/plugin-validation';
+import ZodPlugin from '@pothos/plugin-zod';
import RACPlugin from '@withglyph/rac';
import dayjs from 'dayjs';
import { GraphQLJSON, GraphQLVoid } from 'graphql-scalars';
@@ -26,6 +26,7 @@ export const builder = new SchemaBuilder<{
};
Context: Context;
DefaultInputFieldRequiredness: true;
+ DefaultFieldNullability: false;
Scalars: {
DateTime: { Input: dayjs.Dayjs; Output: dayjs.Dayjs };
ID: { Input: string; Output: string };
@@ -35,17 +36,18 @@ export const builder = new SchemaBuilder<{
Void: { Input: never; Output: void };
};
}>({
- authScopes: (context) => ({
- admin: context.session?.role === 'ADMIN',
- user: !!context.session,
- }),
defaultInputFieldRequiredness: true,
- plugins: [ScopeAuthPlugin, RACPlugin, DataLoaderPlugin, SimpleObjectsPlugin, ValidationPlugin],
- scopeAuthOptions: {
+ defaultFieldNullability: false,
+ plugins: [ScopeAuthPlugin, RACPlugin, DataLoaderPlugin, SimpleObjectsPlugin, ZodPlugin],
+ scopeAuth: {
+ authScopes: (context) => ({
+ admin: context.session?.role === 'ADMIN',
+ user: !!context.session,
+ }),
treatErrorsAsUnauthorized: true,
unauthorizedError: (_, __, ___, result) => new PermissionDeniedError(result),
},
- validationOptions: {
+ zod: {
validationError: (error) => new IntentionalError(error.issues[0].message),
},
racPluginOptions: {
diff --git a/apps/website/src/lib/server/graphql/utils.ts b/apps/website/src/lib/server/graphql/utils.ts
index 2b1e08152e..be8d20d6f1 100644
--- a/apps/website/src/lib/server/graphql/utils.ts
+++ b/apps/website/src/lib/server/graphql/utils.ts
@@ -13,7 +13,7 @@ type SchemaTypes = typeof builder extends PothosSchemaTypes.SchemaBuilder(
table: TableWithIdColumn,
-): DataLoaderOptions => ({
+): DataLoaderOptions => ({
load: (ids) => database.select().from(table).where(inArray(table.id, ids)).orderBy(asc(table.id)),
toKey: (parent) => parent.id,
sort: true,
diff --git a/apps/website/src/lib/server/utils/space.ts b/apps/website/src/lib/server/utils/space.ts
index c2d551df3a..08a72ef442 100644
--- a/apps/website/src/lib/server/utils/space.ts
+++ b/apps/website/src/lib/server/utils/space.ts
@@ -92,7 +92,7 @@ type GetSpaceProfileParams =
export const getSpaceProfile = async (params: GetSpaceProfileParams) => {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
- const userId = 'context' in params ? params.userId ?? params.context.session!.userId : params.userId;
+ const userId = 'context' in params ? (params.userId ?? params.context.session!.userId) : params.userId;
const { profileId } = (await getSpaceMemberV2(params)) ?? (await makeMasquerade({ spaceId: params.spaceId, userId }));
diff --git a/apps/website/src/routes/(default)/CommentNotification.svelte b/apps/website/src/routes/(default)/CommentNotification.svelte
index 49b8c40db9..ca1bf902ce 100644
--- a/apps/website/src/routes/(default)/CommentNotification.svelte
+++ b/apps/website/src/routes/(default)/CommentNotification.svelte
@@ -86,7 +86,7 @@
{$commentNotification.post.publishedRevision?.title &&
$commentNotification.post.publishedRevision?.title.length > 10
? `${$commentNotification.post.publishedRevision?.title.slice(0, 10)}...`
- : $commentNotification.post.publishedRevision?.title ?? '(제목 없음)'}에 댓글을 달았어요
+ : ($commentNotification.post.publishedRevision?.title ?? '(제목 없음)')}에 댓글을 달았어요
=16.0.0'}
- '@aws-sdk/client-ses@3.600.0':
- resolution: {integrity: sha512-5CFAIYB2IMH3N55SEFbiHJQZWwX+7tu1gAP7RunhDUyg9DiI4VFHgWGQXnmdm486Z2WEWB9C4WVzE3ctRwVwhA==}
+ '@aws-sdk/client-ses@3.614.0':
+ resolution: {integrity: sha512-PbnnfIq2oNy+Um++rzqAk+7+OXtRzv6EymiIhvRYCq/T5rRVPjuIgV3mjrxl8hrF4SIAq40YVojzT1DITERFiw==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/client-sso-oidc@3.600.0':
- resolution: {integrity: sha512-7+I8RWURGfzvChyNQSyj5/tKrqRbzRl7H+BnTOf/4Vsw1nFOi5ROhlhD4X/Y0QCTacxnaoNcIrqnY7uGGvVRzw==}
+ '@aws-sdk/client-sso-oidc@3.614.0':
+ resolution: {integrity: sha512-BI1NWcpppbHg/28zbUg54dZeckork8BItZIcjls12vxasy+p3iEzrJVG60jcbUTTsk3Qc1tyxNfrdcVqx0y7Ww==}
engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@aws-sdk/client-sts': ^3.614.0
- '@aws-sdk/client-sso@3.598.0':
- resolution: {integrity: sha512-nOI5lqPYa+YZlrrzwAJywJSw3MKVjvu6Ge2fCqQUNYMfxFB0NAaDFnl0EPjXi+sEbtCuz/uWE77poHbqiZ+7Iw==}
+ '@aws-sdk/client-sso@3.614.0':
+ resolution: {integrity: sha512-p5pyYaxRzBttjBkqfc8i3K7DzBdTg3ECdVgBo6INIUxfvDy0J8QUE8vNtCgvFIkq+uPw/8M+Eo4zzln7anuO0Q==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/client-sts@3.600.0':
- resolution: {integrity: sha512-KQG97B7LvTtTiGmjlrG1LRAY8wUvCQzrmZVV5bjrJ/1oXAU7DITYwVbSJeX9NWg6hDuSk0VE3MFwIXS2SvfLIA==}
+ '@aws-sdk/client-sts@3.614.0':
+ resolution: {integrity: sha512-i6QmaVA1KHHYNnI2VYQy/sc31rLm4+jSp8b/YbQpFnD0w3aXsrEEHHlxek45uSkHb4Nrj1omFBVy/xp1WVYx2Q==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/core@3.598.0':
- resolution: {integrity: sha512-HaSjt7puO5Cc7cOlrXFCW0rtA0BM9lvzjl56x0A20Pt+0wxXGeTOZZOkXQIepbrFkV2e/HYukuT9e99vXDm59g==}
+ '@aws-sdk/core@3.614.0':
+ resolution: {integrity: sha512-BUuS5/1YkgmKc4J0bg83XEtMyDHVyqG2QDzfmhYe8gbOIZabUl1FlrFVwhCAthtrrI6MPGTQcERB4BtJKUSplw==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-env@3.598.0':
- resolution: {integrity: sha512-vi1khgn7yXzLCcgSIzQrrtd2ilUM0dWodxj3PQ6BLfP0O+q1imO3hG1nq7DVyJtq7rFHs6+9N8G4mYvTkxby2w==}
+ '@aws-sdk/credential-provider-env@3.609.0':
+ resolution: {integrity: sha512-v69ZCWcec2iuV9vLVJMa6fAb5xwkzN4jYIT8yjo2c4Ia/j976Q+TPf35Pnz5My48Xr94EFcaBazrWedF+kwfuQ==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-http@3.598.0':
- resolution: {integrity: sha512-N7cIafi4HVlQvEgvZSo1G4T9qb/JMLGMdBsDCT5XkeJrF0aptQWzTFH0jIdZcLrMYvzPcuEyO3yCBe6cy/ba0g==}
+ '@aws-sdk/credential-provider-http@3.614.0':
+ resolution: {integrity: sha512-YIEjlNUKb3Vo/iTnGAPdsiDC3FUUnNoex2OwU8LmR7AkYZiWdB8nx99DfgkkY+OFMUpw7nKD2PCOtuFONelfGA==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-ini@3.598.0':
- resolution: {integrity: sha512-/ppcIVUbRwDIwJDoYfp90X3+AuJo2mvE52Y1t2VSrvUovYn6N4v95/vXj6LS8CNDhz2jvEJYmu+0cTMHdhI6eA==}
+ '@aws-sdk/credential-provider-ini@3.614.0':
+ resolution: {integrity: sha512-KfLuLFGwlvFSZ2MuzYwWGPb1y5TeiwX5okIDe0aQ1h10oD3924FXbN+mabOnUHQ8EFcGAtCaWbrC86mI7ktC6A==}
engines: {node: '>=16.0.0'}
peerDependencies:
- '@aws-sdk/client-sts': ^3.598.0
+ '@aws-sdk/client-sts': ^3.614.0
- '@aws-sdk/credential-provider-node@3.600.0':
- resolution: {integrity: sha512-1pC7MPMYD45J7yFjA90SxpR0yaSvy+yZiq23aXhAPZLYgJBAxHLu0s0mDCk/piWGPh8+UGur5K0bVdx4B1D5hw==}
+ '@aws-sdk/credential-provider-node@3.614.0':
+ resolution: {integrity: sha512-4J6gPEuFZP0mkWq5E//oMS1vrmMM88iNNcv7TEljYnsc6JTAlKejCyFwx6CN+nkIhmIZsl06SXIhBemzBdBPfg==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-process@3.598.0':
- resolution: {integrity: sha512-rM707XbLW8huMk722AgjVyxu2tMZee++fNA8TJVNgs1Ma02Wx6bBrfIvlyK0rCcIRb0WdQYP6fe3Xhiu4e8IBA==}
+ '@aws-sdk/credential-provider-process@3.614.0':
+ resolution: {integrity: sha512-Q0SI0sTRwi8iNODLs5+bbv8vgz8Qy2QdxbCHnPk/6Cx6LMf7i3dqmWquFbspqFRd8QiqxStrblwxrUYZi09tkA==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-sso@3.598.0':
- resolution: {integrity: sha512-5InwUmrAuqQdOOgxTccRayMMkSmekdLk6s+az9tmikq0QFAHUCtofI+/fllMXSR9iL6JbGYi1940+EUmS4pHJA==}
+ '@aws-sdk/credential-provider-sso@3.614.0':
+ resolution: {integrity: sha512-55+gp0JY4451cWI1qXmVMFM0GQaBKiQpXv2P0xmd9P3qLDyeFUSEW8XPh0d2lb1ICr6x4s47ynXVdGCIv2mXMg==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/credential-provider-web-identity@3.598.0':
- resolution: {integrity: sha512-GV5GdiMbz5Tz9JO4NJtRoFXjW0GPEujA0j+5J/B723rTN+REHthJu48HdBKouHGhdzkDWkkh1bu52V02Wprw8w==}
+ '@aws-sdk/credential-provider-web-identity@3.609.0':
+ resolution: {integrity: sha512-U+PG8NhlYYF45zbr1km3ROtBMYqyyj/oK8NRp++UHHeuavgrP+4wJ4wQnlEaKvJBjevfo3+dlIBcaeQ7NYejWg==}
engines: {node: '>=16.0.0'}
peerDependencies:
- '@aws-sdk/client-sts': ^3.598.0
+ '@aws-sdk/client-sts': ^3.609.0
- '@aws-sdk/middleware-bucket-endpoint@3.598.0':
- resolution: {integrity: sha512-PM7BcFfGUSkmkT6+LU9TyJiB4S8yI7dfuKQDwK5ZR3P7MKaK4Uj4yyDiv0oe5xvkF6+O2+rShj+eh8YuWkOZ/Q==}
+ '@aws-sdk/middleware-bucket-endpoint@3.614.0':
+ resolution: {integrity: sha512-TqEY8KcZeZ0LIxXaqG9RSSNnDHvD8RAFP4Xenwsxqnyad0Yn7LgCoFwRByelJ0t54ROYL1/ETJleWE4U4TOXdg==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-expect-continue@3.598.0':
- resolution: {integrity: sha512-ZuHW18kaeHR8TQyhEOYMr8VwiIh0bMvF7J1OTqXHxDteQIavJWA3CbfZ9sgS4XGtrBZDyHJhjZKeCfLhN2rq3w==}
+ '@aws-sdk/middleware-expect-continue@3.609.0':
+ resolution: {integrity: sha512-+zeg//mSer4JZRxOB/4mUOMUJyuYPwATnIC5moBB8P8Xe+mJaVRFy8qlCtzYNj2TycnlsBPzTK0j7P1yvDh97w==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-flexible-checksums@3.598.0':
- resolution: {integrity: sha512-xukAzds0GQXvMEY9G6qt+CzwVzTx8NyKKh04O2Q+nOch6QQ8Rs+2kTRy3Z4wQmXq2pK9hlOWb5nXA7HWpmz6Ng==}
+ '@aws-sdk/middleware-flexible-checksums@3.614.0':
+ resolution: {integrity: sha512-ZLpxVXMboDeMT7p2Kdp5m1uLVKOktkZoMgLvvbe3zbrU4Ji5IU5xVE0aa4X7H28BtuODCs6SLESnPs19bhMKlA==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-host-header@3.598.0':
- resolution: {integrity: sha512-WiaG059YBQwQraNejLIi0gMNkX7dfPZ8hDIhvMr5aVPRbaHH8AYF3iNSsXYCHvA2Cfa1O9haYXsuMF9flXnCmA==}
+ '@aws-sdk/middleware-host-header@3.609.0':
+ resolution: {integrity: sha512-iTKfo158lc4jLDfYeZmYMIBHsn8m6zX+XB6birCSNZ/rrlzAkPbGE43CNdKfvjyWdqgLMRXF+B+OcZRvqhMXPQ==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-location-constraint@3.598.0':
- resolution: {integrity: sha512-8oybQxN3F1ISOMULk7JKJz5DuAm5hCUcxMW9noWShbxTJuStNvuHf/WLUzXrf8oSITyYzIHPtf8VPlKR7I3orQ==}
+ '@aws-sdk/middleware-location-constraint@3.609.0':
+ resolution: {integrity: sha512-xzsdoTkszGVqGVPjUmgoP7TORiByLueMHieI1fhQL888WPdqctwAx3ES6d/bA9Q/i8jnc6hs+Fjhy8UvBTkE9A==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-logger@3.598.0':
- resolution: {integrity: sha512-bxBjf/VYiu3zfu8SYM2S9dQQc3tz5uBAOcPz/Bt8DyyK3GgOpjhschH/2XuUErsoUO1gDJqZSdGOmuHGZQn00Q==}
+ '@aws-sdk/middleware-logger@3.609.0':
+ resolution: {integrity: sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-recursion-detection@3.598.0':
- resolution: {integrity: sha512-vjT9BeFY9FeN0f8hm2l6F53tI0N5bUq6RcDkQXKNabXBnQxKptJRad6oP2X5y3FoVfBLOuDkQgiC2940GIPxtQ==}
+ '@aws-sdk/middleware-recursion-detection@3.609.0':
+ resolution: {integrity: sha512-6sewsYB7/o/nbUfA99Aa/LokM+a/u4Wpm/X2o0RxOsDtSB795ObebLJe2BxY5UssbGaWkn7LswyfvrdZNXNj1w==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-sdk-s3@3.598.0':
- resolution: {integrity: sha512-5AGtLAh9wyK6ANPYfaKTqJY1IFJyePIxsEbxa7zS6REheAqyVmgJFaGu3oQ5XlxfGr5Uq59tFTRkyx26G1HkHA==}
+ '@aws-sdk/middleware-sdk-s3@3.614.0':
+ resolution: {integrity: sha512-9fJTaiuuOfFV4FqmUEhPYzrtv7JOfYpB7q65oG3uayVH4ngWHIJkjnnX79zRhNZKdPGta+XIsnZzjEghg82ngA==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-signing@3.598.0':
- resolution: {integrity: sha512-XKb05DYx/aBPqz6iCapsCbIl8aD8EihTuPCs51p75QsVfbQoVr4TlFfIl5AooMSITzojdAQqxt021YtvxjtxIQ==}
+ '@aws-sdk/middleware-signing@3.609.0':
+ resolution: {integrity: sha512-2w3dBLjQVKIajYzokO4hduq8/0hSMUYHHmIo1Kdl+MSY8uwRBt12bLL6pyreobTcRMxizvn2ph/CQ9I1ST/WGQ==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-ssec@3.598.0':
- resolution: {integrity: sha512-f0p2xP8IC1uJ5e/tND1l81QxRtRFywEdnbtKCE0H6RSn4UIt2W3Dohe1qQDbnh27okF0PkNW6BJGdSAz3p7qbA==}
+ '@aws-sdk/middleware-ssec@3.609.0':
+ resolution: {integrity: sha512-GZSD1s7+JswWOTamVap79QiDaIV7byJFssBW68GYjyRS5EBjNfwA/8s+6uE6g39R3ojyTbYOmvcANoZEhSULXg==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/middleware-user-agent@3.598.0':
- resolution: {integrity: sha512-4tjESlHG5B5MdjUaLK7tQs/miUtHbb6deauQx8ryqSBYOhfHVgb1ZnzvQR0bTrhpqUg0WlybSkDaZAICf9xctg==}
+ '@aws-sdk/middleware-user-agent@3.614.0':
+ resolution: {integrity: sha512-xUxh0UPQiMTG6E31Yvu6zVYlikrIcFDKljM11CaatInzvZubGTGiX0DjpqRlfGzUNsuPc/zNrKwRP2+wypgqIw==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/region-config-resolver@3.598.0':
- resolution: {integrity: sha512-oYXhmTokSav4ytmWleCr3rs/1nyvZW/S0tdi6X7u+dLNL5Jee+uMxWGzgOrWK6wrQOzucLVjS4E/wA11Kv2GTw==}
+ '@aws-sdk/region-config-resolver@3.614.0':
+ resolution: {integrity: sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/s3-request-presigner@3.600.0':
- resolution: {integrity: sha512-MYRwgti1DDc9/Q9AzvTQy0Ih0j4vLe0zYLV3qtSI0H8G02yRqTzet2s/76pUNOYJK9ASSgcxQ9yeV9EGKBwndQ==}
+ '@aws-sdk/s3-request-presigner@3.614.0':
+ resolution: {integrity: sha512-KCXFfnkW8QVtigvStA3zvIHBp/FmwwCBcMgp3WjJNNPVKit3RM70veAWJBZUghHmHtd9fTijO2uwzHtusjkyHw==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/signature-v4-multi-region@3.598.0':
- resolution: {integrity: sha512-1r/EyTrO1gSa1FirnR8V7mabr7gk+l+HkyTI0fcTSr8ucB7gmYyW6WjkY8JCz13VYHFK62usCEDS7yoJoJOzTA==}
+ '@aws-sdk/signature-v4-multi-region@3.614.0':
+ resolution: {integrity: sha512-6mW3ONW4oLzxrePznYhz7sNT9ji9Am9ufLeV722tbOVS5lArBOZ6E1oPz0uYBhisUPznWKhcLRMggt7vIJWMng==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/token-providers@3.598.0':
- resolution: {integrity: sha512-TKY1EVdHVBnZqpyxyTHdpZpa1tUpb6nxVeRNn1zWG8QB5MvH4ALLd/jR+gtmWDNQbIG4cVuBOZFVL8hIYicKTA==}
+ '@aws-sdk/token-providers@3.614.0':
+ resolution: {integrity: sha512-okItqyY6L9IHdxqs+Z116y5/nda7rHxLvROxtAJdLavWTYDydxrZstImNgGWTeVdmc0xX2gJCI77UYUTQWnhRw==}
engines: {node: '>=16.0.0'}
peerDependencies:
- '@aws-sdk/client-sso-oidc': ^3.598.0
+ '@aws-sdk/client-sso-oidc': ^3.614.0
- '@aws-sdk/types@3.598.0':
- resolution: {integrity: sha512-742uRl6z7u0LFmZwDrFP6r1wlZcgVPw+/TilluDJmCAR8BgRw3IR+743kUXKBGd8QZDRW2n6v/PYsi/AWCDDMQ==}
+ '@aws-sdk/types@3.609.0':
+ resolution: {integrity: sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==}
engines: {node: '>=16.0.0'}
'@aws-sdk/util-arn-parser@3.568.0':
resolution: {integrity: sha512-XUKJWWo+KOB7fbnPP0+g/o5Ulku/X53t7i/h+sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L+MnNn9INs2w==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/util-endpoints@3.598.0':
- resolution: {integrity: sha512-Qo9UoiVVZxcOEdiOMZg3xb1mzkTxrhd4qSlg5QQrfWPJVx/QOg+Iy0NtGxPtHtVZNHZxohYwDwV/tfsnDSE2gQ==}
+ '@aws-sdk/util-endpoints@3.614.0':
+ resolution: {integrity: sha512-wK2cdrXHH4oz4IomV/yrGkftU9A+ITB6nFL+rxxyO78is2ifHJpFdV4aqk4LSkXYPi6CXWNru/Dqc7yiKXgJPw==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/util-format-url@3.598.0':
- resolution: {integrity: sha512-1X0PlREk5K6tQg8rFZOjoKVtDyI1WgbKJNCymHhMye6STryY6fhuuayKstiDThkqDYxqahjUJz/Tl2p5W3rbcw==}
+ '@aws-sdk/util-format-url@3.609.0':
+ resolution: {integrity: sha512-fuk29BI/oLQlJ7pfm6iJ4gkEpHdavffAALZwXh9eaY1vQ0ip0aKfRTiNudPoJjyyahnz5yJ1HkmlcDitlzsOrQ==}
engines: {node: '>=16.0.0'}
'@aws-sdk/util-locate-window@3.568.0':
resolution: {integrity: sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==}
engines: {node: '>=16.0.0'}
- '@aws-sdk/util-user-agent-browser@3.598.0':
- resolution: {integrity: sha512-36Sxo6F+ykElaL1mWzWjlg+1epMpSe8obwhCN1yGE7Js9ywy5U6k6l+A3q3YM9YRbm740sNxncbwLklMvuhTKw==}
+ '@aws-sdk/util-user-agent-browser@3.609.0':
+ resolution: {integrity: sha512-fojPU+mNahzQ0YHYBsx0ZIhmMA96H+ZIZ665ObU9tl+SGdbLneVZVikGve+NmHTQwHzwkFsZYYnVKAkreJLAtA==}
- '@aws-sdk/util-user-agent-node@3.598.0':
- resolution: {integrity: sha512-oyWGcOlfTdzkC6SVplyr0AGh54IMrDxbhg5RxJ5P+V4BKfcDoDcZV9xenUk9NsOi9MuUjxMumb9UJGkDhM1m0A==}
+ '@aws-sdk/util-user-agent-node@3.614.0':
+ resolution: {integrity: sha512-15ElZT88peoHnq5TEoEtZwoXTXRxNrk60TZNdpl/TUBJ5oNJ9Dqb5Z4ryb8ofN6nm9aFf59GVAerFDz8iUoHBA==}
engines: {node: '>=16.0.0'}
peerDependencies:
aws-crt: '>=1.0.0'
@@ -1062,36 +1064,36 @@ packages:
aws-crt:
optional: true
- '@aws-sdk/xml-builder@3.598.0':
- resolution: {integrity: sha512-ZIa2RK7CHFTZ4gwK77WRtsZ6vF7xwRXxJ8KQIxK2duhoTVcn0xYxpFLdW9WZZZvdP9GIF3Loqvf8DRdeU5Jc7Q==}
+ '@aws-sdk/xml-builder@3.609.0':
+ resolution: {integrity: sha512-l9XxNcA4HX98rwCC2/KoiWcmEiRfZe4G+mYwDbCFT87JIMj6GBhLDkAzr/W8KAaA2IDr8Vc6J8fZPgVulxxfMA==}
engines: {node: '>=16.0.0'}
'@babel/code-frame@7.24.7':
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.24.9':
+ resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.24.9':
+ resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.24.10':
+ resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.24.8':
+ resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-create-class-features-plugin@7.24.7':
- resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==}
+ '@babel/helper-create-class-features-plugin@7.24.8':
+ resolution: {integrity: sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1108,16 +1110,16 @@ packages:
resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-member-expression-to-functions@7.24.7':
- resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==}
+ '@babel/helper-member-expression-to-functions@7.24.8':
+ resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-imports@7.24.7':
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.24.9':
+ resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1126,8 +1128,8 @@ packages:
resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.24.7':
- resolution: {integrity: sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==}
+ '@babel/helper-plugin-utils@7.24.8':
+ resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
engines: {node: '>=6.9.0'}
'@babel/helper-replace-supers@7.24.7':
@@ -1148,28 +1150,28 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.24.8':
+ resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.24.8':
+ resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1227,8 +1229,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-classes@7.24.7':
- resolution: {integrity: sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==}
+ '@babel/plugin-transform-classes@7.24.8':
+ resolution: {integrity: sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1239,8 +1241,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-destructuring@7.24.7':
- resolution: {integrity: sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==}
+ '@babel/plugin-transform-destructuring@7.24.8':
+ resolution: {integrity: sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1275,8 +1277,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-commonjs@7.24.7':
- resolution: {integrity: sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==}
+ '@babel/plugin-transform-modules-commonjs@7.24.8':
+ resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -1329,20 +1331,20 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/runtime@7.24.7':
- resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==}
+ '@babel/runtime@7.24.8':
+ resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==}
engines: {node: '>=6.9.0'}
'@babel/template@7.24.7':
resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.24.8':
+ resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.24.9':
+ resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==}
engines: {node: '>=6.9.0'}
'@clack/core@0.3.4':
@@ -1353,35 +1355,35 @@ packages:
bundledDependencies:
- is-unicode-supported
- '@cspell/cspell-bundled-dicts@8.9.0':
- resolution: {integrity: sha512-Dxfuva7zlcI2X/PulDI7bfJBB1De4OuulR2prVpDuGLk3zAiFO7t4d2bmdWxfowhtm1agSqY03uZOTk8fTppuQ==}
+ '@cspell/cspell-bundled-dicts@8.11.0':
+ resolution: {integrity: sha512-SYAW1oT9jjnbwju5P6luTnKogEe8DGUVmUO0O02LxYNmgE2eJt8pKZcy3RtR9V7Q5WW8PWsXXq0Xvoseji0olg==}
engines: {node: '>=18'}
- '@cspell/cspell-json-reporter@8.9.0':
- resolution: {integrity: sha512-+m2HoYTqdI76Zt27CyCpFCAxEUlTMnJnC76MpuQEd21C72qXWmaYdcVzJ7GnVXtTY6cofefUy/X3zgkUBW/bqg==}
+ '@cspell/cspell-json-reporter@8.11.0':
+ resolution: {integrity: sha512-GSk2dKZHak4EuRXRKpyW3EsxmJmirkcZoM6sJQh6ZaFXSffMPgydNNIeL2xH/2hnwE7yWcP0ryq8hOxlrl9mVw==}
engines: {node: '>=18'}
- '@cspell/cspell-pipe@8.9.0':
- resolution: {integrity: sha512-N3Nv9F/1LyUabd1lda+N7tU+UpY7lp8mZvG7ZTxhoB8vfw/Yf3f8NlQ5awSYear2Q+N0RoGyyLaaqUY6nUQvOQ==}
+ '@cspell/cspell-pipe@8.11.0':
+ resolution: {integrity: sha512-VNWoAb2Y5VO87O8FipQZfk7H5aDhjE2HbGInVWC1x+qNMyQvnh3WYexa5r0Z4g3WqdTPhhpZdeBHnEfcdBwmOw==}
engines: {node: '>=18'}
- '@cspell/cspell-resolver@8.9.0':
- resolution: {integrity: sha512-52FCYcrZZhdAKkGoHss000nUk2mHkujxHJOfh+KMh2p15igmPW0AR7/VFKSS7zVkkLfAhQfWxoqQLkoE+yvccA==}
+ '@cspell/cspell-resolver@8.11.0':
+ resolution: {integrity: sha512-4qqYBct6wsdoDCnTvt7rfpBE3ARegLDTeYOxglZLE3xZj0vpI1LZiGc3jgroTql866Lqy+IeRCwnQd5GXrqtmg==}
engines: {node: '>=18'}
- '@cspell/cspell-service-bus@8.9.0':
- resolution: {integrity: sha512-R8MlY3dp4my/VZp2xhvkUcXbLsTZUSNuxsOFzpPYLQhtrei0ReEcaDTg2JEU1wfHnREGG8GYlWh9BEryx8AZYA==}
+ '@cspell/cspell-service-bus@8.11.0':
+ resolution: {integrity: sha512-W7BBouT5prXvvh9javWTzZN3vvnSujS3agrOjRQ5BuimOgLonUwydimuSTDFIkyvT6ZwzyIVO4r984w3OcYyzg==}
engines: {node: '>=18'}
- '@cspell/cspell-types@8.9.0':
- resolution: {integrity: sha512-YeL14G+tIh92WvO5K9+WBCjckRQAApeSNkIavx+7+IF+MUoGPvVbTA881q15zwoPRPtOJQ8wEbI6zJH5ykKFfw==}
+ '@cspell/cspell-types@8.11.0':
+ resolution: {integrity: sha512-WNscRYt7MHhJhv2E8GbNoyUVZnRvWsz8O+OFrMjmGO6PxokQRnuKRp3rgHpZxL0NR4xw+2xyZKYC/9iOQ6yCnQ==}
engines: {node: '>=18'}
'@cspell/dict-ada@4.0.2':
resolution: {integrity: sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==}
- '@cspell/dict-aws@4.0.2':
- resolution: {integrity: sha512-aNGHWSV7dRLTIn8WJemzLoMF62qOaiUQlgnsCwH5fRCD/00gsWCwg106pnbkmK4AyabyxzneOV4dfecDJWkSxw==}
+ '@cspell/dict-aws@4.0.3':
+ resolution: {integrity: sha512-0C0RQ4EM29fH0tIYv+EgDQEum0QI6OrmjENC9u98pB8UcnYxGG/SqinuPxo+TgcEuInj0Q73MsBpJ1l5xUnrsw==}
'@cspell/dict-bash@4.1.3':
resolution: {integrity: sha512-tOdI3QVJDbQSwPjUkOiQFhYcu2eedmX/PtEpVWg0aFps/r6AyjUQINtTgpqMYnYuq8O1QUIQqnpx21aovcgZCw==}
@@ -1419,14 +1421,14 @@ packages:
'@cspell/dict-elixir@4.0.3':
resolution: {integrity: sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==}
- '@cspell/dict-en-common-misspellings@2.0.2':
- resolution: {integrity: sha512-LA8BO0RaoJD+ExHzK5mz+t9RQ0HaBPDxgR4JTfG8YKJP5keO+pFMH9ZMZphKPjW46QYUZb6Ta1HIRikBEOZfYw==}
+ '@cspell/dict-en-common-misspellings@2.0.3':
+ resolution: {integrity: sha512-8nF1z9nUiSgMyikL66HTbDO7jCGtB24TxKBasXIBwkBKMDZgA2M883iXdeByy6m1JJUcCGFkSftVYp2W0bUgjw==}
'@cspell/dict-en-gb@1.1.33':
resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==}
- '@cspell/dict-en_us@4.3.22':
- resolution: {integrity: sha512-UegkIQhKkTLGarpYNV5ybW2JHzuxhDMOF9q9TW37iG8YoHp5jeVW3C0p3cH9nHWMwEjPinJFfxBd1LPRxGv5dQ==}
+ '@cspell/dict-en_us@4.3.23':
+ resolution: {integrity: sha512-l0SoEQBsi3zDSl3OuL4/apBkxjuj4hLIg/oy6+gZ7LWh03rKdF6VNtSZNXWAmMY+pmb1cGA3ouleTiJIglbsIg==}
'@cspell/dict-filetypes@3.0.4':
resolution: {integrity: sha512-IBi8eIVdykoGgIv5wQhOURi5lmCNJq0we6DvqKoPQJHthXbgsuO1qrHSiUVydMiQl/XvcnUWTMeAlVUlUClnVg==}
@@ -1515,8 +1517,8 @@ packages:
'@cspell/dict-scala@5.0.2':
resolution: {integrity: sha512-v97ClgidZt99JUm7OjhQugDHmhx4U8fcgunHvD/BsXWjXNj4cTr0m0YjofyZoL44WpICsNuFV9F/sv9OM5HUEw==}
- '@cspell/dict-software-terms@3.4.6':
- resolution: {integrity: sha512-Cap+WL4iM9NgwxdVIa93aDEGKGNm1t+DLJTnjoWkGHXxSBPG8Kcbnlss6mTtwLv9/NYPmQsmJi5qHXruuHx2ow==}
+ '@cspell/dict-software-terms@3.4.10':
+ resolution: {integrity: sha512-S5S2sz98v4GWJ9TMo62Vp4L5RM/329e5UQfFn7yJfieTcrfXRH4IweVdz34rZcK9o5coGptgBUIv/Jcrd4cMpg==}
'@cspell/dict-sql@2.1.3':
resolution: {integrity: sha512-SEyTNKJrjqD6PAzZ9WpdSu6P7wgdNtGV2RV8Kpuw1x6bV+YsSptuClYG+JSdRExBTE6LwIe1bTklejUp3ZP8TQ==}
@@ -1536,16 +1538,16 @@ packages:
'@cspell/dict-vue@3.0.0':
resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==}
- '@cspell/dynamic-import@8.9.0':
- resolution: {integrity: sha512-UYa2Xlf/Bg9b7lUlKn59Z6XhHtE00z5kgzkKCGAdS0W27i2qUZJHW3FfiKfknWLNLzfj7cVUAq2IHjbumbx9ow==}
+ '@cspell/dynamic-import@8.11.0':
+ resolution: {integrity: sha512-Xk5iQQZ23Q9IR9N5YQb4J0mXOegIBw2/aJ7mYjMQZ24I5fL47Ir45cd5a8m5UEMheZppfrolVsDoTEgXnAfPDQ==}
engines: {node: '>=18.0'}
- '@cspell/strong-weak-map@8.9.0':
- resolution: {integrity: sha512-HE0rkwtJ4/4QuXpJW1r4GIK+jhs2SYK4IACf3EE2mJufOWF4YxgfWwKBgztKE/0RDMJcxyvn/ubLUCnNClNfdg==}
+ '@cspell/strong-weak-map@8.11.0':
+ resolution: {integrity: sha512-XumxAVA1Pi5U8d+qqo2//KPrsOINOHnHpal/yPu8FwfZhkRzpDnNPdgiMNKBVmZMFxmSCEJwc7AUUMnfyuGuLg==}
engines: {node: '>=18'}
- '@cspell/url@8.9.0':
- resolution: {integrity: sha512-FaHTEx6OBVKlkX7VgAPofBZ5vIdxNWYalb0uZwJ5FCc/PCMIF5l91DQGQxRMas3qzRACR911kJamPdeK/3qilw==}
+ '@cspell/url@8.11.0':
+ resolution: {integrity: sha512-X0l/WJmavRqRKDgsgEjXHGizmvYt40omMTmNOLPHUa2jxL+a2ayuQD3GMFC8Omassjk3bSyFByftmgJDI+P2ZA==}
engines: {node: '>=18.0'}
'@cspotcode/source-map-support@0.8.1':
@@ -1564,16 +1566,16 @@ packages:
peerDependencies:
postcss-selector-parser: ^6.0.13
- '@datadog/browser-core@5.21.0':
- resolution: {integrity: sha512-F0lZCwHwGCryhyRAg9x9Aeq8FsYMxA41vwyBeyFHbh+er5UrQl/LuKdrRMSxz3kpaBdHppLP920voTSvooHiug==}
+ '@datadog/browser-core@5.22.0':
+ resolution: {integrity: sha512-Me7N+l+T5DyN4xnJmnxB93TWxj+u9YwMghvcqS3LLCxSj+fpG/aLlK9hvDG2uhZsnsQdiULrzlbjfekjijwunQ==}
- '@datadog/browser-rum-core@5.21.0':
- resolution: {integrity: sha512-jHDnRX+SwXJrAFqgEJ+Eg9E6zC9R3RTYtSIIwNI+vWbuzZRC/Wb8BJmeG2focn0ooCCfdzMgpGZ0F37+0Qn0Zg==}
+ '@datadog/browser-rum-core@5.22.0':
+ resolution: {integrity: sha512-Bb5YYCm7BV92qO89s9Nk/DCO+XPbUKraxZ9WIyHfxne71yc7s3WGyvsPxkRUiir0cc9c3F21uo8jz0HTBie6sw==}
- '@datadog/browser-rum@5.21.0':
- resolution: {integrity: sha512-wSyaMgSCKOMtbqLiyiODTfFtq7wp79uIokhLkxwF34zq+y7Y7kqh5ZvR8tLXDlddJaKFKoNlUse5E817xd0ZjA==}
+ '@datadog/browser-rum@5.22.0':
+ resolution: {integrity: sha512-m3fVymhjuFwEJzYDuEd5ysTV5W4KqSG+l+piFXauXOdpcgPZuKHcqsMRNHqvvzsCK767+LovM8JlON0urqJ1JQ==}
peerDependencies:
- '@datadog/browser-logs': 5.21.0
+ '@datadog/browser-logs': 5.22.0
peerDependenciesMeta:
'@datadog/browser-logs':
optional: true
@@ -1588,8 +1590,8 @@ packages:
resolution: {integrity: sha512-MGrgCI4y+Ozssf5Q2IkVJlqt5bUMnKIICG2qxeOfrJNrVugMCBCAQypyesmSSocAtNm8IX3LxfJ3jQlFHmKe2w==}
engines: {node: '>=18'}
- '@elastic/transport@8.6.0':
- resolution: {integrity: sha512-/Ucpztrc+urZK8yCtFBUu2LePYJNnukgZSUUApUzGH/SxejqkH526Nph7aru8I0vZwdW5wqgCHSOIq3J7tIxGg==}
+ '@elastic/transport@8.7.0':
+ resolution: {integrity: sha512-IqXT7a8DZPJtqP2qmX1I2QKmxYyN27kvSW4g6pInESE1SuGwZDp2FxHJ6W2kwmYOJwQdAt+2aWwzXO5jHo9l4A==}
engines: {node: '>=18'}
'@emnapi/runtime@1.2.0':
@@ -1651,6 +1653,12 @@ packages:
cpu: [ppc64]
os: [aix]
+ '@esbuild/aix-ppc64@0.23.0':
+ resolution: {integrity: sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
'@esbuild/android-arm64@0.18.20':
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
engines: {node: '>=12'}
@@ -1675,6 +1683,12 @@ packages:
cpu: [arm64]
os: [android]
+ '@esbuild/android-arm64@0.23.0':
+ resolution: {integrity: sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
'@esbuild/android-arm@0.18.20':
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
engines: {node: '>=12'}
@@ -1699,6 +1713,12 @@ packages:
cpu: [arm]
os: [android]
+ '@esbuild/android-arm@0.23.0':
+ resolution: {integrity: sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
'@esbuild/android-x64@0.18.20':
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
engines: {node: '>=12'}
@@ -1723,6 +1743,12 @@ packages:
cpu: [x64]
os: [android]
+ '@esbuild/android-x64@0.23.0':
+ resolution: {integrity: sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
'@esbuild/darwin-arm64@0.18.20':
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
engines: {node: '>=12'}
@@ -1747,6 +1773,12 @@ packages:
cpu: [arm64]
os: [darwin]
+ '@esbuild/darwin-arm64@0.23.0':
+ resolution: {integrity: sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
'@esbuild/darwin-x64@0.18.20':
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
engines: {node: '>=12'}
@@ -1771,6 +1803,12 @@ packages:
cpu: [x64]
os: [darwin]
+ '@esbuild/darwin-x64@0.23.0':
+ resolution: {integrity: sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
'@esbuild/freebsd-arm64@0.18.20':
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
engines: {node: '>=12'}
@@ -1795,6 +1833,12 @@ packages:
cpu: [arm64]
os: [freebsd]
+ '@esbuild/freebsd-arm64@0.23.0':
+ resolution: {integrity: sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
'@esbuild/freebsd-x64@0.18.20':
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
engines: {node: '>=12'}
@@ -1819,6 +1863,12 @@ packages:
cpu: [x64]
os: [freebsd]
+ '@esbuild/freebsd-x64@0.23.0':
+ resolution: {integrity: sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
'@esbuild/linux-arm64@0.18.20':
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
engines: {node: '>=12'}
@@ -1843,6 +1893,12 @@ packages:
cpu: [arm64]
os: [linux]
+ '@esbuild/linux-arm64@0.23.0':
+ resolution: {integrity: sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
'@esbuild/linux-arm@0.18.20':
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
engines: {node: '>=12'}
@@ -1867,6 +1923,12 @@ packages:
cpu: [arm]
os: [linux]
+ '@esbuild/linux-arm@0.23.0':
+ resolution: {integrity: sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
'@esbuild/linux-ia32@0.18.20':
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
engines: {node: '>=12'}
@@ -1891,6 +1953,12 @@ packages:
cpu: [ia32]
os: [linux]
+ '@esbuild/linux-ia32@0.23.0':
+ resolution: {integrity: sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
'@esbuild/linux-loong64@0.18.20':
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
engines: {node: '>=12'}
@@ -1915,6 +1983,12 @@ packages:
cpu: [loong64]
os: [linux]
+ '@esbuild/linux-loong64@0.23.0':
+ resolution: {integrity: sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
'@esbuild/linux-mips64el@0.18.20':
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
engines: {node: '>=12'}
@@ -1939,6 +2013,12 @@ packages:
cpu: [mips64el]
os: [linux]
+ '@esbuild/linux-mips64el@0.23.0':
+ resolution: {integrity: sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
'@esbuild/linux-ppc64@0.18.20':
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
engines: {node: '>=12'}
@@ -1963,6 +2043,12 @@ packages:
cpu: [ppc64]
os: [linux]
+ '@esbuild/linux-ppc64@0.23.0':
+ resolution: {integrity: sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
'@esbuild/linux-riscv64@0.18.20':
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
engines: {node: '>=12'}
@@ -1987,6 +2073,12 @@ packages:
cpu: [riscv64]
os: [linux]
+ '@esbuild/linux-riscv64@0.23.0':
+ resolution: {integrity: sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
'@esbuild/linux-s390x@0.18.20':
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
engines: {node: '>=12'}
@@ -2011,6 +2103,12 @@ packages:
cpu: [s390x]
os: [linux]
+ '@esbuild/linux-s390x@0.23.0':
+ resolution: {integrity: sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
'@esbuild/linux-x64@0.18.20':
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
engines: {node: '>=12'}
@@ -2035,6 +2133,12 @@ packages:
cpu: [x64]
os: [linux]
+ '@esbuild/linux-x64@0.23.0':
+ resolution: {integrity: sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
'@esbuild/netbsd-x64@0.18.20':
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
engines: {node: '>=12'}
@@ -2059,6 +2163,18 @@ packages:
cpu: [x64]
os: [netbsd]
+ '@esbuild/netbsd-x64@0.23.0':
+ resolution: {integrity: sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/openbsd-arm64@0.23.0':
+ resolution: {integrity: sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.18.20':
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
engines: {node: '>=12'}
@@ -2083,6 +2199,12 @@ packages:
cpu: [x64]
os: [openbsd]
+ '@esbuild/openbsd-x64@0.23.0':
+ resolution: {integrity: sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
'@esbuild/sunos-x64@0.18.20':
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
engines: {node: '>=12'}
@@ -2107,6 +2229,12 @@ packages:
cpu: [x64]
os: [sunos]
+ '@esbuild/sunos-x64@0.23.0':
+ resolution: {integrity: sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
'@esbuild/win32-arm64@0.18.20':
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
engines: {node: '>=12'}
@@ -2131,6 +2259,12 @@ packages:
cpu: [arm64]
os: [win32]
+ '@esbuild/win32-arm64@0.23.0':
+ resolution: {integrity: sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
'@esbuild/win32-ia32@0.18.20':
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
engines: {node: '>=12'}
@@ -2155,6 +2289,12 @@ packages:
cpu: [ia32]
os: [win32]
+ '@esbuild/win32-ia32@0.23.0':
+ resolution: {integrity: sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
'@esbuild/win32-x64@0.18.20':
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
engines: {node: '>=12'}
@@ -2179,14 +2319,20 @@ packages:
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.23.0':
+ resolution: {integrity: sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@eslint-community/eslint-utils@4.4.0':
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.1':
- resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
+ '@eslint-community/regexpp@4.11.0':
+ resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/eslintrc@2.1.4':
@@ -2231,35 +2377,38 @@ packages:
'@firebase/auth-interop-types@0.2.3':
resolution: {integrity: sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ==}
- '@firebase/component@0.6.7':
- resolution: {integrity: sha512-baH1AA5zxfaz4O8w0vDwETByrKTQqB5CDjRls79Sa4eAGAoERw4Tnung7XbMl3jbJ4B/dmmtsMrdki0KikwDYA==}
+ '@firebase/component@0.6.8':
+ resolution: {integrity: sha512-LcNvxGLLGjBwB0dJUsBGCej2fqAepWyBubs4jt1Tiuns7QLbXHuyObZ4aMeBjZjWx4m8g1LoVI9QFpSaq/k4/g==}
- '@firebase/database-compat@1.0.5':
- resolution: {integrity: sha512-NDSMaDjQ+TZEMDMmzJwlTL05kh1+0Y84C+kVMaOmNOzRGRM7VHi29I6YUhCetXH+/b1Wh4ZZRyp1CuWkd8s6hg==}
+ '@firebase/database-compat@1.0.6':
+ resolution: {integrity: sha512-1OGA0sLY47mkXjhICCrUTXEYFnSSXoiXWm1SHsN62b+Lzs5aKA3aWTjTUmYIoK93kDAMPkYpulSv8jcbH4Hwew==}
- '@firebase/database-types@1.0.3':
- resolution: {integrity: sha512-39V/Riv2R3O/aUjYKh0xypj7NTNXNAK1bcgY5Kx+hdQPRS/aPTS8/5c0CGFYKgVuFbYlnlnhrCTYsh2uNhGwzA==}
+ '@firebase/database-types@1.0.4':
+ resolution: {integrity: sha512-mz9ZzbH6euFXbcBo+enuJ36I5dR5w+enJHHjy9Y5ThCdKUseqfDjW3vCp1YxE9zygFCSjJJ/z1cQ+zodvUcwPQ==}
- '@firebase/database@1.0.5':
- resolution: {integrity: sha512-cAfwBqMQuW6HbhwI3Cb/gDqZg7aR0OmaJ85WUxlnoYW2Tm4eR0hFl5FEijI3/gYPUiUcUPQvTkGV222VkT7KPw==}
+ '@firebase/database@1.0.6':
+ resolution: {integrity: sha512-nrexUEG/fpVlHtWKkyfhTC3834kZ1WS7voNyqbBsBCqHXQOvznN5Z0L3nxBqdXSJyltNAf4ndFlQqm5gZiEczQ==}
'@firebase/logger@0.4.2':
resolution: {integrity: sha512-Q1VuA5M1Gjqrwom6I6NUU4lQXdo9IAQieXlujeHZWvRt1b7qQ0KwBaNAjgxG27jgF9/mUwsNmO8ptBCGVYhB0A==}
- '@firebase/util@1.9.6':
- resolution: {integrity: sha512-IBr1MZbp4d5MjBCXL3TW1dK/PDXX4yOGbiwRNh1oAbE/+ci5Uuvy9KIrsFYY80as1I0iOaD5oOMA9Q8j4TJWcw==}
+ '@firebase/util@1.9.7':
+ resolution: {integrity: sha512-fBVNH/8bRbYjqlbIhZ+lBtdAAS4WqZumx03K06/u7fJSpz1TGjEMm1ImvKD47w+xaFKIP2ori6z8BrbakRfjJA==}
+
+ '@floating-ui/core@1.6.4':
+ resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==}
- '@floating-ui/core@1.6.2':
- resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==}
+ '@floating-ui/dom@1.6.7':
+ resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==}
- '@floating-ui/dom@1.6.5':
- resolution: {integrity: sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==}
+ '@floating-ui/utils@0.2.4':
+ resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==}
- '@floating-ui/utils@0.2.2':
- resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==}
+ '@gar/promisify@1.1.3':
+ resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
- '@google-cloud/firestore@7.8.0':
- resolution: {integrity: sha512-m21BWVZLz7H7NF8HZ5hCGUSCEJKNwYB5yzQqDTuE9YUzNDRMDei3BwVDht5k4xF636sGlnobyBL+dcbthSGONg==}
+ '@google-cloud/firestore@7.9.0':
+ resolution: {integrity: sha512-c4ALHT3G08rV7Zwv8Z2KG63gZh66iKdhCBeDfCpIkLrjX6EAjTD/szMdj14M+FnQuClZLFfW5bAgoOjfNmLtJg==}
engines: {node: '>=14.0.0'}
'@google-cloud/paginator@5.0.2':
@@ -2274,8 +2423,8 @@ packages:
resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==}
engines: {node: '>=14'}
- '@google-cloud/storage@7.11.2':
- resolution: {integrity: sha512-jJOrKyOdujfrSF8EJODW9yY6hqO4jSTk6eVITEj2gsD43BSXuDlnMlLOaBUQhXL29VGnSkxDgYl5tlFhA6LKSA==}
+ '@google-cloud/storage@7.12.0':
+ resolution: {integrity: sha512-122Ui67bhnf8MkRnxQAC5lf7wPGkPP5hL3+J5s9HHDw2J9RpaMmnV8iahn+RUn9BH70W6uRe6nMZLXiRaJM/3g==}
engines: {node: '>=14'}
'@graphql-codegen/core@4.0.2':
@@ -2298,18 +2447,18 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/schema-ast@4.0.2':
- resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==}
+ '@graphql-codegen/schema-ast@4.1.0':
+ resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/typed-document-node@5.0.7':
- resolution: {integrity: sha512-rgFh96hAbNwPUxLVlRcNhGaw2+y7ZGx7giuETtdO8XzPasTQGWGRkZ3wXQ5UUiTX4X3eLmjnuoXYKT7HoxSznQ==}
+ '@graphql-codegen/typed-document-node@5.0.9':
+ resolution: {integrity: sha512-Wx6fyA4vpfIbfNTMiWUECGnjqzKkJdEbZHxVMIegiCBPzBYPAJV4mZZcildLAfm2FtZcgW4YKtFoTbnbXqPB3w==}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/typescript-operations@4.2.1':
- resolution: {integrity: sha512-LhEPsaP+AI65zfK2j6CBAL4RT0bJL/rR9oRWlvwtHLX0t7YQr4CP4BXgvvej9brYdedAxHGPWeV1tPHy5/z9KQ==}
+ '@graphql-codegen/typescript-operations@4.2.3':
+ resolution: {integrity: sha512-6z7avSSOr03l5SyKbeDs7MzRyGwnQFSCqQm8Om5wIuoIgXVu2gXRmcJAY/I7SLdAy9xbF4Sho7XNqieFM2CAFQ==}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
@@ -2321,8 +2470,8 @@ packages:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-tag: ^2.0.0
- '@graphql-codegen/typescript@4.0.7':
- resolution: {integrity: sha512-Gn+JNvQBJhBqH7s83piAJ6UeU/MTj9GXWFO9bdbl8PMLCAM1uFAtg04iHfkGCtDKXcUg5a3Dt/SZG85uk5KuhA==}
+ '@graphql-codegen/typescript@4.0.9':
+ resolution: {integrity: sha512-0O35DMR4d/ctuHL1Zo6mRUUzp0BoszKfeWsa6sCm/g70+S98+hEfTwZNDkQHylLxapiyjssF9uw/F+sXqejqLw==}
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
@@ -2331,13 +2480,13 @@ packages:
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-codegen/visitor-plugin-common@5.2.0':
- resolution: {integrity: sha512-0p8AwmARaZCAlDFfQu6Sz+JV6SjbPDx3y2nNM7WAAf0au7Im/GpJ7Ke3xaIYBc1b2rTZ+DqSTJI/zomENGD9NA==}
+ '@graphql-codegen/visitor-plugin-common@5.3.1':
+ resolution: {integrity: sha512-MktoBdNZhSmugiDjmFl1z6rEUUaqyxtFJYWnDilE7onkPgyw//O0M+TuPBJPBWdyV6J2ond0Hdqtq+rkghgSIQ==}
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- '@graphql-tools/executor@1.2.6':
- resolution: {integrity: sha512-+1kjfqzM5T2R+dCw7F4vdJ3CqG+fY/LYJyhNiWEFtq0ToLwYzR/KKyD8YuzTirEjSxWTVlcBh7endkx5n5F6ew==}
+ '@graphql-tools/executor@1.2.8':
+ resolution: {integrity: sha512-0qZs/iuRiYRir7bBkA7oN+21wwmSMPQuFK8WcAcxUYJZRhvnlrJ8Nid++PN4OCzTgHPV70GNFyXOajseVCCffA==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -2376,8 +2525,8 @@ packages:
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- '@graphql-tools/utils@10.2.2':
- resolution: {integrity: sha512-ueoplzHIgFfxhFrF4Mf/niU/tYHuO6Uekm2nCYU72qpI+7Hn9dA2/o5XOBvFXDk27Lp5VSvQY5WfmRbqwVxaYQ==}
+ '@graphql-tools/utils@10.3.2':
+ resolution: {integrity: sha512-iaqOHS4f90KNADBHqVsRBjKpM6iSvsUg1q5GhWMK03loYLaDzftrEwcsl0OkSSnRhJvAsT7q4q3r3YzRoV0v1g==}
engines: {node: '>=16.0.0'}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
@@ -2409,8 +2558,8 @@ packages:
resolution: {integrity: sha512-w+liuBySifrstuHbFrHoHAEyVnDFVib+073q8AeAJ/qqJfvFvAwUPLLtNohR/WDVRgSasfXtl3dcNuVJWN+rjg==}
engines: {node: '>=18.0.0'}
- '@grpc/grpc-js@1.10.9':
- resolution: {integrity: sha512-5tcgUctCG0qoNyfChZifz2tJqbRbXVO9J7X6duFcOjY3HUNCxg5D0ZCK7EP9vIcZ0zRpLU9bWkyCqVCLZ46IbQ==}
+ '@grpc/grpc-js@1.11.1':
+ resolution: {integrity: sha512-gyt/WayZrVPH2w/UTLansS7F9Nwld472JxxaETamrM8HNlsa+jSLNyKAZmhxI2Me4c3mQHFiS1wWHDY1g1Kthw==}
engines: {node: '>=12.10.0'}
'@grpc/proto-loader@0.7.13':
@@ -2431,8 +2580,8 @@ packages:
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
deprecated: Use @eslint/object-schema instead
- '@iconify/json@2.2.220':
- resolution: {integrity: sha512-EpKZAK99E5qmgeOS5XOxzlzPaYXOkhLneypLFvbKIU3/KGmxGS/k6pgaEX6wTId4oF2HPGBDJnXyvckHiOHQiA==}
+ '@iconify/json@2.2.228':
+ resolution: {integrity: sha512-Xd1CgQ1bCFLrp4t+J2TU+AXM+kVHAFLfhK9FcZD54aMPlzENdQMJ5JhfFzCgnsLBAIW1PbSY2Edbm4tt2Tw9Lg==}
'@iconify/tools@4.0.4':
resolution: {integrity: sha512-hX1Z3i1Tm6JxyrDv45jNEijPpepZZfal/4leFGtUC04H9LsgRo597BOBFB9PUZsQdFGLOxVUUfv6lqU/dC+xXw==}
@@ -2440,8 +2589,8 @@ packages:
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- '@iconify/utils@2.1.24':
- resolution: {integrity: sha512-H8r2KpL5uKyrkb3z9/3HD/22JcxqW3BJyjEWZhX2T7DehnYVZthEap1cNsEl/UtCDC3TlpNmwiPX8wg3y8E4dg==}
+ '@iconify/utils@2.1.25':
+ resolution: {integrity: sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==}
'@img/sharp-darwin-arm64@0.33.4':
resolution: {integrity: sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==}
@@ -2743,8 +2892,8 @@ packages:
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -2786,17 +2935,21 @@ packages:
resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==}
engines: {node: ^16.14.0 || >=18.0.0}
- '@npmcli/arborist@7.5.3':
- resolution: {integrity: sha512-7gbMdDNSYUzi0j2mpb6FoXRg3BxXWplMQZH1MZlvNjSdWFObaUz2Ssvo0Nlh2xmWks1OPo+gpsE6qxpT/5M7lQ==}
+ '@npmcli/arborist@7.5.4':
+ resolution: {integrity: sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==}
engines: {node: ^16.14.0 || >=18.0.0}
hasBin: true
+ '@npmcli/fs@2.1.2':
+ resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
'@npmcli/fs@3.1.1':
resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- '@npmcli/git@5.0.7':
- resolution: {integrity: sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA==}
+ '@npmcli/git@5.0.8':
+ resolution: {integrity: sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==}
engines: {node: ^16.14.0 || >=18.0.0}
'@npmcli/installed-package-contents@2.1.0':
@@ -2812,6 +2965,11 @@ packages:
resolution: {integrity: sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==}
engines: {node: ^16.14.0 || >=18.0.0}
+ '@npmcli/move-file@2.0.1':
+ resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+ deprecated: This functionality has been moved to @npmcli/fs
+
'@npmcli/name-from-folder@2.0.0':
resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -2856,169 +3014,148 @@ packages:
resolution: {integrity: sha512-T8TbSnGsxo6TDBJx/Sgv/BlVJL3tshxZP7Aq5R1mSnM5OcHY2dQaxLMu2+E8u3gN0MLOzdjurqN4ZRVuzQycOQ==}
engines: {node: '>=8.0'}
- '@opentelemetry/api-logs@0.51.1':
- resolution: {integrity: sha512-E3skn949Pk1z2XtXu/lxf6QAZpawuTM/IUEXcAzpiUkTd73Hmvw26FiN3cJuTmkpM5hZzHwkomVdtrh/n/zzwA==}
+ '@opentelemetry/api-logs@0.52.1':
+ resolution: {integrity: sha512-qnSqB2DQ9TPP96dl8cDubDvrUyWc0/sK81xHTK8eSUspzDM3bsewX903qclQFvVhgStjRWdC5bLb3kQqMkfV5A==}
engines: {node: '>=14'}
- '@opentelemetry/api-logs@0.52.0':
- resolution: {integrity: sha512-HxjD7xH9iAE4OyhNaaSec65i1H6QZYBWSwWkowFfsc5YAcDvJG30/J1sRKXEQqdmUcKTXEAnA66UciqZha/4+Q==}
- engines: {node: '>=14'}
-
- '@opentelemetry/api-metrics@0.32.0':
- resolution: {integrity: sha512-g1WLhpG8B6iuDyZJFRGsR+JKyZ94m5LEmY2f+duEJ9Xb4XRlLHrZvh6G34OH6GJ8iDHxfHb/sWjJ1ZpkI9yGMQ==}
- engines: {node: '>=14'}
- deprecated: Please use @opentelemetry/api >= 1.3.0
-
'@opentelemetry/api@1.9.0':
resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
engines: {node: '>=8.0.0'}
- '@opentelemetry/context-async-hooks@1.25.0':
- resolution: {integrity: sha512-sBW313mnMyFg0cp/40BRzrZBWG+581s2j5gIsa5fgGadswyILk4mNFATsqrCOpAx945RDuZ2B7ThQLgor9OpfA==}
+ '@opentelemetry/context-async-hooks@1.25.1':
+ resolution: {integrity: sha512-UW/ge9zjvAEmRWVapOP0qyCvPulWU6cQxGxDbWEFfGOj1VBBZAuOqTo3X6yWmDTD3Xe15ysCZChHncr2xFMIfQ==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/core@1.25.0':
- resolution: {integrity: sha512-n0B3s8rrqGrasTgNkXLKXzN0fXo+6IYP7M5b7AMsrZM33f/y6DS6kJ0Btd7SespASWq8bgL3taLo0oe0vB52IQ==}
+ '@opentelemetry/core@1.25.1':
+ resolution: {integrity: sha512-GeT/l6rBYWVQ4XArluLVB6WWQ8flHbdb6r2FCHC3smtdOAbrJBIv35tpV/yp9bmYUJf+xmZpu9DRTIeJVhFbEQ==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/exporter-zipkin@1.25.0':
- resolution: {integrity: sha512-nnhY0e5DHg8BfUSNCQZoGZnGeqz+zMTeEUOh1dfgtaXmF99uM0QPuTa1i2lH+eZqebP8w1WDWZlewu9FUlHqIg==}
+ '@opentelemetry/exporter-zipkin@1.25.1':
+ resolution: {integrity: sha512-RmOwSvkimg7ETwJbUOPTMhJm9A9bG1U8s7Zo3ajDh4zM7eYcycQ0dM7FbLD6NXWbI2yj7UY4q8BKinKYBQksyw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.0.0
- '@opentelemetry/instrumentation-connect@0.37.0':
- resolution: {integrity: sha512-SeQktDIH5rNzjiEiazWiJAIXkmnLOnNV7wwHpahrqE0Ph+Z3heqMfxRtoMtbdJSIYLfcNZYO51AjxZ00IXufdw==}
+ '@opentelemetry/instrumentation-connect@0.38.0':
+ resolution: {integrity: sha512-2/nRnx3pjYEmdPIaBwtgtSviTKHWnDZN3R+TkRUnhIVrvBKVcq+I5B2rtd6mr6Fe9cHlZ9Ojcuh7pkNh/xdWWg==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-express@0.40.1':
- resolution: {integrity: sha512-+RKMvVe2zw3kIXRup9c1jFu3T4d0fs5aKy015TpiMyoCKX1UMu3Z0lfgYtuyiSTANvg5hZnDbWmQmqSPj9VTvg==}
+ '@opentelemetry/instrumentation-express@0.41.0':
+ resolution: {integrity: sha512-/B7fbMdaf3SYe5f1P973tkqd6s7XZirjpfkoJ63E7nltU30qmlgm9tY5XwZOzAFI0rHS9tbrFI2HFPAvQUFe/A==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-fastify@0.37.0':
- resolution: {integrity: sha512-WRjwzNZgupSzbEYvo9s+QuHJRqZJjVdNxSEpGBwWK8RKLlHGwGVAu0gcc2gPamJWUJsGqPGvahAPWM18ZkWj6A==}
+ '@opentelemetry/instrumentation-fastify@0.38.0':
+ resolution: {integrity: sha512-HBVLpTSYpkQZ87/Df3N0gAw7VzYZV3n28THIBrJWfuqw3Or7UqdhnjeuMIPQ04BKk3aZc0cWn2naSQObbh5vXw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-graphql@0.41.0':
- resolution: {integrity: sha512-R/gXeljgIhaRDKquVkKYT5QHPnFouM8ooyePZEP0kqyaVAedtR1V7NfAUJbxfTG5fBQa5wdmLjvu63+tzRXZCA==}
+ '@opentelemetry/instrumentation-graphql@0.42.0':
+ resolution: {integrity: sha512-N8SOwoKL9KQSX7z3gOaw5UaTeVQcfDO1c21csVHnmnmGUoqsXbArK2B8VuwPWcv6/BC/i3io+xTo7QGRZ/z28Q==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-grpc@0.32.0':
- resolution: {integrity: sha512-Az6wdkPx/Mi26lT9LKFV6GhCA9prwQFPz5eCNSExTnSP49YhQ7XCjzPd2POPeLKt84ICitrBMdE1mj0zbPdLAQ==}
- engines: {node: '>=14'}
- peerDependencies:
- '@opentelemetry/api': ^1.0.0
-
- '@opentelemetry/instrumentation-hapi@0.39.0':
- resolution: {integrity: sha512-ik2nA9Yj2s2ay+aNY+tJsKCsEx6Tsc2g/MK0iWBW5tibwrWKTy1pdVt5sB3kd5Gkimqj23UV5+FH2JFcQLeKug==}
+ '@opentelemetry/instrumentation-grpc@0.52.1':
+ resolution: {integrity: sha512-EdSDiDSAO+XRXk/ZN128qQpBo1I51+Uay/LUPcPQhSRGf7fBPIEUBeOLQiItguGsug5MGOYjql2w/1wCQF3fdQ==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-http@0.52.0':
- resolution: {integrity: sha512-E6ywZuxTa4LnVXZGwL1oj3e2Eog1yIaNqa8KjKXoGkDNKte9/SjQnePXOmhQYI0A9nf0UyFbP9aKd+yHrkJXUA==}
+ '@opentelemetry/instrumentation-hapi@0.40.0':
+ resolution: {integrity: sha512-8U/w7Ifumtd2bSN1OLaSwAAFhb9FyqWUki3lMMB0ds+1+HdSxYBe9aspEJEgvxAqOkrQnVniAPTEGf1pGM7SOw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-ioredis@0.41.0':
- resolution: {integrity: sha512-rxiLloU8VyeJGm5j2fZS8ShVdB82n7VNP8wTwfUQqDwRfHCnkzGr+buKoxuhGD91gtwJ91RHkjHA1Eg6RqsUTg==}
+ '@opentelemetry/instrumentation-http@0.52.1':
+ resolution: {integrity: sha512-dG/aevWhaP+7OLv4BQQSEKMJv8GyeOp3Wxl31NHqE8xo9/fYMfEljiZphUHIfyg4gnZ9swMyWjfOQs5GUQe54Q==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-koa@0.41.0':
- resolution: {integrity: sha512-mbPnDt7ELvpM2S0vixYUsde7122lgegLOJQxx8iJQbB8YHal/xnTh9v7IfArSVzIDo+E+080hxZyUZD4boOWkw==}
+ '@opentelemetry/instrumentation-ioredis@0.42.0':
+ resolution: {integrity: sha512-P11H168EKvBB9TUSasNDOGJCSkpT44XgoM6d3gRIWAa9ghLpYhl0uRkS8//MqPzcJVHr3h3RmfXIpiYLjyIZTw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mongodb@0.45.0':
- resolution: {integrity: sha512-xnZP9+ayeB1JJyNE9cIiwhOJTzNEsRhXVdLgfzmrs48Chhhk026mQdM5CITfyXSCfN73FGAIB8d91+pflJEfWQ==}
+ '@opentelemetry/instrumentation-koa@0.42.0':
+ resolution: {integrity: sha512-H1BEmnMhho8o8HuNRq5zEI4+SIHDIglNB7BPKohZyWG4fWNuR7yM4GTlR01Syq21vODAS7z5omblScJD/eZdKw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mongoose@0.39.0':
- resolution: {integrity: sha512-J1r66A7zJklPPhMtrFOO7/Ud2p0Pv5u8+r23Cd1JUH6fYPmftNJVsLp2urAt6PHK4jVqpP/YegN8wzjJ2mZNPQ==}
+ '@opentelemetry/instrumentation-mongodb@0.46.0':
+ resolution: {integrity: sha512-VF/MicZ5UOBiXrqBslzwxhN7TVqzu1/LN/QDpkskqM0Zm0aZ4CVRbUygL8d7lrjLn15x5kGIe8VsSphMfPJzlA==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mysql2@0.39.0':
- resolution: {integrity: sha512-Iypuq2z6TCfriAXCIZjRq8GTFCKhQv5SpXbmI+e60rYdXw8NHtMH4NXcGF0eKTuoCsC59IYSTUvDQYDKReaszA==}
+ '@opentelemetry/instrumentation-mongoose@0.40.0':
+ resolution: {integrity: sha512-niRi5ZUnkgzRhIGMOozTyoZIvJKNJyhijQI4nF4iFSb+FUx2v5fngfR+8XLmdQAO7xmsD8E5vEGdDVYVtKbZew==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mysql@0.39.0':
- resolution: {integrity: sha512-8snHPh83rhrDf31v9Kq0Nf+ts8hdr7NguuszRqZomZBHgE0+UyXZSkXHAAFZoBPPRMGyM68uaFE5hVtFl+wOcA==}
+ '@opentelemetry/instrumentation-mysql2@0.40.0':
+ resolution: {integrity: sha512-0xfS1xcqUmY7WE1uWjlmI67Xg3QsSUlNT+AcXHeA4BDUPwZtWqF4ezIwLgpVZfHOnkAEheqGfNSWd1PIu3Wnfg==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-nestjs-core@0.38.0':
- resolution: {integrity: sha512-M381Df1dM8aqihZz2yK+ugvMFK5vlHG/835dc67Sx2hH4pQEQYDA2PpFPTgc9AYYOydQaj7ClFQunESimjXDgg==}
+ '@opentelemetry/instrumentation-mysql@0.40.0':
+ resolution: {integrity: sha512-d7ja8yizsOCNMYIJt5PH/fKZXjb/mS48zLROO4BzZTtDfhNCl2UM/9VIomP2qkGIFVouSJrGr/T00EzY7bPtKA==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-pg@0.42.0':
- resolution: {integrity: sha512-sjgcM8CswYy8zxHgXv4RAZ09DlYhQ+9TdlourUs63Df/ek5RrB1ZbjznqW7PB6c3TyJJmX6AVtPTjAsROovEjA==}
+ '@opentelemetry/instrumentation-nestjs-core@0.39.0':
+ resolution: {integrity: sha512-mewVhEXdikyvIZoMIUry8eb8l3HUjuQjSjVbmLVTt4NQi35tkpnHQrG9bTRBrl3403LoWZ2njMPJyg4l6HfKvA==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-redis-4@0.40.0':
- resolution: {integrity: sha512-0ieQYJb6yl35kXA75LQUPhHtGjtQU9L85KlWa7d4ohBbk/iQKZ3X3CFl5jC5vNMq/GGPB3+w3IxNvALlHtrp7A==}
+ '@opentelemetry/instrumentation-pg@0.43.0':
+ resolution: {integrity: sha512-og23KLyoxdnAeFs1UWqzSonuCkePUzCX30keSYigIzJe/6WSYA8rnEI5lobcxPEzg+GcU06J7jzokuEHbjVJNw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation@0.32.0':
- resolution: {integrity: sha512-y6ADjHpkUz/v1nkyyYjsQa/zorhX+0qVGpFvXMcbjU4sHnBnC02c6wcc93sIgZfiQClIWo45TGku1KQxJ5UUbQ==}
- engines: {node: '>=14'}
- peerDependencies:
- '@opentelemetry/api': ^1.0.0
-
- '@opentelemetry/instrumentation@0.43.0':
- resolution: {integrity: sha512-S1uHE+sxaepgp+t8lvIDuRgyjJWisAb733198kwQTUc9ZtYQ2V2gmyCtR1x21ePGVLoMiX/NWY7WA290hwkjJQ==}
+ '@opentelemetry/instrumentation-redis-4@0.41.0':
+ resolution: {integrity: sha512-H7IfGTqW2reLXqput4yzAe8YpDC0fmVNal95GHMLOrS89W+qWUKIqxolSh63hJyfmwPSFwXASzj7wpSk8Az+Dg==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation@0.51.1':
- resolution: {integrity: sha512-JIrvhpgqY6437QIqToyozrUG1h5UhwHkaGK/WAX+fkrpyPtc+RO5FkRtUd9BH0MibabHHvqsnBGKfKVijbmp8w==}
+ '@opentelemetry/instrumentation@0.46.0':
+ resolution: {integrity: sha512-a9TijXZZbk0vI5TGLZl+0kxyFfrXHhX6Svtz7Pp2/VBlCSKrazuULEyoJQrOknJyFWNMEmbbJgOciHCCpQcisw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation@0.52.0':
- resolution: {integrity: sha512-LPwSIrw+60cheWaXsfGL8stBap/AppKQJFE+qqRvzYrgttXFH2ofoIMxWadeqPTq4BYOXM/C7Bdh/T+B60xnlQ==}
+ '@opentelemetry/instrumentation@0.52.1':
+ resolution: {integrity: sha512-uXJbYU/5/MBHjMp1FqrILLRuiJCs3Ofk0MeRDk8g1S1gD47U8X3JnSwcMO1rtRo1x1a7zKaQHaoYu49p/4eSKw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/propagator-b3@1.25.0':
- resolution: {integrity: sha512-/A+1Tbnf0uwnP51OkoaQlrb9YILdHsoqIISna1MNXpZRzf42xm6LVLb49i+m/zlJoW1e8P4ekcrditR5pfmwog==}
+ '@opentelemetry/propagator-b3@1.25.1':
+ resolution: {integrity: sha512-p6HFscpjrv7//kE+7L+3Vn00VEDUJB0n6ZrjkTYHrJ58QZ8B3ajSJhRbCcY6guQ3PDjTbxWklyvIN2ojVbIb1A==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/propagator-jaeger@1.25.0':
- resolution: {integrity: sha512-uwA5xqaPISXeX+YutqbjmzENnCGCvrIXlqIXP5gRoA5N6S3W28p+ExL77TugMKHN5gXklapF67jDfz7lq5ETzQ==}
+ '@opentelemetry/propagator-jaeger@1.25.1':
+ resolution: {integrity: sha512-nBprRf0+jlgxks78G/xq72PipVK+4or9Ypntw0gVZYNTCSK8rg5SeaGV19tV920CMqBD/9UIOiFr23Li/Q8tiA==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
@@ -3027,36 +3164,32 @@ packages:
resolution: {integrity: sha512-faYX1N0gpLhej/6nyp6bgRjzAKXn5GOEMYY7YhciSfCoITAktLUtQ36d24QEWNA1/WA1y6qQunCe0OhHRkVl9g==}
engines: {node: '>=14'}
- '@opentelemetry/resources@1.25.0':
- resolution: {integrity: sha512-iHjydPMYJ+Li1auveJCq2rp5U2h6Mhq8BidiyE0jfVlDTFyR1ny8AfJHfmFzJ/RAM8vT8L7T21kcmGybxZC7lQ==}
+ '@opentelemetry/resources@1.25.1':
+ resolution: {integrity: sha512-pkZT+iFYIZsVn6+GzM0kSX+u3MSLCY9md+lIJOoKl/P+gJFfxJte/60Usdp8Ce4rOs8GduUpSPNe1ddGyDT1sQ==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/sdk-metrics@1.25.0':
- resolution: {integrity: sha512-IF+Sv4VHgBr/BPMKabl+GouJIhEqAOexCHgXVTISdz3q9P9H/uA8ScCF+22gitQ69aFtESbdYOV+Fen5+avQng==}
+ '@opentelemetry/sdk-metrics@1.25.1':
+ resolution: {integrity: sha512-9Mb7q5ioFL4E4dDrc4wC/A3NTHDat44v4I3p2pLPSxRvqUbDIQyMVr9uK+EU69+HWhlET1VaSrRzwdckWqY15Q==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.3.0 <1.10.0'
- '@opentelemetry/sdk-trace-base@1.25.0':
- resolution: {integrity: sha512-6+g2fiRQUG39guCsKVeY8ToeuUf3YUnPkN6DXRA1qDmFLprlLvZm9cS6+chgbW70cZJ406FTtSCDnJwxDC5sGQ==}
+ '@opentelemetry/sdk-trace-base@1.25.1':
+ resolution: {integrity: sha512-C8k4hnEbc5FamuZQ92nTOp8X/diCY56XUTnMiv9UTuJitCzaNNHAVsdm5+HLCdI8SLQsLWIrG38tddMxLVoftw==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/sdk-trace-node@1.25.0':
- resolution: {integrity: sha512-sYdZmNCkqthPpjwCxAJk5aQNLxCOQjT1u3JMGvO6rb3Ic8uFdnzXavP13Md9uYPcZBo+KxetyDhCf0x8wJGRng==}
+ '@opentelemetry/sdk-trace-node@1.25.1':
+ resolution: {integrity: sha512-nMcjFIKxnFqoez4gUmihdBrbpsEnAX/Xj16sGvZm+guceYE0NE00vLhpDVK6f3q8Q4VFI5xG8JjlXKMB/SkTTQ==}
engines: {node: '>=14'}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/semantic-conventions@1.25.0':
- resolution: {integrity: sha512-M+kkXKRAIAiAP6qYyesfrC5TOmDpDVtsxuGfPcqd9B/iBrac+E14jYwrgm0yZBUIbIP2OnqC3j+UgkXLm1vxUQ==}
- engines: {node: '>=14'}
-
- '@opentelemetry/semantic-conventions@1.6.0':
- resolution: {integrity: sha512-aPfcBeLErM/PPiAuAbNFLN5sNbZLc3KZlar27uohllN8Zs6jJbHyJU1y7cMA6W/zuq+thkaG8mujiS+3iD/FWQ==}
+ '@opentelemetry/semantic-conventions@1.25.1':
+ resolution: {integrity: sha512-ZDjMJJQRlyk8A1KZFCc+bCbsyrn1wTwdNt56F7twdfUfnHUZUq77/WfONCj8p72NZOyP7pNTdUWSTYC3GTbuuQ==}
engines: {node: '>=14'}
'@opentelemetry/sql-common@0.40.1':
@@ -3065,51 +3198,51 @@ packages:
peerDependencies:
'@opentelemetry/api': ^1.1.0
- '@pandacss/config@0.41.0':
- resolution: {integrity: sha512-YocA9BQzH+fvgp4sGBt7H/sgUWEvU5mlSgyMwcu7w8DSbLaHr/14X1fXjEIty28QUL0Y0MKOY3V4nBD65Ejp1w==}
+ '@pandacss/config@0.42.0':
+ resolution: {integrity: sha512-DXxQTwuFhsBau619WVuKcUA7LkQMJaPr6eDo8q9mDx579qCcbmBdRkcjqihMTxjJVxUJ7CwcOohq3nbOOhQWHw==}
- '@pandacss/core@0.41.0':
- resolution: {integrity: sha512-l6GA+AmB5Fq6qGEoAflSEl01xlB0orMmiXXu1fEwhC/yDMLRt7farFLgjsi0FHeudu6YDQrjQACwIs/mCdotSw==}
+ '@pandacss/core@0.42.0':
+ resolution: {integrity: sha512-XEGAUX8Z6ttcSad3KZRVzkARco0Lx56tlsfJHct/DraFXQ/veJC7Iao2VbHVnwLxdKrdTY/BlWPqT6/8Qt07uA==}
- '@pandacss/dev@0.41.0':
- resolution: {integrity: sha512-HuXz56SQJufuvq2HFHyymUA9Pr2c2T56VnC1khG14phgZGJ0Po7iUU8SUkbusWfZxpEOzrVYEkP8LcUbho+x6g==}
+ '@pandacss/dev@0.42.0':
+ resolution: {integrity: sha512-HHercZJqkYZ0LRHjVmDbkqq5YBqFAlxY+YgVxmFqxGxw6pkwgQTHBvpF4Z748XQTAaULbiTp3Huy5Yq+Xg9H/w==}
hasBin: true
- '@pandacss/extractor@0.41.0':
- resolution: {integrity: sha512-5CGJq75lcRTTdU0B1g5JPsyrl3FAyrv9d2jvNERqaKRUwf4O212Mf4xYgiohXlHF1/AYY3ZrMS9oN7Kv4BQCzg==}
+ '@pandacss/extractor@0.42.0':
+ resolution: {integrity: sha512-17hiNdmCojBGW2SJ63x1kG+I325ndsir2oARn62IIZxETVlEik2fYUEcMrTzzbILpwE3OOZ6mLVhrdcA+6m0yw==}
- '@pandacss/generator@0.41.0':
- resolution: {integrity: sha512-xB5W8vNAxCOmaGNBQFDx9gcq2pnYJfXNRJ+nxu9zEEOu+LKad3VeBgJH3u5Ff52x6ashJpulCPF41X5OLEYzUA==}
+ '@pandacss/generator@0.42.0':
+ resolution: {integrity: sha512-XK4l1HM3zZo5SAgE4WyhonvFhYdYammRH5W6uBgDpcS5bj7aZ0TUZ1lhFztRihPrm3fFUihG/cf4wfHgZlvz5A==}
- '@pandacss/is-valid-prop@0.41.0':
- resolution: {integrity: sha512-BE6h6CsJk14ugIRrsazJtN3fcg+KDFRat1Bs93YFKH6jd4DOb1yUyVvC70jKqPVvg70zEcV8acZ7VdcU5TLu+w==}
+ '@pandacss/is-valid-prop@0.42.0':
+ resolution: {integrity: sha512-XGQBl3pCVieOls6FVP6LqhgvCsDxijhrOwTGWmRSyuH/MUhSFT2cJjFYkAAKoerA7p+JotBgWV/FBDt5+zWc+w==}
- '@pandacss/logger@0.41.0':
- resolution: {integrity: sha512-68FX0ZSWZY52WGtUm9MrFSgm9DmBlKgoqx1aCNsGWF7DFP1Uo048jcT2ihwgpGonhtHCU/9wIzP6k9gBpcmYOQ==}
+ '@pandacss/logger@0.42.0':
+ resolution: {integrity: sha512-DtDF80QEpP+raQwT7IVPxNrDifJQlPGrDfaVBEmWjX0SsiOYIOCzg27Ac5dWYTC9wxzBdXJOq/mPSfGrHhsiVw==}
- '@pandacss/node@0.41.0':
- resolution: {integrity: sha512-ib4JdWELTX4KbxUG3BCc9j3zHI9AZ9q+qlWL5mjg5tRw0cReWnXSA2Xv7n+0oW14ib9ekgB7+wi3no4uVgmPCg==}
+ '@pandacss/node@0.42.0':
+ resolution: {integrity: sha512-wK2dJS2fdfCAZJ1VHG5fzr4yt/O5ZonktrI5OskRyjZs+Y/uGlV8vyXV0/XUGhCTk8QgfAsUzv7MWFKCnN+s4A==}
- '@pandacss/parser@0.41.0':
- resolution: {integrity: sha512-Q6ntciVgxv9y2yaYpbfTFcQ62yjUDkSEONTHp2wweG75omRPWvmng0lfpXcdz+Yd75Ug/BOaycBB8fZ4HZdFdw==}
+ '@pandacss/parser@0.42.0':
+ resolution: {integrity: sha512-PnSh4WfAtTqCQd/DtTRJ6SytJZcz9JFHn2C0ClLCTvypVcId9cMqXNnZl9/M9JNAeuVntaCakhia4fVkGkb9WA==}
- '@pandacss/postcss@0.41.0':
- resolution: {integrity: sha512-9YFqhwrnK6Rsc7KL8B2cWaCOGx7Sq6unXBNUPbgTr6stdf5NASzp89To7CccvLAfmpTgQZPedNU22mK64fAhLg==}
+ '@pandacss/postcss@0.42.0':
+ resolution: {integrity: sha512-jdkTy2cZuqMAMCnfph3Wi4EWFyY6ECSs5cwNm7FRx4rVJ12FgbWSGGf+kyTw5fH4Fzwa7qmhTqQMTjzjjVOEQQ==}
- '@pandacss/preset-base@0.41.0':
- resolution: {integrity: sha512-hvrC3pk8pK+bOMmBbTCUbYLPTjHshggke48YYqGCXF2UAoWm0DAZff5pO2IlZDjV3ljlPrNMIJaS7hGhuTQfDw==}
+ '@pandacss/preset-base@0.42.0':
+ resolution: {integrity: sha512-zQJBlb6Cw6+pO6ICn3inVKyK1luC0H32WCLWRfOO6JwwK8RrLe1NaPenc2zJD/4XNdtmLO0LYTrIM/ozgHF9/Q==}
- '@pandacss/preset-panda@0.41.0':
- resolution: {integrity: sha512-lzYqZfcii6u6zq97OJ1HVF/ioP5L+nfedCeuBohrjiNqFtok2GXhIE0cKaaIlRin3G/RBI/ywsQOXzB62FUcaA==}
+ '@pandacss/preset-panda@0.42.0':
+ resolution: {integrity: sha512-AcJJsRN2oGG58NZ/LEsJLff9Nbh9ho8EC7hTaP8OwNCmxJupscBhFX76Xtq1krwSzf0EaFeOM0Vztfj/se5WIA==}
- '@pandacss/shared@0.41.0':
- resolution: {integrity: sha512-A7mDifxawWfDjKAm1XHDmgRxneYsok11AMX5ggsXrcac8BU7sZN6pQRF0TdNOcVY9rxRcNmDdKbkM0VOZfaIpA==}
+ '@pandacss/shared@0.42.0':
+ resolution: {integrity: sha512-BSD/LEg0aD1wcItdCxQO7v6A6/NU4JsLmsrizO/X7O5g17NM0P7zW0iRwni/q9D2ixcFM9V9Ktlaeael93hbqw==}
- '@pandacss/token-dictionary@0.41.0':
- resolution: {integrity: sha512-fO+1R55tzIs1HYiqLnQDqTNQ7RJTpxQGF54XASQVsUCNnX4yoD68OuxeLORzo6wWnlzVQzWnjMO1hMVPPYlazw==}
+ '@pandacss/token-dictionary@0.42.0':
+ resolution: {integrity: sha512-tK45Q3wFAFDbhNR331jidhEeMiptEkrVsQaS2qbQ9TzcE4/aXnqBnT8PkyIVVICCrcdOFODQkPbXGN/fqEgcFQ==}
- '@pandacss/types@0.41.0':
- resolution: {integrity: sha512-WGFxRozTK+6lQOk1nPfJ1H/5wJyT0mm68rIMNX8dtDAbessPdKZAz0orgIJ9INijbdPRtFUWlDTrJ4F0MgD2dA==}
+ '@pandacss/types@0.42.0':
+ resolution: {integrity: sha512-+qTXEjoXwd4IlquhHqrZzFwsXjY0VA12RMTahMLPnph/IoXegqpWM7Si0443SVNylpwuY+54BZ5tHFACiiqzXQ==}
'@paralleldrive/cuid2@2.2.2':
resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==}
@@ -3126,9 +3259,9 @@ packages:
resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
- '@playwright/test@1.44.1':
- resolution: {integrity: sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==}
- engines: {node: '>=16'}
+ '@playwright/test@1.45.2':
+ resolution: {integrity: sha512-JxG9eq92ET75EbVi3s+4sYbcG7q72ECeZNbdBlaMkGcNbiDQ4cAi8U2QP5oKkOx+1gpaiL1LDStmzCaEM1Z6fQ==}
+ engines: {node: '>=18'}
hasBin: true
'@pnpm/constants@8.0.0':
@@ -3146,59 +3279,59 @@ packages:
'@polka/url@1.0.0-next.25':
resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==}
- '@pothos/core@3.41.1':
- resolution: {integrity: sha512-K+TGTK2Q7rmLU9WaC1cSDiGZaU9M+gHNbCYBom2W1vHuEYDUAiihVHz9tXYsrYjFMJSK+wLJ7Xp2374bQa9x/w==}
+ '@pothos/core@4.0.2':
+ resolution: {integrity: sha512-8jjHGoHmEt8Y28kvXD4PS6Rb51Ds4cXiQ4rY4dPM80fDEv+6ONm2qgdlPHOKcB6DeFMiZhfc3gzaIeXvk+4RbA==}
peerDependencies:
- graphql: '>=15.1.0'
+ graphql: ^16.8.1
- '@pothos/plugin-dataloader@3.18.1':
- resolution: {integrity: sha512-Rlbnk0Jt7KfHbnD9PT4+YMV7KBGmFsoX9jOOEo20Y3TbJjwG3gTcToAPFHp5rqIswDro3wWGtGiAwFh3U8CwuQ==}
+ '@pothos/plugin-dataloader@4.0.2':
+ resolution: {integrity: sha512-iZOeJ0Ztlo40oSiWzjVQ9+xxfdhiNB23BgdTKnyZI+brB+O3pYLpiFxbtGd8DWqaxPqhFwVDYlMCroRsQtHAFw==}
peerDependencies:
- '@pothos/core': '*'
+ '@pothos/core': 4.0.2
dataloader: '2'
- graphql: '>=15.1.0'
+ graphql: '>=16.6.0'
- '@pothos/plugin-scope-auth@3.22.0':
- resolution: {integrity: sha512-iT+JT0uIvoVGuQeQ2Q/y+wwP27SQH+1Hs8Uz5rrtGOblsKGW0cRcJYuXMi5+XJFXOY3CPNMnv6aroetxZkEcEQ==}
+ '@pothos/plugin-scope-auth@4.0.2':
+ resolution: {integrity: sha512-gPn8G2gJfhzb+nhm43k9RVMtdz92u+ZzyYbLv0/FpPbA4c25hWvvYRLcj2jOkxI29PIzC056rWaMbqKZ1ajOfA==}
peerDependencies:
- '@pothos/core': '*'
- graphql: '>=15.1.0'
+ '@pothos/core': 4.0.2
+ graphql: '>=16.6.0'
- '@pothos/plugin-simple-objects@3.7.0':
- resolution: {integrity: sha512-CgZJLaHLt1Q30j+XCiWV6qVJcae1ksiUFdi8kz4sEsOhCNfdVwz64s8rx7SSqsdmPbjb68dJIDKpq2Qg9VZb8g==}
+ '@pothos/plugin-simple-objects@4.0.3':
+ resolution: {integrity: sha512-zhk5jJGrVvPSBaXO3NLXUHqG4D0dTDWvKM5gzc3z6u73Xlapg5igYND++O7/95Qxl19GjBTtehT+bQBhNTNLmw==}
peerDependencies:
- '@pothos/core': '*'
- graphql: '>=15.1.0'
+ '@pothos/core': 4.0.2
+ graphql: '>=16.6.0'
- '@pothos/plugin-tracing@0.5.8':
- resolution: {integrity: sha512-18Gv8z9AS76ylGPDTSlRA7vx0ar1gwRUJwyjuI0wCeSkPegKV2TO1nRtlzk57SaRsnPWbFpSxxWyW/F4ECv4XQ==}
+ '@pothos/plugin-tracing@1.0.2':
+ resolution: {integrity: sha512-s6HqDtbuvLc6W/138PHS35jZNKgtEZmYckYhzuZJ4nPMGTf0PBriILJHwl/C5p7ClNv11SZ2sxhfN7YCvPdCBQ==}
peerDependencies:
- '@pothos/core': '*'
- graphql: '>=15.1.0'
+ '@pothos/core': 4.0.2
+ graphql: '>=16.6.0'
- '@pothos/plugin-validation@3.10.1':
- resolution: {integrity: sha512-FdYHzVSbrHZ4cDPOW/RB8Zsyx7qNuybAbC5DO3zVSsPPgY/FWLNWtQ6CaE+tkg5Je1RxpmO5od7Ig1Wt+akqnA==}
+ '@pothos/plugin-zod@4.0.2':
+ resolution: {integrity: sha512-1+kx6pIjRkX/CE59ZEFbhvAtK3Ktv0evB8JxmHTc7mB6Ptyhxgm4JHRfc/73MdXzKJJSfRweYE78N/vWIWO4FA==}
peerDependencies:
- '@pothos/core': '*'
- graphql: '>=15.1.0'
+ '@pothos/core': 4.0.2
+ graphql: '>=16.6.0'
zod: '*'
- '@pothos/tracing-opentelemetry@0.6.9':
- resolution: {integrity: sha512-OZeS1/OXLzyaHLdsPzl7GqG4V/lzEy3S5XRvzcRtV1QBz6CZD5PQpk1TWYg1coCn1EXAVt1DrDtqrxI0P/l46w==}
+ '@pothos/tracing-opentelemetry@1.0.2':
+ resolution: {integrity: sha512-Wpsv1wH1bJwrMdOogSGkD7mXwbZmilkZ6/X3XSdhPR6Yq9tLdgPa0BOEyTsAoIfHE7KE5TOHoD9Z73GsLSRXjw==}
peerDependencies:
'@opentelemetry/api': '*'
'@opentelemetry/semantic-conventions': '*'
- '@pothos/core': '*'
- '@pothos/plugin-tracing': '*'
- graphql: '>=15.1.0'
+ '@pothos/core': 4.0.2
+ '@pothos/plugin-tracing': 1.0.2
+ graphql: '>=16.6.0'
'@prettier/plugin-xml@3.4.1':
resolution: {integrity: sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg==}
peerDependencies:
prettier: ^3.0.0
- '@prisma/instrumentation@5.15.0':
- resolution: {integrity: sha512-fCWOOOajTKOUEp43gRmBqwt6oN9bPJcLiloi2OG/2ED0N5z62Cuza6FDrlm3SJHQAXYlXqLE0HLdEE5WcUkOzg==}
+ '@prisma/instrumentation@5.16.1':
+ resolution: {integrity: sha512-4m5gRFWnQb8s/yTyGbMZkL7A5uJgqOWcWJxapwcAD0T0kh5sGPEVSQl/zTQvE9aduXhFAxOtC3gO+R8Hb5xO1Q==}
'@protobufjs/aspromise@1.1.2':
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
@@ -3230,17 +3363,17 @@ packages:
'@protobufjs/utf8@1.1.0':
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
- '@pulumi/aws-native@0.108.4':
- resolution: {integrity: sha512-M5gCKORRP4b+oXO6vNZA6X+j/ALBYY/LgCfzsqSuOBi5ZiT+nCVMKuLpJj4a8FdQTyfMfgzKiJuOreh3m4rh4g==}
+ '@pulumi/aws-native@0.111.0':
+ resolution: {integrity: sha512-BZtY0gXxuT089/96sU3fdFZdUfCL15MsIQ2RC/d1nhVO7iBP5dsllsXt2No/1bVkln3xladpCdN5dEuvQJLeRw==}
- '@pulumi/aws@6.41.0':
- resolution: {integrity: sha512-bpNPD2WCjxOrafDxZq8LBukIZ2UOzIHsL+ocJx7Si6pwevw4nltMiNGjaE+aX1BNAGqZLVRftkTf1s9FU5m/VQ==}
+ '@pulumi/aws@6.45.0':
+ resolution: {integrity: sha512-EhRlYs0Ig53nHRNv3NSgb5TPpJuDmA+N0HCUkPhODUT9n1KTahQnoLbMc+hbvJKPngx6hgye7fagARPO3kWPVw==}
- '@pulumi/kubernetes@4.13.1':
- resolution: {integrity: sha512-NDLVltcMKzfODZPH69SWUMJ2m4eHDp3VvTGLWbLY+U/3pk//ImM/dEWmla/HfvJMHDs7hxH98QTnPLsSHYqG+A==}
+ '@pulumi/kubernetes@4.15.0':
+ resolution: {integrity: sha512-X+EFpmcuB+bXGArA4QMvAXDM2IshkvSckcVIXsyR1XolaZ+UyCMrDHLfIzb5+nDj3LWS49A+aOWRjSWr+QynlQ==}
- '@pulumi/pulumi@3.120.0':
- resolution: {integrity: sha512-MknkC5W+QPiFbn8HjhuHjONxh3RyH2RvS7S4sxgSp3vv9TofJ19KiSfIovRGKovy1Ri8T6T7b1d3xH6AHXuX2Q==}
+ '@pulumi/pulumi@3.124.0':
+ resolution: {integrity: sha512-5ytgK1RQYZD310aj0+RTauBpnB1RVO0j4Ql7tvpioklwRmOclVzTMyeaR2xd02Gpw9iyRwvoWHxgCV0owPdu+w==}
engines: {node: '>=18'}
peerDependencies:
ts-node: '>= 7.0.1 < 12'
@@ -3254,14 +3387,14 @@ packages:
'@pulumi/query@0.3.0':
resolution: {integrity: sha512-xfo+yLRM2zVjVEA4p23IjQWzyWl1ZhWOGobsBqRpIarzLvwNH/RAGaoehdxlhx4X92302DrpdIFgTICMN4P38w==}
- '@pulumi/random@4.16.2':
- resolution: {integrity: sha512-jBYLrb2Bfh5WbmhyqTHVGYIOkckRQefDgBgvwdMF6i0NzboOizmjEj6MdN5RyibVMtWN3b7Y0kwKeE8uPIq3qQ==}
+ '@pulumi/random@4.16.3':
+ resolution: {integrity: sha512-B1cB3RAxC/Ic6g7Rj6bJv+wJJOBR2xorWOTSSTxjr0f10KdoQxLc+vzMu11MMgOzThhL4n7n8ZSLADxc7Rzk/g==}
- '@pulumi/tailscale@0.16.0':
- resolution: {integrity: sha512-sV/VDR3duI+RiDBD6rBicpzJoJ97L6r/4VuSOdcH/3hvIQRcHF83Os5AOYviR+KKTrO7bqsv5DchS6goLC+HUQ==}
+ '@pulumi/tailscale@0.16.1':
+ resolution: {integrity: sha512-1ScafrDTp2377hDOjwRKTC8HV7JGcCZSzLklnW8kHi3NqCPsVIdfv+wDYod5zEiGa5DXKXfTfnCGry1SmKkMiA==}
- '@pulumi/tls@5.0.3':
- resolution: {integrity: sha512-29NyJnkIDqftK4wA5V5zu/KSkiYXeSEXOgqoaxz37V8Lw8E29iww4fSogjIV5gDJ1pe6/2Q67pmE4BLB6U1qjA==}
+ '@pulumi/tls@5.0.4':
+ resolution: {integrity: sha512-9rc0nwclPdtbz9dulKlt5Ki62RXSrTMGjh2OzviMKwP5zAUMmusBX5Y8T/f3z+nhM1XwEexlwi1/j1+UbkO8mw==}
'@remirror/core-constants@2.0.2':
resolution: {integrity: sha512-dyHY+sMF0ihPus3O27ODd4+agdHMEmuRdyiZJ2CCWjPV5UFmn17ZbElvk6WOGVE4rdCJKZQCrPV2BcikOMLUGQ==}
@@ -3345,210 +3478,214 @@ packages:
resolution: {integrity: sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==}
engines: {node: '>= 10'}
- '@rollup/rollup-android-arm-eabi@4.18.0':
- resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
+ '@rollup/rollup-android-arm-eabi@4.18.1':
+ resolution: {integrity: sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.18.0':
- resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
+ '@rollup/rollup-android-arm64@4.18.1':
+ resolution: {integrity: sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.18.0':
- resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
+ '@rollup/rollup-darwin-arm64@4.18.1':
+ resolution: {integrity: sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.18.0':
- resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
+ '@rollup/rollup-darwin-x64@4.18.1':
+ resolution: {integrity: sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
- resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
+ resolution: {integrity: sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
- resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
+ resolution: {integrity: sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
- resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
+ resolution: {integrity: sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.18.0':
- resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
+ resolution: {integrity: sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
- resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
+ resolution: {integrity: sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
- resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
+ resolution: {integrity: sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
- resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
+ resolution: {integrity: sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.18.0':
- resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
+ resolution: {integrity: sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.18.0':
- resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
+ '@rollup/rollup-linux-x64-musl@4.18.1':
+ resolution: {integrity: sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
- resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
+ resolution: {integrity: sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
- resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
+ resolution: {integrity: sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.18.0':
- resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
+ resolution: {integrity: sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==}
cpu: [x64]
os: [win32]
- '@rrweb/types@2.0.0-alpha.15':
- resolution: {integrity: sha512-NsD2D8oFYT+XZidklW3T/waqDyaUqu+GqBNMZRJ5UQ7hbwtlx0lmt6ZCvKa29cT/6GfEwNYxAQqelodAwRnHTw==}
+ '@rrweb/types@2.0.0-alpha.16':
+ resolution: {integrity: sha512-E6cACNVsm+NUhn7dzocQoKyXI7BHrHRRm5Ab23yrAzEQ2caWocCEYJhqDlc4KRVJBkQfXZfyWm8+2d0uggFuZg==}
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
- '@sentry-internal/browser-utils@8.10.0':
- resolution: {integrity: sha512-Hdqv8KfQDCj7H92ft2walDwCiyaTxgegHnR4ZtCI8NQR0hqdU/PzIKashTwc+Ho6OAQtdy/HNqhcHEznuBNW3A==}
+ '@sentry-internal/browser-utils@8.18.0':
+ resolution: {integrity: sha512-1R7QXp7Gu6ovJGWvGjbgHcDcvDstsQba3miHtUCyDSH9kXtnAVLCAItDkseetFh+JLsjBXf3QFi2H3HPY4hRCw==}
engines: {node: '>=14.18'}
- '@sentry-internal/feedback@8.10.0':
- resolution: {integrity: sha512-pzc4s5X6wvY0BMQBFAMObQBjRKiKzoF2APD5H5eBcxkX8deIykjm8VC8mgpVpxYm6mfjytvgpZyPpZ6KgpRt9Q==}
+ '@sentry-internal/feedback@8.18.0':
+ resolution: {integrity: sha512-on6+4ZRkfdnsNgXecGQ6ME8aO26VTzkuM6y/kNN+bG2hSdxsmuU957B4x1Z5wEXiOWswuf3rhqGepg8JIdPkMQ==}
engines: {node: '>=14.18'}
- '@sentry-internal/replay-canvas@8.10.0':
- resolution: {integrity: sha512-M4yM8ZqtsW1wER7jNpGq019jmhn/RkcmdIyWksRpBSvRppZRf0yR9dbVhdO/oBL8DB3fDTbv8Qtd/oXlkj/i+Q==}
+ '@sentry-internal/replay-canvas@8.18.0':
+ resolution: {integrity: sha512-fcuLJBrhw3Ql8sU8veUgDCRYo6toQldFU807cpYphQ0uEw2oVZwNNPDQSu1651Ykvp0P/x+9hk/jjJxMohrO9g==}
engines: {node: '>=14.18'}
- '@sentry-internal/replay@8.10.0':
- resolution: {integrity: sha512-MISdD0Q0sVcQELHbYSH5SuKHlrI8RFvmU6aNcjWEoKxhd4Vzr126h98naVPoo7WOOI0e7Fd0Lrn/59wNI4AJxQ==}
+ '@sentry-internal/replay@8.18.0':
+ resolution: {integrity: sha512-cCLib/HjD8UR0fB2F5hV6KsFBD6yTOEsi67RBllm5gT5vJt87VYoPliF6O7mmMNw8TWkQ0uc5laKld3q9ph+ug==}
engines: {node: '>=14.18'}
- '@sentry/babel-plugin-component-annotate@2.18.0':
- resolution: {integrity: sha512-9L4RbhS3WNtc/SokIhc0dwgcvs78YSQPakZejsrIgnzLzCi8mS6PeT+BY0+QCtsXxjd1egM8hqcJeB0lukBkXA==}
+ '@sentry/babel-plugin-component-annotate@2.20.1':
+ resolution: {integrity: sha512-4mhEwYTK00bIb5Y9UWIELVUfru587Vaeg0DQGswv4aIRHIiMKLyNqCEejaaybQ/fNChIZOKmvyqXk430YVd7Qg==}
engines: {node: '>= 14'}
- '@sentry/browser@8.10.0':
- resolution: {integrity: sha512-6yGax6vUNV28cANMJCTrLFrGTvvgC0h4k+lzjrgstCf1k+CNQmodXDyWcRzbL4im5DTH4jF74ZAYpqrptloxJw==}
+ '@sentry/browser@8.18.0':
+ resolution: {integrity: sha512-E2w9u76JcjxcmgvroJrB7bcbG5oBCYI/pME1CtprBgZSS9mMYDsyBe6JKqGHdw2wvT3xNxNtkm7hf1O6+3NWUQ==}
engines: {node: '>=14.18'}
- '@sentry/bundler-plugin-core@2.18.0':
- resolution: {integrity: sha512-JvxVgsMFmDsU0Dgcx1CeFUC1scxOVSAOzOcE06qKAVm9BZzxHpI53iNfeMOXwVTUolD8LZVIfgOjkiXfwN/UPQ==}
+ '@sentry/bundler-plugin-core@2.20.1':
+ resolution: {integrity: sha512-6ipbmGzHekxeRCbp7eoefr6bdd/lW4cNA9eNnrmd9+PicubweGaZZbH2NjhFHsaxzgOezwipDHjrTaap2kTHgw==}
engines: {node: '>= 14'}
- '@sentry/cli-darwin@2.32.1':
- resolution: {integrity: sha512-z/lEwANTYPCzbWTZ2+eeeNYxRLllC8knd0h+vtAKlhmGw/fyc/N39cznIFyFu+dLJ6tTdjOWOeikHtKuS/7onw==}
+ '@sentry/cli-darwin@2.32.2':
+ resolution: {integrity: sha512-GDtePIavx3FKSRowdPdtIssahn46MfFFYNN+s7a9MjlhFwJtvC9A1bSDw7ksEtDaQolepUwmLPHaVe19y0T/zw==}
engines: {node: '>=10'}
os: [darwin]
- '@sentry/cli-linux-arm64@2.32.1':
- resolution: {integrity: sha512-hsGqHYuecUl1Yhq4MhiRejfh1gNlmhyNPcQEoO/DDRBnGnJyEAdiDpKXJcc2e/lT9k40B55Ob2CP1SeY040T2w==}
+ '@sentry/cli-linux-arm64@2.32.2':
+ resolution: {integrity: sha512-VECLVC1rLyvXk6rTVUfmfs4vhANjMgm4BVKGlA3rydmf2PJw2/NfipH3KeyijdE2vEoyLri+/6HH883pP0iniQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux, freebsd]
- '@sentry/cli-linux-arm@2.32.1':
- resolution: {integrity: sha512-m0lHkn+o4YKBq8KptGZvpT64FAwSl9mYvHZO9/ChnEGIJ/WyJwiN1X1r9JHVaW4iT5lD0Y5FAyq3JLkk0m0XHg==}
+ '@sentry/cli-linux-arm@2.32.2':
+ resolution: {integrity: sha512-u9s08wr8bDDqsAl6pk9iGGlOHtU+T8btU6voNKy71QzeIBpV9c8VVk/OnmP9aswp/ea4NY416yjnzcTvCrFKAw==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux, freebsd]
- '@sentry/cli-linux-i686@2.32.1':
- resolution: {integrity: sha512-SuMLN1/ceFd3Q/B0DVyh5igjetTAF423txiABAHASenEev0lG0vZkRDXFclfgDtDUKRPmOXW7VDMirM3yZWQHQ==}
+ '@sentry/cli-linux-i686@2.32.2':
+ resolution: {integrity: sha512-XhofQz32OqLrQK1DEOsryhT7d29Df6VkccvxueGoIt2gpXEXtgRczsUwZjZqquDdkNCt+HPj9eUGcj8pY8JkmQ==}
engines: {node: '>=10'}
cpu: [x86, ia32]
os: [linux, freebsd]
- '@sentry/cli-linux-x64@2.32.1':
- resolution: {integrity: sha512-x4FGd6xgvFddz8V/dh6jii4wy9qjWyvYLBTz8Fhi9rIP+b8wQ3oxwHIdzntareetZP7C1ggx+hZheiYocNYVwA==}
+ '@sentry/cli-linux-x64@2.32.2':
+ resolution: {integrity: sha512-anyng4Qqt7zX4ZY4IzDH1RJWAVZNBe6sUHcuciNy7giCU3B4/XnxAHlwYmBSN5txpaumsWdstPgRKEUJG6AOSA==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux, freebsd]
- '@sentry/cli-win32-i686@2.32.1':
- resolution: {integrity: sha512-i6aZma9mFzR+hqMY5VliQZEX6ypP/zUjPK0VtIMYWs5cC6PsQLRmuoeJmy3Z7d4nlh0CdK5NPC813Ej6RY6/vg==}
+ '@sentry/cli-win32-i686@2.32.2':
+ resolution: {integrity: sha512-/auqx7QXG7F556fNK7vaB26pX7Far1CQMfI65iV4u/VWg6gV2WfvJWXB4iowhjqkYv56sZ+zOymLkEVF0R8wtg==}
engines: {node: '>=10'}
cpu: [x86, ia32]
os: [win32]
- '@sentry/cli-win32-x64@2.32.1':
- resolution: {integrity: sha512-B58w/lRHLb4MUSjJNfMMw2cQykfimDCMLMmeK+1EiT2RmSeNQliwhhBxYcKk82a8kszH6zg3wT2vCea7LyPUyA==}
+ '@sentry/cli-win32-x64@2.32.2':
+ resolution: {integrity: sha512-w7hW2sEWVYQquqdILBSFhcVW+HdoyLqVPPkLPAXRSLTwBnuni9nQEIdXr0h/7db+K3cm7PvWndp5ixVyswLHZA==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@sentry/cli@2.32.1':
- resolution: {integrity: sha512-MWkbkzZfnlE7s2pPbg4VozRSAeMlIObfZlTIou9ye6XnPt6ZmmxCLOuOgSKMv4sXg6aeqKNzMNiadThxCWyvPg==}
+ '@sentry/cli@2.32.2':
+ resolution: {integrity: sha512-m/6Z3FWu+rTd8jepVlJPKQhvbT8vCjt0N7BSWZiEUVW/8mhwAYJiwO0b+Ch/u4IqbBg1dp3805q5TFPl4AdrNw==}
engines: {node: '>= 10'}
hasBin: true
- '@sentry/core@8.10.0':
- resolution: {integrity: sha512-NzrFqYsEHMd4TYYYxOvf+f+Z02u0nt12cIYYN9pOM3xBLKR+ORs7jhVnN0cB/H2yqtmtBaIzSehk/M/qUXFJGw==}
+ '@sentry/core@8.18.0':
+ resolution: {integrity: sha512-8moEMC3gp4W6mH9w5amb/zrYk6bNW8WGgcLRMCs5rguxny8YP5i8ISOJ0T0LP9x/RxSK/6xix5D2bzI/5ECzlw==}
engines: {node: '>=14.18'}
- '@sentry/node@8.10.0':
- resolution: {integrity: sha512-cokBLwYGBFhFw4TFX5QCRat8JBkjT3U72PsptciO+ck3XUHJwQn2AipzzEk9itCvtnhQjhStRswyCK4zXHpW7w==}
+ '@sentry/node@8.18.0':
+ resolution: {integrity: sha512-a+W477bmt28I1DT51xJKmp4Y7hBAdEGqQ2K7gfOn3mRBHoihuhKl2Xe8BMwFH7+v4mAEZEwAZBUOLAC7h+Tjig==}
engines: {node: '>=14.18'}
- '@sentry/opentelemetry@8.10.0':
- resolution: {integrity: sha512-OPdxZZWaOzOCOYbH7oGeDrz3veaxdlUMU0PMaqYYywN+iOx+0uZm+MfAiAEbInL8dmLMg0qJHde3vI9veDozgQ==}
+ '@sentry/opentelemetry@8.18.0':
+ resolution: {integrity: sha512-P2OoXXJcU2RiRZmpBqOkK+NLGkwQrYizlOHl1zckHI1nYmQgOD1tcJj4c1xOYzH+eGPLp/IViXHO6vaBr8BGGg==}
engines: {node: '>=14.18'}
peerDependencies:
'@opentelemetry/api': ^1.9.0
- '@opentelemetry/core': ^1.25.0
- '@opentelemetry/instrumentation': ^0.52.0
- '@opentelemetry/sdk-trace-base': ^1.25.0
- '@opentelemetry/semantic-conventions': ^1.25.0
+ '@opentelemetry/core': ^1.25.1
+ '@opentelemetry/instrumentation': ^0.52.1
+ '@opentelemetry/sdk-trace-base': ^1.25.1
+ '@opentelemetry/semantic-conventions': ^1.25.1
- '@sentry/svelte@8.10.0':
- resolution: {integrity: sha512-NI4OBaJYZASnqpZ1ohrKd6L80M7ZCODlIE104Cco7bNg8D4BdtxwWE1tFbatET2edF/rRyyRrlgSMg0iS1Lq8Q==}
+ '@sentry/svelte@8.18.0':
+ resolution: {integrity: sha512-u0HX4FvLbpk9KBCGeC6qMK7SU3vTB00FiqtlMZz9oo80CXwSBKbbJswkS4nyQGAIFxXeEHbQkAl+ynl2ncLuvg==}
engines: {node: '>=14.18'}
peerDependencies:
svelte: 3.x || 4.x || 5.x
- '@sentry/sveltekit@8.10.0':
- resolution: {integrity: sha512-EqPrvmPblq3eXP2o9gamcqn8d4KyOmQMsk/A0CXukAG1DAnuLM3ZsCFpl1pmHSjtLOGShsTvTZkqPFAo7yN2Kw==}
+ '@sentry/sveltekit@8.18.0':
+ resolution: {integrity: sha512-v09qCMJKTSb2AkLlaZhPhSbA/B7pnLXr/4YCgaG51fZoWC3nYqRlfPpFb2mjw2H3tgL4IZCvY/i60tzqE7pu1g==}
engines: {node: '>=16'}
peerDependencies:
'@sveltejs/kit': 1.x || 2.x
+ vite: '*'
+ peerDependenciesMeta:
+ vite:
+ optional: true
- '@sentry/types@8.10.0':
- resolution: {integrity: sha512-6kgh6NqgQHcnnD7dOe3THcVkzv2nor/f94x3odmPShN2AWBfPRprHZZsLTjh/3aC7l76V2nfuQ4wgRvwsddTWw==}
+ '@sentry/types@8.18.0':
+ resolution: {integrity: sha512-5J+uOqptnmAnW3Rk31AHIqW36Wzvlo3UOM+p2wjSYGrC/PgcE47Klzr+w4UcOhN6AZqefalGd3vaUXz9NaFdRg==}
engines: {node: '>=14.18'}
- '@sentry/utils@8.10.0':
- resolution: {integrity: sha512-tQPgB7lX1XqbEw2EXvWNsBQlmG+yJHVhBKKDPy5HZMjuTP3zlpVdP6NF87qwonmdtFNHxdrKbfOVRiLx71/JwA==}
+ '@sentry/utils@8.18.0':
+ resolution: {integrity: sha512-7wq7cgaeSIGJncl9/2VMu81ZN5ep4lp4H1/+O8+xUxOmnPb/05ZZcbn9/VxVQvIoqZSZdwCLPeBz6PEVukvokA==}
engines: {node: '>=14.18'}
- '@sentry/vite-plugin@2.18.0':
- resolution: {integrity: sha512-yY8QSvbMjRpG5pzN6lnW5guZhyTDSGeWwM9tDyT9ix/ShODy/eE6jErisBtlo50lFJuew7x79WXnVykvds4Ddg==}
+ '@sentry/vite-plugin@2.20.1':
+ resolution: {integrity: sha512-IOYAJRcV+Uqn0EL8rxcoCvE77PbtGzKjP+B6iIgDZ229AWbpfbpWY8zHCcufwdDzb5PtgOhWWHT74iAsNyij/A==}
engines: {node: '>= 14'}
- '@shikijs/core@1.7.0':
- resolution: {integrity: sha512-O6j27b7dGmJbR3mjwh/aHH8Ld+GQvA0OQsNO43wKWnqbAae3AYXrhFyScHGX8hXZD6vX2ngjzDFkZY5srtIJbQ==}
+ '@shikijs/core@1.10.3':
+ resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==}
'@shuding/opentype.js@1.4.0-beta.0':
resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==}
@@ -3599,8 +3736,8 @@ packages:
resolution: {integrity: sha512-eNmMOd5DZkiu9LxIeHdh1XvDbcpFXV4HdBqg9hlg8YNKDvE6qmHiJ+Vy+rFrzXofRYmtheNv4A3ESad8unxwwA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- '@smithy/abort-controller@3.1.0':
- resolution: {integrity: sha512-XOm4LkuC0PsK1sf2bBJLIlskn5ghmVxiEBVlo/jg0R8hxASBKYYgOoJEhKWgOr4vWGkN+5rC+oyBAqHYtxjnwQ==}
+ '@smithy/abort-controller@3.1.1':
+ resolution: {integrity: sha512-MBJBiidoe+0cTFhyxT8g+9g7CeVccLM0IOKKUMCNQ1CNMJ/eIfoo0RTfVrXOONEI1UCN1W+zkiHSbzUNE9dZtQ==}
engines: {node: '>=16.0.0'}
'@smithy/chunked-blob-reader-native@3.0.0':
@@ -3609,53 +3746,53 @@ packages:
'@smithy/chunked-blob-reader@3.0.0':
resolution: {integrity: sha512-sbnURCwjF0gSToGlsBiAmd1lRCmSn72nu9axfJu5lIx6RUEgHu6GwTMbqCdhQSi0Pumcm5vFxsi9XWXb2mTaoA==}
- '@smithy/config-resolver@3.0.3':
- resolution: {integrity: sha512-4wHqCMkdfVDP4qmr4fVPYOFOH+vKhOv3X4e6KEU9wIC8xXUQ24tnF4CW+sddGDX1zU86GGyQ7A+rg2xmUD6jpQ==}
+ '@smithy/config-resolver@3.0.5':
+ resolution: {integrity: sha512-SkW5LxfkSI1bUC74OtfBbdz+grQXYiPYolyu8VfpLIjEoN/sHVBlLeGXMQ1vX4ejkgfv6sxVbQJ32yF2cl1veA==}
engines: {node: '>=16.0.0'}
- '@smithy/core@2.2.3':
- resolution: {integrity: sha512-SpyLOL2vgE6sUYM6nQfu82OirCPkCDKctyG3aMgjMlDPTJpUlmlNH0ttu9ZWwzEjrzzr8uABmPjJTRI7gk1HFQ==}
+ '@smithy/core@2.2.8':
+ resolution: {integrity: sha512-1Y0XX0Ucyg0LWTfTVLWpmvSRtFRniykUl3dQ0os1sTd03mKDudR6mVyX+2ak1phwPXx2aEWMAAdW52JNi0mc3A==}
engines: {node: '>=16.0.0'}
- '@smithy/credential-provider-imds@3.1.2':
- resolution: {integrity: sha512-gqVmUaNoeqyrOAjgZg+rTmFLsphh/vS59LCMdFfVpthVS0jbfBzvBmEPktBd+y9ME4DYMGHFAMSYJDK8q0noOQ==}
+ '@smithy/credential-provider-imds@3.1.4':
+ resolution: {integrity: sha512-NKyH01m97Xa5xf3pB2QOF3lnuE8RIK0hTVNU5zvZAwZU8uspYO4DHQVlK+Y5gwSrujTfHvbfd1D9UFJAc0iYKQ==}
engines: {node: '>=16.0.0'}
- '@smithy/eventstream-codec@3.1.1':
- resolution: {integrity: sha512-s29NxV/ng1KXn6wPQ4qzJuQDjEtxLdS0+g5PQFirIeIZrp66FXVJ5IpZRowbt/42zB5dY8TqJ0G0L9KkgtsEZg==}
+ '@smithy/eventstream-codec@3.1.2':
+ resolution: {integrity: sha512-0mBcu49JWt4MXhrhRAlxASNy0IjDRFU+aWNDRal9OtUJvJNiwDuyKMUONSOjLjSCeGwZaE0wOErdqULer8r7yw==}
- '@smithy/eventstream-serde-browser@3.0.3':
- resolution: {integrity: sha512-ZXKmNAHl6SWKYuVmtoEc/hBQ7Nym/rbAx2SrqoJHn0i9QopIP7fG1AWmoFIeS5R3/VL6AwUIZMR0g8qnjjVRRA==}
+ '@smithy/eventstream-serde-browser@3.0.5':
+ resolution: {integrity: sha512-dEyiUYL/ekDfk+2Ra4GxV+xNnFoCmk1nuIXg+fMChFTrM2uI/1r9AdiTYzPqgb72yIv/NtAj6C3dG//1wwgakQ==}
engines: {node: '>=16.0.0'}
- '@smithy/eventstream-serde-config-resolver@3.0.2':
- resolution: {integrity: sha512-QbE3asvvBUZr7PwbOaxkSfKDjTAmWZkqh2G7pkYlD4jRkT1Y9nufeyu0OBPlLoF4+gl3YMpSVO7TESe8bVkD+g==}
+ '@smithy/eventstream-serde-config-resolver@3.0.3':
+ resolution: {integrity: sha512-NVTYjOuYpGfrN/VbRQgn31x73KDLfCXCsFdad8DiIc3IcdxL+dYA9zEQPyOP7Fy2QL8CPy2WE4WCUD+ZsLNfaQ==}
engines: {node: '>=16.0.0'}
- '@smithy/eventstream-serde-node@3.0.3':
- resolution: {integrity: sha512-v61Ftn7x/ubWFqH7GHFAL/RaU7QZImTbuV95DYugYYItzpO7KaHYEuO8EskCaBpZEfzOxhUGKm4teS9YUSt69Q==}
+ '@smithy/eventstream-serde-node@3.0.4':
+ resolution: {integrity: sha512-mjlG0OzGAYuUpdUpflfb9zyLrBGgmQmrobNT8b42ZTsGv/J03+t24uhhtVEKG/b2jFtPIHF74Bq+VUtbzEKOKg==}
engines: {node: '>=16.0.0'}
- '@smithy/eventstream-serde-universal@3.0.3':
- resolution: {integrity: sha512-YXYt3Cjhu9tRrahbTec2uOjwOSeCNfQurcWPGNEUspBhqHoA3KrDrVj+jGbCLWvwkwhzqDnnaeHAxm+IxAjOAQ==}
+ '@smithy/eventstream-serde-universal@3.0.4':
+ resolution: {integrity: sha512-Od9dv8zh3PgOD7Vj4T3HSuox16n0VG8jJIM2gvKASL6aCtcS8CfHZDWe1Ik3ZXW6xBouU+45Q5wgoliWDZiJ0A==}
engines: {node: '>=16.0.0'}
- '@smithy/fetch-http-handler@3.1.0':
- resolution: {integrity: sha512-s7oQjEOUH9TYjctpITtWF4qxOdg7pBrP9eigEQ8SBsxF3dRFV0S28pGMllC83DUr7ECmErhO/BUwnULfoNhKgQ==}
+ '@smithy/fetch-http-handler@3.2.2':
+ resolution: {integrity: sha512-3LaWlBZObyGrOOd7e5MlacnAKEwFBmAeiW/TOj2eR9475Vnq30uS2510+tnKbxrGjROfNdOhQqGo5j3sqLT6bA==}
- '@smithy/hash-blob-browser@3.1.1':
- resolution: {integrity: sha512-8RwdPG7arvL5pfMAFsH6jfBVcC7MDR1LYHjKevZPHREkVtORIQkRfm2K8px7giJt7x0zzQJnWamrsDM4ig8nTQ==}
+ '@smithy/hash-blob-browser@3.1.2':
+ resolution: {integrity: sha512-hAbfqN2UbISltakCC2TP0kx4LqXBttEv2MqSPE98gVuDFMf05lU+TpC41QtqGP3Ff5A3GwZMPfKnEy0VmEUpmg==}
- '@smithy/hash-node@3.0.2':
- resolution: {integrity: sha512-43uGA6o6QJQdXwAogybdTDHDd3SCdKyoiHIHb8PpdE2rKmVicjG9b1UgVwdgO8QPytmVqHFaUw27M3LZKwu8Yg==}
+ '@smithy/hash-node@3.0.3':
+ resolution: {integrity: sha512-2ctBXpPMG+B3BtWSGNnKELJ7SH9e4TNefJS0cd2eSkOOROeBnnVBnAy9LtJ8tY4vUEoe55N4CNPxzbWvR39iBw==}
engines: {node: '>=16.0.0'}
- '@smithy/hash-stream-node@3.1.1':
- resolution: {integrity: sha512-+uvJHPrFNE9crkh3INVS9FmDcx1DoywDgIzlRWlPy7gqoD8jG14os9ATIFY7wN/ARPz1EWlkCHUap70oXxMmjA==}
+ '@smithy/hash-stream-node@3.1.2':
+ resolution: {integrity: sha512-PBgDMeEdDzi6JxKwbfBtwQG9eT9cVwsf0dZzLXoJF4sHKHs5HEo/3lJWpn6jibfJwT34I1EBXpBnZE8AxAft6g==}
engines: {node: '>=16.0.0'}
- '@smithy/invalid-dependency@3.0.2':
- resolution: {integrity: sha512-+BAY3fMhomtq470tswXyrdVBSUhiLuhBVT+rOmpbz5e04YX+s1dX4NxTLzZGwBjCpeWZNtTxP8zbIvvFk81gUg==}
+ '@smithy/invalid-dependency@3.0.3':
+ resolution: {integrity: sha512-ID1eL/zpDULmHJbflb864k72/SNOZCADRc9i7Exq3RUNJw6raWUSlFEQ+3PX3EYs++bTxZB2dE9mEHTQLv61tw==}
'@smithy/is-array-buffer@2.2.0':
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
@@ -3665,75 +3802,75 @@ packages:
resolution: {integrity: sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==}
engines: {node: '>=16.0.0'}
- '@smithy/md5-js@3.0.2':
- resolution: {integrity: sha512-WlSK9br7fkVucTkCXporwuOttCR3cJ1GV70J8ENYXGNc0nUTPzMdWCyHztgnbbKoekVMjGZOEu+8I52nOdzqwQ==}
+ '@smithy/md5-js@3.0.3':
+ resolution: {integrity: sha512-O/SAkGVwpWmelpj/8yDtsaVe6sINHLB1q8YE/+ZQbDxIw3SRLbTZuRaI10K12sVoENdnHqzPp5i3/H+BcZ3m3Q==}
- '@smithy/middleware-content-length@3.0.2':
- resolution: {integrity: sha512-/Havz3PkYIEmwpqkyRTR21yJsWnFbD1ec4H1pUL+TkDnE7RCQkAVUQepLL/UeCaZeCBXvfdoKbOjSbV01xIinQ==}
+ '@smithy/middleware-content-length@3.0.4':
+ resolution: {integrity: sha512-wySGje/KfhsnF8YSh9hP16pZcl3C+X6zRsvSfItQGvCyte92LliilU3SD0nR7kTlxnAJwxY8vE/k4Eoezj847Q==}
engines: {node: '>=16.0.0'}
- '@smithy/middleware-endpoint@3.0.3':
- resolution: {integrity: sha512-ARAXHodhj4tttKa9y75zvENdSoHq6VGsSi7XS3+yLutrnxttJs6N10UMInCC1yi3/bopT8xug3iOP/y9R6sKJQ==}
+ '@smithy/middleware-endpoint@3.0.5':
+ resolution: {integrity: sha512-V4acqqrh5tDxUEGVTOgf2lYMZqPQsoGntCrjrJZEeBzEzDry2d2vcI1QCXhGltXPPY+BMc6eksZMguA9fIY8vA==}
engines: {node: '>=16.0.0'}
- '@smithy/middleware-retry@3.0.6':
- resolution: {integrity: sha512-ICsFKp8eAyIMmxN5UT3IU37S6886L879TKtgxPsn/VD/laYNwqTLmJaCAn5//+2fRIrV0dnHp6LFlMwdXlWoUQ==}
+ '@smithy/middleware-retry@3.0.11':
+ resolution: {integrity: sha512-/TIRWmhwMpv99JCGuMhJPnH7ggk/Lah7s/uNDyr7faF02BxNsyD/fz9Tw7pgCf9tYOKgjimm2Qml1Aq1pbkt6g==}
engines: {node: '>=16.0.0'}
- '@smithy/middleware-serde@3.0.2':
- resolution: {integrity: sha512-oT2abV5zLhBucJe1LIIFEcRgIBDbZpziuMPswTMbBQNcaEUycLFvX63zsFmqfwG+/ZQKsNx+BSE8W51CMuK7Yw==}
+ '@smithy/middleware-serde@3.0.3':
+ resolution: {integrity: sha512-puUbyJQBcg9eSErFXjKNiGILJGtiqmuuNKEYNYfUD57fUl4i9+mfmThtQhvFXU0hCVG0iEJhvQUipUf+/SsFdA==}
engines: {node: '>=16.0.0'}
- '@smithy/middleware-stack@3.0.2':
- resolution: {integrity: sha512-6fRcxomlNKBPIy/YjcnC7YHpMAjRvGUYlYVJAfELqZjkW0vQegNcImjY7T1HgYA6u3pAcCxKVBLYnkTw8z/l0A==}
+ '@smithy/middleware-stack@3.0.3':
+ resolution: {integrity: sha512-r4klY9nFudB0r9UdSMaGSyjyQK5adUyPnQN/ZM6M75phTxOdnc/AhpvGD1fQUvgmqjQEBGCwpnPbDm8pH5PapA==}
engines: {node: '>=16.0.0'}
- '@smithy/node-config-provider@3.1.2':
- resolution: {integrity: sha512-388fEAa7+6ORj/BDC70peg3fyFBTTXJyXfXJ0Bwd6FYsRltePr2oGzIcm5AuC1WUSLtZ/dF+hYOnfTMs04rLvA==}
+ '@smithy/node-config-provider@3.1.4':
+ resolution: {integrity: sha512-YvnElQy8HR4vDcAjoy7Xkx9YT8xZP4cBXcbJSgm/kxmiQu08DwUwj8rkGnyoJTpfl/3xYHH+d8zE+eHqoDCSdQ==}
engines: {node: '>=16.0.0'}
- '@smithy/node-http-handler@3.1.0':
- resolution: {integrity: sha512-pOpgB6B+VLXLwAyyvRz+ZAVXABlbAsJ2xvn3WZvrppAPImxwQOPFbeSUzWYMhpC8Tr7yQ3R8fG990QDhskkf1Q==}
+ '@smithy/node-http-handler@3.1.3':
+ resolution: {integrity: sha512-UiKZm8KHb/JeOPzHZtRUfyaRDO1KPKPpsd7iplhiwVGOeVdkiVJ5bVe7+NhWREMOKomrDIDdSZyglvMothLg0Q==}
engines: {node: '>=16.0.0'}
- '@smithy/property-provider@3.1.2':
- resolution: {integrity: sha512-Hzp32BpeFFexBpO1z+ts8okbq/VLzJBadxanJAo/Wf2CmvXMBp6Q/TLWr7Js6IbMEcr0pDZ02V3u1XZkuQUJaA==}
+ '@smithy/property-provider@3.1.3':
+ resolution: {integrity: sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==}
engines: {node: '>=16.0.0'}
- '@smithy/protocol-http@4.0.2':
- resolution: {integrity: sha512-X/90xNWIOqSR2tLUyWxVIBdatpm35DrL44rI/xoeBWUuanE0iyCXJpTcnqlOpnEzgcu0xCKE06+g70TTu2j7RQ==}
+ '@smithy/protocol-http@4.0.4':
+ resolution: {integrity: sha512-fAA2O4EFyNRyYdFLVIv5xMMeRb+3fRKc/Rt2flh5k831vLvUmNFXcydeg7V3UeEhGURJI4c1asmGJBjvmF6j8Q==}
engines: {node: '>=16.0.0'}
- '@smithy/querystring-builder@3.0.2':
- resolution: {integrity: sha512-xhv1+HacDYsOLdNt7zW+8Fe779KYAzmWvzs9bC5NlKM8QGYCwwuFwDBynhlU4D5twgi2pZ14Lm4h6RiAazCtmA==}
+ '@smithy/querystring-builder@3.0.3':
+ resolution: {integrity: sha512-vyWckeUeesFKzCDaRwWLUA1Xym9McaA6XpFfAK5qI9DKJ4M33ooQGqvM4J+LalH4u/Dq9nFiC8U6Qn1qi0+9zw==}
engines: {node: '>=16.0.0'}
- '@smithy/querystring-parser@3.0.2':
- resolution: {integrity: sha512-C5hyRKgrZGPNh5QqIWzXnW+LXVrPmVQO0iJKjHeb5v3C61ZkP9QhrKmbfchcTyg/VnaE0tMNf/nmLpQlWuiqpg==}
+ '@smithy/querystring-parser@3.0.3':
+ resolution: {integrity: sha512-zahM1lQv2YjmznnfQsWbYojFe55l0SLG/988brlLv1i8z3dubloLF+75ATRsqPBboUXsW6I9CPGE5rQgLfY0vQ==}
engines: {node: '>=16.0.0'}
- '@smithy/service-error-classification@3.0.2':
- resolution: {integrity: sha512-cu0WV2XRttItsuXlcM0kq5MKdphbMMmSd2CXF122dJ75NrFE0o7rruXFGfxAp3BKzgF/DMxX+PllIA/cj4FHMw==}
+ '@smithy/service-error-classification@3.0.3':
+ resolution: {integrity: sha512-Jn39sSl8cim/VlkLsUhRFq/dKDnRUFlfRkvhOJaUbLBXUsLRLNf9WaxDv/z9BjuQ3A6k/qE8af1lsqcwm7+DaQ==}
engines: {node: '>=16.0.0'}
- '@smithy/shared-ini-file-loader@3.1.2':
- resolution: {integrity: sha512-tgnXrXbLMO8vo6VeuqabMw/eTzQHlLmZx0TC0TjtjJghnD0Xl4pEnJtBjTJr6XF5fHMNrt5BcczDXHJT9yNQnA==}
+ '@smithy/shared-ini-file-loader@3.1.4':
+ resolution: {integrity: sha512-qMxS4hBGB8FY2GQqshcRUy1K6k8aBWP5vwm8qKkCT3A9K2dawUwOIJfqh9Yste/Bl0J2lzosVyrXDj68kLcHXQ==}
engines: {node: '>=16.0.0'}
- '@smithy/signature-v4@3.1.1':
- resolution: {integrity: sha512-2/vlG86Sr489XX8TA/F+VDA+P04ESef04pSz0wRtlQBExcSPjqO08rvrkcas2zLnJ51i+7ukOURCkgqixBYjSQ==}
+ '@smithy/signature-v4@3.1.2':
+ resolution: {integrity: sha512-3BcPylEsYtD0esM4Hoyml/+s7WP2LFhcM3J2AGdcL2vx9O60TtfpDOL72gjb4lU8NeRPeKAwR77YNyyGvMbuEA==}
engines: {node: '>=16.0.0'}
- '@smithy/smithy-client@3.1.4':
- resolution: {integrity: sha512-y6xJROGrIoitjpwXLY7P9luDHvuT9jWpAluliuSFdBymFxcl6iyQjo9U/JhYfRHFNTruqsvKOrOESVuPGEcRmQ==}
+ '@smithy/smithy-client@3.1.9':
+ resolution: {integrity: sha512-My2RaInZ4gSwJUPMaiLR/Nk82+c4LlvqpXA+n7lonGYgCZq23Tg+/xFhgmiejJ6XPElYJysTPyV90vKyp17+1g==}
engines: {node: '>=16.0.0'}
- '@smithy/types@3.2.0':
- resolution: {integrity: sha512-cKyeKAPazZRVqm7QPvcPD2jEIt2wqDPAL1KJKb0f/5I7uhollvsWZuZKLclmyP6a+Jwmr3OV3t+X0pZUUHS9BA==}
+ '@smithy/types@3.3.0':
+ resolution: {integrity: sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==}
engines: {node: '>=16.0.0'}
- '@smithy/url-parser@3.0.2':
- resolution: {integrity: sha512-pRiPHrgibeAr4avtXDoBHmTLtthwA4l8jKYRfZjNgp+bBPyxDMPRg2TMJaYxqbKemvrOkHu9MIBTv2RkdNfD6w==}
+ '@smithy/url-parser@3.0.3':
+ resolution: {integrity: sha512-pw3VtZtX2rg+s6HMs6/+u9+hu6oY6U7IohGhVNnjbgKy86wcIsSZwgHrFR+t67Uyxvp4Xz3p3kGXXIpTNisq8A==}
'@smithy/util-base64@3.0.0':
resolution: {integrity: sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==}
@@ -3758,32 +3895,32 @@ packages:
resolution: {integrity: sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==}
engines: {node: '>=16.0.0'}
- '@smithy/util-defaults-mode-browser@3.0.6':
- resolution: {integrity: sha512-tAgoc++Eq+KL7g55+k108pn7nAob3GLWNEMbXhZIQyBcBNaE/o3+r4AEbae0A8bWvLRvArVsjeiuhMykGa04/A==}
+ '@smithy/util-defaults-mode-browser@3.0.11':
+ resolution: {integrity: sha512-O3s9DGb3bmRvEKmT8RwvSWK4A9r6svfd+MnJB+UMi9ZcCkAnoRtliulOnGF0qCMkKF9mwk2tkopBBstalPY/vg==}
engines: {node: '>= 10.0.0'}
- '@smithy/util-defaults-mode-node@3.0.6':
- resolution: {integrity: sha512-UNerul6/E8aiCyFTBHk+RSIZCo7m96d/N5K3FeO/wFeZP6oy5HAicLzxqa85Wjv7MkXSxSySX29L/LwTV/QMag==}
+ '@smithy/util-defaults-mode-node@3.0.11':
+ resolution: {integrity: sha512-qd4a9qtyOa/WY14aHHOkMafhh9z8D2QTwlcBoXMTPnEwtcY+xpe1JyFm9vya7VsB8hHsfn3XodEtwqREiu4ygQ==}
engines: {node: '>= 10.0.0'}
- '@smithy/util-endpoints@2.0.3':
- resolution: {integrity: sha512-Dyi+pfLglDHSGsKSYunuUUSFM5V0tz7UDgv1Ex97yg+Xkn0Eb0rH0rcvl1n0MaJ11fac3HKDOH0DkALyQYCQag==}
+ '@smithy/util-endpoints@2.0.5':
+ resolution: {integrity: sha512-ReQP0BWihIE68OAblC/WQmDD40Gx+QY1Ez8mTdFMXpmjfxSyz2fVQu3A4zXRfQU9sZXtewk3GmhfOHswvX+eNg==}
engines: {node: '>=16.0.0'}
'@smithy/util-hex-encoding@3.0.0':
resolution: {integrity: sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==}
engines: {node: '>=16.0.0'}
- '@smithy/util-middleware@3.0.2':
- resolution: {integrity: sha512-7WW5SD0XVrpfqljBYzS5rLR+EiDzl7wCVJZ9Lo6ChNFV4VYDk37Z1QI5w/LnYtU/QKnSawYoHRd7VjSyC8QRQQ==}
+ '@smithy/util-middleware@3.0.3':
+ resolution: {integrity: sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==}
engines: {node: '>=16.0.0'}
- '@smithy/util-retry@3.0.2':
- resolution: {integrity: sha512-HUVOb1k8p/IH6WFUjsLa+L9H1Zi/FAAB2CDOpWuffI1b2Txi6sknau8kNfC46Xrt39P1j2KDzCE1UlLa2eW5+A==}
+ '@smithy/util-retry@3.0.3':
+ resolution: {integrity: sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==}
engines: {node: '>=16.0.0'}
- '@smithy/util-stream@3.0.4':
- resolution: {integrity: sha512-CcMioiaOOsEVdb09pS7ux1ij7QcQ2jE/cE1+iin1DXMeRgAEQN/47m7Xztu7KFQuQsj0A5YwB2UN45q97CqKCg==}
+ '@smithy/util-stream@3.1.1':
+ resolution: {integrity: sha512-EhRnVvl3AhoHAT2rGQ5o+oSDRM/BUSMPLZZdRJZLcNVUsFAjOs4vHaPdNQivTSzRcFxf5DA4gtO46WWU2zimaw==}
engines: {node: '>=16.0.0'}
'@smithy/util-uri-escape@3.0.0':
@@ -3798,12 +3935,12 @@ packages:
resolution: {integrity: sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==}
engines: {node: '>=16.0.0'}
- '@smithy/util-waiter@3.1.0':
- resolution: {integrity: sha512-5OVcC5ZcmmutY208ADY/l2eB4H4DVXs+hPUo/M1spF4/YEmF9DdLkfwBvohej2dIeVJayKY7hMlD0X8j3F3/Uw==}
+ '@smithy/util-waiter@3.1.2':
+ resolution: {integrity: sha512-4pP0EV3iTsexDx+8PPGAKCQpd/6hsQBaQhqWzU4hqKPHN5epPsxKbvUTIiYIHTxaKt6/kEaqPBpu/ufvfbrRzw==}
engines: {node: '>=16.0.0'}
- '@sveltejs/kit@2.5.17':
- resolution: {integrity: sha512-wiADwq7VreR3ctOyxilAZOfPz3Jiy2IIp2C8gfafhTdQaVuGIHllfqQm8dXZKADymKr3uShxzgLZFT+a+CM4kA==}
+ '@sveltejs/kit@2.5.18':
+ resolution: {integrity: sha512-+g06hvpVAnH7b4CDjhnTDgFWBKBiQJpuSmQeGYOuzbO3SC3tdYjRNlDCrafvDtKbGiT2uxY5Dn9qdEUGVZdWOQ==}
engines: {node: '>=18.13'}
hasBin: true
peerDependencies:
@@ -3834,19 +3971,19 @@ packages:
resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
engines: {node: '>=14.16'}
- '@tiptap/core@2.4.0':
- resolution: {integrity: sha512-YJSahk8pkxpCs8SflCZfTnJpE7IPyUWIylfgXM2DefjRQa5DZ+c6sNY0s/zbxKYFQ6AuHVX40r9pCfcqHChGxQ==}
+ '@tiptap/core@2.5.4':
+ resolution: {integrity: sha512-Zs/hShr4+W02+0nOlpmr5cS2YjDRLqd+XMt+jsiQH0QNr3s1Lc82pfF6C3CjgLEZtdUzImZrW2ABtLlpvbogaA==}
peerDependencies:
- '@tiptap/pm': ^2.0.0
+ '@tiptap/pm': ^2.5.4
- '@tiptap/html@2.4.0':
- resolution: {integrity: sha512-iM0sa6t0Hb5GTXnjdKvMDtD3KZgA4Mwx3QADeqfR10EjfPNlkh/BHU83oIhss/2JVRBXiUUDnNxW9cfpHX37/g==}
+ '@tiptap/html@2.5.4':
+ resolution: {integrity: sha512-Fcvsa7kkO+Id7WBFimDN5zdHksVGVnyHnffaN/PaAgbKmzP53BC38Pd0XuHS+KL6btqQIFE2GlqNYnyIos7i+g==}
peerDependencies:
- '@tiptap/core': ^2.0.0
- '@tiptap/pm': ^2.0.0
+ '@tiptap/core': ^2.5.4
+ '@tiptap/pm': ^2.5.4
- '@tiptap/pm@2.4.0':
- resolution: {integrity: sha512-B1HMEqGS4MzIVXnpgRZDLm30mxDWj51LkBT/if1XD+hj5gm8B9Q0c84bhvODX6KIs+c6z+zsY9VkVu8w9Yfgxg==}
+ '@tiptap/pm@2.5.4':
+ resolution: {integrity: sha512-oFIsuniptdUXn93x4aM2sVN3hYKo9Fj55zAkYrWhwxFYUYcPxd5ibra2we+wRK5TaiPu098wpC+yMSTZ/KKMpA==}
'@tokenizer/token@0.3.0':
resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==}
@@ -3882,9 +4019,6 @@ packages:
resolution: {integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==}
engines: {node: ^16.14.0 || >=18.0.0}
- '@types/accepts@1.3.7':
- resolution: {integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==}
-
'@types/body-parser@1.19.5':
resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
@@ -3912,15 +4046,9 @@ packages:
'@types/connect@3.4.38':
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
- '@types/content-disposition@0.5.8':
- resolution: {integrity: sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg==}
-
'@types/cookie@0.6.0':
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
- '@types/cookies@0.9.0':
- resolution: {integrity: sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q==}
-
'@types/css-font-loading-module@0.0.7':
resolution: {integrity: sha512-nl09VhutdjINdWyXxHWN/w9zlNCfr60JUqJbd24YXUuCwgeL0TpFSdElCwb6cxfB6ybE19Gjj4g0jsgkXxKv1Q==}
@@ -3930,8 +4058,8 @@ packages:
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
- '@types/express-serve-static-core@4.19.3':
- resolution: {integrity: sha512-KOzM7MhcBFlmnlr/fzISFF5vGWVSvN6fTd4T+ExOt08bA/dA5kpSzY52nMsI1KDFmUREpJelPYyuslLRSjjgCg==}
+ '@types/express-serve-static-core@4.19.5':
+ resolution: {integrity: sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==}
'@types/express@4.17.21':
resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
@@ -3939,8 +4067,8 @@ packages:
'@types/google-protobuf@3.15.12':
resolution: {integrity: sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==}
- '@types/http-assert@1.5.5':
- resolution: {integrity: sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g==}
+ '@types/hast@3.0.4':
+ resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
'@types/http-cache-semantics@4.0.4':
resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
@@ -3957,21 +4085,9 @@ packages:
'@types/jsrsasign@10.5.14':
resolution: {integrity: sha512-lppSlfK6etu+cuKs40K4rg8As79PH6hzIB+v55zSqImbSH3SE6Fm8MBHCiI91cWlAP3Z4igtJK1VL3fSN09blQ==}
- '@types/keygrip@1.0.6':
- resolution: {integrity: sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ==}
-
'@types/keyv@3.1.4':
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
- '@types/koa-compose@3.2.8':
- resolution: {integrity: sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==}
-
- '@types/koa@2.14.0':
- resolution: {integrity: sha512-DTDUyznHGNHAl+wd1n0z1jxNajduyTh8R53xoewuerdBzGo6Ogj6F2299BFtrexJw4NtgjsI5SMPCmV9gZwGXA==}
-
- '@types/koa__router@12.0.3':
- resolution: {integrity: sha512-5YUJVv6NwM1z7m6FuYpKfNLTZ932Z6EF6xy2BbtpJSyn13DKNQEkXVffFVSnJHxvwwWh2SAeumpjAYUELqgjyw==}
-
'@types/long@4.0.2':
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
@@ -3981,8 +4097,8 @@ packages:
'@types/mime@1.3.5':
resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
- '@types/mixpanel-browser@2.49.0':
- resolution: {integrity: sha512-StmgUnS58d44DmIAEX9Kk8qwisAYCl6E2qulIjYyHXUPuJCPOuyUMTTKBp+aU2F2do+kxAzCxiBtsB4fnBT9Fg==}
+ '@types/mixpanel-browser@2.49.1':
+ resolution: {integrity: sha512-W9VZxD7haNMenkRwXxPZBJLhED7Sx1l89nZsGcWi3WzdIk417k/KnpmfDFn2sEyL31G/h0rY1E6erAny+8ItOw==}
'@types/ms@0.7.34':
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
@@ -3999,8 +4115,8 @@ packages:
'@types/node@17.0.45':
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
- '@types/node@20.14.5':
- resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==}
+ '@types/node@20.14.11':
+ resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -4044,8 +4160,8 @@ packages:
'@types/serve-static@1.15.7':
resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==}
- '@types/shimmer@1.0.5':
- resolution: {integrity: sha512-9Hp0ObzwwO57DpLFF0InUjUm/II8GmKAvzbefxQTihCb7KI6yc9yzf0nLc4mVdby5N4DRCgQM2wCup9KTieeww==}
+ '@types/shimmer@1.2.0':
+ resolution: {integrity: sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==}
'@types/sortablejs@1.15.8':
resolution: {integrity: sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==}
@@ -4071,8 +4187,8 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@7.13.1':
- resolution: {integrity: sha512-kZqi+WZQaZfPKnsflLJQCz6Ze9FFSMfXrrIOcyargekQxG37ES7DJNpJUE9Q/X5n3yTIP/WPutVNzgknQ7biLg==}
+ '@typescript-eslint/eslint-plugin@7.16.1':
+ resolution: {integrity: sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -4082,8 +4198,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.13.1':
- resolution: {integrity: sha512-1ELDPlnLvDQ5ybTSrMhRTFDfOQEOXNM+eP+3HT/Yq7ruWpciQw+Avi73pdEbA4SooCawEWo3dtYbF68gN7Ed1A==}
+ '@typescript-eslint/parser@7.16.1':
+ resolution: {integrity: sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -4092,12 +4208,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.13.1':
- resolution: {integrity: sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==}
+ '@typescript-eslint/scope-manager@7.16.1':
+ resolution: {integrity: sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.13.1':
- resolution: {integrity: sha512-aWDbLu1s9bmgPGXSzNCxELu+0+HQOapV/y+60gPXafR8e2g1Bifxzevaa+4L2ytCWm+CHqpELq4CSoN9ELiwCg==}
+ '@typescript-eslint/type-utils@7.16.1':
+ resolution: {integrity: sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -4106,12 +4222,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@7.13.1':
- resolution: {integrity: sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==}
+ '@typescript-eslint/types@7.16.1':
+ resolution: {integrity: sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/typescript-estree@7.13.1':
- resolution: {integrity: sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==}
+ '@typescript-eslint/typescript-estree@7.16.1':
+ resolution: {integrity: sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -4119,14 +4235,14 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.13.1':
- resolution: {integrity: sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==}
+ '@typescript-eslint/utils@7.16.1':
+ resolution: {integrity: sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@7.13.1':
- resolution: {integrity: sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==}
+ '@typescript-eslint/visitor-keys@7.16.1':
+ resolution: {integrity: sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==}
engines: {node: ^18.18.0 || >=20.0.0}
'@ungap/structured-clone@1.2.0':
@@ -4153,32 +4269,32 @@ packages:
'@vue/compiler-core@3.4.19':
resolution: {integrity: sha512-gj81785z0JNzRcU0Mq98E56e4ltO1yf8k5PQ+tV/7YHnbZkrM0fyFyuttnN8ngJZjbpofWE/m4qjKBiLl8Ju4w==}
- '@vue/compiler-core@3.4.29':
- resolution: {integrity: sha512-TFKiRkKKsRCKvg/jTSSKK7mYLJEQdUiUfykbG49rubC9SfDyvT2JrzTReopWlz2MxqeLyxh9UZhvxEIBgAhtrg==}
+ '@vue/compiler-core@3.4.32':
+ resolution: {integrity: sha512-8tCVWkkLe/QCWIsrIvExUGnhYCAOroUs5dzhSoKL5w4MJS8uIYiou+pOPSVIOALOQ80B0jBs+Ri+kd5+MBnCDw==}
'@vue/compiler-dom@3.4.19':
resolution: {integrity: sha512-vm6+cogWrshjqEHTzIDCp72DKtea8Ry/QVpQRYoyTIg9k7QZDX6D8+HGURjtmatfgM8xgCFtJJaOlCaRYRK3QA==}
- '@vue/compiler-dom@3.4.29':
- resolution: {integrity: sha512-A6+iZ2fKIEGnfPJejdB7b1FlJzgiD+Y/sxxKwJWg1EbJu6ZPgzaPQQ51ESGNv0CP6jm6Z7/pO6Ia8Ze6IKrX7w==}
+ '@vue/compiler-dom@3.4.32':
+ resolution: {integrity: sha512-PbSgt9KuYo4fyb90dynuPc0XFTfFPs3sCTbPLOLlo+PrUESW1gn/NjSsUvhR+mI2AmmEzexwYMxbHDldxSOr2A==}
'@vue/compiler-sfc@3.4.19':
resolution: {integrity: sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==}
- '@vue/compiler-sfc@3.4.29':
- resolution: {integrity: sha512-zygDcEtn8ZimDlrEQyLUovoWgKQic6aEQqRXce2WXBvSeHbEbcAsXyCk9oG33ZkyWH4sl9D3tkYc1idoOkdqZQ==}
+ '@vue/compiler-sfc@3.4.32':
+ resolution: {integrity: sha512-STy9im/WHfaguJnfKjjVpMHukxHUrOKjm2vVCxiojQJyo3Sb6Os8SMXBr/MI+ekpstEGkDONfqAQoSbZhspLYw==}
'@vue/compiler-ssr@3.4.19':
resolution: {integrity: sha512-P0PLKC4+u4OMJ8sinba/5Z/iDT84uMRRlrWzadgLA69opCpI1gG4N55qDSC+dedwq2fJtzmGald05LWR5TFfLw==}
- '@vue/compiler-ssr@3.4.29':
- resolution: {integrity: sha512-rFbwCmxJ16tDp3N8XCx5xSQzjhidYjXllvEcqX/lopkoznlNPz3jyy0WGJCyhAaVQK677WWFt3YO/WUEkMMUFQ==}
+ '@vue/compiler-ssr@3.4.32':
+ resolution: {integrity: sha512-nyu/txTecF6DrxLrpLcI34xutrvZPtHPBj9yRoPxstIquxeeyywXpYZrQMsIeDfBhlw1abJb9CbbyZvDw2kjdg==}
'@vue/shared@3.4.19':
resolution: {integrity: sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==}
- '@vue/shared@3.4.29':
- resolution: {integrity: sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==}
+ '@vue/shared@3.4.32':
+ resolution: {integrity: sha512-ep4mF1IVnX/pYaNwxwOpJHyBtOMKWoKZMbnUyd+z0udqIxLUh7YCCd/JfDna8aUrmnG9SFORyIq2HzEATRrQsg==}
'@whatwg-node/events@0.1.1':
resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==}
@@ -4192,8 +4308,8 @@ packages:
resolution: {integrity: sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==}
engines: {node: '>=16.0.0'}
- '@whatwg-node/server@0.9.34':
- resolution: {integrity: sha512-1sHRjqUtZIyTR2m2dS/dJpzS5OcNDpPuUSVDa2PoEgzYVKr4GsqJaYtRaEXXFohvvyh6PkouYCc1rE7jMDWVCA==}
+ '@whatwg-node/server@0.9.36':
+ resolution: {integrity: sha512-KT9qKLmbuWSuFv0Vg4JyK2vN2+vSuQPeEa25xpndYFROAIZntYe7e2BlWAk9l7IrgnV+M4bCVhjrAwwRsaCeiA==}
engines: {node: '>=16.0.0'}
'@xml-tools/parser@1.0.11':
@@ -4236,8 +4352,8 @@ packages:
resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==}
engines: {node: '>=0.4.0'}
- acorn@8.12.0:
- resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
+ acorn@8.12.1:
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -4268,8 +4384,8 @@ packages:
ajv@6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
- ajv@8.16.0:
- resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==}
+ ajv@8.17.1:
+ resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
ansi-colors@4.1.3:
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
@@ -4412,15 +4528,16 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
- aws-lambda-ric@3.1.0:
- resolution: {integrity: sha512-Uum4yHPzcgla/PFE8H2bojFhsMeJDciS0h0HkSnkg6eB5n64W8+GY2yxU26PVfWiNEpb5Pq0MtS17lTpvVcGBQ==}
+ aws-lambda-ric@3.2.0:
+ resolution: {integrity: sha512-Ihtv1w5e2/uDnlmpa7PeWyWJQkWUNo++n/VjIREC9TS/xOQw6/kXzOS4o/XG/iXXKALcOV5qqlXe3mAu6klOfQ==}
hasBin: true
axios@1.7.2:
resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
- axobject-query@4.0.0:
- resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==}
+ axobject-query@4.1.0:
+ resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
+ engines: {node: '>= 0.4'}
babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0:
resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==}
@@ -4465,9 +4582,6 @@ packages:
bindings@1.5.0:
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
- bl@4.1.0:
- resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
-
bmp-js@0.1.0:
resolution: {integrity: sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==}
@@ -4490,13 +4604,13 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.23.0:
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
+ browserslist@4.23.1:
+ resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
- browserslist@4.23.1:
- resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==}
+ browserslist@4.23.2:
+ resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -4545,11 +4659,11 @@ packages:
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
engines: {node: '>=18'}
- bundle-require@4.2.1:
- resolution: {integrity: sha512-7Q/6vkyYAwOmQNRw75x+4yRtZCZJXUDmHHlFdkiV0wgv/reNjtJwpu1jPJ0w2kbEpIM0uoKI3S4/f39dU7AjSA==}
+ bundle-require@5.0.0:
+ resolution: {integrity: sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
peerDependencies:
- esbuild: '>=0.17'
+ esbuild: '>=0.18'
busboy@1.6.0:
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
@@ -4559,12 +4673,16 @@ packages:
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines: {node: '>=8'}
+ cacache@16.1.3:
+ resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
cacache@17.1.4:
resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- cacache@18.0.3:
- resolution: {integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==}
+ cacache@18.0.4:
+ resolution: {integrity: sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==}
engines: {node: ^16.14.0 || >=18.0.0}
cacheable-lookup@5.0.4:
@@ -4607,8 +4725,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001636:
- resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==}
+ caniuse-lite@1.0.30001642:
+ resolution: {integrity: sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==}
capital-case@1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
@@ -4620,6 +4738,9 @@ packages:
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
+ centra@2.7.0:
+ resolution: {integrity: sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==}
+
chalk-template@1.1.0:
resolution: {integrity: sha512-T2VJbcDuZQ0Tb2EWwSotMPJjgpy1/tGee1BTpUNsGZ/qgNjV2t7Mvu+d4600U564nbLesN1x2dPL+xii174Ekg==}
engines: {node: '>=14.16'}
@@ -4668,9 +4789,6 @@ packages:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
- chownr@1.1.4:
- resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
-
chownr@2.0.0:
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
engines: {node: '>=10'}
@@ -4792,8 +4910,8 @@ packages:
resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
engines: {node: ^12.20.0 || >=14}
- comment-json@4.2.3:
- resolution: {integrity: sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==}
+ comment-json@4.2.4:
+ resolution: {integrity: sha512-E5AjpSW+O+N5T2GsOQMHLLsJvrYw6G/AFt9GvU6NguEAfzKShh7hRiLtVo6S9KbRpFMGqE5ojo0/hE+sdteWvQ==}
engines: {node: '>= 6'}
common-ancestor-path@1.0.1:
@@ -4873,42 +4991,42 @@ packages:
uWebSockets.js:
optional: true
- cspell-config-lib@8.9.0:
- resolution: {integrity: sha512-1FQketvqo6IktnyC2ishEIzfqSX2DNhsfpb0MIG/nNeG5KvbjSeozOZpfyrALVqhPUJZVWfMP3+N0/hj3AzH+g==}
+ cspell-config-lib@8.11.0:
+ resolution: {integrity: sha512-8AE1qm/nuD+aiN+mZXQIGp0ESHyQ9uowbKaB5+qi261HEEhuFPceP/3u0yq0kc1YPtnKxEfYHrLukvQIMlDshA==}
engines: {node: '>=18'}
- cspell-dictionary@8.9.0:
- resolution: {integrity: sha512-IsFyWsn9P979xoJ0PgWHdyjxVcDYe5nVmHMgJRecQ5LLhl2gFkOmsu+aYIh2qlHCLmcbzH31Me2x7Fd+jA6AXw==}
+ cspell-dictionary@8.11.0:
+ resolution: {integrity: sha512-h5AVFuTeP+NLBRZbaX6sFGZ/wnvnyeeGtnNiYU0f4dVB3Yq0K9c7QXM8PllIpcbe+SBDoQ15ZlbECzUlGt/Ysg==}
engines: {node: '>=18'}
- cspell-gitignore@8.9.0:
- resolution: {integrity: sha512-/iw+iqFLgySqW7xJ+kDHtC0mRjajDM1/jvnu4pUoxU9cRanCEqg2IAA/BET+n3ZEs/etsl8P4MB0lgWE98Z15g==}
+ cspell-gitignore@8.11.0:
+ resolution: {integrity: sha512-r+buXvm3NqU/5N1zmiXSgo7DQLZyKR5sr6McepWlGBmT4DDm7s22yojS8LSusIthJ2k3tvLFDI9O4Rs0DnzK2Q==}
engines: {node: '>=18'}
hasBin: true
- cspell-glob@8.9.0:
- resolution: {integrity: sha512-j96SMMzT5Nz0nKCUECLkoyPEEms4hXKm/S7Vj80A356TFglTJD/yYiMKfWUamCVPm8UYODCz7W0s/liR7gSBSw==}
+ cspell-glob@8.11.0:
+ resolution: {integrity: sha512-X0cEErrQdrVLXDMse84QH/iV2Q+f7AsXxIjlSt+6PPEoDz8yRO8xD71iaaeE/8+cMFrKMl0uDpIpBQ5OlvcIyQ==}
engines: {node: '>=18'}
- cspell-grammar@8.9.0:
- resolution: {integrity: sha512-oZEOE64lLc0clLGOJeqc5d1Yzc1fUtXQAAeLIrS+uoVM7nA1SqgIEv1JBjp3R++8jQKLjS5n7v16VW5A/yk67w==}
+ cspell-grammar@8.11.0:
+ resolution: {integrity: sha512-fIq7/KDjNMfBBqKTnnp4dhjNmbvnl019bPwecddkQOpx5H9Vn4WVDTiAZbI6/5Li/VU+h1Ld2+pIOKYql/7DBg==}
engines: {node: '>=18'}
hasBin: true
- cspell-io@8.9.0:
- resolution: {integrity: sha512-8KHERgqlg8KKpn04Owg2VY1Di2dSiwV/v63bUFxsGb8ORGIQ1VcydxtANwWuugUrZvtVrSFsbuU2fK/LRmAnoQ==}
+ cspell-io@8.11.0:
+ resolution: {integrity: sha512-R6ZCNh2RrOkP3/OIpFHmtg6vztxMMsl6/t5kY1nTcmWv/1Ltw56G3q357KN6e+8epFiqFm4gMFmvzImFeR34Yw==}
engines: {node: '>=18'}
- cspell-lib@8.9.0:
- resolution: {integrity: sha512-k347TQs1QRUyyHWHYQxPJddApos/irFousr9W/M/jEkYTTKzMMfaXK8m20kBSnlJ+BOUMa+f8d+KPEw6QLwtJQ==}
+ cspell-lib@8.11.0:
+ resolution: {integrity: sha512-msdfqJLIhJE1whfGXC2J669dKWrnWdFI18nR2OTXipWdiwZDDQEFT3q2Pq56+bhxwtoqAZKrez/zhRB/JbpUuA==}
engines: {node: '>=18'}
- cspell-trie-lib@8.9.0:
- resolution: {integrity: sha512-fQNQyFoeZA7b66jvhGaUYPzsS6gmPRJa6RcEpw2onP41S+IyLO6egubUu/qq8Hn1ebgJe/0Pc4fzkgv6MfV3tQ==}
+ cspell-trie-lib@8.11.0:
+ resolution: {integrity: sha512-PRW2ve2F3LBN1a/AwuuxHJ+VHPh9mN01qDAnyQojfqoF7ckRBe7+8Jb+7V9GonBS/oFQJ7AwObXtM2j0FP/DnQ==}
engines: {node: '>=18'}
- cspell@8.9.0:
- resolution: {integrity: sha512-lDYu5p/XU3rqiNjMV46s92yJ7SfVyzAy03OtCJ94fopegZwFLjqZvqoy509ccP/0sHmiv83oTed8LP6Fm3kjpw==}
+ cspell@8.11.0:
+ resolution: {integrity: sha512-nyzeSk/Rj4dcuXIV9a3Ri9pJW5gAVDJtTUhyNW9a5rjNcQn+k8uxV8eBgx5s42ESSQrmUh3HhocYy2jLEolunw==}
engines: {node: '>=18'}
hasBin: true
@@ -5023,10 +5141,6 @@ packages:
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
engines: {node: '>=10'}
- deep-extend@0.6.0:
- resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==}
- engines: {node: '>=4.0.0'}
-
deep-is@0.1.4:
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
@@ -5155,12 +5269,12 @@ packages:
driver.js@1.3.1:
resolution: {integrity: sha512-MvUdXbqSgEsgS/H9KyWb5Rxy0aE6BhOVT4cssi2x2XjmXea6qQfgdx32XKVLLSqTaIw7q/uxU5Xl3NV7+cN6FQ==}
- drizzle-kit@0.22.7:
- resolution: {integrity: sha512-9THPCb2l1GPt7wxhws9LvTR0YG565ZlVgTuqGMwjs590Kch1pXu4GyjEArVijSF5m0OBj3qgdeKmuJXhKXgWFw==}
+ drizzle-kit@0.23.0:
+ resolution: {integrity: sha512-w9jE97z193dd4jzAyj4Uv2SOh8Ydue70Ki6W0awy4bGM1aPXan6zD6Yv+nNTA6oGgNTDl2MJFxutjHG4fden5g==}
hasBin: true
- drizzle-orm@0.31.2:
- resolution: {integrity: sha512-QnenevbnnAzmbNzQwbhklvIYrDE8YER8K7kSrAWQSV1YvFCdSQPzj+jzqRdTSsV2cDqSpQ0NXGyL1G9I43LDLg==}
+ drizzle-orm@0.32.0:
+ resolution: {integrity: sha512-99IlfVGPNHzOFEXo9Phyu5At5TALLsY2t6WxFFy68rYd9Ej4cHX/7WjdPOn7JNRW69MNeNtP8XrDQg43SppuAA==}
peerDependencies:
'@aws-sdk/client-rds-data': '>=3'
'@cloudflare/workers-types': '>=3'
@@ -5170,6 +5284,7 @@ packages:
'@op-engineering/op-sqlite': '>=2'
'@opentelemetry/api': ^1.4.1
'@planetscale/database': '>=1'
+ '@prisma/client': '*'
'@tidbcloud/serverless': '*'
'@types/better-sqlite3': '*'
'@types/pg': '*'
@@ -5185,6 +5300,7 @@ packages:
mysql2: '>=2'
pg: '>=8'
postgres: '>=3'
+ prisma: '*'
react: '>=18'
sql.js: '>=1'
sqlite3: '>=5'
@@ -5205,6 +5321,8 @@ packages:
optional: true
'@planetscale/database':
optional: true
+ '@prisma/client':
+ optional: true
'@tidbcloud/serverless':
optional: true
'@types/better-sqlite3':
@@ -5235,6 +5353,8 @@ packages:
optional: true
postgres:
optional: true
+ prisma:
+ optional: true
react:
optional: true
sql.js:
@@ -5258,8 +5378,8 @@ packages:
effect@3.0.3:
resolution: {integrity: sha512-mgG+FoWrM4sny8OxDFWCpq+6LwGf9cK/JztVhxZQeZM9ZMXY+lKbdMEQmemNYce0QVAz2+YqUKwhKzOidwbZzg==}
- electron-to-chromium@1.4.806:
- resolution: {integrity: sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==}
+ electron-to-chromium@1.4.829:
+ resolution: {integrity: sha512-5qp1N2POAfW0u1qGAxXEtz6P7bO1m6gpZr5hdf5ve6lxpLM7MpiM4jIPz7xcrNlClQMafbyUDDWjlIQZ1Mw0Rw==}
emoji-mart@5.6.0:
resolution: {integrity: sha512-eJp3QRe79pjwa+duv+n7+5YsNhRcMl812EcFVwrnRvYKoNPoQb5qxU8DG6Bgwji0akHdp6D4Ln6tYLG58MFSow==}
@@ -5321,8 +5441,8 @@ packages:
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines: {node: '>= 0.4'}
- es-module-lexer@1.5.3:
- resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==}
+ es-module-lexer@1.5.4:
+ resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
es-object-atoms@1.0.0:
resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
@@ -5381,6 +5501,11 @@ packages:
engines: {node: '>=12'}
hasBin: true
+ esbuild@0.23.0:
+ resolution: {integrity: sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.1.2:
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
engines: {node: '>=6'}
@@ -5446,17 +5571,17 @@ packages:
'@typescript-eslint/parser':
optional: true
- eslint-plugin-simple-import-sort@12.1.0:
- resolution: {integrity: sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==}
+ eslint-plugin-simple-import-sort@12.1.1:
+ resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==}
peerDependencies:
eslint: '>=5.0.0'
- eslint-plugin-svelte@2.40.0:
- resolution: {integrity: sha512-JuOzmfVaMeEkBASL7smHu3tIU4D9rWkHuRNV+zm/5zgAwiZVvxrXM7TcfIOS+U7VXOr4uCZuE+kZTVTzS0IE+Q==}
+ eslint-plugin-svelte@2.42.0:
+ resolution: {integrity: sha512-mHP6z0DWq97KZvoQcApZHdF9m9epcDV/ICKufeEH18Vh+8vl7S+gwt8WdUohEqKNVMuXRkbvy1suMcVvUDiOGw==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0
- svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.155
+ svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.181
peerDependenciesMeta:
svelte:
optional: true
@@ -5504,8 +5629,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -5551,10 +5676,6 @@ packages:
exif-parser@0.1.12:
resolution: {integrity: sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw==}
- expand-template@2.0.3:
- resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
- engines: {node: '>=6'}
-
exponential-backoff@3.1.1:
resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==}
@@ -5574,9 +5695,9 @@ packages:
engines: {node: '>= 16.0.0'}
hasBin: true
- farmhash@3.3.1:
- resolution: {integrity: sha512-XUizHanzlr/v7suBr/o85HSakOoWh6HKXZjFYl5C2+Gj0f0rkw+XTUZzrd9odDsgI9G5tRUcF4wSbKaX04T0DQ==}
- engines: {node: '>=10'}
+ farmhash-modern@1.1.0:
+ resolution: {integrity: sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==}
+ engines: {node: '>=18.0.0'}
fast-check@3.17.2:
resolution: {integrity: sha512-+3DPTxtxABLgmmVpYxrash3DHoq0cMa1jjLYNp3qqokKKhqVEaS4lbnaDKqWU5Dd6C2pEudPPBAEEQ9nUou9OQ==}
@@ -5615,6 +5736,9 @@ packages:
fast-uri@2.4.0:
resolution: {integrity: sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==}
+ fast-uri@3.0.1:
+ resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==}
+
fast-xml-parser@4.2.5:
resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==}
hasBin: true
@@ -5711,8 +5835,8 @@ packages:
find-yarn-workspace-root2@1.2.16:
resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==}
- firebase-admin@12.1.1:
- resolution: {integrity: sha512-Nuoxk//gaYrspS7TvwBINdGvFhh2QeiaWpRW6+PJ+tWyn2/CugBc7jKa1NaBg0AvhGSOXFOCIsXhzCzHA47Rew==}
+ firebase-admin@12.2.0:
+ resolution: {integrity: sha512-R9xxENvPA/19XJ3mv0Kxfbz9kPXd9/HrM4083LZWOO0qAQGheRzcCQamYRe+JSrV2cdKXP3ZsfFGTYMrFM0pJg==}
engines: {node: '>=14'}
flat-cache@3.2.0:
@@ -5757,9 +5881,6 @@ packages:
fraction.js@4.3.7:
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
- fs-constants@1.0.0:
- resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
-
fs-extra@11.2.0:
resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
engines: {node: '>=14.14'}
@@ -5807,8 +5928,8 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
deprecated: This package is no longer supported.
- gaxios@6.6.0:
- resolution: {integrity: sha512-bpOZVQV5gthH/jVCSuYuokRo2bTKOcuBiVWpjmTn6C5Agl5zclGfTljuGsQZxwwDBkli+YhZhP4TdlqTnhOezQ==}
+ gaxios@6.7.0:
+ resolution: {integrity: sha512-DSrkyMTfAnAm4ks9Go20QGOcXEyW/NmZhvTYBU2rb4afBB393WIMQPWPEDMl/k8xqiNN9HYq2zao3oWXsdl2Tg==}
engines: {node: '>=14'}
gcp-metadata@6.1.0:
@@ -5871,9 +5992,6 @@ packages:
git-hooks-list@3.1.0:
resolution: {integrity: sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==}
- github-from-package@0.0.0:
- resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
-
glob-parent@5.1.2:
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines: {node: '>= 6'}
@@ -5882,9 +6000,8 @@ packages:
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
engines: {node: '>=10.13.0'}
- glob@10.4.2:
- resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==}
- engines: {node: '>=16 || 14 >=14.18'}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
glob@7.2.3:
@@ -5919,8 +6036,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.6.0:
- resolution: {integrity: sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==}
+ globals@15.8.0:
+ resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==}
engines: {node: '>=18'}
globalthis@1.0.4:
@@ -5949,19 +6066,19 @@ packages:
resolution: {integrity: sha512-epX3ww/mNnhl6tL45EQ/oixsY8JLEgUFoT4A5E/5iAR4esld9Kqv6IJGk7EmGuOgDvaarwF95hU2+v7Irql9lw==}
engines: {node: '>=14'}
- google-gax@4.3.6:
- resolution: {integrity: sha512-z3MR+pE6WqU+tnKtkJl4c723EYY7Il4fcSNgEbehzUJpcNWkca9AyoC2pdBWmEa0cda21VRpUBb4s6VSATiUKg==}
+ google-gax@4.3.8:
+ resolution: {integrity: sha512-SKAQKtvdjtNW3PMOhmKEqpQP+2C5ZqNKfwWxy70efpSwxvRYuAcgMJs6aRHTBPJjz3SO6ZbiXwM6WIuGYFZ7LQ==}
engines: {node: '>=14'}
- google-protobuf@3.21.2:
- resolution: {integrity: sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==}
+ google-protobuf@3.21.4:
+ resolution: {integrity: sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==}
googleapis-common@7.2.0:
resolution: {integrity: sha512-/fhDZEJZvOV3X5jmD+fKxMqma5q2Q9nZNSF3kn1F18tpxmA86BcTxAGBQdM0N89Z3bEaIs+HVznSmFJEAmMTjA==}
engines: {node: '>=14.0.0'}
- googleapis@140.0.0:
- resolution: {integrity: sha512-r8i++0lnexrvRA0/uogz3N3eJprddjxAcueTO5f09D/U5yxaOm5G+a892QkHsV+o15NP9whlLUiJr9zazb9ePg==}
+ googleapis@140.0.1:
+ resolution: {integrity: sha512-ZGvBX4mQcFXO9ACnVNg6Aqy3KtBPB5zTuue43YVLxwn8HSv8jB7w+uDKoIPSoWuxGROgnj2kbng6acXncOQRNA==}
engines: {node: '>=14.0.0'}
gopd@1.0.1:
@@ -6004,22 +6121,22 @@ packages:
peerDependencies:
graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
- graphql-yoga@5.4.0:
- resolution: {integrity: sha512-o91DJjjAMwhb7PFJFA9yb/K55oCbT+0oFKqbwg5RHWAiy7YMgKMVgmbQFmtGPgkKdfbnJCVdYkX5OF30FTq46g==}
+ graphql-yoga@5.6.0:
+ resolution: {integrity: sha512-MqzHRPmiMSilYLDbJtAnXN7oyggd446a4F9dyj/H4gCmM/3YllCYw3vtKcmsykorsfiSKCYpCf5CimNXIVaHHg==}
engines: {node: '>=18.0.0'}
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
- graphql@16.8.2:
- resolution: {integrity: sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==}
+ graphql@16.9.0:
+ resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==}
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
gtoken@7.1.0:
resolution: {integrity: sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==}
engines: {node: '>=14.0.0'}
- h3@1.11.1:
- resolution: {integrity: sha512-AbaH6IDnZN6nmbnJOH72y3c5Wwh9P97soSVdGSBbcDACRdkC0FEWf25pzx4f/NuOCK6quHmW18yF2Wx+G4Zi1A==}
+ h3@1.12.0:
+ resolution: {integrity: sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==}
handlebars@4.7.8:
resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
@@ -6120,8 +6237,8 @@ packages:
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
engines: {node: '>= 6'}
- https-proxy-agent@7.0.4:
- resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==}
+ https-proxy-agent@7.0.5:
+ resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==}
engines: {node: '>= 14'}
human-signals@2.1.0:
@@ -6135,8 +6252,8 @@ packages:
humanize-ms@1.2.1:
resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
- husky@9.0.11:
- resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==}
+ husky@9.1.0:
+ resolution: {integrity: sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==}
engines: {node: '>=18'}
hasBin: true
@@ -6170,14 +6287,11 @@ packages:
resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==}
engines: {node: '>=12.2'}
- import-in-the-middle@1.4.2:
- resolution: {integrity: sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==}
-
- import-in-the-middle@1.7.4:
- resolution: {integrity: sha512-Lk+qzWmiQuRPPulGQeK5qq0v32k2bHnWrRPFgqyvhw7Kkov5L6MOLOIU3pcWeujc9W4q54Cp3Q2WV16eQkc7Bg==}
+ import-in-the-middle@1.7.1:
+ resolution: {integrity: sha512-1LrZPDtW+atAxH42S6288qyDFNQ2YCty+2mxEPRtfazH6Z5QwkaBSTS2ods7hnVJioF6rkRfNoA6A/MstpFXLg==}
- import-in-the-middle@1.8.0:
- resolution: {integrity: sha512-/xQjze8szLNnJ5rvHSzn+dcVXqCAU6Plbk4P24U/jwPmg1wy7IIp9OjKIO5tYue8GSPhDpPDiApQjvBUmWwhsQ==}
+ import-in-the-middle@1.9.1:
+ resolution: {integrity: sha512-E+3tEOutU1MV0mxhuCwfSPNNWRkbTJ3/YyL5be+blNIbHwZc53uYHQfuIhAU77xWR0BoF2eT7cqDJ6VlU5APPg==}
import-meta-resolve@4.1.0:
resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
@@ -6190,6 +6304,9 @@ packages:
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
engines: {node: '>=8'}
+ infer-owner@1.0.4:
+ resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==}
+
inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
@@ -6197,9 +6314,6 @@ packages:
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
- ini@1.3.8:
- resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
-
ini@2.0.0:
resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==}
engines: {node: '>=10'}
@@ -6208,6 +6322,10 @@ packages:
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ ini@4.1.3:
+ resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
internal-slot@1.0.7:
resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
engines: {node: '>= 0.4'}
@@ -6259,8 +6377,9 @@ packages:
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines: {node: '>= 0.4'}
- is-core-module@2.13.1:
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ is-core-module@2.15.0:
+ resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==}
+ engines: {node: '>= 0.4'}
is-data-view@1.0.1:
resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
@@ -6427,9 +6546,8 @@ packages:
itty-router@5.0.17:
resolution: {integrity: sha512-ZHnPI0OOyTTLuNp2FdciejYaK4Wl3ZV3O0yEm8njOGggh/k/ek3BL7X2I5YsCOfc5vLhIJgj3Z4pUtLs6k9Ucg==}
- jackspeak@3.4.0:
- resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
- engines: {node: '>=14'}
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
javascript-stringify@2.1.0:
resolution: {integrity: sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==}
@@ -6437,11 +6555,11 @@ packages:
jimp@0.16.13:
resolution: {integrity: sha512-Bxz8q7V4rnCky9A0ktTNGA9SkNFVWRHodddI/DaAWZJzF7sVUlFYKQ60y9JGqrKpi48ECA/TnfMzzc5C70VByA==}
- jose@4.15.7:
- resolution: {integrity: sha512-L7ioP+JAuZe8v+T5+zVI9Tx8LtU8BL7NxkyDFVMv+Qr3JW0jSoYDedLtodaXwfqMpeCyx4WXFNyu9tJt4WvC1A==}
+ jose@4.15.9:
+ resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==}
- jose@5.4.1:
- resolution: {integrity: sha512-U6QajmpV/nhL9SyfAewo000fkiRQ+Yd2H0lBxJJ9apjpOgkOcBQJWOrMo917lxLptdS/n/o/xPzMkXhF46K8hQ==}
+ jose@5.6.3:
+ resolution: {integrity: sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==}
joycon@3.1.1:
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
@@ -6527,8 +6645,8 @@ packages:
engines: {node: '>=6'}
hasBin: true
- jsonc-parser@3.2.1:
- resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}
+ jsonc-parser@3.3.1:
+ resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
jsonfile@4.0.0:
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
@@ -6583,14 +6701,14 @@ packages:
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
engines: {node: '>=6'}
- known-css-properties@0.32.0:
- resolution: {integrity: sha512-PXuex21brpp7qENI143ZL5cWQcMR4IZVeeZv9ew6dg+bZX2xRUu/NzGKudZJY5DO4APiMkNPYIF8VGIdY08Tdw==}
+ known-css-properties@0.34.0:
+ resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==}
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
- ky@1.3.0:
- resolution: {integrity: sha512-QUViPXlgP6NKA57IAPff/aZSmRA6qs9wKxlEpayBorwRZG+x2LG7jD4kXh8lnH3q/gkUr64NyZ7kwErUEZJmlw==}
+ ky@1.4.0:
+ resolution: {integrity: sha512-tPhhoGUiEiU/WXR4rt8klIoLdnTtyu+9jVKHd/wauEjYud32jyn63mzKWQweaQrHWxBQtYoVtdcEnYX1LosnFQ==}
engines: {node: '>=18'}
levn@0.4.1:
@@ -6602,118 +6720,60 @@ packages:
engines: {node: '>=16'}
hasBin: true
- lightningcss-darwin-arm64@1.23.0:
- resolution: {integrity: sha512-kl4Pk3Q2lnE6AJ7Qaij47KNEfY2/UXRZBT/zqGA24B8qwkgllr/j7rclKOf1axcslNXvvUdztjo4Xqh39Yq1aA==}
- engines: {node: '>= 12.0.0'}
- cpu: [arm64]
- os: [darwin]
-
lightningcss-darwin-arm64@1.25.1:
resolution: {integrity: sha512-G4Dcvv85bs5NLENcu/s1f7ehzE3D5ThnlWSDwE190tWXRQCQaqwcuHe+MGSVI/slm0XrxnaayXY+cNl3cSricw==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [darwin]
- lightningcss-darwin-x64@1.23.0:
- resolution: {integrity: sha512-KeRFCNoYfDdcolcFXvokVw+PXCapd2yHS1Diko1z1BhRz/nQuD5XyZmxjWdhmhN/zj5sH8YvWsp0/lPLVzqKpg==}
- engines: {node: '>= 12.0.0'}
- cpu: [x64]
- os: [darwin]
-
lightningcss-darwin-x64@1.25.1:
resolution: {integrity: sha512-dYWuCzzfqRueDSmto6YU5SoGHvZTMU1Em9xvhcdROpmtOQLorurUZz8+xFxZ51lCO2LnYbfdjZ/gCqWEkwixNg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [darwin]
- lightningcss-freebsd-x64@1.23.0:
- resolution: {integrity: sha512-xhnhf0bWPuZxcqknvMDRFFo2TInrmQRWZGB0f6YoAsZX8Y+epfjHeeOIGCfAmgF0DgZxHwYc8mIR5tQU9/+ROA==}
- engines: {node: '>= 12.0.0'}
- cpu: [x64]
- os: [freebsd]
-
lightningcss-freebsd-x64@1.25.1:
resolution: {integrity: sha512-hXoy2s9A3KVNAIoKz+Fp6bNeY+h9c3tkcx1J3+pS48CqAt+5bI/R/YY4hxGL57fWAIquRjGKW50arltD6iRt/w==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [freebsd]
- lightningcss-linux-arm-gnueabihf@1.23.0:
- resolution: {integrity: sha512-fBamf/bULvmWft9uuX+bZske236pUZEoUlaHNBjnueaCTJ/xd8eXgb0cEc7S5o0Nn6kxlauMBnqJpF70Bgq3zg==}
- engines: {node: '>= 12.0.0'}
- cpu: [arm]
- os: [linux]
-
lightningcss-linux-arm-gnueabihf@1.25.1:
resolution: {integrity: sha512-tWyMgHFlHlp1e5iW3EpqvH5MvsgoN7ZkylBbG2R2LWxnvH3FuWCJOhtGcYx9Ks0Kv0eZOBud789odkYLhyf1ng==}
engines: {node: '>= 12.0.0'}
cpu: [arm]
os: [linux]
- lightningcss-linux-arm64-gnu@1.23.0:
- resolution: {integrity: sha512-RS7sY77yVLOmZD6xW2uEHByYHhQi5JYWmgVumYY85BfNoVI3DupXSlzbw+b45A9NnVKq45+oXkiN6ouMMtTwfg==}
- engines: {node: '>= 12.0.0'}
- cpu: [arm64]
- os: [linux]
-
lightningcss-linux-arm64-gnu@1.25.1:
resolution: {integrity: sha512-Xjxsx286OT9/XSnVLIsFEDyDipqe4BcLeB4pXQ/FEA5+2uWCCuAEarUNQumRucnj7k6ftkAHUEph5r821KBccQ==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
- lightningcss-linux-arm64-musl@1.23.0:
- resolution: {integrity: sha512-cU00LGb6GUXCwof6ACgSMKo3q7XYbsyTj0WsKHLi1nw7pV0NCq8nFTn6ZRBYLoKiV8t+jWl0Hv8KkgymmK5L5g==}
- engines: {node: '>= 12.0.0'}
- cpu: [arm64]
- os: [linux]
-
lightningcss-linux-arm64-musl@1.25.1:
resolution: {integrity: sha512-IhxVFJoTW8wq6yLvxdPvyHv4NjzcpN1B7gjxrY3uaykQNXPHNIpChLB52+wfH+yS58zm1PL4LemUp8u9Cfp6Bw==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
- lightningcss-linux-x64-gnu@1.23.0:
- resolution: {integrity: sha512-q4jdx5+5NfB0/qMbXbOmuC6oo7caPnFghJbIAV90cXZqgV8Am3miZhC4p+sQVdacqxfd+3nrle4C8icR3p1AYw==}
- engines: {node: '>= 12.0.0'}
- cpu: [x64]
- os: [linux]
-
lightningcss-linux-x64-gnu@1.25.1:
resolution: {integrity: sha512-RXIaru79KrREPEd6WLXfKfIp4QzoppZvD3x7vuTKkDA64PwTzKJ2jaC43RZHRt8BmyIkRRlmywNhTRMbmkPYpA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
- lightningcss-linux-x64-musl@1.23.0:
- resolution: {integrity: sha512-G9Ri3qpmF4qef2CV/80dADHKXRAQeQXpQTLx7AiQrBYQHqBjB75oxqj06FCIe5g4hNCqLPnM9fsO4CyiT1sFSQ==}
- engines: {node: '>= 12.0.0'}
- cpu: [x64]
- os: [linux]
-
lightningcss-linux-x64-musl@1.25.1:
resolution: {integrity: sha512-TdcNqFsAENEEFr8fJWg0Y4fZ/nwuqTRsIr7W7t2wmDUlA8eSXVepeeONYcb+gtTj1RaXn/WgNLB45SFkz+XBZA==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
- lightningcss-win32-x64-msvc@1.23.0:
- resolution: {integrity: sha512-1rcBDJLU+obPPJM6qR5fgBUiCdZwZLafZM5f9kwjFLkb/UBNIzmae39uCSmh71nzPCTXZqHbvwu23OWnWEz+eg==}
- engines: {node: '>= 12.0.0'}
- cpu: [x64]
- os: [win32]
-
lightningcss-win32-x64-msvc@1.25.1:
resolution: {integrity: sha512-9KZZkmmy9oGDSrnyHuxP6iMhbsgChUiu/NSgOx+U1I/wTngBStDf2i2aGRCHvFqj19HqqBEI4WuGVQBa2V6e0A==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
- lightningcss@1.23.0:
- resolution: {integrity: sha512-SEArWKMHhqn/0QzOtclIwH5pXIYQOUEkF8DgICd/105O+GCgd7jxjNod/QPnBCSWvpRHQBGVz5fQ9uScby03zA==}
- engines: {node: '>= 12.0.0'}
-
lightningcss@1.25.1:
resolution: {integrity: sha512-V0RMVZzK1+rCHpymRv4URK2lNhIRyO8g7U7zOFwVAhJuat74HtkjIQpQRKNCwFEYkRGpafOpmXXLoaoBcyVtBg==}
engines: {node: '>= 12.0.0'}
@@ -6746,12 +6806,12 @@ packages:
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@8.2.1:
- resolution: {integrity: sha512-irTfvpib/rNiD637xeevjO2l3Z5loZmuaRi0L0YE5LfijwVY96oyVn0DFD3o/teAok7nfobMG1THvvcHh/BP6g==}
+ listr2@8.2.3:
+ resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==}
engines: {node: '>=18.0.0'}
- load-bmfont@1.4.1:
- resolution: {integrity: sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==}
+ load-bmfont@1.4.2:
+ resolution: {integrity: sha512-qElWkmjW9Oq1F9EI5Gt7aD9zcdHb9spJCW1L/dmPf7KzCCEJxq8nhHz5eCgI9aMf7vrG/wyaCqdsI+Iy9ZTlog==}
load-tsconfig@0.2.5:
resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
@@ -6866,9 +6926,8 @@ packages:
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- lru-cache@10.2.2:
- resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
- engines: {node: 14 || >=16.14}
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -6904,6 +6963,10 @@ packages:
make-error@1.3.6:
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
+ make-fetch-happen@10.2.1:
+ resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
make-fetch-happen@11.1.1:
resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -6994,23 +7057,23 @@ packages:
micromark-core-commonmark@2.0.1:
resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==}
- micromark-extension-gfm-autolink-literal@2.0.0:
- resolution: {integrity: sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==}
+ micromark-extension-gfm-autolink-literal@2.1.0:
+ resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
- micromark-extension-gfm-footnote@2.0.0:
- resolution: {integrity: sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==}
+ micromark-extension-gfm-footnote@2.1.0:
+ resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
- micromark-extension-gfm-strikethrough@2.0.0:
- resolution: {integrity: sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==}
+ micromark-extension-gfm-strikethrough@2.1.0:
+ resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
- micromark-extension-gfm-table@2.0.0:
- resolution: {integrity: sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==}
+ micromark-extension-gfm-table@2.1.0:
+ resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==}
micromark-extension-gfm-tagfilter@2.0.0:
resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
- micromark-extension-gfm-task-list-item@2.0.1:
- resolution: {integrity: sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==}
+ micromark-extension-gfm-task-list-item@2.1.0:
+ resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
micromark-extension-gfm@3.0.0:
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
@@ -7144,6 +7207,10 @@ packages:
resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
engines: {node: '>=16 || 14 >=14.17'}
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
+ engines: {node: '>=16 || 14 >=14.17'}
+
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
@@ -7155,6 +7222,10 @@ packages:
resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==}
engines: {node: '>=16 || 14 >=14.17'}
+ minipass-fetch@2.1.2:
+ resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
minipass-fetch@3.0.5:
resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -7194,11 +7265,8 @@ packages:
mitt@3.0.1:
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
- mixpanel-browser@2.52.0:
- resolution: {integrity: sha512-aWrL477cOqcmgEakZUsw9ZEyrsdekGVbvHQZGFycgBtueG40DzenMD9Drhx7T/PR4agFkU/TEBPmRKoSKqkyEw==}
-
- mkdirp-classic@0.5.3:
- resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
+ mixpanel-browser@2.53.0:
+ resolution: {integrity: sha512-8U7zCTT82yCIH2vfdCvs0ZRWlCgyHMuU4jtC6yOAiNUR4HhnQYk7re/o2GnhfdvYtkPxdda60/3eH1igUlIXuw==}
mkdirp@0.5.6:
resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
@@ -7253,9 +7321,6 @@ packages:
engines: {node: ^18 || >=20}
hasBin: true
- napi-build-utils@1.0.2:
- resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
-
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
@@ -7276,21 +7341,14 @@ packages:
no-case@3.0.4:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
- node-abi@3.65.0:
- resolution: {integrity: sha512-ThjYBfoDNr08AWx6hGaRbfPwxKV9kVzAzOzlLKbk2CuqXE2xnCh+cbAGnwM3t8Lq4v9rUB7VfondlkBckcJrVA==}
- engines: {node: '>=10'}
-
node-addon-api@3.2.1:
resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==}
- node-addon-api@5.1.0:
- resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==}
-
node-addon-api@6.1.0:
resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
- node-addon-api@8.0.0:
- resolution: {integrity: sha512-ipO7rsHEBqa9STO5C5T10fj732ml+5kLN1cAG8/jdHd56ldQeGj3Q7+scUS+VHK/qy1zLEwC4wMK5+yM0btPvw==}
+ node-addon-api@8.1.0:
+ resolution: {integrity: sha512-yBY+qqWSv3dWKGODD6OGE6GnTX7Q2r+4+DfpqxHSHh8x0B4EKP9+wVGLS6U/AM1vxSNNmUEuIV5EGhYwPpfOwQ==}
engines: {node: ^18 || ^20 || >= 21}
node-eval@2.0.0:
@@ -7317,8 +7375,8 @@ packages:
resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==}
hasBin: true
- node-gyp@10.1.0:
- resolution: {integrity: sha512-B4J5M1cABxPc5PwfjhbV5hoy2DP9p8lFXASnEN6hugXOa61416tnTZ29x9sSwAd0o99XNIcpvDDy1swAExsVKA==}
+ node-gyp@10.2.0:
+ resolution: {integrity: sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==}
engines: {node: ^16.14.0 || >=18.0.0}
hasBin: true
@@ -7327,11 +7385,16 @@ packages:
engines: {node: ^12.13 || ^14.13 || >=16}
hasBin: true
+ node-gyp@9.4.1:
+ resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==}
+ engines: {node: ^12.13 || ^14.13 || >=16}
+ hasBin: true
+
node-int64@0.4.0:
resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.17:
+ resolution: {integrity: sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==}
node-rsa@1.1.1:
resolution: {integrity: sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==}
@@ -7349,8 +7412,8 @@ packages:
normalize-package-data@2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
- normalize-package-data@6.0.1:
- resolution: {integrity: sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==}
+ normalize-package-data@6.0.2:
+ resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==}
engines: {node: ^16.14.0 || >=18.0.0}
normalize-path@3.0.0:
@@ -7389,8 +7452,8 @@ packages:
resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- npm-pick-manifest@9.0.1:
- resolution: {integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==}
+ npm-pick-manifest@9.1.0:
+ resolution: {integrity: sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==}
engines: {node: ^16.14.0 || >=18.0.0}
npm-registry-fetch@17.1.0:
@@ -7419,8 +7482,8 @@ packages:
numeral@2.0.6:
resolution: {integrity: sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==}
- nwsapi@2.2.10:
- resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
+ nwsapi@2.2.12:
+ resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
@@ -7430,8 +7493,9 @@ packages:
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
engines: {node: '>= 6'}
- object-inspect@1.13.1:
- resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
+ object-inspect@1.13.2:
+ resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
+ engines: {node: '>= 0.4'}
object-keys@1.1.1:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
@@ -7489,9 +7553,11 @@ packages:
resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
engines: {node: '>=18'}
- opentelemetry-instrumentation-fetch-node@1.2.0:
- resolution: {integrity: sha512-aiSt/4ubOTyb1N5C2ZbGrBvaJOXIZhZvpRPYuUVxQJe27wJZqf/o65iPrqgLcgfeOLaQ8cS2Q+762jrYvniTrA==}
+ opentelemetry-instrumentation-fetch-node@1.2.3:
+ resolution: {integrity: sha512-Qb11T7KvoCevMaSeuamcLsAD+pZnavkhDnlVL0kRozfhl42dKG5Q3anUklAFKJZjY3twLR+BnRa6DlwwkIE/+A==}
engines: {node: '>18.0.0'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.6.0
optionator@0.9.4:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
@@ -7715,6 +7781,10 @@ packages:
resolution: {integrity: sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==}
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
+ phin@3.7.1:
+ resolution: {integrity: sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==}
+ engines: {node: '>= 8'}
+
picocolors@1.0.1:
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
@@ -7741,16 +7811,16 @@ packages:
pino-std-serializers@7.0.0:
resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==}
- pino@9.2.0:
- resolution: {integrity: sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==}
+ pino@9.3.1:
+ resolution: {integrity: sha512-afSfrq/hUiW/MFmQcLEwV9Zh8Ry6MrMTOyBU53o/fc0gEl+1OZ/Fks/xQCM2nOC0C/OfDtQMnT2d8c3kpcfSzA==}
hasBin: true
pirates@4.0.6:
resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
engines: {node: '>= 6'}
- piscina@4.6.0:
- resolution: {integrity: sha512-VofazM7TCa/2cYhbtZQFyxJJIKe1JYZ5JBTxGMOo770CYupdVpHNvMrX+fuL+mACQ10ISWbzXFBmYjZvzELG5w==}
+ piscina@4.6.1:
+ resolution: {integrity: sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==}
pixelmatch@4.0.2:
resolution: {integrity: sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==}
@@ -7767,17 +7837,17 @@ packages:
pkg-types@1.0.3:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
- pkg-types@1.1.1:
- resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==}
+ pkg-types@1.1.3:
+ resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==}
- playwright-core@1.44.1:
- resolution: {integrity: sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==}
- engines: {node: '>=16'}
+ playwright-core@1.45.2:
+ resolution: {integrity: sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==}
+ engines: {node: '>=18'}
hasBin: true
- playwright@1.44.1:
- resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==}
- engines: {node: '>=16'}
+ playwright@1.45.2:
+ resolution: {integrity: sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==}
+ engines: {node: '>=18'}
hasBin: true
pluralize@8.0.0:
@@ -7816,25 +7886,29 @@ packages:
ts-node:
optional: true
- postcss-load-config@4.0.2:
- resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
- engines: {node: '>= 14'}
- peerDependencies:
+ postcss-load-config@5.1.0:
+ resolution: {integrity: sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==}
+ engines: {node: '>= 18'}
+ peerDependencies:
+ jiti: '>=1.21.0'
postcss: '>=8.0.9'
- ts-node: '>=9.0.0'
+ tsx: ^4.8.1
peerDependenciesMeta:
+ jiti:
+ optional: true
postcss:
optional: true
- ts-node:
+ tsx:
optional: true
- postcss-load-config@5.1.0:
- resolution: {integrity: sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==}
+ postcss-load-config@6.0.1:
+ resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
engines: {node: '>= 18'}
peerDependencies:
jiti: '>=1.21.0'
postcss: '>=8.0.9'
tsx: ^4.8.1
+ yaml: ^2.4.2
peerDependenciesMeta:
jiti:
optional: true
@@ -7842,15 +7916,17 @@ packages:
optional: true
tsx:
optional: true
+ yaml:
+ optional: true
- postcss-merge-rules@7.0.0:
- resolution: {integrity: sha512-Zty3VlOsD6VSjBMu6PiHCVpLegtBT/qtZRVBcSeyEZ6q1iU5qTYT0WtEoLRV+YubZZguS5/ycfP+NRiKfjv6aw==}
+ postcss-merge-rules@7.0.2:
+ resolution: {integrity: sha512-VAR47UNvRsdrTHLe7TV1CeEtF9SJYR5ukIB9U4GZyZOptgtsS20xSxy+k5wMrI3udST6O1XuIn7cjQkg7sDAAw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-minify-selectors@7.0.0:
- resolution: {integrity: sha512-f00CExZhD6lNw2vTZbcnmfxVgaVKzUw6IRsIFX3JTT8GdsoABc1WnhhGwL1i8YPJ3sSWw39fv7XPtvLb+3Uitw==}
+ postcss-minify-selectors@7.0.2:
+ resolution: {integrity: sha512-dCzm04wqW1uqLmDZ41XYNBJfjgps3ZugDpogAmJXoCb5oCiTzIX4oPXXKxDpTvWOnKxQKR4EbV4ZawJBLcdXXA==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -7879,14 +7955,14 @@ packages:
peerDependencies:
postcss: ^8.4.29
- postcss-selector-parser@6.0.16:
- resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==}
- engines: {node: '>=4'}
-
postcss-selector-parser@6.1.0:
resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==}
engines: {node: '>=4'}
+ postcss-selector-parser@6.1.1:
+ resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==}
+ engines: {node: '>=4'}
+
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
@@ -7894,6 +7970,10 @@ packages:
resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
engines: {node: ^10 || ^12 || >=14}
+ postcss@8.4.39:
+ resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
+ engines: {node: ^10 || ^12 || >=14}
+
postgres-array@2.0.0:
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
engines: {node: '>=4'}
@@ -7933,11 +8013,6 @@ packages:
resolution: {integrity: sha512-IbyN+9KslkqcXa8AO9fxpk97PA4pzewvpi2B3Dwy9u4zpV32QicaEdgmF3eSQUzdRk7ttDHQejNgAEr4XoeH4A==}
engines: {node: '>=12'}
- prebuild-install@7.1.2:
- resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==}
- engines: {node: '>=10'}
- hasBin: true
-
preferred-pm@3.1.2:
resolution: {integrity: sha512-nk7dKrcW8hfCZ4H6klWcdRknBOXWzNQByJ0oJyX97BOupsYD+FzLS4hflgEu/uPUEHZCuRfMxzCBsuWd7OzT8Q==}
engines: {node: '>=10'}
@@ -7946,8 +8021,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier-plugin-packagejson@2.5.0:
- resolution: {integrity: sha512-6XkH3rpin5QEQodBSVNg+rBo4r91g/1mCaRwS1YGdQJZ6jwqrg2UchBsIG9tpS1yK1kNBvOt84OILsX8uHzBGg==}
+ prettier-plugin-packagejson@2.5.1:
+ resolution: {integrity: sha512-6i4PW1KxEA+VrokYNGeI/q8qQX3u5DNBc7eLr9GX4OrvWr9DMls1lhbuNopkKG7Li9rTNxerWnYQyjxoUO4ROA==}
peerDependencies:
prettier: '>= 1.16.0'
peerDependenciesMeta:
@@ -7960,8 +8035,8 @@ packages:
peerDependencies:
prettier: ^3.0.3
- prettier-plugin-svelte@3.2.4:
- resolution: {integrity: sha512-tZv+ADfeOWFNQkXkRh6zUXE16w3Vla8x2Ug0B/EnSmjR4EnwdwZbGgL/liSwR1kcEALU5mAAyua98HBxheCxgg==}
+ prettier-plugin-svelte@3.2.6:
+ resolution: {integrity: sha512-Y1XWLw7vXUQQZmgv1JAEiLcErqUniAF2wO7QJsw8BVMvpLET2dI5WpEIEJx1r11iHVdSMzQxivyfrH9On9t2IQ==}
peerDependencies:
prettier: ^3.0.0
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
@@ -7971,8 +8046,8 @@ packages:
engines: {node: '>=14'}
hasBin: true
- prettier@3.3.2:
- resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
@@ -7983,10 +8058,6 @@ packages:
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
engines: {node: '>=6'}
- proc-log@3.0.0:
- resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==}
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
-
proc-log@4.2.0:
resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -8046,8 +8117,8 @@ packages:
prosemirror-gapcursor@1.3.2:
resolution: {integrity: sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==}
- prosemirror-history@1.4.0:
- resolution: {integrity: sha512-UUiGzDVcqo1lovOPdi9YxxUps3oBFWAIYkXLu3Ot+JPv1qzVogRbcizxK3LhHmtaUxclohgiOVesRw5QSlMnbQ==}
+ prosemirror-history@1.4.1:
+ resolution: {integrity: sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==}
prosemirror-inputrules@1.4.0:
resolution: {integrity: sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg==}
@@ -8061,14 +8132,14 @@ packages:
prosemirror-menu@1.2.4:
resolution: {integrity: sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA==}
- prosemirror-model@1.21.1:
- resolution: {integrity: sha512-IVBAuMqOfltTr7yPypwpfdGT+6rGAteVOw2FO6GEvCGGa1ZwxLseqC1Eax/EChDvG/xGquB2d/hLdgh3THpsYg==}
+ prosemirror-model@1.22.1:
+ resolution: {integrity: sha512-gMrxal+F3higDFxCkBK5iQXckRVYvIu/3dopERJ6b20xfwZ9cbYvQvuldqaN+v/XytNPGyURYUpUU23kBRxWCQ==}
- prosemirror-schema-basic@1.2.2:
- resolution: {integrity: sha512-/dT4JFEGyO7QnNTe9UaKUhjDXbTNkiWTq/N4VpKaF79bBjSExVV2NXmJpcM7z/gD7mbqNjxbmWW5nf1iNSSGnw==}
+ prosemirror-schema-basic@1.2.3:
+ resolution: {integrity: sha512-h+H0OQwZVqMon1PNn0AG9cTfx513zgIG2DY00eJ00Yvgb3UD+GQ/VlWW5rcaxacpCGT1Yx8nuhwXk4+QbXUfJA==}
- prosemirror-schema-list@1.4.0:
- resolution: {integrity: sha512-nZOIq/AkBSzCENxUyLm5ltWE53e2PLk65ghMN8qLQptOmDVixZlPqtMeQdiNw0odL9vNpalEjl3upgRkuJ/Jyw==}
+ prosemirror-schema-list@1.4.1:
+ resolution: {integrity: sha512-jbDyaP/6AFfDfu70VzySsD75Om2t3sXTOdl5+31Wlxlg62td1haUpty/ybajSfJ1pkGadlOfwQq9kgW5IMo1Rg==}
prosemirror-state@1.4.3:
resolution: {integrity: sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==}
@@ -8076,12 +8147,12 @@ packages:
prosemirror-tables@1.3.7:
resolution: {integrity: sha512-oEwX1wrziuxMtwFvdDWSFHVUWrFJWt929kVVfHvtTi8yvw+5ppxjXZkMG/fuTdFo+3DXyIPSKfid+Be1npKXDA==}
- prosemirror-trailing-node@2.0.8:
- resolution: {integrity: sha512-ujRYhSuhQb1Jsarh1IHqb2KoSnRiD7wAMDGucP35DN7j5af6X7B18PfdPIrbwsPTqIAj0fyOvxbuPsWhNvylmA==}
+ prosemirror-trailing-node@2.0.9:
+ resolution: {integrity: sha512-YvyIn3/UaLFlFKrlJB6cObvUhmwFNZVhy1Q8OpW/avoTbD/Y7H5EcjK4AZFKhmuS6/N6WkGgt7gWtBWDnmFvHg==}
peerDependencies:
- prosemirror-model: ^1.19.0
+ prosemirror-model: ^1.22.1
prosemirror-state: ^1.4.2
- prosemirror-view: ^1.31.2
+ prosemirror-view: ^1.33.8
prosemirror-transform@1.9.0:
resolution: {integrity: sha512-5UXkr1LIRx3jmpXXNKDhv8OyAOeLTGuXNwdVfg8x27uASna/wQkr9p6fD3eupGOi4PLJfbezxTyi/7fSJypXHg==}
@@ -8093,10 +8164,6 @@ packages:
resolution: {integrity: sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==}
engines: {node: '>=14.0.0'}
- protobufjs@7.3.0:
- resolution: {integrity: sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==}
- engines: {node: '>=12.0.0'}
-
protobufjs@7.3.2:
resolution: {integrity: sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==}
engines: {node: '>=12.0.0'}
@@ -8121,8 +8188,8 @@ packages:
pure-rand@6.1.0:
resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==}
- qs@6.12.1:
- resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==}
+ qs@6.12.3:
+ resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==}
engines: {node: '>=0.6'}
query-string@9.0.0:
@@ -8156,10 +8223,6 @@ packages:
randomcolor@0.6.2:
resolution: {integrity: sha512-Mn6TbyYpFgwFuQ8KJKqf3bqqY9O1y37/0jgSK/61PUxV4QfIMv0+K2ioq8DfOjkBslcjwSzRfIDEXfzA9aCx7A==}
- rc@1.2.8:
- resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
- hasBin: true
-
read-cmd-shim@4.0.0:
resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -8257,10 +8320,6 @@ packages:
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines: {node: '>=0.10.0'}
- require-in-the-middle@5.2.0:
- resolution: {integrity: sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==}
- engines: {node: '>=6'}
-
require-in-the-middle@7.3.0:
resolution: {integrity: sha512-nQFEv9gRw6SJAwWD2LrL0NmQvAcO7FBwJbwmr2ttPAacfy0xuiOjE5zt+zM4xDyuyvUaxBi/9gb2SoCyNEVJcw==}
engines: {node: '>=8.6.0'}
@@ -8329,16 +8388,16 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rollup@4.18.0:
- resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ rollup@4.18.1:
+ resolution: {integrity: sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
rope-sequence@1.3.4:
resolution: {integrity: sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==}
- rrdom@2.0.0-alpha.15:
- resolution: {integrity: sha512-c7BMmqJf6u9cm5G1wx7Mgnc5pyNog4CLaGTDUZCDGZAIfRIFOWwu7A4f2z9IPiEeokgc5wq8R/8/dKp6xpg8Ug==}
+ rrdom@2.0.0-alpha.16:
+ resolution: {integrity: sha512-m8aoeORWUz7AFdEb7hES7wPeL6fl/oP23RoAlzLXyA/f2+NqCDM7KEyCXY4sHu6CChN3OAUP2BaUGEXn0zynlw==}
rrweb-cssom@0.6.0:
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
@@ -8346,8 +8405,8 @@ packages:
rrweb-cssom@0.7.1:
resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==}
- rrweb-snapshot@2.0.0-alpha.15:
- resolution: {integrity: sha512-U5lOYoMt6YsmxKcnWVhX1ller6B8/OICQqLWqvylajTYv5oRHgAk68AFDTAXxLsjMSTQjtr1Vp+REFSmnhWrIg==}
+ rrweb-snapshot@2.0.0-alpha.16:
+ resolution: {integrity: sha512-p81OrzUiCmUMZzJu4fGHeLB00PIbVIqsV/zhqzr2pitHTUXpMYcyOvDWt0vHdla0vnowEPaHq3Wsu6cUc732/w==}
rrweb@2.0.0-alpha.13:
resolution: {integrity: sha512-a8GXOCnzWHNaVZPa7hsrLZtNZ3CGjiL+YrkpLo0TfmxGLhjNZbWY2r7pE06p+FcjFNlgUVTmFrSJbK3kO7yxvw==}
@@ -8384,8 +8443,8 @@ packages:
sander@0.5.1:
resolution: {integrity: sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==}
- satori@0.10.13:
- resolution: {integrity: sha512-klCwkVYMQ/ZN5inJLHzrUmGwoRfsdP7idB5hfpJ1jfiJk1ErDitK8Hkc6Kll1+Ox2WtqEuGecSZLnmup3CGzvQ==}
+ satori@0.10.14:
+ resolution: {integrity: sha512-abovcqmwl97WKioxpkfuMeZmndB1TuDFY/R+FymrZyiGP+pMYomvgSzVPnbNMWHHESOPosVHGL352oFbdAnJcA==}
engines: {node: '>=16'}
sax@1.4.1:
@@ -8411,8 +8470,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- semver@7.6.2:
- resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
engines: {node: '>=10'}
hasBin: true
@@ -8455,8 +8514,8 @@ packages:
shell-quote@1.8.1:
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
- shiki@1.7.0:
- resolution: {integrity: sha512-H5pMn4JA7ayx8H0qOz1k2qANq6mZVCMl1gKLK6kWIrv1s2Ial4EmD4s4jE8QB5Dw03d/oCQUxc24sotuyR5byA==}
+ shiki@1.10.3:
+ resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==}
shimmer@1.2.1:
resolution: {integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==}
@@ -8479,12 +8538,6 @@ packages:
resolution: {integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==}
engines: {node: ^16.14.0 || >=18.0.0}
- simple-concat@1.0.1:
- resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
-
- simple-get@4.0.1:
- resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
-
simple-swizzle@0.2.2:
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
@@ -8530,8 +8583,8 @@ packages:
resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==}
engines: {node: '>= 10'}
- socks-proxy-agent@8.0.3:
- resolution: {integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==}
+ socks-proxy-agent@8.0.4:
+ resolution: {integrity: sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==}
engines: {node: '>= 14'}
socks@2.8.3:
@@ -8610,6 +8663,10 @@ packages:
resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ ssri@9.0.1:
+ resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
standard-as-callback@2.1.0:
resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==}
@@ -8639,8 +8696,8 @@ packages:
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
engines: {node: '>=12'}
- string-width@7.1.0:
- resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==}
+ string-width@7.2.0:
+ resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
engines: {node: '>=18'}
string.prototype.codepointat@0.2.1:
@@ -8688,10 +8745,6 @@ packages:
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
engines: {node: '>=8'}
- strip-json-comments@2.0.1:
- resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
- engines: {node: '>=0.10.0'}
-
strip-json-comments@3.1.1:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
@@ -8723,17 +8776,17 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- svelte-check@3.8.1:
- resolution: {integrity: sha512-KlQ0TRVe01mdvh49Ylkr9FQxO/UWbQOtaIrccl3gjgkvby1TxY41VkT7ijCl6i29FjaJPE4m6YGmhdqov0MfkA==}
+ svelte-check@3.8.4:
+ resolution: {integrity: sha512-61aHMkdinWyH8BkkTX9jPLYxYzaAAz/FK/VQqdr2FiCQQ/q04WCwDlpGbHff1GdrMYTmW8chlTFvRWL9k0A8vg==}
hasBin: true
peerDependencies:
svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0
- svelte-eslint-parser@0.39.1:
- resolution: {integrity: sha512-0VR9gq2TOdSrJW94Qf2F3XrzXRQomXQtRZGFS3FEUr3G4J8DcpqXfBF1HJyOa3dACyGsKiBbOPF56pBgYaqXBA==}
+ svelte-eslint-parser@0.40.0:
+ resolution: {integrity: sha512-M+v1HhC5T1WKYVxWexUCS4o6oIBS88XKzOZuhl2ew+eGxol7eC21e+VE8TC4rXJ3iT3iXT0qlZsZcpKjVo5/zQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.115
+ svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.181
peerDependenciesMeta:
svelte:
optional: true
@@ -8781,8 +8834,8 @@ packages:
typescript:
optional: true
- svelte-preprocess@6.0.1:
- resolution: {integrity: sha512-vNgXoyqWwahdpEX9XbQHcAHt41TkXnf8bRDxT5PjISHbZD1dVH4b2OsJ2fVQTBb3qP05x0GuYE9iS5vhD+Dniw==}
+ svelte-preprocess@6.0.2:
+ resolution: {integrity: sha512-OvDTLfaOkkhjprbDKO0SOCkjNYuHy16dbD4SpqbIi6QiabOMHxRT4km5/dzbFFkmW1L0E2INF3MFltG2pgOyKQ==}
engines: {node: '>= 18.0.0'}
peerDependencies:
'@babel/core': ^7.10.2
@@ -8849,29 +8902,22 @@ packages:
swap-case@3.0.3:
resolution: {integrity: sha512-6p4op8wE9CQv7uDFzulI6YXUw4lD9n4oQierdbFThEKVWVQcbQcUjdP27W8XE7V4QnWmnq9jueSHceyyQnqQVA==}
- swiper@11.1.4:
- resolution: {integrity: sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==}
+ swiper@11.1.5:
+ resolution: {integrity: sha512-JJQWFXdxiMGC2j6ZGTYat5Z7NN9JORJBgHp0/joX9uPod+cRj0wr5H5VnWSNIz9JeAamQvYKaG7aFrGHIF9OEg==}
engines: {node: '>= 4.7.0'}
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- synckit@0.9.0:
- resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==}
+ synckit@0.9.1:
+ resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==}
engines: {node: ^14.18.0 || >=16.0.0}
- syncpack@12.3.2:
- resolution: {integrity: sha512-ePvaDfasxF8mwaPItN6urmABaH6FPT3/vJU+2DHt24j8EIKjgz6NCxXDx2bTXJXZ4QcEFwvoiu3EqaJsVrHvUg==}
+ syncpack@12.3.3:
+ resolution: {integrity: sha512-r154Rk8YtJA0My8Nu5v4e58n3y85atG4WlxekTQ/DT4toqiMtprqn5LrHuNVAhbpsOfUHPv6EFMj9k+FdDvgDA==}
engines: {node: '>=16'}
hasBin: true
- tar-fs@2.1.1:
- resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
-
- tar-stream@2.2.0:
- resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
- engines: {node: '>=6'}
-
tar@6.2.1:
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
engines: {node: '>=10'}
@@ -9035,8 +9081,8 @@ packages:
tslib@2.6.3:
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
- tsup@8.1.0:
- resolution: {integrity: sha512-UFdfCAXukax+U6KzeTNO2kAARHcWxmKsnvSPXUcfA1D+kU05XDccCrkffCQpFaWDsZfV0jMyTsxU39VfCp6EOg==}
+ tsup@8.1.2:
+ resolution: {integrity: sha512-Gzw/PXSX/z0aYMNmkcI54bKKFVFJQbLne+EqTJZeQ3lNT3QpumjtMU4rl+ZwTTp8oRF3ahMbEAxT2sZPJLFSrg==}
engines: {node: '>=18'}
hasBin: true
peerDependencies:
@@ -9054,8 +9100,8 @@ packages:
typescript:
optional: true
- tsx@4.15.6:
- resolution: {integrity: sha512-is0VQQlfNZRHEuSSTKA6m4xw74IU4AizmuB6lAYLRt9XtuyeQnyJYexhNZOPCB59SqC4JzmSzPnHGBXxf3k0hA==}
+ tsx@4.16.2:
+ resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==}
engines: {node: '>=18.0.0'}
hasBin: true
@@ -9076,41 +9122,38 @@ packages:
resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==}
engines: {node: ^16.14.0 || >=18.0.0}
- tunnel-agent@0.6.0:
- resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
-
- turbo-darwin-64@2.0.4:
- resolution: {integrity: sha512-x9mvmh4wudBstML8Z8IOmokLWglIhSfhQwnh2gBCSqabgVBKYvzl8Y+i+UCNPxheCGTgtsPepTcIaKBIyFIcvw==}
+ turbo-darwin-64@2.0.7:
+ resolution: {integrity: sha512-J1RBvQGqKeUwLJrZbfrm4tHshagdMeGAwd7rpLpfUrw0PNmGfcBazJf6dIGXG59/GHzJmS0/eAZ8qDchfVbIFA==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.0.4:
- resolution: {integrity: sha512-/B1Ih8zPRGVw5vw4SlclOf3C/woJ/2T6ieH6u54KT4wypoaVyaiyMqBcziIXycdObIYr7jQ+raHO7q3mhay9/A==}
+ turbo-darwin-arm64@2.0.7:
+ resolution: {integrity: sha512-h1JK8uuEjoHx1SvvTZiottj+4kDmiv+hivnLUzNwO75qKblMsd38IsFB0J2sMRz7JacFlf+3ry8SItznBW67Xw==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.0.4:
- resolution: {integrity: sha512-6aG670e5zOWu6RczEYcB81nEl8EhiGJEvWhUrnAfNEUIMBEH1pR5SsMmG2ol5/m3PgiRM12r13dSqTxCLcHrVg==}
+ turbo-linux-64@2.0.7:
+ resolution: {integrity: sha512-dsr7GFeHAYVMnXWDDjhpsAQetejU4OlkNBRA5hfmnIcl2sSyOYa3EvoeJ6j5z5vTNIJ9VO4I1h0jK3lTjEoonA==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.0.4:
- resolution: {integrity: sha512-AXfVOjst+mCtPDFT4tCu08Qrfv12Nj7NDd33AjGwV79NYN1Y1rcFY59UQ4nO3ij3rbcvV71Xc+TZJ4csEvRCSg==}
+ turbo-linux-arm64@2.0.7:
+ resolution: {integrity: sha512-bJbwXvyX1XPzY1jHgkqggls/L4yFyHVK8GGACF3kcg6x7lYV2SXkUYRyOC3WqzW7euqa9Zw/32jrIPP4Qy31Vw==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.0.4:
- resolution: {integrity: sha512-QOnUR9hKl0T5gq5h1fAhVEqBSjpcBi/BbaO71YGQNgsr6pAnCQdbG8/r3MYXet53efM0KTdOhieWeO3KLNKybA==}
+ turbo-windows-64@2.0.7:
+ resolution: {integrity: sha512-aBH+5A7IN957MqXMrw8xN0CWtH/fPFL+xTlloO6074Eaa8WfnctSAnaSujm6f4xF2T8lFx+ZprBvnO9oKvLQQQ==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.0.4:
- resolution: {integrity: sha512-3v8WpdZy1AxZw0gha0q3caZmm+0gveBQ40OspD6mxDBIS+oBtO5CkxhIXkFJJW+jDKmDlM7wXDIGfMEq+QyNCQ==}
+ turbo-windows-arm64@2.0.7:
+ resolution: {integrity: sha512-ButUCpO5nTi+jyTSIY2mQ9dVz+mCGxJ6sHyn0xGlNoJWdisKXb0BtWCLAjM26gg/yp9Kt1MBowMQyYVruPV0Qw==}
cpu: [arm64]
os: [win32]
- turbo@2.0.4:
- resolution: {integrity: sha512-Ilme/2Q5kYw0AeRr+aw3s02+WrEYaY7U8vPnqSZU/jaDG/qd6jHVN6nRWyd/9KXvJGYM69vE6JImoGoyNjLwaw==}
+ turbo@2.0.7:
+ resolution: {integrity: sha512-76iNWZpmKAKjj+yL0Wtcu2LpDIM5Nz7JS3fHOZPYS0AKuC2boJ24276VAiK4PKwbpBB//TYKDpSLuQ6cfR49pg==}
hasBin: true
twemoji-parser@14.0.0:
@@ -9119,8 +9162,8 @@ packages:
twemoji@14.0.2:
resolution: {integrity: sha512-BzOoXIe1QVdmsUmZ54xbEH+8AgtOKUiG53zO5vVP2iUu6h5u9lN15NcuS6te4OY96qx0H7JK9vjjl9WQbkTRuA==}
- twitter-api-v2@1.17.1:
- resolution: {integrity: sha512-eLVetUOGiKalx/7NlF8+heMmtEXBhObP0mS9RFgcgjh5KTVq7SOWaIMIe1IrsAAV9DFCjd6O7fL+FMp6sibQYg==}
+ twitter-api-v2@1.17.2:
+ resolution: {integrity: sha512-V8QvCkuQ+ydIakwYbVC4cuQxGlvjdRZI0L7TT5v9zGsf+SwX40rv3IFRHB8Z1cXJLcRFT0FI3xG3/f4zwS6cRA==}
type-check@0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
@@ -9142,8 +9185,8 @@ packages:
resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==}
engines: {node: '>=8'}
- type-fest@4.20.1:
- resolution: {integrity: sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==}
+ type-fest@4.22.0:
+ resolution: {integrity: sha512-hxMO1k4ip1uTVGgPbs1hVpYyhz2P91A6tQyH2H9POx3U6T3MdhIcfY8L2hRu/LRmzPFdfduOS0RIDjFlP2urPw==}
engines: {node: '>=16'}
type@2.7.3:
@@ -9170,8 +9213,8 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- typescript@5.4.5:
- resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
+ typescript@5.5.3:
+ resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -9181,11 +9224,11 @@ packages:
uc.micro@2.1.0:
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
- ufo@1.5.3:
- resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==}
+ ufo@1.5.4:
+ resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
- uglify-js@3.18.0:
- resolution: {integrity: sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==}
+ uglify-js@3.19.0:
+ resolution: {integrity: sha512-wNKHUY2hYYkf6oSFfhwwiHo4WCHzHmzcXsqXYTN9ja3iApYIFbb2U6ics9hBcYLHcYGQoAlwnZlTrf3oF+BL/Q==}
engines: {node: '>=0.8.0'}
hasBin: true
@@ -9206,8 +9249,8 @@ packages:
resolution: {integrity: sha512-JfjKqIauur3Q6biAtHJ564e3bWa8VvT+7cSiOJHFbX4Erv6CLGDpg8z+Fmg/1OI/47RA+GI2QZaF48SSaLvyBA==}
engines: {node: '>=18.17'}
- unenv@1.9.0:
- resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==}
+ unenv@1.10.0:
+ resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
unicode-trie@2.0.0:
resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
@@ -9219,10 +9262,18 @@ packages:
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
+ unique-filename@2.0.1:
+ resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
unique-filename@3.0.0:
resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ unique-slug@3.0.0:
+ resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
+
unique-slug@4.0.0:
resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
@@ -9277,16 +9328,16 @@ packages:
unplugin@1.0.1:
resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==}
- unplugin@1.10.1:
- resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==}
+ unplugin@1.11.0:
+ resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==}
engines: {node: '>=14.0.0'}
upath@1.2.0:
resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
engines: {node: '>=4'}
- update-browserslist-db@1.0.16:
- resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==}
+ update-browserslist-db@1.1.0:
+ resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -9318,6 +9369,10 @@ packages:
util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
+ uuid@10.0.0:
+ resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
+ hasBin: true
+
uuid@8.3.2:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
hasBin: true
@@ -9350,14 +9405,14 @@ packages:
vfile-message@4.0.2:
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
- vfile@6.0.1:
- resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
+ vfile@6.0.2:
+ resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==}
vite-plugin-dynamic-import@1.5.0:
resolution: {integrity: sha512-Qp85c+AVJmLa8MLni74U4BDiWpUeFNx7NJqbGZyR2XJOU7mgW0cb7nwlAMucFyM4arEd92Nfxp4j44xPi6Fu7g==}
- vite@5.3.1:
- resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
+ vite@5.3.4:
+ resolution: {integrity: sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -9514,8 +9569,8 @@ packages:
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- ws@8.17.1:
- resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==}
+ ws@8.18.0:
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -9642,8 +9697,8 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yocto-queue@1.0.0:
- resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
+ yocto-queue@1.1.1:
+ resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
engines: {node: '>=12.20'}
yoga-wasm-web@0.3.3:
@@ -9661,9 +9716,9 @@ packages:
snapshots:
- '@0no-co/graphql.web@1.0.7(graphql@16.8.2)':
+ '@0no-co/graphql.web@1.0.7(graphql@16.9.0)':
optionalDependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
'@ampproject/remapping@2.3.0':
dependencies:
@@ -9679,13 +9734,13 @@ snapshots:
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
- '@antfu/utils@0.7.8': {}
+ '@antfu/utils@0.7.10': {}
- '@apple/app-store-server-library@1.3.0(encoding@0.1.13)':
+ '@apple/app-store-server-library@1.4.0(encoding@0.1.13)':
dependencies:
'@types/jsonwebtoken': 9.0.6
'@types/jsrsasign': 10.5.14
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/node-fetch': 2.6.11
base64url: 3.0.1
jsonwebtoken: 9.0.2
@@ -9694,20 +9749,20 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@ardatan/relay-compiler@12.0.0(encoding@0.1.13)(graphql@16.8.2)':
+ '@ardatan/relay-compiler@12.0.0(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/runtime': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
- babel-preset-fbjs: 3.4.0(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/generator': 7.24.10
+ '@babel/parser': 7.24.8
+ '@babel/runtime': 7.24.8
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
+ babel-preset-fbjs: 3.4.0(@babel/core@7.24.9)
chalk: 4.1.2
fb-watchman: 2.0.2
fbjs: 3.0.5(encoding@0.1.13)
glob: 7.2.3
- graphql: 16.8.2
+ graphql: 16.9.0
immutable: 3.7.6
invariant: 2.2.4
nullthrows: 1.1.1
@@ -9721,20 +9776,20 @@ snapshots:
'@aws-crypto/crc32@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
tslib: 2.6.3
'@aws-crypto/crc32c@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
tslib: 2.6.3
'@aws-crypto/sha1-browser@5.2.0':
dependencies:
'@aws-crypto/supports-web-crypto': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@aws-sdk/util-locate-window': 3.568.0
'@smithy/util-utf8': 2.3.0
tslib: 2.6.3
@@ -9744,7 +9799,7 @@ snapshots:
'@aws-crypto/sha256-js': 5.2.0
'@aws-crypto/supports-web-crypto': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@aws-sdk/util-locate-window': 3.568.0
'@smithy/util-utf8': 2.3.0
tslib: 2.6.3
@@ -9752,7 +9807,7 @@ snapshots:
'@aws-crypto/sha256-js@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
tslib: 2.6.3
'@aws-crypto/supports-web-crypto@5.2.0':
@@ -9761,679 +9816,520 @@ snapshots:
'@aws-crypto/util@5.2.0':
dependencies:
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@smithy/util-utf8': 2.3.0
tslib: 2.6.3
- '@aws-sdk/client-s3@3.600.0':
+ '@aws-sdk/client-s3@3.614.0':
dependencies:
'@aws-crypto/sha1-browser': 5.2.0
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sso-oidc': 3.600.0
- '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/middleware-bucket-endpoint': 3.598.0
- '@aws-sdk/middleware-expect-continue': 3.598.0
- '@aws-sdk/middleware-flexible-checksums': 3.598.0
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-location-constraint': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-sdk-s3': 3.598.0
- '@aws-sdk/middleware-signing': 3.598.0
- '@aws-sdk/middleware-ssec': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/signature-v4-multi-region': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@aws-sdk/xml-builder': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/eventstream-serde-browser': 3.0.3
- '@smithy/eventstream-serde-config-resolver': 3.0.2
- '@smithy/eventstream-serde-node': 3.0.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-blob-browser': 3.1.1
- '@smithy/hash-node': 3.0.2
- '@smithy/hash-stream-node': 3.1.1
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/md5-js': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/client-sts': 3.614.0
+ '@aws-sdk/core': 3.614.0
+ '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/middleware-bucket-endpoint': 3.614.0
+ '@aws-sdk/middleware-expect-continue': 3.609.0
+ '@aws-sdk/middleware-flexible-checksums': 3.614.0
+ '@aws-sdk/middleware-host-header': 3.609.0
+ '@aws-sdk/middleware-location-constraint': 3.609.0
+ '@aws-sdk/middleware-logger': 3.609.0
+ '@aws-sdk/middleware-recursion-detection': 3.609.0
+ '@aws-sdk/middleware-sdk-s3': 3.614.0
+ '@aws-sdk/middleware-signing': 3.609.0
+ '@aws-sdk/middleware-ssec': 3.609.0
+ '@aws-sdk/middleware-user-agent': 3.614.0
+ '@aws-sdk/region-config-resolver': 3.614.0
+ '@aws-sdk/signature-v4-multi-region': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@aws-sdk/util-user-agent-browser': 3.609.0
+ '@aws-sdk/util-user-agent-node': 3.614.0
+ '@aws-sdk/xml-builder': 3.609.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/core': 2.2.8
+ '@smithy/eventstream-serde-browser': 3.0.5
+ '@smithy/eventstream-serde-config-resolver': 3.0.3
+ '@smithy/eventstream-serde-node': 3.0.4
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/hash-blob-browser': 3.1.2
+ '@smithy/hash-node': 3.0.3
+ '@smithy/hash-stream-node': 3.1.2
+ '@smithy/invalid-dependency': 3.0.3
+ '@smithy/md5-js': 3.0.3
+ '@smithy/middleware-content-length': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
'@smithy/util-base64': 3.0.0
'@smithy/util-body-length-browser': 3.0.0
'@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-retry': 3.0.2
- '@smithy/util-stream': 3.0.4
+ '@smithy/util-defaults-mode-browser': 3.0.11
+ '@smithy/util-defaults-mode-node': 3.0.11
+ '@smithy/util-endpoints': 2.0.5
+ '@smithy/util-retry': 3.0.3
+ '@smithy/util-stream': 3.1.1
'@smithy/util-utf8': 3.0.0
- '@smithy/util-waiter': 3.1.0
+ '@smithy/util-waiter': 3.1.2
tslib: 2.6.3
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-ses@3.600.0':
+ '@aws-sdk/client-ses@3.614.0':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sso-oidc': 3.600.0
- '@aws-sdk/client-sts': 3.600.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/client-sts': 3.614.0
+ '@aws-sdk/core': 3.614.0
+ '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/middleware-host-header': 3.609.0
+ '@aws-sdk/middleware-logger': 3.609.0
+ '@aws-sdk/middleware-recursion-detection': 3.609.0
+ '@aws-sdk/middleware-user-agent': 3.614.0
+ '@aws-sdk/region-config-resolver': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@aws-sdk/util-user-agent-browser': 3.609.0
+ '@aws-sdk/util-user-agent-node': 3.614.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/core': 2.2.8
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/hash-node': 3.0.3
+ '@smithy/invalid-dependency': 3.0.3
+ '@smithy/middleware-content-length': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
'@smithy/util-base64': 3.0.0
'@smithy/util-body-length-browser': 3.0.0
'@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
+ '@smithy/util-defaults-mode-browser': 3.0.11
+ '@smithy/util-defaults-mode-node': 3.0.11
+ '@smithy/util-endpoints': 2.0.5
+ '@smithy/util-middleware': 3.0.3
+ '@smithy/util-retry': 3.0.3
'@smithy/util-utf8': 3.0.0
- '@smithy/util-waiter': 3.1.0
+ '@smithy/util-waiter': 3.1.2
tslib: 2.6.3
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-sso-oidc@3.600.0':
+ '@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0)':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sts': 3.600.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@aws-sdk/client-sts': 3.614.0
+ '@aws-sdk/core': 3.614.0
+ '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/middleware-host-header': 3.609.0
+ '@aws-sdk/middleware-logger': 3.609.0
+ '@aws-sdk/middleware-recursion-detection': 3.609.0
+ '@aws-sdk/middleware-user-agent': 3.614.0
+ '@aws-sdk/region-config-resolver': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@aws-sdk/util-user-agent-browser': 3.609.0
+ '@aws-sdk/util-user-agent-node': 3.614.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/core': 2.2.8
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/hash-node': 3.0.3
+ '@smithy/invalid-dependency': 3.0.3
+ '@smithy/middleware-content-length': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
'@smithy/util-base64': 3.0.0
'@smithy/util-body-length-browser': 3.0.0
'@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
+ '@smithy/util-defaults-mode-browser': 3.0.11
+ '@smithy/util-defaults-mode-node': 3.0.11
+ '@smithy/util-endpoints': 2.0.5
+ '@smithy/util-middleware': 3.0.3
+ '@smithy/util-retry': 3.0.3
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0)':
+ '@aws-sdk/client-sso@3.614.0':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sts': 3.600.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@aws-sdk/core': 3.614.0
+ '@aws-sdk/middleware-host-header': 3.609.0
+ '@aws-sdk/middleware-logger': 3.609.0
+ '@aws-sdk/middleware-recursion-detection': 3.609.0
+ '@aws-sdk/middleware-user-agent': 3.614.0
+ '@aws-sdk/region-config-resolver': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@aws-sdk/util-user-agent-browser': 3.609.0
+ '@aws-sdk/util-user-agent-node': 3.614.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/core': 2.2.8
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/hash-node': 3.0.3
+ '@smithy/invalid-dependency': 3.0.3
+ '@smithy/middleware-content-length': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
'@smithy/util-base64': 3.0.0
'@smithy/util-body-length-browser': 3.0.0
'@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
+ '@smithy/util-defaults-mode-browser': 3.0.11
+ '@smithy/util-defaults-mode-node': 3.0.11
+ '@smithy/util-endpoints': 2.0.5
+ '@smithy/util-middleware': 3.0.3
+ '@smithy/util-retry': 3.0.3
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
transitivePeerDependencies:
- - '@aws-sdk/client-sts'
- aws-crt
- '@aws-sdk/client-sso@3.598.0':
+ '@aws-sdk/client-sts@3.614.0':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/core': 3.614.0
+ '@aws-sdk/credential-provider-node': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/middleware-host-header': 3.609.0
+ '@aws-sdk/middleware-logger': 3.609.0
+ '@aws-sdk/middleware-recursion-detection': 3.609.0
+ '@aws-sdk/middleware-user-agent': 3.614.0
+ '@aws-sdk/region-config-resolver': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@aws-sdk/util-user-agent-browser': 3.609.0
+ '@aws-sdk/util-user-agent-node': 3.614.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/core': 2.2.8
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/hash-node': 3.0.3
+ '@smithy/invalid-dependency': 3.0.3
+ '@smithy/middleware-content-length': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
'@smithy/util-base64': 3.0.0
'@smithy/util-body-length-browser': 3.0.0
'@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
+ '@smithy/util-defaults-mode-browser': 3.0.11
+ '@smithy/util-defaults-mode-node': 3.0.11
+ '@smithy/util-endpoints': 2.0.5
+ '@smithy/util-middleware': 3.0.3
+ '@smithy/util-retry': 3.0.3
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-sts@3.600.0':
+ '@aws-sdk/core@3.614.0':
dependencies:
- '@aws-crypto/sha256-browser': 5.2.0
- '@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sso-oidc': 3.600.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
- '@smithy/util-base64': 3.0.0
- '@smithy/util-body-length-browser': 3.0.0
- '@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
- '@smithy/util-utf8': 3.0.0
- tslib: 2.6.3
- transitivePeerDependencies:
- - aws-crt
-
- '@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0)':
- dependencies:
- '@aws-crypto/sha256-browser': 5.2.0
- '@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/client-sso-oidc': 3.600.0
- '@aws-sdk/core': 3.598.0
- '@aws-sdk/credential-provider-node': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/middleware-host-header': 3.598.0
- '@aws-sdk/middleware-logger': 3.598.0
- '@aws-sdk/middleware-recursion-detection': 3.598.0
- '@aws-sdk/middleware-user-agent': 3.598.0
- '@aws-sdk/region-config-resolver': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@aws-sdk/util-user-agent-browser': 3.598.0
- '@aws-sdk/util-user-agent-node': 3.598.0
- '@smithy/config-resolver': 3.0.3
- '@smithy/core': 2.2.3
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/hash-node': 3.0.2
- '@smithy/invalid-dependency': 3.0.2
- '@smithy/middleware-content-length': 3.0.2
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/middleware-stack': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/node-http-handler': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
- '@smithy/util-base64': 3.0.0
- '@smithy/util-body-length-browser': 3.0.0
- '@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.6
- '@smithy/util-defaults-mode-node': 3.0.6
- '@smithy/util-endpoints': 2.0.3
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
- '@smithy/util-utf8': 3.0.0
- tslib: 2.6.3
- transitivePeerDependencies:
- - '@aws-sdk/client-sso-oidc'
- - aws-crt
-
- '@aws-sdk/core@3.598.0':
- dependencies:
- '@smithy/core': 2.2.3
- '@smithy/protocol-http': 4.0.2
- '@smithy/signature-v4': 3.1.1
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
+ '@smithy/core': 2.2.8
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/signature-v4': 3.1.2
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
fast-xml-parser: 4.2.5
tslib: 2.6.3
- '@aws-sdk/credential-provider-env@3.598.0':
+ '@aws-sdk/credential-provider-env@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/credential-provider-http@3.598.0':
+ '@aws-sdk/credential-provider-http@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/node-http-handler': 3.1.0
- '@smithy/property-provider': 3.1.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/util-stream': 3.0.4
+ '@aws-sdk/types': 3.609.0
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/property-provider': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/util-stream': 3.1.1
tslib: 2.6.3
- '@aws-sdk/credential-provider-ini@3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)':
- dependencies:
- '@aws-sdk/client-sts': 3.600.0
- '@aws-sdk/credential-provider-env': 3.598.0
- '@aws-sdk/credential-provider-http': 3.598.0
- '@aws-sdk/credential-provider-process': 3.598.0
- '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))
- '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/types': 3.598.0
- '@smithy/credential-provider-imds': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/credential-provider-ini@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)':
+ dependencies:
+ '@aws-sdk/client-sts': 3.614.0
+ '@aws-sdk/credential-provider-env': 3.609.0
+ '@aws-sdk/credential-provider-http': 3.614.0
+ '@aws-sdk/credential-provider-process': 3.614.0
+ '@aws-sdk/credential-provider-sso': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))
+ '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/types': 3.609.0
+ '@smithy/credential-provider-imds': 3.1.4
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
transitivePeerDependencies:
- '@aws-sdk/client-sso-oidc'
- aws-crt
- '@aws-sdk/credential-provider-ini@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))':
- dependencies:
- '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/credential-provider-env': 3.598.0
- '@aws-sdk/credential-provider-http': 3.598.0
- '@aws-sdk/credential-provider-process': 3.598.0
- '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/types': 3.598.0
- '@smithy/credential-provider-imds': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
- tslib: 2.6.3
- transitivePeerDependencies:
- - '@aws-sdk/client-sso-oidc'
- - aws-crt
-
- '@aws-sdk/credential-provider-node@3.600.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)':
- dependencies:
- '@aws-sdk/credential-provider-env': 3.598.0
- '@aws-sdk/credential-provider-http': 3.598.0
- '@aws-sdk/credential-provider-ini': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/credential-provider-process': 3.598.0
- '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))
- '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/types': 3.598.0
- '@smithy/credential-provider-imds': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
- tslib: 2.6.3
- transitivePeerDependencies:
- - '@aws-sdk/client-sso-oidc'
- - '@aws-sdk/client-sts'
- - aws-crt
-
- '@aws-sdk/credential-provider-node@3.600.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))':
- dependencies:
- '@aws-sdk/credential-provider-env': 3.598.0
- '@aws-sdk/credential-provider-http': 3.598.0
- '@aws-sdk/credential-provider-ini': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0)(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/credential-provider-process': 3.598.0
- '@aws-sdk/credential-provider-sso': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/credential-provider-web-identity': 3.598.0(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))
- '@aws-sdk/types': 3.598.0
- '@smithy/credential-provider-imds': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/credential-provider-node@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)':
+ dependencies:
+ '@aws-sdk/credential-provider-env': 3.609.0
+ '@aws-sdk/credential-provider-http': 3.614.0
+ '@aws-sdk/credential-provider-ini': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/credential-provider-process': 3.614.0
+ '@aws-sdk/credential-provider-sso': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))
+ '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/types': 3.609.0
+ '@smithy/credential-provider-imds': 3.1.4
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
transitivePeerDependencies:
- '@aws-sdk/client-sso-oidc'
- '@aws-sdk/client-sts'
- aws-crt
- '@aws-sdk/credential-provider-process@3.598.0':
+ '@aws-sdk/credential-provider-process@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/credential-provider-sso@3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))':
+ '@aws-sdk/credential-provider-sso@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))':
dependencies:
- '@aws-sdk/client-sso': 3.598.0
- '@aws-sdk/token-providers': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/client-sso': 3.614.0
+ '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
transitivePeerDependencies:
- '@aws-sdk/client-sso-oidc'
- aws-crt
- '@aws-sdk/credential-provider-sso@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)':
+ '@aws-sdk/credential-provider-web-identity@3.609.0(@aws-sdk/client-sts@3.614.0)':
dependencies:
- '@aws-sdk/client-sso': 3.598.0
- '@aws-sdk/token-providers': 3.598.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/client-sts': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- transitivePeerDependencies:
- - '@aws-sdk/client-sso-oidc'
- - aws-crt
- '@aws-sdk/credential-provider-web-identity@3.598.0(@aws-sdk/client-sts@3.600.0(@aws-sdk/client-sso-oidc@3.600.0))':
+ '@aws-sdk/middleware-bucket-endpoint@3.614.0':
dependencies:
- '@aws-sdk/client-sts': 3.600.0(@aws-sdk/client-sso-oidc@3.600.0)
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/types': 3.2.0
- tslib: 2.6.3
-
- '@aws-sdk/credential-provider-web-identity@3.598.0(@aws-sdk/client-sts@3.600.0)':
- dependencies:
- '@aws-sdk/client-sts': 3.600.0
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/types': 3.2.0
- tslib: 2.6.3
-
- '@aws-sdk/middleware-bucket-endpoint@3.598.0':
- dependencies:
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@aws-sdk/util-arn-parser': 3.568.0
- '@smithy/node-config-provider': 3.1.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
'@smithy/util-config-provider': 3.0.0
tslib: 2.6.3
- '@aws-sdk/middleware-expect-continue@3.598.0':
+ '@aws-sdk/middleware-expect-continue@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-flexible-checksums@3.598.0':
+ '@aws-sdk/middleware-flexible-checksums@3.614.0':
dependencies:
'@aws-crypto/crc32': 5.2.0
'@aws-crypto/crc32c': 5.2.0
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@smithy/is-array-buffer': 3.0.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
- '@aws-sdk/middleware-host-header@3.598.0':
+ '@aws-sdk/middleware-host-header@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-location-constraint@3.598.0':
+ '@aws-sdk/middleware-location-constraint@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-logger@3.598.0':
+ '@aws-sdk/middleware-logger@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-recursion-detection@3.598.0':
+ '@aws-sdk/middleware-recursion-detection@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-sdk-s3@3.598.0':
+ '@aws-sdk/middleware-sdk-s3@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
+ '@aws-sdk/types': 3.609.0
'@aws-sdk/util-arn-parser': 3.568.0
- '@smithy/node-config-provider': 3.1.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/signature-v4': 3.1.1
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/signature-v4': 3.1.2
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
'@smithy/util-config-provider': 3.0.0
tslib: 2.6.3
- '@aws-sdk/middleware-signing@3.598.0':
+ '@aws-sdk/middleware-signing@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/signature-v4': 3.1.1
- '@smithy/types': 3.2.0
- '@smithy/util-middleware': 3.0.2
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/signature-v4': 3.1.2
+ '@smithy/types': 3.3.0
+ '@smithy/util-middleware': 3.0.3
tslib: 2.6.3
- '@aws-sdk/middleware-ssec@3.598.0':
+ '@aws-sdk/middleware-ssec@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/middleware-user-agent@3.598.0':
+ '@aws-sdk/middleware-user-agent@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-endpoints': 3.598.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-endpoints': 3.614.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/region-config-resolver@3.598.0':
+ '@aws-sdk/region-config-resolver@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/node-config-provider': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/types': 3.3.0
'@smithy/util-config-provider': 3.0.0
- '@smithy/util-middleware': 3.0.2
- tslib: 2.6.3
-
- '@aws-sdk/s3-request-presigner@3.600.0':
- dependencies:
- '@aws-sdk/signature-v4-multi-region': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@aws-sdk/util-format-url': 3.598.0
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
+ '@smithy/util-middleware': 3.0.3
tslib: 2.6.3
- '@aws-sdk/signature-v4-multi-region@3.598.0':
+ '@aws-sdk/s3-request-presigner@3.614.0':
dependencies:
- '@aws-sdk/middleware-sdk-s3': 3.598.0
- '@aws-sdk/types': 3.598.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/signature-v4': 3.1.1
- '@smithy/types': 3.2.0
+ '@aws-sdk/signature-v4-multi-region': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@aws-sdk/util-format-url': 3.609.0
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/token-providers@3.598.0(@aws-sdk/client-sso-oidc@3.600.0(@aws-sdk/client-sts@3.600.0))':
+ '@aws-sdk/signature-v4-multi-region@3.614.0':
dependencies:
- '@aws-sdk/client-sso-oidc': 3.600.0(@aws-sdk/client-sts@3.600.0)
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/middleware-sdk-s3': 3.614.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/signature-v4': 3.1.2
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/token-providers@3.598.0(@aws-sdk/client-sso-oidc@3.600.0)':
+ '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.614.0(@aws-sdk/client-sts@3.614.0))':
dependencies:
- '@aws-sdk/client-sso-oidc': 3.600.0
- '@aws-sdk/types': 3.598.0
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/client-sso-oidc': 3.614.0(@aws-sdk/client-sts@3.614.0)
+ '@aws-sdk/types': 3.609.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/types@3.598.0':
+ '@aws-sdk/types@3.609.0':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@aws-sdk/util-arn-parser@3.568.0':
dependencies:
tslib: 2.6.3
- '@aws-sdk/util-endpoints@3.598.0':
+ '@aws-sdk/util-endpoints@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/types': 3.2.0
- '@smithy/util-endpoints': 2.0.3
+ '@aws-sdk/types': 3.609.0
+ '@smithy/types': 3.3.0
+ '@smithy/util-endpoints': 2.0.5
tslib: 2.6.3
- '@aws-sdk/util-format-url@3.598.0':
+ '@aws-sdk/util-format-url@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/querystring-builder': 3.0.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/querystring-builder': 3.0.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@aws-sdk/util-locate-window@3.568.0':
dependencies:
tslib: 2.6.3
- '@aws-sdk/util-user-agent-browser@3.598.0':
+ '@aws-sdk/util-user-agent-browser@3.609.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/types': 3.3.0
bowser: 2.11.0
tslib: 2.6.3
- '@aws-sdk/util-user-agent-node@3.598.0':
+ '@aws-sdk/util-user-agent-node@3.614.0':
dependencies:
- '@aws-sdk/types': 3.598.0
- '@smithy/node-config-provider': 3.1.2
- '@smithy/types': 3.2.0
+ '@aws-sdk/types': 3.609.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@aws-sdk/xml-builder@3.598.0':
+ '@aws-sdk/xml-builder@3.609.0':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@babel/code-frame@7.24.7':
@@ -10441,20 +10337,20 @@ snapshots:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.24.9': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.24.9':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/generator': 7.24.10
+ '@babel/helper-compilation-targets': 7.24.8
+ '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9)
+ '@babel/helpers': 7.24.8
+ '@babel/parser': 7.24.8
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
convert-source-map: 2.0.0
debug: 4.3.5
gensync: 1.0.0-beta.2
@@ -10463,34 +10359,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.7':
+ '@babel/generator@7.24.10':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.24.8':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- browserslist: 4.23.1
+ '@babel/compat-data': 7.24.9
+ '@babel/helper-validator-option': 7.24.8
+ browserslist: 4.23.2
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-class-features-plugin@7.24.8(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
@@ -10499,34 +10395,34 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-function-name@7.24.7':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-hoist-variables@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-member-expression-to-functions@7.24.7':
+ '@babel/helper-member-expression-to-functions@7.24.8':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
@@ -10537,47 +10433,47 @@ snapshots:
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-plugin-utils@7.24.7': {}
+ '@babel/helper-plugin-utils@7.24.8': {}
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
transitivePeerDependencies:
- supports-color
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.24.8': {}
'@babel/helper-validator-identifier@7.24.7': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.24.8': {}
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.24.8':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/highlight@7.24.7':
dependencies:
@@ -10586,207 +10482,207 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.24.7':
+ '@babel/parser@7.24.8':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.9)
+ '@babel/helper-plugin-utils': 7.24.8
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.24.9)':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
+ '@babel/compat-data': 7.24.9
+ '@babel/core': 7.24.9
+ '@babel/helper-compilation-targets': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.9)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.9)
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-classes@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-classes@7.24.8(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/helper-compilation-targets': 7.24.8
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9)
'@babel/helper-split-export-declaration': 7.24.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/template': 7.24.7
- '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.9)
- '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-compilation-targets': 7.24.8
'@babel/helper-function-name': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9)
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-simple-access': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-module-imports': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.9
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/runtime@7.24.7':
+ '@babel/runtime@7.24.8':
dependencies:
regenerator-runtime: 0.14.1
'@babel/template@7.24.7':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
- '@babel/traverse@7.24.7':
+ '@babel/traverse@7.24.8':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
+ '@babel/generator': 7.24.10
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-hoist-variables': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
debug: 4.3.5
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.24.9':
dependencies:
- '@babel/helper-string-parser': 7.24.7
+ '@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
@@ -10801,10 +10697,10 @@ snapshots:
picocolors: 1.0.1
sisteransi: 1.0.5
- '@cspell/cspell-bundled-dicts@8.9.0':
+ '@cspell/cspell-bundled-dicts@8.11.0':
dependencies:
'@cspell/dict-ada': 4.0.2
- '@cspell/dict-aws': 4.0.2
+ '@cspell/dict-aws': 4.0.3
'@cspell/dict-bash': 4.1.3
'@cspell/dict-companies': 3.1.2
'@cspell/dict-cpp': 5.1.10
@@ -10816,9 +10712,9 @@ snapshots:
'@cspell/dict-docker': 1.1.7
'@cspell/dict-dotnet': 5.0.2
'@cspell/dict-elixir': 4.0.3
- '@cspell/dict-en-common-misspellings': 2.0.2
+ '@cspell/dict-en-common-misspellings': 2.0.3
'@cspell/dict-en-gb': 1.1.33
- '@cspell/dict-en_us': 4.3.22
+ '@cspell/dict-en_us': 4.3.23
'@cspell/dict-filetypes': 3.0.4
'@cspell/dict-fonts': 4.0.0
'@cspell/dict-fsharp': 1.0.1
@@ -10848,7 +10744,7 @@ snapshots:
'@cspell/dict-ruby': 5.0.2
'@cspell/dict-rust': 4.0.4
'@cspell/dict-scala': 5.0.2
- '@cspell/dict-software-terms': 3.4.6
+ '@cspell/dict-software-terms': 3.4.10
'@cspell/dict-sql': 2.1.3
'@cspell/dict-svelte': 1.0.2
'@cspell/dict-swift': 2.0.1
@@ -10856,23 +10752,23 @@ snapshots:
'@cspell/dict-typescript': 3.1.5
'@cspell/dict-vue': 3.0.0
- '@cspell/cspell-json-reporter@8.9.0':
+ '@cspell/cspell-json-reporter@8.11.0':
dependencies:
- '@cspell/cspell-types': 8.9.0
+ '@cspell/cspell-types': 8.11.0
- '@cspell/cspell-pipe@8.9.0': {}
+ '@cspell/cspell-pipe@8.11.0': {}
- '@cspell/cspell-resolver@8.9.0':
+ '@cspell/cspell-resolver@8.11.0':
dependencies:
global-directory: 4.0.1
- '@cspell/cspell-service-bus@8.9.0': {}
+ '@cspell/cspell-service-bus@8.11.0': {}
- '@cspell/cspell-types@8.9.0': {}
+ '@cspell/cspell-types@8.11.0': {}
'@cspell/dict-ada@4.0.2': {}
- '@cspell/dict-aws@4.0.2': {}
+ '@cspell/dict-aws@4.0.3': {}
'@cspell/dict-bash@4.1.3': {}
@@ -10898,11 +10794,11 @@ snapshots:
'@cspell/dict-elixir@4.0.3': {}
- '@cspell/dict-en-common-misspellings@2.0.2': {}
+ '@cspell/dict-en-common-misspellings@2.0.3': {}
'@cspell/dict-en-gb@1.1.33': {}
- '@cspell/dict-en_us@4.3.22': {}
+ '@cspell/dict-en_us@4.3.23': {}
'@cspell/dict-filetypes@3.0.4': {}
@@ -10964,7 +10860,7 @@ snapshots:
'@cspell/dict-scala@5.0.2': {}
- '@cspell/dict-software-terms@3.4.6': {}
+ '@cspell/dict-software-terms@3.4.10': {}
'@cspell/dict-sql@2.1.3': {}
@@ -10978,39 +10874,39 @@ snapshots:
'@cspell/dict-vue@3.0.0': {}
- '@cspell/dynamic-import@8.9.0':
+ '@cspell/dynamic-import@8.11.0':
dependencies:
import-meta-resolve: 4.1.0
- '@cspell/strong-weak-map@8.9.0': {}
+ '@cspell/strong-weak-map@8.11.0': {}
- '@cspell/url@8.9.0': {}
+ '@cspell/url@8.11.0': {}
'@cspotcode/source-map-support@0.8.1':
dependencies:
'@jridgewell/trace-mapping': 0.3.9
optional: true
- '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.38)':
+ '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.39)':
dependencies:
- '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.0.16)
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.0)
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
- '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.0.16)':
+ '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.0)':
dependencies:
- postcss-selector-parser: 6.0.16
+ postcss-selector-parser: 6.1.0
- '@datadog/browser-core@5.21.0': {}
+ '@datadog/browser-core@5.22.0': {}
- '@datadog/browser-rum-core@5.21.0':
+ '@datadog/browser-rum-core@5.22.0':
dependencies:
- '@datadog/browser-core': 5.21.0
+ '@datadog/browser-core': 5.22.0
- '@datadog/browser-rum@5.21.0':
+ '@datadog/browser-rum@5.22.0':
dependencies:
- '@datadog/browser-core': 5.21.0
- '@datadog/browser-rum-core': 5.21.0
+ '@datadog/browser-core': 5.22.0
+ '@datadog/browser-rum-core': 5.22.0
'@effect/schema@0.66.5(effect@3.0.3)(fast-check@3.17.2)':
dependencies:
@@ -11019,13 +10915,14 @@ snapshots:
'@elastic/elasticsearch@8.14.0':
dependencies:
- '@elastic/transport': 8.6.0
+ '@elastic/transport': 8.7.0
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
- '@elastic/transport@8.6.0':
+ '@elastic/transport@8.7.0':
dependencies:
+ '@opentelemetry/api': 1.9.0
debug: 4.3.5
hpagent: 1.2.0
ms: 2.1.3
@@ -11047,26 +10944,26 @@ snapshots:
'@envelop/types': 5.0.0
tslib: 2.6.3
- '@envelop/graphql-jit@8.0.3(@envelop/core@5.0.1)(graphql@16.8.2)':
+ '@envelop/graphql-jit@8.0.3(@envelop/core@5.0.1)(graphql@16.9.0)':
dependencies:
'@envelop/core': 5.0.1
- graphql: 16.8.2
- graphql-jit: 0.8.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-jit: 0.8.6(graphql@16.9.0)
tslib: 2.6.3
value-or-promise: 1.0.12
- '@envelop/on-resolve@4.1.0(@envelop/core@5.0.1)(graphql@16.8.2)':
+ '@envelop/on-resolve@4.1.0(@envelop/core@5.0.1)(graphql@16.9.0)':
dependencies:
'@envelop/core': 5.0.1
- graphql: 16.8.2
+ graphql: 16.9.0
- '@envelop/opentelemetry@6.3.1(@envelop/core@5.0.1)(graphql@16.8.2)':
+ '@envelop/opentelemetry@6.3.1(@envelop/core@5.0.1)(graphql@16.9.0)':
dependencies:
'@envelop/core': 5.0.1
- '@envelop/on-resolve': 4.1.0(@envelop/core@5.0.1)(graphql@16.8.2)
+ '@envelop/on-resolve': 4.1.0(@envelop/core@5.0.1)(graphql@16.9.0)
'@opentelemetry/api': 1.9.0
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- graphql: 16.8.2
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
'@envelop/types@5.0.0':
@@ -11092,6 +10989,9 @@ snapshots:
'@esbuild/aix-ppc64@0.21.5':
optional: true
+ '@esbuild/aix-ppc64@0.23.0':
+ optional: true
+
'@esbuild/android-arm64@0.18.20':
optional: true
@@ -11104,6 +11004,9 @@ snapshots:
'@esbuild/android-arm64@0.21.5':
optional: true
+ '@esbuild/android-arm64@0.23.0':
+ optional: true
+
'@esbuild/android-arm@0.18.20':
optional: true
@@ -11116,6 +11019,9 @@ snapshots:
'@esbuild/android-arm@0.21.5':
optional: true
+ '@esbuild/android-arm@0.23.0':
+ optional: true
+
'@esbuild/android-x64@0.18.20':
optional: true
@@ -11128,6 +11034,9 @@ snapshots:
'@esbuild/android-x64@0.21.5':
optional: true
+ '@esbuild/android-x64@0.23.0':
+ optional: true
+
'@esbuild/darwin-arm64@0.18.20':
optional: true
@@ -11140,6 +11049,9 @@ snapshots:
'@esbuild/darwin-arm64@0.21.5':
optional: true
+ '@esbuild/darwin-arm64@0.23.0':
+ optional: true
+
'@esbuild/darwin-x64@0.18.20':
optional: true
@@ -11152,6 +11064,9 @@ snapshots:
'@esbuild/darwin-x64@0.21.5':
optional: true
+ '@esbuild/darwin-x64@0.23.0':
+ optional: true
+
'@esbuild/freebsd-arm64@0.18.20':
optional: true
@@ -11164,6 +11079,9 @@ snapshots:
'@esbuild/freebsd-arm64@0.21.5':
optional: true
+ '@esbuild/freebsd-arm64@0.23.0':
+ optional: true
+
'@esbuild/freebsd-x64@0.18.20':
optional: true
@@ -11176,6 +11094,9 @@ snapshots:
'@esbuild/freebsd-x64@0.21.5':
optional: true
+ '@esbuild/freebsd-x64@0.23.0':
+ optional: true
+
'@esbuild/linux-arm64@0.18.20':
optional: true
@@ -11188,6 +11109,9 @@ snapshots:
'@esbuild/linux-arm64@0.21.5':
optional: true
+ '@esbuild/linux-arm64@0.23.0':
+ optional: true
+
'@esbuild/linux-arm@0.18.20':
optional: true
@@ -11200,6 +11124,9 @@ snapshots:
'@esbuild/linux-arm@0.21.5':
optional: true
+ '@esbuild/linux-arm@0.23.0':
+ optional: true
+
'@esbuild/linux-ia32@0.18.20':
optional: true
@@ -11212,6 +11139,9 @@ snapshots:
'@esbuild/linux-ia32@0.21.5':
optional: true
+ '@esbuild/linux-ia32@0.23.0':
+ optional: true
+
'@esbuild/linux-loong64@0.18.20':
optional: true
@@ -11224,6 +11154,9 @@ snapshots:
'@esbuild/linux-loong64@0.21.5':
optional: true
+ '@esbuild/linux-loong64@0.23.0':
+ optional: true
+
'@esbuild/linux-mips64el@0.18.20':
optional: true
@@ -11236,6 +11169,9 @@ snapshots:
'@esbuild/linux-mips64el@0.21.5':
optional: true
+ '@esbuild/linux-mips64el@0.23.0':
+ optional: true
+
'@esbuild/linux-ppc64@0.18.20':
optional: true
@@ -11248,6 +11184,9 @@ snapshots:
'@esbuild/linux-ppc64@0.21.5':
optional: true
+ '@esbuild/linux-ppc64@0.23.0':
+ optional: true
+
'@esbuild/linux-riscv64@0.18.20':
optional: true
@@ -11260,6 +11199,9 @@ snapshots:
'@esbuild/linux-riscv64@0.21.5':
optional: true
+ '@esbuild/linux-riscv64@0.23.0':
+ optional: true
+
'@esbuild/linux-s390x@0.18.20':
optional: true
@@ -11272,6 +11214,9 @@ snapshots:
'@esbuild/linux-s390x@0.21.5':
optional: true
+ '@esbuild/linux-s390x@0.23.0':
+ optional: true
+
'@esbuild/linux-x64@0.18.20':
optional: true
@@ -11284,6 +11229,9 @@ snapshots:
'@esbuild/linux-x64@0.21.5':
optional: true
+ '@esbuild/linux-x64@0.23.0':
+ optional: true
+
'@esbuild/netbsd-x64@0.18.20':
optional: true
@@ -11296,6 +11244,12 @@ snapshots:
'@esbuild/netbsd-x64@0.21.5':
optional: true
+ '@esbuild/netbsd-x64@0.23.0':
+ optional: true
+
+ '@esbuild/openbsd-arm64@0.23.0':
+ optional: true
+
'@esbuild/openbsd-x64@0.18.20':
optional: true
@@ -11308,6 +11262,9 @@ snapshots:
'@esbuild/openbsd-x64@0.21.5':
optional: true
+ '@esbuild/openbsd-x64@0.23.0':
+ optional: true
+
'@esbuild/sunos-x64@0.18.20':
optional: true
@@ -11320,6 +11277,9 @@ snapshots:
'@esbuild/sunos-x64@0.21.5':
optional: true
+ '@esbuild/sunos-x64@0.23.0':
+ optional: true
+
'@esbuild/win32-arm64@0.18.20':
optional: true
@@ -11332,6 +11292,9 @@ snapshots:
'@esbuild/win32-arm64@0.21.5':
optional: true
+ '@esbuild/win32-arm64@0.23.0':
+ optional: true
+
'@esbuild/win32-ia32@0.18.20':
optional: true
@@ -11344,6 +11307,9 @@ snapshots:
'@esbuild/win32-ia32@0.21.5':
optional: true
+ '@esbuild/win32-ia32@0.23.0':
+ optional: true
+
'@esbuild/win32-x64@0.18.20':
optional: true
@@ -11356,12 +11322,15 @@ snapshots:
'@esbuild/win32-x64@0.21.5':
optional: true
+ '@esbuild/win32-x64@0.23.0':
+ optional: true
+
'@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)':
dependencies:
eslint: 8.57.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.1': {}
+ '@eslint-community/regexpp@4.11.0': {}
'@eslint/eslintrc@2.1.4':
dependencies:
@@ -11416,32 +11385,32 @@ snapshots:
'@firebase/auth-interop-types@0.2.3': {}
- '@firebase/component@0.6.7':
+ '@firebase/component@0.6.8':
dependencies:
- '@firebase/util': 1.9.6
+ '@firebase/util': 1.9.7
tslib: 2.6.3
- '@firebase/database-compat@1.0.5':
+ '@firebase/database-compat@1.0.6':
dependencies:
- '@firebase/component': 0.6.7
- '@firebase/database': 1.0.5
- '@firebase/database-types': 1.0.3
+ '@firebase/component': 0.6.8
+ '@firebase/database': 1.0.6
+ '@firebase/database-types': 1.0.4
'@firebase/logger': 0.4.2
- '@firebase/util': 1.9.6
+ '@firebase/util': 1.9.7
tslib: 2.6.3
- '@firebase/database-types@1.0.3':
+ '@firebase/database-types@1.0.4':
dependencies:
'@firebase/app-types': 0.9.2
- '@firebase/util': 1.9.6
+ '@firebase/util': 1.9.7
- '@firebase/database@1.0.5':
+ '@firebase/database@1.0.6':
dependencies:
'@firebase/app-check-interop-types': 0.3.2
'@firebase/auth-interop-types': 0.2.3
- '@firebase/component': 0.6.7
+ '@firebase/component': 0.6.8
'@firebase/logger': 0.4.2
- '@firebase/util': 1.9.6
+ '@firebase/util': 1.9.7
faye-websocket: 0.11.4
tslib: 2.6.3
@@ -11449,26 +11418,28 @@ snapshots:
dependencies:
tslib: 2.6.3
- '@firebase/util@1.9.6':
+ '@firebase/util@1.9.7':
dependencies:
tslib: 2.6.3
- '@floating-ui/core@1.6.2':
+ '@floating-ui/core@1.6.4':
dependencies:
- '@floating-ui/utils': 0.2.2
+ '@floating-ui/utils': 0.2.4
- '@floating-ui/dom@1.6.5':
+ '@floating-ui/dom@1.6.7':
dependencies:
- '@floating-ui/core': 1.6.2
- '@floating-ui/utils': 0.2.2
+ '@floating-ui/core': 1.6.4
+ '@floating-ui/utils': 0.2.4
+
+ '@floating-ui/utils@0.2.4': {}
- '@floating-ui/utils@0.2.2': {}
+ '@gar/promisify@1.1.3': {}
- '@google-cloud/firestore@7.8.0(encoding@0.1.13)':
+ '@google-cloud/firestore@7.9.0(encoding@0.1.13)':
dependencies:
fast-deep-equal: 3.1.3
functional-red-black-tree: 1.0.1
- google-gax: 4.3.6(encoding@0.1.13)
+ google-gax: 4.3.8(encoding@0.1.13)
protobufjs: 7.3.2
transitivePeerDependencies:
- encoding
@@ -11487,7 +11458,7 @@ snapshots:
'@google-cloud/promisify@4.0.0':
optional: true
- '@google-cloud/storage@7.11.2(encoding@0.1.13)':
+ '@google-cloud/storage@7.12.0(encoding@0.1.13)':
dependencies:
'@google-cloud/paginator': 5.0.2
'@google-cloud/projectify': 4.0.0
@@ -11496,7 +11467,7 @@ snapshots:
async-retry: 1.3.3
duplexify: 4.1.3
fast-xml-parser: 4.4.0
- gaxios: 6.6.0(encoding@0.1.13)
+ gaxios: 6.7.0(encoding@0.1.13)
google-auth-library: 9.11.0(encoding@0.1.13)
html-entities: 2.5.2
mime: 3.0.0
@@ -11509,210 +11480,210 @@ snapshots:
- supports-color
optional: true
- '@graphql-codegen/core@4.0.2(graphql@16.8.2)':
+ '@graphql-codegen/core@4.0.2(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 8.13.1(graphql@16.8.2)
+ '@graphql-tools/utils': 8.13.1(graphql@16.9.0)
change-case-all: 1.0.14
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.4.1
- '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
change-case-all: 1.0.15
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.4.1
- '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.8.2)':
+ '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
change-case-all: 1.0.15
common-tags: 1.8.2
- graphql: 16.8.2
+ graphql: 16.9.0
import-from: 4.0.0
lodash: 4.17.21
tslib: 2.6.3
- '@graphql-codegen/schema-ast@4.0.2(graphql@16.8.2)':
+ '@graphql-codegen/schema-ast@4.1.0(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-codegen/typed-document-node@5.0.7(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-codegen/typed-document-node@5.0.9(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(encoding@0.1.13)(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.3.1(encoding@0.1.13)(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript-operations@4.2.1(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-codegen/typescript-operations@4.2.3(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/typescript': 4.0.7(encoding@0.1.13)(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(encoding@0.1.13)(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-codegen/typescript': 4.0.9(encoding@0.1.13)(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.3.1(encoding@0.1.13)(graphql@16.9.0)
auto-bind: 4.0.0
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript-urql-graphcache@3.1.0(@urql/exchange-graphcache@6.5.1(graphql@16.8.2))(encoding@0.1.13)(graphql-tag@2.12.6(graphql@16.8.2))(graphql@16.8.2)':
+ '@graphql-codegen/typescript-urql-graphcache@3.1.0(@urql/exchange-graphcache@6.5.1(graphql@16.9.0))(encoding@0.1.13)(graphql-tag@2.12.6(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 2.13.1(encoding@0.1.13)(graphql@16.8.2)
- '@urql/exchange-graphcache': 6.5.1(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 2.13.1(encoding@0.1.13)(graphql@16.9.0)
+ '@urql/exchange-graphcache': 6.5.1(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/typescript@4.0.7(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-codegen/typescript@4.0.9(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.2)
- '@graphql-codegen/visitor-plugin-common': 5.2.0(encoding@0.1.13)(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-codegen/schema-ast': 4.1.0(graphql@16.9.0)
+ '@graphql-codegen/visitor-plugin-common': 5.3.1(encoding@0.1.13)(graphql@16.9.0)
auto-bind: 4.0.0
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/visitor-plugin-common@2.13.1(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-codegen/visitor-plugin-common@2.13.1(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.2)
- '@graphql-tools/optimize': 1.4.0(graphql@16.8.2)
- '@graphql-tools/relay-operation-optimizer': 6.5.18(encoding@0.1.13)(graphql@16.8.2)
- '@graphql-tools/utils': 8.13.1(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.9.0)
+ '@graphql-tools/optimize': 1.4.0(graphql@16.9.0)
+ '@graphql-tools/relay-operation-optimizer': 6.5.18(encoding@0.1.13)(graphql@16.9.0)
+ '@graphql-tools/utils': 8.13.1(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.14
dependency-graph: 0.11.0
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
parse-filepath: 1.0.2
tslib: 2.4.1
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-codegen/visitor-plugin-common@5.2.0(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-codegen/visitor-plugin-common@5.3.1(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2)
- '@graphql-tools/optimize': 2.0.0(graphql@16.8.2)
- '@graphql-tools/relay-operation-optimizer': 7.0.1(encoding@0.1.13)(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0)
+ '@graphql-tools/optimize': 2.0.0(graphql@16.9.0)
+ '@graphql-tools/relay-operation-optimizer': 7.0.1(encoding@0.1.13)(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
dependency-graph: 0.11.0
- graphql: 16.8.2
- graphql-tag: 2.12.6(graphql@16.8.2)
+ graphql: 16.9.0
+ graphql-tag: 2.12.6(graphql@16.9.0)
parse-filepath: 1.0.2
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/executor@1.2.6(graphql@16.8.2)':
+ '@graphql-tools/executor@1.2.8(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
'@repeaterjs/repeater': 3.0.6(patch_hash=xmadoesokd3bcqnmrsbdxmyp4q)
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
value-or-promise: 1.0.12
- '@graphql-tools/merge@9.0.4(graphql@16.8.2)':
+ '@graphql-tools/merge@9.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-tools/optimize@1.4.0(graphql@16.8.2)':
+ '@graphql-tools/optimize@1.4.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-tools/optimize@2.0.0(graphql@16.8.2)':
+ '@graphql-tools/optimize@2.0.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-tools/relay-operation-optimizer@6.5.18(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-tools/relay-operation-optimizer@6.5.18(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.8.2)
- '@graphql-tools/utils': 9.2.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.9.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/relay-operation-optimizer@7.0.1(encoding@0.1.13)(graphql@16.8.2)':
+ '@graphql-tools/relay-operation-optimizer@7.0.1(encoding@0.1.13)(graphql@16.9.0)':
dependencies:
- '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@ardatan/relay-compiler': 12.0.0(encoding@0.1.13)(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
transitivePeerDependencies:
- encoding
- supports-color
- '@graphql-tools/schema@10.0.4(graphql@16.8.2)':
+ '@graphql-tools/schema@10.0.4(graphql@16.9.0)':
dependencies:
- '@graphql-tools/merge': 9.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-tools/merge': 9.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
value-or-promise: 1.0.12
- '@graphql-tools/utils@10.2.2(graphql@16.8.2)':
+ '@graphql-tools/utils@10.3.2(graphql@16.9.0)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
cross-inspect: 1.0.0
dset: 3.1.3
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-tools/utils@8.13.1(graphql@16.8.2)':
+ '@graphql-tools/utils@8.13.1(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-tools/utils@9.2.1(graphql@16.8.2)':
+ '@graphql-tools/utils@9.2.1(graphql@16.9.0)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
- graphql: 16.8.2
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
+ graphql: 16.9.0
tslib: 2.6.3
- '@graphql-typed-document-node/core@3.2.0(graphql@16.8.2)':
+ '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
'@graphql-yoga/logger@2.0.0':
dependencies:
@@ -11730,7 +11701,7 @@ snapshots:
'@repeaterjs/repeater': 3.0.6(patch_hash=xmadoesokd3bcqnmrsbdxmyp4q)
tslib: 2.6.3
- '@grpc/grpc-js@1.10.9':
+ '@grpc/grpc-js@1.11.1':
dependencies:
'@grpc/proto-loader': 0.7.13
'@js-sdsl/ordered-map': 4.4.2
@@ -11754,7 +11725,7 @@ snapshots:
'@humanwhocodes/object-schema@2.0.3': {}
- '@iconify/json@2.2.220':
+ '@iconify/json@2.2.228':
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.2
@@ -11762,7 +11733,7 @@ snapshots:
'@iconify/tools@4.0.4':
dependencies:
'@iconify/types': 2.0.0
- '@iconify/utils': 2.1.24
+ '@iconify/utils': 2.1.25
'@types/tar': 6.1.13
axios: 1.7.2
cheerio: 1.0.0-rc.12
@@ -11777,10 +11748,10 @@ snapshots:
'@iconify/types@2.0.0': {}
- '@iconify/utils@2.1.24':
+ '@iconify/utils@2.1.25':
dependencies:
'@antfu/install-pkg': 0.1.1
- '@antfu/utils': 0.7.8
+ '@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
debug: 4.3.5
kolorist: 1.8.0
@@ -11879,33 +11850,37 @@ snapshots:
'@jimp/bmp@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
bmp-js: 0.1.0
'@jimp/core@0.16.13':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/utils': 0.16.13
any-base: 1.1.0
buffer: 5.7.1
exif-parser: 0.1.12
file-type: 16.5.4
- load-bmfont: 1.4.1
+ load-bmfont: 1.4.2
mkdirp: 0.5.6
phin: 2.9.3
pixelmatch: 4.0.2
tinycolor2: 1.6.0
+ transitivePeerDependencies:
+ - debug
'@jimp/custom@0.16.13':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/core': 0.16.13
+ transitivePeerDependencies:
+ - debug
'@jimp/gif@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
gifwrap: 0.9.4
@@ -11913,39 +11888,39 @@ snapshots:
'@jimp/jpeg@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
jpeg-js: 0.4.4
'@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-blur@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-circle@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-color@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
tinycolor2: 1.6.0
'@jimp/plugin-contain@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-scale@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13)))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13)
@@ -11954,7 +11929,7 @@ snapshots:
'@jimp/plugin-cover@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-scale@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13)))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-crop': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13)
@@ -11963,76 +11938,78 @@ snapshots:
'@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-displace@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-dither@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-fisheye@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-flip@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-rotate@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13)))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-rotate': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))
'@jimp/utils': 0.16.13
'@jimp/plugin-gaussian@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-invert@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-mask@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-normalize@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-print@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13)
'@jimp/utils': 0.16.13
- load-bmfont: 1.4.1
+ load-bmfont: 1.4.2
+ transitivePeerDependencies:
+ - debug
'@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
'@jimp/plugin-rotate@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blit@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-crop@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-crop': 0.16.13(@jimp/custom@0.16.13)
@@ -12041,14 +12018,14 @@ snapshots:
'@jimp/plugin-scale@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13)
'@jimp/utils': 0.16.13
'@jimp/plugin-shadow@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blur@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-blur': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13)
@@ -12056,7 +12033,7 @@ snapshots:
'@jimp/plugin-threshold@0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-color@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-color': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-resize': 0.16.13(@jimp/custom@0.16.13)
@@ -12064,7 +12041,7 @@ snapshots:
'@jimp/plugins@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugin-blit': 0.16.13(@jimp/custom@0.16.13)
'@jimp/plugin-blur': 0.16.13(@jimp/custom@0.16.13)
@@ -12088,23 +12065,25 @@ snapshots:
'@jimp/plugin-shadow': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-blur@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))
'@jimp/plugin-threshold': 0.16.13(@jimp/custom@0.16.13)(@jimp/plugin-color@0.16.13(@jimp/custom@0.16.13))(@jimp/plugin-resize@0.16.13(@jimp/custom@0.16.13))
timm: 1.7.1
+ transitivePeerDependencies:
+ - debug
'@jimp/png@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/utils': 0.16.13
pngjs: 3.4.0
'@jimp/tiff@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
utif: 2.0.1
'@jimp/types@0.16.13(@jimp/custom@0.16.13)':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/bmp': 0.16.13(@jimp/custom@0.16.13)
'@jimp/custom': 0.16.13
'@jimp/gif': 0.16.13(@jimp/custom@0.16.13)
@@ -12115,30 +12094,30 @@ snapshots:
'@jimp/utils@0.16.13':
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
regenerator-runtime: 0.13.11
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.2': {}
'@jridgewell/set-array@1.2.1': {}
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping@0.3.9':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
optional: true
'@js-sdsl/ordered-map@4.4.2': {}
@@ -12172,13 +12151,13 @@ snapshots:
dependencies:
agent-base: 7.1.1
http-proxy-agent: 7.0.2
- https-proxy-agent: 7.0.4
- lru-cache: 10.2.2
- socks-proxy-agent: 8.0.3
+ https-proxy-agent: 7.0.5
+ lru-cache: 10.4.3
+ socks-proxy-agent: 8.0.4
transitivePeerDependencies:
- supports-color
- '@npmcli/arborist@7.5.3':
+ '@npmcli/arborist@7.5.4':
dependencies:
'@isaacs/string-locale-compare': 1.1.0
'@npmcli/fs': 3.1.1
@@ -12192,17 +12171,17 @@ snapshots:
'@npmcli/redact': 2.0.1
'@npmcli/run-script': 8.1.0
bin-links: 4.0.4
- cacache: 18.0.3
+ cacache: 18.0.4
common-ancestor-path: 1.0.1
hosted-git-info: 7.0.2
json-parse-even-better-errors: 3.0.2
json-stringify-nice: 1.1.4
- lru-cache: 10.2.2
- minimatch: 9.0.4
+ lru-cache: 10.4.3
+ minimatch: 9.0.5
nopt: 7.2.1
npm-install-checks: 6.3.0
npm-package-arg: 11.0.2
- npm-pick-manifest: 9.0.1
+ npm-pick-manifest: 9.1.0
npm-registry-fetch: 17.1.0
pacote: 18.0.6
parse-conflict-json: 3.0.1
@@ -12211,7 +12190,7 @@ snapshots:
promise-all-reject-late: 1.0.1
promise-call-limit: 3.0.1
read-package-json-fast: 3.0.2
- semver: 7.6.2
+ semver: 7.6.3
ssri: 10.0.6
treeverse: 3.0.0
walk-up-path: 3.0.1
@@ -12219,19 +12198,25 @@ snapshots:
- bluebird
- supports-color
+ '@npmcli/fs@2.1.2':
+ dependencies:
+ '@gar/promisify': 1.1.3
+ semver: 7.6.3
+
'@npmcli/fs@3.1.1':
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
- '@npmcli/git@5.0.7':
+ '@npmcli/git@5.0.8':
dependencies:
'@npmcli/promise-spawn': 7.0.2
- lru-cache: 10.2.2
- npm-pick-manifest: 9.0.1
+ ini: 4.1.3
+ lru-cache: 10.4.3
+ npm-pick-manifest: 9.1.0
proc-log: 4.2.0
promise-inflight: 1.0.1
promise-retry: 2.0.1
- semver: 7.6.2
+ semver: 7.6.3
which: 4.0.0
transitivePeerDependencies:
- bluebird
@@ -12244,34 +12229,39 @@ snapshots:
'@npmcli/map-workspaces@3.0.6':
dependencies:
'@npmcli/name-from-folder': 2.0.0
- glob: 10.4.2
- minimatch: 9.0.4
+ glob: 10.4.5
+ minimatch: 9.0.5
read-package-json-fast: 3.0.2
'@npmcli/metavuln-calculator@7.1.1':
dependencies:
- cacache: 18.0.3
+ cacache: 18.0.4
json-parse-even-better-errors: 3.0.2
pacote: 18.0.6
proc-log: 4.2.0
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- bluebird
- supports-color
+ '@npmcli/move-file@2.0.1':
+ dependencies:
+ mkdirp: 1.0.4
+ rimraf: 3.0.2
+
'@npmcli/name-from-folder@2.0.0': {}
'@npmcli/node-gyp@3.0.0': {}
'@npmcli/package-json@5.2.0':
dependencies:
- '@npmcli/git': 5.0.7
- glob: 10.4.2
+ '@npmcli/git': 5.0.8
+ glob: 10.4.5
hosted-git-info: 7.0.2
json-parse-even-better-errors: 3.0.2
- normalize-package-data: 6.0.1
+ normalize-package-data: 6.0.2
proc-log: 4.2.0
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- bluebird
@@ -12281,7 +12271,7 @@ snapshots:
'@npmcli/query@3.1.0':
dependencies:
- postcss-selector-parser: 6.1.0
+ postcss-selector-parser: 6.1.1
'@npmcli/redact@2.0.1': {}
@@ -12290,7 +12280,7 @@ snapshots:
'@npmcli/node-gyp': 3.0.0
'@npmcli/package-json': 5.2.0
'@npmcli/promise-spawn': 7.0.2
- node-gyp: 10.1.0
+ node-gyp: 10.2.0
proc-log: 4.2.0
which: 4.0.0
transitivePeerDependencies:
@@ -12314,375 +12304,340 @@ snapshots:
'@oozcitak/util@8.3.8': {}
- '@opentelemetry/api-logs@0.51.1':
- dependencies:
- '@opentelemetry/api': 1.9.0
-
- '@opentelemetry/api-logs@0.52.0':
- dependencies:
- '@opentelemetry/api': 1.9.0
-
- '@opentelemetry/api-metrics@0.32.0':
+ '@opentelemetry/api-logs@0.52.1':
dependencies:
'@opentelemetry/api': 1.9.0
'@opentelemetry/api@1.9.0': {}
- '@opentelemetry/context-async-hooks@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/context-async-hooks@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/semantic-conventions': 1.25.1
- '@opentelemetry/exporter-zipkin@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/exporter-zipkin@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
- '@opentelemetry/instrumentation-connect@0.37.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-connect@0.38.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
'@types/connect': 3.4.36
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-express@0.40.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-express@0.41.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-fastify@0.37.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-fastify@0.38.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-graphql@0.41.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-graphql@0.42.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-grpc@0.32.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-grpc@0.52.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-metrics': 0.32.0
- '@opentelemetry/instrumentation': 0.32.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.6.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-hapi@0.39.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-hapi@0.40.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-http@0.52.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-http@0.52.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
- semver: 7.6.2
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-ioredis@0.41.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-ioredis@0.42.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
'@opentelemetry/redis-common': 0.36.2
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-koa@0.41.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-koa@0.42.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
- '@types/koa': 2.14.0
- '@types/koa__router': 12.0.3
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mongodb@0.45.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mongodb@0.46.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-metrics': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-metrics': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mongoose@0.39.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mongoose@0.40.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mysql2@0.39.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mysql2@0.40.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
'@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mysql@0.39.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mysql@0.40.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
'@types/mysql': 2.15.22
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-nestjs-core@0.38.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-nestjs-core@0.39.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-pg@0.42.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-pg@0.43.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
'@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0)
'@types/pg': 8.6.1
'@types/pg-pool': 2.0.4
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-redis-4@0.40.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-redis-4@0.41.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
'@opentelemetry/redis-common': 0.36.2
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation@0.32.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation@0.46.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-metrics': 0.32.0
- require-in-the-middle: 5.2.0
- semver: 7.6.2
- shimmer: 1.2.1
- transitivePeerDependencies:
- - supports-color
-
- '@opentelemetry/instrumentation@0.43.0(@opentelemetry/api@1.9.0)':
- dependencies:
- '@opentelemetry/api': 1.9.0
- '@types/shimmer': 1.0.5
- import-in-the-middle: 1.4.2
+ '@types/shimmer': 1.2.0
+ import-in-the-middle: 1.7.1
require-in-the-middle: 7.3.0
- semver: 7.6.2
+ semver: 7.6.3
shimmer: 1.2.1
transitivePeerDependencies:
- supports-color
optional: true
- '@opentelemetry/instrumentation@0.51.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs': 0.51.1
- '@types/shimmer': 1.0.5
- import-in-the-middle: 1.7.4
+ '@opentelemetry/api-logs': 0.52.1
+ '@types/shimmer': 1.2.0
+ import-in-the-middle: 1.9.1
require-in-the-middle: 7.3.0
- semver: 7.6.2
+ semver: 7.6.3
shimmer: 1.2.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation@0.52.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/propagator-b3@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs': 0.52.0
- '@types/shimmer': 1.0.5
- import-in-the-middle: 1.8.0
- require-in-the-middle: 7.3.0
- semver: 7.6.2
- shimmer: 1.2.1
- transitivePeerDependencies:
- - supports-color
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/propagator-b3@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/propagator-jaeger@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
-
- '@opentelemetry/propagator-jaeger@1.25.0(@opentelemetry/api@1.9.0)':
- dependencies:
- '@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
'@opentelemetry/redis-common@0.36.2': {}
- '@opentelemetry/resources@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/resources@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
- '@opentelemetry/sdk-metrics@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/sdk-metrics@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 1.25.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0)
lodash.merge: 4.6.2
- '@opentelemetry/sdk-trace-base@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
- '@opentelemetry/sdk-trace-node@1.25.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/sdk-trace-node@1.25.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/context-async-hooks': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/propagator-b3': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/propagator-jaeger': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- semver: 7.6.2
-
- '@opentelemetry/semantic-conventions@1.25.0': {}
+ '@opentelemetry/context-async-hooks': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/propagator-b3': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/propagator-jaeger': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ semver: 7.6.3
- '@opentelemetry/semantic-conventions@1.6.0': {}
+ '@opentelemetry/semantic-conventions@1.25.1': {}
'@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
- '@pandacss/config@0.41.0':
+ '@pandacss/config@0.42.0':
dependencies:
- '@pandacss/logger': 0.41.0
- '@pandacss/preset-base': 0.41.0
- '@pandacss/preset-panda': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/types': 0.41.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/preset-base': 0.42.0
+ '@pandacss/preset-panda': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/types': 0.42.0
bundle-n-require: 1.1.1
escalade: 3.1.2
merge-anything: 5.1.7
microdiff: 1.3.2
typescript: 5.3.3
- '@pandacss/core@0.41.0':
+ '@pandacss/core@0.42.0':
dependencies:
- '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.38)
- '@pandacss/is-valid-prop': 0.41.0
- '@pandacss/logger': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/token-dictionary': 0.41.0
- '@pandacss/types': 0.41.0
- browserslist: 4.23.0
+ '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.39)
+ '@pandacss/is-valid-prop': 0.42.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/token-dictionary': 0.42.0
+ '@pandacss/types': 0.42.0
+ browserslist: 4.23.1
hookable: 5.5.3
- lightningcss: 1.23.0
+ lightningcss: 1.25.1
lodash.merge: 4.6.2
outdent: 0.8.0
- postcss: 8.4.38
- postcss-discard-duplicates: 7.0.0(postcss@8.4.38)
- postcss-discard-empty: 7.0.0(postcss@8.4.38)
- postcss-merge-rules: 7.0.0(postcss@8.4.38)
- postcss-minify-selectors: 7.0.0(postcss@8.4.38)
- postcss-nested: 6.0.1(postcss@8.4.38)
- postcss-normalize-whitespace: 7.0.0(postcss@8.4.38)
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.39
+ postcss-discard-duplicates: 7.0.0(postcss@8.4.39)
+ postcss-discard-empty: 7.0.0(postcss@8.4.39)
+ postcss-merge-rules: 7.0.2(postcss@8.4.39)
+ postcss-minify-selectors: 7.0.2(postcss@8.4.39)
+ postcss-nested: 6.0.1(postcss@8.4.39)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.4.39)
+ postcss-selector-parser: 6.1.0
ts-pattern: 5.0.8
- '@pandacss/dev@0.41.0(jsdom@24.1.0)(typescript@5.4.5)':
+ '@pandacss/dev@0.42.0(jsdom@24.1.0)(typescript@5.5.3)':
dependencies:
'@clack/prompts': 0.7.0
- '@pandacss/config': 0.41.0
- '@pandacss/logger': 0.41.0
- '@pandacss/node': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
- '@pandacss/postcss': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
- '@pandacss/preset-panda': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/token-dictionary': 0.41.0
- '@pandacss/types': 0.41.0
+ '@pandacss/config': 0.42.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/node': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
+ '@pandacss/postcss': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
+ '@pandacss/preset-panda': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/token-dictionary': 0.42.0
+ '@pandacss/types': 0.42.0
cac: 6.7.14
transitivePeerDependencies:
- jsdom
- typescript
- '@pandacss/extractor@0.41.0(jsdom@24.1.0)(typescript@5.4.5)':
+ '@pandacss/extractor@0.42.0(jsdom@24.1.0)(typescript@5.5.3)':
dependencies:
- '@pandacss/shared': 0.41.0
- ts-evaluator: 1.2.0(jsdom@24.1.0)(typescript@5.4.5)
+ '@pandacss/shared': 0.42.0
+ ts-evaluator: 1.2.0(jsdom@24.1.0)(typescript@5.5.3)
ts-morph: 21.0.1
transitivePeerDependencies:
- jsdom
- typescript
- '@pandacss/generator@0.41.0':
+ '@pandacss/generator@0.42.0':
dependencies:
- '@pandacss/core': 0.41.0
- '@pandacss/is-valid-prop': 0.41.0
- '@pandacss/logger': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/token-dictionary': 0.41.0
- '@pandacss/types': 0.41.0
+ '@pandacss/core': 0.42.0
+ '@pandacss/is-valid-prop': 0.42.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/token-dictionary': 0.42.0
+ '@pandacss/types': 0.42.0
javascript-stringify: 2.1.0
outdent: 0.8.0
pluralize: 8.0.0
postcss: 8.4.38
ts-pattern: 5.0.8
- '@pandacss/is-valid-prop@0.41.0': {}
+ '@pandacss/is-valid-prop@0.42.0': {}
- '@pandacss/logger@0.41.0':
+ '@pandacss/logger@0.42.0':
dependencies:
- '@pandacss/types': 0.41.0
+ '@pandacss/types': 0.42.0
kleur: 4.1.5
- '@pandacss/node@0.41.0(jsdom@24.1.0)(typescript@5.4.5)':
- dependencies:
- '@pandacss/config': 0.41.0
- '@pandacss/core': 0.41.0
- '@pandacss/extractor': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
- '@pandacss/generator': 0.41.0
- '@pandacss/logger': 0.41.0
- '@pandacss/parser': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
- '@pandacss/shared': 0.41.0
- '@pandacss/token-dictionary': 0.41.0
- '@pandacss/types': 0.41.0
- browserslist: 4.23.0
+ '@pandacss/node@0.42.0(jsdom@24.1.0)(typescript@5.5.3)':
+ dependencies:
+ '@pandacss/config': 0.42.0
+ '@pandacss/core': 0.42.0
+ '@pandacss/extractor': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
+ '@pandacss/generator': 0.42.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/parser': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
+ '@pandacss/shared': 0.42.0
+ '@pandacss/token-dictionary': 0.42.0
+ '@pandacss/types': 0.42.0
+ browserslist: 4.23.1
chokidar: 3.6.0
fast-glob: 3.3.2
file-size: 1.0.0
@@ -12701,19 +12656,19 @@ snapshots:
prettier: 3.2.5
ts-morph: 21.0.1
ts-pattern: 5.0.8
- tsconfck: 3.0.2(typescript@5.4.5)
+ tsconfck: 3.0.2(typescript@5.5.3)
transitivePeerDependencies:
- jsdom
- typescript
- '@pandacss/parser@0.41.0(jsdom@24.1.0)(typescript@5.4.5)':
+ '@pandacss/parser@0.42.0(jsdom@24.1.0)(typescript@5.5.3)':
dependencies:
- '@pandacss/config': 0.41.0
- '@pandacss/core': 0.41.0
- '@pandacss/extractor': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
- '@pandacss/logger': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/types': 0.41.0
+ '@pandacss/config': 0.42.0
+ '@pandacss/core': 0.42.0
+ '@pandacss/extractor': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
+ '@pandacss/logger': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/types': 0.42.0
'@vue/compiler-sfc': 3.4.19
magic-string: 0.30.10
ts-morph: 21.0.1
@@ -12722,32 +12677,32 @@ snapshots:
- jsdom
- typescript
- '@pandacss/postcss@0.41.0(jsdom@24.1.0)(typescript@5.4.5)':
+ '@pandacss/postcss@0.42.0(jsdom@24.1.0)(typescript@5.5.3)':
dependencies:
- '@pandacss/node': 0.41.0(jsdom@24.1.0)(typescript@5.4.5)
+ '@pandacss/node': 0.42.0(jsdom@24.1.0)(typescript@5.5.3)
postcss: 8.4.38
transitivePeerDependencies:
- jsdom
- typescript
- '@pandacss/preset-base@0.41.0':
+ '@pandacss/preset-base@0.42.0':
dependencies:
- '@pandacss/types': 0.41.0
+ '@pandacss/types': 0.42.0
- '@pandacss/preset-panda@0.41.0':
+ '@pandacss/preset-panda@0.42.0':
dependencies:
- '@pandacss/types': 0.41.0
+ '@pandacss/types': 0.42.0
- '@pandacss/shared@0.41.0': {}
+ '@pandacss/shared@0.42.0': {}
- '@pandacss/token-dictionary@0.41.0':
+ '@pandacss/token-dictionary@0.42.0':
dependencies:
- '@pandacss/logger': 0.41.0
- '@pandacss/shared': 0.41.0
- '@pandacss/types': 0.41.0
+ '@pandacss/logger': 0.42.0
+ '@pandacss/shared': 0.42.0
+ '@pandacss/types': 0.42.0
ts-pattern: 5.0.8
- '@pandacss/types@0.41.0': {}
+ '@pandacss/types@0.42.0': {}
'@paralleldrive/cuid2@2.2.2':
dependencies:
@@ -12760,9 +12715,9 @@ snapshots:
'@pkgr/core@0.1.1': {}
- '@playwright/test@1.44.1':
+ '@playwright/test@1.45.2':
dependencies:
- playwright: 1.44.1
+ playwright: 1.45.2
'@pnpm/constants@8.0.0': {}
@@ -12777,55 +12732,55 @@ snapshots:
'@polka/url@1.0.0-next.25': {}
- '@pothos/core@3.41.1(graphql@16.8.2)':
+ '@pothos/core@4.0.2(graphql@16.9.0)':
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- '@pothos/plugin-dataloader@3.18.1(@pothos/core@3.41.1(graphql@16.8.2))(dataloader@2.2.2)(graphql@16.8.2)':
+ '@pothos/plugin-dataloader@4.0.2(@pothos/core@4.0.2(graphql@16.9.0))(dataloader@2.2.2)(graphql@16.9.0)':
dependencies:
- '@pothos/core': 3.41.1(graphql@16.8.2)
+ '@pothos/core': 4.0.2(graphql@16.9.0)
dataloader: 2.2.2
- graphql: 16.8.2
+ graphql: 16.9.0
- '@pothos/plugin-scope-auth@3.22.0(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2)':
+ '@pothos/plugin-scope-auth@4.0.2(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
- '@pothos/core': 3.41.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@pothos/core': 4.0.2(graphql@16.9.0)
+ graphql: 16.9.0
- '@pothos/plugin-simple-objects@3.7.0(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2)':
+ '@pothos/plugin-simple-objects@4.0.3(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
- '@pothos/core': 3.41.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@pothos/core': 4.0.2(graphql@16.9.0)
+ graphql: 16.9.0
- '@pothos/plugin-tracing@0.5.8(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2)':
+ '@pothos/plugin-tracing@1.0.2(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
- '@pothos/core': 3.41.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@pothos/core': 4.0.2(graphql@16.9.0)
+ graphql: 16.9.0
- '@pothos/plugin-validation@3.10.1(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2)(zod@3.23.8)':
+ '@pothos/plugin-zod@4.0.2(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0)(zod@3.23.8)':
dependencies:
- '@pothos/core': 3.41.1(graphql@16.8.2)
- graphql: 16.8.2
+ '@pothos/core': 4.0.2(graphql@16.9.0)
+ graphql: 16.9.0
zod: 3.23.8
- '@pothos/tracing-opentelemetry@0.6.9(@opentelemetry/api@1.9.0)(@opentelemetry/semantic-conventions@1.25.0)(@pothos/core@3.41.1(graphql@16.8.2))(@pothos/plugin-tracing@0.5.8(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2))(graphql@16.8.2)':
+ '@pothos/tracing-opentelemetry@1.0.2(@opentelemetry/api@1.9.0)(@opentelemetry/semantic-conventions@1.25.1)(@pothos/core@4.0.2(graphql@16.9.0))(@pothos/plugin-tracing@1.0.2(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/semantic-conventions': 1.25.0
- '@pothos/core': 3.41.1(graphql@16.8.2)
- '@pothos/plugin-tracing': 0.5.8(@pothos/core@3.41.1(graphql@16.8.2))(graphql@16.8.2)
- graphql: 16.8.2
+ '@opentelemetry/semantic-conventions': 1.25.1
+ '@pothos/core': 4.0.2(graphql@16.9.0)
+ '@pothos/plugin-tracing': 1.0.2(@pothos/core@4.0.2(graphql@16.9.0))(graphql@16.9.0)
+ graphql: 16.9.0
- '@prettier/plugin-xml@3.4.1(prettier@3.3.2)':
+ '@prettier/plugin-xml@3.4.1(prettier@3.3.3)':
dependencies:
'@xml-tools/parser': 1.0.11
- prettier: 3.3.2
+ prettier: 3.3.3
- '@prisma/instrumentation@5.15.0':
+ '@prisma/instrumentation@5.16.1':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.51.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
@@ -12852,18 +12807,18 @@ snapshots:
'@protobufjs/utf8@1.1.0': {}
- '@pulumi/aws-native@0.108.4(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/aws-native@0.111.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
transitivePeerDependencies:
- bluebird
- supports-color
- ts-node
- typescript
- '@pulumi/aws@6.41.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/aws@6.45.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
builtin-modules: 3.0.0
mime: 2.6.0
resolve: 1.22.8
@@ -12873,12 +12828,12 @@ snapshots:
- ts-node
- typescript
- '@pulumi/kubernetes@4.13.1(encoding@0.1.13)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/kubernetes@4.15.0(encoding@0.1.13)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
'@types/node-fetch': 2.6.11
'@types/tmp': 0.0.33
- glob: 10.4.2
+ glob: 10.4.5
node-fetch: 2.7.0(encoding@0.1.13)
shell-quote: 1.8.1
tmp: 0.0.33
@@ -12889,68 +12844,68 @@ snapshots:
- ts-node
- typescript
- '@pulumi/pulumi@3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/pulumi@3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@grpc/grpc-js': 1.10.9
+ '@grpc/grpc-js': 1.11.1
'@logdna/tail-file': 2.2.0
- '@npmcli/arborist': 7.5.3
+ '@npmcli/arborist': 7.5.4
'@opentelemetry/api': 1.9.0
- '@opentelemetry/exporter-zipkin': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.32.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-grpc': 0.32.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-node': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/exporter-zipkin': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-grpc': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-node': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
'@pulumi/query': 0.3.0
'@types/google-protobuf': 3.15.12
'@types/semver': 7.5.8
'@types/tmp': 0.2.6
execa: 5.1.1
fdir: 6.1.1(picomatch@3.0.1)
- google-protobuf: 3.21.2
+ google-protobuf: 3.21.4
got: 11.8.6
ini: 2.0.0
js-yaml: 3.14.1
minimist: 1.2.8
- normalize-package-data: 6.0.1
+ normalize-package-data: 6.0.2
picomatch: 3.0.1
pkg-dir: 7.0.0
require-from-string: 2.0.2
- semver: 7.6.2
+ semver: 7.6.3
source-map-support: 0.5.21
tmp: 0.2.3
upath: 1.2.0
optionalDependencies:
- ts-node: 10.9.2(@types/node@20.14.5)(typescript@5.4.5)
- typescript: 5.4.5
+ ts-node: 10.9.2(@types/node@20.14.11)(typescript@5.5.3)
+ typescript: 5.5.3
transitivePeerDependencies:
- bluebird
- supports-color
'@pulumi/query@0.3.0': {}
- '@pulumi/random@4.16.2(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/random@4.16.3(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
transitivePeerDependencies:
- bluebird
- supports-color
- ts-node
- typescript
- '@pulumi/tailscale@0.16.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/tailscale@0.16.1(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
transitivePeerDependencies:
- bluebird
- supports-color
- ts-node
- typescript
- '@pulumi/tls@5.0.3(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)':
+ '@pulumi/tls@5.0.4(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)':
dependencies:
- '@pulumi/pulumi': 3.120.0(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))(typescript@5.4.5)
+ '@pulumi/pulumi': 3.124.0(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))(typescript@5.5.3)
transitivePeerDependencies:
- bluebird
- supports-color
@@ -13012,103 +12967,103 @@ snapshots:
'@resvg/resvg-js-win32-ia32-msvc': 2.6.2
'@resvg/resvg-js-win32-x64-msvc': 2.6.2
- '@rollup/rollup-android-arm-eabi@4.18.0':
+ '@rollup/rollup-android-arm-eabi@4.18.1':
optional: true
- '@rollup/rollup-android-arm64@4.18.0':
+ '@rollup/rollup-android-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.18.0':
+ '@rollup/rollup-darwin-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-x64@4.18.0':
+ '@rollup/rollup-darwin-x64@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.18.0':
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.18.0':
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.18.0':
+ '@rollup/rollup-linux-x64-musl@4.18.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.18.0':
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
optional: true
- '@rrweb/types@2.0.0-alpha.15':
+ '@rrweb/types@2.0.0-alpha.16':
dependencies:
- rrweb-snapshot: 2.0.0-alpha.15
+ rrweb-snapshot: 2.0.0-alpha.16
'@sec-ant/readable-stream@0.4.1': {}
- '@sentry-internal/browser-utils@8.10.0':
+ '@sentry-internal/browser-utils@8.18.0':
dependencies:
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry-internal/feedback@8.10.0':
+ '@sentry-internal/feedback@8.18.0':
dependencies:
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry-internal/replay-canvas@8.10.0':
+ '@sentry-internal/replay-canvas@8.18.0':
dependencies:
- '@sentry-internal/replay': 8.10.0
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry-internal/replay': 8.18.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry-internal/replay@8.10.0':
+ '@sentry-internal/replay@8.18.0':
dependencies:
- '@sentry-internal/browser-utils': 8.10.0
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry-internal/browser-utils': 8.18.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry/babel-plugin-component-annotate@2.18.0': {}
+ '@sentry/babel-plugin-component-annotate@2.20.1': {}
- '@sentry/browser@8.10.0':
+ '@sentry/browser@8.18.0':
dependencies:
- '@sentry-internal/browser-utils': 8.10.0
- '@sentry-internal/feedback': 8.10.0
- '@sentry-internal/replay': 8.10.0
- '@sentry-internal/replay-canvas': 8.10.0
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry-internal/browser-utils': 8.18.0
+ '@sentry-internal/feedback': 8.18.0
+ '@sentry-internal/replay': 8.18.0
+ '@sentry-internal/replay-canvas': 8.18.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry/bundler-plugin-core@2.18.0(encoding@0.1.13)':
+ '@sentry/bundler-plugin-core@2.20.1(encoding@0.1.13)':
dependencies:
- '@babel/core': 7.24.7
- '@sentry/babel-plugin-component-annotate': 2.18.0
- '@sentry/cli': 2.32.1(encoding@0.1.13)
+ '@babel/core': 7.24.9
+ '@sentry/babel-plugin-component-annotate': 2.20.1
+ '@sentry/cli': 2.32.2(encoding@0.1.13)
dotenv: 16.4.5
find-up: 5.0.0
glob: 9.3.5
@@ -13118,28 +13073,28 @@ snapshots:
- encoding
- supports-color
- '@sentry/cli-darwin@2.32.1':
+ '@sentry/cli-darwin@2.32.2':
optional: true
- '@sentry/cli-linux-arm64@2.32.1':
+ '@sentry/cli-linux-arm64@2.32.2':
optional: true
- '@sentry/cli-linux-arm@2.32.1':
+ '@sentry/cli-linux-arm@2.32.2':
optional: true
- '@sentry/cli-linux-i686@2.32.1':
+ '@sentry/cli-linux-i686@2.32.2':
optional: true
- '@sentry/cli-linux-x64@2.32.1':
+ '@sentry/cli-linux-x64@2.32.2':
optional: true
- '@sentry/cli-win32-i686@2.32.1':
+ '@sentry/cli-win32-i686@2.32.2':
optional: true
- '@sentry/cli-win32-x64@2.32.1':
+ '@sentry/cli-win32-x64@2.32.2':
optional: true
- '@sentry/cli@2.32.1(encoding@0.1.13)':
+ '@sentry/cli@2.32.2(encoding@0.1.13)':
dependencies:
https-proxy-agent: 5.0.1
node-fetch: 2.7.0(encoding@0.1.13)
@@ -13147,89 +13102,91 @@ snapshots:
proxy-from-env: 1.1.0
which: 2.0.2
optionalDependencies:
- '@sentry/cli-darwin': 2.32.1
- '@sentry/cli-linux-arm': 2.32.1
- '@sentry/cli-linux-arm64': 2.32.1
- '@sentry/cli-linux-i686': 2.32.1
- '@sentry/cli-linux-x64': 2.32.1
- '@sentry/cli-win32-i686': 2.32.1
- '@sentry/cli-win32-x64': 2.32.1
+ '@sentry/cli-darwin': 2.32.2
+ '@sentry/cli-linux-arm': 2.32.2
+ '@sentry/cli-linux-arm64': 2.32.2
+ '@sentry/cli-linux-i686': 2.32.2
+ '@sentry/cli-linux-x64': 2.32.2
+ '@sentry/cli-win32-i686': 2.32.2
+ '@sentry/cli-win32-x64': 2.32.2
transitivePeerDependencies:
- encoding
- supports-color
- '@sentry/core@8.10.0':
+ '@sentry/core@8.18.0':
dependencies:
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
- '@sentry/node@8.10.0':
+ '@sentry/node@8.18.0':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/context-async-hooks': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-connect': 0.37.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-express': 0.40.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-fastify': 0.37.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-graphql': 0.41.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-hapi': 0.39.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-http': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-ioredis': 0.41.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-koa': 0.41.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mongodb': 0.45.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mongoose': 0.39.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mysql': 0.39.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mysql2': 0.39.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-nestjs-core': 0.38.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-pg': 0.42.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-redis-4': 0.40.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
- '@prisma/instrumentation': 5.15.0
- '@sentry/core': 8.10.0
- '@sentry/opentelemetry': 8.10.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.0)
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@opentelemetry/context-async-hooks': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-connect': 0.38.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-express': 0.41.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-fastify': 0.38.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-graphql': 0.42.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-hapi': 0.40.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-http': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-ioredis': 0.42.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-koa': 0.42.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mongodb': 0.46.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mongoose': 0.40.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mysql': 0.40.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mysql2': 0.40.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-nestjs-core': 0.39.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-pg': 0.43.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-redis-4': 0.41.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
+ '@prisma/instrumentation': 5.16.1
+ '@sentry/core': 8.18.0
+ '@sentry/opentelemetry': 8.18.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
optionalDependencies:
- opentelemetry-instrumentation-fetch-node: 1.2.0
+ opentelemetry-instrumentation-fetch-node: 1.2.3(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@sentry/opentelemetry@8.10.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.0)':
+ '@sentry/opentelemetry@8.18.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.52.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 1.25.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
-
- '@sentry/svelte@8.10.0(svelte@4.2.18)':
- dependencies:
- '@sentry/browser': 8.10.0
- '@sentry/core': 8.10.0
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
+ '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
+
+ '@sentry/svelte@8.18.0(svelte@4.2.18)':
+ dependencies:
+ '@sentry/browser': 8.18.0
+ '@sentry/core': 8.18.0
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
magic-string: 0.30.7
svelte: 4.2.18
- '@sentry/sveltekit@8.10.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.0)(@sveltejs/kit@2.5.17(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(encoding@0.1.13)(svelte@4.2.18)':
+ '@sentry/sveltekit@8.18.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)(@sveltejs/kit@2.5.18(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(encoding@0.1.13)(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))':
dependencies:
- '@sentry/core': 8.10.0
- '@sentry/node': 8.10.0
- '@sentry/opentelemetry': 8.10.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.0)
- '@sentry/svelte': 8.10.0(svelte@4.2.18)
- '@sentry/types': 8.10.0
- '@sentry/utils': 8.10.0
- '@sentry/vite-plugin': 2.18.0(encoding@0.1.13)
- '@sveltejs/kit': 2.5.17(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))
+ '@sentry/core': 8.18.0
+ '@sentry/node': 8.18.0
+ '@sentry/opentelemetry': 8.18.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)
+ '@sentry/svelte': 8.18.0(svelte@4.2.18)
+ '@sentry/types': 8.18.0
+ '@sentry/utils': 8.18.0
+ '@sentry/vite-plugin': 2.20.1(encoding@0.1.13)
+ '@sveltejs/kit': 2.5.18(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))
magic-string: 0.30.7
magicast: 0.2.8
sorcery: 0.11.0
+ optionalDependencies:
+ vite: 5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)
transitivePeerDependencies:
- '@opentelemetry/api'
- '@opentelemetry/core'
@@ -13240,21 +13197,23 @@ snapshots:
- supports-color
- svelte
- '@sentry/types@8.10.0': {}
+ '@sentry/types@8.18.0': {}
- '@sentry/utils@8.10.0':
+ '@sentry/utils@8.18.0':
dependencies:
- '@sentry/types': 8.10.0
+ '@sentry/types': 8.18.0
- '@sentry/vite-plugin@2.18.0(encoding@0.1.13)':
+ '@sentry/vite-plugin@2.20.1(encoding@0.1.13)':
dependencies:
- '@sentry/bundler-plugin-core': 2.18.0(encoding@0.1.13)
+ '@sentry/bundler-plugin-core': 2.20.1(encoding@0.1.13)
unplugin: 1.0.1
transitivePeerDependencies:
- encoding
- supports-color
- '@shikijs/core@1.7.0': {}
+ '@shikijs/core@1.10.3':
+ dependencies:
+ '@types/hast': 3.0.4
'@shuding/opentype.js@1.4.0-beta.0':
dependencies:
@@ -13305,9 +13264,9 @@ snapshots:
dependencies:
'@sindresorhus/fnv1a': 3.1.0
- '@smithy/abort-controller@3.1.0':
+ '@smithy/abort-controller@3.1.1':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@smithy/chunked-blob-reader-native@3.0.0':
@@ -13319,94 +13278,94 @@ snapshots:
dependencies:
tslib: 2.6.3
- '@smithy/config-resolver@3.0.3':
+ '@smithy/config-resolver@3.0.5':
dependencies:
- '@smithy/node-config-provider': 3.1.2
- '@smithy/types': 3.2.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/types': 3.3.0
'@smithy/util-config-provider': 3.0.0
- '@smithy/util-middleware': 3.0.2
+ '@smithy/util-middleware': 3.0.3
tslib: 2.6.3
- '@smithy/core@2.2.3':
+ '@smithy/core@2.2.8':
dependencies:
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-retry': 3.0.6
- '@smithy/middleware-serde': 3.0.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/util-middleware': 3.0.2
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-retry': 3.0.11
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/util-middleware': 3.0.3
tslib: 2.6.3
- '@smithy/credential-provider-imds@3.1.2':
+ '@smithy/credential-provider-imds@3.1.4':
dependencies:
- '@smithy/node-config-provider': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/property-provider': 3.1.3
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
tslib: 2.6.3
- '@smithy/eventstream-codec@3.1.1':
+ '@smithy/eventstream-codec@3.1.2':
dependencies:
'@aws-crypto/crc32': 5.2.0
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-hex-encoding': 3.0.0
tslib: 2.6.3
- '@smithy/eventstream-serde-browser@3.0.3':
+ '@smithy/eventstream-serde-browser@3.0.5':
dependencies:
- '@smithy/eventstream-serde-universal': 3.0.3
- '@smithy/types': 3.2.0
+ '@smithy/eventstream-serde-universal': 3.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/eventstream-serde-config-resolver@3.0.2':
+ '@smithy/eventstream-serde-config-resolver@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/eventstream-serde-node@3.0.3':
+ '@smithy/eventstream-serde-node@3.0.4':
dependencies:
- '@smithy/eventstream-serde-universal': 3.0.3
- '@smithy/types': 3.2.0
+ '@smithy/eventstream-serde-universal': 3.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/eventstream-serde-universal@3.0.3':
+ '@smithy/eventstream-serde-universal@3.0.4':
dependencies:
- '@smithy/eventstream-codec': 3.1.1
- '@smithy/types': 3.2.0
+ '@smithy/eventstream-codec': 3.1.2
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/fetch-http-handler@3.1.0':
+ '@smithy/fetch-http-handler@3.2.2':
dependencies:
- '@smithy/protocol-http': 4.0.2
- '@smithy/querystring-builder': 3.0.2
- '@smithy/types': 3.2.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/querystring-builder': 3.0.3
+ '@smithy/types': 3.3.0
'@smithy/util-base64': 3.0.0
tslib: 2.6.3
- '@smithy/hash-blob-browser@3.1.1':
+ '@smithy/hash-blob-browser@3.1.2':
dependencies:
'@smithy/chunked-blob-reader': 3.0.0
'@smithy/chunked-blob-reader-native': 3.0.0
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/hash-node@3.0.2':
+ '@smithy/hash-node@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-buffer-from': 3.0.0
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
- '@smithy/hash-stream-node@3.1.1':
+ '@smithy/hash-stream-node@3.1.2':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
- '@smithy/invalid-dependency@3.0.2':
+ '@smithy/invalid-dependency@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@smithy/is-array-buffer@2.2.0':
@@ -13417,122 +13376,122 @@ snapshots:
dependencies:
tslib: 2.6.3
- '@smithy/md5-js@3.0.2':
+ '@smithy/md5-js@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
- '@smithy/middleware-content-length@3.0.2':
+ '@smithy/middleware-content-length@3.0.4':
dependencies:
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/middleware-endpoint@3.0.3':
+ '@smithy/middleware-endpoint@3.0.5':
dependencies:
- '@smithy/middleware-serde': 3.0.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
- '@smithy/url-parser': 3.0.2
- '@smithy/util-middleware': 3.0.2
+ '@smithy/middleware-serde': 3.0.3
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
+ '@smithy/url-parser': 3.0.3
+ '@smithy/util-middleware': 3.0.3
tslib: 2.6.3
- '@smithy/middleware-retry@3.0.6':
+ '@smithy/middleware-retry@3.0.11':
dependencies:
- '@smithy/node-config-provider': 3.1.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/service-error-classification': 3.0.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
- '@smithy/util-middleware': 3.0.2
- '@smithy/util-retry': 3.0.2
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/service-error-classification': 3.0.3
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
+ '@smithy/util-middleware': 3.0.3
+ '@smithy/util-retry': 3.0.3
tslib: 2.6.3
uuid: 9.0.1
- '@smithy/middleware-serde@3.0.2':
+ '@smithy/middleware-serde@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/middleware-stack@3.0.2':
+ '@smithy/middleware-stack@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/node-config-provider@3.1.2':
+ '@smithy/node-config-provider@3.1.4':
dependencies:
- '@smithy/property-provider': 3.1.2
- '@smithy/shared-ini-file-loader': 3.1.2
- '@smithy/types': 3.2.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/shared-ini-file-loader': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/node-http-handler@3.1.0':
+ '@smithy/node-http-handler@3.1.3':
dependencies:
- '@smithy/abort-controller': 3.1.0
- '@smithy/protocol-http': 4.0.2
- '@smithy/querystring-builder': 3.0.2
- '@smithy/types': 3.2.0
+ '@smithy/abort-controller': 3.1.1
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/querystring-builder': 3.0.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/property-provider@3.1.2':
+ '@smithy/property-provider@3.1.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/protocol-http@4.0.2':
+ '@smithy/protocol-http@4.0.4':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/querystring-builder@3.0.2':
+ '@smithy/querystring-builder@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-uri-escape': 3.0.0
tslib: 2.6.3
- '@smithy/querystring-parser@3.0.2':
+ '@smithy/querystring-parser@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/service-error-classification@3.0.2':
+ '@smithy/service-error-classification@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
- '@smithy/shared-ini-file-loader@3.1.2':
+ '@smithy/shared-ini-file-loader@3.1.4':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/signature-v4@3.1.1':
+ '@smithy/signature-v4@3.1.2':
dependencies:
'@smithy/is-array-buffer': 3.0.0
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
'@smithy/util-hex-encoding': 3.0.0
- '@smithy/util-middleware': 3.0.2
+ '@smithy/util-middleware': 3.0.3
'@smithy/util-uri-escape': 3.0.0
'@smithy/util-utf8': 3.0.0
tslib: 2.6.3
- '@smithy/smithy-client@3.1.4':
+ '@smithy/smithy-client@3.1.9':
dependencies:
- '@smithy/middleware-endpoint': 3.0.3
- '@smithy/middleware-stack': 3.0.2
- '@smithy/protocol-http': 4.0.2
- '@smithy/types': 3.2.0
- '@smithy/util-stream': 3.0.4
+ '@smithy/middleware-endpoint': 3.0.5
+ '@smithy/middleware-stack': 3.0.3
+ '@smithy/protocol-http': 4.0.4
+ '@smithy/types': 3.3.0
+ '@smithy/util-stream': 3.1.1
tslib: 2.6.3
- '@smithy/types@3.2.0':
+ '@smithy/types@3.3.0':
dependencies:
tslib: 2.6.3
- '@smithy/url-parser@3.0.2':
+ '@smithy/url-parser@3.0.3':
dependencies:
- '@smithy/querystring-parser': 3.0.2
- '@smithy/types': 3.2.0
+ '@smithy/querystring-parser': 3.0.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@smithy/util-base64@3.0.0':
@@ -13563,50 +13522,50 @@ snapshots:
dependencies:
tslib: 2.6.3
- '@smithy/util-defaults-mode-browser@3.0.6':
+ '@smithy/util-defaults-mode-browser@3.0.11':
dependencies:
- '@smithy/property-provider': 3.1.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
+ '@smithy/property-provider': 3.1.3
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
bowser: 2.11.0
tslib: 2.6.3
- '@smithy/util-defaults-mode-node@3.0.6':
+ '@smithy/util-defaults-mode-node@3.0.11':
dependencies:
- '@smithy/config-resolver': 3.0.3
- '@smithy/credential-provider-imds': 3.1.2
- '@smithy/node-config-provider': 3.1.2
- '@smithy/property-provider': 3.1.2
- '@smithy/smithy-client': 3.1.4
- '@smithy/types': 3.2.0
+ '@smithy/config-resolver': 3.0.5
+ '@smithy/credential-provider-imds': 3.1.4
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/property-provider': 3.1.3
+ '@smithy/smithy-client': 3.1.9
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/util-endpoints@2.0.3':
+ '@smithy/util-endpoints@2.0.5':
dependencies:
- '@smithy/node-config-provider': 3.1.2
- '@smithy/types': 3.2.0
+ '@smithy/node-config-provider': 3.1.4
+ '@smithy/types': 3.3.0
tslib: 2.6.3
'@smithy/util-hex-encoding@3.0.0':
dependencies:
tslib: 2.6.3
- '@smithy/util-middleware@3.0.2':
+ '@smithy/util-middleware@3.0.3':
dependencies:
- '@smithy/types': 3.2.0
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/util-retry@3.0.2':
+ '@smithy/util-retry@3.0.3':
dependencies:
- '@smithy/service-error-classification': 3.0.2
- '@smithy/types': 3.2.0
+ '@smithy/service-error-classification': 3.0.3
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@smithy/util-stream@3.0.4':
+ '@smithy/util-stream@3.1.1':
dependencies:
- '@smithy/fetch-http-handler': 3.1.0
- '@smithy/node-http-handler': 3.1.0
- '@smithy/types': 3.2.0
+ '@smithy/fetch-http-handler': 3.2.2
+ '@smithy/node-http-handler': 3.1.3
+ '@smithy/types': 3.3.0
'@smithy/util-base64': 3.0.0
'@smithy/util-buffer-from': 3.0.0
'@smithy/util-hex-encoding': 3.0.0
@@ -13627,15 +13586,15 @@ snapshots:
'@smithy/util-buffer-from': 3.0.0
tslib: 2.6.3
- '@smithy/util-waiter@3.1.0':
+ '@smithy/util-waiter@3.1.2':
dependencies:
- '@smithy/abort-controller': 3.1.0
- '@smithy/types': 3.2.0
+ '@smithy/abort-controller': 3.1.1
+ '@smithy/types': 3.3.0
tslib: 2.6.3
- '@sveltejs/kit@2.5.17(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))':
+ '@sveltejs/kit@2.5.18(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))
+ '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))
'@types/cookie': 0.6.0
cookie: 0.6.0
devalue: 5.0.0
@@ -13649,28 +13608,28 @@ snapshots:
sirv: 2.0.4
svelte: 4.2.18
tiny-glob: 0.2.9
- vite: 5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)
+ vite: 5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)
- '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))':
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))
+ '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))
debug: 4.3.5
svelte: 4.2.18
- vite: 5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)
+ vite: 5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))':
+ '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))
debug: 4.3.5
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.10
svelte: 4.2.18
svelte-hmr: 0.16.0(svelte@4.2.18)
- vite: 5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)
- vitefu: 0.2.5(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1))
+ vite: 5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)
+ vitefu: 0.2.5(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1))
transitivePeerDependencies:
- supports-color
@@ -13682,34 +13641,34 @@ snapshots:
dependencies:
defer-to-connect: 2.0.1
- '@tiptap/core@2.4.0(@tiptap/pm@2.4.0)':
+ '@tiptap/core@2.5.4(@tiptap/pm@2.5.4)':
dependencies:
- '@tiptap/pm': 2.4.0
+ '@tiptap/pm': 2.5.4
- '@tiptap/html@2.4.0(@tiptap/core@2.4.0(@tiptap/pm@2.4.0))(@tiptap/pm@2.4.0)':
+ '@tiptap/html@2.5.4(@tiptap/core@2.5.4(@tiptap/pm@2.5.4))(@tiptap/pm@2.5.4)':
dependencies:
- '@tiptap/core': 2.4.0(@tiptap/pm@2.4.0)
- '@tiptap/pm': 2.4.0
+ '@tiptap/core': 2.5.4(@tiptap/pm@2.5.4)
+ '@tiptap/pm': 2.5.4
zeed-dom: 0.10.11
- '@tiptap/pm@2.4.0':
+ '@tiptap/pm@2.5.4':
dependencies:
prosemirror-changeset: 2.2.1
prosemirror-collab: 1.3.1
prosemirror-commands: 1.5.2
prosemirror-dropcursor: 1.8.1
prosemirror-gapcursor: 1.3.2
- prosemirror-history: 1.4.0
+ prosemirror-history: 1.4.1
prosemirror-inputrules: 1.4.0
prosemirror-keymap: 1.2.2
prosemirror-markdown: 1.13.0
prosemirror-menu: 1.2.4
- prosemirror-model: 1.21.1
- prosemirror-schema-basic: 1.2.2
- prosemirror-schema-list: 1.4.0
+ prosemirror-model: 1.22.1
+ prosemirror-schema-basic: 1.2.3
+ prosemirror-schema-list: 1.4.1
prosemirror-state: 1.4.3
prosemirror-tables: 1.3.7
- prosemirror-trailing-node: 2.0.8(prosemirror-model@1.21.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8)
+ prosemirror-trailing-node: 2.0.9(prosemirror-model@1.22.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8)
prosemirror-transform: 1.9.0
prosemirror-view: 1.33.8
@@ -13722,7 +13681,7 @@ snapshots:
'@ts-morph/common@0.22.0':
dependencies:
fast-glob: 3.3.2
- minimatch: 9.0.4
+ minimatch: 9.0.5
mkdirp: 3.0.1
path-browserify: 1.0.1
@@ -13743,16 +13702,12 @@ snapshots:
'@tufjs/models@2.0.1':
dependencies:
'@tufjs/canonical-json': 2.0.0
- minimatch: 9.0.4
-
- '@types/accepts@1.3.7':
- dependencies:
- '@types/node': 20.14.5
+ minimatch: 9.0.5
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/body-scroll-lock@3.1.2': {}
@@ -13760,7 +13715,7 @@ snapshots:
dependencies:
'@types/http-cache-semantics': 4.0.4
'@types/keyv': 3.1.4
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/responselike': 1.0.3
'@types/caseless@0.12.5':
@@ -13778,23 +13733,14 @@ snapshots:
'@types/connect@3.4.36':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/connect@3.4.38':
dependencies:
- '@types/node': 20.14.5
-
- '@types/content-disposition@0.5.8': {}
+ '@types/node': 20.14.11
'@types/cookie@0.6.0': {}
- '@types/cookies@0.9.0':
- dependencies:
- '@types/connect': 3.4.38
- '@types/express': 4.17.21
- '@types/keygrip': 1.0.6
- '@types/node': 20.14.5
-
'@types/css-font-loading-module@0.0.7': {}
'@types/debug@4.1.12':
@@ -13803,9 +13749,9 @@ snapshots:
'@types/estree@1.0.5': {}
- '@types/express-serve-static-core@4.19.3':
+ '@types/express-serve-static-core@4.19.5':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/qs': 6.9.15
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -13813,13 +13759,15 @@ snapshots:
'@types/express@4.17.21':
dependencies:
'@types/body-parser': 1.19.5
- '@types/express-serve-static-core': 4.19.3
+ '@types/express-serve-static-core': 4.19.5
'@types/qs': 6.9.15
'@types/serve-static': 1.15.7
'@types/google-protobuf@3.15.12': {}
- '@types/http-assert@1.5.5': {}
+ '@types/hast@3.0.4':
+ dependencies:
+ '@types/unist': 3.0.2
'@types/http-cache-semantics@4.0.4': {}
@@ -13829,34 +13777,13 @@ snapshots:
'@types/jsonwebtoken@9.0.6':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/jsrsasign@10.5.14': {}
- '@types/keygrip@1.0.6': {}
-
'@types/keyv@3.1.4':
dependencies:
- '@types/node': 20.14.5
-
- '@types/koa-compose@3.2.8':
- dependencies:
- '@types/koa': 2.14.0
-
- '@types/koa@2.14.0':
- dependencies:
- '@types/accepts': 1.3.7
- '@types/content-disposition': 0.5.8
- '@types/cookies': 0.9.0
- '@types/http-assert': 1.5.5
- '@types/http-errors': 2.0.4
- '@types/keygrip': 1.0.6
- '@types/koa-compose': 3.2.8
- '@types/node': 20.14.5
-
- '@types/koa__router@12.0.3':
- dependencies:
- '@types/koa': 2.14.0
+ '@types/node': 20.14.11
'@types/long@4.0.2':
optional: true
@@ -13867,24 +13794,24 @@ snapshots:
'@types/mime@1.3.5': {}
- '@types/mixpanel-browser@2.49.0': {}
+ '@types/mixpanel-browser@2.49.1': {}
'@types/ms@0.7.34': {}
'@types/mysql@2.15.22':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/node-fetch@2.6.11':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
form-data: 4.0.0
'@types/node@16.9.1': {}
'@types/node@17.0.45': {}
- '@types/node@20.14.5':
+ '@types/node@20.14.11':
dependencies:
undici-types: 5.26.5
@@ -13898,14 +13825,14 @@ snapshots:
'@types/pg@8.11.6':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
pg-protocol: 1.6.1
pg-types: 4.0.2
optional: true
'@types/pg@8.6.1':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
pg-protocol: 1.6.1
pg-types: 2.2.0
@@ -13920,35 +13847,35 @@ snapshots:
'@types/request@2.48.12':
dependencies:
'@types/caseless': 0.12.5
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/tough-cookie': 4.0.5
form-data: 2.5.1
optional: true
'@types/responselike@1.0.3':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/semver@7.5.8': {}
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/serve-static@1.15.7':
dependencies:
'@types/http-errors': 2.0.4
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
'@types/send': 0.17.4
- '@types/shimmer@1.0.5': {}
+ '@types/shimmer@1.2.0': {}
'@types/sortablejs@1.15.8': {}
'@types/tar@6.1.13':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
minipass: 4.2.8
'@types/tmp@0.0.33': {}
@@ -13964,109 +13891,109 @@ snapshots:
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
optional: true
- '@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/regexpp': 4.10.1
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/type-utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@eslint-community/regexpp': 4.11.0
+ '@typescript-eslint/parser': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/type-utils': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
+ '@typescript-eslint/visitor-keys': 7.16.1
eslint: 8.57.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
+ '@typescript-eslint/visitor-keys': 7.16.1
debug: 4.3.5
eslint: 8.57.0
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.13.1':
+ '@typescript-eslint/scope-manager@7.16.1':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/visitor-keys': 7.16.1
- '@typescript-eslint/type-utils@7.13.1(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/type-utils@7.16.1(eslint@8.57.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
- '@typescript-eslint/utils': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
debug: 4.3.5
eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@7.13.1': {}
+ '@typescript-eslint/types@7.16.1': {}
- '@typescript-eslint/typescript-estree@7.13.1(typescript@5.4.5)':
+ '@typescript-eslint/typescript-estree@7.16.1(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/visitor-keys': 7.16.1
debug: 4.3.5
globby: 11.1.0
is-glob: 4.0.3
- minimatch: 9.0.4
- semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.13.1(eslint@8.57.0)(typescript@5.4.5)':
+ '@typescript-eslint/utils@7.16.1(eslint@8.57.0)(typescript@5.5.3)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
eslint: 8.57.0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@7.13.1':
+ '@typescript-eslint/visitor-keys@7.16.1':
dependencies:
- '@typescript-eslint/types': 7.13.1
+ '@typescript-eslint/types': 7.16.1
eslint-visitor-keys: 3.4.3
'@ungap/structured-clone@1.2.0': {}
- '@urql/core@5.0.4(graphql@16.8.2)':
+ '@urql/core@5.0.4(graphql@16.9.0)':
dependencies:
- '@0no-co/graphql.web': 1.0.7(graphql@16.8.2)
+ '@0no-co/graphql.web': 1.0.7(graphql@16.9.0)
wonka: 6.3.4
transitivePeerDependencies:
- graphql
- '@urql/devtools@2.0.3(@urql/core@5.0.4(graphql@16.8.2))(graphql@16.8.2)':
+ '@urql/devtools@2.0.3(@urql/core@5.0.4(graphql@16.9.0))(graphql@16.9.0)':
dependencies:
- '@urql/core': 5.0.4(graphql@16.8.2)
- graphql: 16.8.2
+ '@urql/core': 5.0.4(graphql@16.9.0)
+ graphql: 16.9.0
wonka: 6.3.4
- '@urql/exchange-graphcache@6.5.1(graphql@16.8.2)':
+ '@urql/exchange-graphcache@6.5.1(graphql@16.9.0)':
dependencies:
- '@0no-co/graphql.web': 1.0.7(graphql@16.8.2)
- '@urql/core': 5.0.4(graphql@16.8.2)
+ '@0no-co/graphql.web': 1.0.7(graphql@16.9.0)
+ '@urql/core': 5.0.4(graphql@16.9.0)
wonka: 6.3.4
transitivePeerDependencies:
- graphql
@@ -14079,16 +14006,16 @@ snapshots:
'@vue/compiler-core@3.4.19':
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@vue/shared': 3.4.19
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- '@vue/compiler-core@3.4.29':
+ '@vue/compiler-core@3.4.32':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/shared': 3.4.29
+ '@babel/parser': 7.24.8
+ '@vue/shared': 3.4.32
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
@@ -14099,34 +14026,34 @@ snapshots:
'@vue/compiler-core': 3.4.19
'@vue/shared': 3.4.19
- '@vue/compiler-dom@3.4.29':
+ '@vue/compiler-dom@3.4.32':
dependencies:
- '@vue/compiler-core': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/compiler-core': 3.4.32
+ '@vue/shared': 3.4.32
optional: true
'@vue/compiler-sfc@3.4.19':
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@vue/compiler-core': 3.4.19
'@vue/compiler-dom': 3.4.19
'@vue/compiler-ssr': 3.4.19
'@vue/shared': 3.4.19
estree-walker: 2.0.2
magic-string: 0.30.10
- postcss: 8.4.38
+ postcss: 8.4.39
source-map-js: 1.2.0
- '@vue/compiler-sfc@3.4.29':
+ '@vue/compiler-sfc@3.4.32':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/compiler-core': 3.4.29
- '@vue/compiler-dom': 3.4.29
- '@vue/compiler-ssr': 3.4.29
- '@vue/shared': 3.4.29
+ '@babel/parser': 7.24.8
+ '@vue/compiler-core': 3.4.32
+ '@vue/compiler-dom': 3.4.32
+ '@vue/compiler-ssr': 3.4.32
+ '@vue/shared': 3.4.32
estree-walker: 2.0.2
magic-string: 0.30.10
- postcss: 8.4.38
+ postcss: 8.4.39
source-map-js: 1.2.0
optional: true
@@ -14135,15 +14062,15 @@ snapshots:
'@vue/compiler-dom': 3.4.19
'@vue/shared': 3.4.19
- '@vue/compiler-ssr@3.4.29':
+ '@vue/compiler-ssr@3.4.32':
dependencies:
- '@vue/compiler-dom': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/compiler-dom': 3.4.32
+ '@vue/shared': 3.4.32
optional: true
'@vue/shared@3.4.19': {}
- '@vue/shared@3.4.29':
+ '@vue/shared@3.4.32':
optional: true
'@whatwg-node/events@0.1.1': {}
@@ -14161,7 +14088,7 @@ snapshots:
fast-querystring: 1.1.2
tslib: 2.6.3
- '@whatwg-node/server@0.9.34':
+ '@whatwg-node/server@0.9.36':
dependencies:
'@whatwg-node/fetch': 0.9.18
tslib: 2.6.3
@@ -14182,25 +14109,25 @@ snapshots:
dependencies:
event-target-shim: 5.0.1
- acorn-import-assertions@1.9.0(acorn@8.12.0):
+ acorn-import-assertions@1.9.0(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
optional: true
- acorn-import-attributes@1.9.5(acorn@8.12.0):
+ acorn-import-attributes@1.9.5(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
- acorn-jsx@5.3.2(acorn@8.12.0):
+ acorn-jsx@5.3.2(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-walk@8.3.3:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
optional: true
- acorn@8.12.0: {}
+ acorn@8.12.1: {}
agent-base@6.0.2:
dependencies:
@@ -14223,9 +14150,9 @@ snapshots:
clean-stack: 2.2.0
indent-string: 4.0.0
- ajv-formats@3.0.1(ajv@8.16.0):
+ ajv-formats@3.0.1(ajv@8.17.1):
optionalDependencies:
- ajv: 8.16.0
+ ajv: 8.17.1
ajv@6.12.6:
dependencies:
@@ -14234,12 +14161,12 @@ snapshots:
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- ajv@8.16.0:
+ ajv@8.17.1:
dependencies:
fast-deep-equal: 3.1.3
+ fast-uri: 3.0.1
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- uri-js: 4.4.1
ansi-colors@4.1.3: {}
@@ -14291,7 +14218,7 @@ snapshots:
argon2@0.40.3:
dependencies:
'@phc/format': 1.0.0
- node-addon-api: 8.0.0
+ node-addon-api: 8.1.0
node-gyp-build: 4.8.1
argparse@1.0.10:
@@ -14384,21 +14311,21 @@ snapshots:
auto-bind@4.0.0: {}
- autoprefixer@10.4.19(postcss@8.4.38):
+ autoprefixer@10.4.19(postcss@8.4.39):
dependencies:
- browserslist: 4.23.1
- caniuse-lite: 1.0.30001636
+ browserslist: 4.23.2
+ caniuse-lite: 1.0.30001642
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.1
- postcss: 8.4.38
+ postcss: 8.4.39
postcss-value-parser: 4.2.0
available-typed-arrays@1.0.7:
dependencies:
possible-typed-array-names: 1.0.0
- aws-lambda-ric@3.1.0:
+ aws-lambda-ric@3.2.0:
dependencies:
node-addon-api: 6.1.0
node-gyp: 9.4.0
@@ -14413,41 +14340,39 @@ snapshots:
transitivePeerDependencies:
- debug
- axobject-query@4.0.0:
- dependencies:
- dequal: 2.0.3
+ axobject-query@4.1.0: {}
babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: {}
- babel-preset-fbjs@3.4.0(@babel/core@7.24.7):
- dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7)
- '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.7)
+ babel-preset-fbjs@3.4.0(@babel/core@7.24.9):
+ dependencies:
+ '@babel/core': 7.24.9
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.9)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.9)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.9)
+ '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.9)
+ '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-classes': 7.24.8(@babel/core@7.24.9)
+ '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.24.9)
+ '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.24.9)
+ '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-react-display-name': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.24.9)
babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0
transitivePeerDependencies:
- supports-color
@@ -14479,12 +14404,6 @@ snapshots:
dependencies:
file-uri-to-path: 1.0.0
- bl@4.1.0:
- dependencies:
- buffer: 5.7.1
- inherits: 2.0.4
- readable-stream: 3.6.2
-
bmp-js@0.1.0: {}
body-scroll-lock@4.0.0-beta.0: {}
@@ -14506,19 +14425,19 @@ snapshots:
dependencies:
fill-range: 7.1.1
- browserslist@4.23.0:
+ browserslist@4.23.1:
dependencies:
- caniuse-lite: 1.0.30001636
- electron-to-chromium: 1.4.806
- node-releases: 2.0.14
- update-browserslist-db: 1.0.16(browserslist@4.23.0)
+ caniuse-lite: 1.0.30001642
+ electron-to-chromium: 1.4.829
+ node-releases: 2.0.17
+ update-browserslist-db: 1.1.0(browserslist@4.23.1)
- browserslist@4.23.1:
+ browserslist@4.23.2:
dependencies:
- caniuse-lite: 1.0.30001636
- electron-to-chromium: 1.4.806
- node-releases: 2.0.14
- update-browserslist-db: 1.0.16(browserslist@4.23.1)
+ caniuse-lite: 1.0.30001642
+ electron-to-chromium: 1.4.829
+ node-releases: 2.0.17
+ update-browserslist-db: 1.1.0(browserslist@4.23.2)
bser@2.1.1:
dependencies:
@@ -14561,9 +14480,9 @@ snapshots:
dependencies:
run-applescript: 7.0.0
- bundle-require@4.2.1(esbuild@0.21.5):
+ bundle-require@5.0.0(esbuild@0.23.0):
dependencies:
- esbuild: 0.21.5
+ esbuild: 0.23.0
load-tsconfig: 0.2.5
busboy@1.6.0:
@@ -14572,11 +14491,34 @@ snapshots:
cac@6.7.14: {}
+ cacache@16.1.3:
+ dependencies:
+ '@npmcli/fs': 2.1.2
+ '@npmcli/move-file': 2.0.1
+ chownr: 2.0.0
+ fs-minipass: 2.1.0
+ glob: 8.1.0
+ infer-owner: 1.0.4
+ lru-cache: 7.18.3
+ minipass: 3.3.6
+ minipass-collect: 1.0.2
+ minipass-flush: 1.0.5
+ minipass-pipeline: 1.2.4
+ mkdirp: 1.0.4
+ p-map: 4.0.0
+ promise-inflight: 1.0.1
+ rimraf: 3.0.2
+ ssri: 9.0.1
+ tar: 6.2.1
+ unique-filename: 2.0.1
+ transitivePeerDependencies:
+ - bluebird
+
cacache@17.1.4:
dependencies:
'@npmcli/fs': 3.1.1
fs-minipass: 3.0.3
- glob: 10.4.2
+ glob: 10.4.5
lru-cache: 7.18.3
minipass: 7.1.2
minipass-collect: 1.0.2
@@ -14587,12 +14529,12 @@ snapshots:
tar: 6.2.1
unique-filename: 3.0.0
- cacache@18.0.3:
+ cacache@18.0.4:
dependencies:
'@npmcli/fs': 3.1.1
fs-minipass: 3.0.3
- glob: 10.4.2
- lru-cache: 10.2.2
+ glob: 10.4.5
+ lru-cache: 10.4.3
minipass: 7.1.2
minipass-collect: 2.0.1
minipass-flush: 1.0.5
@@ -14649,12 +14591,12 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001636
+ browserslist: 4.23.1
+ caniuse-lite: 1.0.30001642
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001636: {}
+ caniuse-lite@1.0.30001642: {}
capital-case@1.0.4:
dependencies:
@@ -14666,6 +14608,12 @@ snapshots:
ccount@2.0.1: {}
+ centra@2.7.0:
+ dependencies:
+ follow-redirects: 1.15.6
+ transitivePeerDependencies:
+ - debug
+
chalk-template@1.1.0:
dependencies:
chalk: 5.3.0
@@ -14770,8 +14718,6 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- chownr@1.1.4: {}
-
chownr@2.0.0: {}
ci-info@4.0.0: {}
@@ -14810,7 +14756,7 @@ snapshots:
cli-truncate@4.0.0:
dependencies:
slice-ansi: 5.0.0
- string-width: 7.1.0
+ string-width: 7.2.0
cliui@6.0.0:
dependencies:
@@ -14842,9 +14788,9 @@ snapshots:
code-red@1.0.4:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@types/estree': 1.0.5
- acorn: 8.12.0
+ acorn: 8.12.1
estree-walker: 3.0.3
periscopic: 3.1.0
@@ -14888,7 +14834,7 @@ snapshots:
commander@9.5.0: {}
- comment-json@4.2.3:
+ comment-json@4.2.4:
dependencies:
array-timsort: 1.0.3
core-util-is: 1.0.3
@@ -14922,18 +14868,18 @@ snapshots:
core-js-compat@3.37.1:
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.2
core-util-is@1.0.3: {}
- cosmiconfig@9.0.0(typescript@5.4.5):
+ cosmiconfig@9.0.0(typescript@5.5.3):
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
create-require@1.1.1:
optional: true
@@ -14962,56 +14908,59 @@ snapshots:
crossws@0.2.4: {}
- cspell-config-lib@8.9.0:
+ cspell-config-lib@8.11.0:
dependencies:
- '@cspell/cspell-types': 8.9.0
- comment-json: 4.2.3
+ '@cspell/cspell-types': 8.11.0
+ comment-json: 4.2.4
yaml: 2.4.5
- cspell-dictionary@8.9.0:
+ cspell-dictionary@8.11.0:
dependencies:
- '@cspell/cspell-pipe': 8.9.0
- '@cspell/cspell-types': 8.9.0
- cspell-trie-lib: 8.9.0
+ '@cspell/cspell-pipe': 8.11.0
+ '@cspell/cspell-types': 8.11.0
+ cspell-trie-lib: 8.11.0
fast-equals: 5.0.1
gensequence: 7.0.0
- cspell-gitignore@8.9.0:
+ cspell-gitignore@8.11.0:
dependencies:
- cspell-glob: 8.9.0
+ '@cspell/url': 8.11.0
+ cspell-glob: 8.11.0
+ cspell-io: 8.11.0
find-up-simple: 1.0.0
- cspell-glob@8.9.0:
+ cspell-glob@8.11.0:
dependencies:
+ '@cspell/url': 8.11.0
micromatch: 4.0.7
- cspell-grammar@8.9.0:
+ cspell-grammar@8.11.0:
dependencies:
- '@cspell/cspell-pipe': 8.9.0
- '@cspell/cspell-types': 8.9.0
+ '@cspell/cspell-pipe': 8.11.0
+ '@cspell/cspell-types': 8.11.0
- cspell-io@8.9.0:
+ cspell-io@8.11.0:
dependencies:
- '@cspell/cspell-service-bus': 8.9.0
- '@cspell/url': 8.9.0
+ '@cspell/cspell-service-bus': 8.11.0
+ '@cspell/url': 8.11.0
- cspell-lib@8.9.0:
+ cspell-lib@8.11.0:
dependencies:
- '@cspell/cspell-bundled-dicts': 8.9.0
- '@cspell/cspell-pipe': 8.9.0
- '@cspell/cspell-resolver': 8.9.0
- '@cspell/cspell-types': 8.9.0
- '@cspell/dynamic-import': 8.9.0
- '@cspell/strong-weak-map': 8.9.0
- '@cspell/url': 8.9.0
+ '@cspell/cspell-bundled-dicts': 8.11.0
+ '@cspell/cspell-pipe': 8.11.0
+ '@cspell/cspell-resolver': 8.11.0
+ '@cspell/cspell-types': 8.11.0
+ '@cspell/dynamic-import': 8.11.0
+ '@cspell/strong-weak-map': 8.11.0
+ '@cspell/url': 8.11.0
clear-module: 4.1.2
- comment-json: 4.2.3
- cspell-config-lib: 8.9.0
- cspell-dictionary: 8.9.0
- cspell-glob: 8.9.0
- cspell-grammar: 8.9.0
- cspell-io: 8.9.0
- cspell-trie-lib: 8.9.0
+ comment-json: 4.2.4
+ cspell-config-lib: 8.11.0
+ cspell-dictionary: 8.11.0
+ cspell-glob: 8.11.0
+ cspell-grammar: 8.11.0
+ cspell-io: 8.11.0
+ cspell-trie-lib: 8.11.0
env-paths: 3.0.0
fast-equals: 5.0.1
gensequence: 7.0.0
@@ -15021,30 +14970,30 @@ snapshots:
vscode-uri: 3.0.8
xdg-basedir: 5.1.0
- cspell-trie-lib@8.9.0:
+ cspell-trie-lib@8.11.0:
dependencies:
- '@cspell/cspell-pipe': 8.9.0
- '@cspell/cspell-types': 8.9.0
+ '@cspell/cspell-pipe': 8.11.0
+ '@cspell/cspell-types': 8.11.0
gensequence: 7.0.0
- cspell@8.9.0:
+ cspell@8.11.0:
dependencies:
- '@cspell/cspell-json-reporter': 8.9.0
- '@cspell/cspell-pipe': 8.9.0
- '@cspell/cspell-types': 8.9.0
- '@cspell/dynamic-import': 8.9.0
+ '@cspell/cspell-json-reporter': 8.11.0
+ '@cspell/cspell-pipe': 8.11.0
+ '@cspell/cspell-types': 8.11.0
+ '@cspell/dynamic-import': 8.11.0
chalk: 5.3.0
chalk-template: 1.1.0
commander: 12.1.0
- cspell-gitignore: 8.9.0
- cspell-glob: 8.9.0
- cspell-io: 8.9.0
- cspell-lib: 8.9.0
+ cspell-gitignore: 8.11.0
+ cspell-glob: 8.11.0
+ cspell-io: 8.11.0
+ cspell-lib: 8.11.0
fast-glob: 3.3.2
fast-json-stable-stringify: 2.1.0
file-entry-cache: 8.0.0
get-stdin: 9.0.0
- semver: 7.6.2
+ semver: 7.6.3
strip-ansi: 7.1.0
vscode-uri: 3.0.8
@@ -15082,9 +15031,9 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-utils@5.0.0(postcss@8.4.38):
+ cssnano-utils@5.0.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
csso@5.0.5:
dependencies:
@@ -15153,8 +15102,6 @@ snapshots:
dependencies:
mimic-response: 3.1.0
- deep-extend@0.6.0: {}
-
deep-is@0.1.4: {}
deepmerge@4.3.1: {}
@@ -15258,7 +15205,7 @@ snapshots:
driver.js@1.3.1: {}
- drizzle-kit@0.22.7:
+ drizzle-kit@0.23.0:
dependencies:
'@esbuild-kit/esm-loader': 2.6.5
esbuild: 0.19.12
@@ -15266,7 +15213,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- drizzle-orm@0.31.2(@opentelemetry/api@1.9.0)(@types/pg@8.11.6)(postgres@3.4.4):
+ drizzle-orm@0.32.0(@opentelemetry/api@1.9.0)(@types/pg@8.11.6)(postgres@3.4.4):
optionalDependencies:
'@opentelemetry/api': 1.9.0
'@types/pg': 8.11.6
@@ -15290,7 +15237,7 @@ snapshots:
effect@3.0.3: {}
- electron-to-chromium@1.4.806: {}
+ electron-to-chromium@1.4.829: {}
emoji-mart@5.6.0: {}
@@ -15365,7 +15312,7 @@ snapshots:
is-string: 1.0.7
is-typed-array: 1.1.13
is-weakref: 1.0.2
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
object-keys: 1.1.1
object.assign: 4.1.5
regexp.prototype.flags: 1.5.2
@@ -15387,7 +15334,7 @@ snapshots:
es-errors@1.3.0: {}
- es-module-lexer@1.5.3: {}
+ es-module-lexer@1.5.4: {}
es-object-atoms@1.0.0:
dependencies:
@@ -15546,6 +15493,33 @@ snapshots:
'@esbuild/win32-ia32': 0.21.5
'@esbuild/win32-x64': 0.21.5
+ esbuild@0.23.0:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.23.0
+ '@esbuild/android-arm': 0.23.0
+ '@esbuild/android-arm64': 0.23.0
+ '@esbuild/android-x64': 0.23.0
+ '@esbuild/darwin-arm64': 0.23.0
+ '@esbuild/darwin-x64': 0.23.0
+ '@esbuild/freebsd-arm64': 0.23.0
+ '@esbuild/freebsd-x64': 0.23.0
+ '@esbuild/linux-arm': 0.23.0
+ '@esbuild/linux-arm64': 0.23.0
+ '@esbuild/linux-ia32': 0.23.0
+ '@esbuild/linux-loong64': 0.23.0
+ '@esbuild/linux-mips64el': 0.23.0
+ '@esbuild/linux-ppc64': 0.23.0
+ '@esbuild/linux-riscv64': 0.23.0
+ '@esbuild/linux-s390x': 0.23.0
+ '@esbuild/linux-x64': 0.23.0
+ '@esbuild/netbsd-x64': 0.23.0
+ '@esbuild/openbsd-arm64': 0.23.0
+ '@esbuild/openbsd-x64': 0.23.0
+ '@esbuild/sunos-x64': 0.23.0
+ '@esbuild/win32-arm64': 0.23.0
+ '@esbuild/win32-ia32': 0.23.0
+ '@esbuild/win32-x64': 0.23.0
+
escalade@3.1.2: {}
escape-html@1.0.3: {}
@@ -15559,7 +15533,7 @@ snapshots:
eslint-compat-utils@0.5.1(eslint@8.57.0):
dependencies:
eslint: 8.57.0
- semver: 7.6.2
+ semver: 7.6.3
eslint-config-prettier@9.1.0(eslint@8.57.0):
dependencies:
@@ -15568,22 +15542,22 @@ snapshots:
eslint-import-resolver-node@0.3.9:
dependencies:
debug: 3.2.7
- is-core-module: 2.13.1
+ is-core-module: 2.15.0
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.8.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
+ eslint-module-utils@2.8.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/parser': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
eslint: 8.57.0
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0):
+ eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint@8.57.0):
dependencies:
array-includes: 3.1.8
array.prototype.findlastindex: 1.2.5
@@ -15593,9 +15567,9 @@ snapshots:
doctrine: 2.1.0
eslint: 8.57.0
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
+ eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.16.1(eslint@8.57.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0)
hasown: 2.0.2
- is-core-module: 2.13.1
+ is-core-module: 2.15.0
is-glob: 4.0.3
minimatch: 3.1.2
object.fromentries: 2.0.8
@@ -15604,30 +15578,30 @@ snapshots:
semver: 6.3.1
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 7.13.1(eslint@8.57.0)(typescript@5.4.5)
+ '@typescript-eslint/parser': 7.16.1(eslint@8.57.0)(typescript@5.5.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-simple-import-sort@12.1.0(eslint@8.57.0):
+ eslint-plugin-simple-import-sort@12.1.1(eslint@8.57.0):
dependencies:
eslint: 8.57.0
- eslint-plugin-svelte@2.40.0(eslint@8.57.0)(svelte@4.2.18)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5)):
+ eslint-plugin-svelte@2.42.0(eslint@8.57.0)(svelte@4.2.18)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
eslint: 8.57.0
eslint-compat-utils: 0.5.1(eslint@8.57.0)
esutils: 2.0.3
- known-css-properties: 0.32.0
- postcss: 8.4.38
- postcss-load-config: 3.1.4(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5))
- postcss-safe-parser: 6.0.0(postcss@8.4.38)
- postcss-selector-parser: 6.1.0
- semver: 7.6.2
- svelte-eslint-parser: 0.39.1(svelte@4.2.18)
+ known-css-properties: 0.34.0
+ postcss: 8.4.39
+ postcss-load-config: 3.1.4(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
+ postcss-safe-parser: 6.0.0(postcss@8.4.39)
+ postcss-selector-parser: 6.1.1
+ semver: 7.6.3
+ svelte-eslint-parser: 0.40.0(svelte@4.2.18)
optionalDependencies:
svelte: 4.2.18
transitivePeerDependencies:
@@ -15642,7 +15616,7 @@ snapshots:
clean-regexp: 1.0.0
core-js-compat: 3.37.1
eslint: 8.57.0
- esquery: 1.5.0
+ esquery: 1.6.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -15650,7 +15624,7 @@ snapshots:
read-pkg-up: 7.0.1
regexp-tree: 0.1.27
regjsparser: 0.10.0
- semver: 7.6.2
+ semver: 7.6.3
strip-indent: 3.0.0
transitivePeerDependencies:
- supports-color
@@ -15667,7 +15641,7 @@ snapshots:
eslint@8.57.0:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@eslint-community/regexpp': 4.10.1
+ '@eslint-community/regexpp': 4.11.0
'@eslint/eslintrc': 2.1.4
'@eslint/js': 8.57.0
'@humanwhocodes/config-array': 0.11.14
@@ -15683,7 +15657,7 @@ snapshots:
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 6.0.1
@@ -15718,19 +15692,19 @@ snapshots:
espree@10.1.0:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 4.0.0
espree@9.6.1:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -15785,8 +15759,6 @@ snapshots:
exif-parser@0.1.12: {}
- expand-template@2.0.3: {}
-
exponential-backoff@3.1.1: {}
ext@1.7.0:
@@ -15810,7 +15782,7 @@ snapshots:
case: 1.6.3
cli-color: 2.0.4
commander: 12.1.0
- glob: 10.4.2
+ glob: 10.4.5
handlebars: 4.7.8
slugify: 1.6.6
svg2ttf: 6.0.3
@@ -15819,12 +15791,10 @@ snapshots:
ttf2woff: 3.0.0
ttf2woff2: 5.0.0
transitivePeerDependencies:
+ - bluebird
- supports-color
- farmhash@3.3.1:
- dependencies:
- node-addon-api: 5.1.0
- prebuild-install: 7.1.2
+ farmhash-modern@1.1.0: {}
fast-check@3.17.2:
dependencies:
@@ -15849,8 +15819,8 @@ snapshots:
fast-json-stringify@5.16.1:
dependencies:
'@fastify/merge-json-schemas': 0.1.1
- ajv: 8.16.0
- ajv-formats: 3.0.1(ajv@8.16.0)
+ ajv: 8.17.1
+ ajv-formats: 3.0.1(ajv@8.17.1)
fast-deep-equal: 3.1.3
fast-uri: 2.4.0
json-schema-ref-resolver: 1.0.1
@@ -15866,6 +15836,8 @@ snapshots:
fast-uri@2.4.0: {}
+ fast-uri@3.0.1: {}
+
fast-xml-parser@4.2.5:
dependencies:
strnum: 1.0.5
@@ -15966,21 +15938,21 @@ snapshots:
micromatch: 4.0.7
pkg-dir: 4.2.0
- firebase-admin@12.1.1(encoding@0.1.13):
+ firebase-admin@12.2.0(encoding@0.1.13):
dependencies:
'@fastify/busboy': 2.1.1
- '@firebase/database-compat': 1.0.5
- '@firebase/database-types': 1.0.3
- '@types/node': 20.14.5
- farmhash: 3.3.1
+ '@firebase/database-compat': 1.0.6
+ '@firebase/database-types': 1.0.4
+ '@types/node': 20.14.11
+ farmhash-modern: 1.1.0
jsonwebtoken: 9.0.2
jwks-rsa: 3.1.0
long: 5.2.3
node-forge: 1.3.1
- uuid: 9.0.1
+ uuid: 10.0.0
optionalDependencies:
- '@google-cloud/firestore': 7.8.0(encoding@0.1.13)
- '@google-cloud/storage': 7.11.2(encoding@0.1.13)
+ '@google-cloud/firestore': 7.9.0(encoding@0.1.13)
+ '@google-cloud/storage': 7.12.0(encoding@0.1.13)
transitivePeerDependencies:
- encoding
- supports-color
@@ -16026,8 +15998,6 @@ snapshots:
fraction.js@4.3.7: {}
- fs-constants@1.0.0: {}
-
fs-extra@11.2.0:
dependencies:
graceful-fs: 4.2.11
@@ -16081,20 +16051,20 @@ snapshots:
strip-ansi: 6.0.1
wide-align: 1.1.5
- gaxios@6.6.0(encoding@0.1.13):
+ gaxios@6.7.0(encoding@0.1.13):
dependencies:
extend: 3.0.2
- https-proxy-agent: 7.0.4
+ https-proxy-agent: 7.0.5
is-stream: 2.0.1
node-fetch: 2.7.0(encoding@0.1.13)
- uuid: 9.0.1
+ uuid: 10.0.0
transitivePeerDependencies:
- encoding
- supports-color
gcp-metadata@6.1.0(encoding@0.1.13):
dependencies:
- gaxios: 6.6.0(encoding@0.1.13)
+ gaxios: 6.7.0(encoding@0.1.13)
json-bigint: 1.0.0
transitivePeerDependencies:
- encoding
@@ -16152,8 +16122,6 @@ snapshots:
git-hooks-list@3.1.0: {}
- github-from-package@0.0.0: {}
-
glob-parent@5.1.2:
dependencies:
is-glob: 4.0.3
@@ -16162,11 +16130,11 @@ snapshots:
dependencies:
is-glob: 4.0.3
- glob@10.4.2:
+ glob@10.4.5:
dependencies:
foreground-child: 3.2.1
- jackspeak: 3.4.0
- minimatch: 9.0.4
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
minipass: 7.1.2
package-json-from-dist: 1.0.0
path-scurry: 1.11.1
@@ -16212,7 +16180,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.6.0: {}
+ globals@15.8.0: {}
globalthis@1.0.4:
dependencies:
@@ -16253,7 +16221,7 @@ snapshots:
dependencies:
base64-js: 1.5.1
ecdsa-sig-formatter: 1.0.11
- gaxios: 6.6.0(encoding@0.1.13)
+ gaxios: 6.7.0(encoding@0.1.13)
gcp-metadata: 6.1.0(encoding@0.1.13)
gtoken: 7.1.0(encoding@0.1.13)
jws: 4.0.0
@@ -16261,9 +16229,9 @@ snapshots:
- encoding
- supports-color
- google-gax@4.3.6(encoding@0.1.13):
+ google-gax@4.3.8(encoding@0.1.13):
dependencies:
- '@grpc/grpc-js': 1.10.9
+ '@grpc/grpc-js': 1.11.1
'@grpc/proto-loader': 0.7.13
'@types/long': 4.0.2
abort-controller: 3.0.0
@@ -16272,7 +16240,7 @@ snapshots:
node-fetch: 2.7.0(encoding@0.1.13)
object-hash: 3.0.0
proto3-json-serializer: 2.0.2
- protobufjs: 7.3.0
+ protobufjs: 7.3.2
retry-request: 7.0.2(encoding@0.1.13)
uuid: 9.0.1
transitivePeerDependencies:
@@ -16280,21 +16248,21 @@ snapshots:
- supports-color
optional: true
- google-protobuf@3.21.2: {}
+ google-protobuf@3.21.4: {}
googleapis-common@7.2.0(encoding@0.1.13):
dependencies:
extend: 3.0.2
- gaxios: 6.6.0(encoding@0.1.13)
+ gaxios: 6.7.0(encoding@0.1.13)
google-auth-library: 9.11.0(encoding@0.1.13)
- qs: 6.12.1
+ qs: 6.12.3
url-template: 2.0.8
uuid: 9.0.1
transitivePeerDependencies:
- encoding
- supports-color
- googleapis@140.0.0(encoding@0.1.13):
+ googleapis@140.0.1(encoding@0.1.13):
dependencies:
google-auth-library: 9.11.0(encoding@0.1.13)
googleapis-common: 7.2.0(encoding@0.1.13)
@@ -16333,62 +16301,62 @@ snapshots:
lowercase-keys: 3.0.0
p-cancelable: 4.0.1
responselike: 3.0.0
- type-fest: 4.20.1
+ type-fest: 4.22.0
graceful-fs@4.2.11: {}
graphemer@1.4.0: {}
- graphql-jit@0.8.6(graphql@16.8.2):
+ graphql-jit@0.8.6(graphql@16.9.0):
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0)
fast-json-stringify: 5.16.1
generate-function: 2.3.1
- graphql: 16.8.2
+ graphql: 16.9.0
lodash.memoize: 4.1.2
lodash.merge: 4.6.2
lodash.mergewith: 4.6.2
- graphql-scalars@1.23.0(graphql@16.8.2):
+ graphql-scalars@1.23.0(graphql@16.9.0):
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- graphql-sse@2.5.3(graphql@16.8.2):
+ graphql-sse@2.5.3(graphql@16.9.0):
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
- graphql-tag@2.12.6(graphql@16.8.2):
+ graphql-tag@2.12.6(graphql@16.9.0):
dependencies:
- graphql: 16.8.2
+ graphql: 16.9.0
tslib: 2.6.3
- graphql-yoga@5.4.0(graphql@16.8.2):
+ graphql-yoga@5.6.0(graphql@16.9.0):
dependencies:
'@envelop/core': 5.0.1
- '@graphql-tools/executor': 1.2.6(graphql@16.8.2)
- '@graphql-tools/schema': 10.0.4(graphql@16.8.2)
- '@graphql-tools/utils': 10.2.2(graphql@16.8.2)
+ '@graphql-tools/executor': 1.2.8(graphql@16.9.0)
+ '@graphql-tools/schema': 10.0.4(graphql@16.9.0)
+ '@graphql-tools/utils': 10.3.2(graphql@16.9.0)
'@graphql-yoga/logger': 2.0.0
'@graphql-yoga/subscription': 5.0.1
'@whatwg-node/fetch': 0.9.18
- '@whatwg-node/server': 0.9.34
+ '@whatwg-node/server': 0.9.36
dset: 3.1.3
- graphql: 16.8.2
- lru-cache: 10.2.2
+ graphql: 16.9.0
+ lru-cache: 10.4.3
tslib: 2.6.3
- graphql@16.8.2: {}
+ graphql@16.9.0: {}
gtoken@7.1.0(encoding@0.1.13):
dependencies:
- gaxios: 6.6.0(encoding@0.1.13)
+ gaxios: 6.7.0(encoding@0.1.13)
jws: 4.0.0
transitivePeerDependencies:
- encoding
- supports-color
- h3@1.11.1:
+ h3@1.12.0:
dependencies:
cookie-es: 1.1.0
crossws: 0.2.4
@@ -16397,9 +16365,9 @@ snapshots:
iron-webcrypto: 1.2.1
ohash: 1.1.3
radix3: 1.1.2
- ufo: 1.5.3
+ ufo: 1.5.4
uncrypto: 0.1.3
- unenv: 1.9.0
+ unenv: 1.10.0
transitivePeerDependencies:
- uWebSockets.js
@@ -16410,7 +16378,7 @@ snapshots:
source-map: 0.6.1
wordwrap: 1.0.0
optionalDependencies:
- uglify-js: 3.18.0
+ uglify-js: 3.19.0
has-bigints@1.0.2: {}
@@ -16451,7 +16419,7 @@ snapshots:
hosted-git-info@7.0.2:
dependencies:
- lru-cache: 10.2.2
+ lru-cache: 10.4.3
hpagent@1.2.0: {}
@@ -16506,7 +16474,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- https-proxy-agent@7.0.4:
+ https-proxy-agent@7.0.5:
dependencies:
agent-base: 7.1.1
debug: 4.3.5
@@ -16521,7 +16489,7 @@ snapshots:
dependencies:
ms: 2.1.3
- husky@9.0.11: {}
+ husky@9.1.0: {}
iconv-lite@0.6.3:
dependencies:
@@ -16531,7 +16499,7 @@ snapshots:
ignore-walk@6.0.5:
dependencies:
- minimatch: 9.0.4
+ minimatch: 9.0.5
ignore@5.3.1: {}
@@ -16548,25 +16516,18 @@ snapshots:
import-from@4.0.0: {}
- import-in-the-middle@1.4.2:
+ import-in-the-middle@1.7.1:
dependencies:
- acorn: 8.12.0
- acorn-import-assertions: 1.9.0(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-import-assertions: 1.9.0(acorn@8.12.1)
cjs-module-lexer: 1.3.1
module-details-from-path: 1.0.3
optional: true
- import-in-the-middle@1.7.4:
+ import-in-the-middle@1.9.1:
dependencies:
- acorn: 8.12.0
- acorn-import-attributes: 1.9.5(acorn@8.12.0)
- cjs-module-lexer: 1.3.1
- module-details-from-path: 1.0.3
-
- import-in-the-middle@1.8.0:
- dependencies:
- acorn: 8.12.0
- acorn-import-attributes: 1.9.5(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-import-attributes: 1.9.5(acorn@8.12.1)
cjs-module-lexer: 1.3.1
module-details-from-path: 1.0.3
@@ -16576,6 +16537,8 @@ snapshots:
indent-string@4.0.0: {}
+ infer-owner@1.0.4: {}
+
inflight@1.0.6:
dependencies:
once: 1.4.0
@@ -16583,12 +16546,12 @@ snapshots:
inherits@2.0.4: {}
- ini@1.3.8: {}
-
ini@2.0.0: {}
ini@4.1.1: {}
+ ini@4.1.3: {}
+
internal-slot@1.0.7:
dependencies:
es-errors: 1.3.0
@@ -16653,7 +16616,7 @@ snapshots:
is-callable@1.2.7: {}
- is-core-module@2.13.1:
+ is-core-module@2.15.0:
dependencies:
hasown: 2.0.2
@@ -16783,7 +16746,7 @@ snapshots:
itty-router@5.0.17: {}
- jackspeak@3.4.0:
+ jackspeak@3.4.3:
dependencies:
'@isaacs/cliui': 8.0.2
optionalDependencies:
@@ -16793,15 +16756,17 @@ snapshots:
jimp@0.16.13:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
'@jimp/custom': 0.16.13
'@jimp/plugins': 0.16.13(@jimp/custom@0.16.13)
'@jimp/types': 0.16.13(@jimp/custom@0.16.13)
regenerator-runtime: 0.13.11
+ transitivePeerDependencies:
+ - debug
- jose@4.15.7: {}
+ jose@4.15.9: {}
- jose@5.4.1: {}
+ jose@5.6.3: {}
joycon@3.1.1: {}
@@ -16830,9 +16795,9 @@ snapshots:
form-data: 4.0.0
html-encoding-sniffer: 4.0.0
http-proxy-agent: 7.0.2
- https-proxy-agent: 7.0.4
+ https-proxy-agent: 7.0.5
is-potential-custom-element-name: 1.0.1
- nwsapi: 2.2.10
+ nwsapi: 2.2.12
parse5: 7.1.2
rrweb-cssom: 0.7.1
saxes: 6.0.0
@@ -16843,7 +16808,7 @@ snapshots:
whatwg-encoding: 3.1.1
whatwg-mimetype: 4.0.0
whatwg-url: 14.0.0
- ws: 8.17.1
+ ws: 8.18.0
xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -16885,7 +16850,7 @@ snapshots:
json5@2.2.3: {}
- jsonc-parser@3.2.1: {}
+ jsonc-parser@3.3.1: {}
jsonfile@4.0.0:
optionalDependencies:
@@ -16916,7 +16881,7 @@ snapshots:
lodash.isstring: 4.0.1
lodash.once: 4.1.1
ms: 2.1.3
- semver: 7.6.2
+ semver: 7.6.3
jsrsasign@11.1.0: {}
@@ -16941,7 +16906,7 @@ snapshots:
'@types/express': 4.17.21
'@types/jsonwebtoken': 9.0.6
debug: 4.3.5
- jose: 4.15.7
+ jose: 4.15.9
limiter: 1.1.5
lru-memoizer: 2.3.0
transitivePeerDependencies:
@@ -16965,11 +16930,11 @@ snapshots:
kleur@4.1.5: {}
- known-css-properties@0.32.0: {}
+ known-css-properties@0.34.0: {}
kolorist@1.8.0: {}
- ky@1.3.0: {}
+ ky@1.4.0: {}
levn@0.4.1:
dependencies:
@@ -16980,74 +16945,33 @@ snapshots:
dependencies:
isomorphic.js: 0.2.5
- lightningcss-darwin-arm64@1.23.0:
- optional: true
-
lightningcss-darwin-arm64@1.25.1:
optional: true
- lightningcss-darwin-x64@1.23.0:
- optional: true
-
lightningcss-darwin-x64@1.25.1:
optional: true
- lightningcss-freebsd-x64@1.23.0:
- optional: true
-
lightningcss-freebsd-x64@1.25.1:
optional: true
- lightningcss-linux-arm-gnueabihf@1.23.0:
- optional: true
-
lightningcss-linux-arm-gnueabihf@1.25.1:
optional: true
- lightningcss-linux-arm64-gnu@1.23.0:
- optional: true
-
lightningcss-linux-arm64-gnu@1.25.1:
optional: true
- lightningcss-linux-arm64-musl@1.23.0:
- optional: true
-
lightningcss-linux-arm64-musl@1.25.1:
optional: true
- lightningcss-linux-x64-gnu@1.23.0:
- optional: true
-
lightningcss-linux-x64-gnu@1.25.1:
optional: true
- lightningcss-linux-x64-musl@1.23.0:
- optional: true
-
lightningcss-linux-x64-musl@1.25.1:
optional: true
- lightningcss-win32-x64-msvc@1.23.0:
- optional: true
-
lightningcss-win32-x64-msvc@1.25.1:
optional: true
- lightningcss@1.23.0:
- dependencies:
- detect-libc: 1.0.3
- optionalDependencies:
- lightningcss-darwin-arm64: 1.23.0
- lightningcss-darwin-x64: 1.23.0
- lightningcss-freebsd-x64: 1.23.0
- lightningcss-linux-arm-gnueabihf: 1.23.0
- lightningcss-linux-arm64-gnu: 1.23.0
- lightningcss-linux-arm64-musl: 1.23.0
- lightningcss-linux-x64-gnu: 1.23.0
- lightningcss-linux-x64-musl: 1.23.0
- lightningcss-win32-x64-msvc: 1.23.0
-
lightningcss@1.25.1:
dependencies:
detect-libc: 1.0.3
@@ -17061,7 +16985,6 @@ snapshots:
lightningcss-linux-x64-gnu: 1.25.1
lightningcss-linux-x64-musl: 1.25.1
lightningcss-win32-x64-msvc: 1.25.1
- optional: true
lilconfig@2.1.0: {}
@@ -17089,7 +17012,7 @@ snapshots:
debug: 4.3.5
execa: 8.0.1
lilconfig: 3.1.2
- listr2: 8.2.1
+ listr2: 8.2.3
micromatch: 4.0.7
pidtree: 0.6.0
string-argv: 0.3.2
@@ -17097,7 +17020,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- listr2@8.2.1:
+ listr2@8.2.3:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -17106,16 +17029,18 @@ snapshots:
rfdc: 1.4.1
wrap-ansi: 9.0.0
- load-bmfont@1.4.1:
+ load-bmfont@1.4.2:
dependencies:
buffer-equal: 0.0.1
mime: 1.6.0
parse-bmfont-ascii: 1.0.6
parse-bmfont-binary: 1.0.6
parse-bmfont-xml: 1.1.6
- phin: 2.9.3
+ phin: 3.7.1
xhr: 2.6.0
xtend: 4.0.2
+ transitivePeerDependencies:
+ - debug
load-tsconfig@0.2.5: {}
@@ -17129,7 +17054,7 @@ snapshots:
local-pkg@0.5.0:
dependencies:
mlly: 1.7.1
- pkg-types: 1.1.1
+ pkg-types: 1.1.3
locate-character@3.0.0: {}
@@ -17214,7 +17139,7 @@ snapshots:
lowercase-keys@3.0.0: {}
- lru-cache@10.2.2: {}
+ lru-cache@10.4.3: {}
lru-cache@5.1.1:
dependencies:
@@ -17237,25 +17162,47 @@ snapshots:
magic-string@0.30.10:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
magic-string@0.30.7:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
magic-string@0.30.8:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
magicast@0.2.8:
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
recast: 0.23.9
make-error@1.3.6:
optional: true
+ make-fetch-happen@10.2.1:
+ dependencies:
+ agentkeepalive: 4.5.0
+ cacache: 16.1.3
+ http-cache-semantics: 4.1.1
+ http-proxy-agent: 5.0.0
+ https-proxy-agent: 5.0.1
+ is-lambda: 1.0.1
+ lru-cache: 7.18.3
+ minipass: 3.3.6
+ minipass-collect: 1.0.2
+ minipass-fetch: 2.1.2
+ minipass-flush: 1.0.5
+ minipass-pipeline: 1.2.4
+ negotiator: 0.6.3
+ promise-retry: 2.0.1
+ socks-proxy-agent: 7.0.0
+ ssri: 9.0.1
+ transitivePeerDependencies:
+ - bluebird
+ - supports-color
+
make-fetch-happen@11.1.1:
dependencies:
agentkeepalive: 4.5.0
@@ -17279,7 +17226,7 @@ snapshots:
make-fetch-happen@13.0.1:
dependencies:
'@npmcli/agent': 2.2.2
- cacache: 18.0.3
+ cacache: 18.0.4
http-cache-semantics: 4.1.1
is-lambda: 1.0.1
minipass: 7.1.2
@@ -17463,14 +17410,14 @@ snapshots:
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-autolink-literal@2.0.0:
+ micromark-extension-gfm-autolink-literal@2.1.0:
dependencies:
micromark-util-character: 2.1.0
micromark-util-sanitize-uri: 2.0.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-footnote@2.0.0:
+ micromark-extension-gfm-footnote@2.1.0:
dependencies:
devlop: 1.1.0
micromark-core-commonmark: 2.0.1
@@ -17481,7 +17428,7 @@ snapshots:
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-strikethrough@2.0.0:
+ micromark-extension-gfm-strikethrough@2.1.0:
dependencies:
devlop: 1.1.0
micromark-util-chunked: 2.0.0
@@ -17490,7 +17437,7 @@ snapshots:
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-table@2.0.0:
+ micromark-extension-gfm-table@2.1.0:
dependencies:
devlop: 1.1.0
micromark-factory-space: 2.0.0
@@ -17502,7 +17449,7 @@ snapshots:
dependencies:
micromark-util-types: 2.0.0
- micromark-extension-gfm-task-list-item@2.0.1:
+ micromark-extension-gfm-task-list-item@2.1.0:
dependencies:
devlop: 1.1.0
micromark-factory-space: 2.0.0
@@ -17512,12 +17459,12 @@ snapshots:
micromark-extension-gfm@3.0.0:
dependencies:
- micromark-extension-gfm-autolink-literal: 2.0.0
- micromark-extension-gfm-footnote: 2.0.0
- micromark-extension-gfm-strikethrough: 2.0.0
- micromark-extension-gfm-table: 2.0.0
+ micromark-extension-gfm-autolink-literal: 2.1.0
+ micromark-extension-gfm-footnote: 2.1.0
+ micromark-extension-gfm-strikethrough: 2.1.0
+ micromark-extension-gfm-table: 2.1.0
micromark-extension-gfm-tagfilter: 2.0.0
- micromark-extension-gfm-task-list-item: 2.0.1
+ micromark-extension-gfm-task-list-item: 2.1.0
micromark-util-combine-extensions: 2.0.0
micromark-util-types: 2.0.0
@@ -17684,6 +17631,10 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
+ minimatch@9.0.5:
+ dependencies:
+ brace-expansion: 2.0.1
+
minimist@1.2.8: {}
minipass-collect@1.0.2:
@@ -17694,6 +17645,14 @@ snapshots:
dependencies:
minipass: 7.1.2
+ minipass-fetch@2.1.2:
+ dependencies:
+ minipass: 3.3.6
+ minipass-sized: 1.0.3
+ minizlib: 2.1.2
+ optionalDependencies:
+ encoding: 0.1.13
+
minipass-fetch@3.0.5:
dependencies:
minipass: 7.1.2
@@ -17731,12 +17690,10 @@ snapshots:
mitt@3.0.1: {}
- mixpanel-browser@2.52.0:
+ mixpanel-browser@2.53.0:
dependencies:
rrweb: 2.0.0-alpha.13
- mkdirp-classic@0.5.3: {}
-
mkdirp@0.5.6:
dependencies:
minimist: 1.2.8
@@ -17747,10 +17704,10 @@ snapshots:
mlly@1.7.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
pathe: 1.1.2
- pkg-types: 1.1.1
- ufo: 1.5.3
+ pkg-types: 1.1.3
+ ufo: 1.5.4
module-details-from-path@1.0.3: {}
@@ -17776,8 +17733,6 @@ snapshots:
nanoid@5.0.7: {}
- napi-build-utils@1.0.2: {}
-
natural-compare@1.4.0: {}
negotiator@0.6.3: {}
@@ -17797,18 +17752,12 @@ snapshots:
lower-case: 2.0.2
tslib: 2.6.3
- node-abi@3.65.0:
- dependencies:
- semver: 7.6.2
-
node-addon-api@3.2.1:
optional: true
- node-addon-api@5.1.0: {}
-
node-addon-api@6.1.0: {}
- node-addon-api@8.0.0: {}
+ node-addon-api@8.1.0: {}
node-eval@2.0.0:
dependencies:
@@ -17826,16 +17775,16 @@ snapshots:
node-gyp-build@4.8.1: {}
- node-gyp@10.1.0:
+ node-gyp@10.2.0:
dependencies:
env-paths: 2.2.1
exponential-backoff: 3.1.1
- glob: 10.4.2
+ glob: 10.4.5
graceful-fs: 4.2.11
make-fetch-happen: 13.0.1
nopt: 7.2.1
- proc-log: 3.0.0
- semver: 7.6.2
+ proc-log: 4.2.0
+ semver: 7.6.3
tar: 6.2.1
which: 4.0.0
transitivePeerDependencies:
@@ -17851,15 +17800,32 @@ snapshots:
nopt: 6.0.0
npmlog: 6.0.2
rimraf: 3.0.2
- semver: 7.6.2
+ semver: 7.6.3
tar: 6.2.1
which: 2.0.2
transitivePeerDependencies:
- supports-color
+ node-gyp@9.4.1:
+ dependencies:
+ env-paths: 2.2.1
+ exponential-backoff: 3.1.1
+ glob: 7.2.3
+ graceful-fs: 4.2.11
+ make-fetch-happen: 10.2.1
+ nopt: 6.0.0
+ npmlog: 6.0.2
+ rimraf: 3.0.2
+ semver: 7.6.3
+ tar: 6.2.1
+ which: 2.0.2
+ transitivePeerDependencies:
+ - bluebird
+ - supports-color
+
node-int64@0.4.0: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.17: {}
node-rsa@1.1.1:
dependencies:
@@ -17880,11 +17846,10 @@ snapshots:
semver: 5.7.2
validate-npm-package-license: 3.0.4
- normalize-package-data@6.0.1:
+ normalize-package-data@6.0.2:
dependencies:
hosted-git-info: 7.0.2
- is-core-module: 2.13.1
- semver: 7.6.2
+ semver: 7.6.3
validate-npm-package-license: 3.0.4
normalize-path@3.0.0: {}
@@ -17901,7 +17866,7 @@ snapshots:
npm-install-checks@6.3.0:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
npm-normalize-package-bin@3.0.1: {}
@@ -17916,12 +17881,12 @@ snapshots:
dependencies:
ignore-walk: 6.0.5
- npm-pick-manifest@9.0.1:
+ npm-pick-manifest@9.1.0:
dependencies:
npm-install-checks: 6.3.0
npm-normalize-package-bin: 3.0.1
npm-package-arg: 11.0.2
- semver: 7.6.2
+ semver: 7.6.3
npm-registry-fetch@17.1.0:
dependencies:
@@ -17959,7 +17924,7 @@ snapshots:
numeral@2.0.6: {}
- nwsapi@2.2.10:
+ nwsapi@2.2.12:
optional: true
object-assign@4.1.1: {}
@@ -17967,7 +17932,7 @@ snapshots:
object-hash@3.0.0:
optional: true
- object-inspect@1.13.1: {}
+ object-inspect@1.13.2: {}
object-keys@1.1.1: {}
@@ -18029,11 +17994,11 @@ snapshots:
is-inside-container: 1.0.0
is-wsl: 3.1.0
- opentelemetry-instrumentation-fetch-node@1.2.0:
+ opentelemetry-instrumentation-fetch-node@1.2.3(@opentelemetry/api@1.9.0):
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.43.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.25.0
+ '@opentelemetry/instrumentation': 0.46.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.25.1
transitivePeerDependencies:
- supports-color
optional: true
@@ -18056,7 +18021,7 @@ snapshots:
is-unicode-supported: 2.0.0
log-symbols: 6.0.0
stdin-discarder: 0.2.2
- string-width: 7.1.0
+ string-width: 7.2.0
strip-ansi: 7.1.0
orderedmap@2.1.1: {}
@@ -18066,6 +18031,8 @@ snapshots:
oslllo-potrace@2.0.1:
dependencies:
jimp: 0.16.13
+ transitivePeerDependencies:
+ - debug
oslllo-svg-fixer@4.0.1:
dependencies:
@@ -18075,8 +18042,10 @@ snapshots:
oslllo-potrace: 2.0.1
oslllo-svg2: 2.0.2
oslllo-validator: 3.1.0
- piscina: 4.6.0
+ piscina: 4.6.1
yargs: 16.2.0
+ transitivePeerDependencies:
+ - debug
oslllo-svg2@2.0.2:
dependencies:
@@ -18084,6 +18053,8 @@ snapshots:
domino: 2.1.6
jimp: 0.16.13
oslllo-validator: 3.1.0
+ transitivePeerDependencies:
+ - debug
oslllo-validator@3.1.0:
dependencies:
@@ -18106,7 +18077,7 @@ snapshots:
p-limit@4.0.0:
dependencies:
- yocto-queue: 1.0.0
+ yocto-queue: 1.1.1
p-locate@4.1.0:
dependencies:
@@ -18130,17 +18101,17 @@ snapshots:
pacote@18.0.6:
dependencies:
- '@npmcli/git': 5.0.7
+ '@npmcli/git': 5.0.8
'@npmcli/installed-package-contents': 2.1.0
'@npmcli/package-json': 5.2.0
'@npmcli/promise-spawn': 7.0.2
'@npmcli/run-script': 8.1.0
- cacache: 18.0.3
+ cacache: 18.0.4
fs-minipass: 3.0.3
minipass: 7.1.2
npm-package-arg: 11.0.2
npm-packlist: 8.0.2
- npm-pick-manifest: 9.0.1
+ npm-pick-manifest: 9.1.0
npm-registry-fetch: 17.1.0
proc-log: 4.2.0
promise-retry: 2.0.1
@@ -18244,7 +18215,7 @@ snapshots:
path-scurry@1.11.1:
dependencies:
- lru-cache: 10.2.2
+ lru-cache: 10.4.3
minipass: 7.1.2
path-type@4.0.0: {}
@@ -18293,6 +18264,12 @@ snapshots:
phin@2.9.3: {}
+ phin@3.7.1:
+ dependencies:
+ centra: 2.7.0
+ transitivePeerDependencies:
+ - debug
+
picocolors@1.0.1: {}
picomatch@2.3.1: {}
@@ -18310,7 +18287,7 @@ snapshots:
pino-std-serializers@7.0.0: {}
- pino@9.2.0:
+ pino@9.3.1:
dependencies:
atomic-sleep: 1.0.0
fast-redact: 3.5.0
@@ -18326,7 +18303,7 @@ snapshots:
pirates@4.0.6: {}
- piscina@4.6.0:
+ piscina@4.6.1:
optionalDependencies:
nice-napi: 1.0.2
@@ -18344,21 +18321,21 @@ snapshots:
pkg-types@1.0.3:
dependencies:
- jsonc-parser: 3.2.1
+ jsonc-parser: 3.3.1
mlly: 1.7.1
pathe: 1.1.2
- pkg-types@1.1.1:
+ pkg-types@1.1.3:
dependencies:
confbox: 0.1.7
mlly: 1.7.1
pathe: 1.1.2
- playwright-core@1.44.1: {}
+ playwright-core@1.45.2: {}
- playwright@1.44.1:
+ playwright@1.45.2:
dependencies:
- playwright-core: 1.44.1
+ playwright-core: 1.45.2
optionalDependencies:
fsevents: 2.3.2
@@ -18368,75 +18345,76 @@ snapshots:
possible-typed-array-names@1.0.0: {}
- postcss-discard-duplicates@7.0.0(postcss@8.4.38):
+ postcss-discard-duplicates@7.0.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
- postcss-discard-empty@7.0.0(postcss@8.4.38):
+ postcss-discard-empty@7.0.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
- postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5)):
+ postcss-load-config@3.1.4(postcss@8.4.39)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
lilconfig: 2.1.0
yaml: 1.10.2
optionalDependencies:
- postcss: 8.4.38
- ts-node: 10.9.2(@types/node@20.14.5)(typescript@5.4.5)
+ postcss: 8.4.39
+ ts-node: 10.9.2(@types/node@20.14.11)(typescript@5.5.3)
- postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(typescript@5.4.5)):
+ postcss-load-config@5.1.0(postcss@8.4.39)(tsx@4.16.2):
dependencies:
lilconfig: 3.1.2
yaml: 2.4.5
optionalDependencies:
- postcss: 8.4.38
- ts-node: 10.9.2(@types/node@20.14.5)(typescript@5.4.5)
+ postcss: 8.4.39
+ tsx: 4.16.2
- postcss-load-config@5.1.0(postcss@8.4.38)(tsx@4.15.6):
+ postcss-load-config@6.0.1(postcss@8.4.39)(tsx@4.16.2)(yaml@2.4.5):
dependencies:
lilconfig: 3.1.2
- yaml: 2.4.5
optionalDependencies:
- postcss: 8.4.38
- tsx: 4.15.6
+ postcss: 8.4.39
+ tsx: 4.16.2
+ yaml: 2.4.5
- postcss-merge-rules@7.0.0(postcss@8.4.38):
+ postcss-merge-rules@7.0.2(postcss@8.4.39):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.1
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ cssnano-utils: 5.0.0(postcss@8.4.39)
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
- postcss-minify-selectors@7.0.0(postcss@8.4.38):
+ postcss-minify-selectors@7.0.2(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ cssesc: 3.0.0
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
- postcss-nested@6.0.1(postcss@8.4.38):
+ postcss-nested@6.0.1(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.0
- postcss-normalize-whitespace@7.0.0(postcss@8.4.38):
+ postcss-normalize-whitespace@7.0.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
postcss-value-parser: 4.2.0
- postcss-safe-parser@6.0.0(postcss@8.4.38):
+ postcss-safe-parser@6.0.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
- postcss-scss@4.0.9(postcss@8.4.38):
+ postcss-scss@4.0.9(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
- postcss-selector-parser@6.0.16:
+ postcss-selector-parser@6.1.0:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-selector-parser@6.1.0:
+ postcss-selector-parser@6.1.1:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
@@ -18449,6 +18427,12 @@ snapshots:
picocolors: 1.0.1
source-map-js: 1.2.0
+ postcss@8.4.39:
+ dependencies:
+ nanoid: 3.3.7
+ picocolors: 1.0.1
+ source-map-js: 1.2.0
+
postgres-array@2.0.0: {}
postgres-array@3.0.2:
@@ -18478,21 +18462,6 @@ snapshots:
postgres@3.4.4: {}
- prebuild-install@7.1.2:
- dependencies:
- detect-libc: 2.0.3
- expand-template: 2.0.3
- github-from-package: 0.0.0
- minimist: 1.2.8
- mkdirp-classic: 0.5.3
- napi-build-utils: 1.0.2
- node-abi: 3.65.0
- pump: 3.0.0
- rc: 1.2.8
- simple-get: 4.0.1
- tar-fs: 2.1.1
- tunnel-agent: 0.6.0
-
preferred-pm@3.1.2:
dependencies:
find-up: 5.0.0
@@ -18502,34 +18471,32 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier-plugin-packagejson@2.5.0(prettier@3.3.2):
+ prettier-plugin-packagejson@2.5.1(prettier@3.3.3):
dependencies:
sort-package-json: 2.10.0
- synckit: 0.9.0
+ synckit: 0.9.1
optionalDependencies:
- prettier: 3.3.2
+ prettier: 3.3.3
- prettier-plugin-sh@0.14.0(prettier@3.3.2):
+ prettier-plugin-sh@0.14.0(prettier@3.3.3):
dependencies:
mvdan-sh: 0.10.1
- prettier: 3.3.2
+ prettier: 3.3.3
sh-syntax: 0.4.2
- prettier-plugin-svelte@3.2.4(prettier@3.3.2)(svelte@4.2.18):
+ prettier-plugin-svelte@3.2.6(prettier@3.3.3)(svelte@4.2.18):
dependencies:
- prettier: 3.3.2
+ prettier: 3.3.3
svelte: 4.2.18
prettier@3.2.5: {}
- prettier@3.3.2: {}
+ prettier@3.3.3: {}
prism-svelte@0.4.7: {}
prismjs@1.29.0: {}
- proc-log@3.0.0: {}
-
proc-log@4.2.0: {}
process-warning@3.0.0: {}
@@ -18570,7 +18537,7 @@ snapshots:
prosemirror-commands@1.5.2:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-transform: 1.9.0
@@ -18583,11 +18550,11 @@ snapshots:
prosemirror-gapcursor@1.3.2:
dependencies:
prosemirror-keymap: 1.2.2
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-view: 1.33.8
- prosemirror-history@1.4.0:
+ prosemirror-history@1.4.1:
dependencies:
prosemirror-state: 1.4.3
prosemirror-transform: 1.9.0
@@ -18607,58 +18574,58 @@ snapshots:
prosemirror-markdown@1.13.0:
dependencies:
markdown-it: 14.1.0
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-menu@1.2.4:
dependencies:
crelt: 1.0.6
prosemirror-commands: 1.5.2
- prosemirror-history: 1.4.0
+ prosemirror-history: 1.4.1
prosemirror-state: 1.4.3
- prosemirror-model@1.21.1:
+ prosemirror-model@1.22.1:
dependencies:
orderedmap: 2.1.1
- prosemirror-schema-basic@1.2.2:
+ prosemirror-schema-basic@1.2.3:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
- prosemirror-schema-list@1.4.0:
+ prosemirror-schema-list@1.4.1:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-transform: 1.9.0
prosemirror-state@1.4.3:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-transform: 1.9.0
prosemirror-view: 1.33.8
prosemirror-tables@1.3.7:
dependencies:
prosemirror-keymap: 1.2.2
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-transform: 1.9.0
prosemirror-view: 1.33.8
- prosemirror-trailing-node@2.0.8(prosemirror-model@1.21.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8):
+ prosemirror-trailing-node@2.0.9(prosemirror-model@1.22.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8):
dependencies:
'@remirror/core-constants': 2.0.2
escape-string-regexp: 4.0.0
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-view: 1.33.8
prosemirror-transform@1.9.0:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-view@1.33.8:
dependencies:
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-transform: 1.9.0
@@ -18667,22 +18634,6 @@ snapshots:
protobufjs: 7.3.2
optional: true
- protobufjs@7.3.0:
- dependencies:
- '@protobufjs/aspromise': 1.1.2
- '@protobufjs/base64': 1.1.2
- '@protobufjs/codegen': 2.0.4
- '@protobufjs/eventemitter': 1.1.0
- '@protobufjs/fetch': 1.1.0
- '@protobufjs/float': 1.0.2
- '@protobufjs/inquire': 1.1.0
- '@protobufjs/path': 1.1.2
- '@protobufjs/pool': 1.1.0
- '@protobufjs/utf8': 1.1.0
- '@types/node': 20.14.5
- long: 5.2.3
- optional: true
-
protobufjs@7.3.2:
dependencies:
'@protobufjs/aspromise': 1.1.2
@@ -18695,7 +18646,7 @@ snapshots:
'@protobufjs/path': 1.1.2
'@protobufjs/pool': 1.1.0
'@protobufjs/utf8': 1.1.0
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
long: 5.2.3
proxy-from-env@1.1.0: {}
@@ -18714,7 +18665,7 @@ snapshots:
pure-rand@6.1.0: {}
- qs@6.12.1:
+ qs@6.12.3:
dependencies:
side-channel: 1.0.6
@@ -18741,13 +18692,6 @@ snapshots:
randomcolor@0.6.2: {}
- rc@1.2.8:
- dependencies:
- deep-extend: 0.6.0
- ini: 1.3.8
- minimist: 1.2.8
- strip-json-comments: 2.0.1
-
read-cmd-shim@4.0.0: {}
read-package-json-fast@3.0.2:
@@ -18832,7 +18776,7 @@ snapshots:
relay-runtime@12.0.0(encoding@0.1.13):
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
fbjs: 3.0.5(encoding@0.1.13)
invariant: 2.2.4
transitivePeerDependencies:
@@ -18870,14 +18814,6 @@ snapshots:
require-from-string@2.0.2: {}
- require-in-the-middle@5.2.0:
- dependencies:
- debug: 4.3.5
- module-details-from-path: 1.0.3
- resolve: 1.22.8
- transitivePeerDependencies:
- - supports-color
-
require-in-the-middle@7.3.0:
dependencies:
debug: 4.3.5
@@ -18901,7 +18837,7 @@ snapshots:
resolve@1.22.8:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.15.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -18945,33 +18881,33 @@ snapshots:
dependencies:
glob: 7.2.3
- rollup@4.18.0:
+ rollup@4.18.1:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.18.0
- '@rollup/rollup-android-arm64': 4.18.0
- '@rollup/rollup-darwin-arm64': 4.18.0
- '@rollup/rollup-darwin-x64': 4.18.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
- '@rollup/rollup-linux-arm-musleabihf': 4.18.0
- '@rollup/rollup-linux-arm64-gnu': 4.18.0
- '@rollup/rollup-linux-arm64-musl': 4.18.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
- '@rollup/rollup-linux-riscv64-gnu': 4.18.0
- '@rollup/rollup-linux-s390x-gnu': 4.18.0
- '@rollup/rollup-linux-x64-gnu': 4.18.0
- '@rollup/rollup-linux-x64-musl': 4.18.0
- '@rollup/rollup-win32-arm64-msvc': 4.18.0
- '@rollup/rollup-win32-ia32-msvc': 4.18.0
- '@rollup/rollup-win32-x64-msvc': 4.18.0
+ '@rollup/rollup-android-arm-eabi': 4.18.1
+ '@rollup/rollup-android-arm64': 4.18.1
+ '@rollup/rollup-darwin-arm64': 4.18.1
+ '@rollup/rollup-darwin-x64': 4.18.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.18.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.18.1
+ '@rollup/rollup-linux-arm64-gnu': 4.18.1
+ '@rollup/rollup-linux-arm64-musl': 4.18.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.18.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.18.1
+ '@rollup/rollup-linux-s390x-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-musl': 4.18.1
+ '@rollup/rollup-win32-arm64-msvc': 4.18.1
+ '@rollup/rollup-win32-ia32-msvc': 4.18.1
+ '@rollup/rollup-win32-x64-msvc': 4.18.1
fsevents: 2.3.3
rope-sequence@1.3.4: {}
- rrdom@2.0.0-alpha.15:
+ rrdom@2.0.0-alpha.16:
dependencies:
- rrweb-snapshot: 2.0.0-alpha.15
+ rrweb-snapshot: 2.0.0-alpha.16
rrweb-cssom@0.6.0:
optional: true
@@ -18979,18 +18915,18 @@ snapshots:
rrweb-cssom@0.7.1:
optional: true
- rrweb-snapshot@2.0.0-alpha.15: {}
+ rrweb-snapshot@2.0.0-alpha.16: {}
rrweb@2.0.0-alpha.13:
dependencies:
- '@rrweb/types': 2.0.0-alpha.15
+ '@rrweb/types': 2.0.0-alpha.16
'@types/css-font-loading-module': 0.0.7
'@xstate/fsm': 1.6.5
base64-arraybuffer: 1.0.2
fflate: 0.4.8
mitt: 3.0.1
- rrdom: 2.0.0-alpha.15
- rrweb-snapshot: 2.0.0-alpha.15
+ rrdom: 2.0.0-alpha.16
+ rrweb-snapshot: 2.0.0-alpha.16
run-applescript@7.0.0: {}
@@ -19028,7 +18964,7 @@ snapshots:
mkdirp: 0.5.6
rimraf: 2.7.1
- satori@0.10.13:
+ satori@0.10.14:
dependencies:
'@shuding/opentype.js': 1.4.0-beta.0
css-background-parser: 0.1.0
@@ -19058,7 +18994,7 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- semver@7.6.2: {}
+ semver@7.6.3: {}
sentence-case@3.0.4:
dependencies:
@@ -19096,7 +19032,7 @@ snapshots:
dependencies:
color: 4.2.3
detect-libc: 2.0.3
- semver: 7.6.2
+ semver: 7.6.3
optionalDependencies:
'@img/sharp-darwin-arm64': 0.33.4
'@img/sharp-darwin-x64': 0.33.4
@@ -19126,9 +19062,10 @@ snapshots:
shell-quote@1.8.1: {}
- shiki@1.7.0:
+ shiki@1.10.3:
dependencies:
- '@shikijs/core': 1.7.0
+ '@shikijs/core': 1.10.3
+ '@types/hast': 3.0.4
shimmer@1.2.1: {}
@@ -19137,7 +19074,7 @@ snapshots:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
signal-exit@3.0.7: {}
@@ -19156,14 +19093,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- simple-concat@1.0.1: {}
-
- simple-get@4.0.1:
- dependencies:
- decompress-response: 6.0.0
- once: 1.4.0
- simple-concat: 1.0.1
-
simple-swizzle@0.2.2:
dependencies:
is-arrayish: 0.3.2
@@ -19209,7 +19138,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- socks-proxy-agent@8.0.3:
+ socks-proxy-agent@8.0.4:
dependencies:
agent-base: 7.1.1
debug: 4.3.5
@@ -19228,14 +19157,14 @@ snapshots:
sorcery@0.11.0:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
buffer-crc32: 0.2.13
minimist: 1.2.8
sander: 0.5.1
sorcery@0.11.1:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
buffer-crc32: 1.0.0
minimist: 1.2.8
sander: 0.5.1
@@ -19250,7 +19179,7 @@ snapshots:
git-hooks-list: 3.1.0
globby: 13.2.2
is-plain-obj: 4.1.0
- semver: 7.6.2
+ semver: 7.6.3
sort-object-keys: 1.1.3
sortablejs@1.15.2: {}
@@ -19300,6 +19229,10 @@ snapshots:
dependencies:
minipass: 7.1.2
+ ssri@9.0.1:
+ dependencies:
+ minipass: 3.3.6
+
standard-as-callback@2.1.0: {}
stdin-discarder@0.2.2: {}
@@ -19328,7 +19261,7 @@ snapshots:
emoji-regex: 9.2.2
strip-ansi: 7.1.0
- string-width@7.1.0:
+ string-width@7.2.0:
dependencies:
emoji-regex: 10.3.0
get-east-asian-width: 1.2.0
@@ -19379,8 +19312,6 @@ snapshots:
dependencies:
min-indent: 1.0.1
- strip-json-comments@2.0.1: {}
-
strip-json-comments@3.1.1: {}
strnum@1.0.5: {}
@@ -19397,7 +19328,7 @@ snapshots:
dependencies:
'@jridgewell/gen-mapping': 0.3.5
commander: 4.1.1
- glob: 10.4.2
+ glob: 10.4.5
lines-and-columns: 1.2.4
mz: 2.7.0
pirates: 4.0.6
@@ -19413,17 +19344,15 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svelte-check@3.8.1(@babel/core@7.24.7)(postcss-load-config@5.1.0(postcss@8.4.38)(tsx@4.15.6))(postcss@8.4.38)(svelte@4.2.18):
+ svelte-check@3.8.4(@babel/core@7.24.9)(postcss-load-config@5.1.0(postcss@8.4.39)(tsx@4.16.2))(postcss@8.4.39)(svelte@4.2.18):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
chokidar: 3.6.0
- fast-glob: 3.3.2
- import-fresh: 3.3.0
picocolors: 1.0.1
sade: 1.8.1
svelte: 4.2.18
- svelte-preprocess: 5.1.4(@babel/core@7.24.7)(postcss-load-config@5.1.0(postcss@8.4.38)(tsx@4.15.6))(postcss@8.4.38)(svelte@4.2.18)(typescript@5.4.5)
- typescript: 5.4.5
+ svelte-preprocess: 5.1.4(@babel/core@7.24.9)(postcss-load-config@5.1.0(postcss@8.4.39)(tsx@4.16.2))(postcss@8.4.39)(svelte@4.2.18)(typescript@5.5.3)
+ typescript: 5.5.3
transitivePeerDependencies:
- '@babel/core'
- coffeescript
@@ -19435,13 +19364,13 @@ snapshots:
- stylus
- sugarss
- svelte-eslint-parser@0.39.1(svelte@4.2.18):
+ svelte-eslint-parser@0.40.0(svelte@4.2.18):
dependencies:
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- postcss: 8.4.38
- postcss-scss: 4.0.9(postcss@8.4.38)
+ postcss: 8.4.39
+ postcss-scss: 4.0.9(postcss@8.4.39)
optionalDependencies:
svelte: 4.2.18
@@ -19449,7 +19378,7 @@ snapshots:
dependencies:
svelte: 4.2.18
- svelte-preprocess@5.1.4(@babel/core@7.24.7)(postcss-load-config@5.1.0(postcss@8.4.38)(tsx@4.15.6))(postcss@8.4.38)(svelte@4.2.18)(typescript@5.4.5):
+ svelte-preprocess@5.1.4(@babel/core@7.24.9)(postcss-load-config@5.1.0(postcss@8.4.39)(tsx@4.16.2))(postcss@8.4.39)(svelte@4.2.18)(typescript@5.5.3):
dependencies:
'@types/pug': 2.0.10
detect-indent: 6.1.0
@@ -19458,31 +19387,29 @@ snapshots:
strip-indent: 3.0.0
svelte: 4.2.18
optionalDependencies:
- '@babel/core': 7.24.7
- postcss: 8.4.38
- postcss-load-config: 5.1.0(postcss@8.4.38)(tsx@4.15.6)
- typescript: 5.4.5
+ '@babel/core': 7.24.9
+ postcss: 8.4.39
+ postcss-load-config: 5.1.0(postcss@8.4.39)(tsx@4.16.2)
+ typescript: 5.5.3
- svelte-preprocess@6.0.1(@babel/core@7.24.7)(postcss-load-config@5.1.0(postcss@8.4.38)(tsx@4.15.6))(postcss@8.4.38)(svelte@4.2.18)(typescript@5.4.5):
+ svelte-preprocess@6.0.2(@babel/core@7.24.9)(postcss-load-config@5.1.0(postcss@8.4.39)(tsx@4.16.2))(postcss@8.4.39)(svelte@4.2.18)(typescript@5.5.3):
dependencies:
- detect-indent: 6.1.0
- strip-indent: 3.0.0
svelte: 4.2.18
optionalDependencies:
- '@babel/core': 7.24.7
- postcss: 8.4.38
- postcss-load-config: 5.1.0(postcss@8.4.38)(tsx@4.15.6)
- typescript: 5.4.5
+ '@babel/core': 7.24.9
+ postcss: 8.4.39
+ postcss-load-config: 5.1.0(postcss@8.4.39)(tsx@4.16.2)
+ typescript: 5.5.3
svelte@4.2.18:
dependencies:
'@ampproject/remapping': 2.3.0
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@types/estree': 1.0.5
- acorn: 8.12.0
+ acorn: 8.12.1
aria-query: 5.3.0
- axobject-query: 4.0.0
+ axobject-query: 4.1.0
code-red: 1.0.4
css-tree: 2.3.1
estree-walker: 3.0.3
@@ -19527,23 +19454,23 @@ snapshots:
swap-case@3.0.3: {}
- swiper@11.1.4: {}
+ swiper@11.1.5: {}
symbol-tree@3.2.4:
optional: true
- synckit@0.9.0:
+ synckit@0.9.1:
dependencies:
'@pkgr/core': 0.1.1
tslib: 2.6.3
- syncpack@12.3.2(typescript@5.4.5):
+ syncpack@12.3.3(typescript@5.5.3):
dependencies:
'@effect/schema': 0.66.5(effect@3.0.3)(fast-check@3.17.2)
chalk: 5.3.0
chalk-template: 1.1.0
commander: 12.0.0
- cosmiconfig: 9.0.0(typescript@5.4.5)
+ cosmiconfig: 9.0.0(typescript@5.5.3)
effect: 3.0.3
enquirer: 2.4.1
fast-check: 3.17.2
@@ -19559,21 +19486,6 @@ snapshots:
transitivePeerDependencies:
- typescript
- tar-fs@2.1.1:
- dependencies:
- chownr: 1.1.4
- mkdirp-classic: 0.5.3
- pump: 3.0.0
- tar-stream: 2.2.0
-
- tar-stream@2.2.0:
- dependencies:
- bl: 4.1.0
- end-of-stream: 1.4.4
- fs-constants: 1.0.0
- inherits: 2.0.4
- readable-stream: 3.6.2
-
tar@6.2.1:
dependencies:
chownr: 2.0.0
@@ -19679,16 +19591,16 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@1.3.0(typescript@5.4.5):
+ ts-api-utils@1.3.0(typescript@5.5.3):
dependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
- ts-evaluator@1.2.0(jsdom@24.1.0)(typescript@5.4.5):
+ ts-evaluator@1.2.0(jsdom@24.1.0)(typescript@5.5.3):
dependencies:
ansi-colors: 4.1.3
crosspath: 2.0.0
object-path: 0.11.8
- typescript: 5.4.5
+ typescript: 5.5.3
optionalDependencies:
jsdom: 24.1.0
@@ -19699,21 +19611,21 @@ snapshots:
'@ts-morph/common': 0.22.0
code-block-writer: 12.0.0
- ts-node@10.9.2(@types/node@20.14.5)(typescript@5.4.5):
+ ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 20.14.5
- acorn: 8.12.0
+ '@types/node': 20.14.11
+ acorn: 8.12.1
acorn-walk: 8.3.3
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 5.4.5
+ typescript: 5.5.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optional: true
@@ -19724,9 +19636,9 @@ snapshots:
ts-toolbelt@9.6.0: {}
- tsconfck@3.0.2(typescript@5.4.5):
+ tsconfck@3.0.2(typescript@5.5.3):
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
tsconfig-paths@3.15.0:
dependencies:
@@ -19739,30 +19651,33 @@ snapshots:
tslib@2.6.3: {}
- tsup@8.1.0(postcss@8.4.38)(ts-node@10.9.2(typescript@5.4.5))(typescript@5.4.5):
+ tsup@8.1.2(postcss@8.4.39)(tsx@4.16.2)(typescript@5.5.3)(yaml@2.4.5):
dependencies:
- bundle-require: 4.2.1(esbuild@0.21.5)
+ bundle-require: 5.0.0(esbuild@0.23.0)
cac: 6.7.14
chokidar: 3.6.0
+ consola: 3.2.3
debug: 4.3.5
- esbuild: 0.21.5
+ esbuild: 0.23.0
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
- postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(typescript@5.4.5))
+ postcss-load-config: 6.0.1(postcss@8.4.39)(tsx@4.16.2)(yaml@2.4.5)
resolve-from: 5.0.0
- rollup: 4.18.0
+ rollup: 4.18.1
source-map: 0.8.0-beta.0
sucrase: 3.35.0
tree-kill: 1.2.2
optionalDependencies:
- postcss: 8.4.38
- typescript: 5.4.5
+ postcss: 8.4.39
+ typescript: 5.5.3
transitivePeerDependencies:
+ - jiti
- supports-color
- - ts-node
+ - tsx
+ - yaml
- tsx@4.15.6:
+ tsx@4.16.2:
dependencies:
esbuild: 0.21.5
get-tsconfig: 4.7.5
@@ -19778,8 +19693,9 @@ snapshots:
bindings: 1.5.0
bufferstreams: 3.0.0
nan: 2.20.0
- node-gyp: 9.4.0
+ node-gyp: 9.4.1
transitivePeerDependencies:
+ - bluebird
- supports-color
ttf2woff@3.0.0:
@@ -19795,36 +19711,32 @@ snapshots:
transitivePeerDependencies:
- supports-color
- tunnel-agent@0.6.0:
- dependencies:
- safe-buffer: 5.2.1
-
- turbo-darwin-64@2.0.4:
+ turbo-darwin-64@2.0.7:
optional: true
- turbo-darwin-arm64@2.0.4:
+ turbo-darwin-arm64@2.0.7:
optional: true
- turbo-linux-64@2.0.4:
+ turbo-linux-64@2.0.7:
optional: true
- turbo-linux-arm64@2.0.4:
+ turbo-linux-arm64@2.0.7:
optional: true
- turbo-windows-64@2.0.4:
+ turbo-windows-64@2.0.7:
optional: true
- turbo-windows-arm64@2.0.4:
+ turbo-windows-arm64@2.0.7:
optional: true
- turbo@2.0.4:
+ turbo@2.0.7:
optionalDependencies:
- turbo-darwin-64: 2.0.4
- turbo-darwin-arm64: 2.0.4
- turbo-linux-64: 2.0.4
- turbo-linux-arm64: 2.0.4
- turbo-windows-64: 2.0.4
- turbo-windows-arm64: 2.0.4
+ turbo-darwin-64: 2.0.7
+ turbo-darwin-arm64: 2.0.7
+ turbo-linux-64: 2.0.7
+ turbo-linux-arm64: 2.0.7
+ turbo-windows-64: 2.0.7
+ turbo-windows-arm64: 2.0.7
twemoji-parser@14.0.0: {}
@@ -19835,7 +19747,7 @@ snapshots:
twemoji-parser: 14.0.0
universalify: 0.1.2
- twitter-api-v2@1.17.1: {}
+ twitter-api-v2@1.17.2: {}
type-check@0.4.0:
dependencies:
@@ -19849,7 +19761,7 @@ snapshots:
type-fest@0.8.1: {}
- type-fest@4.20.1: {}
+ type-fest@4.22.0: {}
type@2.7.3: {}
@@ -19887,15 +19799,15 @@ snapshots:
typescript@5.3.3: {}
- typescript@5.4.5: {}
+ typescript@5.5.3: {}
ua-parser-js@1.0.38: {}
uc.micro@2.1.0: {}
- ufo@1.5.3: {}
+ ufo@1.5.4: {}
- uglify-js@3.18.0:
+ uglify-js@3.19.0:
optional: true
unbox-primitive@1.0.2:
@@ -19913,7 +19825,7 @@ snapshots:
undici@6.19.2: {}
- unenv@1.9.0:
+ unenv@1.10.0:
dependencies:
consola: 3.2.3
defu: 6.1.4
@@ -19936,12 +19848,20 @@ snapshots:
extend: 3.0.2
is-plain-obj: 4.1.0
trough: 2.2.0
- vfile: 6.0.1
+ vfile: 6.0.2
+
+ unique-filename@2.0.1:
+ dependencies:
+ unique-slug: 3.0.0
unique-filename@3.0.0:
dependencies:
unique-slug: 4.0.0
+ unique-slug@3.0.0:
+ dependencies:
+ imurmurhash: 0.1.4
+
unique-slug@4.0.0:
dependencies:
imurmurhash: 0.1.4
@@ -19976,45 +19896,45 @@ snapshots:
universalify@2.0.1: {}
- unplugin-icons@0.19.0(@vue/compiler-sfc@3.4.29):
+ unplugin-icons@0.19.0(@vue/compiler-sfc@3.4.32):
dependencies:
'@antfu/install-pkg': 0.3.3
- '@antfu/utils': 0.7.8
- '@iconify/utils': 2.1.24
+ '@antfu/utils': 0.7.10
+ '@iconify/utils': 2.1.25
debug: 4.3.5
kolorist: 1.8.0
local-pkg: 0.5.0
- unplugin: 1.10.1
+ unplugin: 1.11.0
optionalDependencies:
- '@vue/compiler-sfc': 3.4.29
+ '@vue/compiler-sfc': 3.4.32
transitivePeerDependencies:
- supports-color
unplugin@1.0.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
chokidar: 3.6.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.5.0
- unplugin@1.10.1:
+ unplugin@1.11.0:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
chokidar: 3.6.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.6.2
upath@1.2.0: {}
- update-browserslist-db@1.0.16(browserslist@4.23.0):
+ update-browserslist-db@1.1.0(browserslist@4.23.1):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.1
escalade: 3.1.2
picocolors: 1.0.1
- update-browserslist-db@1.0.16(browserslist@4.23.1):
+ update-browserslist-db@1.1.0(browserslist@4.23.2):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.2
escalade: 3.1.2
picocolors: 1.0.1
@@ -20048,6 +19968,8 @@ snapshots:
util-deprecate@1.0.2: {}
+ uuid@10.0.0: {}
+
uuid@8.3.2:
optional: true
@@ -20077,7 +19999,7 @@ snapshots:
'@types/unist': 3.0.2
unist-util-stringify-position: 4.0.0
- vfile@6.0.1:
+ vfile@6.0.2:
dependencies:
'@types/unist': 3.0.2
unist-util-stringify-position: 4.0.0
@@ -20085,24 +20007,24 @@ snapshots:
vite-plugin-dynamic-import@1.5.0:
dependencies:
- acorn: 8.12.0
- es-module-lexer: 1.5.3
+ acorn: 8.12.1
+ es-module-lexer: 1.5.4
fast-glob: 3.3.2
magic-string: 0.30.10
- vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1):
+ vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1):
dependencies:
esbuild: 0.21.5
- postcss: 8.4.38
- rollup: 4.18.0
+ postcss: 8.4.39
+ rollup: 4.18.1
optionalDependencies:
- '@types/node': 20.14.5
+ '@types/node': 20.14.11
fsevents: 2.3.3
lightningcss: 1.25.1
- vitefu@0.2.5(vite@5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)):
+ vitefu@0.2.5(vite@5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)):
optionalDependencies:
- vite: 5.3.1(@types/node@20.14.5)(lightningcss@1.25.1)
+ vite: 5.3.4(@types/node@20.14.11)(lightningcss@1.25.1)
vscode-languageserver-textdocument@1.0.11: {}
@@ -20225,7 +20147,7 @@ snapshots:
wrap-ansi@9.0.0:
dependencies:
ansi-styles: 6.2.1
- string-width: 7.1.0
+ string-width: 7.2.0
strip-ansi: 7.1.0
wrappy@1.0.2: {}
@@ -20235,7 +20157,7 @@ snapshots:
imurmurhash: 0.1.4
signal-exit: 4.1.0
- ws@8.17.1:
+ ws@8.18.0:
optional: true
xdg-basedir@5.1.0: {}
@@ -20276,10 +20198,10 @@ snapshots:
lib0: 0.2.94
yjs: 13.6.18
- y-prosemirror@1.2.9(prosemirror-model@1.21.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8)(y-protocols@1.0.6(yjs@13.6.18))(yjs@13.6.18):
+ y-prosemirror@1.2.9(prosemirror-model@1.22.1)(prosemirror-state@1.4.3)(prosemirror-view@1.33.8)(y-protocols@1.0.6(yjs@13.6.18))(yjs@13.6.18):
dependencies:
lib0: 0.2.94
- prosemirror-model: 1.21.1
+ prosemirror-model: 1.22.1
prosemirror-state: 1.4.3
prosemirror-view: 1.33.8
y-protocols: 1.0.6(yjs@13.6.18)
@@ -20359,7 +20281,7 @@ snapshots:
yocto-queue@0.1.0: {}
- yocto-queue@1.0.0: {}
+ yocto-queue@1.1.1: {}
yoga-wasm-web@0.3.3: {}