+
Saleor App - Twilio Segment integration
+
This is Saleor App that synchronized order events to Segment
+
Install app in your Saleor instance and open in with Dashboard
+
+ );
+};
+
+export default IndexPage;
diff --git a/apps/segment/src/saleor-app.ts b/apps/segment/src/saleor-app.ts
new file mode 100644
index 0000000..67fb20d
--- /dev/null
+++ b/apps/segment/src/saleor-app.ts
@@ -0,0 +1,35 @@
+import { APL, FileAPL, SaleorCloudAPL, UpstashAPL } from "@saleor/app-sdk/APL";
+import { SaleorApp } from "@saleor/app-sdk/saleor-app";
+
+const aplType = process.env.APL ?? "file";
+
+export let apl: APL;
+
+switch (aplType) {
+ case "upstash":
+ apl = new UpstashAPL();
+
+ break;
+ case "file":
+ apl = new FileAPL();
+
+ break;
+ case "saleor-cloud": {
+ if (!process.env.REST_APL_ENDPOINT || !process.env.REST_APL_TOKEN) {
+ throw new Error("Rest APL is not configured - missing env variables. Check saleor-app.ts");
+ }
+
+ apl = new SaleorCloudAPL({
+ resourceUrl: process.env.REST_APL_ENDPOINT,
+ token: process.env.REST_APL_TOKEN,
+ });
+
+ break;
+ }
+ default: {
+ throw new Error("Invalid APL config, ");
+ }
+}
+export const saleorApp = new SaleorApp({
+ apl,
+});
diff --git a/apps/segment/src/setup-tests.ts b/apps/segment/src/setup-tests.ts
new file mode 100644
index 0000000..cb0ff5c
--- /dev/null
+++ b/apps/segment/src/setup-tests.ts
@@ -0,0 +1 @@
+export {};
diff --git a/apps/segment/tsconfig.json b/apps/segment/tsconfig.json
new file mode 100644
index 0000000..61c19ab
--- /dev/null
+++ b/apps/segment/tsconfig.json
@@ -0,0 +1,23 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true,
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
+ "exclude": ["node_modules"]
+}
diff --git a/apps/segment/turbo.json b/apps/segment/turbo.json
new file mode 100644
index 0000000..c08adae
--- /dev/null
+++ b/apps/segment/turbo.json
@@ -0,0 +1,28 @@
+{
+ "extends": ["//"],
+ "$schema": "https://turbo.build/schema.json",
+ "pipeline": {
+ "build": {
+ "env": [
+ "APL",
+ "APP_DEBUG",
+ "NODE_ENV",
+ "SECRET_KEY",
+ "ALLOWED_DOMAIN_PATTERN",
+ "REST_APL_ENDPOINT",
+ "REST_APL_TOKEN",
+ "NEXT_PUBLIC_VERCEL_ENV",
+ "VERCEL_URL",
+ "PORT",
+ "SENTRY_ORG",
+ "SENTRY_PROJECT",
+ "SENTRY_DSN",
+ "SENTRY_AUTH_TOKEN",
+ "NEXT_PUBLIC_SENTRY_DSN",
+ "SENTRY_ENVIRONMENT",
+ "APP_IFRAME_BASE_URL",
+ "APP_API_BASE_URL"
+ ]
+ }
+ }
+}
diff --git a/apps/segment/vitest.config.ts b/apps/segment/vitest.config.ts
new file mode 100644
index 0000000..2f87470
--- /dev/null
+++ b/apps/segment/vitest.config.ts
@@ -0,0 +1,17 @@
+import react from "@vitejs/plugin-react";
+
+import { defineConfig } from "vitest/config";
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ plugins: [react()],
+ test: {
+ passWithNoTests: true,
+ environment: "jsdom",
+ setupFiles: "./src/setup-tests.ts",
+ css: false,
+ alias: {
+ "@": "./src",
+ },
+ },
+});
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 41765d2..1426e61 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,9 +1,5 @@
lockfileVersion: '6.0'
-settings:
- autoInstallPeers: true
- excludeLinksFromLockfile: false
-
importers:
.:
@@ -1163,6 +1159,145 @@ importers:
specifier: 0.34.1
version: 0.34.1(jsdom@20.0.3)
+ apps/segment:
+ dependencies:
+ '@hookform/resolvers':
+ specifier: ^3.1.0
+ version: 3.1.0(react-hook-form@7.44.3)
+ '@saleor/app-sdk':
+ specifier: 0.41.1
+ version: 0.41.1(next@13.4.8)(react-dom@18.2.0)(react@18.2.0)
+ '@saleor/apps-shared':
+ specifier: workspace:*
+ version: link:../../packages/shared
+ '@saleor/apps-ui':
+ specifier: workspace:*
+ version: link:../../packages/ui
+ '@saleor/macaw-ui':
+ specifier: 0.8.0-pre.106
+ version: 0.8.0-pre.106(@types/react-dom@18.2.5)(@types/react@18.2.5)(react-dom@18.2.0)(react@18.2.0)
+ '@saleor/react-hook-form-macaw':
+ specifier: workspace:*
+ version: link:../../packages/react-hook-form-macaw
+ '@segment/analytics-node':
+ specifier: ^1.1.0
+ version: 1.1.0
+ '@sentry/nextjs':
+ specifier: 7.55.2
+ version: 7.55.2(next@13.4.8)(react@18.2.0)
+ '@tanstack/react-query':
+ specifier: ^4.29.19
+ version: 4.29.19(react-dom@18.2.0)(react@18.2.0)
+ '@trpc/client':
+ specifier: 10.34.0
+ version: 10.34.0(@trpc/server@10.34.0)
+ '@trpc/next':
+ specifier: 10.34.0
+ version: 10.34.0(@tanstack/react-query@4.29.19)(@trpc/client@10.34.0)(@trpc/react-query@10.34.0)(@trpc/server@10.34.0)(next@13.4.8)(react-dom@18.2.0)(react@18.2.0)
+ '@trpc/react-query':
+ specifier: 10.34.0
+ version: 10.34.0(@tanstack/react-query@4.29.19)(@trpc/client@10.34.0)(@trpc/server@10.34.0)(react-dom@18.2.0)(react@18.2.0)
+ '@trpc/server':
+ specifier: 10.34.0
+ version: 10.34.0
+ '@urql/exchange-auth':
+ specifier: ^2.1.4
+ version: 2.1.4(graphql@16.7.1)
+ '@vitejs/plugin-react':
+ specifier: 4.0.4
+ version: 4.0.4(vite@4.4.8)
+ graphql:
+ specifier: 16.7.1
+ version: 16.7.1
+ graphql-tag:
+ specifier: ^2.12.6
+ version: 2.12.6(graphql@16.7.1)
+ jsdom:
+ specifier: ^20.0.3
+ version: 20.0.3
+ next:
+ specifier: 13.4.8
+ version: 13.4.8(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0)
+ pino:
+ specifier: ^8.14.1
+ version: 8.14.1
+ pino-pretty:
+ specifier: ^10.0.0
+ version: 10.0.0
+ react:
+ specifier: 18.2.0
+ version: 18.2.0
+ react-dom:
+ specifier: 18.2.0
+ version: 18.2.0(react@18.2.0)
+ react-error-boundary:
+ specifier: 4.0.10
+ version: 4.0.10(react@18.2.0)
+ react-hook-form:
+ specifier: ^7.43.9
+ version: 7.44.3(react@18.2.0)
+ urql:
+ specifier: ^4.0.4
+ version: 4.0.4(graphql@16.7.1)(react@18.2.0)
+ usehooks-ts:
+ specifier: ^2.9.1
+ version: 2.9.1(react-dom@18.2.0)(react@18.2.0)
+ vite:
+ specifier: 4.4.8
+ version: 4.4.8(@types/node@18.15.3)
+ vitest:
+ specifier: 0.34.1
+ version: 0.34.1(jsdom@20.0.3)
+ zod:
+ specifier: 3.21.4
+ version: 3.21.4
+ devDependencies:
+ '@graphql-codegen/cli':
+ specifier: 4.0.1
+ version: 4.0.1(@babel/core@7.22.9)(@types/node@18.15.3)(graphql@16.7.1)
+ '@graphql-codegen/introspection':
+ specifier: 4.0.0
+ version: 4.0.0(graphql@16.7.1)
+ '@graphql-codegen/typed-document-node':
+ specifier: 5.0.1
+ version: 5.0.1(graphql@16.7.1)
+ '@graphql-codegen/typescript':
+ specifier: 4.0.1
+ version: 4.0.1(graphql@16.7.1)
+ '@graphql-codegen/typescript-operations':
+ specifier: 4.0.1
+ version: 4.0.1(graphql@16.7.1)
+ '@graphql-codegen/typescript-urql':
+ specifier: 3.7.3
+ version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1)
+ '@graphql-typed-document-node/core':
+ specifier: 3.2.0
+ version: 3.2.0(graphql@16.7.1)
+ '@testing-library/react':
+ specifier: ^13.4.0
+ version: 13.4.0(react-dom@18.2.0)(react@18.2.0)
+ '@testing-library/react-hooks':
+ specifier: ^8.0.1
+ version: 8.0.1(@types/react@18.2.5)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react':
+ specifier: 18.2.5
+ version: 18.2.5
+ '@types/react-dom':
+ specifier: 18.2.5
+ version: 18.2.5
+ eslint:
+ specifier: 8.46.0
+ version: 8.46.0
+ eslint-config-saleor:
+ specifier: workspace:*
+ version: link:../../packages/eslint-config-saleor
+ node-mocks-http:
+ specifier: ^1.12.2
+ version: 1.12.2
+ typescript:
+ specifier: 5.1.6
+ version: 5.1.6
+
apps/slack:
dependencies:
'@material-ui/core':
@@ -1451,7 +1586,7 @@ importers:
version: 1.35.1
'@saleor/app-sdk':
specifier: 0.41.1
- version: 0.41.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0)
+ version: 0.41.1(next@13.4.8)(react-dom@18.2.0)(react@18.2.0)
dotenv:
specifier: ^16.3.1
version: 16.3.1
@@ -1908,13 +2043,13 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/chunked-blob-reader@3.310.0:
resolution: {integrity: sha512-CrJS3exo4mWaLnWxfCH+w88Ou0IcAZSIkk4QbmxiHl/5Dq705OLoxf4385MVyExpqpeVJYOYQ2WaD8i/pQZ2fg==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/client-s3@3.332.0:
@@ -2015,7 +2150,7 @@ packages:
'@aws-sdk/util-user-agent-browser': 3.329.0
'@aws-sdk/util-user-agent-node': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2055,7 +2190,7 @@ packages:
'@aws-sdk/util-user-agent-browser': 3.329.0
'@aws-sdk/util-user-agent-node': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2099,7 +2234,7 @@ packages:
'@aws-sdk/util-user-agent-node': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
fast-xml-parser: 4.1.2
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2111,7 +2246,7 @@ packages:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-config-provider': 3.310.0
'@aws-sdk/util-middleware': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/credential-provider-env@3.329.0:
@@ -2120,7 +2255,7 @@ packages:
dependencies:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/credential-provider-imds@3.329.0:
@@ -2131,7 +2266,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/url-parser': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/credential-provider-ini@3.332.0:
@@ -2146,7 +2281,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2164,7 +2299,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2176,7 +2311,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/credential-provider-sso@3.332.0:
@@ -2188,7 +2323,7 @@ packages:
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/token-providers': 3.332.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2199,7 +2334,7 @@ packages:
dependencies:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/eventstream-codec@3.329.0:
@@ -2208,7 +2343,7 @@ packages:
'@aws-crypto/crc32': 3.0.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-hex-encoding': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/eventstream-serde-browser@3.329.0:
@@ -2217,7 +2352,7 @@ packages:
dependencies:
'@aws-sdk/eventstream-serde-universal': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/eventstream-serde-config-resolver@3.329.0:
@@ -2225,7 +2360,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/eventstream-serde-node@3.329.0:
@@ -2234,7 +2369,7 @@ packages:
dependencies:
'@aws-sdk/eventstream-serde-universal': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/eventstream-serde-universal@3.329.0:
@@ -2243,7 +2378,7 @@ packages:
dependencies:
'@aws-sdk/eventstream-codec': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/fetch-http-handler@3.329.0:
@@ -2253,7 +2388,7 @@ packages:
'@aws-sdk/querystring-builder': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-base64': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/hash-blob-browser@3.329.0:
@@ -2261,7 +2396,7 @@ packages:
dependencies:
'@aws-sdk/chunked-blob-reader': 3.310.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/hash-node@3.329.0:
@@ -2271,7 +2406,7 @@ packages:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-buffer-from': 3.310.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/hash-stream-node@3.329.0:
@@ -2280,21 +2415,21 @@ packages:
dependencies:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/invalid-dependency@3.329.0:
resolution: {integrity: sha512-UXynGusDxN/HxLma5ByJ7u+XnuMd47NbHOjJgYsaAjb1CVZT7hEPXOB+mcZ+Ku7To5SCOKu2QbRn7m4bGespBg==}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/is-array-buffer@3.310.0:
resolution: {integrity: sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/md5-js@3.329.0:
@@ -2302,7 +2437,7 @@ packages:
dependencies:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-bucket-endpoint@3.329.0:
@@ -2313,7 +2448,7 @@ packages:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-arn-parser': 3.310.0
'@aws-sdk/util-config-provider': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-content-length@3.329.0:
@@ -2322,7 +2457,7 @@ packages:
dependencies:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-endpoint@3.329.0:
@@ -2333,7 +2468,7 @@ packages:
'@aws-sdk/types': 3.329.0
'@aws-sdk/url-parser': 3.329.0
'@aws-sdk/util-middleware': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-expect-continue@3.329.0:
@@ -2342,7 +2477,7 @@ packages:
dependencies:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-flexible-checksums@3.331.0:
@@ -2355,7 +2490,7 @@ packages:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-host-header@3.329.0:
@@ -2364,7 +2499,7 @@ packages:
dependencies:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-location-constraint@3.329.0:
@@ -2372,7 +2507,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-logger@3.329.0:
@@ -2380,7 +2515,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-recursion-detection@3.329.0:
@@ -2389,7 +2524,7 @@ packages:
dependencies:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-retry@3.329.0:
@@ -2401,7 +2536,7 @@ packages:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-middleware': 3.329.0
'@aws-sdk/util-retry': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
uuid: 8.3.2
dev: false
@@ -2412,7 +2547,7 @@ packages:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-arn-parser': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-sdk-sts@3.329.0:
@@ -2421,7 +2556,7 @@ packages:
dependencies:
'@aws-sdk/middleware-signing': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-serde@3.329.0:
@@ -2429,7 +2564,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-signing@3.329.0:
@@ -2441,7 +2576,7 @@ packages:
'@aws-sdk/signature-v4': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-middleware': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-ssec@3.329.0:
@@ -2449,14 +2584,14 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-stack@3.329.0:
resolution: {integrity: sha512-2huFLhJ45td2nuiIOjpc9JKJbFNn5CYmw9U8YDITTcydpteRN62CzCpeqroDvF89VOLWxh0ZFtuLCGUr7liSWQ==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/middleware-user-agent@3.332.0:
@@ -2466,7 +2601,7 @@ packages:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-endpoints': 3.332.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/node-config-provider@3.329.0:
@@ -2476,7 +2611,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/node-http-handler@3.329.0:
@@ -2487,7 +2622,7 @@ packages:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/querystring-builder': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/property-provider@3.329.0:
@@ -2495,7 +2630,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/protocol-http@3.329.0:
@@ -2503,7 +2638,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/querystring-builder@3.329.0:
@@ -2512,7 +2647,7 @@ packages:
dependencies:
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-uri-escape': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/querystring-parser@3.329.0:
@@ -2520,7 +2655,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/service-error-classification@3.329.0:
@@ -2533,7 +2668,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/signature-v4-multi-region@3.329.0:
@@ -2548,7 +2683,7 @@ packages:
'@aws-sdk/protocol-http': 3.329.0
'@aws-sdk/signature-v4': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/signature-v4@3.329.0:
@@ -2561,7 +2696,7 @@ packages:
'@aws-sdk/util-middleware': 3.329.0
'@aws-sdk/util-uri-escape': 3.310.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/smithy-client@3.329.0:
@@ -2570,7 +2705,7 @@ packages:
dependencies:
'@aws-sdk/middleware-stack': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/token-providers@3.332.0:
@@ -2581,7 +2716,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/shared-ini-file-loader': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- aws-crt
dev: false
@@ -2590,7 +2725,7 @@ packages:
resolution: {integrity: sha512-wFBW4yciDfzQBSFmWNaEvHShnSGLMxSu9Lls6EUf6xDMavxSB36bsrVRX6CyAo/W0NeIIyEOW1LclGPgJV1okg==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/url-parser@3.329.0:
@@ -2598,14 +2733,14 @@ packages:
dependencies:
'@aws-sdk/querystring-parser': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-arn-parser@3.310.0:
resolution: {integrity: sha512-jL8509owp/xB9+Or0pvn3Fe+b94qfklc2yPowZZIFAkFcCSIdkIglz18cPDWnYAcy9JGewpMS1COXKIUhZkJsA==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-base64@3.310.0:
@@ -2613,20 +2748,20 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/util-buffer-from': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-body-length-browser@3.310.0:
resolution: {integrity: sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-body-length-node@3.310.0:
resolution: {integrity: sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-buffer-from@3.310.0:
@@ -2634,14 +2769,14 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/is-array-buffer': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-config-provider@3.310.0:
resolution: {integrity: sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-defaults-mode-browser@3.329.0:
@@ -2651,7 +2786,7 @@ packages:
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/types': 3.329.0
bowser: 2.11.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-defaults-mode-node@3.329.0:
@@ -2663,7 +2798,7 @@ packages:
'@aws-sdk/node-config-provider': 3.329.0
'@aws-sdk/property-provider': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-endpoints@3.332.0:
@@ -2671,28 +2806,28 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-hex-encoding@3.310.0:
resolution: {integrity: sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-locate-window@3.310.0:
resolution: {integrity: sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-middleware@3.329.0:
resolution: {integrity: sha512-RhBOBaxzkTUghi4MSqr8S5qeeBCjgJ0XPJ6jIYkVkj1saCmqkuZCgl3zFaYdyhdxxPV6nflkFer+1HUoqT+Fqw==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-retry@3.329.0:
@@ -2700,7 +2835,7 @@ packages:
engines: {node: '>= 14.0.0'}
dependencies:
'@aws-sdk/service-error-classification': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-stream-browser@3.329.0:
@@ -2711,7 +2846,7 @@ packages:
'@aws-sdk/util-base64': 3.310.0
'@aws-sdk/util-hex-encoding': 3.310.0
'@aws-sdk/util-utf8': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-stream-node@3.331.0:
@@ -2721,14 +2856,14 @@ packages:
'@aws-sdk/node-http-handler': 3.329.0
'@aws-sdk/types': 3.329.0
'@aws-sdk/util-buffer-from': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-uri-escape@3.310.0:
resolution: {integrity: sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-user-agent-browser@3.329.0:
@@ -2736,7 +2871,7 @@ packages:
dependencies:
'@aws-sdk/types': 3.329.0
bowser: 2.11.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-user-agent-node@3.329.0:
@@ -2750,13 +2885,13 @@ packages:
dependencies:
'@aws-sdk/node-config-provider': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-utf8-browser@3.259.0:
resolution: {integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-utf8@3.310.0:
@@ -2764,7 +2899,7 @@ packages:
engines: {node: '>=14.0.0'}
dependencies:
'@aws-sdk/util-buffer-from': 3.310.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/util-waiter@3.329.0:
@@ -2773,14 +2908,14 @@ packages:
dependencies:
'@aws-sdk/abort-controller': 3.329.0
'@aws-sdk/types': 3.329.0
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@aws-sdk/xml-builder@3.310.0:
resolution: {integrity: sha512-TqELu4mOuSIKQCqj63fGVs86Yh+vBx5nHRpWKNUNhB2nPTpfbziTs5c1X358be3peVWA4wPxW7Nt53KIg1tnNw==}
engines: {node: '>=14.0.0'}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: false
/@babel/code-frame@7.22.5:
@@ -2806,7 +2941,7 @@ packages:
'@babel/parser': 7.22.7
'@babel/template': 7.22.5
'@babel/traverse': 7.22.8
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.5
convert-source-map: 1.9.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -2865,7 +3000,7 @@ packages:
resolution: {integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.5
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.18
jsesc: 2.5.2
@@ -3294,7 +3429,7 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.5
dev: true
/@babel/parser@7.22.5:
@@ -3384,19 +3519,6 @@ packages:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5):
- resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5)
- '@babel/helper-plugin-utils': 7.22.5
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.9):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
@@ -3479,15 +3601,15 @@ packages:
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5):
+ /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.9):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.9)
dev: true
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8):
@@ -3552,16 +3674,16 @@ packages:
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
dev: true
- /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5):
+ /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.9):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.9)
dev: true
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8):
@@ -3724,16 +3846,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5):
- resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
- dev: true
-
/@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
engines: {node: '>=6.9.0'}
@@ -3876,6 +3988,15 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.9):
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.9
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: true
+
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
@@ -3957,6 +4078,15 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.9):
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.9
+ '@babel/helper-plugin-utils': 7.22.5
+ dev: true
+
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
@@ -3997,13 +4127,13 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5):
+ /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -4226,7 +4356,7 @@ packages:
dependencies:
'@babel/core': 7.22.9
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9)
+ '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.5)
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.22.5
'@babel/helper-optimise-call-expression': 7.22.5
@@ -4387,17 +4517,6 @@ packages:
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5)
dev: true
- /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.5):
- resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5)
- dev: true
-
/@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==}
engines: {node: '>=6.9.0'}
@@ -4470,7 +4589,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.9
- '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.9)
+ '@babel/helper-compilation-targets': 7.22.9(@babel/core@7.22.5)
'@babel/helper-function-name': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
dev: true
@@ -4610,7 +4729,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.9
- '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.9)
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.5)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-simple-access': 7.22.5
dev: true
@@ -4913,16 +5032,6 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.5):
- resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
- dev: true
-
/@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==}
engines: {node: '>=6.9.0'}
@@ -4932,16 +5041,6 @@ packages:
'@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.5):
- resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
- dev: true
-
/@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==}
engines: {node: '>=6.9.0'}
@@ -5154,17 +5253,17 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5):
+ /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5)
+ '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.9)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5)
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.9)
transitivePeerDependencies:
- supports-color
dev: true
@@ -5310,7 +5409,7 @@ packages:
'@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.21.8)
'@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.21.8)
'@babel/preset-modules': 0.1.5(@babel/core@7.21.8)
- '@babel/types': 7.21.5
+ '@babel/types': 7.22.5
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8)
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8)
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8)
@@ -5411,16 +5510,16 @@ packages:
- supports-color
dev: true
- /@babel/preset-flow@7.22.5(@babel/core@7.22.5):
+ /@babel/preset-flow@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.22.5
- '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5)
+ '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.9)
dev: true
/@babel/preset-modules@0.1.5(@babel/core@7.21.8):
@@ -5449,29 +5548,29 @@ packages:
esutils: 2.0.3
dev: true
- /@babel/preset-typescript@7.22.5(@babel/core@7.22.5):
+ /@babel/preset-typescript@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.22.5
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5)
- '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5)
- '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5)
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.9)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9)
+ '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.9)
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/register@7.22.5(@babel/core@7.22.5):
+ /@babel/register@7.22.5(@babel/core@7.22.9):
resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
clone-deep: 4.0.1
find-cache-dir: 2.1.0
make-dir: 2.1.0
@@ -5508,13 +5607,13 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.22.5
- '@babel/generator': 7.21.9
+ '@babel/generator': 7.22.9
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.22.5
'@babel/helper-hoist-variables': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.21.9
- '@babel/types': 7.21.5
+ '@babel/parser': 7.22.7
+ '@babel/types': 7.22.5
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
@@ -5526,7 +5625,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.22.5
- '@babel/generator': 7.22.5
+ '@babel/generator': 7.22.9
'@babel/helper-environment-visitor': 7.22.5
'@babel/helper-function-name': 7.22.5
'@babel/helper-hoist-variables': 7.22.5
@@ -6831,7 +6930,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
'@whatwg-node/fetch': 0.9.9
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
transitivePeerDependencies:
- encoding
dev: true
@@ -6845,7 +6944,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
dataloader: 2.2.2
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
@@ -6859,7 +6958,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
globby: 11.1.0
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
unixify: 1.0.0
transitivePeerDependencies:
- '@babel/core'
@@ -6878,7 +6977,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
dataloader: 2.2.2
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
@@ -6893,7 +6992,7 @@ packages:
graphql: 16.7.1
graphql-ws: 5.14.0(graphql@16.7.1)
isomorphic-ws: 5.0.0(ws@8.13.0)
- tslib: 2.6.0
+ tslib: 2.6.1
ws: 8.13.0
transitivePeerDependencies:
- bufferutil
@@ -6912,7 +7011,7 @@ packages:
extract-files: 11.0.0
graphql: 16.7.1
meros: 1.3.0(@types/node@18.15.3)
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- '@types/node'
@@ -6928,7 +7027,7 @@ packages:
'@types/ws': 8.5.5
graphql: 16.7.1
isomorphic-ws: 5.0.0(ws@8.13.0)
- tslib: 2.6.0
+ tslib: 2.6.1
ws: 8.13.0
transitivePeerDependencies:
- bufferutil
@@ -6945,7 +7044,7 @@ packages:
'@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1)
'@repeaterjs/repeater': 3.0.4
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
@@ -6960,7 +7059,7 @@ packages:
graphql: 16.7.1
is-glob: 4.0.3
micromatch: 4.0.5
- tslib: 2.6.0
+ tslib: 2.6.1
unixify: 1.0.0
transitivePeerDependencies:
- '@babel/core'
@@ -6979,7 +7078,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
'@whatwg-node/fetch': 0.9.9
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- '@babel/core'
@@ -6998,7 +7097,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
globby: 11.1.0
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
unixify: 1.0.0
dev: true
@@ -7014,7 +7113,7 @@ packages:
'@babel/types': 7.22.5
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
transitivePeerDependencies:
- '@babel/core'
- supports-color
@@ -7029,7 +7128,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
resolve-from: 5.0.0
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@graphql-tools/json-file-loader@8.0.0(graphql@16.7.1):
@@ -7041,7 +7140,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
globby: 11.1.0
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
unixify: 1.0.0
dev: true
@@ -7055,7 +7154,7 @@ packages:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
p-limit: 3.1.0
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@graphql-tools/merge@9.0.0(graphql@16.7.1):
@@ -7066,7 +7165,7 @@ packages:
dependencies:
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@graphql-tools/optimize@1.4.0(graphql@16.7.1):
@@ -7075,7 +7174,7 @@ packages:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies:
graphql: 16.7.1
- tslib: 2.4.1
+ tslib: 2.6.1
dev: true
/@graphql-tools/optimize@2.0.0(graphql@16.7.1):
@@ -7085,7 +7184,7 @@ packages:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies:
graphql: 16.7.1
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/@graphql-tools/prisma-loader@8.0.1(@types/node@18.15.3)(graphql@16.7.1):
@@ -7111,7 +7210,7 @@ packages:
json-stable-stringify: 1.0.2
lodash: 4.17.21
scuid: 1.1.0
- tslib: 2.6.0
+ tslib: 2.6.1
yaml-ast-parser: 0.0.43
transitivePeerDependencies:
- '@types/node'
@@ -7129,7 +7228,7 @@ packages:
'@ardatan/relay-compiler': 12.0.0(graphql@16.7.1)
'@graphql-tools/utils': 9.2.1(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.4.1
+ tslib: 2.6.1
transitivePeerDependencies:
- encoding
- supports-color
@@ -7144,7 +7243,7 @@ packages:
'@ardatan/relay-compiler': 12.0.0(graphql@16.7.1)
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.5.3
+ tslib: 2.6.1
transitivePeerDependencies:
- encoding
- supports-color
@@ -7159,7 +7258,7 @@ packages:
'@graphql-tools/merge': 9.0.0(graphql@16.7.1)
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
@@ -7180,7 +7279,7 @@ packages:
'@whatwg-node/fetch': 0.9.9
graphql: 16.7.1
isomorphic-ws: 5.0.0(ws@8.13.0)
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
ws: 8.13.0
transitivePeerDependencies:
@@ -7199,7 +7298,7 @@ packages:
'@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1)
dset: 3.1.2
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@graphql-tools/utils@8.13.1(graphql@16.7.1):
@@ -7208,7 +7307,7 @@ packages:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
dependencies:
graphql: 16.7.1
- tslib: 2.4.1
+ tslib: 2.6.1
dev: true
/@graphql-tools/utils@9.2.1(graphql@16.7.1):
@@ -7218,7 +7317,7 @@ packages:
dependencies:
'@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.4.1
+ tslib: 2.6.1
dev: true
/@graphql-tools/wrap@10.0.0(graphql@16.7.1):
@@ -7231,7 +7330,7 @@ packages:
'@graphql-tools/schema': 10.0.0(graphql@16.7.1)
'@graphql-tools/utils': 10.0.4(graphql@16.7.1)
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
@@ -7337,7 +7436,7 @@ packages:
resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@jest/types': 29.5.0
'@jridgewell/trace-mapping': 0.3.18
babel-plugin-istanbul: 6.1.1
@@ -7374,7 +7473,7 @@ packages:
'@jest/schemas': 29.4.3
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
'@types/yargs': 17.0.24
chalk: 4.1.2
dev: true
@@ -7434,6 +7533,18 @@ packages:
/@juggle/resize-observer@3.4.0:
resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
+ /@lukeed/csprng@1.1.0:
+ resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==}
+ engines: {node: '>=8'}
+ dev: false
+
+ /@lukeed/uuid@2.0.1:
+ resolution: {integrity: sha512-qC72D4+CDdjGqJvkFMMEAtancHUQ7/d/tAiHf64z8MopFDmcrtbcJuerDtFceuAfQJ2pDSfCKCtbqoGBNnwg0w==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@lukeed/csprng': 1.1.0
+ dev: false
+
/@mailchimp/mailchimp_marketing@3.0.80:
resolution: {integrity: sha512-Cgz0xPb+1DUjmrl5whAsmqfAChBko+Wf4/PLQE4RvwfPlcq2agfHr1QFiXEhZ8e+GQwQ3hZQn9iLGXwIXwxUCg==}
engines: {node: '>=10.0.0'}
@@ -7543,7 +7654,7 @@ packages:
'@types/react':
optional: true
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
'@emotion/hash': 0.8.0
'@material-ui/types': 5.1.0(@types/react@18.2.5)
'@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0)
@@ -7574,7 +7685,7 @@ packages:
'@types/react':
optional: true
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
'@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0)
'@types/react': 18.2.5
csstype: 2.6.21
@@ -7599,7 +7710,7 @@ packages:
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
prop-types: 15.8.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -7646,10 +7757,6 @@ packages:
tar-fs: 2.1.1
dev: true
- /@next/env@13.4.12:
- resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==}
- dev: true
-
/@next/env@13.4.8:
resolution: {integrity: sha512-twuSf1klb3k9wXI7IZhbZGtFCWvGD4wXTY2rmvzIgVhXhs7ISThrbNyutBx3jWIL8Y/Hk9+woytFz5QsgtcRKQ==}
@@ -7659,15 +7766,6 @@ packages:
glob: 7.1.7
dev: true
- /@next/swc-darwin-arm64@13.4.12:
- resolution: {integrity: sha512-deUrbCXTMZ6ZhbOoloqecnUeNpUOupi8SE2tx4jPfNS9uyUR9zK4iXBvH65opVcA/9F5I/p8vDXSYbUlbmBjZg==}
- engines: {node: '>= 10'}
- cpu: [arm64]
- os: [darwin]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-darwin-arm64@13.4.8:
resolution: {integrity: sha512-MSFplVM4dTWOuKAUv0XR9gY7AWtMSBu9os9f+kp+s5rWhM1I2CdR3obFttd6366nS/W/VZxbPM5oEIdlIa46zA==}
engines: {node: '>= 10'}
@@ -7676,15 +7774,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-darwin-x64@13.4.12:
- resolution: {integrity: sha512-WRvH7RxgRHlC1yb5oG0ZLx8F7uci9AivM5/HGGv9ZyG2Als8Ij64GC3d+mQ5sJhWjusyU6T6V1WKTUoTmOB0zQ==}
- engines: {node: '>= 10'}
- cpu: [x64]
- os: [darwin]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-darwin-x64@13.4.8:
resolution: {integrity: sha512-Reox+UXgonon9P0WNDE6w85DGtyBqGitl/ryznOvn6TvfxEaZIpTgeu3ZrJLU9dHSMhiK7YAM793mE/Zii2/Qw==}
engines: {node: '>= 10'}
@@ -7693,15 +7782,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-linux-arm64-gnu@13.4.12:
- resolution: {integrity: sha512-YEKracAWuxp54tKiAvvq73PUs9lok57cc8meYRibTWe/VdPB2vLgkTVWFcw31YDuRXdEhdX0fWS6Q+ESBhnEig==}
- engines: {node: '>= 10'}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-linux-arm64-gnu@13.4.8:
resolution: {integrity: sha512-kdyzYvAYtqQVgzIKNN7e1rLU8aZv86FDSRqPlOkKZlvqudvTO0iohuTPmnEEDlECeBM6qRPShNffotDcU/R2KA==}
engines: {node: '>= 10'}
@@ -7710,15 +7790,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-linux-arm64-musl@13.4.12:
- resolution: {integrity: sha512-LhJR7/RAjdHJ2Isl2pgc/JaoxNk0KtBgkVpiDJPVExVWA1c6gzY57+3zWuxuyWzTG+fhLZo2Y80pLXgIJv7g3g==}
- engines: {node: '>= 10'}
- cpu: [arm64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-linux-arm64-musl@13.4.8:
resolution: {integrity: sha512-oWxx4yRkUGcR81XwbI+T0zhZ3bDF6V1aVLpG+C7hSG50ULpV8gC39UxVO22/bv93ZlcfMY4zl8xkz9Klct6dpQ==}
engines: {node: '>= 10'}
@@ -7727,15 +7798,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-linux-x64-gnu@13.4.12:
- resolution: {integrity: sha512-1DWLL/B9nBNiQRng+1aqs3OaZcxC16Nf+mOnpcrZZSdyKHek3WQh6j/fkbukObgNGwmCoVevLUa/p3UFTTqgqg==}
- engines: {node: '>= 10'}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-linux-x64-gnu@13.4.8:
resolution: {integrity: sha512-anhtvuO6eE9YRhYnaEGTfbpH3L5gT/9qPFcNoi6xS432r/4DAtpJY8kNktqkTVevVIC/pVumqO8tV59PR3zbNg==}
engines: {node: '>= 10'}
@@ -7744,15 +7806,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-linux-x64-musl@13.4.12:
- resolution: {integrity: sha512-kEAJmgYFhp0VL+eRWmUkVxLVunn7oL9Mdue/FS8yzRBVj7Z0AnIrHpTIeIUl1bbdQq1VaoOztnKicAjfkLTRCQ==}
- engines: {node: '>= 10'}
- cpu: [x64]
- os: [linux]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-linux-x64-musl@13.4.8:
resolution: {integrity: sha512-aR+J4wWfNgH1DwCCBNjan7Iumx0lLtn+2/rEYuhIrYLY4vnxqSVGz9u3fXcgUwo6Q9LT8NFkaqK1vPprdq+BXg==}
engines: {node: '>= 10'}
@@ -7761,15 +7814,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-win32-arm64-msvc@13.4.12:
- resolution: {integrity: sha512-GMLuL/loR6yIIRTnPRY6UGbLL9MBdw2anxkOnANxvLvsml4F0HNIgvnU3Ej4BjbqMTNjD4hcPFdlEow4XHPdZA==}
- engines: {node: '>= 10'}
- cpu: [arm64]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-win32-arm64-msvc@13.4.8:
resolution: {integrity: sha512-OWBKIrJwQBTqrat0xhxEB/jcsjJR3+diD9nc/Y8F1mRdQzsn4bPsomgJyuqPVZs6Lz3K18qdIkvywmfSq75SsQ==}
engines: {node: '>= 10'}
@@ -7778,15 +7822,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-win32-ia32-msvc@13.4.12:
- resolution: {integrity: sha512-PhgNqN2Vnkm7XaMdRmmX0ZSwZXQAtamBVSa9A/V1dfKQCV1rjIZeiy/dbBnVYGdj63ANfsOR/30XpxP71W0eww==}
- engines: {node: '>= 10'}
- cpu: [ia32]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-win32-ia32-msvc@13.4.8:
resolution: {integrity: sha512-agiPWGjUndXGTOn4ChbKipQXRA6/UPkywAWIkx7BhgGv48TiJfHTK6MGfBoL9tS6B4mtW39++uy0wFPnfD0JWg==}
engines: {node: '>= 10'}
@@ -7795,15 +7830,6 @@ packages:
requiresBuild: true
optional: true
- /@next/swc-win32-x64-msvc@13.4.12:
- resolution: {integrity: sha512-Z+56e/Ljt0bUs+T+jPjhFyxYBcdY2RIq9ELFU+qAMQMteHo7ymbV7CKmlcX59RI9C4YzN8PgMgLyAoi916b5HA==}
- engines: {node: '>= 10'}
- cpu: [x64]
- os: [win32]
- requiresBuild: true
- dev: true
- optional: true
-
/@next/swc-win32-x64-msvc@13.4.8:
resolution: {integrity: sha512-UIRKoByVKbuR6SnFG4JM8EMFlJrfEGuUQ1ihxzEleWcNwRMMiVaCj1KyqfTOW8VTQhJ0u8P1Ngg6q1RwnIBTtw==}
engines: {node: '>= 10'}
@@ -7846,13 +7872,13 @@ packages:
dependencies:
asn1js: 3.0.5
pvtsutils: 1.3.2
- tslib: 2.6.0
+ tslib: 2.6.1
/@peculiar/json-schema@1.1.12:
resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==}
engines: {node: '>=8.0.0'}
dependencies:
- tslib: 2.6.0
+ tslib: 2.6.1
/@peculiar/webcrypto@1.4.3:
resolution: {integrity: sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==}
@@ -7861,7 +7887,7 @@ packages:
'@peculiar/asn1-schema': 2.3.6
'@peculiar/json-schema': 1.1.12
pvtsutils: 1.3.2
- tslib: 2.6.0
+ tslib: 2.6.1
webcrypto-core: 1.7.7
/@pkgr/utils@2.4.1:
@@ -8696,28 +8722,6 @@ packages:
resolution: {integrity: sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw==}
dev: true
- /@saleor/app-sdk@0.41.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-src182fAPKqoC59i/E9udbNWNOEXKpabiaOvDqJvIsripShDI3moosfG3TfwQ8qQOXhwApb5QmTAaiown0+GMw==}
- peerDependencies:
- next: '>=12'
- react: '>=17'
- react-dom: '>=17'
- dependencies:
- '@changesets/cli': 2.26.2
- debug: 4.3.4
- fast-glob: 3.3.0
- graphql: 16.7.1
- jose: 4.14.4
- next: 13.4.12(react-dom@18.2.0)(react@18.2.0)
- raw-body: 2.5.2
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- retes: 0.33.0
- uuid: 8.3.2
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@saleor/app-sdk@0.41.1(next@13.4.8)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-src182fAPKqoC59i/E9udbNWNOEXKpabiaOvDqJvIsripShDI3moosfG3TfwQ8qQOXhwApb5QmTAaiown0+GMw==}
peerDependencies:
@@ -8771,6 +8775,27 @@ packages:
- '@types/react'
- '@types/react-dom'
+ /@segment/analytics-core@1.3.0:
+ resolution: {integrity: sha512-ujScWZH49NK1hYlp2/EMw45nOPEh+pmTydAnR6gSkRNucZD4fuinvpPL03rmFCw8ibaMuKLAdgPJfQ0gkLKZ5A==}
+ dependencies:
+ '@lukeed/uuid': 2.0.1
+ dset: 3.1.2
+ tslib: 2.6.1
+ dev: false
+
+ /@segment/analytics-node@1.1.0:
+ resolution: {integrity: sha512-q8MPpvQJgMUSIRmQXficA33ZmLQ6s5YqUMr623xJhhfp/TGkkgfpcdMk+qSniZVIm8JuQRXm8Mbh922LG3goBQ==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@lukeed/uuid': 2.0.1
+ '@segment/analytics-core': 1.3.0
+ buffer: 6.0.3
+ node-fetch: 2.6.11
+ tslib: 2.6.1
+ transitivePeerDependencies:
+ - encoding
+ dev: false
+
/@selderee/plugin-htmlparser2@0.10.0:
resolution: {integrity: sha512-gW69MEamZ4wk1OsOq1nG1jcyhXIQcnrsX5JwixVw/9xaiav8TCyjESAruu1Rz9yyInhgBXxkNwMeygKnN2uxNA==}
dependencies:
@@ -9399,7 +9424,7 @@ packages:
resolution: {integrity: sha512-OABCRIujxsszIJ0CCpKg8Uj4C1UlAwBpBQhv2aMX3lA/pur6Od524syv2ypWu6J2FyvK/ooeyMbjoP7330cIuA==}
hasBin: true
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/preset-env': 7.22.5(@babel/core@7.22.5)
'@ndelangen/get-tarball': 3.0.9
'@storybook/codemod': 7.0.12
@@ -9625,7 +9650,7 @@ packages:
/@storybook/docs-tools@7.0.12:
resolution: {integrity: sha512-+HykeQLgjyDyF9G7HqY0FHXlX7X5YpQcmNjftJzBrc/GO1EeO0M78d54avcOPyyTfuWOh7oZtSJ0MzjA1qrqaQ==}
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@storybook/core-common': 7.0.12
'@storybook/preview-api': 7.0.12
'@storybook/types': 7.0.12
@@ -9906,7 +9931,7 @@ packages:
/@swc/helpers@0.5.1:
resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==}
dependencies:
- tslib: 2.6.0
+ tslib: 2.6.1
/@tanstack/query-core@4.29.19:
resolution: {integrity: sha512-uPe1DukeIpIHpQi6UzIgBcXsjjsDaLnc7hF+zLBKnaUlh7jFE/A+P8t4cU4VzKPMFB/C970n/9SxtpO5hmIRgw==}
@@ -9974,7 +9999,7 @@ packages:
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
'@testing-library/dom': 8.20.0
'@types/react-dom': 18.2.5
react: 18.2.0
@@ -10184,7 +10209,7 @@ packages:
/@types/graceful-fs@4.1.6:
resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies:
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
dev: true
/@types/html-to-text@9.0.0:
@@ -10308,9 +10333,6 @@ packages:
/@types/node@18.15.3:
resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==}
- /@types/node@20.4.6:
- resolution: {integrity: sha512-q0RkvNgMweWWIvSMDiXhflGUKMdIxBo2M2tYM/0kEGDueQByFzK4KZAgu5YHGFNxziTlppNpTIBcqHQAxlfHdA==}
-
/@types/nodemailer@6.4.7:
resolution: {integrity: sha512-f5qCBGAn/f0qtRcd4SEn88c8Fp3Swct1731X4ryPKqS61/A3LmmzN8zaEz7hneJvpjFbUUgY7lru/B/7ODTazg==}
dependencies:
@@ -10628,7 +10650,7 @@ packages:
/@vanilla-extract/babel-plugin-debug-ids@1.0.3:
resolution: {integrity: sha512-vm4jYu1xhSa6ofQ9AhIpR3DkAp4c+eoR1Rpm8/TQI4DmWbmGbOjYRcqV0aWsfaIlNhN4kFuxFMKBNN9oG6iRzA==}
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
transitivePeerDependencies:
- supports-color
dev: true
@@ -10655,8 +10677,8 @@ packages:
/@vanilla-extract/integration@6.2.1(@types/node@18.15.3):
resolution: {integrity: sha512-+xYJz07G7TFAMZGrOqArOsURG+xcYvqctujEkANjw2McCBvGEK505RxQqOuNiA9Mi9hgGdNp2JedSa94f3eoLg==}
dependencies:
- '@babel/core': 7.22.5
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5)
+ '@babel/core': 7.22.9
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.9)
'@vanilla-extract/babel-plugin-debug-ids': 1.0.3
'@vanilla-extract/css': 1.11.1
esbuild: 0.17.6
@@ -10711,9 +10733,9 @@ packages:
peerDependencies:
vite: ^4.1.0-beta.0
dependencies:
- '@babel/core': 7.22.5
- '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.5)
- '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.5)
+ '@babel/core': 7.22.9
+ '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.9)
+ '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.9)
magic-string: 0.27.0
react-refresh: 0.14.0
vite: 4.4.8(@types/node@18.15.3)
@@ -10942,7 +10964,7 @@ packages:
busboy: 1.6.0
fast-querystring: 1.1.2
fast-url-parser: 1.1.3
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@whatwg-node/node-fetch@0.4.11:
@@ -10953,7 +10975,7 @@ packages:
busboy: 1.6.0
fast-querystring: 1.1.2
fast-url-parser: 1.1.3
- tslib: 2.6.0
+ tslib: 2.6.1
dev: true
/@xobotyi/scrollbar-width@1.9.5:
@@ -11342,7 +11364,7 @@ packages:
dependencies:
pvtsutils: 1.3.2
pvutils: 1.1.3
- tslib: 2.6.0
+ tslib: 2.6.1
/assert-plus@1.0.0:
resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==}
@@ -11499,12 +11521,12 @@ packages:
resolution: {integrity: sha512-L3nSu8GgF4iEyNYakCQSfL2F5GI5aCXcot9mNTf+4N0/BMhpxqqHyOb6jIR24iq2xLjQZLG8FOt3gnUcV+9NVg==}
dev: false
- /babel-core@7.0.0-bridge.0(@babel/core@7.22.5):
+ /babel-core@7.0.0-bridge.0(@babel/core@7.22.9):
resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
dev: true
/babel-plugin-istanbul@6.1.1:
@@ -11922,7 +11944,7 @@ packages:
resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
dependencies:
pascal-case: 3.1.2
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/camelcase-keys@6.2.2:
@@ -11956,7 +11978,7 @@ packages:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
upper-case-first: 2.0.2
dev: true
@@ -12061,7 +12083,7 @@ packages:
path-case: 3.0.4
sentence-case: 3.0.4
snake-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/chardet@0.7.0:
@@ -12403,7 +12425,7 @@ packages:
resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
upper-case: 2.0.2
dev: true
@@ -12602,7 +12624,7 @@ packages:
/css-vendor@2.0.8:
resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
is-in-browser: 1.1.3
/css-what@6.1.0:
@@ -12950,7 +12972,7 @@ packages:
/dom-helpers@5.2.1:
resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
csstype: 3.1.2
/dom-serializer@1.4.1:
@@ -13024,7 +13046,7 @@ packages:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/dot-object@2.1.4:
@@ -13059,7 +13081,7 @@ packages:
prop-types: 15.8.1
react: 18.2.0
react-is: 17.0.2
- tslib: 2.6.0
+ tslib: 2.6.1
/downshift@7.6.0(react@18.2.0):
resolution: {integrity: sha512-VSoTVynTAsabou/hbZ6HJHUVhtBiVOjQoBsCPcQq5eAROIGP+9XKMp9asAKQ3cEcUP4oe0fFdD2pziUjhFY33Q==}
@@ -13076,7 +13098,6 @@ packages:
/dset@3.1.2:
resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==}
engines: {node: '>=4'}
- dev: true
/duplexer2@0.1.4:
resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==}
@@ -14618,7 +14639,7 @@ packages:
jiti: 1.18.2
minimatch: 4.2.3
string-env-interpolation: 1.0.1
- tslib: 2.6.0
+ tslib: 2.6.1
transitivePeerDependencies:
- '@types/node'
- bufferutil
@@ -14645,7 +14666,7 @@ packages:
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
dependencies:
graphql: 16.7.1
- tslib: 2.6.0
+ tslib: 2.6.1
/graphql-ws@5.14.0(graphql@16.7.1):
resolution: {integrity: sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==}
@@ -14769,7 +14790,7 @@ packages:
resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
dependencies:
capital-case: 1.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/help-me@4.2.0:
@@ -15228,7 +15249,7 @@ packages:
/is-lower-case@2.0.2:
resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/is-map@2.0.2:
@@ -15375,7 +15396,7 @@ packages:
/is-upper-case@2.0.2:
resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/is-utf8@0.2.1:
@@ -15454,7 +15475,7 @@ packages:
resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
engines: {node: '>=8'}
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/parser': 7.22.7
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
@@ -15501,7 +15522,7 @@ packages:
dependencies:
'@jest/types': 29.5.0
'@types/graceful-fs': 4.1.6
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -15532,7 +15553,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jest/types': 29.5.0
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
chalk: 4.1.2
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -15552,7 +15573,7 @@ packages:
resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
jest-util: 29.5.0
merge-stream: 2.0.0
supports-color: 8.1.1
@@ -15629,17 +15650,17 @@ packages:
peerDependencies:
'@babel/preset-env': ^7.1.6
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/parser': 7.22.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5)
- '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.9)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.9)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9)
'@babel/preset-env': 7.21.5(@babel/core@7.21.8)
- '@babel/preset-flow': 7.22.5(@babel/core@7.22.5)
- '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5)
- '@babel/register': 7.22.5(@babel/core@7.22.5)
- babel-core: 7.0.0-bridge.0(@babel/core@7.22.5)
+ '@babel/preset-flow': 7.22.5(@babel/core@7.22.9)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.9)
+ '@babel/register': 7.22.5(@babel/core@7.22.9)
+ babel-core: 7.0.0-bridge.0(@babel/core@7.22.9)
chalk: 4.1.2
flow-parser: 0.209.0
graceful-fs: 4.2.11
@@ -15659,17 +15680,17 @@ packages:
peerDependencies:
'@babel/preset-env': ^7.1.6
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/parser': 7.22.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5)
- '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.9)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.9)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.9)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9)
'@babel/preset-env': 7.22.5(@babel/core@7.22.5)
- '@babel/preset-flow': 7.22.5(@babel/core@7.22.5)
- '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5)
- '@babel/register': 7.22.5(@babel/core@7.22.5)
- babel-core: 7.0.0-bridge.0(@babel/core@7.22.5)
+ '@babel/preset-flow': 7.22.5(@babel/core@7.22.9)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.9)
+ '@babel/register': 7.22.5(@babel/core@7.22.9)
+ babel-core: 7.0.0-bridge.0(@babel/core@7.22.9)
chalk: 4.1.2
flow-parser: 0.209.0
graceful-fs: 4.2.11
@@ -15693,7 +15714,7 @@ packages:
optional: true
dependencies:
abab: 2.0.6
- acorn: 8.9.0
+ acorn: 8.10.0
acorn-globals: 7.0.1
cssom: 0.5.0
cssstyle: 2.3.0
@@ -15813,53 +15834,53 @@ packages:
/jss-plugin-camel-case@10.10.0:
resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
hyphenate-style-name: 1.0.4
jss: 10.10.0
/jss-plugin-default-unit@10.10.0:
resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
jss: 10.10.0
/jss-plugin-global@10.10.0:
resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
jss: 10.10.0
/jss-plugin-nested@10.10.0:
resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
jss: 10.10.0
tiny-warning: 1.0.3
/jss-plugin-props-sort@10.10.0:
resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
jss: 10.10.0
/jss-plugin-rule-value-function@10.10.0:
resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
jss: 10.10.0
tiny-warning: 1.0.3
/jss-plugin-vendor-prefixer@10.10.0:
resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
css-vendor: 2.0.8
jss: 10.10.0
/jss@10.10.0:
resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
csstype: 3.1.2
is-in-browser: 1.1.3
tiny-warning: 1.0.3
@@ -16226,7 +16247,7 @@ packages:
/lower-case-first@2.0.2:
resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/lower-case@1.1.4:
@@ -16236,7 +16257,7 @@ packages:
/lower-case@2.0.2:
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/lru-cache@4.1.5:
@@ -16538,7 +16559,7 @@ packages:
/mjml-accordion@4.13.0:
resolution: {integrity: sha512-E3yihZW5Oq2p+sWOcr8kWeRTROmiTYOGxB4IOxW/jTycdY07N3FX3e6vuh7Fv3rryHEUaydUQYto3ICVyctI7w==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16548,7 +16569,7 @@ packages:
/mjml-body@4.13.0:
resolution: {integrity: sha512-S4HgwAuO9dEsyX9sr6WBf9/xr+H2ASVaLn22aurJm1S2Lvc1wifLPYBQgFmNdCjaesTCNtOMUDpG+Rbnavyaqg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16558,7 +16579,7 @@ packages:
/mjml-button@4.13.0:
resolution: {integrity: sha512-3y8IAHCCxh7ESHh1aOOqobZKUgyNxOKAGQ9TlJoyaLpsKUFzkN8nmrD0KXF0ADSuzvhMZ1CdRIJuZ5mjv2TwWQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16568,7 +16589,7 @@ packages:
/mjml-carousel@4.13.0:
resolution: {integrity: sha512-ORSY5bEYlMlrWSIKI/lN0Tz3uGltWAjG8DQl2Yr3pwjwOaIzGE+kozrDf+T9xItfiIIbvKajef1dg7B7XgP0zg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16579,7 +16600,7 @@ packages:
resolution: {integrity: sha512-kAZxpH0QqlTF/CcLzELgKw1ljKRxrmWJ310CJQhbPAxHvwQ/nIb+q82U+zRJAelRPPKjnOb+hSrMRqTgk9rH3w==}
hasBin: true
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
chokidar: 3.5.3
glob: 7.2.3
html-minifier: 4.0.0
@@ -16597,7 +16618,7 @@ packages:
/mjml-column@4.13.0:
resolution: {integrity: sha512-O8FrWKK/bCy9XpKxrKRYWNdgWNaVd4TK4RqMeVI/I70IbnYnc1uf15jnsPMxCBSbT+NyXyk8k7fn099797uwpw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16607,7 +16628,7 @@ packages:
/mjml-core@4.13.0:
resolution: {integrity: sha512-kU5AoVTlZaXR/EDi3ix66xpzUe+kScYus71lBH/wo/B+LZW70GHE1AYWtsog5oJp1MuTHpMFTNuBD/wePeEgWg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
cheerio: 1.0.0-rc.10
detect-node: 2.0.4
html-minifier: 4.0.0
@@ -16624,7 +16645,7 @@ packages:
/mjml-divider@4.13.0:
resolution: {integrity: sha512-ooPCwfmxEC+wJduqObYezMp7W5UCHjL9Y1LPB5FGna2FrOejgfd6Ix3ij8Wrmycmlol7E2N4D7c5NDH5DbRCJg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16634,7 +16655,7 @@ packages:
/mjml-group@4.13.0:
resolution: {integrity: sha512-U7E8m8aaoAE/dMqjqXPjjrKcwO36B4cquAy9ASldECrIZJBcpFYO6eYf5yLXrNCUM2P0id8pgVjrUq23s00L7Q==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16644,7 +16665,7 @@ packages:
/mjml-head-attributes@4.13.0:
resolution: {integrity: sha512-haggCafno+0lQylxJStkINCVCPMwfTpwE6yjCHeGOpQl/TkoNmjNkDr7DEEbNTZbt4Ekg070lQFn7clDy38EoA==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16654,7 +16675,7 @@ packages:
/mjml-head-breakpoint@4.13.0:
resolution: {integrity: sha512-D2iPDeUKQK1+rYSNa2HGOvgfPxZhNyndTG0iBEb/FxdGge2hbeDCZEN0mwDYE3wWB+qSBqlCuMI+Vr4pEjZbKg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16664,7 +16685,7 @@ packages:
/mjml-head-font@4.13.0:
resolution: {integrity: sha512-mYn8aWnbrEap5vX2b4662hkUv6WifcYzYn++Yi6OHrJQi55LpzcU+myAGpfQEXXrpU8vGwExMTFKsJq5n2Kaow==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16674,7 +16695,7 @@ packages:
/mjml-head-html-attributes@4.13.0:
resolution: {integrity: sha512-m30Oro297+18Zou/1qYjagtmCOWtYXeoS38OABQ5zOSzMItE3TcZI9JNcOueIIWIyFCETe8StrTAKcQ2GHwsDw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16684,7 +16705,7 @@ packages:
/mjml-head-preview@4.13.0:
resolution: {integrity: sha512-v0K/NocjFCbaoF/0IMVNmiqov91HxqT07vNTEl0Bt9lKFrTKVC01m1S4K7AB78T/bEeJ/HwmNjr1+TMtVNGGow==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16694,7 +16715,7 @@ packages:
/mjml-head-style@4.13.0:
resolution: {integrity: sha512-tBa33GL9Atn5bAM2UwE+uxv4rI29WgX/e5lXX+5GWlsb4thmiN6rxpFTNqBqWbBNRbZk4UEZF78M7Da8xC1ZGQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16704,7 +16725,7 @@ packages:
/mjml-head-title@4.13.0:
resolution: {integrity: sha512-Mq0bjuZXJlwxfVcjuYihQcigZSDTKeQaG3nORR1D0jsOH2BXU4XgUK1UOcTXn2qCBIfRoIMq7rfzYs+L0CRhdw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16714,7 +16735,7 @@ packages:
/mjml-head@4.13.0:
resolution: {integrity: sha512-sL2qQuoVALXBCiemu4DPo9geDr8DuUdXVJxm+4nd6k5jpLCfSDmFlNhgSsLPzsYn7VEac3/sxsjLtomQ+6/BHg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16724,7 +16745,7 @@ packages:
/mjml-hero@4.13.0:
resolution: {integrity: sha512-aWEOScdrhyjwdKBWG4XQaElRHP8LU5PtktkpMeBXa4yxrxNs25qRnDqMNkjSrnnmFKWZmQ166tfboY6RBNf0UA==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16734,7 +16755,7 @@ packages:
/mjml-image@4.13.0:
resolution: {integrity: sha512-agMmm2wRZTIrKwrUnYFlnAbtrKYSP0R2en+Vf92HPspAwmaw3/AeOW/QxmSiMhfGf+xsEJyzVvR/nd33jbT3sg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16745,7 +16766,7 @@ packages:
resolution: {integrity: sha512-I1euHiAyNpaz+B5vH+Z4T+hg/YtI5p3PqQ3/zTLv8gi24V6BILjTaftWhH5+3R/gQkQhH0NUaWNnRmds+Mq5DQ==}
hasBin: true
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
js-beautify: 1.14.8
lodash: 4.17.21
mjml-core: 4.13.0
@@ -16758,7 +16779,7 @@ packages:
/mjml-navbar@4.13.0:
resolution: {integrity: sha512-0Oqyyk+OdtXfsjswRb/7Ql1UOjN4MbqFPKoyltJqtj+11MRpF5+Wjd74Dj9H7l81GFwkIB9OaP+ZMiD+TPECgg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16768,7 +16789,7 @@ packages:
/mjml-parser-xml@4.13.0:
resolution: {integrity: sha512-phljtI8DaW++q0aybR/Ykv9zCyP/jCFypxVNo26r2IQo//VYXyc7JuLZZT8N/LAI8lZcwbTVxQPBzJTmZ5IfwQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
detect-node: 2.0.4
htmlparser2: 4.1.0
lodash: 4.17.21
@@ -16777,7 +16798,7 @@ packages:
/mjml-preset-core@4.13.0:
resolution: {integrity: sha512-gxzYaKkvUrHuzT1oqjEPSDtdmgEnN99Hf5f1r2CR5aMOB1x66EA3T8ATvF1o7qrBTVV4KMVlQem3IubMSYJZRw==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
mjml-accordion: 4.13.0
mjml-body: 4.13.0
mjml-button: 4.13.0
@@ -16810,7 +16831,7 @@ packages:
/mjml-raw@4.13.0:
resolution: {integrity: sha512-JbBYxwX1a/zbqnCrlDCRNqov2xqUrMCaEdTHfqE2athj479aQXvLKFM20LilTMaClp/dR0yfvFLfFVrC5ej4FQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16820,7 +16841,7 @@ packages:
/mjml-section@4.13.0:
resolution: {integrity: sha512-BLcqlhavtRakKtzDQPLv6Ae4Jt4imYWq/P0jo+Sjk7tP4QifgVA2KEQOirPK5ZUqw/lvK7Afhcths5rXZ2ItnQ==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16830,7 +16851,7 @@ packages:
/mjml-social@4.13.0:
resolution: {integrity: sha512-zL2a7Wwsk8OXF0Bqu+1B3La1UPwdTMcEXptO8zdh2V5LL6Xb7Gfyvx6w0CmmBtG5IjyCtqaKy5wtrcpG9Hvjfg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16840,7 +16861,7 @@ packages:
/mjml-spacer@4.13.0:
resolution: {integrity: sha512-Acw4QJ0MJ38W4IewXuMX7hLaW1BZaln+gEEuTfrv0xwPdTxX1ILqz4r+s9mYMxYkIDLWMCjBvXyQK6aWlid13A==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16850,7 +16871,7 @@ packages:
/mjml-table@4.13.0:
resolution: {integrity: sha512-UAWPVMaGReQhf776DFdiwdcJTIHTek3zzQ1pb+E7VlypEYgIpFvdUJ39UIiiflhqtdBATmHwKBOtePwU0MzFMg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16860,7 +16881,7 @@ packages:
/mjml-text@4.13.0:
resolution: {integrity: sha512-uDuraaQFdu+6xfuigCimbeznnOnJfwRdcCL1lTBTusTuEvW/5Va6m2D3mnMeEpl+bp4+cxesXIz9st6A9pcg5A==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
transitivePeerDependencies:
@@ -16870,13 +16891,13 @@ packages:
/mjml-validator@4.13.0:
resolution: {integrity: sha512-uURYfyQYtHJ6Qz/1A7/+E9ezfcoISoLZhYK3olsxKRViwaA2Mm8gy/J3yggZXnsUXWUns7Qymycm5LglLEIiQg==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
dev: false
/mjml-wrapper@4.13.0:
resolution: {integrity: sha512-p/44JvHg04rAFR7QDImg8nZucEokIjFH6KJMHxsO0frJtLZ+IuakctzlZAADHsqiR52BwocDsXSa+o9SE2l6Ng==}
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
lodash: 4.17.21
mjml-core: 4.13.0
mjml-section: 4.13.0
@@ -17011,49 +17032,6 @@ packages:
/neo-async@2.6.2:
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
- /next@13.4.12(react-dom@18.2.0)(react@18.2.0):
- resolution: {integrity: sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw==}
- engines: {node: '>=16.8.0'}
- hasBin: true
- peerDependencies:
- '@opentelemetry/api': ^1.1.0
- fibers: '>= 3.1.0'
- react: ^18.2.0
- react-dom: ^18.2.0
- sass: ^1.3.0
- peerDependenciesMeta:
- '@opentelemetry/api':
- optional: true
- fibers:
- optional: true
- sass:
- optional: true
- dependencies:
- '@next/env': 13.4.12
- '@swc/helpers': 0.5.1
- busboy: 1.6.0
- caniuse-lite: 1.0.30001519
- postcss: 8.4.14
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- styled-jsx: 5.1.1(@babel/core@7.22.9)(react@18.2.0)
- watchpack: 2.4.0
- zod: 3.21.4
- optionalDependencies:
- '@next/swc-darwin-arm64': 13.4.12
- '@next/swc-darwin-x64': 13.4.12
- '@next/swc-linux-arm64-gnu': 13.4.12
- '@next/swc-linux-arm64-musl': 13.4.12
- '@next/swc-linux-x64-gnu': 13.4.12
- '@next/swc-linux-x64-musl': 13.4.12
- '@next/swc-win32-arm64-msvc': 13.4.12
- '@next/swc-win32-ia32-msvc': 13.4.12
- '@next/swc-win32-x64-msvc': 13.4.12
- transitivePeerDependencies:
- - '@babel/core'
- - babel-plugin-macros
- dev: true
-
/next@13.4.8(@babel/core@7.22.9)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-lxUjndYKjZHGK3CWeN2RI+/6ni6EUvjiqGWXAYPxUfGIdFGQ5XoisrqAJ/dF74aP27buAfs8MKIbIMMdxjqSBg==}
engines: {node: '>=16.8.0'}
@@ -17106,7 +17084,7 @@ packages:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
dependencies:
lower-case: 2.0.2
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/node-addon-api@3.2.1:
@@ -17588,7 +17566,7 @@ packages:
resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
dependencies:
dot-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/parent-module@1.0.1:
@@ -17646,14 +17624,14 @@ packages:
resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/path-case@3.0.4:
resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==}
dependencies:
dot-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/path-exists@3.0.0:
@@ -18091,7 +18069,7 @@ packages:
/pvtsutils@1.3.2:
resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==}
dependencies:
- tslib: 2.6.0
+ tslib: 2.6.1
/pvutils@1.1.3:
resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==}
@@ -18197,7 +18175,7 @@ packages:
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
- '@babel/core': 7.22.5
+ '@babel/core': 7.22.9
'@babel/generator': 7.22.9
ast-types: 0.14.2
commander: 2.20.3
@@ -18515,7 +18493,7 @@ packages:
react: '>=16.6.0'
react-dom: '>=16.6.0'
dependencies:
- '@babel/runtime': 7.22.5
+ '@babel/runtime': 7.22.6
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -19131,7 +19109,7 @@ packages:
resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
dependencies:
no-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
upper-case-first: 2.0.2
dev: true
@@ -19333,7 +19311,7 @@ packages:
resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
dependencies:
dot-case: 3.0.4
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/sonic-boom@3.3.0:
@@ -19409,7 +19387,7 @@ packages:
/sponge-case@1.0.1:
resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/sprintf-js@1.0.3:
@@ -19733,7 +19711,7 @@ packages:
/swap-case@2.0.2:
resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/symbol-tree@3.2.4:
@@ -19884,7 +19862,7 @@ packages:
hasBin: true
dependencies:
'@jridgewell/source-map': 0.3.3
- acorn: 8.9.0
+ acorn: 8.10.0
commander: 2.20.3
source-map-support: 0.5.21
dev: true
@@ -19958,7 +19936,7 @@ packages:
/title-case@3.0.3:
resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/titleize@3.0.0:
@@ -20085,6 +20063,7 @@ packages:
/tslib@2.6.0:
resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==}
+ dev: true
/tslib@2.6.1:
resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==}
@@ -20449,7 +20428,7 @@ packages:
/upper-case-first@2.0.2:
resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/upper-case@1.1.3:
@@ -20459,7 +20438,7 @@ packages:
/upper-case@2.0.2:
resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==}
dependencies:
- tslib: 2.5.3
+ tslib: 2.6.1
dev: true
/uri-js@4.4.1:
@@ -20654,7 +20633,7 @@ packages:
dependencies:
cac: 6.7.14
debug: 4.3.4
- mlly: 1.3.0
+ mlly: 1.4.0
pathe: 1.1.1
picocolors: 1.0.0
source-map: 0.6.1
@@ -20671,7 +20650,7 @@ packages:
- terser
dev: true
- /vite-node@0.34.1(@types/node@20.4.6):
+ /vite-node@0.34.1(@types/node@18.15.3):
resolution: {integrity: sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==}
engines: {node: '>=v14.18.0'}
hasBin: true
@@ -20681,7 +20660,7 @@ packages:
mlly: 1.4.0
pathe: 1.1.1
picocolors: 1.0.0
- vite: 4.4.8(@types/node@20.4.6)
+ vite: 4.4.8(@types/node@18.15.3)
transitivePeerDependencies:
- '@types/node'
- less
@@ -20727,41 +20706,6 @@ packages:
optionalDependencies:
fsevents: 2.3.2
- /vite@4.4.8(@types/node@20.4.6):
- resolution: {integrity: sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==}
- engines: {node: ^14.18.0 || >=16.0.0}
- hasBin: true
- peerDependencies:
- '@types/node': '>= 14'
- less: '*'
- lightningcss: ^1.21.0
- sass: '*'
- stylus: '*'
- sugarss: '*'
- terser: ^5.4.0
- peerDependenciesMeta:
- '@types/node':
- optional: true
- less:
- optional: true
- lightningcss:
- optional: true
- sass:
- optional: true
- stylus:
- optional: true
- sugarss:
- optional: true
- terser:
- optional: true
- dependencies:
- '@types/node': 20.4.6
- esbuild: 0.18.17
- postcss: 8.4.27
- rollup: 3.27.0
- optionalDependencies:
- fsevents: 2.3.2
-
/vitest@0.34.1(jsdom@20.0.3):
resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==}
engines: {node: '>=v14.18.0'}
@@ -20795,7 +20739,7 @@ packages:
dependencies:
'@types/chai': 4.3.5
'@types/chai-subset': 1.3.3
- '@types/node': 20.4.6
+ '@types/node': 18.15.3
'@vitest/expect': 0.34.1
'@vitest/runner': 0.34.1
'@vitest/snapshot': 0.34.1
@@ -20815,8 +20759,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.5.0
tinypool: 0.7.0
- vite: 4.4.8(@types/node@20.4.6)
- vite-node: 0.34.1(@types/node@20.4.6)
+ vite: 4.4.8(@types/node@18.15.3)
+ vite-node: 0.34.1(@types/node@18.15.3)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -20900,7 +20844,7 @@ packages:
'@peculiar/json-schema': 1.1.12
asn1js: 3.0.5
pvtsutils: 1.3.2
- tslib: 2.6.0
+ tslib: 2.6.1
/webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
@@ -21284,3 +21228,7 @@ packages:
/zod@3.21.4:
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false