diff --git a/.github/renovate.json b/.github/renovate.json
index bf7e2e94c..98d7b4d67 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
+ "group:monorepos",
"schedule:weekly",
":semanticCommits",
":automergePatch",
diff --git a/.vscode/cspell.json b/.vscode/cspell.json
index ca3f3b460..505738143 100644
--- a/.vscode/cspell.json
+++ b/.vscode/cspell.json
@@ -97,12 +97,15 @@
"pino",
"plantuml",
"pmmmwh",
+ "pnpapi",
"Pothos",
"Prehydration",
"preinstall",
+ "QLID",
"QUARTERNARY",
"rabbitmq",
"radash",
+ "redlock",
"Redocly",
"redocusaurus",
"reduxjs",
@@ -137,7 +140,10 @@
"tsdocs",
"typecheck",
"typesense",
+ "unbase",
+ "unbased",
"Uncapitalize",
+ "Unnormalized",
"unoptimized",
"Unproxied",
"Unstash",
@@ -154,7 +160,15 @@
"wundergraph",
"zenstack"
],
- "enableFiletypes": ["txt", "js", "jsx", "ts", "tsx", "md", "mdx"],
+ "enableFiletypes": [
+ "txt",
+ "js",
+ "jsx",
+ "ts",
+ "tsx",
+ "md",
+ "mdx"
+ ],
"ignorePaths": [
"**/.git/**",
"**/node_modules/**",
@@ -164,5 +178,29 @@
"**/pnpm-lock.yaml/**",
"**/__snapshots__/**",
"**/__generated__/**"
+ ],
+ // Ignore files that aren't check in to git as well as files that aren't written
+ // by hand. Note that we do want to check, say, JSON files (as package.json
+ // contains English text like package descriptions).
+ "useGitignore": true,
+ // GitHub Security Advisories
+ "ignoreRegExpList": [
+ "GHSA-[-\\w]+"
+ ],
+ "overrides": [
+ {
+ //Ignore anything in a changelog file that looks like a GitHub username.
+ "filename": "**/CHANGELOG*.md",
+ "ignoreRegExpList": [
+ "@[-\\w]+"
+ ]
+ },
+ {
+ //Ignore the targets of links in Markdown/MDX files.
+ "filename": "'**/*.md*",
+ "ignoreRegExpList": [
+ "\\]\\([^)]+\\)"
+ ]
+ }
]
}
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8f8d16d40..eea7a694c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -14,6 +14,10 @@
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
+ "tailwindCSS.experimental.classRegex": [
+ ["cva(?:<[^>]*>)?(([^)]*))", "[\"'`]([^\"'`]*).*?[\"'`]", "(?:twMerge|twJoin)\\(([^\\);]*)[\\);]"]
+ ],
+
/******************************
* eslint / prettier
******************************/
diff --git a/LICENSE b/LICENSE
index 5393e0f40..c319da33b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,25 +1,201 @@
-BSD 2-Clause License
-
-Copyright (c) 2022, Patrick Sullivan
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/README.md b/README.md
index 2ee817018..ae7827076 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ The Open System is a monorepo containing modern, scalable web application
[![github](https://img.shields.io/github/package-json/v/sullivanpj/open-system?style=for-the-badge&color=10B981)](/~https://github.com/sullivanpj/open-system) [![Nx](https://img.shields.io/badge/Nx-14.4.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=10B981)](http://nx.dev/) [![NextJs](https://img.shields.io/badge/Next.js-13.0.5-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=10B981)](https://nextjs.org/) [![codecov.io](https://img.shields.io/codecov/c/github/commitizen/cz-cli.svg?style=for-the-badge&color=10B981)](https://codecov.io/github/commitizen/cz-cli?branch=master) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=10B981)](http://commitizen.github.io/cz-cli/) ![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=10B981) [![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=10B981)](https://docusaurus.io/)
+
⚠️ Attention ⚠️ - This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
+
[![GitHub Actions Build History](https://buildstats.info/github/chart/sullivanpj/open-system?branch=main&includeBuildsFromPullRequest=false)](/~https://github.com/sullivanpj/open-system/actions)
diff --git a/apps/workers/contact-api/README.md b/apps/workers/contact-api/README.md
index 4c25ef7b6..aeb9a46e7 100644
--- a/apps/workers/contact-api/README.md
+++ b/apps/workers/contact-api/README.md
@@ -1,7 +1,13 @@
+
+
+
# worker-contact-api
A Cloudflare Worker to be developed in the Open System monorepo.
+
+
+
## Build
Run to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
@@ -45,3 +51,6 @@ Run to see a diagram of the dependencies of your projects.
```
nx graph
```
+
+
+
diff --git a/apps/workers/contact-api/db/schema.sql b/apps/workers/contact-api/db/schema.sql
index c48cb544b..756c30889 100644
--- a/apps/workers/contact-api/db/schema.sql
+++ b/apps/workers/contact-api/db/schema.sql
@@ -1,13 +1,13 @@
-- CreateTable
CREATE TABLE "Contact" (
- "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
+ "id" TEXT NOT NULL PRIMARY KEY,
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
+ "createdBy" TEXT NOT NULL,
"updatedAt" DATETIME,
- "createdBy" INTEGER NOT NULL,
- "updatedBy" INTEGER,
- "reason" TEXT NOT NULL,
+ "updatedBy" TEXT,
+ "reason" TEXT NOT NULL DEFAULT 'Other',
"details" TEXT,
- "emailId" INTEGER NOT NULL,
+ "email" TEXT NOT NULL,
"phoneNumber" TEXT,
"firstName" TEXT,
"lastName" TEXT,
@@ -20,35 +20,31 @@ CREATE TABLE "Contact" (
"title" TEXT,
"companyName" TEXT,
"url" TEXT,
- CONSTRAINT "Contact_emailId_fkey" FOREIGN KEY ("emailId") REFERENCES "ContactEmail" ("id") ON DELETE RESTRICT ON UPDATE CASCADE
-);
-
--- CreateTable
-CREATE TABLE "ContactEmail" (
- "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
- "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
- "updatedAt" DATETIME,
- "createdBy" INTEGER NOT NULL,
- "updatedBy" INTEGER,
- "email" TEXT NOT NULL
+ "storm_guard" BOOLEAN NOT NULL DEFAULT true,
+ "storm_transaction" TEXT
);
-- CreateTable
CREATE TABLE "ContactAttachment" (
- "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
+ "id" TEXT NOT NULL PRIMARY KEY,
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
+ "createdBy" TEXT NOT NULL,
"updatedAt" DATETIME,
- "createdBy" INTEGER NOT NULL,
- "updatedBy" INTEGER,
+ "updatedBy" TEXT,
"name" TEXT NOT NULL,
"path" TEXT NOT NULL,
- "status" TEXT NOT NULL,
- "contactId" INTEGER NOT NULL,
+ "status" TEXT NOT NULL DEFAULT 'Pending',
+ "contactId" TEXT NOT NULL,
+ "storm_guard" BOOLEAN NOT NULL DEFAULT true,
+ "storm_transaction" TEXT,
CONSTRAINT "ContactAttachment_contactId_fkey" FOREIGN KEY ("contactId") REFERENCES "Contact" ("id") ON DELETE RESTRICT ON UPDATE CASCADE
);
-- CreateIndex
-CREATE UNIQUE INDEX "ContactEmail_email_key" ON "ContactEmail"("email");
+CREATE INDEX "Contact_storm_transaction_idx" ON "Contact"("storm_transaction");
+
+-- CreateIndex
+CREATE INDEX "ContactAttachment_storm_transaction_idx" ON "ContactAttachment"("storm_transaction");
-- CreateIndex
CREATE UNIQUE INDEX "ContactAttachment_name_path_key" ON "ContactAttachment"("name", "path");
diff --git a/apps/workers/contact-api/package.json b/apps/workers/contact-api/package.json
index fc7da2b5e..1380ddbfd 100644
--- a/apps/workers/contact-api/package.json
+++ b/apps/workers/contact-api/package.json
@@ -1,4 +1,10 @@
{
"name": "@open-system/worker-contact-api",
- "version": "0.0.1"
+ "version": "0.0.1",
+ "dependencies": {
+ "@cloudflare/workers-types": "^4.20230904.0",
+ "async_hooks": "^1.0.0",
+ "fs": "0.0.1-security",
+ "wrangler": "^3.2.0"
+ }
}
diff --git a/apps/workers/contact-api/project.json b/apps/workers/contact-api/project.json
index 771896195..5e6312898 100644
--- a/apps/workers/contact-api/project.json
+++ b/apps/workers/contact-api/project.json
@@ -13,6 +13,9 @@
"main": "apps/workers/contact-api/src/worker.ts",
"tsConfig": "apps/workers/contact-api/tsconfig.json",
"format": ["esm"],
+ "bundle": true,
+ "platform": "node",
+ "external": ["node:*"],
"assets": [
{
"input": "./apps/workers/contact-api",
@@ -25,7 +28,6 @@
"development": {
"esbuildOptions": {
"sourcemap": true,
- "bundle": false,
"outdir": "dist/apps/workers/contact-api",
"outExtension": {
".js": ".mjs"
@@ -35,7 +37,6 @@
"production": {
"esbuildOptions": {
"sourcemap": false,
- "bundle": true,
"outdir": "dist/apps/workers/contact-api",
"outExtension": {
".js": ".mjs"
@@ -83,7 +84,7 @@
"deploy-schema": {
"executor": "nx:run-commands",
"options": {
- "commands": ["wrangler d1 execute contact --file=./db/schema.sql"],
+ "commands": ["NO_D1_WARNING=true wrangler d1 execute contact --file=./db/schema.sql"],
"cwd": "apps/workers/contact-api",
"parallel": false
}
diff --git a/apps/workers/contact-api/src/worker.ts b/apps/workers/contact-api/src/worker.ts
index dddb4a22a..3069ef45a 100644
--- a/apps/workers/contact-api/src/worker.ts
+++ b/apps/workers/contact-api/src/worker.ts
@@ -1,29 +1,26 @@
import {
- ContactApiServerContext,
- builder,
-} from "@open-system/contact-server-graphql";
-import { initContextCache } from "@pothos/core";
-import {
- YogaInitialContext,
- YogaServerInstance,
- createYoga,
-} from "graphql-yoga";
-import { Kysely } from "kysely";
-import { D1Dialect } from "kysely-d1";
-
-declare global {
+ IContactAttachmentEntity,
+ IContactEntity,
+ createContactGraphQLServerContext,
+ schema
+} from "@open-system/contact-server-attachment";
+import { UserContext } from "@open-system/core-server-application/types";
+import { createGraphQLHandler } from "@open-system/core-server-graphql/server/handler";
+import { Injector } from "@open-system/core-shared-injection";
+
+/*declare global {
namespace GraphQLModules {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface GlobalContext extends ContactApiServerContext {}
}
-}
+}*/
interface Env {
DB: any;
}
// Create a Yoga instance with a GraphQL schema.
-const yoga: YogaServerInstance =
+/*const yoga: YogaServerInstance =
createYoga({
graphqlEndpoint: "graphql",
schema: builder.toSchema(),
@@ -55,6 +52,21 @@ const handler = {
return new Response(e?.message, { status: 500 });
}
},
-};
+};*/
+
+const context = createContactGraphQLServerContext({
+ injector: Injector,
+ operation: "contact-graphql"
+});
+
+const yoga = await createGraphQLHandler<
+ Array,
+ UserContext
+>({
+ context,
+ schema,
+ injector: Injector,
+ serviceConfig: []
+});
-export default handler;
+export default { fetch: yoga.fetch };
diff --git a/apps/workers/contact-api/tsconfig.json b/apps/workers/contact-api/tsconfig.json
index 7c8f332e7..55f078310 100644
--- a/apps/workers/contact-api/tsconfig.json
+++ b/apps/workers/contact-api/tsconfig.json
@@ -6,12 +6,14 @@
"lib": ["esnext"],
"allowJs": true,
"checkJs": true,
- "alwaysStrict": true,
- "strict": true,
+ "alwaysStrict": false,
+ "strict": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"sourceMap": true,
"esModuleInterop": true,
+ "noEmit": true,
+ "resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"types": ["@cloudflare/workers-types", "@types/jest"]
diff --git a/apps/workers/contact-api/wrangler.toml b/apps/workers/contact-api/wrangler.toml
index d35966b2a..2c0a433d3 100644
--- a/apps/workers/contact-api/wrangler.toml
+++ b/apps/workers/contact-api/wrangler.toml
@@ -2,10 +2,10 @@ name = "contact-api"
main = "src/worker.ts"
workers_dev = true
-route = "open-system.io/api/contact"
-
compatibility_date = "2023-07-10"
+compatibility_flags = [ "nodejs_compat", "streams_enable_constructors" ]
+route = "open-system.io/api/contact"
account_id = "03700f13b61493bbc558dc93ea4980bc"
[build]
diff --git a/libs/contact/typescript/server/attachment/src/api/index.ts b/libs/contact/typescript/server/attachment/src/api/index.ts
new file mode 100644
index 000000000..8b4b490b5
--- /dev/null
+++ b/libs/contact/typescript/server/attachment/src/api/index.ts
@@ -0,0 +1,2 @@
+export * from "./schema";
+// export * from "./server";
diff --git a/libs/contact/typescript/server/attachment/src/api/schema.ts b/libs/contact/typescript/server/attachment/src/api/schema.ts
new file mode 100644
index 000000000..42851a211
--- /dev/null
+++ b/libs/contact/typescript/server/attachment/src/api/schema.ts
@@ -0,0 +1,13 @@
+import { createSchema } from "@open-system/core-server-graphql/schema";
+import {
+ IContactAttachmentEntity,
+ IContactEntity
+} from "../__generated__/graphql/entities";
+import { resolvers } from "../__generated__/graphql/resolvers";
+
+export const schema = createSchema<
+ Array
+>({
+ typeDefs: "./src/__generated__/graphql/schema.graphql",
+ resolvers
+});
diff --git a/libs/contact/typescript/server/attachment/src/context/context.ts b/libs/contact/typescript/server/attachment/src/context/context.ts
new file mode 100644
index 000000000..b47eb67e2
--- /dev/null
+++ b/libs/contact/typescript/server/attachment/src/context/context.ts
@@ -0,0 +1,44 @@
+import { Repository } from "@open-system/core-server-application";
+import { UserContext } from "@open-system/core-server-application/types";
+import { createGraphQLServerContext } from "@open-system/core-server-graphql/context";
+import { CreateGraphQLServerContextParams } from "@open-system/core-server-graphql/types";
+import { InfisicalEnvManager } from "@open-system/core-server-infisical";
+import { PinoLogger } from "@open-system/core-server-pino-logging";
+import { EnvManager } from "@open-system/core-shared-env";
+import { Logger } from "@open-system/core-shared-utilities";
+import {
+ IContactAttachmentEntity,
+ IContactEntity
+} from "../__generated__/graphql/entities";
+import {
+ ContactAttachmentRepository,
+ ContactRepository
+} from "../__generated__/graphql/repositories";
+import { ContactGraphQLServerContext } from "../types";
+
+export const createContactGraphQLServerContext = <
+ TUser extends UserContext = UserContext
+>(
+ params: CreateGraphQLServerContextParams
+): ContactGraphQLServerContext => {
+ const context = createGraphQLServerContext<
+ Array,
+ TUser
+ >(params);
+
+ context.injector.bind(Logger).to(PinoLogger).inSingletonScope();
+ context.injector.bind(EnvManager).to(InfisicalEnvManager).inSingletonScope();
+
+ context.injector
+ .bind>(
+ Repository
+ )
+ .to(ContactAttachmentRepository)
+ .inSingletonScope();
+ context.injector
+ .bind>(Repository)
+ .to(ContactRepository)
+ .inSingletonScope();
+
+ return context as ContactGraphQLServerContext;
+};
diff --git a/libs/contact/typescript/server/attachment/src/context/index.ts b/libs/contact/typescript/server/attachment/src/context/index.ts
new file mode 100644
index 000000000..2edd280c7
--- /dev/null
+++ b/libs/contact/typescript/server/attachment/src/context/index.ts
@@ -0,0 +1 @@
+export * from "./context";
diff --git a/libs/contact/typescript/server/attachment/src/index.ts b/libs/contact/typescript/server/attachment/src/index.ts
index 848f78acb..92e2f63fb 100644
--- a/libs/contact/typescript/server/attachment/src/index.ts
+++ b/libs/contact/typescript/server/attachment/src/index.ts
@@ -1 +1,4 @@
export * from "./__generated__/graphql";
+export * from "./api";
+export * from "./context";
+export * from "./types";
diff --git a/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.spec.ts b/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.spec.ts
deleted file mode 100644
index e390558ee..000000000
--- a/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.spec.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { contactTypescriptServerContactServerAttachment } from "./contact-typescript-server-contact-server-attachment";
-
-describe("contactTypescriptServerContactServerAttachment", () => {
- it("should work", () => {
- expect(contactTypescriptServerContactServerAttachment()).toEqual(
- "contact-typescript-server-contact-server-attachment"
- );
- });
-});
diff --git a/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.ts b/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.ts
deleted file mode 100644
index eb04267d8..000000000
--- a/libs/contact/typescript/server/attachment/src/lib/contact-typescript-server-contact-server-attachment.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function contactTypescriptServerContactServerAttachment(): string {
- return "";
-}
diff --git a/libs/contact/typescript/server/attachment/src/types.ts b/libs/contact/typescript/server/attachment/src/types.ts
new file mode 100644
index 000000000..603f190a1
--- /dev/null
+++ b/libs/contact/typescript/server/attachment/src/types.ts
@@ -0,0 +1,13 @@
+import { UserContext } from "@open-system/core-server-application/types";
+import { GraphQLServerContext } from "@open-system/core-server-graphql/types";
+import {
+ IContactAttachmentEntity,
+ IContactEntity
+} from "./__generated__/graphql/entities";
+
+export type ContactGraphQLServerContext<
+ TUser extends UserContext = UserContext
+> = GraphQLServerContext<
+ Array,
+ TUser
+>;
diff --git a/libs/core/typescript/server/application/src/context/context.ts b/libs/core/typescript/server/application/src/context/context.ts
index 99db43293..53d4ebd92 100644
--- a/libs/core/typescript/server/application/src/context/context.ts
+++ b/libs/core/typescript/server/application/src/context/context.ts
@@ -1,6 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/ban-types */
-import { IEntity, WithMetadata } from "@open-system/core-server-domain/types";
+import { IEntity } from "@open-system/core-server-domain/types";
+import { EnvManager } from "@open-system/core-shared-env";
import { Injector } from "@open-system/core-shared-injection";
import { JSON_PARSER_SYMBOL } from "@open-system/core-shared-serialization";
import {
@@ -14,7 +15,6 @@ import {
import { Service } from "../services";
import {
CreateServerContextParams,
- IModel,
ServerContext,
ServiceMappingIndex,
UserContext
@@ -50,6 +50,7 @@ export const createServerContext = <
};
const user = { id: utils.uniqueIdGenerator.generate(), ..._user };
+ env ??= injector.get(EnvManager);
const system = {
env,
@@ -66,7 +67,7 @@ export const createServerContext = <
startedBy: user.id
};
- const request = {
+ const process = {
correlationId: correlationId
? correlationId
: utils.uniqueIdGenerator.generate(),
@@ -77,7 +78,7 @@ export const createServerContext = <
};
return {
- request,
+ process,
injector,
user,
system,
@@ -86,16 +87,17 @@ export const createServerContext = <
} as ServerContext;
};
-export const extractRequest = (context: ServerContext) => context?.request;
+export const extractCurrentProcess = (context: ServerContext) =>
+ context?.process;
export const extractCorrelationId = (context: ServerContext) =>
- extractRequest(context)?.correlationId;
+ extractCurrentProcess(context)?.correlationId;
export const extractRequestId = (context: ServerContext) =>
- extractRequest(context)?.requestId;
+ extractCurrentProcess(context)?.requestId;
export const extractRequestHeaders = (context: ServerContext) =>
- extractRequest(context)?.headers;
+ extractCurrentProcess(context)?.headers;
export const extractLogger = (context: ServerContext) => context?.utils?.logger;
@@ -109,12 +111,13 @@ export const extractSystem = (context: ServerContext) => context?.system;
export const extractSystemInfo = (context: ServerContext) =>
context?.system?.info;
+export const extractEnv = (context: ServerContext) =>
+ extractSystem(context)?.env;
+
export const extractService = <
TEntity extends IEntity = IEntity,
- TModel extends WithMetadata> = TEntity,
TUser extends UserContext = UserContext
>(
context: ServerContext, TUser>,
entityName: ServiceMappingIndex
-): Service =>
- context?.services?.[entityName] as unknown as Service;
+): Service => context?.services?.[entityName] as Service;
diff --git a/libs/core/typescript/server/application/src/repositories/repository.ts b/libs/core/typescript/server/application/src/repositories/repository.ts
index 8f7ab3be0..1b44faaed 100644
--- a/libs/core/typescript/server/application/src/repositories/repository.ts
+++ b/libs/core/typescript/server/application/src/repositories/repository.ts
@@ -113,8 +113,8 @@ export abstract class Repository<
}*/
public async findMany(
- params?: FindManyParams
- ): Promise {
+ params: FindManyParams
+ ): Promise> {
this.logger.debug(
`Finding many records - '${JsonParser.stringify(params)}'`
);
@@ -128,7 +128,7 @@ export abstract class Repository<
return Array.isArray(result) ? result : [result];
}
- public findCount(params?: FindCountParams): Promise {
+ public findCount(params: FindCountParams): Promise {
this.logger.debug(
`Finding the count of records - '${JsonParser.stringify(params)}'`
);
@@ -246,11 +246,11 @@ export abstract class Repository<
) => Promise;*/
protected abstract innerFindMany: (
- params?: FindManyParams
+ params: FindManyParams
) => Promise;
protected abstract innerFindCount: (
- params?: FindCountParams
+ params: FindCountParams
) => Promise;
protected abstract innerCreate: (
diff --git a/libs/core/typescript/server/application/src/services/service.ts b/libs/core/typescript/server/application/src/services/service.ts
index e57660402..a7d6b3b7e 100644
--- a/libs/core/typescript/server/application/src/services/service.ts
+++ b/libs/core/typescript/server/application/src/services/service.ts
@@ -1,34 +1,24 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
-import {
- IEntity,
- WithMetadata,
- WithoutMetadata
-} from "@open-system/core-server-domain/types";
+import { IEntity } from "@open-system/core-server-domain/types";
import { Provider } from "@open-system/core-shared-injection";
import {
BaseUtilityClass,
- DateTime,
- isError,
- isPromise
+ isEmpty,
+ isError
} from "@open-system/core-shared-utilities/common";
import {
BaseError,
- DatabaseError,
+ BaseErrorCode,
+ FieldValidationError,
+ ModelValidationError,
NotFoundError
} from "@open-system/core-shared-utilities/errors";
import { Logger } from "@open-system/core-shared-utilities/logging";
-import {
- EMPTY_STRING,
- MaybePromise
-} from "@open-system/core-shared-utilities/types";
import { Repository } from "../repositories/repository";
import {
- CountModelSelector,
- CreateModelParams,
+ CreateParams,
FindCountParams,
FindManyParams,
- IModel,
- ManyModelSelector,
SERVICE_TOKEN,
UserContext,
WhereUniqueParams
@@ -36,8 +26,7 @@ import {
@Provider(Service)
export abstract class Service<
- TEntity extends IEntity = IEntity,
- TModel extends WithMetadata> = TEntity
+ TEntity extends IEntity = IEntity
> extends BaseUtilityClass {
/**
* The name given to the records used by this `Service` instance.
@@ -77,158 +66,87 @@ export abstract class Service<
return this.addMetadata(model);
};*/
- public getById = async (id: string): Promise => {
- const results = await this.repository.findUnique({
+ public getById = async (id: string): Promise => {
+ const result = await this.repository.findUnique({
where: { id } as WhereUniqueParams
});
- return this.handleResult(results);
+ return this.handleResult(result);
};
public get = async (
- selector: ManyModelSelector
- ): Promise> => {
- const results = await this.repository.findMany(
- selector as FindManyParams
- );
-
- return this.handleResults(results);
-
- /*if (!results || !Array.isArray(results) || results.length === 0) {
- throw new NotFoundError(this.repository.name);
- }
- const entities = this.handleErrorsIfExists(results);
-
- return map(entities, async (entity: TEntity) => {
- const model = this.mapEntityToModel(entity);
- if (isPromise(model)) {
- return await model;
- }
-
- if (isPromise(model)) {
- model = this.addMetadata(await model);
- }
-
- return {
- __typename: `${this.repository.name}Edge`,
- node: this.addMetadata(model),
- cursor: entity.id
- } as ModelEdge;
- });
+ selector: FindManyParams
+ ): Promise> => {
+ const results = await this.repository.findMany(selector);
- /*const totalCount = await this.repository.findCount(selector);
-
- return {
- __typename: `${this.repository.name}Connection`,
- edges,
- pageInfo: {
- __typename: "PageInfo",
- hasNextPage:
- edges.length === selector.take && edges.length < totalCount,
- hasPreviousPage: !!selector.cursor,
- startCursor: edges?.[0].cursor as string,
- endCursor: edges?.at(-1)?.cursor as string
- },
- totalCount
- };*/
+ return this.handleResults(results);
};
public count = async (
- selector: CountModelSelector
+ selector: FindCountParams
): Promise => {
- const results = await this.repository.findCount(
- selector as FindCountParams
- );
+ const result = await this.repository.findCount(selector);
- return results;
+ return this.handleResult(result);
};
public create = async (
- params: CreateModelParams
- ): Promise => {
- let entity = this.mapModelToEntity(params.data as WithoutMetadata);
- if (isPromise(entity)) {
- entity = await entity;
- }
+ params: CreateParams
+ ): Promise => {
+ const result = await this.repository.create(params);
- return this.repository.create({ data: entity });
+ return this.handleResult(result);
};
- public abstract mapEntityToModel: (entity: TEntity) => MaybePromise;
-
- public abstract mapModelToEntity: (
- model: WithoutMetadata
- ) => MaybePromise;
-
- protected addMetadata = (
- data: TData,
- entity?: TEntity
- ): WithMetadata => {
- return {
- ...data,
- __typename: entity?.__typename ?? this.name ?? EMPTY_STRING,
- sequence: entity?.sequence ?? 1,
- createdAt: entity?.createdAt ?? DateTime.current,
- createdBy: entity?.createdBy ?? this.user.id,
- updatedAt: entity?.updatedAt,
- updatedBy: entity?.updatedBy
- } as WithMetadata;
- };
-
- protected innerHandleResult = async (
- entity: TEntity
- ): Promise> => {
- let model = this.mapEntityToModel(entity);
- if (isPromise(model)) {
- model = await model;
- }
-
- return this.addMetadata(model, entity);
- };
-
- private handleResult = (
- entity: TEntity | Error
- ): Promise> => {
- if (!entity) {
+ private handleResult = (entity: TData | Error): TData => {
+ if (isEmpty(entity)) {
throw new NotFoundError(this.name);
}
- if (isError(entity)) {
+ if (isError(entity) || BaseError.isBaseError(entity)) {
throw entity as Error;
}
- return this.innerHandleResult(entity);
+ return entity as TData;
};
- private handleResults = async (
- entities: Array | Error
- ): Promise>> => {
- if (!entities || !Array.isArray(entities) || entities.length === 0) {
+ private handleResults = (
+ results: Array | Error
+ ): Array => {
+ if (isError(results)) {
+ throw results as Error;
+ }
+
+ if (isEmpty(results) || !Array.isArray(results) || results.length === 0) {
throw new NotFoundError(this.name);
}
- const { errors, results } = entities.reduce(
+ const { errors, entities } = results.reduce(
(
ret: {
- errors: BaseError[];
- results: Array>>;
+ errors: FieldValidationError[];
+ entities: Array;
},
result
) => {
- BaseError.isBaseError(result)
- ? ret.errors.push(result)
- : ret.results.push(this.innerHandleResult(result));
+ if (FieldValidationError.isFieldValidationError(result)) {
+ ret.errors.push(result);
+ } else if (isError(result)) {
+ throw result;
+ } else {
+ ret.entities.push(result);
+ }
return ret;
},
- { errors: [], results: [] }
+ { errors: [], entities: [] }
);
if (errors && errors.length > 0) {
- throw new DatabaseError(
- this.name ? `${this.name} Select` : EMPTY_STRING,
- errors
+ throw new ModelValidationError(
+ errors,
+ BaseErrorCode.database_query_error
);
}
- return await Promise.all(results);
+ return entities as Array;
};
}
diff --git a/libs/core/typescript/server/application/src/types.ts b/libs/core/typescript/server/application/src/types.ts
index 8e90ce04f..b8c397015 100644
--- a/libs/core/typescript/server/application/src/types.ts
+++ b/libs/core/typescript/server/application/src/types.ts
@@ -1,11 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/ban-types */
import { IAggregateRoot } from "@open-system/core-server-domain";
-import {
- IEntity,
- WithMetadata,
- WithoutMetadata
-} from "@open-system/core-server-domain/types";
+import { IEntity } from "@open-system/core-server-domain/types";
import { EnvironmentType } from "@open-system/core-shared-env";
import { EnvManager } from "@open-system/core-shared-env/env-manager";
import { Injector } from "@open-system/core-shared-injection/types";
@@ -15,10 +11,7 @@ import {
Logger,
UniqueIdGenerator
} from "@open-system/core-shared-utilities";
-import {
- ArrayElement,
- IBaseClass
-} from "@open-system/core-shared-utilities/types";
+import { ArrayElement } from "@open-system/core-shared-utilities/types";
import { ICommand } from "./commands";
import { Service } from "./services";
@@ -220,9 +213,6 @@ export type FindManyParams = {
export type FindCountParams = {
where?: WhereParams;
- cursor?: WhereUniqueParams;
- take?: number;
- skip?: number;
distinct?: EntityKeys | Array>;
};
@@ -335,7 +325,7 @@ export type UtilityContext = {
uniqueIdGenerator: typeof UniqueIdGenerator;
};
-export type RequestContext = {
+export type ProcessContext = {
correlationId: string;
requestId: string;
headers: Record;
@@ -365,7 +355,7 @@ export type BaseServerContext<
TUtils extends UtilityContext = UtilityContext
> = {
system: SystemContext;
- request: RequestContext;
+ process: ProcessContext;
user: UserContext;
utils: TUtils;
injector: Injector;
@@ -391,15 +381,11 @@ export type EntityMappingItem<
export type ServiceMappingIndex =
Uncapitalize>;
-export type ServiceMapping<
- TEntities extends Array = Array,
- TModels extends Array>> = Array<
- WithMetadata>
- >
-> = Record<
- ServiceMappingIndex>,
- Service, ArrayElement>
->;
+export type ServiceMapping = Array> =
+ Record<
+ ServiceMappingIndex>,
+ Service>
+ >;
export type ServerContext<
TEntities extends Array = Array,
@@ -425,7 +411,7 @@ export type CreateServerContextParams =
parser?: typeof JsonParser;
uniqueIdGenerator?: typeof UniqueIdGenerator;
user?: TUser;
- env: EnvManager;
+ env?: EnvManager;
injector: Injector;
serviceId?: SystemInfoContext["serviceId"];
serviceName?: SystemInfoContext["name"];
@@ -487,30 +473,19 @@ export type CacheMap = {
clear(): any;
};
-export interface IModel extends IBaseClass {
- /**
- * A string representation of the class
- */
- __typename: string;
-
- id: TEntity["id"];
-
- sequence: TEntity["sequence"];
-}
-
/**
- * An object containing the current paginated result data returned from Model at the current cursor position
+ * An object containing the current paginated result data returned from Entity at the current cursor position
*/
-export type ModelEdge = {
- __typename: `${TModel["__typename"]}Edge`;
- node: WithMetadata;
+export type ModelEdge = {
+ __typename: `${TEntity["__typename"]}Edge`;
+ node: TEntity;
cursor: string;
};
/**
* A base type to define the structure of paginated response data
*/
-export type PageInfo = IModel & {
+export type PageInfo = {
__typename: "PageInfo";
/** When paginating forwards, are there more items? */
hasNextPage: boolean;
@@ -525,14 +500,14 @@ export type PageInfo = IModel & {
/**
* An object containing the paginated child model data returned from Model
*/
-export type ModelConnection = {
- __typename: `${TModel["__typename"]}Connection`;
- edges: Array>;
+export type ModelConnection = {
+ __typename: `${TEntity["__typename"]}Connection`;
+ edges: Array>;
pageInfo: PageInfo;
totalCount: number;
};
-type ModelFieldKeys = keyof Omit<
+/*type ModelFieldKeys = keyof Omit<
TModel,
"__typename"
>;
@@ -612,4 +587,4 @@ export type CreateModelParams = {
export type CountModelSelector = {
where?: WhereModelParams;
-};
+};*/
diff --git a/libs/core/typescript/server/cloudflare/package.json b/libs/core/typescript/server/cloudflare/package.json
index 37b20c201..d53e9e6d0 100644
--- a/libs/core/typescript/server/cloudflare/package.json
+++ b/libs/core/typescript/server/cloudflare/package.json
@@ -2,6 +2,10 @@
"name": "@open-system/core-server-cloudflare",
"version": "0.0.1",
"dependencies": {
+ "@cloudflare/workers-types": "^4.20230904.0",
"pnpapi": "^0.0.0"
+ },
+ "devDependencies": {
+ "@cloudflare/wrangler": "^1.21.0"
}
}
diff --git a/libs/core/typescript/server/cloudflare/project.json b/libs/core/typescript/server/cloudflare/project.json
index 4528be902..eef244726 100644
--- a/libs/core/typescript/server/cloudflare/project.json
+++ b/libs/core/typescript/server/cloudflare/project.json
@@ -17,8 +17,6 @@
"bundle": true,
"metafile": true,
"minify": true,
- "skipTypeCheck": true,
- "generatePackageJson": true,
"format": ["esm", "cjs"],
"platform": "node"
}
diff --git a/libs/core/typescript/server/cloudflare/src/types.ts b/libs/core/typescript/server/cloudflare/src/types.ts
index 91357e7ad..a870fdebc 100644
--- a/libs/core/typescript/server/cloudflare/src/types.ts
+++ b/libs/core/typescript/server/cloudflare/src/types.ts
@@ -1,4 +1,5 @@
import { UserContext } from "@open-system/core-server-application";
+import { IEntity } from "@open-system/core-server-domain/types";
import { GraphQLServerContext } from "@open-system/core-server-graphql";
import { Headers } from "@open-system/core-shared-utilities";
@@ -176,5 +177,6 @@ export type R2Objects = {
);
export type CloudflareApiServerContext<
+ TEntities extends IEntity[] = IEntity[],
TUser extends UserContext = UserContext
-> = GraphQLServerContext;
+> = GraphQLServerContext;
diff --git a/libs/core/typescript/server/cloudflare/src/utilities/wrangler.ts b/libs/core/typescript/server/cloudflare/src/utilities/wrangler.ts
index 3f1afce63..a7505cbd0 100644
--- a/libs/core/typescript/server/cloudflare/src/utilities/wrangler.ts
+++ b/libs/core/typescript/server/cloudflare/src/utilities/wrangler.ts
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-explicit-any */
import {
ExecutorContext,
readProjectConfiguration,
@@ -10,7 +11,7 @@ import { FsTree } from "nx/src/generators/tree";
import Path from "path";
export async function runWranglerCommand(
- options: unknown,
+ options: Record,
context: ExecutorContext,
command: "dev" | "deploy"
) {
@@ -37,7 +38,7 @@ export async function runWranglerCommand(
);
}
- const nextCommand = `npx wrangler ${command} ${wranglerOptions.join(
+ const nextCommand = `NO_D1_WARNING=true npx wrangler ${command} ${wranglerOptions.join(
" "
)} ${Object.entries(options).reduce(
(ret: string, [key, value]: [string, string]) => {
diff --git a/libs/core/typescript/server/drizzle/package.json b/libs/core/typescript/server/drizzle/package.json
index 54f736014..dd2b43cab 100644
--- a/libs/core/typescript/server/drizzle/package.json
+++ b/libs/core/typescript/server/drizzle/package.json
@@ -3,5 +3,8 @@
"version": "0.0.1",
"dependencies": {
"drizzle-orm": "^0.28.5"
+ },
+ "devDependencies": {
+ "drizzle-kit": "^0.19.13"
}
}
diff --git a/libs/core/typescript/server/drizzle/project.json b/libs/core/typescript/server/drizzle/project.json
index 27db4a04c..697bec9eb 100644
--- a/libs/core/typescript/server/drizzle/project.json
+++ b/libs/core/typescript/server/drizzle/project.json
@@ -18,7 +18,8 @@
"metafile": true,
"minify": true,
"format": ["esm", "cjs"],
- "platform": "node"
+ "platform": "node",
+ "skipLibCheck": true
}
},
"lint": {
diff --git a/libs/core/typescript/server/drizzle/src/repositories/drizzle-repository.ts b/libs/core/typescript/server/drizzle/src/repositories/drizzle-repository.ts
index 5f0d1bb15..53aa6b0bf 100644
--- a/libs/core/typescript/server/drizzle/src/repositories/drizzle-repository.ts
+++ b/libs/core/typescript/server/drizzle/src/repositories/drizzle-repository.ts
@@ -20,7 +20,7 @@ import {
NotFoundError,
RequiredError
} from "@open-system/core-shared-utilities";
-import { sql } from "drizzle-orm/sql";
+import { sql } from "drizzle-orm";
import {
BaseSQLiteDatabase,
SQLiteTableWithColumns
@@ -28,11 +28,12 @@ import {
import { formatWhereParams } from "../utilities/format-params";
@Provider(DrizzleRepository)
-export class DrizzleRepository<
+export abstract class DrizzleRepository<
TEntity extends IEntity = IEntity
> extends Repository {
+ protected abstract schema: SQLiteTableWithColumns;
+
constructor(
- protected schema: SQLiteTableWithColumns,
protected db: BaseSQLiteDatabase<"async", any, any>,
logger: Logger,
env: EnvManager
diff --git a/libs/core/typescript/server/drizzle/src/utilities/format-params.ts b/libs/core/typescript/server/drizzle/src/utilities/format-params.ts
index 7e84911fc..f72fa1f55 100644
--- a/libs/core/typescript/server/drizzle/src/utilities/format-params.ts
+++ b/libs/core/typescript/server/drizzle/src/utilities/format-params.ts
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-explicit-any */
import {
BoolNullableFilter,
DateTimeNullableFilter,
@@ -24,38 +25,27 @@ import {
} from "drizzle-orm";
import { SQLiteTableWithColumns } from "drizzle-orm/sqlite-core";
-export const formatWhereParams = <
- TEntity extends IEntity = IEntity,
- TKey extends keyof TEntity = keyof TEntity
->(
+export const formatWhereParams = (
schema: SQLiteTableWithColumns,
- where: WhereParams
-): SQL => {
+ where: WhereParams
+): SQL => {
return Object.entries(where)
.filter(
- ([key, value]: [
- string,
- WhereParams | WhereParams[]
- ]) => key !== "AND" && key !== "OR" && key !== "NOT"
+ ([key]: [string, WhereParams | WhereParams[]]) =>
+ key !== "AND" && key !== "OR" && key !== "NOT"
)
.reduce(
(
- ret: SQL | undefined,
- [key, value]: [
- string,
- WhereParams | WhereParams[]
- ]
+ ret: SQL,
+ [key, value]: [string, WhereParams | WhereParams[]]
) => {
// const filter = value as StringNullableFilter | DateTimeNullableFilter | BoolFilter;
//Object.entries(filter)
- let sql: SQL | undefined;
+ let sql: SQL;
if (schema[key].column.dataType === "string") {
const filter = value as StringNullableFilter;
Object.entries(filter).reduce(
- (
- innerRet: SQL | undefined,
- [key, value]: [string, string | string[]]
- ) => {
+ (innerRet: SQL, [key, value]: [string, string | string[]]) => {
switch (key) {
case "equals":
sql = eq(schema[key], value);
@@ -103,15 +93,12 @@ export const formatWhereParams = <
return and(innerRet, sql);
},
- undefined
+ new SQL([])
);
} else if (schema[key].column.dataType === "number") {
const filter = value as NumberNullableFilter;
Object.entries(filter).reduce(
- (
- innerRet: SQL | undefined,
- [key, value]: [string, number | number[]]
- ) => {
+ (innerRet: SQL, [key, value]: [string, number | number[]]) => {
switch (key) {
case "equals":
sql = eq(schema[key], value);
@@ -160,15 +147,12 @@ export const formatWhereParams = <
return and(innerRet, sql);
},
- undefined
+ new SQL([])
);
} else if (schema[key].column.dataType === "Date") {
const filter = value as DateTimeNullableFilter;
Object.entries(filter).reduce(
- (
- innerRet: SQL | undefined,
- [key, value]: [string, Date | Date[]]
- ) => {
+ (innerRet: SQL, [key, value]: [string, Date | Date[]]) => {
switch (key) {
case "equals":
if (!Array.isArray(value)) {
@@ -239,13 +223,13 @@ export const formatWhereParams = <
return and(innerRet, sql);
},
- undefined
+ new SQL([])
);
} else if (schema[key].column.dataType === "boolean") {
const filter = value as BoolNullableFilter;
Object.entries(filter).reduce(
(
- innerRet: SQL | undefined,
+ innerRet: SQL,
[key, value]: [string, boolean | boolean[]]
) => {
switch (key) {
@@ -262,12 +246,12 @@ export const formatWhereParams = <
return and(innerRet, sql);
},
- undefined
+ new SQL([])
);
}
return and(ret, sql);
},
- undefined
+ new SQL([])
);
};
diff --git a/libs/core/typescript/server/graphql/package.json b/libs/core/typescript/server/graphql/package.json
index dc2e66cdb..015950afc 100644
--- a/libs/core/typescript/server/graphql/package.json
+++ b/libs/core/typescript/server/graphql/package.json
@@ -8,6 +8,11 @@
"@envelop/types": "^4.0.0",
"@envelop/validation-cache": "^6.0.2",
"@graphql-hive/client": "^0.24.1",
- "@sentry/node": "^7.64.0"
+ "@graphql-tools/graphql-file-loader": "^8.0.0",
+ "@graphql-tools/load": "^8.0.0",
+ "@graphql-tools/schema": "^10.0.0",
+ "@sentry/node": "^7.64.0",
+ "async_hooks": "^1.0.0",
+ "inspector": "^0.5.0"
}
}
diff --git a/libs/core/typescript/server/graphql/src/context/context.ts b/libs/core/typescript/server/graphql/src/context/context.ts
index 3967eb3d4..6a9418f85 100644
--- a/libs/core/typescript/server/graphql/src/context/context.ts
+++ b/libs/core/typescript/server/graphql/src/context/context.ts
@@ -1,9 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/ban-types */
-import {
- createServerContext,
- extractRequest
-} from "@open-system/core-server-application/context";
+import { createServerContext } from "@open-system/core-server-application/context";
import { UserContext } from "@open-system/core-server-application/types";
import { IEntity } from "@open-system/core-server-domain/types";
import {
@@ -28,13 +25,16 @@ export const createGraphQLServerContext = <
return {
...serverContext,
request: {
- ...serverContext.request,
operation,
data
}
} as unknown as GraphQLServerContext;
};
+export const extractRequest = (
+ context: GraphQLServerContext
+) => context?.request as GraphQLRequestContext;
+
export const extractRequestData = (
context: GraphQLServerContext
) => (extractRequest(context) as GraphQLRequestContext)?.data;
diff --git a/libs/core/typescript/server/graphql/src/plugins/create-plugins.ts b/libs/core/typescript/server/graphql/src/plugins/create-plugins.ts
index 15cb4f489..ef7e0b10f 100644
--- a/libs/core/typescript/server/graphql/src/plugins/create-plugins.ts
+++ b/libs/core/typescript/server/graphql/src/plugins/create-plugins.ts
@@ -13,9 +13,6 @@ import { useErrorHandler } from "./use-error-handler";
import { useHive } from "./use-hive";
import { useLogger } from "./use-logger";
import { useReadinessCheck } from "./use-readiness-check";
-import { useResponseCache } from "./use-response-cache";
-import { useSentry } from "./use-sentry";
-import { useSentryUser } from "./use-sentry-user";
import { useServiceProvider } from "./use-service-provider";
export const createPlugins = async <
@@ -27,8 +24,8 @@ export const createPlugins = async <
const context = params.context;
return [
- useSentry(),
- useSentryUser(),
+ /*useSentry(),
+ useSentryUser(),*/
useExtendContext(
async (ctx: Partial>) => ({
...params.context,
@@ -39,7 +36,6 @@ export const createPlugins = async <
useErrorHandler({ context }),
useParserCache(),
useValidationCache(),
- useResponseCache(),
useReadinessCheck({ context }),
await useHive({ context }),
useServiceProvider(params.serviceConfig)
diff --git a/libs/core/typescript/server/graphql/src/plugins/index.ts b/libs/core/typescript/server/graphql/src/plugins/index.ts
index 3aaa2ca31..b83e826ff 100644
--- a/libs/core/typescript/server/graphql/src/plugins/index.ts
+++ b/libs/core/typescript/server/graphql/src/plugins/index.ts
@@ -1,6 +1,6 @@
export * from "./create-plugins";
export * from "./use-hive";
export * from "./use-response-cache";
-export * from "./use-sentry";
-export * from "./use-sentry-user";
+// export * from "./use-sentry";
+// export * from "./use-sentry-user";
export * from "./use-service-provider";
diff --git a/libs/core/typescript/server/graphql/src/schema/create-schema.ts b/libs/core/typescript/server/graphql/src/schema/create-schema.ts
new file mode 100644
index 000000000..40d57382f
--- /dev/null
+++ b/libs/core/typescript/server/graphql/src/schema/create-schema.ts
@@ -0,0 +1,36 @@
+import { GraphQLFileLoader } from "@graphql-tools/graphql-file-loader";
+import {
+ UnnormalizedTypeDefPointer,
+ loadSchemaSync
+} from "@graphql-tools/load";
+import { IExecutableSchemaDefinition } from "@graphql-tools/schema";
+import { UserContext } from "@open-system/core-server-application/types";
+import { IEntity } from "@open-system/core-server-domain/types";
+import { parse, printSchema } from "graphql";
+import {
+ GraphQLSchemaWithContext,
+ createSchema as createSchemaExt
+} from "graphql-yoga";
+import { GraphQLServerContext } from "../types";
+
+export const createSchema = <
+ TEntities extends Array = Array,
+ TUser extends UserContext = UserContext,
+ TServerContext extends GraphQLServerContext<
+ TEntities,
+ TUser
+ > = GraphQLServerContext
+>(
+ opts: Omit, "typeDefs"> & {
+ typeDefs: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[];
+ }
+): GraphQLSchemaWithContext => {
+ const schema = loadSchemaSync(opts, {
+ loaders: [new GraphQLFileLoader()]
+ });
+
+ return createSchemaExt({
+ typeDefs: parse(printSchema(schema)),
+ resolvers: opts.resolvers
+ });
+};
diff --git a/libs/core/typescript/server/graphql/src/schema/global-id.ts b/libs/core/typescript/server/graphql/src/schema/global-id.ts
new file mode 100644
index 000000000..ec3212e14
--- /dev/null
+++ b/libs/core/typescript/server/graphql/src/schema/global-id.ts
@@ -0,0 +1,27 @@
+import {
+ base64,
+ unbase64
+} from "@open-system/core-server-utilities/create-hash";
+import { GraphQLID } from "graphql";
+import { ResolvedGlobalId } from "../types";
+
+/**
+ * Takes a type name and an ID specific to that type name, and returns a
+ * "global ID" that is unique among all types.
+ */
+export function toGlobalId(type: string, id: string | number): string {
+ return base64([type, GraphQLID.serialize(id)].join(":"));
+}
+
+/**
+ * Takes the "global ID" created by toGlobalID, and returns the type name and ID
+ * used to create it.
+ */
+export function fromGlobalId(globalId: string): ResolvedGlobalId {
+ const unbasedGlobalId = unbase64(globalId);
+ const delimiterPos = unbasedGlobalId.indexOf(":");
+ return {
+ type: unbasedGlobalId.substring(0, delimiterPos),
+ id: unbasedGlobalId.substring(delimiterPos + 1)
+ };
+}
diff --git a/libs/core/typescript/server/graphql/src/schema/index.ts b/libs/core/typescript/server/graphql/src/schema/index.ts
index 3602233e6..c2702a318 100644
--- a/libs/core/typescript/server/graphql/src/schema/index.ts
+++ b/libs/core/typescript/server/graphql/src/schema/index.ts
@@ -1 +1,2 @@
+export * from "./create-schema";
export * from "./schema-formatting";
diff --git a/libs/core/typescript/server/graphql/src/server/cache-store.ts b/libs/core/typescript/server/graphql/src/server/cache-store.ts
deleted file mode 100644
index ec5f3c993..000000000
--- a/libs/core/typescript/server/graphql/src/server/cache-store.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/*import { JsonParser } from "@open-system/core-shared-serialization/json-parser";
-import { CacheStore } from "../types";
-
-export const createCacheStore = (
- cache: CacheStore,
- prefix: string
-) => ({
- get: (key: string): T | undefined => {
- const value = cache.get(`${prefix}:${key}`);
-
- if (value) {
- return JsonParser.parse(value);
- }
-
- return undefined;
- },
- set: (key: string, value: T): void => {
- cache.set(`${prefix}:${key}`, JsonParser.stringify(value));
- }
-});*/
diff --git a/libs/core/typescript/server/graphql/src/server/create-module.ts b/libs/core/typescript/server/graphql/src/server/create-module.ts
deleted file mode 100644
index d82ac0c5b..000000000
--- a/libs/core/typescript/server/graphql/src/server/create-module.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { ModuleConfig } from "graphql-modules";
-
-export const createGraphQLModule = (config: ModuleConfig) => {
- config.middlewares;
-};
diff --git a/libs/core/typescript/server/graphql/src/server/create-resolvers.ts b/libs/core/typescript/server/graphql/src/server/create-resolvers.ts
deleted file mode 100644
index e69de29bb..000000000
diff --git a/libs/core/typescript/server/graphql/src/server/handler.ts b/libs/core/typescript/server/graphql/src/server/handler.ts
index 439206344..c2b9e3a09 100644
--- a/libs/core/typescript/server/graphql/src/server/handler.ts
+++ b/libs/core/typescript/server/graphql/src/server/handler.ts
@@ -1,3 +1,4 @@
+import { extractSystem } from "@open-system/core-server-application/context/context";
import { UserContext } from "@open-system/core-server-application/types";
import { IEntity } from "@open-system/core-server-domain/types";
import { Injector } from "@open-system/core-shared-injection";
@@ -5,13 +6,17 @@ import { Logger } from "@open-system/core-shared-utilities";
import { createYoga } from "graphql-yoga";
import { createGraphQLServerContext } from "../context";
import { createPlugins } from "../plugins";
-import { CreateGraphQLHandlerParams } from "../types";
+import { CreateGraphQLHandlerParams, GraphQLServerContext } from "../types";
export const createGraphQLHandler = async <
TEntities extends Array = Array,
- TUser extends UserContext = UserContext
+ TUser extends UserContext = UserContext,
+ TServerContext extends GraphQLServerContext<
+ TEntities,
+ TUser
+ > = GraphQLServerContext
>(
- params: CreateGraphQLHandlerParams
+ params: CreateGraphQLHandlerParams
) => {
const injector = params.injector ?? Injector;
const logger = injector.get(Logger);
@@ -30,13 +35,17 @@ export const createGraphQLHandler = async <
context
});
- const server = createYoga({
+ const system = extractSystem(context);
+ const yoga = createYoga({
+ ...params,
+ id: system.info.serviceId,
+ multipart: true,
logging: logger,
- healthCheckEndpoint:
- context.system.env.get("HEALTH_CHECK_PATH") ?? "/health",
+ graphqlEndpoint: system.env.get("GRAPHQL_PATH") ?? "/graphql",
+ healthCheckEndpoint: system.env.get("HEALTH_CHECK_PATH") ?? "/health",
context,
plugins
});
- return server;
+ return yoga;
};
diff --git a/libs/core/typescript/server/graphql/src/types.ts b/libs/core/typescript/server/graphql/src/types.ts
index b9948f782..eea5e816a 100644
--- a/libs/core/typescript/server/graphql/src/types.ts
+++ b/libs/core/typescript/server/graphql/src/types.ts
@@ -2,7 +2,7 @@
/* eslint-disable @typescript-eslint/ban-types */
import {
CreateServerContextParams,
- RequestContext,
+ ProcessContext,
ServerContext,
ServiceMapping,
ServiceMappingIndex,
@@ -11,6 +11,12 @@ import {
import { IEntity } from "@open-system/core-server-domain/types";
import { ArrayElement } from "@open-system/core-shared-utilities";
import { MergedScalars } from "@pothos/core";
+import { FetchAPI, PromiseOrValue, YogaInitialContext } from "graphql-yoga";
+import {
+ GraphiQLOptions,
+ GraphiQLOptionsOrFactory
+} from "graphql-yoga/typings/plugins/use-graphiql";
+import { YogaSchemaDefinition } from "graphql-yoga/typings/plugins/use-schema";
export interface PageCursor {
cursor: string;
@@ -127,7 +133,7 @@ export interface GraphQLHandlerOptions {
release: string;
}
-export type GraphQLRequestContext = RequestContext & {
+export type GraphQLRequestContext = ProcessContext & {
operation: string;
data: TRequestData;
};
@@ -138,14 +144,14 @@ export type GraphQLServerContext<
TRequestData = any
> = ServerContext & {
request: GraphQLRequestContext;
-};
+} & YogaInitialContext;
export type CreateGraphQLServerContextParams<
TUser extends UserContext = UserContext,
TRequestData = any
> = CreateServerContextParams & {
- operation: string;
- data: TRequestData;
+ operation?: string;
+ data?: TRequestData;
};
export type ServicePluginParams<
@@ -171,11 +177,49 @@ export type CreateGraphQLServerPluginsParams<
export type CreateGraphQLHandlerParams<
TEntities extends Array = Array,
TUser extends UserContext = UserContext,
+ TServerContext extends GraphQLServerContext<
+ TEntities,
+ TUser
+ > = GraphQLServerContext,
TRequestData = any
> = CreateGraphQLServerContextParams &
- CreateGraphQLServerPluginsParams;
+ CreateGraphQLServerPluginsParams & {
+ /**
+ * Whether the landing page should be shown.
+ */
+ landingPage?: boolean | undefined;
+
+ /**
+ * GraphiQL options
+ *
+ * @default true
+ */
+ graphiql?: GraphiQLOptionsOrFactory | undefined;
+
+ renderGraphiQL?:
+ | ((options?: GraphiQLOptions) => PromiseOrValue)
+ | undefined;
+
+ schema?: YogaSchemaDefinition | undefined;
+
+ fetchAPI?: Partial> | undefined;
+
+ /**
+ * GraphQL Multipart Request spec support
+ *
+ * @see /~https://github.com/jaydenseric/graphql-multipart-request-spec
+ *
+ * @default true
+ */
+ multipart?: boolean | undefined;
+ };
export interface CacheStore {
get(key: string): T | undefined;
set(key: string, value: T): void;
}
+
+export interface ResolvedGlobalId {
+ type: string;
+ id: string;
+}
diff --git a/libs/core/typescript/server/pino-logging/src/pino-logger.ts b/libs/core/typescript/server/pino-logging/src/pino-logger.ts
index e7d3cc5ff..a5a51e13d 100644
--- a/libs/core/typescript/server/pino-logging/src/pino-logger.ts
+++ b/libs/core/typescript/server/pino-logging/src/pino-logger.ts
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { EnvManager } from "@open-system/core-shared-env/env-manager";
import { Provider } from "@open-system/core-shared-injection";
-import { Logger } from "@open-system/core-shared-utilities";
+import { Logger, formatDate } from "@open-system/core-shared-utilities";
import pino from "pino";
@Provider(Logger)
@@ -11,28 +11,36 @@ export class PinoLogger extends Logger {
constructor(private readonly env: EnvManager, _name = "root") {
super(_name);
- this.#logger = pino({
- level: this.env.get("LOG_LEVEL") ?? "info",
- formatters: {
- level: label => {
- return { level: label.toUpperCase() };
+ this.#logger = pino(
+ {
+ level: this.env.get("LOG_LEVEL") ?? "info",
+ formatters: {
+ level: label => {
+ return { level: label.toUpperCase() };
+ }
+ },
+ errorKey: "error",
+ transport: {
+ target: "pino-pretty",
+ options: {
+ colorize: true,
+ colorizeObjects: true,
+ errorLikeObjectKeys: ["err", "error", "exception"],
+ messageKey: "msg",
+ messageFormat:
+ "[{time}] {levelLabel} ({if pid}{pid} - {end}{req.url}): {msg}",
+ singleLine: false,
+ hideObject: false
+ }
}
},
- errorKey: "error",
- transport: {
- target: "pino-pretty",
- options: {
- colorize: true,
- colorizeObjects: true,
- errorLikeObjectKeys: ["err", "error", "exception"],
- messageKey: "msg",
- messageFormat:
- "[{time}] {levelLabel} ({if pid}{pid} - {end}{req.url}): {msg}",
- singleLine: false,
- hideObject: false
- }
- }
- });
+ pino.destination({
+ dest: `/logs/${formatDate().replaceAll("/", "-")}`,
+ minLength: 4096,
+ sync: false
+ })
+ );
+ this.#logger.debug(`Logging has been initialized - ${_name}`);
}
/**
diff --git a/libs/core/typescript/server/utilities/src/create-hash.ts b/libs/core/typescript/server/utilities/src/create-hash.ts
index c8f20e51e..6950e7a18 100644
--- a/libs/core/typescript/server/utilities/src/create-hash.ts
+++ b/libs/core/typescript/server/utilities/src/create-hash.ts
@@ -7,3 +7,171 @@ export const createSHA256Hash = (value: string): string => {
export const createMD5Hash = (value: string): string => {
return createHash("md5").update(value, "utf8").digest("hex");
};
+
+export type Base64String = string;
+
+export function base64(input: string): Base64String {
+ const utf8Array = stringToUTF8Array(input);
+ let result = "";
+
+ const length = utf8Array.length;
+ const rest = length % 3;
+ for (let i = 0; i < length - rest; i += 3) {
+ const a = utf8Array[i];
+ const b = utf8Array[i + 1];
+ const c = utf8Array[i + 2];
+
+ result += first6Bits(a);
+ result += last2BitsAndFirst4Bits(a, b);
+ result += last4BitsAndFirst2Bits(b, c);
+ result += last6Bits(c);
+ }
+
+ if (rest === 1) {
+ const a = utf8Array[length - 1];
+ result += first6Bits(a) + last2BitsAndFirst4Bits(a, 0) + "==";
+ } else if (rest === 2) {
+ const a = utf8Array[length - 2];
+ const b = utf8Array[length - 1];
+ result +=
+ first6Bits(a) +
+ last2BitsAndFirst4Bits(a, b) +
+ last4BitsAndFirst2Bits(b, 0) +
+ "=";
+ }
+
+ return result;
+}
+
+function first6Bits(a: number): string {
+ return toBase64Char((a >> 2) & 63);
+}
+
+function last2BitsAndFirst4Bits(a: number, b: number): string {
+ return toBase64Char(((a << 4) | (b >> 4)) & 63);
+}
+
+function last4BitsAndFirst2Bits(b: number, c: number): string {
+ return toBase64Char(((b << 2) | (c >> 6)) & 63);
+}
+
+function last6Bits(c: number): string {
+ return toBase64Char(c & 63);
+}
+
+export function unbase64(input: Base64String): string {
+ const utf8Array = [];
+
+ for (let i = 0; i < input.length; i += 4) {
+ const a = fromBase64Char(input[i]);
+ const b = fromBase64Char(input[i + 1]);
+ const c = fromBase64Char(input[i + 2]);
+ const d = fromBase64Char(input[i + 3]);
+
+ if (a === -1 || b === -1 || c === -1 || d === -1) {
+ /*
+ * Previously we used Node's API for parsing Base64 and following code
+ * Buffer.from(i, 'utf8').toString('base64')
+ * That silently ignored incorrect input and returned empty string instead
+ * Let's keep this behaviour for a time being and hopefully fix it in the future.
+ */
+ return "";
+ }
+
+ const bitmap24 = (a << 18) | (b << 12) | (c << 6) | d;
+ utf8Array.push((bitmap24 >> 16) & 255);
+ utf8Array.push((bitmap24 >> 8) & 255);
+ utf8Array.push(bitmap24 & 255);
+ }
+
+ let paddingIndex = input.length - 1;
+ while (input[paddingIndex] === "=") {
+ --paddingIndex;
+ utf8Array.pop();
+ }
+
+ return utf8ArrayToString(utf8Array);
+}
+
+const b64CharacterSet =
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
+
+function toBase64Char(bitMap6: number): string {
+ return b64CharacterSet.charAt(bitMap6);
+}
+
+function fromBase64Char(base64Char: string | undefined): number {
+ if (base64Char === undefined) {
+ return -1;
+ }
+ return base64Char === "=" ? 0 : b64CharacterSet.indexOf(base64Char);
+}
+
+function stringToUTF8Array(input: string): Array {
+ const result = [];
+ for (const utfChar of input) {
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
+ const code = utfChar.codePointAt(0)!;
+ if (code < 0x80) {
+ result.push(code);
+ } else if (code < 0x800) {
+ result.push(0xc0 | (code >> 6));
+ result.push(0x80 | (code & 0x3f));
+ } else if (code < 0x10000) {
+ result.push(0xe0 | (code >> 12));
+ result.push(0x80 | ((code >> 6) & 0x3f));
+ result.push(0x80 | (code & 0x3f));
+ } else {
+ result.push(0xf0 | (code >> 18));
+ result.push(0x80 | ((code >> 12) & 0x3f));
+ result.push(0x80 | ((code >> 6) & 0x3f));
+ result.push(0x80 | (code & 0x3f));
+ }
+ }
+ return result;
+}
+
+function utf8ArrayToString(input: Array) {
+ let result = "";
+ for (let i = 0; i < input.length; ) {
+ const a = input[i++];
+ if ((a & 0x80) === 0) {
+ result += fromCodePoint(a);
+ continue;
+ }
+
+ const b = input[i++];
+ if ((a & 0xe0) === 0xc0) {
+ result += fromCodePoint(((a & 0x1f) << 6) | (b & 0x3f));
+ continue;
+ }
+
+ const c = input[i++];
+ if ((a & 0xf0) === 0xe0) {
+ result += fromCodePoint(
+ ((a & 0x0f) << 12) | ((b & 0x3f) << 6) | (c & 0x3f)
+ );
+ continue;
+ }
+
+ const d = input[i++];
+ result += fromCodePoint(
+ ((a & 0x07) << 18) | ((b & 0x3f) << 12) | ((c & 0x3f) << 6) | (d & 0x3f)
+ );
+ }
+
+ return result;
+}
+
+function fromCodePoint(code: number): string {
+ if (code > 0x10ffff) {
+ /*
+ * Previously we used Node's API for parsing Base64 and following code
+ * Buffer.from(i, 'base64').toString('utf8')
+ * That silently ignored incorrect input and returned empty string instead
+ * Let's keep this behaviour for a time being and hopefully fix it in the future.
+ */
+ return "";
+ }
+ return String.fromCodePoint(code);
+}
diff --git a/libs/core/typescript/server/utilities/src/index.ts b/libs/core/typescript/server/utilities/src/index.ts
index 54338c5d6..f3beb6aee 100644
--- a/libs/core/typescript/server/utilities/src/index.ts
+++ b/libs/core/typescript/server/utilities/src/index.ts
@@ -5,4 +5,6 @@ export * from "./execute";
export * from "./exists";
export * from "./file-path-fns";
export * from "./http-fns";
+export * from "./mutex";
export * from "./package-fns";
+
diff --git a/libs/core/typescript/server/utilities/src/mutex.ts b/libs/core/typescript/server/utilities/src/mutex.ts
new file mode 100644
index 000000000..a99b81677
--- /dev/null
+++ b/libs/core/typescript/server/utilities/src/mutex.ts
@@ -0,0 +1,136 @@
+import { Provider } from "@open-system/core-shared-injection";
+// import Redlock, { ResourceLockedError } from 'redlock';
+import { Logger } from "@open-system/core-shared-utilities/logging";
+// import type { Redis } from './redis';
+// import { REDIS_INSTANCE } from './redis';
+
+export interface MutexLockOptions {
+ signal: AbortSignal;
+ /**
+ * The lock duration in milliseconds. Beware that the duration
+ * is how long is the lock held, not the acquire timeout.
+ *
+ * Note that the lock will be auto-extended by the duration all
+ * the way until released (unlocked).
+ *
+ * @default 10_000
+ */
+ duration?: number;
+ /**
+ * How many times is the lock acquire retried before failing.
+ *
+ * @default 60
+ */
+ retries?: number;
+ /**
+ * How long to wait between lock acquire retries in milliseconds.
+ *
+ * The total lock timeout is then retries multiplied by the retryDelay.
+ * For example: 60 (retries) * 1000ms (retryDelay) = 1min.
+ *
+ * @default 1000
+ */
+ retryDelay?: number;
+ /**
+ * The minimum remaining time in milliseconds on the lock before auto-extension.
+ *
+ * @default 500
+ */
+ autoExtendThreshold?: number;
+}
+
+@Provider()
+export class Mutex {
+ private redlock: any; // Redlock;
+
+ constructor(private logger: Logger, redis: any /*Redis*/) {
+ // this.logger = logger.child({ service: "Mutex" });
+ this.redlock = {} as any; //new Redlock([redis]);
+ this.redlock.on("error", err => {
+ // these errors will be reported directly by the locking mechanism
+ if (err instanceof Error /*ResourceLockedError*/) {
+ return;
+ }
+ this.logger.error(err);
+ });
+ }
+
+ public lock(
+ id: string,
+ {
+ signal,
+ duration = 10_000,
+ retries = 60,
+ retryDelay = 1000,
+ autoExtendThreshold = 500
+ }: MutexLockOptions
+ ): Promise<() => void> {
+ return new Promise((acquired, notAcquired) => {
+ this.logger.debug("Acquiring lock (id=%s)", id);
+
+ let unlock!: () => void;
+ const l = Promise.race([
+ new Promise(resolve => {
+ signal.addEventListener(
+ "abort",
+ () => {
+ this.logger.warn("Lock aborted (id=%s)", id);
+ // reject lock acquire
+ notAcquired(new Error("Locking aborted"));
+ // but resolve lock (so that redlock releases)
+ resolve();
+ },
+ { once: true }
+ );
+ }),
+ new Promise(resolve => (unlock = resolve))
+ ]);
+
+ this.redlock
+ .using(
+ [id],
+ duration,
+ {
+ retryCount: retries,
+ retryDelay,
+ automaticExtensionThreshold: autoExtendThreshold
+ },
+ autoExtensionFailSignal => {
+ autoExtensionFailSignal.addEventListener(
+ "abort",
+ event => {
+ // TODO: how to bubble this to the caller? the lock is basically released at this point
+ this.logger.error(
+ "Lock auto-extension failed (id=%s, event=%s)",
+ id,
+ event
+ );
+ },
+ { once: true }
+ );
+ this.logger.debug("Lock acquired (id=%s)", id);
+ acquired(() => {
+ this.logger.debug("Releasing lock (id=%s)", id);
+ unlock();
+ });
+ return l;
+ }
+ )
+ // nothing in the lock usage throws, so the error can only be a failed acquire
+ .catch(notAcquired);
+ });
+ }
+
+ public async perform(
+ id: string,
+ opts: MutexLockOptions,
+ action: () => T | Promise
+ ): Promise {
+ const unlock = await this.lock(id, opts);
+ try {
+ return await action();
+ } finally {
+ unlock();
+ }
+ }
+}
diff --git a/libs/core/typescript/shared/utilities/src/errors/field-validation-error.ts b/libs/core/typescript/shared/utilities/src/errors/field-validation-error.ts
index 5a3edd936..7a3fdf1bb 100644
--- a/libs/core/typescript/shared/utilities/src/errors/field-validation-error.ts
+++ b/libs/core/typescript/shared/utilities/src/errors/field-validation-error.ts
@@ -10,6 +10,14 @@ import { BaseErrorCode } from "./error-codes";
* @extends {Error}
*/
export class FieldValidationError extends BaseError {
+ public static isFieldValidationError = (
+ error: unknown
+ ): error is FieldValidationError =>
+ BaseError.isBaseError(error) &&
+ (error as FieldValidationError)?.path &&
+ Array.isArray((error as FieldValidationError)?.path) &&
+ (error as FieldValidationError)?.path?.length > 0;
+
public override name = "Field Validation Error";
constructor(
diff --git a/package.json b/package.json
index 90cd62bb3..231899dbc 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"namespace": "@open-system",
"private": true,
"version": "0.0.0",
- "license": "BSD 2-Clause \"Simplified\" License",
+ "license": "Apache License 2.0",
"description": "🧪 This repository contains modern and scalable web application code, additional utility applications/tools, and various libraries 🧪",
"homepage": "https://sullivanpj.github.io/open-system/",
"repository": {
@@ -82,6 +82,7 @@
]
},
"dependencies": {
+ "@cloudflare/workers-types": "^4.20230904.0",
"@envelop/graphql-modules": "^5.0.0",
"@envelop/live-query": "^6.0.0",
"@envelop/sentry": "^6.0.0",
@@ -138,7 +139,6 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.22.5",
- "@cloudflare/workers-types": "^4.20230710.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@graphql-codegen/add": "^5.0.0",
@@ -200,8 +200,8 @@
"@swc-jotai/react-refresh": "^0.1.0",
"@swc-node/register": "^1.6.7",
"@swc/cli": "^0.1.62",
- "@swc/core": "^1.3.76",
- "@swc/helpers": "^0.5.1",
+ "@swc/core": "^1.3.83",
+ "@swc/helpers": "^0.5.2",
"@swc/jest": "^0.2.29",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
@@ -364,7 +364,36 @@
},
"pnpm": {
"patchedDependencies": {
- "@nx/js@16.7.0": "patches/@nx__js@16.7.0.patch"
+ "@nx/js@16.7.0": "patches/@nx__js@16.7.0.patch",
+ "@graphql-hive/client@0.24.1": "patches/@graphql-hive__client@0.24.1.patch",
+ "@graphql-hive/core@0.2.3": "patches/@graphql-hive__core@0.2.3.patch",
+ "@graphql-tools/graphql-file-loader@8.0.0": "patches/@graphql-tools__graphql-file-loader@8.0.0.patch",
+ "@graphql-tools/import@7.0.0": "patches/@graphql-tools__import@7.0.0.patch",
+ "@graphql-tools/load@8.0.0": "patches/@graphql-tools__load@8.0.0.patch",
+ "@nodelib/fs.walk@1.2.8": "patches/@nodelib__fs.walk@1.2.8.patch",
+ "fast-glob@3.3.1": "patches/fast-glob@3.3.1.patch",
+ "glob-parent@5.1.2": "patches/glob-parent@5.1.2.patch",
+ "globby@11.1.0": "patches/globby@11.1.0.patch",
+ "@nodelib/fs.stat@2.0.5": "patches/@nodelib__fs.stat@2.0.5.patch",
+ "@nodelib/fs.scandir@2.1.5": "patches/@nodelib__fs.scandir@2.1.5.patch",
+ "infisical-node@1.4.3": "patches/infisical-node@1.4.3.patch",
+ "merge2@1.4.1": "patches/merge2@1.4.1.patch",
+ "path-type@4.0.0": "patches/path-type@4.0.0.patch",
+ "resolve-from@5.0.0": "patches/resolve-from@5.0.0.patch"
}
+ },
+ "optionalDependencies": {
+ "@nx/nx-win32-x64-msvc": "^16.8.1",
+ "@swc/core-darwin-arm64": "^1.3.83",
+ "@swc/core-darwin-x64": "^1.3.83",
+ "@swc/core-linux-arm-gnueabihf": "^1.3.83",
+ "@swc/core-linux-arm64-gnu": "^1.3.83",
+ "@swc/core-linux-arm64-musl": "^1.3.83",
+ "@swc/core-linux-x64-gnu": "^1.3.83",
+ "@swc/core-linux-x64-musl": "^1.3.83",
+ "@swc/core-win32-arm64-msvc": "^1.3.83",
+ "@swc/core-win32-ia32-msvc": "^1.3.83",
+ "@swc/core-win32-x64-msvc": "^1.3.83",
+ "@swc/wasm": "^1.3.83"
}
}
diff --git a/patches/@graphql-hive__client@0.24.1.patch b/patches/@graphql-hive__client@0.24.1.patch
new file mode 100644
index 000000000..2bdfdaee9
--- /dev/null
+++ b/patches/@graphql-hive__client@0.24.1.patch
@@ -0,0 +1,69 @@
+diff --git a/cjs/apollo.js b/cjs/apollo.js
+index c51c0b472753be0abee08107d8326a17ad25c5ae..b92a4929195ddfc7f6fcd1d09b93cc31e0c19139 100644
+--- a/cjs/apollo.js
++++ b/cjs/apollo.js
+@@ -2,7 +2,7 @@
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.hiveApollo = exports.createSupergraphManager = exports.createSupergraphSDLFetcher = void 0;
+ const tslib_1 = require("tslib");
+-const crypto_1 = require("crypto");
++const crypto_1 = require("node:crypto");
+ const axios_1 = tslib_1.__importDefault(require("axios"));
+ const client_js_1 = require("./client.js");
+ const utils_js_1 = require("./internal/utils.js");
+diff --git a/cjs/gateways.js b/cjs/gateways.js
+index cad5a3ad5694fea08c700f1b70fde0638643490b..42965b28d837d4c93ebaf638b1238c22c807301f 100644
+--- a/cjs/gateways.js
++++ b/cjs/gateways.js
+@@ -2,7 +2,7 @@
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.createServicesFetcher = exports.createSchemaFetcher = void 0;
+ const tslib_1 = require("tslib");
+-const crypto_1 = require("crypto");
++const crypto_1 = require("node:crypto");
+ const axios_1 = tslib_1.__importDefault(require("axios"));
+ const version_js_1 = require("./version.js");
+ function createFetcher({ endpoint, key }) {
+diff --git a/cjs/internal/utils.js b/cjs/internal/utils.js
+index 915986cc687bdf20b186e0e1f6012e24c069d503..444acde0b6aa0a3b4ae5470e23594cbe960a9bf7 100644
+--- a/cjs/internal/utils.js
++++ b/cjs/internal/utils.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.logIf = exports.isHiveClient = exports.addProperty = exports.measureDuration = exports.cacheDocumentKey = exports.cache = exports.memo = exports.isAsyncIterable = exports.isAsyncIterableIterator = void 0;
+-const crypto_1 = require("crypto");
++const crypto_1 = require("node:crypto");
+ function isAsyncIterableIterator(value) {
+ return typeof (value === null || value === void 0 ? void 0 : value[Symbol.asyncIterator]) === 'function';
+ }
+diff --git a/esm/apollo.js b/esm/apollo.js
+index 092b52cfe514901cfcca353b710e7ea2a7abbcfb..30b0204837696b6d6ae09ddef6ca46005e71b0b9 100644
+--- a/esm/apollo.js
++++ b/esm/apollo.js
+@@ -1,4 +1,4 @@
+-import { createHash } from 'crypto';
++import { createHash } from 'node:crypto';
+ import axios from 'axios';
+ import { createHive } from './client.js';
+ import { isHiveClient } from './internal/utils.js';
+diff --git a/esm/gateways.js b/esm/gateways.js
+index 3ccaffea38f1847ac92a0cba47e23df77d543e49..4583c89150b1da3bf092827bfbc59c711f35a776 100644
+--- a/esm/gateways.js
++++ b/esm/gateways.js
+@@ -1,4 +1,4 @@
+-import { createHash } from 'crypto';
++import { createHash } from 'node:crypto';
+ import axios from 'axios';
+ import { version } from './version.js';
+ function createFetcher({ endpoint, key }) {
+diff --git a/esm/internal/utils.js b/esm/internal/utils.js
+index f1d575190d418791ba35f685f3f4ef7ca8fa1ea3..7e58ec2183b3f6e15b25aa80e8a67a6fa4bc1d14 100644
+--- a/esm/internal/utils.js
++++ b/esm/internal/utils.js
+@@ -1,4 +1,4 @@
+-import { createHash } from 'crypto';
++import { createHash } from 'node:crypto';
+ export function isAsyncIterableIterator(value) {
+ return typeof (value === null || value === void 0 ? void 0 : value[Symbol.asyncIterator]) === 'function';
+ }
diff --git a/patches/@graphql-hive__core@0.2.3.patch b/patches/@graphql-hive__core@0.2.3.patch
new file mode 100644
index 000000000..c2f09916d
--- /dev/null
+++ b/patches/@graphql-hive__core@0.2.3.patch
@@ -0,0 +1,23 @@
+diff --git a/cjs/hash.js b/cjs/hash.js
+index 1d51d8a6ad7e78330d09aa9bb4b82affa661ab40..d7022af654d392f6c5b386eab90a0d592a6c490a 100644
+--- a/cjs/hash.js
++++ b/cjs/hash.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.hashOperation = void 0;
+-const crypto_1 = require("crypto");
++const crypto_1 = require("node:crypto");
+ function hashOperation(operation) {
+ return (0, crypto_1.createHash)('md5').update(operation, 'utf8').digest('hex');
+ }
+diff --git a/esm/hash.js b/esm/hash.js
+index 6dd486fadad2e5ab76eb34b31c32f55fdd6fe13b..64009a75bdeb7d08574027ad1b1f74701a982b68 100644
+--- a/esm/hash.js
++++ b/esm/hash.js
+@@ -1,4 +1,4 @@
+-import { createHash } from 'crypto';
++import { createHash } from 'node:crypto';
+ export function hashOperation(operation) {
+ return createHash('md5').update(operation, 'utf8').digest('hex');
+ }
diff --git a/patches/@graphql-tools__graphql-file-loader@8.0.0.patch b/patches/@graphql-tools__graphql-file-loader@8.0.0.patch
new file mode 100644
index 000000000..7a3107c92
--- /dev/null
+++ b/patches/@graphql-tools__graphql-file-loader@8.0.0.patch
@@ -0,0 +1,25 @@
+diff --git a/cjs/index.js b/cjs/index.js
+index efeb61878ffaf40082b2fb73be862d3f9e3cffb6..3f31a5e3d786b5f150cd211afcf236e04fe7c16b 100644
+--- a/cjs/index.js
++++ b/cjs/index.js
+@@ -4,7 +4,7 @@ exports.GraphQLFileLoader = void 0;
+ const tslib_1 = require("tslib");
+ const utils_1 = require("@graphql-tools/utils");
+ const path_1 = require("path");
+-const fs_1 = require("fs");
++const fs_1 = require("node:fs");
+ const process_1 = require("process");
+ const import_1 = require("@graphql-tools/import");
+ const globby_1 = tslib_1.__importDefault(require("globby"));
+diff --git a/esm/index.js b/esm/index.js
+index 3e6f8cc209ed92ff07782c6122755553db940e09..f70c75f4c11ad2dc5829cc5d1295f220d8997da6 100644
+--- a/esm/index.js
++++ b/esm/index.js
+@@ -1,6 +1,6 @@
+ import { isValidPath, parseGraphQLSDL, asArray } from '@graphql-tools/utils';
+ import { isAbsolute, resolve } from 'path';
+-import { readFileSync, promises as fsPromises, existsSync } from 'fs';
++import { readFileSync, promises as fsPromises, existsSync } from 'node:fs';
+ import { cwd as processCwd, env } from 'process';
+ import { processImport } from '@graphql-tools/import';
+ import globby from 'globby';
diff --git a/patches/@graphql-tools__import@7.0.0.patch b/patches/@graphql-tools__import@7.0.0.patch
new file mode 100644
index 000000000..3f8e2529f
--- /dev/null
+++ b/patches/@graphql-tools__import@7.0.0.patch
@@ -0,0 +1,24 @@
+diff --git a/cjs/index.js b/cjs/index.js
+index e956d0de17bc4f52ea8fd99dd7c6c623751994ac..d4c98341d01ed955b258974e6b41d988cde46abe 100644
+--- a/cjs/index.js
++++ b/cjs/index.js
+@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.parseImportLine = exports.extractImportLines = exports.processImports = exports.extractDependencies = exports.processImport = void 0;
+ const tslib_1 = require("tslib");
+ const graphql_1 = require("graphql");
+-const fs_1 = require("fs");
++const fs_1 = require("node:fs");
+ const path_1 = require("path");
+ const resolve_from_1 = tslib_1.__importDefault(require("resolve-from"));
+ const process_1 = require("process");
+diff --git a/esm/index.js b/esm/index.js
+index 6152ccbb764ecfcf225ec0d19f6af13ecaf49ca2..aacbff64c5cc5d7743f601f485f337f42caac092 100644
+--- a/esm/index.js
++++ b/esm/index.js
+@@ -1,5 +1,5 @@
+ import { Source, parse, Kind, print, } from 'graphql';
+-import { readFileSync, realpathSync } from 'fs';
++import { readFileSync, realpathSync } from 'node:fs';
+ import { dirname, join, isAbsolute } from 'path';
+ import resolveFrom from 'resolve-from';
+ import { cwd as cwdFactory } from 'process';
diff --git a/patches/@graphql-tools__load@8.0.0.patch b/patches/@graphql-tools__load@8.0.0.patch
new file mode 100644
index 000000000..3e403b3f5
--- /dev/null
+++ b/patches/@graphql-tools__load@8.0.0.patch
@@ -0,0 +1,49 @@
+diff --git a/cjs/load-typedefs/collect-sources.js b/cjs/load-typedefs/collect-sources.js
+index 7fb68e15b18f6b7570608434615238c2acc82b54..2ac2c68897291abffe6b76383831161b7b094bd9 100644
+--- a/cjs/load-typedefs/collect-sources.js
++++ b/cjs/load-typedefs/collect-sources.js
+@@ -30,7 +30,7 @@ const load_file_js_1 = require("./load-file.js");
+ const helpers_js_1 = require("../utils/helpers.js");
+ const custom_loader_js_1 = require("../utils/custom-loader.js");
+ const queue_js_1 = require("../utils/queue.js");
+-const module_1 = require("module");
++const module_1 = require("node:module");
+ const process_1 = require("process");
+ const CONCURRENCY_LIMIT = 50;
+ async function collectSources({ pointerOptionMap, options, }) {
+diff --git a/cjs/utils/custom-loader.js b/cjs/utils/custom-loader.js
+index 9e85c39f08fc7b9e568f727332f99c94815f6318..3dc843fd427f86beab552d50922742634e49b79f 100644
+--- a/cjs/utils/custom-loader.js
++++ b/cjs/utils/custom-loader.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.useCustomLoaderSync = exports.useCustomLoader = exports.getCustomLoaderByPath = void 0;
+-const module_1 = require("module");
++const module_1 = require("node:module");
+ const path_1 = require("path");
+ function getCustomLoaderByPath(path, cwd) {
+ try {
+diff --git a/esm/load-typedefs/collect-sources.js b/esm/load-typedefs/collect-sources.js
+index fadbab777cc041a0508c3c9b4244e86e42e4caaa..d35cf23c9737f63035453b778dd7b3fab9615d68 100644
+--- a/esm/load-typedefs/collect-sources.js
++++ b/esm/load-typedefs/collect-sources.js
+@@ -4,7 +4,7 @@ import { loadFile, loadFileSync } from './load-file.js';
+ import { stringToHash, useStack } from '../utils/helpers.js';
+ import { useCustomLoader, useCustomLoaderSync } from '../utils/custom-loader.js';
+ import { useQueue, useSyncQueue } from '../utils/queue.js';
+-import { createRequire } from 'module';
++import { createRequire } from 'node:module';
+ import { cwd, env } from 'process';
+ const CONCURRENCY_LIMIT = 50;
+ export async function collectSources({ pointerOptionMap, options, }) {
+diff --git a/esm/utils/custom-loader.js b/esm/utils/custom-loader.js
+index b5767b24f1bf29f74438ec1f9b953f408d1de5c7..a97877222f0e90d85959027663b1042614282b5e 100644
+--- a/esm/utils/custom-loader.js
++++ b/esm/utils/custom-loader.js
+@@ -1,4 +1,4 @@
+-import { createRequire } from 'module';
++import { createRequire } from 'node:module';
+ import { join as joinPaths } from 'path';
+ export function getCustomLoaderByPath(path, cwd) {
+ try {
diff --git a/patches/@nodelib__fs.scandir@2.1.5.patch b/patches/@nodelib__fs.scandir@2.1.5.patch
new file mode 100644
index 000000000..bba42032c
--- /dev/null
+++ b/patches/@nodelib__fs.scandir@2.1.5.patch
@@ -0,0 +1,51 @@
+diff --git a/out/adapters/fs.js b/out/adapters/fs.js
+index f0fe022023e6dfd5b56c33f2bac6d2d3b180e1c5..55dc04535ef46370130d7022d9418bde4d26e2c9 100644
+--- a/out/adapters/fs.js
++++ b/out/adapters/fs.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
+-const fs = require("fs");
++const fs = require("node:fs");
+ exports.FILE_SYSTEM_ADAPTER = {
+ lstat: fs.lstat,
+ stat: fs.stat,
+diff --git a/out/types/index.d.ts b/out/types/index.d.ts
+index f326c5e5e41f3288779c97c777e782e5642aed1f..f5b546daaa0d5571c4401e8e385fdd354a1c8af7 100644
+--- a/out/types/index.d.ts
++++ b/out/types/index.d.ts
+@@ -1,20 +1,20 @@
+ ///
+-import type * as fs from 'fs';
++import type * as fs from "node:fs";
+ export interface Entry {
+- dirent: Dirent;
+- name: string;
+- path: string;
+- stats?: Stats;
++ dirent: Dirent;
++ name: string;
++ path: string;
++ stats?: Stats;
+ }
+ export declare type Stats = fs.Stats;
+ export declare type ErrnoException = NodeJS.ErrnoException;
+ export interface Dirent {
+- isBlockDevice: () => boolean;
+- isCharacterDevice: () => boolean;
+- isDirectory: () => boolean;
+- isFIFO: () => boolean;
+- isFile: () => boolean;
+- isSocket: () => boolean;
+- isSymbolicLink: () => boolean;
+- name: string;
++ isBlockDevice: () => boolean;
++ isCharacterDevice: () => boolean;
++ isDirectory: () => boolean;
++ isFIFO: () => boolean;
++ isFile: () => boolean;
++ isSocket: () => boolean;
++ isSymbolicLink: () => boolean;
++ name: string;
+ }
diff --git a/patches/@nodelib__fs.stat@2.0.5.patch b/patches/@nodelib__fs.stat@2.0.5.patch
new file mode 100644
index 000000000..10266b7df
--- /dev/null
+++ b/patches/@nodelib__fs.stat@2.0.5.patch
@@ -0,0 +1,54 @@
+diff --git a/out/adapters/fs.d.ts b/out/adapters/fs.d.ts
+index 3af759c95fb85c927bc8204a49c5eaca37d691d2..673b0218eaaf1fa574ced39854e6a9dd0927fe26 100644
+--- a/out/adapters/fs.d.ts
++++ b/out/adapters/fs.d.ts
+@@ -1,13 +1,18 @@
+ ///
+-import * as fs from 'fs';
+-import type { ErrnoException } from '../types';
+-export declare type StatAsynchronousMethod = (path: string, callback: (error: ErrnoException | null, stats: fs.Stats) => void) => void;
++import * as fs from "node:fs";
++import type { ErrnoException } from "../types";
++export declare type StatAsynchronousMethod = (
++ path: string,
++ callback: (error: ErrnoException | null, stats: fs.Stats) => void
++) => void;
+ export declare type StatSynchronousMethod = (path: string) => fs.Stats;
+ export interface FileSystemAdapter {
+- lstat: StatAsynchronousMethod;
+- stat: StatAsynchronousMethod;
+- lstatSync: StatSynchronousMethod;
+- statSync: StatSynchronousMethod;
++ lstat: StatAsynchronousMethod;
++ stat: StatAsynchronousMethod;
++ lstatSync: StatSynchronousMethod;
++ statSync: StatSynchronousMethod;
+ }
+ export declare const FILE_SYSTEM_ADAPTER: FileSystemAdapter;
+-export declare function createFileSystemAdapter(fsMethods?: Partial): FileSystemAdapter;
++export declare function createFileSystemAdapter(
++ fsMethods?: Partial
++): FileSystemAdapter;
+diff --git a/out/adapters/fs.js b/out/adapters/fs.js
+index 8dc08c8ca1f1c72aa9622352ca5d55f65198767d..bc60906d5e5b95b6f84c801fda06af4f967ac556 100644
+--- a/out/adapters/fs.js
++++ b/out/adapters/fs.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
+-const fs = require("fs");
++const fs = require("node:fs");
+ exports.FILE_SYSTEM_ADAPTER = {
+ lstat: fs.lstat,
+ stat: fs.stat,
+diff --git a/out/types/index.d.ts b/out/types/index.d.ts
+index 74c08ed2f7a1201d2e28453602b83241d83ade82..4ce70059ad9cd702d143df29b061bd94255af7dd 100644
+--- a/out/types/index.d.ts
++++ b/out/types/index.d.ts
+@@ -1,4 +1,4 @@
+ ///
+-import type * as fs from 'fs';
++import type * as fs from "node:fs";
+ export declare type Stats = fs.Stats;
+ export declare type ErrnoException = NodeJS.ErrnoException;
diff --git a/patches/@nodelib__fs.walk@1.2.8.patch b/patches/@nodelib__fs.walk@1.2.8.patch
new file mode 100644
index 000000000..17ab4602b
--- /dev/null
+++ b/patches/@nodelib__fs.walk@1.2.8.patch
@@ -0,0 +1,98 @@
+diff --git a/out/index.d.ts b/out/index.d.ts
+index 8864c7bff5d8cb4a3db399a957f5eb49031d3248..8ce42cce2a11e092d97257c832b2cf4a01ffc3f0 100644
+--- a/out/index.d.ts
++++ b/out/index.d.ts
+@@ -1,14 +1,45 @@
+ ///
+-import type { Readable } from 'stream';
+-import type { Dirent, FileSystemAdapter } from '@nodelib/fs.scandir';
+-import { AsyncCallback } from './providers/async';
+-import Settings, { DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction, Options } from './settings';
+-import type { Entry } from './types';
++import type { Readable } from "node:stream";
++import type { Dirent, FileSystemAdapter } from "@nodelib/fs.scandir";
++import { AsyncCallback } from "./providers/async";
++import Settings, {
++ DeepFilterFunction,
++ EntryFilterFunction,
++ ErrorFilterFunction,
++ Options,
++} from "./settings";
++import type { Entry } from "./types";
+ declare function walk(directory: string, callback: AsyncCallback): void;
+-declare function walk(directory: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void;
++declare function walk(
++ directory: string,
++ optionsOrSettings: Options | Settings,
++ callback: AsyncCallback
++): void;
+ declare namespace walk {
+- function __promisify__(directory: string, optionsOrSettings?: Options | Settings): Promise;
++ function __promisify__(
++ directory: string,
++ optionsOrSettings?: Options | Settings
++ ): Promise;
+ }
+-declare function walkSync(directory: string, optionsOrSettings?: Options | Settings): Entry[];
+-declare function walkStream(directory: string, optionsOrSettings?: Options | Settings): Readable;
+-export { walk, walkSync, walkStream, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, Options, DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction };
++declare function walkSync(
++ directory: string,
++ optionsOrSettings?: Options | Settings
++): Entry[];
++declare function walkStream(
++ directory: string,
++ optionsOrSettings?: Options | Settings
++): Readable;
++export {
++ walk,
++ walkSync,
++ walkStream,
++ Settings,
++ AsyncCallback,
++ Dirent,
++ Entry,
++ FileSystemAdapter,
++ Options,
++ DeepFilterFunction,
++ EntryFilterFunction,
++ ErrorFilterFunction,
++};
+diff --git a/out/providers/stream.d.ts b/out/providers/stream.d.ts
+index 294185f85dc59d2a40eec8b0fea2d87958e41cdf..4ec69369e2f80e3f7c41cbca87e64385e6f8bb3f 100644
+--- a/out/providers/stream.d.ts
++++ b/out/providers/stream.d.ts
+@@ -1,12 +1,12 @@
+ ///
+-import { Readable } from 'stream';
+-import AsyncReader from '../readers/async';
+-import type Settings from '../settings';
++import { Readable } from "node:stream";
++import AsyncReader from "../readers/async";
++import type Settings from "../settings";
+ export default class StreamProvider {
+- private readonly _root;
+- private readonly _settings;
+- protected readonly _reader: AsyncReader;
+- protected readonly _stream: Readable;
+- constructor(_root: string, _settings: Settings);
+- read(): Readable;
++ private readonly _root;
++ private readonly _settings;
++ protected readonly _reader: AsyncReader;
++ protected readonly _stream: Readable;
++ constructor(_root: string, _settings: Settings);
++ read(): Readable;
+ }
+diff --git a/out/providers/stream.js b/out/providers/stream.js
+index 51298b0f58f14b0c9b9f36061cdd0c0b950ba2f3..8f5f9b3aaaf638e98d5b9960806e16697e372b1c 100644
+--- a/out/providers/stream.js
++++ b/out/providers/stream.js
+@@ -1,6 +1,6 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+-const stream_1 = require("stream");
++const stream_1 = require("node:stream");
+ const async_1 = require("../readers/async");
+ class StreamProvider {
+ constructor(_root, _settings) {
diff --git a/patches/fast-glob@3.3.1.patch b/patches/fast-glob@3.3.1.patch
new file mode 100644
index 000000000..2fae05061
--- /dev/null
+++ b/patches/fast-glob@3.3.1.patch
@@ -0,0 +1,163 @@
+diff --git a/out/providers/stream.d.ts b/out/providers/stream.d.ts
+index 3d02a1f4449f3bcec071fa8fae106b0723350df3..0775287f0fced73c6c6b779ccf8551dd4ebe29d5 100644
+--- a/out/providers/stream.d.ts
++++ b/out/providers/stream.d.ts
+@@ -1,11 +1,11 @@
+ ///
+-import { Readable } from 'stream';
+-import { Task } from '../managers/tasks';
+-import ReaderStream from '../readers/stream';
+-import { ReaderOptions } from '../types';
+-import Provider from './provider';
++import { Readable } from "node:stream";
++import { Task } from "../managers/tasks";
++import ReaderStream from "../readers/stream";
++import { ReaderOptions } from "../types";
++import Provider from "./provider";
+ export default class ProviderStream extends Provider {
+- protected _reader: ReaderStream;
+- read(task: Task): Readable;
+- api(root: string, task: Task, options: ReaderOptions): Readable;
++ protected _reader: ReaderStream;
++ read(task: Task): Readable;
++ api(root: string, task: Task, options: ReaderOptions): Readable;
+ }
+diff --git a/out/providers/stream.js b/out/providers/stream.js
+index 85da62eba8abdbfba02b60b4beccf2648adffff9..969b245b4363d73f62dd0fa5c6465d243e640a33 100644
+--- a/out/providers/stream.js
++++ b/out/providers/stream.js
+@@ -1,6 +1,6 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+-const stream_1 = require("stream");
++const stream_1 = require("node:stream");
+ const stream_2 = require("../readers/stream");
+ const provider_1 = require("./provider");
+ class ProviderStream extends provider_1.default {
+diff --git a/out/readers/reader.d.ts b/out/readers/reader.d.ts
+index 2af16b670160a25810ab235d7a61cb962e10478f..6f65a6c3d259827eec271c161eb1ef1dee69c0b6 100644
+--- a/out/readers/reader.d.ts
++++ b/out/readers/reader.d.ts
+@@ -1,15 +1,15 @@
+ ///
+-import * as fs from 'fs';
+-import * as fsStat from '@nodelib/fs.stat';
+-import Settings from '../settings';
+-import { Entry, ErrnoException, Pattern, ReaderOptions } from '../types';
++import * as fs from "node:fs";
++import * as fsStat from "@nodelib/fs.stat";
++import Settings from "../settings";
++import { Entry, ErrnoException, Pattern, ReaderOptions } from "../types";
+ export default abstract class Reader {
+- protected readonly _settings: Settings;
+- protected readonly _fsStatSettings: fsStat.Settings;
+- constructor(_settings: Settings);
+- abstract dynamic(root: string, options: ReaderOptions): T;
+- abstract static(patterns: Pattern[], options: ReaderOptions): T;
+- protected _getFullEntryPath(filepath: string): string;
+- protected _makeEntry(stats: fs.Stats, pattern: Pattern): Entry;
+- protected _isFatalError(error: ErrnoException): boolean;
++ protected readonly _settings: Settings;
++ protected readonly _fsStatSettings: fsStat.Settings;
++ constructor(_settings: Settings);
++ abstract dynamic(root: string, options: ReaderOptions): T;
++ abstract static(patterns: Pattern[], options: ReaderOptions): T;
++ protected _getFullEntryPath(filepath: string): string;
++ protected _makeEntry(stats: fs.Stats, pattern: Pattern): Entry;
++ protected _isFatalError(error: ErrnoException): boolean;
+ }
+diff --git a/out/readers/stream.d.ts b/out/readers/stream.d.ts
+index 1c74cac6ed36df0309da97f6c88e21e939bd3a25..afd6fa861a79b61eff659ad834328f447f15134f 100644
+--- a/out/readers/stream.d.ts
++++ b/out/readers/stream.d.ts
+@@ -1,14 +1,14 @@
+ ///
+-import { Readable } from 'stream';
+-import * as fsStat from '@nodelib/fs.stat';
+-import * as fsWalk from '@nodelib/fs.walk';
+-import { Pattern, ReaderOptions } from '../types';
+-import Reader from './reader';
++import { Readable } from "node:stream";
++import * as fsStat from "@nodelib/fs.stat";
++import * as fsWalk from "@nodelib/fs.walk";
++import { Pattern, ReaderOptions } from "../types";
++import Reader from "./reader";
+ export default class ReaderStream extends Reader {
+- protected _walkStream: typeof fsWalk.walkStream;
+- protected _stat: typeof fsStat.stat;
+- dynamic(root: string, options: ReaderOptions): Readable;
+- static(patterns: Pattern[], options: ReaderOptions): Readable;
+- private _getEntry;
+- private _getStat;
++ protected _walkStream: typeof fsWalk.walkStream;
++ protected _stat: typeof fsStat.stat;
++ dynamic(root: string, options: ReaderOptions): Readable;
++ static(patterns: Pattern[], options: ReaderOptions): Readable;
++ private _getEntry;
++ private _getStat;
+ }
+diff --git a/out/readers/stream.js b/out/readers/stream.js
+index 317c6d5dbdcbd016bf58942e3f4d84c9c8a99997..7131fd0df1e618e39f7aa6021201a2f19197aec8 100644
+--- a/out/readers/stream.js
++++ b/out/readers/stream.js
+@@ -1,6 +1,6 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+-const stream_1 = require("stream");
++const stream_1 = require("node:stream");
+ const fsStat = require("@nodelib/fs.stat");
+ const fsWalk = require("@nodelib/fs.walk");
+ const reader_1 = require("./reader");
+diff --git a/out/settings.js b/out/settings.js
+index 23f916c8c5cd152e11f3abe612d3462f3e8119f3..91ba25cfb01f0e652de61167d46be680f49e4b79 100644
+--- a/out/settings.js
++++ b/out/settings.js
+@@ -1,8 +1,8 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
+-const fs = require("fs");
+-const os = require("os");
++const fs = require("node:fs");
++const os = require("node:os");
+ /**
+ * The `os.cpus` method can return zero. We expect the number of cores to be greater than zero.
+ * /~https://github.com/nodejs/node/blob/7faeddf23a98c53896f8b574a6e66589e8fb1eb8/lib/os.js#L106-L107
+diff --git a/out/utils/fs.d.ts b/out/utils/fs.d.ts
+index 64c61ce6c80a1c91cc82ba9b16abbf8684ef7a4c..438b58e6b09bb5d3f6722a97ba386bd9a81fcf0d 100644
+--- a/out/utils/fs.d.ts
++++ b/out/utils/fs.d.ts
+@@ -1,4 +1,7 @@
+ ///
+-import * as fs from 'fs';
+-import { Dirent } from '@nodelib/fs.walk';
+-export declare function createDirentFromStats(name: string, stats: fs.Stats): Dirent;
++import * as fs from "node:fs";
++import { Dirent } from "@nodelib/fs.walk";
++export declare function createDirentFromStats(
++ name: string,
++ stats: fs.Stats
++): Dirent;
+diff --git a/out/utils/path.js b/out/utils/path.js
+index 97a7b492ba371d89ad385dea967f788c506c27e7..9ae8b394fb15b99915e8e5a10299e412f13ad20e 100644
+--- a/out/utils/path.js
++++ b/out/utils/path.js
+@@ -1,7 +1,7 @@
+ "use strict";
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = void 0;
+-const os = require("os");
++const os = require("node:os");
+ const path = require("path");
+ const IS_WINDOWS_PLATFORM = os.platform() === 'win32';
+ const LEADING_DOT_SEGMENT_CHARACTERS_COUNT = 2; // ./ or .\\
+diff --git a/out/utils/stream.d.ts b/out/utils/stream.d.ts
+index 4daf9137fa88fdd8904731e8030a5e0ec9005c44..1413b4a19da1ee14b5805d0f9979aee24a9c6663 100644
+--- a/out/utils/stream.d.ts
++++ b/out/utils/stream.d.ts
+@@ -1,4 +1,4 @@
+ ///
+ ///
+-import { Readable } from 'stream';
++import { Readable } from "node:stream";
+ export declare function merge(streams: Readable[]): NodeJS.ReadableStream;
diff --git a/patches/glob-parent@5.1.2.patch b/patches/glob-parent@5.1.2.patch
new file mode 100644
index 000000000..daf96e971
--- /dev/null
+++ b/patches/glob-parent@5.1.2.patch
@@ -0,0 +1,16 @@
+diff --git a/CHANGELOG.md b/CHANGELOG.md
+deleted file mode 100644
+index fb9de9618b9dd9a7e239c148fc60a55197ab8f6a..0000000000000000000000000000000000000000
+diff --git a/index.js b/index.js
+index 09e257ea306cd41c63cc1a59a86653d098bda0f9..753b67aa37ce41f7165b85819803d692e2155285 100644
+--- a/index.js
++++ b/index.js
+@@ -2,7 +2,7 @@
+
+ var isGlob = require('is-glob');
+ var pathPosixDirname = require('path').posix.dirname;
+-var isWin32 = require('os').platform() === 'win32';
++var isWin32 = require('node:os').platform() === 'win32';
+
+ var slash = '/';
+ var backslash = /\\/g;
diff --git a/patches/globby@11.1.0.patch b/patches/globby@11.1.0.patch
new file mode 100644
index 000000000..030ff1685
--- /dev/null
+++ b/patches/globby@11.1.0.patch
@@ -0,0 +1,34 @@
+diff --git a/gitignore.js b/gitignore.js
+index 2f77baaaaa5b1316224b7d0e43bdd428d79c41f7..4616b91e4aecb082fa510a62bc013ce0ccdd09d2 100644
+--- a/gitignore.js
++++ b/gitignore.js
+@@ -1,6 +1,6 @@
+ 'use strict';
+ const {promisify} = require('util');
+-const fs = require('fs');
++const fs = require('node:fs');
+ const path = require('path');
+ const fastGlob = require('fast-glob');
+ const gitIgnore = require('ignore');
+diff --git a/index.js b/index.js
+index b2d503bb15ea6b41cd1212a844bfeb84b6da6822..6598d574063168b510df607cba8da197d1147064 100644
+--- a/index.js
++++ b/index.js
+@@ -1,5 +1,5 @@
+ 'use strict';
+-const fs = require('fs');
++const fs = require('node:fs');
+ const arrayUnion = require('array-union');
+ const merge2 = require('merge2');
+ const fastGlob = require('fast-glob');
+diff --git a/stream-utils.js b/stream-utils.js
+index 98aedc896fd281076600ccd39409328a45447260..88479c11eb00f5adb0b4ed2b6559bcf70c7cbbad 100644
+--- a/stream-utils.js
++++ b/stream-utils.js
+@@ -1,5 +1,5 @@
+ 'use strict';
+-const {Transform} = require('stream');
++const {Transform} = require('node:stream');
+
+ class ObjectTransform extends Transform {
+ constructor() {
diff --git a/patches/infisical-node@1.4.3.patch b/patches/infisical-node@1.4.3.patch
new file mode 100644
index 000000000..c873175ac
--- /dev/null
+++ b/patches/infisical-node@1.4.3.patch
@@ -0,0 +1,304 @@
+diff --git a/lib/utils/crypto.js b/lib/utils/crypto.js
+index 626e882e1de415e0351fd3f7b28881076d589a30..3c0d389449e0a29b99620f7db5ecddd62f332f14 100644
+--- a/lib/utils/crypto.js
++++ b/lib/utils/crypto.js
+@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
+ };
+ Object.defineProperty(exports, "__esModule", { value: true });
+ exports.decryptSymmetric128BitHexKeyUTF8 = exports.encryptSymmetric128BitHexKeyUTF8 = exports.decryptSymmetric = exports.encryptSymmetric = exports.createSymmetricKey = exports.decryptAsymmetric = exports.encryptAsymmetric = void 0;
+-var crypto = __importStar(require("crypto"));
++var crypto = __importStar(require("node:crypto"));
+ var nacl = __importStar(require("tweetnacl"));
+ var util = __importStar(require("tweetnacl-util"));
+ var variables_1 = require("../variables");
+diff --git a/src/utils/crypto.ts b/src/utils/crypto.ts
+index fb1fda396154c782ef9c45f89614515d8a002a91..d24e672f6f7c6c142ed9bd6a1f67a7446bf5e7f8 100644
+--- a/src/utils/crypto.ts
++++ b/src/utils/crypto.ts
+@@ -1,23 +1,23 @@
+-import * as crypto from 'crypto';
+-import * as nacl from 'tweetnacl';
+-import * as util from 'tweetnacl-util';
+-import {
+- IEncryptAsymmetricInput,
+- IEncryptSymmetric128BitHexKeyUTF8Input,
+- IEncryptSymmetricInput,
+- IEncryptSymmetricOutput,
+- IDecryptAsymmetricInput,
+- IDecryptSymmetric128BitHexKeyUTF8Input,
+- IDecryptSymmetricInput
+-} from '../types/utils';
++import * as crypto from "node:crypto";
++import * as nacl from "tweetnacl";
++import * as util from "tweetnacl-util";
+ import {
+- IV_BYTES_SIZE,
+- SYMMETRIC_KEY_BYTES_SIZE,
+- ALGORITHM_AES_256_GCM,
+- ENCODING_SCHEME_BASE64,
+- ENCODING_SCHEME_HEX,
+- ENCODING_SCHEME_UTF8
+-} from '../variables';
++ IEncryptAsymmetricInput,
++ IEncryptSymmetric128BitHexKeyUTF8Input,
++ IEncryptSymmetricInput,
++ IEncryptSymmetricOutput,
++ IDecryptAsymmetricInput,
++ IDecryptSymmetric128BitHexKeyUTF8Input,
++ IDecryptSymmetricInput,
++} from "../types/utils";
++import {
++ IV_BYTES_SIZE,
++ SYMMETRIC_KEY_BYTES_SIZE,
++ ALGORITHM_AES_256_GCM,
++ ENCODING_SCHEME_BASE64,
++ ENCODING_SCHEME_HEX,
++ ENCODING_SCHEME_UTF8,
++} from "../variables";
+
+ /**
+ * Return assymmetrically encrypted [plaintext] using [publicKey] where
+@@ -30,19 +30,23 @@ import {
+ * @returns {String} ciphertext - base64-encoded ciphertext
+ * @returns {String} nonce - base64-encoded nonce
+ */
+-export const encryptAsymmetric = ({ plaintext, publicKey, privateKey }: IEncryptAsymmetricInput) => {
+- const nonce = nacl.randomBytes(24);
+- const ciphertext = nacl.box(
+- util.decodeUTF8(plaintext),
+- nonce,
+- util.decodeBase64(publicKey),
+- util.decodeBase64(privateKey)
+- );
+-
+- return {
+- ciphertext: util.encodeBase64(ciphertext),
+- nonce: util.encodeBase64(nonce)
+- };
++export const encryptAsymmetric = ({
++ plaintext,
++ publicKey,
++ privateKey,
++}: IEncryptAsymmetricInput) => {
++ const nonce = nacl.randomBytes(24);
++ const ciphertext = nacl.box(
++ util.decodeUTF8(plaintext),
++ nonce,
++ util.decodeBase64(publicKey),
++ util.decodeBase64(privateKey)
++ );
++
++ return {
++ ciphertext: util.encodeBase64(ciphertext),
++ nonce: util.encodeBase64(nonce),
++ };
+ };
+
+ /**
+@@ -55,19 +59,25 @@ export const encryptAsymmetric = ({ plaintext, publicKey, privateKey }: IEncrypt
+ * @param {String} obj.privateKey - private key of the receiver (current user)
+ * @param {String} plaintext - UTF8 plaintext
+ */
+-export const decryptAsymmetric = ({ ciphertext, nonce, publicKey, privateKey }: IDecryptAsymmetricInput) => nacl.box.open(
+- util.decodeBase64(ciphertext),
+- util.decodeBase64(nonce),
+- util.decodeBase64(publicKey),
+- util.decodeBase64(privateKey)
+-);
++export const decryptAsymmetric = ({
++ ciphertext,
++ nonce,
++ publicKey,
++ privateKey,
++}: IDecryptAsymmetricInput) =>
++ nacl.box.open(
++ util.decodeBase64(ciphertext),
++ util.decodeBase64(nonce),
++ util.decodeBase64(publicKey),
++ util.decodeBase64(privateKey)
++ );
+
+ /**
+- * Return new base64-encoded, 256-bit symmetric key
++ * Return new base64-encoded, 256-bit symmetric key
+ * @returns {String} key - new symmetric key
+ */
+-export const createSymmetricKey = (): string =>
+- crypto.randomBytes(SYMMETRIC_KEY_BYTES_SIZE).toString('base64');
++export const createSymmetricKey = (): string =>
++ crypto.randomBytes(SYMMETRIC_KEY_BYTES_SIZE).toString("base64");
+
+ /**
+ * Return symmetrically encrypted [plaintext] using [key].
+@@ -80,23 +90,22 @@ export const createSymmetricKey = (): string =>
+ * @returns {String} obj.tag (base64) tag
+ */
+ export const encryptSymmetric = ({
+- plaintext,
+- key
++ plaintext,
++ key,
+ }: IEncryptSymmetricInput): IEncryptSymmetricOutput => {
+-
+- const iv = crypto.randomBytes(IV_BYTES_SIZE);
++ const iv = crypto.randomBytes(IV_BYTES_SIZE);
+
+- const secretKey = crypto.createSecretKey(key, 'base64');
+- const cipher = crypto.createCipheriv(ALGORITHM_AES_256_GCM, secretKey, iv);
++ const secretKey = crypto.createSecretKey(key, "base64");
++ const cipher = crypto.createCipheriv(ALGORITHM_AES_256_GCM, secretKey, iv);
+
+- let ciphertext = cipher.update(plaintext, 'utf8', 'base64');
+- ciphertext += cipher.final('base64');
++ let ciphertext = cipher.update(plaintext, "utf8", "base64");
++ ciphertext += cipher.final("base64");
+
+- return {
+- ciphertext,
+- iv: iv.toString('base64'),
+- tag: cipher.getAuthTag().toString('base64')
+- };
++ return {
++ ciphertext,
++ iv: iv.toString("base64"),
++ tag: cipher.getAuthTag().toString("base64"),
++ };
+ };
+
+ /**
+@@ -110,35 +119,34 @@ export const encryptSymmetric = ({
+ * @returns {String} cleartext - (utf8) the deciphered ciphertext
+ */
+ export const decryptSymmetric = ({
+- ciphertext,
+- iv,
+- tag,
+- key
++ ciphertext,
++ iv,
++ tag,
++ key,
+ }: IDecryptSymmetricInput): string => {
++ const secretKey = crypto.createSecretKey(key, "base64");
+
+- const secretKey = crypto.createSecretKey(key, 'base64');
+-
+- const decipher = crypto.createDecipheriv(
+- ALGORITHM_AES_256_GCM,
+- secretKey,
+- Buffer.from(iv, 'base64')
+- );
++ const decipher = crypto.createDecipheriv(
++ ALGORITHM_AES_256_GCM,
++ secretKey,
++ Buffer.from(iv, "base64")
++ );
+
+- decipher.setAuthTag(Buffer.from(tag, 'base64'));
++ decipher.setAuthTag(Buffer.from(tag, "base64"));
+
+- let cleartext = decipher.update(ciphertext, 'base64', 'utf8');
+- cleartext += decipher.final('utf8');
++ let cleartext = decipher.update(ciphertext, "base64", "utf8");
++ cleartext += decipher.final("utf8");
+
+- return cleartext;
++ return cleartext;
+ };
+
+ /**
+ * Return symmetrically encrypted [plaintext] using [key].
+- *
++ *
+ * NOTE: THIS FUNCTION SHOULD NOT BE USED FOR ALL FUTURE
+ * ENCRYPTION OPERATIONS UNLESS IT TOUCHES OLD FUNCTIONALITY
+ * THAT USES IT.
+- *
++ *
+ * @param {Object} obj
+ * @param {String} obj.plaintext - (utf8) plaintext to encrypt
+ * @param {String} obj.key - (hex) 128-bit key
+@@ -147,42 +155,50 @@ export const decryptSymmetric = ({
+ * @returns {String} obj.iv (base64) iv
+ * @returns {String} obj.tag (base64) tag
+ */
+-export const encryptSymmetric128BitHexKeyUTF8 = ({ plaintext, key }: IEncryptSymmetric128BitHexKeyUTF8Input) => {
+- const ALGORITHM = 'aes-256-gcm';
+- const BLOCK_SIZE_BYTES = 16;
+-
+- const iv = crypto.randomBytes(BLOCK_SIZE_BYTES);
+- const cipher = crypto.createCipheriv(ALGORITHM, key, iv);
+-
+- let ciphertext = cipher.update(plaintext, 'utf8', 'base64');
+- ciphertext += cipher.final('base64');
+- return {
+- ciphertext,
+- iv: iv.toString('base64'),
+- tag: cipher.getAuthTag().toString('base64')
+- };
+-}
++export const encryptSymmetric128BitHexKeyUTF8 = ({
++ plaintext,
++ key,
++}: IEncryptSymmetric128BitHexKeyUTF8Input) => {
++ const ALGORITHM = "aes-256-gcm";
++ const BLOCK_SIZE_BYTES = 16;
++
++ const iv = crypto.randomBytes(BLOCK_SIZE_BYTES);
++ const cipher = crypto.createCipheriv(ALGORITHM, key, iv);
++
++ let ciphertext = cipher.update(plaintext, "utf8", "base64");
++ ciphertext += cipher.final("base64");
++ return {
++ ciphertext,
++ iv: iv.toString("base64"),
++ tag: cipher.getAuthTag().toString("base64"),
++ };
++};
+
+ /**
+ * Return symmetrically decrypted [ciphertext] using [iv], [tag],
+ * and [key].
+- *
++ *
+ * NOTE: THIS FUNCTION SHOULD NOT BE USED FOR ALL FUTURE
+ * DECRYPTION OPERATIONS UNLESS IT TOUCHES OLD FUNCTIONALITY
+ * THAT USES IT. USE decryptSymmetric() instead
+-*/
+-export const decryptSymmetric128BitHexKeyUTF8 = ({ ciphertext, iv, tag, key }: IDecryptSymmetric128BitHexKeyUTF8Input) => {
+- const ALGORITHM = 'aes-256-gcm';
+-
+- const decipher = crypto.createDecipheriv(
+- ALGORITHM,
+- key,
+- Buffer.from(iv, 'base64')
+- );
+- decipher.setAuthTag(Buffer.from(tag, 'base64'));
+-
+- let cleartext = decipher.update(ciphertext, 'base64', 'utf8');
+- cleartext += decipher.final('utf8');
+-
+- return cleartext;
+-}
+\ No newline at end of file
++ */
++export const decryptSymmetric128BitHexKeyUTF8 = ({
++ ciphertext,
++ iv,
++ tag,
++ key,
++}: IDecryptSymmetric128BitHexKeyUTF8Input) => {
++ const ALGORITHM = "aes-256-gcm";
++
++ const decipher = crypto.createDecipheriv(
++ ALGORITHM,
++ key,
++ Buffer.from(iv, "base64")
++ );
++ decipher.setAuthTag(Buffer.from(tag, "base64"));
++
++ let cleartext = decipher.update(ciphertext, "base64", "utf8");
++ cleartext += decipher.final("utf8");
++
++ return cleartext;
++};
diff --git a/patches/merge2@1.4.1.patch b/patches/merge2@1.4.1.patch
new file mode 100644
index 000000000..ec021cd6e
--- /dev/null
+++ b/patches/merge2@1.4.1.patch
@@ -0,0 +1,13 @@
+diff --git a/index.js b/index.js
+index 78a61edf0b2eef538732c89dbced53c82010a191..922d7f6c9ba0f44c08a20619476299906efa1707 100644
+--- a/index.js
++++ b/index.js
+@@ -6,7 +6,7 @@
+ * Copyright (c) 2014-2020 Teambition
+ * Licensed under the MIT license.
+ */
+-const Stream = require('stream')
++const Stream = require('node:stream')
+ const PassThrough = Stream.PassThrough
+ const slice = Array.prototype.slice
+
diff --git a/patches/path-type@4.0.0.patch b/patches/path-type@4.0.0.patch
new file mode 100644
index 000000000..98c902f08
--- /dev/null
+++ b/patches/path-type@4.0.0.patch
@@ -0,0 +1,12 @@
+diff --git a/index.js b/index.js
+index b8f34b24ef010719a0d1ec194bae0494a0289f49..e79745d1384d4dc1a478e69d14b8bc29effbf89a 100644
+--- a/index.js
++++ b/index.js
+@@ -1,6 +1,6 @@
+ 'use strict';
+ const {promisify} = require('util');
+-const fs = require('fs');
++const fs = require('node:fs');
+
+ async function isType(fsStatType, statsMethodName, filePath) {
+ if (typeof filePath !== 'string') {
diff --git a/patches/resolve-from@5.0.0.patch b/patches/resolve-from@5.0.0.patch
new file mode 100644
index 000000000..4b797f49b
--- /dev/null
+++ b/patches/resolve-from@5.0.0.patch
@@ -0,0 +1,14 @@
+diff --git a/index.js b/index.js
+index 44f291c1f0503fb3a98b77aceefe79533ea8f124..9db036e55f7d38b17def127eb38f9265595ed680 100644
+--- a/index.js
++++ b/index.js
+@@ -1,7 +1,7 @@
+ 'use strict';
+ const path = require('path');
+-const Module = require('module');
+-const fs = require('fs');
++const Module = require('node:module');
++const fs = require('node:fs');
+
+ const resolveFrom = (fromDirectory, moduleId, silent) => {
+ if (typeof fromDirectory !== 'string') {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fb72532f1..4cb15f2cf 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: "6.0"
+lockfileVersion: '6.0'
settings:
autoInstallPeers: true
@@ -8,55 +8,104 @@ overrides:
graphql: ^16.8.0
patchedDependencies:
- "@nx/js@16.7.0":
+ '@graphql-hive/client@0.24.1':
+ hash: o6eq5lfckgcclrw46njtxvpzhm
+ path: patches/@graphql-hive__client@0.24.1.patch
+ '@graphql-hive/core@0.2.3':
+ hash: a7qkdb3x3adza7ltiwcbxakcte
+ path: patches/@graphql-hive__core@0.2.3.patch
+ '@graphql-tools/graphql-file-loader@8.0.0':
+ hash: ommjebcewxw54ruoq3khd3f7b4
+ path: patches/@graphql-tools__graphql-file-loader@8.0.0.patch
+ '@graphql-tools/import@7.0.0':
+ hash: wdijfojqmvxuqhzve67lxjvvym
+ path: patches/@graphql-tools__import@7.0.0.patch
+ '@graphql-tools/load@8.0.0':
+ hash: exxcxxefaagayysm4sp7c4opby
+ path: patches/@graphql-tools__load@8.0.0.patch
+ '@nodelib/fs.scandir@2.1.5':
+ hash: tx54anyl5zksdn2wz2p5yian2a
+ path: patches/@nodelib__fs.scandir@2.1.5.patch
+ '@nodelib/fs.stat@2.0.5':
+ hash: w3yhvnop5hxlsxkq5yirbzmtze
+ path: patches/@nodelib__fs.stat@2.0.5.patch
+ '@nodelib/fs.walk@1.2.8':
+ hash: 3yzheb4pkipbdgftjxgmopnkd4
+ path: patches/@nodelib__fs.walk@1.2.8.patch
+ '@nx/js@16.7.0':
hash: wf7yovluhptdkw2qv3z2eburse
path: patches/@nx__js@16.7.0.patch
+ fast-glob@3.3.1:
+ hash: wq7w7k5hzaxinly3lzq6dm2j74
+ path: patches/fast-glob@3.3.1.patch
+ glob-parent@5.1.2:
+ hash: x5m7a7uswi2nqynchqprqqmlwy
+ path: patches/glob-parent@5.1.2.patch
+ globby@11.1.0:
+ hash: gplpbpehw32fud55fw3qc54d5y
+ path: patches/globby@11.1.0.patch
+ infisical-node@1.4.3:
+ hash: k4c2sstcv5r4gub5mucryqqjom
+ path: patches/infisical-node@1.4.3.patch
+ merge2@1.4.1:
+ hash: fssgnhe6qdoitu5xq556nzi7oi
+ path: patches/merge2@1.4.1.patch
+ path-type@4.0.0:
+ hash: t2y4p5c63ifj2lrtth34hk3bda
+ path: patches/path-type@4.0.0.patch
+ resolve-from@5.0.0:
+ hash: m2m3bwjrppw6uynhtumx2kikte
+ path: patches/resolve-from@5.0.0.patch
importers:
+
.:
dependencies:
- "@envelop/graphql-modules":
+ '@cloudflare/workers-types':
+ specifier: ^4.20230904.0
+ version: 4.20230904.0
+ '@envelop/graphql-modules':
specifier: ^5.0.0
version: 5.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.8.0)
- "@envelop/live-query":
+ '@envelop/live-query':
specifier: ^6.0.0
version: 6.0.0(@envelop/core@4.0.0)(graphql@16.8.0)
- "@envelop/sentry":
+ '@envelop/sentry':
specifier: ^6.0.0
version: 6.0.0(@envelop/core@4.0.0)(@sentry/node@7.64.0)(graphql@16.8.0)
- "@graphql-codegen/core":
+ '@graphql-codegen/core':
specifier: ^4.0.0
version: 4.0.0(graphql@16.8.0)
- "@graphql-yoga/plugin-response-cache":
+ '@graphql-yoga/plugin-response-cache':
specifier: ^2.1.0
version: 2.1.0(@envelop/core@4.0.0)(graphql-yoga@4.0.3)(graphql@16.8.0)
- "@heroicons/react":
+ '@heroicons/react':
specifier: ^2.0.18
version: 2.0.18(react@18.2.0)
- "@js-temporal/polyfill":
+ '@js-temporal/polyfill':
specifier: ^0.4.4
version: 0.4.4
- "@next/bundle-analyzer":
+ '@next/bundle-analyzer':
specifier: ^13.4.7
version: 13.4.7
- "@pothos/core":
+ '@pothos/core':
specifier: ^3.30.0
version: 3.30.0(graphql@16.8.0)
- "@vercel/analytics":
+ '@vercel/analytics':
specifier: ^1.0.1
version: 1.0.1
- "@vercel/edge-config":
+ '@vercel/edge-config':
specifier: ^0.2.1
version: 0.2.1
- "@vercel/otel":
+ '@vercel/otel':
specifier: ^0.3.0
version: 0.3.0
- "@wundergraph/react-relay":
+ '@wundergraph/react-relay':
specifier: ^0.4.0
version: 0.4.0(@wundergraph/sdk@0.174.0)(react-relay@15.0.0)(react@18.2.0)
- "@wundergraph/sdk":
+ '@wundergraph/sdk':
specifier: ^0.174.0
- version: 0.174.0(@swc/core@1.3.76)(react-native@0.72.4)
+ version: 0.174.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)(react-native@0.72.4)
attr-accept:
specifier: ^2.2.2
version: 2.2.2
@@ -165,254 +214,288 @@ importers:
zod-validation-error:
specifier: ^1.3.1
version: 1.3.1(zod@3.21.4)
+ optionalDependencies:
+ '@nx/nx-win32-x64-msvc':
+ specifier: ^16.8.1
+ version: 16.8.1
+ '@swc/core-darwin-arm64':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-darwin-x64':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-linux-arm-gnueabihf':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-linux-arm64-gnu':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-linux-arm64-musl':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-linux-x64-gnu':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-linux-x64-musl':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-win32-arm64-msvc':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-win32-ia32-msvc':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/core-win32-x64-msvc':
+ specifier: ^1.3.83
+ version: 1.3.83
+ '@swc/wasm':
+ specifier: ^1.3.83
+ version: 1.3.83
devDependencies:
- "@babel/core":
+ '@babel/core':
specifier: 7.22.10
version: 7.22.10
- "@babel/plugin-proposal-private-property-in-object":
+ '@babel/plugin-proposal-private-property-in-object':
specifier: ^7.21.11
version: 7.21.11(@babel/core@7.22.10)
- "@babel/preset-react":
+ '@babel/preset-react':
specifier: ^7.14.5
version: 7.14.5(@babel/core@7.22.10)
- "@babel/preset-typescript":
+ '@babel/preset-typescript':
specifier: 7.22.5
version: 7.22.5(@babel/core@7.22.10)
- "@cloudflare/workers-types":
- specifier: ^4.20230710.0
- version: 4.20230710.0
- "@commitlint/cli":
+ '@commitlint/cli':
specifier: ^17.6.1
- version: 17.6.1(@swc/core@1.3.76)
- "@commitlint/config-conventional":
+ version: 17.6.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)
+ '@commitlint/config-conventional':
specifier: ^17.6.1
version: 17.6.1
- "@graphql-codegen/add":
+ '@graphql-codegen/add':
specifier: ^5.0.0
version: 5.0.0(graphql@16.8.0)
- "@graphql-codegen/cli":
+ '@graphql-codegen/cli':
specifier: ^4.0.1
version: 4.0.1(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-codegen/graphql-modules-preset":
+ '@graphql-codegen/graphql-modules-preset':
specifier: ^4.0.1
version: 4.0.1(graphql@16.8.0)
- "@graphql-codegen/typescript":
+ '@graphql-codegen/typescript':
specifier: ^4.0.1
version: 4.0.1(graphql@16.8.0)
- "@graphql-codegen/typescript-resolvers":
+ '@graphql-codegen/typescript-resolvers':
specifier: ^4.0.1
version: 4.0.1(graphql@16.8.0)
- "@graphql-eslint/eslint-plugin":
+ '@graphql-eslint/eslint-plugin':
specifier: ^3.20.1
version: 3.20.1(@babel/core@7.22.10)(@types/node@20.3.3)(graphql@16.8.0)
- "@hookform/devtools":
+ '@hookform/devtools':
specifier: ^4.3.1
version: 4.3.1(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@manypkg/cli":
+ '@manypkg/cli':
specifier: ^0.21.0
version: 0.21.0
- "@mdx-js/react":
+ '@mdx-js/react':
specifier: 1.6.22
version: 1.6.22(react@18.2.0)
- "@nx-plus/docusaurus":
+ '@nx-plus/docusaurus':
specifier: ^15.0.0-rc.0
version: 15.0.0-rc.0(@nrwl/workspace@15.9.4)(nx@16.7.0)
- "@nx/cypress":
+ '@nx/cypress':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit':
specifier: 16.7.0
version: 16.7.0(nx@16.7.0)
- "@nx/esbuild":
+ '@nx/esbuild':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/eslint-plugin":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/eslint-plugin':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/jest":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/jest':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/js":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/js':
specifier: 16.7.0
- version: 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter":
+ version: 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/next":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/next':
specifier: 16.7.0
- version: 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
- "@nx/node":
+ version: 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/node':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/plugin":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/plugin':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/react":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/react':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
- "@nx/rollup":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/rollup':
specifier: 16.7.0
- version: 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/storybook":
+ version: 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/storybook':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/web":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/web':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/webpack":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/webpack':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/workspace":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/workspace':
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@nxkit/style-dictionary":
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@nxkit/style-dictionary':
specifier: ^3.0.2
- version: 3.0.2(@swc/core@1.3.76)(@types/node@20.3.3)(style-dictionary@3.8.0)(typescript@5.2.0-beta)
- "@opentelemetry/api":
+ version: 3.0.2(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(style-dictionary@3.8.0)(typescript@5.2.0-beta)
+ '@opentelemetry/api':
specifier: ^1.4.1
version: 1.4.1
- "@opentelemetry/instrumentation":
+ '@opentelemetry/instrumentation':
specifier: ^0.40.0
version: 0.40.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base":
+ '@opentelemetry/otlp-exporter-base':
specifier: ^0.41.2
version: 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources":
+ '@opentelemetry/resources':
specifier: ^1.14.0
version: 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-node":
+ '@opentelemetry/sdk-trace-node':
specifier: ^1.14.0
version: 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions":
+ '@opentelemetry/semantic-conventions':
specifier: ^1.14.0
version: 1.14.0
- "@pothos/plugin-errors":
+ '@pothos/plugin-errors':
specifier: ^3.11.1
version: 3.11.1(@pothos/core@3.30.0)(graphql@16.8.0)
- "@pothos/plugin-prisma":
+ '@pothos/plugin-prisma':
specifier: ^3.53.0
version: 3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta)
- "@pothos/plugin-prisma-utils":
+ '@pothos/plugin-prisma-utils':
specifier: ^0.10.0
version: 0.10.0(@pothos/core@3.30.0)(@pothos/plugin-prisma@3.53.0)(@prisma/client@5.2.0)(graphql@16.8.0)
- "@pothos/plugin-relay":
+ '@pothos/plugin-relay':
specifier: ^3.43.0
version: 3.43.0(@pothos/core@3.30.0)(graphql@16.8.0)
- "@pothos/plugin-simple-objects":
+ '@pothos/plugin-simple-objects':
specifier: ^3.7.0
version: 3.7.0(@pothos/core@3.30.0)(graphql@16.8.0)
- "@pothos/plugin-validation":
+ '@pothos/plugin-validation':
specifier: ^3.9.2
version: 3.9.2(@pothos/core@3.30.0)(graphql@16.8.0)(zod@3.21.4)
- "@prisma/client":
+ '@prisma/client':
specifier: ^5.2.0
version: 5.2.0(prisma@5.2.0)
- "@prisma/generator-helper":
+ '@prisma/generator-helper':
specifier: ^5.2.0
version: 5.2.0
- "@react-pdf/renderer":
+ '@react-pdf/renderer':
specifier: ^3.1.9
version: 3.1.9(react@18.2.0)
- "@sentry/nextjs":
+ '@sentry/nextjs':
specifier: ^7.50.0
version: 7.50.0(next@13.4.4)(react@18.2.0)(webpack@5.81.0)
- "@sentry/tracing":
+ '@sentry/tracing':
specifier: ^7.50.0
version: 7.50.0
- "@storybook/addon-a11y":
+ '@storybook/addon-a11y':
specifier: 7.1.1
version: 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-essentials":
+ '@storybook/addon-essentials':
specifier: 7.1.1
version: 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-storyshots":
+ '@storybook/addon-storyshots':
specifier: 7.1.1
version: 7.1.1(@storybook/react@7.1.1)(jest@29.5.0)(preact@10.17.0)(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addons":
+ '@storybook/addons':
specifier: ^7.0.4
version: 7.0.4(react-dom@18.2.0)(react@18.2.0)
- "@storybook/client-logger":
+ '@storybook/client-logger':
specifier: ^7.0.6
version: 7.0.6
- "@storybook/core-common":
+ '@storybook/core-common':
specifier: ^7.0.7
version: 7.0.7
- "@storybook/core-server":
+ '@storybook/core-server':
specifier: 7.1.1
version: 7.1.1
- "@storybook/node-logger":
+ '@storybook/node-logger':
specifier: ^7.0.6
version: 7.0.6
- "@storybook/react":
+ '@storybook/react':
specifier: 7.1.1
version: 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@storybook/react-webpack5":
+ '@storybook/react-webpack5':
specifier: 7.1.1
- version: 7.1.1(@babel/core@7.22.10)(@swc/core@1.3.76)(@swc/helpers@0.5.1)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@svgr/rollup":
+ version: 7.1.1(@babel/core@7.22.10)(@swc/core@1.3.83)(@swc/helpers@0.5.2)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@svgr/rollup':
specifier: ^8.0.1
version: 8.0.1(rollup@3.28.0)
- "@svgr/webpack":
+ '@svgr/webpack':
specifier: 8.0.1
version: 8.0.1
- "@swc-jotai/react-refresh":
+ '@swc-jotai/react-refresh':
specifier: ^0.1.0
version: 0.1.0
- "@swc-node/register":
+ '@swc-node/register':
specifier: ^1.6.7
- version: 1.6.7(@swc/core@1.3.76)(typescript@5.2.0-beta)
- "@swc/cli":
+ version: 1.6.7(@swc/core@1.3.83)(typescript@5.2.0-beta)
+ '@swc/cli':
specifier: ^0.1.62
- version: 0.1.62(@swc/core@1.3.76)
- "@swc/core":
- specifier: ^1.3.76
- version: 1.3.76(@swc/helpers@0.5.1)
- "@swc/helpers":
- specifier: ^0.5.1
- version: 0.5.1
- "@swc/jest":
+ version: 0.1.62(@swc/core@1.3.83)
+ '@swc/core':
+ specifier: ^1.3.83
+ version: 1.3.83(@swc/helpers@0.5.2)
+ '@swc/helpers':
+ specifier: ^0.5.2
+ version: 0.5.2
+ '@swc/jest':
specifier: ^0.2.29
- version: 0.2.29(@swc/core@1.3.76)
- "@tailwindcss/forms":
+ version: 0.2.29(@swc/core@1.3.83)
+ '@tailwindcss/forms':
specifier: ^0.5.3
version: 0.5.3(tailwindcss@3.3.2)
- "@tailwindcss/line-clamp":
+ '@tailwindcss/line-clamp':
specifier: ^0.4.4
version: 0.4.4(tailwindcss@3.3.2)
- "@tailwindcss/typography":
+ '@tailwindcss/typography':
specifier: ^0.5.9
version: 0.5.9(tailwindcss@3.3.2)
- "@testing-library/react":
+ '@testing-library/react':
specifier: 14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
- "@theunderscorer/nx-semantic-release":
+ '@theunderscorer/nx-semantic-release':
specifier: ^2.3.0
version: 2.3.0(nx@16.7.0)
- "@total-typescript/ts-reset":
+ '@total-typescript/ts-reset':
specifier: ^0.4.2
version: 0.4.2
- "@types/jest":
+ '@types/jest':
specifier: 29.5.3
version: 29.5.3
- "@types/node":
+ '@types/node':
specifier: ^20.3.3
version: 20.3.3
- "@types/react":
+ '@types/react':
specifier: 18.2.20
version: 18.2.20
- "@types/react-dom":
+ '@types/react-dom':
specifier: 18.2.7
version: 18.2.7
- "@types/react-relay":
+ '@types/react-relay':
specifier: ^14.1.4
version: 14.1.4
- "@types/relay-runtime":
+ '@types/relay-runtime':
specifier: ^14.1.11
version: 14.1.11
- "@typescript-eslint/eslint-plugin":
+ '@typescript-eslint/eslint-plugin':
specifier: 5.60.1
version: 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/parser":
+ '@typescript-eslint/parser':
specifier: 5.60.1
version: 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
alex:
@@ -462,7 +545,7 @@ importers:
version: 12.16.0
cz-conventional-changelog:
specifier: ^3.3.0
- version: 3.3.0(@swc/core@1.3.76)
+ version: 3.3.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)
doctoc:
specifier: ^2.2.1
version: 2.2.1
@@ -546,7 +629,7 @@ importers:
version: 2.13.1(next@13.4.4)(react@18.2.0)
nx:
specifier: 16.7.0
- version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ version: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
nx-cloud:
specifier: 16.3.0
version: 16.3.0
@@ -600,7 +683,7 @@ importers:
version: 7.0.7
storybook-addon-swc:
specifier: ^1.2.0
- version: 1.2.0(@swc/core@1.3.76)(webpack@5.81.0)
+ version: 1.2.0(@swc/core@1.3.83)(webpack@5.81.0)
style-loader:
specifier: ^3.3.2
version: 3.3.2(webpack@5.81.0)
@@ -612,7 +695,7 @@ importers:
version: 7.1.0(stylus@0.59.0)(webpack@5.81.0)
swc-loader:
specifier: ^0.2.3
- version: 0.2.3(@swc/core@1.3.76)(webpack@5.81.0)
+ version: 0.2.3(@swc/core@1.3.83)(webpack@5.81.0)
tailwindcss:
specifier: ^3.3.2
version: 3.3.2(ts-node@10.9.1)
@@ -624,7 +707,7 @@ importers:
version: 29.1.1(@babel/core@7.22.10)(babel-jest@29.5.0)(esbuild@0.18.11)(jest@29.5.0)(typescript@5.2.0-beta)
ts-node:
specifier: ^10.9.1
- version: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ version: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
typescript:
specifier: 5.2.0-beta
version: 5.2.0-beta
@@ -633,7 +716,7 @@ importers:
version: 4.1.1(file-loader@6.2.0)(webpack@5.81.0)
webpack:
specifier: ^5.81.0
- version: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ version: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-merge:
specifier: ^5.8.0
version: 5.8.0
@@ -647,7 +730,20 @@ importers:
specifier: ^2.7.4
version: 2.7.4
- apps/workers/contact-api: {}
+ apps/workers/contact-api:
+ dependencies:
+ '@cloudflare/workers-types':
+ specifier: ^4.20230904.0
+ version: 4.20230904.0
+ async_hooks:
+ specifier: ^1.0.0
+ version: 1.0.0
+ fs:
+ specifier: 0.0.1-security
+ version: 0.0.1-security
+ wrangler:
+ specifier: ^3.2.0
+ version: 3.2.0
apps/workers/contact-attachments-upload: {}
@@ -661,33 +757,33 @@ importers:
specifier: ^3.8.0
version: 3.8.0
devDependencies:
- "@nxkit/style-dictionary":
+ '@nxkit/style-dictionary':
specifier: ^3.0.2
- version: 3.0.2(@swc/core@1.3.76)(@types/node@20.5.0)(style-dictionary@3.8.0)(typescript@5.1.6)
+ version: 3.0.2(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(style-dictionary@3.8.0)(typescript@5.1.6)
docs/event-catalog:
dependencies:
- "@eventcatalog/core":
+ '@eventcatalog/core':
specifier: ^1.0.1
- version: 1.0.1(@babel/core@7.22.10)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2)
- "@eventcatalog/plugin-doc-generator-asyncapi":
+ version: 1.0.1(@babel/core@7.12.9)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2)
+ '@eventcatalog/plugin-doc-generator-asyncapi':
specifier: ^0.3.5
version: 0.3.5
- "@eventcatalog/types":
+ '@eventcatalog/types':
specifier: ^0.4.2
version: 0.4.2
docs/website:
dependencies:
- "@docusaurus/core":
+ '@docusaurus/core':
specifier: ^2.4.1
- version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/module-type-aliases":
+ version: 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/module-type-aliases':
specifier: ^2.4.1
- version: 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/preset-classic":
+ version: 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/preset-classic':
specifier: ^2.4.1
- version: 2.4.1(@algolia/client-search@4.19.1)(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6)
+ version: 2.4.1(@algolia/client-search@4.19.1)(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6)
docusaurus-plugin-react-docgen-typescript:
specifier: ^1.1.0
version: 1.1.0(react-docgen-typescript@2.2.2)(react@17.0.2)
@@ -718,7 +814,7 @@ importers:
dependencies:
drizzle-orm:
specifier: ^0.28.5
- version: 0.28.5(@cloudflare/workers-types@4.20230710.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
+ version: 0.28.5(@cloudflare/workers-types@4.20230904.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
libs/contact/typescript/server/graphql: {}
@@ -740,9 +836,16 @@ importers:
libs/core/typescript/server/cloudflare:
dependencies:
+ '@cloudflare/workers-types':
+ specifier: ^4.20230904.0
+ version: 4.20230904.0
pnpapi:
specifier: ^0.0.0
version: 0.0.0
+ devDependencies:
+ '@cloudflare/wrangler':
+ specifier: ^1.21.0
+ version: 1.21.0
libs/core/typescript/server/domain: {}
@@ -750,37 +853,56 @@ importers:
dependencies:
drizzle-orm:
specifier: ^0.28.5
- version: 0.28.5(@cloudflare/workers-types@4.20230710.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
+ version: 0.28.5(@cloudflare/workers-types@4.20230904.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
+ devDependencies:
+ drizzle-kit:
+ specifier: ^0.19.13
+ version: 0.19.13
libs/core/typescript/server/graphql:
dependencies:
- "@envelop/core":
+ '@envelop/core':
specifier: ^4.0.0
version: 4.0.0
- "@envelop/extended-validation":
+ '@envelop/extended-validation':
specifier: ^3.0.1
version: 3.0.1(@envelop/core@4.0.0)(graphql@16.8.0)
- "@envelop/parser-cache":
+ '@envelop/parser-cache':
specifier: ^6.0.2
version: 6.0.2(@envelop/core@4.0.0)(graphql@16.8.0)
- "@envelop/types":
+ '@envelop/types':
specifier: ^4.0.0
version: 4.0.0
- "@envelop/validation-cache":
+ '@envelop/validation-cache':
specifier: ^6.0.2
version: 6.0.2(@envelop/core@4.0.0)(graphql@16.8.0)
- "@graphql-hive/client":
+ '@graphql-hive/client':
specifier: ^0.24.1
- version: 0.24.1(graphql@16.8.0)
- "@sentry/node":
+ version: 0.24.1(patch_hash=o6eq5lfckgcclrw46njtxvpzhm)(graphql@16.8.0)
+ '@graphql-tools/graphql-file-loader':
+ specifier: ^8.0.0
+ version: 8.0.0(patch_hash=ommjebcewxw54ruoq3khd3f7b4)(graphql@16.8.0)
+ '@graphql-tools/load':
+ specifier: ^8.0.0
+ version: 8.0.0(patch_hash=exxcxxefaagayysm4sp7c4opby)(graphql@16.8.0)
+ '@graphql-tools/schema':
+ specifier: ^10.0.0
+ version: 10.0.0(graphql@16.8.0)
+ '@sentry/node':
specifier: ^7.64.0
version: 7.64.0
+ async_hooks:
+ specifier: ^1.0.0
+ version: 1.0.0
+ inspector:
+ specifier: ^0.5.0
+ version: 0.5.0
libs/core/typescript/server/infisical:
dependencies:
infisical-node:
specifier: ^1.4.3
- version: 1.4.3
+ version: 1.4.3(patch_hash=k4c2sstcv5r4gub5mucryqqjom)
libs/core/typescript/server/kafka:
dependencies:
@@ -799,7 +921,7 @@ importers:
libs/core/typescript/server/utilities:
dependencies:
- "@types/fs-extra":
+ '@types/fs-extra':
specifier: ^11.0.1
version: 11.0.1
fs:
@@ -833,7 +955,7 @@ importers:
libs/core/typescript/shared/utilities:
dependencies:
- "@js-temporal/polyfill":
+ '@js-temporal/polyfill':
specifier: ^0.4.4
version: 0.4.4
chalk:
@@ -843,7 +965,7 @@ importers:
specifier: ^4.0.8
version: 4.0.8
devDependencies:
- "@types/type-detect":
+ '@types/type-detect':
specifier: ^4.0.1
version: 4.0.1
@@ -869,19 +991,19 @@ importers:
tools/async-api/kafka:
dependencies:
- "@asyncapi/generator":
+ '@asyncapi/generator':
specifier: ^1.10.14
- version: 1.10.14(@swc/core@1.3.76)(@types/node@20.5.0)
- "@asyncapi/generator-filters":
+ version: 1.10.14(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@20.5.0)
+ '@asyncapi/generator-filters':
specifier: ^2.1.0
version: 2.1.0
- "@asyncapi/generator-react-sdk":
+ '@asyncapi/generator-react-sdk':
specifier: ^0.2.23
version: 0.2.23
- "@asyncapi/modelina":
+ '@asyncapi/modelina':
specifier: ^1.8.11
- version: 1.8.11(@swc/helpers@0.5.1)
- "@asyncapi/parser":
+ version: 1.8.11(@swc/helpers@0.5.2)(@swc/wasm@1.3.83)
+ '@asyncapi/parser':
specifier: ^2.0.0
version: 2.0.0
yaml:
@@ -890,13 +1012,13 @@ importers:
tools/async-api/rabbitmq:
dependencies:
- "@asyncapi/generator-filters":
+ '@asyncapi/generator-filters':
specifier: ^2.1.0
version: 2.1.0
- "@asyncapi/generator-react-sdk":
+ '@asyncapi/generator-react-sdk':
specifier: ^0.2.23
version: 0.2.23
- "@asyncapi/parser":
+ '@asyncapi/parser':
specifier: ^2.0.0
version: 2.0.0
yaml:
@@ -905,24 +1027,24 @@ importers:
tools/executors/docs:
dependencies:
- "@angular-devkit/architect":
+ '@angular-devkit/architect':
specifier: ^0.1602.0
version: 0.1602.0
- "@angular-devkit/core":
+ '@angular-devkit/core':
specifier: ^16.2.0
version: 16.2.0
- "@angular-devkit/schematics":
+ '@angular-devkit/schematics':
specifier: ^16.2.0
version: 16.2.0
- "@eventcatalog/core":
+ '@eventcatalog/core':
specifier: ^1.0.1
- version: 1.0.1(@babel/core@7.22.10)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2)
- "@eventcatalog/types":
+ version: 1.0.1(@babel/core@7.12.9)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2)
+ '@eventcatalog/types':
specifier: ^0.4.2
version: 0.4.2
- "@swc/core":
+ '@swc/core':
specifier: ^1.3.76
- version: 1.3.76(@swc/helpers@0.5.1)
+ version: 1.3.76(@swc/helpers@0.5.2)
doctoc:
specifier: ^2.2.1
version: 2.2.1
@@ -941,13 +1063,13 @@ importers:
tools/executors/typescript:
dependencies:
- "@asyncapi/generator":
+ '@asyncapi/generator':
specifier: ^1.10.14
- version: 1.10.14(@swc/core@1.3.76)(@types/node@20.5.0)
- "@nx/devkit":
+ version: 1.10.14(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)
+ '@nx/devkit':
specifier: 16.7.0
version: 16.7.0(nx@16.7.0)
- "@types/fs-extra":
+ '@types/fs-extra':
specifier: ^11.0.1
version: 11.0.1
fs-extra:
@@ -965,7 +1087,7 @@ importers:
tools/generators/typescript:
dependencies:
- "@nx/devkit":
+ '@nx/devkit':
specifier: 16.7.0
version: 16.7.0(nx@16.7.0)
fs-extra:
@@ -980,11 +1102,14 @@ importers:
path-scurry:
specifier: ^1.10.1
version: 1.10.1
+ pnpapi:
+ specifier: ^0.0.0
+ version: 0.0.0
devDependencies:
- "@types/fs-extra":
+ '@types/fs-extra':
specifier: ^11.0.1
version: 11.0.1
- "@types/glob":
+ '@types/glob':
specifier: ^8.1.0
version: 8.1.0
@@ -999,12 +1124,12 @@ importers:
tools/storm/plugins/drizzle:
dependencies:
- "@prisma/generator-helper":
+ '@prisma/generator-helper':
specifier: ^5.2.0
version: 5.2.0
drizzle-orm:
specifier: ^0.28.5
- version: 0.28.5(@cloudflare/workers-types@4.20230710.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
+ version: 0.28.5(@cloudflare/workers-types@4.20230904.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
langium:
specifier: 1.2.1
version: 1.2.1
@@ -1024,18 +1149,18 @@ importers:
tools/storm/plugins/graphql:
dependencies:
- "@graphql-tools/graphql-file-loader":
+ '@graphql-tools/graphql-file-loader':
specifier: ^8.0.0
- version: 8.0.0(graphql@16.8.0)
- "@graphql-tools/load":
+ version: 8.0.0(patch_hash=ommjebcewxw54ruoq3khd3f7b4)(graphql@16.8.0)
+ '@graphql-tools/load':
specifier: ^8.0.0
- version: 8.0.0(graphql@16.8.0)
- "@prisma/generator-helper":
+ version: 8.0.0(patch_hash=exxcxxefaagayysm4sp7c4opby)(graphql@16.8.0)
+ '@prisma/generator-helper':
specifier: ^5.2.0
version: 5.2.0
drizzle-orm:
specifier: ^0.28.5
- version: 0.28.5(@cloudflare/workers-types@4.20230710.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
+ version: 0.28.5(@cloudflare/workers-types@4.20230904.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0)
langium:
specifier: 1.2.1
version: 1.2.1
@@ -1055,7 +1180,7 @@ importers:
tools/storm/plugins/zod:
dependencies:
- "@prisma/generator-helper":
+ '@prisma/generator-helper':
specifier: ^5.2.0
version: 5.2.0
path:
@@ -1079,10 +1204,10 @@ importers:
tools/storm/schema:
dependencies:
- "@prisma/client":
+ '@prisma/client':
specifier: ^5.2.0
version: 5.2.0(prisma@5.2.0)
- "@vscode/vsce":
+ '@vscode/vsce':
specifier: ^2.20.1
version: 2.20.1
chalk:
@@ -1134,20 +1259,18 @@ importers:
specifier: ^3.0.7
version: 3.0.7
devDependencies:
- "@prisma/internals":
+ '@prisma/internals':
specifier: ^5.1.1
version: 5.1.1
- "@types/vscode":
+ '@types/vscode':
specifier: ^1.81.0
version: 1.81.0
packages:
+
/3d-force-graph@1.72.2:
- resolution:
- {
- integrity: sha512-ImX6sLrIw2qBx4iMIlld7QdZ9a+kt2bQz/Rs8i2Ag6XPDELwzktrrvWBzDUdR0fPOVDchh2bTNoFSjSl3r8dTg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ImX6sLrIw2qBx4iMIlld7QdZ9a+kt2bQz/Rs8i2Ag6XPDELwzktrrvWBzDUdR0fPOVDchh2bTNoFSjSl3r8dTg==}
+ engines: {node: '>=12'}
dependencies:
accessor-fn: 1.5.0
kapsule: 1.14.4
@@ -1157,260 +1280,175 @@ packages:
dev: false
/@aashutoshrathi/word-wrap@1.2.6:
- resolution:
- {
- integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
+ engines: {node: '>=0.10.0'}
/@adobe/css-tools@4.3.1:
- resolution:
- {
- integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
- }
+ resolution: {integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==}
dev: true
/@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0):
- resolution:
- {
- integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==
- }
+ resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
dependencies:
- "@algolia/autocomplete-plugin-algolia-insights": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0)
- "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0)
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
transitivePeerDependencies:
- - "@algolia/client-search"
+ - '@algolia/client-search'
- algoliasearch
- search-insights
dev: false
/@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0):
- resolution:
- {
- integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==
- }
+ resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==}
peerDependencies:
- search-insights: ">= 1 < 3"
+ search-insights: '>= 1 < 3'
dependencies:
- "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
search-insights: 2.7.0
transitivePeerDependencies:
- - "@algolia/client-search"
+ - '@algolia/client-search'
- algoliasearch
dev: false
/@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1):
- resolution:
- {
- integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==
- }
+ resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==}
peerDependencies:
- "@algolia/client-search": ">= 4.9.1 < 6"
- algoliasearch: ">= 4.9.1 < 6"
+ '@algolia/client-search': '>= 4.9.1 < 6'
+ algoliasearch: '>= 4.9.1 < 6'
dependencies:
- "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
- "@algolia/client-search": 4.19.1
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
+ '@algolia/client-search': 4.19.1
algoliasearch: 4.19.1
dev: false
/@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1):
- resolution:
- {
- integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
- }
+ resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==}
peerDependencies:
- "@algolia/client-search": ">= 4.9.1 < 6"
- algoliasearch: ">= 4.9.1 < 6"
+ '@algolia/client-search': '>= 4.9.1 < 6'
+ algoliasearch: '>= 4.9.1 < 6'
dependencies:
- "@algolia/client-search": 4.19.1
+ '@algolia/client-search': 4.19.1
algoliasearch: 4.19.1
dev: false
/@algolia/cache-browser-local-storage@4.19.1:
- resolution:
- {
- integrity: sha512-FYAZWcGsFTTaSAwj9Std8UML3Bu8dyWDncM7Ls8g+58UOe4XYdlgzXWbrIgjaguP63pCCbMoExKr61B+ztK3tw==
- }
+ resolution: {integrity: sha512-FYAZWcGsFTTaSAwj9Std8UML3Bu8dyWDncM7Ls8g+58UOe4XYdlgzXWbrIgjaguP63pCCbMoExKr61B+ztK3tw==}
dependencies:
- "@algolia/cache-common": 4.19.1
+ '@algolia/cache-common': 4.19.1
dev: false
/@algolia/cache-common@4.19.1:
- resolution:
- {
- integrity: sha512-XGghi3l0qA38HiqdoUY+wvGyBsGvKZ6U3vTiMBT4hArhP3fOGLXpIINgMiiGjTe4FVlTa5a/7Zf2bwlIHfRqqg==
- }
+ resolution: {integrity: sha512-XGghi3l0qA38HiqdoUY+wvGyBsGvKZ6U3vTiMBT4hArhP3fOGLXpIINgMiiGjTe4FVlTa5a/7Zf2bwlIHfRqqg==}
dev: false
/@algolia/cache-in-memory@4.19.1:
- resolution:
- {
- integrity: sha512-+PDWL+XALGvIginigzu8oU6eWw+o76Z8zHbBovWYcrtWOEtinbl7a7UTt3x3lthv+wNuFr/YD1Gf+B+A9V8n5w==
- }
+ resolution: {integrity: sha512-+PDWL+XALGvIginigzu8oU6eWw+o76Z8zHbBovWYcrtWOEtinbl7a7UTt3x3lthv+wNuFr/YD1Gf+B+A9V8n5w==}
dependencies:
- "@algolia/cache-common": 4.19.1
+ '@algolia/cache-common': 4.19.1
dev: false
/@algolia/client-account@4.19.1:
- resolution:
- {
- integrity: sha512-Oy0ritA2k7AMxQ2JwNpfaEcgXEDgeyKu0V7E7xt/ZJRdXfEpZcwp9TOg4TJHC7Ia62gIeT2Y/ynzsxccPw92GA==
- }
+ resolution: {integrity: sha512-Oy0ritA2k7AMxQ2JwNpfaEcgXEDgeyKu0V7E7xt/ZJRdXfEpZcwp9TOg4TJHC7Ia62gIeT2Y/ynzsxccPw92GA==}
dependencies:
- "@algolia/client-common": 4.19.1
- "@algolia/client-search": 4.19.1
- "@algolia/transporter": 4.19.1
+ '@algolia/client-common': 4.19.1
+ '@algolia/client-search': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/@algolia/client-analytics@4.19.1:
- resolution:
- {
- integrity: sha512-5QCq2zmgdZLIQhHqwl55ZvKVpLM3DNWjFI4T+bHr3rGu23ew2bLO4YtyxaZeChmDb85jUdPDouDlCumGfk6wOg==
- }
+ resolution: {integrity: sha512-5QCq2zmgdZLIQhHqwl55ZvKVpLM3DNWjFI4T+bHr3rGu23ew2bLO4YtyxaZeChmDb85jUdPDouDlCumGfk6wOg==}
dependencies:
- "@algolia/client-common": 4.19.1
- "@algolia/client-search": 4.19.1
- "@algolia/requester-common": 4.19.1
- "@algolia/transporter": 4.19.1
+ '@algolia/client-common': 4.19.1
+ '@algolia/client-search': 4.19.1
+ '@algolia/requester-common': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/@algolia/client-common@4.19.1:
- resolution:
- {
- integrity: sha512-3kAIVqTcPrjfS389KQvKzliC559x+BDRxtWamVJt8IVp7LGnjq+aVAXg4Xogkur1MUrScTZ59/AaUd5EdpyXgA==
- }
+ resolution: {integrity: sha512-3kAIVqTcPrjfS389KQvKzliC559x+BDRxtWamVJt8IVp7LGnjq+aVAXg4Xogkur1MUrScTZ59/AaUd5EdpyXgA==}
dependencies:
- "@algolia/requester-common": 4.19.1
- "@algolia/transporter": 4.19.1
+ '@algolia/requester-common': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/@algolia/client-personalization@4.19.1:
- resolution:
- {
- integrity: sha512-8CWz4/H5FA+krm9HMw2HUQenizC/DxUtsI5oYC0Jxxyce1vsr8cb1aEiSJArQT6IzMynrERif1RVWLac1m36xw==
- }
+ resolution: {integrity: sha512-8CWz4/H5FA+krm9HMw2HUQenizC/DxUtsI5oYC0Jxxyce1vsr8cb1aEiSJArQT6IzMynrERif1RVWLac1m36xw==}
dependencies:
- "@algolia/client-common": 4.19.1
- "@algolia/requester-common": 4.19.1
- "@algolia/transporter": 4.19.1
+ '@algolia/client-common': 4.19.1
+ '@algolia/requester-common': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/@algolia/client-search@4.19.1:
- resolution:
- {
- integrity: sha512-mBecfMFS4N+yK/p0ZbK53vrZbL6OtWMk8YmnOv1i0LXx4pelY8TFhqKoTit3NPVPwoSNN0vdSN9dTu1xr1XOVw==
- }
+ resolution: {integrity: sha512-mBecfMFS4N+yK/p0ZbK53vrZbL6OtWMk8YmnOv1i0LXx4pelY8TFhqKoTit3NPVPwoSNN0vdSN9dTu1xr1XOVw==}
dependencies:
- "@algolia/client-common": 4.19.1
- "@algolia/requester-common": 4.19.1
- "@algolia/transporter": 4.19.1
+ '@algolia/client-common': 4.19.1
+ '@algolia/requester-common': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/@algolia/events@4.0.1:
- resolution:
- {
- integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
- }
+ resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==}
dev: false
/@algolia/logger-common@4.19.1:
- resolution:
- {
- integrity: sha512-i6pLPZW/+/YXKis8gpmSiNk1lOmYCmRI6+x6d2Qk1OdfvX051nRVdalRbEcVTpSQX6FQAoyeaui0cUfLYW5Elw==
- }
+ resolution: {integrity: sha512-i6pLPZW/+/YXKis8gpmSiNk1lOmYCmRI6+x6d2Qk1OdfvX051nRVdalRbEcVTpSQX6FQAoyeaui0cUfLYW5Elw==}
dev: false
/@algolia/logger-console@4.19.1:
- resolution:
- {
- integrity: sha512-jj72k9GKb9W0c7TyC3cuZtTr0CngLBLmc8trzZlXdfvQiigpUdvTi1KoWIb2ZMcRBG7Tl8hSb81zEY3zI2RlXg==
- }
+ resolution: {integrity: sha512-jj72k9GKb9W0c7TyC3cuZtTr0CngLBLmc8trzZlXdfvQiigpUdvTi1KoWIb2ZMcRBG7Tl8hSb81zEY3zI2RlXg==}
dependencies:
- "@algolia/logger-common": 4.19.1
+ '@algolia/logger-common': 4.19.1
dev: false
/@algolia/requester-browser-xhr@4.19.1:
- resolution:
- {
- integrity: sha512-09K/+t7lptsweRTueHnSnmPqIxbHMowejAkn9XIcJMLdseS3zl8ObnS5GWea86mu3vy4+8H+ZBKkUN82Zsq/zg==
- }
+ resolution: {integrity: sha512-09K/+t7lptsweRTueHnSnmPqIxbHMowejAkn9XIcJMLdseS3zl8ObnS5GWea86mu3vy4+8H+ZBKkUN82Zsq/zg==}
dependencies:
- "@algolia/requester-common": 4.19.1
+ '@algolia/requester-common': 4.19.1
dev: false
/@algolia/requester-common@4.19.1:
- resolution:
- {
- integrity: sha512-BisRkcWVxrDzF1YPhAckmi2CFYK+jdMT60q10d7z3PX+w6fPPukxHRnZwooiTUrzFe50UBmLItGizWHP5bDzVQ==
- }
+ resolution: {integrity: sha512-BisRkcWVxrDzF1YPhAckmi2CFYK+jdMT60q10d7z3PX+w6fPPukxHRnZwooiTUrzFe50UBmLItGizWHP5bDzVQ==}
dev: false
/@algolia/requester-node-http@4.19.1:
- resolution:
- {
- integrity: sha512-6DK52DHviBHTG2BK/Vv2GIlEw7i+vxm7ypZW0Z7vybGCNDeWzADx+/TmxjkES2h15+FZOqVf/Ja677gePsVItA==
- }
+ resolution: {integrity: sha512-6DK52DHviBHTG2BK/Vv2GIlEw7i+vxm7ypZW0Z7vybGCNDeWzADx+/TmxjkES2h15+FZOqVf/Ja677gePsVItA==}
dependencies:
- "@algolia/requester-common": 4.19.1
+ '@algolia/requester-common': 4.19.1
dev: false
/@algolia/transporter@4.19.1:
- resolution:
- {
- integrity: sha512-nkpvPWbpuzxo1flEYqNIbGz7xhfhGOKGAZS7tzC+TELgEmi7z99qRyTfNSUlW7LZmB3ACdnqAo+9A9KFBENviQ==
- }
+ resolution: {integrity: sha512-nkpvPWbpuzxo1flEYqNIbGz7xhfhGOKGAZS7tzC+TELgEmi7z99qRyTfNSUlW7LZmB3ACdnqAo+9A9KFBENviQ==}
dependencies:
- "@algolia/cache-common": 4.19.1
- "@algolia/logger-common": 4.19.1
- "@algolia/requester-common": 4.19.1
+ '@algolia/cache-common': 4.19.1
+ '@algolia/logger-common': 4.19.1
+ '@algolia/requester-common': 4.19.1
dev: false
/@alloc/quick-lru@5.2.0:
- resolution:
- {
- integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
+ engines: {node: '>=10'}
/@ampproject/remapping@2.2.1:
- resolution:
- {
- integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
+ engines: {node: '>=6.0.0'}
dependencies:
- "@jridgewell/gen-mapping": 0.3.3
- "@jridgewell/trace-mapping": 0.3.19
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.19
/@angular-devkit/architect@0.1602.0:
- resolution:
- {
- integrity: sha512-ZRmUTBeD+uGr605eOHnsovEn6f1mOBI+kxP64DRvagNweX5TN04s3iyQ8jmLSAHQD9ush31LFxv3dVNxv3ceXQ==
- }
- engines:
- {
- node: ^16.14.0 || >=18.10.0,
- npm: ^6.11.0 || ^7.5.6 || >=8.0.0,
- yarn: ">= 1.13.0"
- }
- dependencies:
- "@angular-devkit/core": 16.2.0
+ resolution: {integrity: sha512-ZRmUTBeD+uGr605eOHnsovEn6f1mOBI+kxP64DRvagNweX5TN04s3iyQ8jmLSAHQD9ush31LFxv3dVNxv3ceXQ==}
+ engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ dependencies:
+ '@angular-devkit/core': 16.2.0
rxjs: 7.8.1
transitivePeerDependencies:
- chokidar
dev: false
/@angular-devkit/core@16.2.0:
- resolution:
- {
- integrity: sha512-l1k6Rqm3YM16BEn3CWyQKrk9xfu+2ux7Bw3oS+h1TO4/RoxO2PgHj8LLRh/WNrYVarhaqO7QZ5ePBkXNMkzJ1g==
- }
- engines:
- {
- node: ^16.14.0 || >=18.10.0,
- npm: ^6.11.0 || ^7.5.6 || >=8.0.0,
- yarn: ">= 1.13.0"
- }
+ resolution: {integrity: sha512-l1k6Rqm3YM16BEn3CWyQKrk9xfu+2ux7Bw3oS+h1TO4/RoxO2PgHj8LLRh/WNrYVarhaqO7QZ5ePBkXNMkzJ1g==}
+ engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
peerDependencies:
chokidar: ^3.5.2
peerDependenciesMeta:
@@ -1425,18 +1463,10 @@ packages:
dev: false
/@angular-devkit/schematics@16.2.0:
- resolution:
- {
- integrity: sha512-QMDJXPE0+YQJ9Ap3MMzb0v7rx6ZbBEokmHgpdIjN3eILYmbAdsSGE8HTV8NjS9nKmcyE9OGzFCMb7PFrDTlTAw==
- }
- engines:
- {
- node: ^16.14.0 || >=18.10.0,
- npm: ^6.11.0 || ^7.5.6 || >=8.0.0,
- yarn: ">= 1.13.0"
- }
- dependencies:
- "@angular-devkit/core": 16.2.0
+ resolution: {integrity: sha512-QMDJXPE0+YQJ9Ap3MMzb0v7rx6ZbBEokmHgpdIjN3eILYmbAdsSGE8HTV8NjS9nKmcyE9OGzFCMb7PFrDTlTAw==}
+ engines: {node: ^16.14.0 || >=18.10.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
+ dependencies:
+ '@angular-devkit/core': 16.2.0
jsonc-parser: 3.2.0
magic-string: 0.30.1
ora: 5.4.1
@@ -1446,63 +1476,44 @@ packages:
dev: false
/@antfu/ni@0.21.5:
- resolution:
- {
- integrity: sha512-rFmuqZMFa1OTRbxdu3vmfytsy1CtsIUFH0bO85rZ1xdu2uLoioSaEi6iOULDVTQUrnes50jMs+UW355Ndj7Oxg==
- }
- hasBin: true
+ resolution: {integrity: sha512-rFmuqZMFa1OTRbxdu3vmfytsy1CtsIUFH0bO85rZ1xdu2uLoioSaEi6iOULDVTQUrnes50jMs+UW355Ndj7Oxg==}
dev: true
/@apidevtools/json-schema-ref-parser@9.0.6:
- resolution:
- {
- integrity: sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg==
- }
+ resolution: {integrity: sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg==}
dependencies:
- "@jsdevtools/ono": 7.1.3
+ '@jsdevtools/ono': 7.1.3
call-me-maybe: 1.0.2
js-yaml: 3.14.1
dev: false
/@apidevtools/json-schema-ref-parser@9.1.2:
- resolution:
- {
- integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==
- }
+ resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==}
dependencies:
- "@jsdevtools/ono": 7.1.3
- "@types/json-schema": 7.0.12
+ '@jsdevtools/ono': 7.1.3
+ '@types/json-schema': 7.0.12
call-me-maybe: 1.0.2
js-yaml: 4.1.0
dev: false
/@apidevtools/openapi-schemas@2.1.0:
- resolution:
- {
- integrity: sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==}
+ engines: {node: '>=10'}
dev: false
/@apidevtools/swagger-methods@3.0.2:
- resolution:
- {
- integrity: sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==
- }
+ resolution: {integrity: sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==}
dev: false
/@apidevtools/swagger-parser@10.1.0(openapi-types@9.3.0):
- resolution:
- {
- integrity: sha512-9Kt7EuS/7WbMAUv2gSziqjvxwDbFSg3Xeyfuj5laUODX8o/k/CpsAKiQ8W7/R88eXFTMbJYg6+7uAmOWNKmwnw==
- }
+ resolution: {integrity: sha512-9Kt7EuS/7WbMAUv2gSziqjvxwDbFSg3Xeyfuj5laUODX8o/k/CpsAKiQ8W7/R88eXFTMbJYg6+7uAmOWNKmwnw==}
peerDependencies:
- openapi-types: ">=7"
+ openapi-types: '>=7'
dependencies:
- "@apidevtools/json-schema-ref-parser": 9.0.6
- "@apidevtools/openapi-schemas": 2.1.0
- "@apidevtools/swagger-methods": 3.0.2
- "@jsdevtools/ono": 7.1.3
+ '@apidevtools/json-schema-ref-parser': 9.0.6
+ '@apidevtools/openapi-schemas': 2.1.0
+ '@apidevtools/swagger-methods': 3.0.2
+ '@jsdevtools/ono': 7.1.3
ajv: 8.12.0
ajv-draft-04: 1.0.0(ajv@8.12.0)
call-me-maybe: 1.0.2
@@ -1510,83 +1521,70 @@ packages:
dev: false
/@apollo/cache-control-types@1.0.3(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==
- }
+ resolution: {integrity: sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
optional: true
/@apollo/protobufjs@1.2.7:
- resolution:
- {
- integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==
- }
- hasBin: true
- requiresBuild: true
- 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/long": 4.0.2
+ resolution: {integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==}
+ requiresBuild: true
+ 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/long': 4.0.2
long: 4.0.0
dev: false
optional: true
/@apollo/server-gateway-interface@1.1.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==
- }
+ resolution: {integrity: sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
- "@apollo/usage-reporting-protobuf": 4.1.1
- "@apollo/utils.fetcher": 2.0.1
- "@apollo/utils.keyvaluecache": 2.1.1
- "@apollo/utils.logger": 2.0.1
+ '@apollo/usage-reporting-protobuf': 4.1.1
+ '@apollo/utils.fetcher': 2.0.1
+ '@apollo/utils.keyvaluecache': 2.1.1
+ '@apollo/utils.logger': 2.0.1
graphql: 16.8.0
dev: false
optional: true
/@apollo/server@4.9.3(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-U56Sx/UmzR3Es344hQ/Ptf2EJrH+kV4ZPoLmgGjWoiwf2wYQ/pRSvkSXgjOvoyE34wSa8Gh7f92ljfLfY+6q1w==
- }
- engines: { node: ">=14.16.0" }
- requiresBuild: true
- peerDependencies:
- graphql: ^16.6.0
- dependencies:
- "@apollo/cache-control-types": 1.0.3(graphql@16.8.0)
- "@apollo/server-gateway-interface": 1.1.1(graphql@16.8.0)
- "@apollo/usage-reporting-protobuf": 4.1.1
- "@apollo/utils.createhash": 2.0.1
- "@apollo/utils.fetcher": 2.0.1
- "@apollo/utils.isnodelike": 2.0.1
- "@apollo/utils.keyvaluecache": 2.1.1
- "@apollo/utils.logger": 2.0.1
- "@apollo/utils.usagereporting": 2.1.0(graphql@16.8.0)
- "@apollo/utils.withrequired": 2.0.1
- "@graphql-tools/schema": 9.0.19(graphql@16.8.0)
- "@josephg/resolvable": 1.0.1
- "@types/express": 4.17.17
- "@types/express-serve-static-core": 4.17.35
- "@types/node-fetch": 2.6.4
+ resolution: {integrity: sha512-U56Sx/UmzR3Es344hQ/Ptf2EJrH+kV4ZPoLmgGjWoiwf2wYQ/pRSvkSXgjOvoyE34wSa8Gh7f92ljfLfY+6q1w==}
+ engines: {node: '>=14.16.0'}
+ requiresBuild: true
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@apollo/cache-control-types': 1.0.3(graphql@16.8.0)
+ '@apollo/server-gateway-interface': 1.1.1(graphql@16.8.0)
+ '@apollo/usage-reporting-protobuf': 4.1.1
+ '@apollo/utils.createhash': 2.0.1
+ '@apollo/utils.fetcher': 2.0.1
+ '@apollo/utils.isnodelike': 2.0.1
+ '@apollo/utils.keyvaluecache': 2.1.1
+ '@apollo/utils.logger': 2.0.1
+ '@apollo/utils.usagereporting': 2.1.0(graphql@16.8.0)
+ '@apollo/utils.withrequired': 2.0.1
+ '@graphql-tools/schema': 9.0.19(graphql@16.8.0)
+ '@josephg/resolvable': 1.0.1
+ '@types/express': 4.17.17
+ '@types/express-serve-static-core': 4.17.35
+ '@types/node-fetch': 2.6.4
async-retry: 1.3.3
body-parser: 1.20.1
cors: 2.8.5
@@ -1606,123 +1604,93 @@ packages:
optional: true
/@apollo/usage-reporting-protobuf@4.1.1:
- resolution:
- {
- integrity: sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==
- }
+ resolution: {integrity: sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==}
requiresBuild: true
dependencies:
- "@apollo/protobufjs": 1.2.7
+ '@apollo/protobufjs': 1.2.7
dev: false
optional: true
/@apollo/utils.createhash@2.0.1:
- resolution:
- {
- integrity: sha512-fQO4/ZOP8LcXWvMNhKiee+2KuKyqIcfHrICA+M4lj/h/Lh1H10ICcUtk6N/chnEo5HXu0yejg64wshdaiFitJg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-fQO4/ZOP8LcXWvMNhKiee+2KuKyqIcfHrICA+M4lj/h/Lh1H10ICcUtk6N/chnEo5HXu0yejg64wshdaiFitJg==}
+ engines: {node: '>=14'}
requiresBuild: true
dependencies:
- "@apollo/utils.isnodelike": 2.0.1
+ '@apollo/utils.isnodelike': 2.0.1
sha.js: 2.4.11
dev: false
optional: true
/@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
optional: true
/@apollo/utils.fetcher@2.0.1:
- resolution:
- {
- integrity: sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==}
+ engines: {node: '>=14'}
requiresBuild: true
dev: false
optional: true
/@apollo/utils.isnodelike@2.0.1:
- resolution:
- {
- integrity: sha512-w41XyepR+jBEuVpoRM715N2ZD0xMD413UiJx8w5xnAZD2ZkSJnMJBoIzauK83kJpSgNuR6ywbV29jG9NmxjK0Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-w41XyepR+jBEuVpoRM715N2ZD0xMD413UiJx8w5xnAZD2ZkSJnMJBoIzauK83kJpSgNuR6ywbV29jG9NmxjK0Q==}
+ engines: {node: '>=14'}
requiresBuild: true
dev: false
optional: true
/@apollo/utils.keyvaluecache@2.1.1:
- resolution:
- {
- integrity: sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==}
+ engines: {node: '>=14'}
requiresBuild: true
dependencies:
- "@apollo/utils.logger": 2.0.1
+ '@apollo/utils.logger': 2.0.1
lru-cache: 7.18.3
dev: false
optional: true
/@apollo/utils.logger@2.0.1:
- resolution:
- {
- integrity: sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==}
+ engines: {node: '>=14'}
requiresBuild: true
dev: false
optional: true
/@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
optional: true
/@apollo/utils.removealiases@2.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
optional: true
/@apollo/utils.sortast@2.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
lodash.sortby: 4.7.0
@@ -1730,64 +1698,52 @@ packages:
optional: true
/@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
optional: true
/@apollo/utils.usagereporting@2.1.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==}
+ engines: {node: '>=14'}
requiresBuild: true
peerDependencies:
- graphql: 14.x || 15.x || 16.x
+ graphql: ^16.8.0
dependencies:
- "@apollo/usage-reporting-protobuf": 4.1.1
- "@apollo/utils.dropunuseddefinitions": 2.0.1(graphql@16.8.0)
- "@apollo/utils.printwithreducedwhitespace": 2.0.1(graphql@16.8.0)
- "@apollo/utils.removealiases": 2.0.1(graphql@16.8.0)
- "@apollo/utils.sortast": 2.0.1(graphql@16.8.0)
- "@apollo/utils.stripsensitiveliterals": 2.0.1(graphql@16.8.0)
+ '@apollo/usage-reporting-protobuf': 4.1.1
+ '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.8.0)
+ '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.8.0)
+ '@apollo/utils.removealiases': 2.0.1(graphql@16.8.0)
+ '@apollo/utils.sortast': 2.0.1(graphql@16.8.0)
+ '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.8.0)
graphql: 16.8.0
dev: false
optional: true
/@apollo/utils.withrequired@2.0.1:
- resolution:
- {
- integrity: sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA==}
+ engines: {node: '>=14'}
requiresBuild: true
dev: false
optional: true
/@ardatan/relay-compiler@12.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==
- }
+ resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==}
hasBin: true
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/runtime": 7.22.10
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/runtime': 7.22.10
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
babel-preset-fbjs: 3.4.0(@babel/core@7.22.10)
chalk: 4.1.0
fb-watchman: 2.0.2
@@ -1806,11 +1762,8 @@ packages:
dev: true
/@ardatan/sync-fetch@0.0.1:
- resolution:
- {
- integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==}
+ engines: {node: '>=14'}
dependencies:
node-fetch: 2.6.12
transitivePeerDependencies:
@@ -1818,32 +1771,23 @@ packages:
dev: true
/@asyncapi/avro-schema-parser@1.1.0:
- resolution:
- {
- integrity: sha512-7J7pzSw0/jF2bXy/Mf+80VKJfXRRfyLTJz413MkKLbLXbbz9rV4sVpYfp31ofqXgyZ9bhfmHJzunbi0Bt7Jcww==
- }
+ resolution: {integrity: sha512-7J7pzSw0/jF2bXy/Mf+80VKJfXRRfyLTJz413MkKLbLXbbz9rV4sVpYfp31ofqXgyZ9bhfmHJzunbi0Bt7Jcww==}
dependencies:
avsc: 5.7.7
dev: false
/@asyncapi/avro-schema-parser@3.0.3:
- resolution:
- {
- integrity: sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==
- }
+ resolution: {integrity: sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==}
dependencies:
- "@asyncapi/parser": 2.1.0
- "@types/json-schema": 7.0.12
+ '@asyncapi/parser': 2.1.0
+ '@types/json-schema': 7.0.12
avsc: 5.7.7
transitivePeerDependencies:
- encoding
dev: false
/@asyncapi/generator-filters@2.1.0:
- resolution:
- {
- integrity: sha512-OZcz8VjivvNvofEunGL+SO5M9Sq8CczNNyuBhdDzAhmdBxRPCswnliDFuHK+ZJ6XA/JgSfx2zN3H2uwzPajIgw==
- }
+ resolution: {integrity: sha512-OZcz8VjivvNvofEunGL+SO5M9Sq8CczNNyuBhdDzAhmdBxRPCswnliDFuHK+ZJ6XA/JgSfx2zN3H2uwzPajIgw==}
dependencies:
lodash: 4.17.21
markdown-it: 10.0.0
@@ -1851,63 +1795,94 @@ packages:
dev: false
/@asyncapi/generator-react-sdk@0.2.23:
- resolution:
- {
- integrity: sha512-q/6yajFzqYyQ/vC2e1gicJ7MZxRGAjYB/to0lo9i5An2MqFquBfuvediocbjoDC8En4pIt/JePgKc+9STnckYA==
- }
- dependencies:
- "@asyncapi/parser": 1.18.1
- "@babel/core": 7.12.9
- "@babel/preset-env": 7.22.10(@babel/core@7.12.9)
- "@babel/preset-react": 7.22.5(@babel/core@7.12.9)
- "@rollup/plugin-babel": 5.3.1(@babel/core@7.12.9)(rollup@2.79.1)
+ resolution: {integrity: sha512-q/6yajFzqYyQ/vC2e1gicJ7MZxRGAjYB/to0lo9i5An2MqFquBfuvediocbjoDC8En4pIt/JePgKc+9STnckYA==}
+ dependencies:
+ '@asyncapi/parser': 1.18.1
+ '@babel/core': 7.12.9
+ '@babel/preset-env': 7.22.10(@babel/core@7.12.9)
+ '@babel/preset-react': 7.22.5(@babel/core@7.12.9)
+ '@rollup/plugin-babel': 5.3.1(@babel/core@7.12.9)(rollup@2.79.1)
babel-plugin-source-map-support: 2.2.0
prop-types: 15.8.1
react: 17.0.2
rollup: 2.79.1
source-map-support: 0.5.21
transitivePeerDependencies:
- - "@types/babel__core"
+ - '@types/babel__core'
- encoding
- supports-color
dev: false
/@asyncapi/generator-react-sdk@1.0.0:
- resolution:
- {
- integrity: sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==
- }
- dependencies:
- "@asyncapi/parser": 2.1.0
- "@babel/core": 7.12.9
- "@babel/preset-env": 7.22.10(@babel/core@7.12.9)
- "@babel/preset-react": 7.22.5(@babel/core@7.12.9)
- "@rollup/plugin-babel": 5.3.1(@babel/core@7.12.9)(rollup@2.79.1)
+ resolution: {integrity: sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==}
+ dependencies:
+ '@asyncapi/parser': 2.1.0
+ '@babel/core': 7.12.9
+ '@babel/preset-env': 7.22.10(@babel/core@7.12.9)
+ '@babel/preset-react': 7.22.5(@babel/core@7.12.9)
+ '@rollup/plugin-babel': 5.3.1(@babel/core@7.12.9)(rollup@2.79.1)
babel-plugin-source-map-support: 2.2.0
prop-types: 15.8.1
react: 17.0.2
rollup: 2.79.1
source-map-support: 0.5.21
transitivePeerDependencies:
- - "@types/babel__core"
+ - '@types/babel__core'
- encoding
- supports-color
dev: false
- /@asyncapi/generator@1.10.14(@swc/core@1.3.76)(@types/node@20.5.0):
- resolution:
- {
- integrity: sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==
- }
- engines: { node: ">12.16", npm: ">6.13.7" }
- hasBin: true
+ /@asyncapi/generator@1.10.14(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@20.5.0):
+ resolution: {integrity: sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==}
+ engines: {node: '>12.16', npm: '>6.13.7'}
+ dependencies:
+ '@asyncapi/avro-schema-parser': 3.0.3
+ '@asyncapi/generator-react-sdk': 1.0.0
+ '@asyncapi/openapi-schema-parser': 3.0.4
+ '@asyncapi/parser': 2.1.0
+ '@asyncapi/raml-dt-schema-parser': 4.0.4
+ '@npmcli/arborist': 2.10.0
+ ajv: 8.12.0
+ chokidar: 3.5.3
+ commander: 6.2.1
+ filenamify: 4.3.0
+ fs.extra: 1.3.2
+ global-dirs: 3.0.1
+ jmespath: 0.15.0
+ js-yaml: 3.14.1
+ levenshtein-edit-distance: 2.0.5
+ loglevel: 1.8.1
+ markdown-it: 12.3.2
+ minimatch: 3.1.2
+ node-fetch: 2.6.12
+ nunjucks: 3.2.4(chokidar@3.5.3)
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
+ resolve-pkg: 2.0.0
+ semver: 7.5.4
+ simple-git: 3.19.1
+ source-map-support: 0.5.21
+ ts-node: 10.9.1(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@4.9.5)
+ typescript: 4.9.5
+ transitivePeerDependencies:
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/babel__core'
+ - '@types/node'
+ - bluebird
+ - encoding
+ - supports-color
+ dev: false
+
+ /@asyncapi/generator@1.10.14(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0):
+ resolution: {integrity: sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==}
+ engines: {node: '>12.16', npm: '>6.13.7'}
dependencies:
- "@asyncapi/avro-schema-parser": 3.0.3
- "@asyncapi/generator-react-sdk": 1.0.0
- "@asyncapi/openapi-schema-parser": 3.0.4
- "@asyncapi/parser": 2.1.0
- "@asyncapi/raml-dt-schema-parser": 4.0.4
- "@npmcli/arborist": 2.10.0
+ '@asyncapi/avro-schema-parser': 3.0.3
+ '@asyncapi/generator-react-sdk': 1.0.0
+ '@asyncapi/openapi-schema-parser': 3.0.4
+ '@asyncapi/parser': 2.1.0
+ '@asyncapi/raml-dt-schema-parser': 4.0.4
+ '@npmcli/arborist': 2.10.0
ajv: 8.12.0
chokidar: 3.5.3
commander: 6.2.1
@@ -1922,66 +1897,57 @@ packages:
minimatch: 3.1.2
node-fetch: 2.6.12
nunjucks: 3.2.4(chokidar@3.5.3)
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
resolve-pkg: 2.0.0
semver: 7.5.4
simple-git: 3.19.1
source-map-support: 0.5.21
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.5.0)(typescript@4.9.5)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@4.9.5)
typescript: 4.9.5
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
- - "@types/babel__core"
- - "@types/node"
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/babel__core'
+ - '@types/node'
- bluebird
- encoding
- supports-color
dev: false
- /@asyncapi/modelina@1.8.11(@swc/helpers@0.5.1):
- resolution:
- {
- integrity: sha512-2gbbrwji415+snxGldJWME2dvQ7I+vY6YJMPadZngv6WGezKPb2+ZIMtSkgA79EmlyAR+7yp+g6Jz8jRLZ3gsw==
- }
- engines: { node: ">=14" }
+ /@asyncapi/modelina@1.8.11(@swc/helpers@0.5.2)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-2gbbrwji415+snxGldJWME2dvQ7I+vY6YJMPadZngv6WGezKPb2+ZIMtSkgA79EmlyAR+7yp+g6Jz8jRLZ3gsw==}
+ engines: {node: '>=14'}
dependencies:
- "@apidevtools/json-schema-ref-parser": 9.1.2
- "@apidevtools/swagger-parser": 10.1.0(openapi-types@9.3.0)
- "@asyncapi/avro-schema-parser": 3.0.3
- "@asyncapi/openapi-schema-parser": 3.0.4
- "@asyncapi/parser": 2.1.0
- "@asyncapi/raml-dt-schema-parser": 4.0.4
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@swc/jest": 0.2.27(@swc/core@1.3.76)
+ '@apidevtools/json-schema-ref-parser': 9.1.2
+ '@apidevtools/swagger-parser': 10.1.0(openapi-types@9.3.0)
+ '@asyncapi/avro-schema-parser': 3.0.3
+ '@asyncapi/openapi-schema-parser': 3.0.4
+ '@asyncapi/parser': 2.1.0
+ '@asyncapi/raml-dt-schema-parser': 4.0.4
+ '@swc/core': 1.3.76(@swc/helpers@0.5.2)
+ '@swc/jest': 0.2.29(@swc/core@1.3.76)
alterschema: 1.1.3
change-case: 4.1.2
openapi-types: 9.3.0
- typescript-json-schema: 0.57.0(@swc/core@1.3.76)
+ typescript-json-schema: 0.57.0(@swc/core@1.3.76)(@swc/wasm@1.3.83)
transitivePeerDependencies:
- - "@swc/helpers"
- - "@swc/wasm"
+ - '@swc/helpers'
+ - '@swc/wasm'
- encoding
dev: false
/@asyncapi/openapi-schema-parser@2.0.3:
- resolution:
- {
- integrity: sha512-o9fvibjx2n3L2SKNlWUQ59CxO2x2BKhbHxh81U39NMLgowN/avk1wfxkMvzL3G9pg4FlgCdcayDhu4+TzDX47A==
- }
+ resolution: {integrity: sha512-o9fvibjx2n3L2SKNlWUQ59CxO2x2BKhbHxh81U39NMLgowN/avk1wfxkMvzL3G9pg4FlgCdcayDhu4+TzDX47A==}
dependencies:
- "@openapi-contrib/openapi-schema-to-json-schema": 3.2.0
+ '@openapi-contrib/openapi-schema-to-json-schema': 3.2.0
conventional-changelog-conventionalcommits: 5.0.0
dev: false
/@asyncapi/openapi-schema-parser@3.0.4:
- resolution:
- {
- integrity: sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==
- }
+ resolution: {integrity: sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==}
dependencies:
- "@asyncapi/parser": 2.1.0
- "@openapi-contrib/openapi-schema-to-json-schema": 3.2.0
+ '@asyncapi/parser': 2.1.0
+ '@openapi-contrib/openapi-schema-to-json-schema': 3.2.0
ajv: 8.12.0
ajv-errors: 3.0.0(ajv@8.12.0)
ajv-formats: 2.1.1(ajv@8.12.0)
@@ -1990,14 +1956,11 @@ packages:
dev: false
/@asyncapi/parser@1.18.1:
- resolution:
- {
- integrity: sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==
- }
- dependencies:
- "@apidevtools/json-schema-ref-parser": 9.1.2
- "@asyncapi/specs": 4.3.1
- "@fmvilas/pseudo-yaml-ast": 0.3.1
+ resolution: {integrity: sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==}
+ dependencies:
+ '@apidevtools/json-schema-ref-parser': 9.1.2
+ '@asyncapi/specs': 4.3.1
+ '@fmvilas/pseudo-yaml-ast': 0.3.1
ajv: 6.12.6
js-yaml: 3.14.1
json-to-ast: 2.1.0
@@ -2009,19 +1972,16 @@ packages:
dev: false
/@asyncapi/parser@2.0.0:
- resolution:
- {
- integrity: sha512-xQm3LVChLGGTOo6OxGM4wIwTC7/uMHZvQMcGHnCvdyqcqn4H1sZQdE+MHhxPM7SnKNko86Pub0UDavwk0Jfwyw==
- }
- dependencies:
- "@asyncapi/specs": 5.1.0
- "@openapi-contrib/openapi-schema-to-json-schema": 3.2.0
- "@stoplight/json-ref-resolver": 3.1.6
- "@stoplight/spectral-core": 1.18.3
- "@stoplight/spectral-functions": 1.7.2
- "@stoplight/spectral-parsers": 1.0.3
- "@types/json-schema": 7.0.12
- "@types/urijs": 1.19.19
+ resolution: {integrity: sha512-xQm3LVChLGGTOo6OxGM4wIwTC7/uMHZvQMcGHnCvdyqcqn4H1sZQdE+MHhxPM7SnKNko86Pub0UDavwk0Jfwyw==}
+ dependencies:
+ '@asyncapi/specs': 5.1.0
+ '@openapi-contrib/openapi-schema-to-json-schema': 3.2.0
+ '@stoplight/json-ref-resolver': 3.1.6
+ '@stoplight/spectral-core': 1.18.3
+ '@stoplight/spectral-functions': 1.7.2
+ '@stoplight/spectral-parsers': 1.0.3
+ '@types/json-schema': 7.0.12
+ '@types/urijs': 1.19.19
ajv: 8.12.0
ajv-errors: 3.0.0(ajv@8.12.0)
ajv-formats: 2.1.1(ajv@8.12.0)
@@ -2037,19 +1997,16 @@ packages:
dev: false
/@asyncapi/parser@2.1.0:
- resolution:
- {
- integrity: sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==
- }
- dependencies:
- "@asyncapi/specs": 5.1.0
- "@openapi-contrib/openapi-schema-to-json-schema": 3.2.0
- "@stoplight/json-ref-resolver": 3.1.6
- "@stoplight/spectral-core": 1.18.3
- "@stoplight/spectral-functions": 1.7.2
- "@stoplight/spectral-parsers": 1.0.3
- "@types/json-schema": 7.0.12
- "@types/urijs": 1.19.19
+ resolution: {integrity: sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==}
+ dependencies:
+ '@asyncapi/specs': 5.1.0
+ '@openapi-contrib/openapi-schema-to-json-schema': 3.2.0
+ '@stoplight/json-ref-resolver': 3.1.6
+ '@stoplight/spectral-core': 1.18.3
+ '@stoplight/spectral-functions': 1.7.2
+ '@stoplight/spectral-parsers': 1.0.3
+ '@types/json-schema': 7.0.12
+ '@types/urijs': 1.19.19
ajv: 8.12.0
ajv-errors: 3.0.0(ajv@8.12.0)
ajv-formats: 2.1.1(ajv@8.12.0)
@@ -2064,22 +2021,16 @@ packages:
dev: false
/@asyncapi/protobuf-schema-parser@1.0.0:
- resolution:
- {
- integrity: sha512-eLfFhV6L+idW83LUspD6pzVwp2Zz0t3oW7kZD+USynmKZMkXnLmY7ON0q82Y5k0KZ34itoyyKu7YBYe4JxIZsw==
- }
+ resolution: {integrity: sha512-eLfFhV6L+idW83LUspD6pzVwp2Zz0t3oW7kZD+USynmKZMkXnLmY7ON0q82Y5k0KZ34itoyyKu7YBYe4JxIZsw==}
dependencies:
conventional-changelog-conventionalcommits: 5.0.0
protocol-buffers-schema: 3.6.0
dev: false
/@asyncapi/raml-dt-schema-parser@4.0.4:
- resolution:
- {
- integrity: sha512-kKam4jwYYdwqoV5zkEb3YEb8VOrN0785fc4ByazxRd+BT/RnkQTLspjTY/akdDs9DLmU4ChP73Z0vqpek6wojA==
- }
+ resolution: {integrity: sha512-kKam4jwYYdwqoV5zkEb3YEb8VOrN0785fc4ByazxRd+BT/RnkQTLspjTY/akdDs9DLmU4ChP73Z0vqpek6wojA==}
dependencies:
- "@asyncapi/parser": 2.1.0
+ '@asyncapi/parser': 2.1.0
js-yaml: 4.1.0
ramldt2jsonschema: 1.2.3
webapi-parser: 0.5.0
@@ -2088,18 +2039,15 @@ packages:
dev: false
/@asyncapi/react-component@1.0.0-next.48(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-cF/tBMF7irQeImV5hqu8Ksm66ZY/+y5DsXpfLrOjTaZTVj90aR7Naj5OKIISg0jsW5modMAUAtAXO0agey8kig==
- }
- peerDependencies:
- react: ">=16.8.0"
- react-dom: ">=16.8.0"
- dependencies:
- "@asyncapi/avro-schema-parser": 1.1.0
- "@asyncapi/openapi-schema-parser": 2.0.3
- "@asyncapi/parser": 1.18.1
- "@asyncapi/protobuf-schema-parser": 1.0.0
+ resolution: {integrity: sha512-cF/tBMF7irQeImV5hqu8Ksm66ZY/+y5DsXpfLrOjTaZTVj90aR7Naj5OKIISg0jsW5modMAUAtAXO0agey8kig==}
+ peerDependencies:
+ react: '>=16.8.0'
+ react-dom: '>=16.8.0'
+ dependencies:
+ '@asyncapi/avro-schema-parser': 1.1.0
+ '@asyncapi/openapi-schema-parser': 2.0.3
+ '@asyncapi/parser': 1.18.1
+ '@asyncapi/protobuf-schema-parser': 1.0.0
highlight.js: 10.7.3
isomorphic-dompurify: 0.13.0
marked: 4.3.0
@@ -2116,84 +2064,58 @@ packages:
dev: false
/@asyncapi/specs@4.3.1:
- resolution:
- {
- integrity: sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==
- }
+ resolution: {integrity: sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
dev: false
/@asyncapi/specs@5.1.0:
- resolution:
- {
- integrity: sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==
- }
+ resolution: {integrity: sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
dev: false
/@aw-web-design/x-default-browser@1.4.126:
- resolution:
- {
- integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==
- }
- hasBin: true
+ resolution: {integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==}
dependencies:
default-browser-id: 3.0.0
dev: true
/@aw-web-design/x-default-browser@1.4.88:
- resolution:
- {
- integrity: sha512-AkEmF0wcwYC2QkhK703Y83fxWARttIWXDmQN8+cof8FmFZ5BRhnNXGymeb1S73bOCLfWjYELxtujL56idCN/XA==
- }
- hasBin: true
+ resolution: {integrity: sha512-AkEmF0wcwYC2QkhK703Y83fxWARttIWXDmQN8+cof8FmFZ5BRhnNXGymeb1S73bOCLfWjYELxtujL56idCN/XA==}
dependencies:
default-browser-id: 3.0.0
dev: true
/@babel/code-frame@7.12.11:
- resolution:
- {
- integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
- }
+ resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
- "@babel/highlight": 7.22.10
+ '@babel/highlight': 7.22.10
dev: true
/@babel/code-frame@7.22.10:
- resolution:
- {
- integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/highlight": 7.22.10
+ '@babel/highlight': 7.22.10
chalk: 2.4.2
/@babel/compat-data@7.22.9:
- resolution:
- {
- integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
+ engines: {node: '>=6.9.0'}
/@babel/core@7.12.9:
- resolution:
- {
- integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.12.9)
- "@babel/helpers": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.12.9)
+ '@babel/helpers': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
convert-source-map: 1.9.0
debug: 4.3.4(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -2207,22 +2129,19 @@ packages:
dev: false
/@babel/core@7.21.8:
- resolution:
- {
- integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@ampproject/remapping": 2.2.1
- "@babel/code-frame": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8)
- "@babel/helpers": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@ampproject/remapping': 2.2.1
+ '@babel/code-frame': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.8)
+ '@babel/helpers': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
convert-source-map: 1.9.0
debug: 4.3.4(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -2233,22 +2152,19 @@ packages:
dev: true
/@babel/core@7.22.10:
- resolution:
- {
- integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@ampproject/remapping": 2.2.1
- "@babel/code-frame": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.10)
- "@babel/helpers": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@ampproject/remapping': 2.2.1
+ '@babel/code-frame': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
+ '@babel/helpers': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
convert-source-map: 1.9.0
debug: 4.3.4(supports-color@8.1.1)
gensync: 1.0.0-beta.2
@@ -2258,178 +2174,142 @@ packages:
- supports-color
/@babel/generator@7.21.9:
- resolution:
- {
- integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/types": 7.22.10
- "@jridgewell/gen-mapping": 0.3.3
- "@jridgewell/trace-mapping": 0.3.19
+ resolution: {integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.22.10
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.19
jsesc: 2.5.2
dev: true
/@babel/generator@7.22.10:
- resolution:
- {
- integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/types": 7.22.10
- "@jridgewell/gen-mapping": 0.3.3
- "@jridgewell/trace-mapping": 0.3.19
+ resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.22.10
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.19
jsesc: 2.5.2
/@babel/helper-annotate-as-pure@7.22.5:
- resolution:
- {
- integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-builder-binary-assignment-operator-visitor@7.22.10:
- resolution:
- {
- integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-compilation-targets@7.22.10:
- resolution:
- {
- integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/helper-validator-option": 7.22.5
+ resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/compat-data': 7.22.9
+ '@babel/helper-validator-option': 7.22.5
browserslist: 4.21.10
lru-cache: 5.1.1
semver: 6.3.1
/@babel/helper-create-class-features-plugin@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0
- dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
dev: false
/@babel/helper-create-class-features-plugin@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0
- dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.21.8
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
dev: true
/@babel/helper-create-class-features-plugin@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
/@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
dev: false
/@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-annotate-as-pure": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
dev: true
/@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
- }
+ resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
peerDependencies:
- "@babel/core": ^7.4.0-0
+ '@babel/core': ^7.4.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4(supports-color@8.1.1)
lodash.debounce: 4.0.8
resolve: 1.22.4
@@ -2439,16 +2319,13 @@ packages:
dev: true
/@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==
- }
+ resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4(supports-color@8.1.1)
lodash.debounce: 4.0.8
resolve: 1.22.4
@@ -2457,16 +2334,13 @@ packages:
dev: false
/@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==
- }
+ resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4(supports-color@8.1.1)
lodash.debounce: 4.0.8
resolve: 1.22.4
@@ -2474,3131 +2348,2412 @@ packages:
- supports-color
/@babel/helper-environment-visitor@7.22.5:
- resolution:
- {
- integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-function-name@7.22.5:
- resolution:
- {
- integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/template": 7.22.5
- "@babel/types": 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/types': 7.22.10
/@babel/helper-hoist-variables@7.22.5:
- resolution:
- {
- integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-member-expression-to-functions@7.22.5:
- resolution:
- {
- integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-module-imports@7.22.5:
- resolution:
- {
- integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-module-transforms@7.22.9(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-simple-access": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/helper-validator-identifier': 7.22.5
dev: false
/@babel/helper-module-transforms@7.22.9(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-simple-access": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/helper-validator-identifier': 7.22.5
dev: true
/@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-simple-access": 7.22.5
- "@babel/helper-split-export-declaration": 7.22.6
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/helper-validator-identifier': 7.22.5
/@babel/helper-optimise-call-expression@7.22.5:
- resolution:
- {
- integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-plugin-utils@7.10.4:
- resolution:
- {
- integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
- }
+ resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==}
dev: false
/@babel/helper-plugin-utils@7.22.5:
- resolution:
- {
- integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-wrap-function": 7.22.10
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-wrap-function': 7.22.10
dev: false
/@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-wrap-function": 7.22.10
+ '@babel/core': 7.21.8
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-wrap-function': 7.22.10
dev: true
/@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-wrap-function": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-wrap-function': 7.22.10
/@babel/helper-replace-supers@7.22.9(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
dev: false
/@babel/helper-replace-supers@7.22.9(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
dev: true
/@babel/helper-replace-supers@7.22.9(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-member-expression-to-functions": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
/@babel/helper-simple-access@7.22.5:
- resolution:
- {
- integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-skip-transparent-expression-wrappers@7.22.5:
- resolution:
- {
- integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-split-export-declaration@7.22.6:
- resolution:
- {
- integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/helper-string-parser@7.22.5:
- resolution:
- {
- integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-validator-identifier@7.22.5:
- resolution:
- {
- integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-validator-option@7.22.5:
- resolution:
- {
- integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-wrap-function@7.22.10:
- resolution:
- {
- integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/helper-function-name": 7.22.5
- "@babel/template": 7.22.5
- "@babel/types": 7.22.10
+ '@babel/helper-function-name': 7.22.5
+ '@babel/template': 7.22.5
+ '@babel/types': 7.22.10
/@babel/helpers@7.22.10:
- resolution:
- {
- integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
transitivePeerDependencies:
- supports-color
/@babel/highlight@7.22.10:
- resolution:
- {
- integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
chalk: 2.4.2
js-tokens: 4.0.0
/@babel/parser@7.21.9:
- resolution:
- {
- integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==
- }
- engines: { node: ">=6.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==}
+ engines: {node: '>=6.0.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
dev: true
/@babel/parser@7.22.10:
- resolution:
- {
- integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
- }
- engines: { node: ">=6.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==}
+ engines: {node: '>=6.0.0'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.13.0
+ '@babel/core': ^7.13.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/plugin-transform-optional-chaining": 7.22.10(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.12.9)
dev: false
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.13.0
+ '@babel/core': ^7.13.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/plugin-transform-optional-chaining": 7.22.10(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.21.8)
dev: true
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.13.0
+ '@babel/core': ^7.13.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
- "@babel/plugin-transform-optional-chaining": 7.22.10(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.22.10)
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.21.8)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.21.8)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.10)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.10)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
dev: false
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.12.0
+ '@babel/core': ^7.12.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-decorators@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-KxN6TqZzcFi4uD3UifqXElBTBNLAEH1l3vzMQj6JwJZbL2sZlThxSViOKCYY+4Ah4V4JhQ95IVB7s/Y6SJSlMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-KxN6TqZzcFi4uD3UifqXElBTBNLAEH1l3vzMQj6JwJZbL2sZlThxSViOKCYY+4Ah4V4JhQ95IVB7s/Y6SJSlMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-split-export-declaration": 7.22.6
- "@babel/plugin-syntax-decorators": 7.22.10(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.22.10)
dev: true
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-export-default-from@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-export-default-from": 7.22.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.22.10)
dev: false
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@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.10):
- resolution:
- {
- integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
dev: false
/@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==
- }
+ resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.12.9)
dev: false
/@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.21.8
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.21.8)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.21.8
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.10)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
dev: false
/@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@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.21.8)
+ '@babel/core': 7.21.8
+ '@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.21.8)
dev: true
/@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@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.10)
+ '@babel/core': 7.22.10
+ '@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.10)
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
+ '@babel/core': 7.12.9
dev: false
/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
/@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8)
dev: true
/@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.10)
dev: true
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
+ engines: {node: '>=4'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
- }
+ resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
- }
+ resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
- }
+ resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
- }
+ resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
- }
+ resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
- }
+ resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
- }
+ resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
- }
+ resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
- }
+ resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
- }
+ resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
- }
+ resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
- }
+ resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
- }
+ resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
- }
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
- }
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
- }
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
- }
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
- }
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
- }
+ resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
- }
+ resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
- }
+ resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
- }
+ resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
- }
+ resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
- }
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
- }
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
- }
+ resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
- }
+ resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
- }
+ resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
- }
+ resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
- }
+ resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
- }
+ resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
- }
+ resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
- }
+ resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
- }
+ resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
- }
+ resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
- }
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
- }
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
- }
+ resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@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" }
+ resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-async-generator-functions@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.12.9)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.12.9)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-async-generator-functions@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.10)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.10)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
/@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.21.8)
dev: true
/@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.10)
/@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.12.0
+ '@babel/core': ^7.12.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.12.0
+ '@babel/core': ^7.12.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.10)
/@babel/plugin-transform-classes@7.22.6(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
dev: false
/@babel/plugin-transform-classes@7.22.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.21.8
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
dev: true
/@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-environment-visitor": 7.22.5
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-optimise-call-expression": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-split-export-declaration": 7.22.6
+ resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-environment-visitor': 7.22.5
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
/@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/template": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/template': 7.22.5
dev: false
/@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/template": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/template': 7.22.5
dev: true
/@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/template": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/template': 7.22.5
/@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.10)
/@babel/plugin-transform-for-of@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-for-of@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-function-name@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-function-name@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-function-name": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-function-name': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-transform-literals@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-literals@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10)
/@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-simple-access": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
dev: false
/@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-simple-access": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
dev: true
/@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-simple-access": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-simple-access': 7.22.5
/@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-hoist-variables": 7.22.5
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-hoist-variables': 7.22.5
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
dev: false
/@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-hoist-variables": 7.22.5
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-hoist-variables': 7.22.5
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
dev: true
/@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-hoist-variables": 7.22.5
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-identifier": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-hoist-variables': 7.22.5
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
/@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-new-target@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-new-target@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
/@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.12.9
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.12.9)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.12.9
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.10)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
/@babel/plugin-transform-object-super@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-object-super@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.8)
dev: true
/@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10)
/@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
/@babel/plugin-transform-optional-chaining@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.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.12.9)
+ '@babel/core': 7.12.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.12.9)
dev: false
/@babel/plugin-transform-optional-chaining@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@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.21.8)
+ '@babel/core': 7.21.8
+ '@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.21.8)
dev: true
/@babel/plugin-transform-optional-chaining@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@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.10)
+ '@babel/core': 7.22.10
+ '@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.10)
/@babel/plugin-transform-parameters@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-parameters@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.10)
/@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.12.9)
dev: false
/@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
/@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.12.9)
- "@babel/types": 7.22.10
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.12.9)
+ '@babel/types': 7.22.10
dev: false
/@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/types": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/types': 7.22.10
/@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
dev: false
/@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
dev: true
/@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
/@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-runtime@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-imports": 7.22.5
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.10)
babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.10)
babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.10)
@@ -5607,427 +4762,346 @@ packages:
- supports-color
/@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-spread@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: false
/@babel/plugin-transform-spread@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
/@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-skip-transparent-expression-wrappers": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
/@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-typescript@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-annotate-as-pure": 7.22.5
- "@babel/helper-create-class-features-plugin": 7.22.10(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.10)
/@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.21.8)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.21.8
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.8)
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.12.9)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.12.9
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.12.9)
+ '@babel/helper-plugin-utils': 7.22.5
dev: false
/@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.10)
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.22.10)
+ '@babel/helper-plugin-utils': 7.22.5
/@babel/preset-env@7.21.5(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.21.8
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.21.8)
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-class-static-block": 7.21.0(@babel/core@7.21.8)
- "@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.21.8)
- "@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-logical-assignment-operators": 7.20.7(@babel/core@7.21.8)
- "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.21.8)
- "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.8)
- "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-proposal-private-property-in-object": 7.21.11(@babel/core@7.21.8)
- "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.8)
- "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.8)
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.8)
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.21.8)
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.21.8)
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.8)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.21.8)
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.8)
- "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.21.8)
- "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.21.8)
- "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.21.8)
- "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.21.8)
- "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-modules-systemjs": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.21.8)
- "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.21.8)
- "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.21.8)
- "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.21.8)
- "@babel/preset-modules": 0.1.6(@babel/core@7.21.8)
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.21.8
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.8)
+ '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.8)
+ '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.8)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.21.8)
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.21.8)
+ '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.21.8)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.21.8)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.21.8)
+ '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.21.8)
+ '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.21.8)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.21.8)
+ '@babel/preset-modules': 0.1.6(@babel/core@7.21.8)
+ '@babel/types': 7.22.10
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)
@@ -6038,90 +5112,87 @@ packages:
dev: true
/@babel/preset-env@7.22.10(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.12.9
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.12.9)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.12.9)
- "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.12.9)
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.12.9)
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.12.9)
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.12.9)
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.12.9)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.12.9)
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.12.9)
- "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.12.9)
- "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.12.9)
- "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-async-generator-functions": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-class-static-block": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.12.9)
- "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-dynamic-import": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-export-namespace-from": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-json-strings": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-logical-assignment-operators": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-modules-systemjs": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-nullish-coalescing-operator": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-numeric-separator": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-object-rest-spread": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-optional-catch-binding": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-optional-chaining": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-private-property-in-object": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.12.9)
- "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.12.9)
- "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.12.9)
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.12.9
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.12.9)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.9)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.12.9)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.12.9)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.12.9)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.9)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.9)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.9)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.12.9)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.12.9)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-async-generator-functions': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.12.9)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.12.9)
+ '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.12.9)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.12.9)
+ '@babel/types': 7.22.10
babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.12.9)
babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.12.9)
babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.12.9)
@@ -6132,90 +5203,87 @@ packages:
dev: false
/@babel/preset-env@7.22.10(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.22.10
- "@babel/helper-compilation-targets": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.10)
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.10)
- "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-async-generator-functions": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-class-static-block": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.22.10)
- "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-dynamic-import": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-export-namespace-from": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-json-strings": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-logical-assignment-operators": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-systemjs": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-nullish-coalescing-operator": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-numeric-separator": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-object-rest-spread": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-optional-catch-binding": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-optional-chaining": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-private-property-in-object": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.22.10)
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.22.10
+ '@babel/helper-compilation-targets': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.10)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.10)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-async-generator-functions': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.10)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.10)
+ '@babel/types': 7.22.10
babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.10)
babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.10)
babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.10)
@@ -6225,141 +5293,114 @@ packages:
- supports-color
/@babel/preset-flow@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@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.10)
+ '@babel/core': 7.22.10
+ '@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.10)
/@babel/preset-modules@0.1.6(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==
- }
- peerDependencies:
- "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0
- dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.8)
- "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.21.8)
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.21.8
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.21.8)
+ '@babel/types': 7.22.10
esutils: 2.0.3
dev: true
/@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
- }
+ resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies:
- "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/types": 7.22.10
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/types': 7.22.10
esutils: 2.0.3
dev: false
/@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
- }
+ resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies:
- "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/types": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/types': 7.22.10
esutils: 2.0.3
/@babel/preset-react@7.14.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.22.10)
dev: true
/@babel/preset-react@7.22.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.12.9)
- "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.12.9)
+ '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.12.9)
dev: false
/@babel/preset-react@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==
- }
- engines: { node: ">=6.9.0" }
- peerDependencies:
- "@babel/core": ^7.0.0-0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/helper-validator-option": 7.22.5
- "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.22.10)
+ resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.5
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.22.10)
/@babel/preset-typescript@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@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.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-typescript": 7.22.10(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@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.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10)
/@babel/register@7.22.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
clone-deep: 4.0.1
find-cache-dir: 2.1.0
make-dir: 2.1.0
@@ -6367,66 +5408,48 @@ packages:
source-map-support: 0.5.21
/@babel/regjsgen@0.8.0:
- resolution:
- {
- integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
- }
+ resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
/@babel/runtime-corejs3@7.22.10:
- resolution:
- {
- integrity: sha512-IcixfV2Jl3UrqZX4c81+7lVg5++2ufYJyAFW3Aux/ZTvY6LVYYhJ9rMgnbX0zGVq6eqfVpnoatTjZdVki/GmWA==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-IcixfV2Jl3UrqZX4c81+7lVg5++2ufYJyAFW3Aux/ZTvY6LVYYhJ9rMgnbX0zGVq6eqfVpnoatTjZdVki/GmWA==}
+ engines: {node: '>=6.9.0'}
dependencies:
core-js-pure: 3.32.0
regenerator-runtime: 0.14.0
dev: false
/@babel/runtime@7.12.5:
- resolution:
- {
- integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
- }
+ resolution: {integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==}
dependencies:
regenerator-runtime: 0.13.11
dev: true
/@babel/runtime@7.22.10:
- resolution:
- {
- integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==}
+ engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.14.0
/@babel/template@7.22.5:
- resolution:
- {
- integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==}
+ engines: {node: '>=6.9.0'}
dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/types": 7.22.10
+ '@babel/code-frame': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/types': 7.22.10
/@babel/traverse@7.21.5:
- resolution:
- {
- integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/generator": 7.22.10
- "@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.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@babel/generator': 7.22.10
+ '@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.22.10
+ '@babel/types': 7.22.10
debug: 4.3.4(supports-color@8.1.1)
globals: 11.12.0
transitivePeerDependencies:
@@ -6434,53 +5457,41 @@ packages:
dev: true
/@babel/traverse@7.22.10:
- resolution:
- {
- integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/generator": 7.22.10
- "@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.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@babel/generator': 7.22.10
+ '@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.22.10
+ '@babel/types': 7.22.10
debug: 4.3.4(supports-color@8.1.1)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
/@babel/types@7.21.5:
- resolution:
- {
- integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/helper-string-parser": 7.22.5
- "@babel/helper-validator-identifier": 7.22.5
+ resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-string-parser': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
to-fast-properties: 2.0.0
dev: true
/@babel/types@7.22.10:
- resolution:
- {
- integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
- }
- engines: { node: ">=6.9.0" }
- dependencies:
- "@babel/helper-string-parser": 7.22.5
- "@babel/helper-validator-identifier": 7.22.5
+ resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-string-parser': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.5
to-fast-properties: 2.0.0
/@babel/types@7.8.3:
- resolution:
- {
- integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
- }
+ resolution: {integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==}
dependencies:
esutils: 2.0.3
lodash: 4.17.21
@@ -6488,246 +5499,179 @@ packages:
dev: true
/@base2/pretty-print-object@1.0.1:
- resolution:
- {
- integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==
- }
+ resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==}
dev: true
/@bcherny/json-schema-ref-parser@10.0.5-fork:
- resolution:
- {
- integrity: sha512-E/jKbPoca1tfUPj3iSbitDZTGnq6FUFjkH6L8U2oDwSuwK1WhnnVtCG7oFOTg/DDnyoXbQYUiUiGOibHqaGVnw==
- }
- engines: { node: ">= 16" }
- dependencies:
- "@jsdevtools/ono": 7.1.3
- "@types/json-schema": 7.0.12
+ resolution: {integrity: sha512-E/jKbPoca1tfUPj3iSbitDZTGnq6FUFjkH6L8U2oDwSuwK1WhnnVtCG7oFOTg/DDnyoXbQYUiUiGOibHqaGVnw==}
+ engines: {node: '>= 16'}
+ dependencies:
+ '@jsdevtools/ono': 7.1.3
+ '@types/json-schema': 7.0.12
call-me-maybe: 1.0.2
js-yaml: 4.1.0
dev: false
/@bcoe/v8-coverage@0.2.3:
- resolution:
- {
- integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
- }
+ resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
/@braintree/sanitize-url@6.0.4:
- resolution:
- {
- integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==
- }
+ resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==}
dev: false
/@chevrotain/cst-dts-gen@10.4.2:
- resolution:
- {
- integrity: sha512-0+4bNjlndNWMoVLH/+y4uHnf6GrTipsC+YTppJxelVJo+xeRVQ0s2PpkdDCVTsu7efyj+8r1gFiwVXsp6JZ0iQ==
- }
+ resolution: {integrity: sha512-0+4bNjlndNWMoVLH/+y4uHnf6GrTipsC+YTppJxelVJo+xeRVQ0s2PpkdDCVTsu7efyj+8r1gFiwVXsp6JZ0iQ==}
dependencies:
- "@chevrotain/gast": 10.4.2
- "@chevrotain/types": 10.4.2
+ '@chevrotain/gast': 10.4.2
+ '@chevrotain/types': 10.4.2
lodash: 4.17.21
dev: false
/@chevrotain/cst-dts-gen@10.5.0:
- resolution:
- {
- integrity: sha512-lhmC/FyqQ2o7pGK4Om+hzuDrm9rhFYIJ/AXoQBeongmn870Xeb0L6oGEiuR8nohFNL5sMaQEJWCxr1oIVIVXrw==
- }
+ resolution: {integrity: sha512-lhmC/FyqQ2o7pGK4Om+hzuDrm9rhFYIJ/AXoQBeongmn870Xeb0L6oGEiuR8nohFNL5sMaQEJWCxr1oIVIVXrw==}
dependencies:
- "@chevrotain/gast": 10.5.0
- "@chevrotain/types": 10.5.0
+ '@chevrotain/gast': 10.5.0
+ '@chevrotain/types': 10.5.0
lodash: 4.17.21
dev: true
/@chevrotain/gast@10.4.2:
- resolution:
- {
- integrity: sha512-4ZAn8/mjkmYonilSJ60gGj1tAF0cVWYUMlIGA0e4ATAc3a648aCnvpBw7zlPHDQjFp50XC13iyWEgWAKiRKTOA==
- }
+ resolution: {integrity: sha512-4ZAn8/mjkmYonilSJ60gGj1tAF0cVWYUMlIGA0e4ATAc3a648aCnvpBw7zlPHDQjFp50XC13iyWEgWAKiRKTOA==}
dependencies:
- "@chevrotain/types": 10.4.2
+ '@chevrotain/types': 10.4.2
lodash: 4.17.21
dev: false
/@chevrotain/gast@10.5.0:
- resolution:
- {
- integrity: sha512-pXdMJ9XeDAbgOWKuD1Fldz4ieCs6+nLNmyVhe2gZVqoO7v8HXuHYs5OV2EzUtbuai37TlOAQHrTDvxMnvMJz3A==
- }
+ resolution: {integrity: sha512-pXdMJ9XeDAbgOWKuD1Fldz4ieCs6+nLNmyVhe2gZVqoO7v8HXuHYs5OV2EzUtbuai37TlOAQHrTDvxMnvMJz3A==}
dependencies:
- "@chevrotain/types": 10.5.0
+ '@chevrotain/types': 10.5.0
lodash: 4.17.21
dev: true
/@chevrotain/types@10.4.2:
- resolution:
- {
- integrity: sha512-QzSCjg6G4MvIoLeIgOiMR0IgzkGEQqrNJJIr3T5ETRa7l4Av4AMIiEctV99mvDr57iXwwk0/kr3RJxiU36Nevw==
- }
+ resolution: {integrity: sha512-QzSCjg6G4MvIoLeIgOiMR0IgzkGEQqrNJJIr3T5ETRa7l4Av4AMIiEctV99mvDr57iXwwk0/kr3RJxiU36Nevw==}
dev: false
/@chevrotain/types@10.5.0:
- resolution:
- {
- integrity: sha512-f1MAia0x/pAVPWH/T73BJVyO2XU5tI4/iE7cnxb7tqdNTNhQI3Uq3XkqcoteTmD4t1aM0LbHCJOhgIDn07kl2A==
- }
+ resolution: {integrity: sha512-f1MAia0x/pAVPWH/T73BJVyO2XU5tI4/iE7cnxb7tqdNTNhQI3Uq3XkqcoteTmD4t1aM0LbHCJOhgIDn07kl2A==}
dev: true
/@chevrotain/utils@10.4.2:
- resolution:
- {
- integrity: sha512-V34dacxWLwKcvcy32dx96ADJVdB7kOJLm7LyBkBQw5u5HC9WdEFw2G17zml+U3ivavGTrGPJHl8o9/UJm0PlUw==
- }
+ resolution: {integrity: sha512-V34dacxWLwKcvcy32dx96ADJVdB7kOJLm7LyBkBQw5u5HC9WdEFw2G17zml+U3ivavGTrGPJHl8o9/UJm0PlUw==}
dev: false
/@chevrotain/utils@10.5.0:
- resolution:
- {
- integrity: sha512-hBzuU5+JjB2cqNZyszkDHZgOSrUUT8V3dhgRl8Q9Gp6dAj/H5+KILGjbhDpc3Iy9qmqlm/akuOI2ut9VUtzJxQ==
- }
+ resolution: {integrity: sha512-hBzuU5+JjB2cqNZyszkDHZgOSrUUT8V3dhgRl8Q9Gp6dAj/H5+KILGjbhDpc3Iy9qmqlm/akuOI2ut9VUtzJxQ==}
dev: true
/@cloudflare/kv-asset-handler@0.2.0:
- resolution:
- {
- integrity: sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==
- }
+ resolution: {integrity: sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==}
dependencies:
mime: 3.0.0
- dev: true
/@cloudflare/workerd-darwin-64@1.20230710.0:
- resolution:
- {
- integrity: sha512-TDEgTfzTkveW+U0qtg9/60PXbl2klnEso0oio501zAnY2SOC1x7M0qb8UkhvjHFUVpwdykUzTPWPIWFBcF1ibA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-TDEgTfzTkveW+U0qtg9/60PXbl2klnEso0oio501zAnY2SOC1x7M0qb8UkhvjHFUVpwdykUzTPWPIWFBcF1ibA==}
+ engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
requiresBuild: true
- dev: true
optional: true
/@cloudflare/workerd-darwin-arm64@1.20230710.0:
- resolution:
- {
- integrity: sha512-dxBwnKcj7TiM1JGiODg0LASa25A9P0XLeMkmF8YCECZoq+3QLH/uY4Vbm1xeEy8iXUZrt/uYN72bBE83vY4HIQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-dxBwnKcj7TiM1JGiODg0LASa25A9P0XLeMkmF8YCECZoq+3QLH/uY4Vbm1xeEy8iXUZrt/uYN72bBE83vY4HIQ==}
+ engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
- dev: true
optional: true
/@cloudflare/workerd-linux-64@1.20230710.0:
- resolution:
- {
- integrity: sha512-WrKZwL76i51jQLFpSxklpRSm2s8T9Xf6tVzQaiLTtpguKZSF/CTAyjjEOVfS7FXk+Te8lyAJAFQnj5QHoJ3pzA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-WrKZwL76i51jQLFpSxklpRSm2s8T9Xf6tVzQaiLTtpguKZSF/CTAyjjEOVfS7FXk+Te8lyAJAFQnj5QHoJ3pzA==}
+ engines: {node: '>=16'}
cpu: [x64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@cloudflare/workerd-linux-arm64@1.20230710.0:
- resolution:
- {
- integrity: sha512-eWdbOoqFqQ4m1/Wwy2dRDaOVXjOmWGjwBliU8pvm2m9RjfRTdfik7z6E3vOkalxqJDHiJ0f8SUykKz2oM1lD0A==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-eWdbOoqFqQ4m1/Wwy2dRDaOVXjOmWGjwBliU8pvm2m9RjfRTdfik7z6E3vOkalxqJDHiJ0f8SUykKz2oM1lD0A==}
+ engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@cloudflare/workerd-windows-64@1.20230710.0:
- resolution:
- {
- integrity: sha512-P5ihH98Pb72HrsVsvb/HCSezvAvEtPeVQVBKgIclNE9e0fkA4zX9QMzBBFvLy3yr0YLf4r7MO2tNnt7JFnheGA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-P5ihH98Pb72HrsVsvb/HCSezvAvEtPeVQVBKgIclNE9e0fkA4zX9QMzBBFvLy3yr0YLf4r7MO2tNnt7JFnheGA==}
+ engines: {node: '>=16'}
cpu: [x64]
os: [win32]
requiresBuild: true
- dev: true
optional: true
- /@cloudflare/workers-types@4.20230710.0:
- resolution:
- {
- integrity: sha512-bq0QMM51KyqTL/lIFUToT2AZfulO7pqwQvdZhjPMbxlIJADDNYeFd+GEQ6YGiGl5G/xxVEkpEql59sYlSfzYIg==
- }
+ /@cloudflare/workers-types@4.20230904.0:
+ resolution: {integrity: sha512-IX4oJCe14ctblSPZBlW64BVZ9nYLUo6sD2I5gu3hX0ywByYWm1OuoKm9Xb/Zpbj8Ph18Z7Ryii6u2/ocnncXdA==}
+ dev: false
+
+ /@cloudflare/wrangler@1.21.0:
+ resolution: {integrity: sha512-rsF1cGQT+CcTbk6d/s7c/CWOnKAtKi26LSkSbjDPnXsaEMso3RGRPWdStav/xmMLbvKOeDdtL8NDoxrtimrpQg==}
+ requiresBuild: true
+ dependencies:
+ axios: 0.21.4
+ rimraf: 3.0.2
+ tar: 6.1.15
+ transitivePeerDependencies:
+ - debug
+ dev: true
/@colors/colors@1.5.0:
- resolution:
- {
- integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
- }
- engines: { node: ">=0.1.90" }
+ resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
+ engines: {node: '>=0.1.90'}
requiresBuild: true
optional: true
- /@commitlint/cli@17.6.1(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
- }
- engines: { node: ">=v14" }
- hasBin: true
+ /@commitlint/cli@17.6.1(@swc/core@1.3.83)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==}
+ engines: {node: '>=v14'}
dependencies:
- "@commitlint/format": 17.4.4
- "@commitlint/lint": 17.7.0
- "@commitlint/load": 17.7.1(@swc/core@1.3.76)
- "@commitlint/read": 17.5.1
- "@commitlint/types": 17.4.4
+ '@commitlint/format': 17.4.4
+ '@commitlint/lint': 17.7.0
+ '@commitlint/load': 17.7.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)
+ '@commitlint/read': 17.5.1
+ '@commitlint/types': 17.4.4
execa: 5.1.1
lodash.isfunction: 3.0.9
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
resolve-global: 1.0.0
yargs: 17.7.2
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: true
/@commitlint/config-conventional@17.6.1:
- resolution:
- {
- integrity: sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==}
+ engines: {node: '>=v14'}
dependencies:
conventional-changelog-conventionalcommits: 5.0.0
dev: true
/@commitlint/config-validator@17.6.7:
- resolution:
- {
- integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==}
+ engines: {node: '>=v14'}
requiresBuild: true
dependencies:
- "@commitlint/types": 17.4.4
+ '@commitlint/types': 17.4.4
ajv: 8.12.0
dev: true
/@commitlint/ensure@17.6.7:
- resolution:
- {
- integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==}
+ engines: {node: '>=v14'}
dependencies:
- "@commitlint/types": 17.4.4
+ '@commitlint/types': 17.4.4
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
@@ -6736,610 +5680,406 @@ packages:
dev: true
/@commitlint/execute-rule@17.4.0:
- resolution:
- {
- integrity: sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==}
+ engines: {node: '>=v14'}
requiresBuild: true
dev: true
/@commitlint/format@17.4.4:
- resolution:
- {
- integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==}
+ engines: {node: '>=v14'}
dependencies:
- "@commitlint/types": 17.4.4
+ '@commitlint/types': 17.4.4
chalk: 4.1.0
dev: true
/@commitlint/is-ignored@17.7.0:
- resolution:
- {
- integrity: sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==}
+ engines: {node: '>=v14'}
dependencies:
- "@commitlint/types": 17.4.4
+ '@commitlint/types': 17.4.4
semver: 7.5.4
dev: true
/@commitlint/lint@17.7.0:
- resolution:
- {
- integrity: sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==
- }
- engines: { node: ">=v14" }
- dependencies:
- "@commitlint/is-ignored": 17.7.0
- "@commitlint/parse": 17.7.0
- "@commitlint/rules": 17.7.0
- "@commitlint/types": 17.4.4
- dev: true
-
- /@commitlint/load@17.7.1(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==
- }
- engines: { node: ">=v14" }
- dependencies:
- "@commitlint/config-validator": 17.6.7
- "@commitlint/execute-rule": 17.4.0
- "@commitlint/resolve-extends": 17.6.7
- "@commitlint/types": 17.4.4
- "@types/node": 20.4.7
+ resolution: {integrity: sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==}
+ engines: {node: '>=v14'}
+ dependencies:
+ '@commitlint/is-ignored': 17.7.0
+ '@commitlint/parse': 17.7.0
+ '@commitlint/rules': 17.7.0
+ '@commitlint/types': 17.4.4
+ dev: true
+
+ /@commitlint/load@17.7.1(@swc/core@1.3.83)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==}
+ engines: {node: '>=v14'}
+ dependencies:
+ '@commitlint/config-validator': 17.6.7
+ '@commitlint/execute-rule': 17.4.0
+ '@commitlint/resolve-extends': 17.6.7
+ '@commitlint/types': 17.4.4
+ '@types/node': 20.4.7
chalk: 4.1.0
cosmiconfig: 8.2.0
cosmiconfig-typescript-loader: 4.4.0(@types/node@20.4.7)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
- resolve-from: 5.0.0
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.4.7)(typescript@5.1.6)
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.4.7)(typescript@5.1.6)
typescript: 5.1.6
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: true
/@commitlint/message@17.4.2:
- resolution:
- {
- integrity: sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==}
+ engines: {node: '>=v14'}
dev: true
/@commitlint/parse@17.7.0:
- resolution:
- {
- integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==}
+ engines: {node: '>=v14'}
dependencies:
- "@commitlint/types": 17.4.4
+ '@commitlint/types': 17.4.4
conventional-changelog-angular: 6.0.0
conventional-commits-parser: 4.0.0
dev: true
/@commitlint/read@17.5.1:
- resolution:
- {
- integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
- }
- engines: { node: ">=v14" }
- dependencies:
- "@commitlint/top-level": 17.4.0
- "@commitlint/types": 17.4.4
+ resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==}
+ engines: {node: '>=v14'}
+ dependencies:
+ '@commitlint/top-level': 17.4.0
+ '@commitlint/types': 17.4.4
fs-extra: 11.1.1
git-raw-commits: 2.0.11
minimist: 1.2.8
dev: true
/@commitlint/resolve-extends@17.6.7:
- resolution:
- {
- integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==}
+ engines: {node: '>=v14'}
requiresBuild: true
dependencies:
- "@commitlint/config-validator": 17.6.7
- "@commitlint/types": 17.4.4
+ '@commitlint/config-validator': 17.6.7
+ '@commitlint/types': 17.4.4
import-fresh: 3.3.0
lodash.mergewith: 4.6.2
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
resolve-global: 1.0.0
dev: true
/@commitlint/rules@17.7.0:
- resolution:
- {
- integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==
- }
- engines: { node: ">=v14" }
- dependencies:
- "@commitlint/ensure": 17.6.7
- "@commitlint/message": 17.4.2
- "@commitlint/to-lines": 17.4.0
- "@commitlint/types": 17.4.4
+ resolution: {integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==}
+ engines: {node: '>=v14'}
+ dependencies:
+ '@commitlint/ensure': 17.6.7
+ '@commitlint/message': 17.4.2
+ '@commitlint/to-lines': 17.4.0
+ '@commitlint/types': 17.4.4
execa: 5.1.1
dev: true
/@commitlint/to-lines@17.4.0:
- resolution:
- {
- integrity: sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==}
+ engines: {node: '>=v14'}
dev: true
/@commitlint/top-level@17.4.0:
- resolution:
- {
- integrity: sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==}
+ engines: {node: '>=v14'}
dependencies:
find-up: 5.0.0
dev: true
/@commitlint/types@17.4.4:
- resolution:
- {
- integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==
- }
- engines: { node: ">=v14" }
+ resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==}
+ engines: {node: '>=v14'}
dependencies:
chalk: 4.1.0
dev: true
/@cspell/cspell-bundled-dicts@6.31.1:
- resolution:
- {
- integrity: sha512-rsIev+dk1Vd8H1OKZhNhXycIVsMfeWJaeW3QUi1l4oIoGwQfJVbs1ZPZPHE5cglzyHOW1jQNStXf34UKaC6siA==
- }
- engines: { node: ">=14" }
- dependencies:
- "@cspell/dict-ada": 4.0.2
- "@cspell/dict-aws": 3.0.0
- "@cspell/dict-bash": 4.1.1
- "@cspell/dict-companies": 3.0.19
- "@cspell/dict-cpp": 5.0.4
- "@cspell/dict-cryptocurrencies": 3.0.1
- "@cspell/dict-csharp": 4.0.2
- "@cspell/dict-css": 4.0.6
- "@cspell/dict-dart": 2.0.3
- "@cspell/dict-django": 4.1.0
- "@cspell/dict-docker": 1.1.7
- "@cspell/dict-dotnet": 5.0.0
- "@cspell/dict-elixir": 4.0.3
- "@cspell/dict-en-common-misspellings": 1.0.2
- "@cspell/dict-en-gb": 1.1.33
- "@cspell/dict-en_us": 4.3.6
- "@cspell/dict-filetypes": 3.0.1
- "@cspell/dict-fonts": 3.0.2
- "@cspell/dict-fullstack": 3.1.5
- "@cspell/dict-gaming-terms": 1.0.4
- "@cspell/dict-git": 2.0.0
- "@cspell/dict-golang": 6.0.2
- "@cspell/dict-haskell": 4.0.1
- "@cspell/dict-html": 4.0.3
- "@cspell/dict-html-symbol-entities": 4.0.0
- "@cspell/dict-java": 5.0.5
- "@cspell/dict-k8s": 1.0.1
- "@cspell/dict-latex": 4.0.0
- "@cspell/dict-lorem-ipsum": 3.0.0
- "@cspell/dict-lua": 4.0.1
- "@cspell/dict-node": 4.0.2
- "@cspell/dict-npm": 5.0.8
- "@cspell/dict-php": 4.0.1
- "@cspell/dict-powershell": 5.0.2
- "@cspell/dict-public-licenses": 2.0.3
- "@cspell/dict-python": 4.1.5
- "@cspell/dict-r": 2.0.1
- "@cspell/dict-ruby": 5.0.0
- "@cspell/dict-rust": 4.0.1
- "@cspell/dict-scala": 5.0.0
- "@cspell/dict-software-terms": 3.2.1
- "@cspell/dict-sql": 2.1.1
- "@cspell/dict-svelte": 1.0.2
- "@cspell/dict-swift": 2.0.1
- "@cspell/dict-typescript": 3.1.1
- "@cspell/dict-vue": 3.0.0
+ resolution: {integrity: sha512-rsIev+dk1Vd8H1OKZhNhXycIVsMfeWJaeW3QUi1l4oIoGwQfJVbs1ZPZPHE5cglzyHOW1jQNStXf34UKaC6siA==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@cspell/dict-ada': 4.0.2
+ '@cspell/dict-aws': 3.0.0
+ '@cspell/dict-bash': 4.1.1
+ '@cspell/dict-companies': 3.0.19
+ '@cspell/dict-cpp': 5.0.4
+ '@cspell/dict-cryptocurrencies': 3.0.1
+ '@cspell/dict-csharp': 4.0.2
+ '@cspell/dict-css': 4.0.6
+ '@cspell/dict-dart': 2.0.3
+ '@cspell/dict-django': 4.1.0
+ '@cspell/dict-docker': 1.1.7
+ '@cspell/dict-dotnet': 5.0.0
+ '@cspell/dict-elixir': 4.0.3
+ '@cspell/dict-en-common-misspellings': 1.0.2
+ '@cspell/dict-en-gb': 1.1.33
+ '@cspell/dict-en_us': 4.3.6
+ '@cspell/dict-filetypes': 3.0.1
+ '@cspell/dict-fonts': 3.0.2
+ '@cspell/dict-fullstack': 3.1.5
+ '@cspell/dict-gaming-terms': 1.0.4
+ '@cspell/dict-git': 2.0.0
+ '@cspell/dict-golang': 6.0.2
+ '@cspell/dict-haskell': 4.0.1
+ '@cspell/dict-html': 4.0.3
+ '@cspell/dict-html-symbol-entities': 4.0.0
+ '@cspell/dict-java': 5.0.5
+ '@cspell/dict-k8s': 1.0.1
+ '@cspell/dict-latex': 4.0.0
+ '@cspell/dict-lorem-ipsum': 3.0.0
+ '@cspell/dict-lua': 4.0.1
+ '@cspell/dict-node': 4.0.2
+ '@cspell/dict-npm': 5.0.8
+ '@cspell/dict-php': 4.0.1
+ '@cspell/dict-powershell': 5.0.2
+ '@cspell/dict-public-licenses': 2.0.3
+ '@cspell/dict-python': 4.1.5
+ '@cspell/dict-r': 2.0.1
+ '@cspell/dict-ruby': 5.0.0
+ '@cspell/dict-rust': 4.0.1
+ '@cspell/dict-scala': 5.0.0
+ '@cspell/dict-software-terms': 3.2.1
+ '@cspell/dict-sql': 2.1.1
+ '@cspell/dict-svelte': 1.0.2
+ '@cspell/dict-swift': 2.0.1
+ '@cspell/dict-typescript': 3.1.1
+ '@cspell/dict-vue': 3.0.0
dev: true
/@cspell/cspell-pipe@6.31.1:
- resolution:
- {
- integrity: sha512-zk1olZi4dr6GLm5PAjvsiZ01HURNSruUYFl1qSicGnTwYN8GaN4RhAwannAytcJ7zJPIcyXlid0YsB58nJf3wQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-zk1olZi4dr6GLm5PAjvsiZ01HURNSruUYFl1qSicGnTwYN8GaN4RhAwannAytcJ7zJPIcyXlid0YsB58nJf3wQ==}
+ engines: {node: '>=14'}
dev: true
/@cspell/cspell-service-bus@6.31.1:
- resolution:
- {
- integrity: sha512-YyBicmJyZ1uwKVxujXw7sgs9x+Eps43OkWmCtDZmZlnq489HdTSuhF1kTbVi2yeFSeaXIS87+uHo12z97KkQpg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-YyBicmJyZ1uwKVxujXw7sgs9x+Eps43OkWmCtDZmZlnq489HdTSuhF1kTbVi2yeFSeaXIS87+uHo12z97KkQpg==}
+ engines: {node: '>=14'}
dev: true
/@cspell/cspell-types@6.31.1:
- resolution:
- {
- integrity: sha512-1KeTQFiHMssW1eRoF2NZIEg4gPVIfXLsL2+VSD/AV6YN7lBcuf6gRRgV5KWYarhxtEfjxhDdDTmu26l/iJEUtw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-1KeTQFiHMssW1eRoF2NZIEg4gPVIfXLsL2+VSD/AV6YN7lBcuf6gRRgV5KWYarhxtEfjxhDdDTmu26l/iJEUtw==}
+ engines: {node: '>=14'}
dev: true
/@cspell/dict-ada@4.0.2:
- resolution:
- {
- integrity: sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==
- }
+ resolution: {integrity: sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==}
dev: true
/@cspell/dict-aws@3.0.0:
- resolution:
- {
- integrity: sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==
- }
+ resolution: {integrity: sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==}
dev: true
/@cspell/dict-bash@4.1.1:
- resolution:
- {
- integrity: sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==
- }
+ resolution: {integrity: sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==}
dev: true
/@cspell/dict-companies@3.0.19:
- resolution:
- {
- integrity: sha512-hO7rS4DhFA333qyvf89wIVoclCtXe/2sftY6aS0oMIH1bMZLjLx2B2sQJj6dCiu6gG/By1S9YZ0fXabiPk2Tkg==
- }
+ resolution: {integrity: sha512-hO7rS4DhFA333qyvf89wIVoclCtXe/2sftY6aS0oMIH1bMZLjLx2B2sQJj6dCiu6gG/By1S9YZ0fXabiPk2Tkg==}
dev: true
/@cspell/dict-cpp@5.0.4:
- resolution:
- {
- integrity: sha512-Vmz/CCb2d91ES5juaO8+CFWeTa2AFsbpR8bkCPJq+P8cRP16+37tY0zNXEBSK/1ur4MakaRf76jeQBijpZxw0Q==
- }
+ resolution: {integrity: sha512-Vmz/CCb2d91ES5juaO8+CFWeTa2AFsbpR8bkCPJq+P8cRP16+37tY0zNXEBSK/1ur4MakaRf76jeQBijpZxw0Q==}
dev: true
/@cspell/dict-cryptocurrencies@3.0.1:
- resolution:
- {
- integrity: sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==
- }
+ resolution: {integrity: sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==}
dev: true
/@cspell/dict-csharp@4.0.2:
- resolution:
- {
- integrity: sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==
- }
+ resolution: {integrity: sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==}
dev: true
/@cspell/dict-css@4.0.6:
- resolution:
- {
- integrity: sha512-2Lo8W2ezHmGgY8cWFr4RUwnjbndna5mokpCK/DuxGILQnuajR0J31ANQOXj/8iZM2phFB93ZzMNk/0c04TDfSQ==
- }
+ resolution: {integrity: sha512-2Lo8W2ezHmGgY8cWFr4RUwnjbndna5mokpCK/DuxGILQnuajR0J31ANQOXj/8iZM2phFB93ZzMNk/0c04TDfSQ==}
dev: true
/@cspell/dict-dart@2.0.3:
- resolution:
- {
- integrity: sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==
- }
+ resolution: {integrity: sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==}
dev: true
/@cspell/dict-data-science@1.0.10:
- resolution:
- {
- integrity: sha512-7ZsRCnW0f4Bdo6Cqq8V4gHr8K58h+MP8majcDeMNhpMFUPiiSnvKsDuG9V5jciI/0t+lptPrZwGGIVEDF4Kqtg==
- }
+ resolution: {integrity: sha512-7ZsRCnW0f4Bdo6Cqq8V4gHr8K58h+MP8majcDeMNhpMFUPiiSnvKsDuG9V5jciI/0t+lptPrZwGGIVEDF4Kqtg==}
dev: true
/@cspell/dict-django@4.1.0:
- resolution:
- {
- integrity: sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==
- }
+ resolution: {integrity: sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==}
dev: true
/@cspell/dict-docker@1.1.7:
- resolution:
- {
- integrity: sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==
- }
+ resolution: {integrity: sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==}
dev: true
/@cspell/dict-dotnet@5.0.0:
- resolution:
- {
- integrity: sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==
- }
+ resolution: {integrity: sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==}
dev: true
/@cspell/dict-elixir@4.0.3:
- resolution:
- {
- integrity: sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==
- }
+ resolution: {integrity: sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==}
dev: true
/@cspell/dict-en-common-misspellings@1.0.2:
- resolution:
- {
- integrity: sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==
- }
+ resolution: {integrity: sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==}
dev: true
/@cspell/dict-en-gb@1.1.33:
- resolution:
- {
- integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==
- }
+ resolution: {integrity: sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==}
dev: true
/@cspell/dict-en_us@4.3.6:
- resolution:
- {
- integrity: sha512-odhgsjNZI9BtEOJdvqfAuv/3yz5aB1ngfBNaph7WSnYVt//9e3fhrElZ6/pIIkoyuGgeQPwz1fXt+tMgcnLSEQ==
- }
+ resolution: {integrity: sha512-odhgsjNZI9BtEOJdvqfAuv/3yz5aB1ngfBNaph7WSnYVt//9e3fhrElZ6/pIIkoyuGgeQPwz1fXt+tMgcnLSEQ==}
dev: true
/@cspell/dict-filetypes@3.0.1:
- resolution:
- {
- integrity: sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==
- }
+ resolution: {integrity: sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==}
dev: true
/@cspell/dict-fonts@3.0.2:
- resolution:
- {
- integrity: sha512-Z5QdbgEI7DV+KPXrAeDA6dDm/vTzyaW53SGlKqz6PI5VhkOjgkBXv3YtZjnxMZ4dY2ZIqq+RUK6qa9Pi8rQdGQ==
- }
+ resolution: {integrity: sha512-Z5QdbgEI7DV+KPXrAeDA6dDm/vTzyaW53SGlKqz6PI5VhkOjgkBXv3YtZjnxMZ4dY2ZIqq+RUK6qa9Pi8rQdGQ==}
dev: true
/@cspell/dict-fullstack@3.1.5:
- resolution:
- {
- integrity: sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==
- }
+ resolution: {integrity: sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==}
dev: true
/@cspell/dict-gaming-terms@1.0.4:
- resolution:
- {
- integrity: sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==
- }
+ resolution: {integrity: sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==}
dev: true
/@cspell/dict-git@2.0.0:
- resolution:
- {
- integrity: sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==
- }
+ resolution: {integrity: sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==}
dev: true
/@cspell/dict-golang@6.0.2:
- resolution:
- {
- integrity: sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==
- }
+ resolution: {integrity: sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==}
dev: true
/@cspell/dict-haskell@4.0.1:
- resolution:
- {
- integrity: sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==
- }
+ resolution: {integrity: sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==}
dev: true
/@cspell/dict-html-symbol-entities@4.0.0:
- resolution:
- {
- integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==
- }
+ resolution: {integrity: sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==}
dev: true
/@cspell/dict-html@4.0.3:
- resolution:
- {
- integrity: sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==
- }
+ resolution: {integrity: sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==}
dev: true
/@cspell/dict-java@5.0.5:
- resolution:
- {
- integrity: sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==
- }
+ resolution: {integrity: sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==}
dev: true
/@cspell/dict-k8s@1.0.1:
- resolution:
- {
- integrity: sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==
- }
+ resolution: {integrity: sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==}
dev: true
/@cspell/dict-latex@4.0.0:
- resolution:
- {
- integrity: sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==
- }
+ resolution: {integrity: sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==}
dev: true
/@cspell/dict-lorem-ipsum@3.0.0:
- resolution:
- {
- integrity: sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==
- }
+ resolution: {integrity: sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==}
dev: true
/@cspell/dict-lua@4.0.1:
- resolution:
- {
- integrity: sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==
- }
+ resolution: {integrity: sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==}
dev: true
/@cspell/dict-node@4.0.2:
- resolution:
- {
- integrity: sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==
- }
+ resolution: {integrity: sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==}
dev: true
/@cspell/dict-npm@5.0.8:
- resolution:
- {
- integrity: sha512-KuqH8tEsFD6DPKqKwIfWr9E+admE3yghaC0AKXG8jPaf77N0lkctKaS3dm0oxWUXkYKA/eXj6LCtz3VcTyxFPg==
- }
+ resolution: {integrity: sha512-KuqH8tEsFD6DPKqKwIfWr9E+admE3yghaC0AKXG8jPaf77N0lkctKaS3dm0oxWUXkYKA/eXj6LCtz3VcTyxFPg==}
dev: true
/@cspell/dict-php@4.0.1:
- resolution:
- {
- integrity: sha512-XaQ/JkSyq2c07MfRG54DjLi2CV+HHwS99DDCAao9Fq2JfkWroTQsUeek7wYZXJATrJVOULoV3HKih12x905AtQ==
- }
+ resolution: {integrity: sha512-XaQ/JkSyq2c07MfRG54DjLi2CV+HHwS99DDCAao9Fq2JfkWroTQsUeek7wYZXJATrJVOULoV3HKih12x905AtQ==}
dev: true
/@cspell/dict-powershell@5.0.2:
- resolution:
- {
- integrity: sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==
- }
+ resolution: {integrity: sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==}
dev: true
/@cspell/dict-public-licenses@2.0.3:
- resolution:
- {
- integrity: sha512-JSLEdpEYufQ1H+93UHi+axlqQm1fhgK6kpdLHp6uPHu//CsvETcqNVawjB+qOdI/g38JTMw5fBqSd0aGNxa6Dw==
- }
+ resolution: {integrity: sha512-JSLEdpEYufQ1H+93UHi+axlqQm1fhgK6kpdLHp6uPHu//CsvETcqNVawjB+qOdI/g38JTMw5fBqSd0aGNxa6Dw==}
dev: true
/@cspell/dict-python@4.1.5:
- resolution:
- {
- integrity: sha512-wWUWyHdyJtx5iG6Fz9rBQ17BtdpEsB17vmutao+gixQD28Jzb6XoLgDQ6606M0RnFjBSFhs5iT4CJBzlD2Kq6g==
- }
+ resolution: {integrity: sha512-wWUWyHdyJtx5iG6Fz9rBQ17BtdpEsB17vmutao+gixQD28Jzb6XoLgDQ6606M0RnFjBSFhs5iT4CJBzlD2Kq6g==}
dependencies:
- "@cspell/dict-data-science": 1.0.10
+ '@cspell/dict-data-science': 1.0.10
dev: true
/@cspell/dict-r@2.0.1:
- resolution:
- {
- integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==
- }
+ resolution: {integrity: sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==}
dev: true
/@cspell/dict-ruby@5.0.0:
- resolution:
- {
- integrity: sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==
- }
+ resolution: {integrity: sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==}
dev: true
/@cspell/dict-rust@4.0.1:
- resolution:
- {
- integrity: sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==
- }
+ resolution: {integrity: sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==}
dev: true
/@cspell/dict-scala@5.0.0:
- resolution:
- {
- integrity: sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==
- }
+ resolution: {integrity: sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==}
dev: true
/@cspell/dict-software-terms@3.2.1:
- resolution:
- {
- integrity: sha512-+QXmyoONVc/3aNgKW+0F0u3XUCRTfNRkWKLZQA78i+9fOfde8ZT4JmROmZgRveH/MxD4n6pNFceIRcYI6C8WuQ==
- }
+ resolution: {integrity: sha512-+QXmyoONVc/3aNgKW+0F0u3XUCRTfNRkWKLZQA78i+9fOfde8ZT4JmROmZgRveH/MxD4n6pNFceIRcYI6C8WuQ==}
dev: true
/@cspell/dict-sql@2.1.1:
- resolution:
- {
- integrity: sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==
- }
+ resolution: {integrity: sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==}
dev: true
/@cspell/dict-svelte@1.0.2:
- resolution:
- {
- integrity: sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==
- }
+ resolution: {integrity: sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==}
dev: true
/@cspell/dict-swift@2.0.1:
- resolution:
- {
- integrity: sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==
- }
+ resolution: {integrity: sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==}
dev: true
/@cspell/dict-typescript@3.1.1:
- resolution:
- {
- integrity: sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==
- }
+ resolution: {integrity: sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==}
dev: true
/@cspell/dict-vue@3.0.0:
- resolution:
- {
- integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==
- }
+ resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==}
dev: true
/@cspell/dynamic-import@6.31.1:
- resolution:
- {
- integrity: sha512-uliIUv9uZlnyYmjUlcw/Dm3p0xJOEnWJNczHAfqAl4Ytg6QZktw0GtUA9b1umbRXLv0KRTPtSC6nMq3cR7rRmQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-uliIUv9uZlnyYmjUlcw/Dm3p0xJOEnWJNczHAfqAl4Ytg6QZktw0GtUA9b1umbRXLv0KRTPtSC6nMq3cR7rRmQ==}
+ engines: {node: '>=14'}
dependencies:
import-meta-resolve: 2.2.2
dev: true
/@cspell/strong-weak-map@6.31.1:
- resolution:
- {
- integrity: sha512-z8AuWvUuSnugFKJOA9Ke0aiFuehcqLFqia9bk8XaQNEWr44ahPVn3sEWnAncTxPbpWuUw5UajoJa0egRAE1CCg==
- }
- engines: { node: ">=14.6" }
+ resolution: {integrity: sha512-z8AuWvUuSnugFKJOA9Ke0aiFuehcqLFqia9bk8XaQNEWr44ahPVn3sEWnAncTxPbpWuUw5UajoJa0egRAE1CCg==}
+ engines: {node: '>=14.6'}
dev: true
/@cspotcode/source-map-support@0.8.1:
- resolution:
- {
- integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
+ engines: {node: '>=12'}
dependencies:
- "@jridgewell/trace-mapping": 0.3.9
+ '@jridgewell/trace-mapping': 0.3.9
/@cypress/request@2.88.12:
- resolution:
- {
- integrity: sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==}
+ engines: {node: '>= 6'}
dependencies:
aws-sign2: 0.7.0
aws4: 1.12.0
@@ -7362,10 +6102,7 @@ packages:
dev: true
/@cypress/xvfb@1.2.4(supports-color@8.1.1):
- resolution:
- {
- integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==
- }
+ resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==}
dependencies:
debug: 3.2.7(supports-color@8.1.1)
lodash.once: 4.1.1
@@ -7374,32 +6111,23 @@ packages:
dev: true
/@discoveryjs/json-ext@0.5.7:
- resolution:
- {
- integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
+ engines: {node: '>=10.0.0'}
dev: true
/@docsearch/css@3.5.2:
- resolution:
- {
- integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==
- }
+ resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==}
dev: false
/@docsearch/react@3.5.2(@algolia/client-search@4.19.1)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0):
- resolution:
- {
- integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==
- }
- peerDependencies:
- "@types/react": ">= 16.8.0 < 19.0.0"
- react: ">= 16.8.0 < 19.0.0"
- react-dom: ">= 16.8.0 < 19.0.0"
- search-insights: ">= 1 < 3"
+ resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==}
+ peerDependencies:
+ '@types/react': '>= 16.8.0 < 19.0.0'
+ react: '>= 16.8.0 < 19.0.0'
+ react-dom: '>= 16.8.0 < 19.0.0'
+ search-insights: '>= 1 < 3'
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
react:
optional: true
@@ -7408,48 +6136,45 @@ packages:
search-insights:
optional: true
dependencies:
- "@algolia/autocomplete-core": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0)
- "@algolia/autocomplete-preset-algolia": 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
- "@docsearch/css": 3.5.2
- "@types/react": 18.2.20
+ '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.7.0)
+ '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)
+ '@docsearch/css': 3.5.2
+ '@types/react': 18.2.20
algoliasearch: 4.19.1
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
search-insights: 2.7.0
transitivePeerDependencies:
- - "@algolia/client-search"
+ - '@algolia/client-search'
dev: false
- /@docusaurus/core@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/core@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==}
+ engines: {node: '>=16.14'}
hasBin: true
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-transform-runtime": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-react": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/runtime": 7.22.10
- "@babel/runtime-corejs3": 7.22.10
- "@babel/traverse": 7.22.10
- "@docusaurus/cssnano-preset": 2.4.1
- "@docusaurus/logger": 2.4.1
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/react-loadable": 5.5.2(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-common": 2.4.1(@docusaurus/types@2.4.1)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@slorber/static-site-generator-webpack-plugin": 4.0.7
- "@svgr/webpack": 6.5.1
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-transform-runtime': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-react': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/runtime': 7.22.10
+ '@babel/runtime-corejs3': 7.22.10
+ '@babel/traverse': 7.22.10
+ '@docusaurus/cssnano-preset': 2.4.1
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/react-loadable': 5.5.2(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@slorber/static-site-generator-webpack-plugin': 4.0.7
+ '@svgr/webpack': 6.5.1
autoprefixer: 10.4.14(postcss@8.4.28)
babel-loader: 8.3.0(@babel/core@7.22.10)(webpack@5.81.0)
babel-plugin-dynamic-import-node: 2.3.3
@@ -7494,21 +6219,21 @@ packages:
semver: 7.5.4
serve-handler: 6.1.5
shelljs: 0.8.5
- terser-webpack-plugin: 5.3.9(@swc/core@1.3.76)(esbuild@0.18.11)(webpack@5.81.0)
+ terser-webpack-plugin: 5.3.9(@swc/core@1.3.83)(esbuild@0.18.11)(webpack@5.81.0)
tslib: 2.6.1
update-notifier: 5.1.0
url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.81.0)
wait-on: 6.0.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-bundle-analyzer: 4.7.0
webpack-dev-server: 4.15.1(webpack@5.81.0)
webpack-merge: 5.8.0
webpackbar: 5.0.2(webpack@5.81.0)
transitivePeerDependencies:
- - "@docusaurus/types"
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@docusaurus/types'
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7524,11 +6249,8 @@ packages:
dev: false
/@docusaurus/cssnano-preset@2.4.1:
- resolution:
- {
- integrity: sha512-ka+vqXwtcW1NbXxWsh6yA1Ckii1klY9E53cJ4O9J09nkMBgrNX3iEFED1fWdv8wf4mJjvGi5RLZ2p9hJNjsLyQ==
- }
- engines: { node: ">=16.14" }
+ resolution: {integrity: sha512-ka+vqXwtcW1NbXxWsh6yA1Ckii1klY9E53cJ4O9J09nkMBgrNX3iEFED1fWdv8wf4mJjvGi5RLZ2p9hJNjsLyQ==}
+ engines: {node: '>=16.14'}
dependencies:
cssnano-preset-advanced: 5.3.10(postcss@8.4.28)
postcss: 8.4.28
@@ -7537,31 +6259,25 @@ packages:
dev: false
/@docusaurus/logger@2.4.1:
- resolution:
- {
- integrity: sha512-5h5ysIIWYIDHyTVd8BjheZmQZmEgWDR54aQ1BX9pjFfpyzFo5puKXKYrYJXbjEHGyVhEzmB9UXwbxGfaZhOjcg==
- }
- engines: { node: ">=16.14" }
+ resolution: {integrity: sha512-5h5ysIIWYIDHyTVd8BjheZmQZmEgWDR54aQ1BX9pjFfpyzFo5puKXKYrYJXbjEHGyVhEzmB9UXwbxGfaZhOjcg==}
+ engines: {node: '>=16.14'}
dependencies:
chalk: 4.1.2
tslib: 2.6.1
dev: false
- /@docusaurus/mdx-loader@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-4KhUhEavteIAmbBj7LVFnrVYDiU51H5YWW1zY6SmBSte/YLhDutztLTBE0PQl1Grux1jzUJeaSvAzHpTn6JJDQ==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/mdx-loader@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
+ resolution: {integrity: sha512-4KhUhEavteIAmbBj7LVFnrVYDiU51H5YWW1zY6SmBSte/YLhDutztLTBE0PQl1Grux1jzUJeaSvAzHpTn6JJDQ==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@babel/parser": 7.22.10
- "@babel/traverse": 7.22.10
- "@docusaurus/logger": 2.4.1
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@mdx-js/mdx": 1.6.22
+ '@babel/parser': 7.22.10
+ '@babel/traverse': 7.22.10
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@mdx-js/mdx': 1.6.22
escape-html: 1.0.3
file-loader: 6.2.0(webpack@5.81.0)
fs-extra: 10.1.0
@@ -7575,59 +6291,53 @@ packages:
unified: 9.2.2
unist-util-visit: 2.0.3
url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.81.0)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@docusaurus/types"
- - "@swc/core"
+ - '@docusaurus/types'
+ - '@swc/core'
- esbuild
- supports-color
- uglify-js
- webpack-cli
dev: false
- /@docusaurus/module-type-aliases@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==
- }
+ /@docusaurus/module-type-aliases@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
+ resolution: {integrity: sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==}
peerDependencies:
- react: "*"
- react-dom: "*"
+ react: '*'
+ react-dom: '*'
dependencies:
- "@docusaurus/react-loadable": 5.5.2(react@17.0.2)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@types/history": 4.7.11
- "@types/react": 18.2.20
- "@types/react-router-config": 5.0.7
- "@types/react-router-dom": 5.3.3
+ '@docusaurus/react-loadable': 5.5.2(react@17.0.2)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
+ '@types/react-router-config': 5.0.7
+ '@types/react-router-dom': 5.3.3
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2)
react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2)
transitivePeerDependencies:
- - "@swc/core"
+ - '@swc/core'
- esbuild
- uglify-js
- webpack-cli
dev: false
- /@docusaurus/plugin-content-blog@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-E2i7Knz5YIbE1XELI6RlTnZnGgS52cUO4BlCiCUCvQHbR+s1xeIWz4C6BtaVnlug0Ccz7nFSksfwDpVlkujg5Q==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-content-blog@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-E2i7Knz5YIbE1XELI6RlTnZnGgS52cUO4BlCiCUCvQHbR+s1xeIWz4C6BtaVnlug0Ccz7nFSksfwDpVlkujg5Q==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/logger": 2.4.1
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-common": 2.4.1(@docusaurus/types@2.4.1)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
cheerio: 1.0.0-rc.12
feed: 4.2.2
fs-extra: 10.1.0
@@ -7638,11 +6348,11 @@ packages:
tslib: 2.6.1
unist-util-visit: 2.0.3
utility-types: 3.10.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7657,24 +6367,21 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-content-docs@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-content-docs@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/logger": 2.4.1
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/module-type-aliases": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@types/react-router-config": 5.0.7
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/module-type-aliases': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@types/react-router-config': 5.0.7
combine-promises: 1.2.0
fs-extra: 10.1.0
import-fresh: 3.3.0
@@ -7684,11 +6391,11 @@ packages:
react-dom: 17.0.2(react@17.0.2)
tslib: 2.6.1
utility-types: 3.10.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7703,30 +6410,27 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-content-pages@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-/UjuH/76KLaUlL+o1OvyORynv6FURzjurSjvn2lbWTFc4tpYY2qLYTlKpTCBVPhlLUQsfyFnshEJDLmPneq2oA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-content-pages@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-/UjuH/76KLaUlL+o1OvyORynv6FURzjurSjvn2lbWTFc4tpYY2qLYTlKpTCBVPhlLUQsfyFnshEJDLmPneq2oA==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
fs-extra: 10.1.0
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
tslib: 2.6.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7741,29 +6445,26 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-debug@2.4.1(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-7Yu9UPzRShlrH/G8btOpR0e6INFZr0EegWplMjOqelIwAcx3PKyR8mgPTxGTxcqiYj6hxSCRN0D8R7YrzImwNA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-debug@2.4.1(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-7Yu9UPzRShlrH/G8btOpR0e6INFZr0EegWplMjOqelIwAcx3PKyR8mgPTxGTxcqiYj6hxSCRN0D8R7YrzImwNA==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
fs-extra: 10.1.0
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
react-json-view: 1.21.3(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)
tslib: 2.6.1
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
- - "@types/react"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
+ - '@types/react'
- bufferutil
- csso
- debug
@@ -7779,26 +6480,23 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-google-analytics@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-dyZJdJiCoL+rcfnm0RPkLt/o732HvLiEwmtoNzOoz9MSZz117UH2J6U2vUDtzUzwtFLIf32KkeyzisbwUCgcaQ==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-google-analytics@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-dyZJdJiCoL+rcfnm0RPkLt/o732HvLiEwmtoNzOoz9MSZz117UH2J6U2vUDtzUzwtFLIf32KkeyzisbwUCgcaQ==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
tslib: 2.6.1
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7813,26 +6511,23 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-google-gtag@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-mKIefK+2kGTQBYvloNEKtDmnRD7bxHLsBcxgnbt4oZwzi2nxCGjPX6+9SQO2KCN5HZbNrYmGo5GJfMgoRvy6uA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-google-gtag@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-mKIefK+2kGTQBYvloNEKtDmnRD7bxHLsBcxgnbt4oZwzi2nxCGjPX6+9SQO2KCN5HZbNrYmGo5GJfMgoRvy6uA==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
tslib: 2.6.1
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7847,26 +6542,23 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-google-tag-manager@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-Zg4Ii9CMOLfpeV2nG74lVTWNtisFaH9QNtEw48R5QE1KIwDBdTVaiSA18G1EujZjrzJJzXN79VhINSbOJO/r3g==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-google-tag-manager@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-Zg4Ii9CMOLfpeV2nG74lVTWNtisFaH9QNtEw48R5QE1KIwDBdTVaiSA18G1EujZjrzJJzXN79VhINSbOJO/r3g==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
tslib: 2.6.1
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7881,31 +6573,28 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-sitemap@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-lZx+ijt/+atQ3FVE8FOHV/+X3kuok688OydDXrqKRJyXBJZKgGjA2Qa8RjQ4f27V2woaXhtnyrdPop/+OjVMRg==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/plugin-sitemap@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-lZx+ijt/+atQ3FVE8FOHV/+X3kuok688OydDXrqKRJyXBJZKgGjA2Qa8RjQ4f27V2woaXhtnyrdPop/+OjVMRg==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/logger": 2.4.1
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-common": 2.4.1(@docusaurus/types@2.4.1)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
fs-extra: 10.1.0
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
sitemap: 7.1.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -7920,37 +6609,34 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/preset-classic@2.4.1(@algolia/client-search@4.19.1)(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-P4//+I4zDqQJ+UDgoFrjIFaQ1MeS9UD1cvxVQaI6O7iBmiHQm0MGROP1TbE7HlxlDPXFJjZUK3x3cAoK63smGQ==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/preset-classic@2.4.1(@algolia/client-search@4.19.1)(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6):
+ resolution: {integrity: sha512-P4//+I4zDqQJ+UDgoFrjIFaQ1MeS9UD1cvxVQaI6O7iBmiHQm0MGROP1TbE7HlxlDPXFJjZUK3x3cAoK63smGQ==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-blog": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-docs": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-pages": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-debug": 2.4.1(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-google-analytics": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-google-gtag": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-google-tag-manager": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-sitemap": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-classic": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-common": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-search-algolia": 2.4.1(@algolia/client-search@4.19.1)(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6)
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-blog': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-docs': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-pages': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-debug': 2.4.1(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-google-analytics': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-google-gtag': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-google-tag-manager': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-sitemap': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-classic': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-search-algolia': 2.4.1(@algolia/client-search@4.19.1)(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
transitivePeerDependencies:
- - "@algolia/client-search"
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
- - "@types/react"
+ - '@algolia/client-search'
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
+ - '@types/react'
- bufferutil
- csso
- debug
@@ -7968,41 +6654,35 @@ packages:
dev: false
/@docusaurus/react-loadable@5.5.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
- }
+ resolution: {integrity: sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==}
peerDependencies:
- react: "*"
+ react: '*'
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
prop-types: 15.8.1
react: 17.0.2
dev: false
- /@docusaurus/theme-classic@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-Rz0wKUa+LTW1PLXmwnf8mn85EBzaGSt6qamqtmnh9Hflkc+EqiYMhtUJeLdV+wsgYq4aG0ANc+bpUDpsUhdnwg==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/theme-classic@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-Rz0wKUa+LTW1PLXmwnf8mn85EBzaGSt6qamqtmnh9Hflkc+EqiYMhtUJeLdV+wsgYq4aG0ANc+bpUDpsUhdnwg==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/module-type-aliases": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/plugin-content-blog": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-docs": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-pages": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-common": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-translations": 2.4.1
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-common": 2.4.1(@docusaurus/types@2.4.1)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@mdx-js/react": 1.6.22(react@17.0.2)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/module-type-aliases': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/plugin-content-blog': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-docs': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-pages': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-translations': 2.4.1
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@mdx-js/react': 1.6.22(react@17.0.2)
clsx: 1.2.1
copy-text-to-clipboard: 3.2.0
infima: 0.2.0-alpha.43
@@ -8018,9 +6698,9 @@ packages:
tslib: 2.6.1
utility-types: 3.10.0
transitivePeerDependencies:
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -8035,26 +6715,23 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/theme-common@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-G7Zau1W5rQTaFFB3x3soQoZpkgMbl/SYNG8PfMFIjKa3M3q8n0m/GRf5/H/e5BqOvt8c+ZWIXGCiz+kUCSHovA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/theme-common@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6):
+ resolution: {integrity: sha512-G7Zau1W5rQTaFFB3x3soQoZpkgMbl/SYNG8PfMFIjKa3M3q8n0m/GRf5/H/e5BqOvt8c+ZWIXGCiz+kUCSHovA==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docusaurus/mdx-loader": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/module-type-aliases": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@docusaurus/plugin-content-blog": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-docs": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/plugin-content-pages": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-common": 2.4.1(@docusaurus/types@2.4.1)
- "@types/history": 4.7.11
- "@types/react": 18.2.20
- "@types/react-router-config": 5.0.7
+ '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/module-type-aliases': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/plugin-content-blog': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-docs': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/plugin-content-pages': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1)
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
+ '@types/react-router-config': 5.0.7
clsx: 1.2.1
parse-numeric-range: 1.3.0
prism-react-renderer: 1.3.5(react@17.0.2)
@@ -8064,10 +6741,10 @@ packages:
use-sync-external-store: 1.2.0(react@17.0.2)
utility-types: 3.10.0
transitivePeerDependencies:
- - "@docusaurus/types"
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
+ - '@docusaurus/types'
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
- bufferutil
- csso
- debug
@@ -8082,24 +6759,21 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/theme-search-algolia@2.4.1(@algolia/client-search@4.19.1)(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-6BcqW2lnLhZCXuMAvPRezFs1DpmEKzXFKlYjruuas+Xy3AQeFzDJKTJFIm49N77WFCTyxff8d3E4Q9pi/+5McQ==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/theme-search-algolia@2.4.1(@algolia/client-search@4.19.1)(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(@types/react@18.2.20)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)(typescript@5.1.6):
+ resolution: {integrity: sha512-6BcqW2lnLhZCXuMAvPRezFs1DpmEKzXFKlYjruuas+Xy3AQeFzDJKTJFIm49N77WFCTyxff8d3E4Q9pi/+5McQ==}
+ engines: {node: '>=16.14'}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@docsearch/react": 3.5.2(@algolia/client-search@4.19.1)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)
- "@docusaurus/core": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/logger": 2.4.1
- "@docusaurus/plugin-content-docs": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-common": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
- "@docusaurus/theme-translations": 2.4.1
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
- "@docusaurus/utils-validation": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docsearch/react': 3.5.2(@algolia/client-search@4.19.1)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)(search-insights@2.7.0)
+ '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/plugin-content-docs': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)(eslint@8.46.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)
+ '@docusaurus/theme-translations': 2.4.1
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
+ '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
algoliasearch: 4.19.1
algoliasearch-helper: 3.14.0(algoliasearch@4.19.1)
clsx: 1.2.1
@@ -8111,12 +6785,12 @@ packages:
tslib: 2.6.1
utility-types: 3.10.0
transitivePeerDependencies:
- - "@algolia/client-search"
- - "@docusaurus/types"
- - "@parcel/css"
- - "@swc/core"
- - "@swc/css"
- - "@types/react"
+ - '@algolia/client-search'
+ - '@docusaurus/types'
+ - '@parcel/css'
+ - '@swc/core'
+ - '@swc/css'
+ - '@types/react'
- bufferutil
- csso
- debug
@@ -8133,99 +6807,84 @@ packages:
dev: false
/@docusaurus/theme-translations@2.4.1:
- resolution:
- {
- integrity: sha512-T1RAGP+f86CA1kfE8ejZ3T3pUU3XcyvrGMfC/zxCtc2BsnoexuNI9Vk2CmuKCb+Tacvhxjv5unhxXce0+NKyvA==
- }
- engines: { node: ">=16.14" }
+ resolution: {integrity: sha512-T1RAGP+f86CA1kfE8ejZ3T3pUU3XcyvrGMfC/zxCtc2BsnoexuNI9Vk2CmuKCb+Tacvhxjv5unhxXce0+NKyvA==}
+ engines: {node: '>=16.14'}
dependencies:
fs-extra: 10.1.0
tslib: 2.6.1
dev: false
- /@docusaurus/types@2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==
- }
+ /@docusaurus/types@2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2):
+ resolution: {integrity: sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==}
peerDependencies:
react: ^16.8.4 || ^17.0.0
react-dom: ^16.8.4 || ^17.0.0
dependencies:
- "@types/history": 4.7.11
- "@types/react": 18.2.20
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
commander: 5.1.0
joi: 17.9.2
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2)
utility-types: 3.10.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-merge: 5.8.0
transitivePeerDependencies:
- - "@swc/core"
+ - '@swc/core'
- esbuild
- uglify-js
- webpack-cli
dev: false
/@docusaurus/utils-common@2.4.1(@docusaurus/types@2.4.1):
- resolution:
- {
- integrity: sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==
- }
- engines: { node: ">=16.14" }
+ resolution: {integrity: sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==}
+ engines: {node: '>=16.14'}
peerDependencies:
- "@docusaurus/types": "*"
+ '@docusaurus/types': '*'
peerDependenciesMeta:
- "@docusaurus/types":
+ '@docusaurus/types':
optional: true
dependencies:
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
tslib: 2.6.1
dev: false
- /@docusaurus/utils-validation@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11):
- resolution:
- {
- integrity: sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/utils-validation@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11):
+ resolution: {integrity: sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==}
+ engines: {node: '>=16.14'}
dependencies:
- "@docusaurus/logger": 2.4.1
- "@docusaurus/utils": 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11)
joi: 17.9.2
js-yaml: 4.1.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@docusaurus/types"
- - "@swc/core"
+ - '@docusaurus/types'
+ - '@swc/core'
- esbuild
- supports-color
- uglify-js
- webpack-cli
dev: false
- /@docusaurus/utils@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.76)(esbuild@0.18.11):
- resolution:
- {
- integrity: sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==
- }
- engines: { node: ">=16.14" }
+ /@docusaurus/utils@2.4.1(@docusaurus/types@2.4.1)(@swc/core@1.3.83)(esbuild@0.18.11):
+ resolution: {integrity: sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==}
+ engines: {node: '>=16.14'}
peerDependencies:
- "@docusaurus/types": "*"
+ '@docusaurus/types': '*'
peerDependenciesMeta:
- "@docusaurus/types":
+ '@docusaurus/types':
optional: true
dependencies:
- "@docusaurus/logger": 2.4.1
- "@docusaurus/types": 2.4.1(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
- "@svgr/webpack": 6.5.1
+ '@docusaurus/logger': 2.4.1
+ '@docusaurus/types': 2.4.1(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@17.0.2)(react@17.0.2)
+ '@svgr/webpack': 6.5.1
escape-string-regexp: 4.0.0
file-loader: 6.2.0(webpack@5.81.0)
fs-extra: 10.1.0
github-slugger: 1.5.0
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
gray-matter: 4.0.3
js-yaml: 4.1.0
lodash: 4.17.21
@@ -8234,9 +6893,9 @@ packages:
shelljs: 0.8.5
tslib: 2.6.1
url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.81.0)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@swc/core"
+ - '@swc/core'
- esbuild
- supports-color
- uglify-js
@@ -8244,23 +6903,17 @@ packages:
dev: false
/@drizzle-team/studio@0.0.5:
- resolution:
- {
- integrity: sha512-ps5qF0tMxWRVu+V5gvCRrQNqlY92aTnIKdq27gm9LZMSdaKYZt6AVvSK1dlUMzs6Rt0Jm80b+eWct6xShBKhIw==
- }
+ resolution: {integrity: sha512-ps5qF0tMxWRVu+V5gvCRrQNqlY92aTnIKdq27gm9LZMSdaKYZt6AVvSK1dlUMzs6Rt0Jm80b+eWct6xShBKhIw==}
dev: true
/@emotion/babel-plugin@11.11.0:
- resolution:
- {
- integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
- }
- dependencies:
- "@babel/helper-module-imports": 7.22.5
- "@babel/runtime": 7.22.10
- "@emotion/hash": 0.9.1
- "@emotion/memoize": 0.8.1
- "@emotion/serialize": 1.1.2
+ resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==}
+ dependencies:
+ '@babel/helper-module-imports': 7.22.5
+ '@babel/runtime': 7.22.10
+ '@emotion/hash': 0.9.1
+ '@emotion/memoize': 0.8.1
+ '@emotion/serialize': 1.1.2
babel-plugin-macros: 3.1.0
convert-source-map: 1.9.0
escape-string-regexp: 4.0.0
@@ -8270,260 +6923,197 @@ packages:
dev: true
/@emotion/cache@11.11.0:
- resolution:
- {
- integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
- }
- dependencies:
- "@emotion/memoize": 0.8.1
- "@emotion/sheet": 1.2.2
- "@emotion/utils": 1.2.1
- "@emotion/weak-memoize": 0.3.1
+ resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==}
+ dependencies:
+ '@emotion/memoize': 0.8.1
+ '@emotion/sheet': 1.2.2
+ '@emotion/utils': 1.2.1
+ '@emotion/weak-memoize': 0.3.1
stylis: 4.2.0
dev: true
/@emotion/hash@0.8.0:
- resolution:
- {
- integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
- }
+ resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
dev: true
/@emotion/hash@0.9.1:
- resolution:
- {
- integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
- }
+ resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==}
dev: true
/@emotion/is-prop-valid@0.8.8:
- resolution:
- {
- integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
- }
+ resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==}
requiresBuild: true
dependencies:
- "@emotion/memoize": 0.7.4
+ '@emotion/memoize': 0.7.4
dev: true
optional: true
/@emotion/is-prop-valid@1.2.1:
- resolution:
- {
- integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
- }
+ resolution: {integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==}
dependencies:
- "@emotion/memoize": 0.8.1
+ '@emotion/memoize': 0.8.1
dev: true
/@emotion/memoize@0.7.4:
- resolution:
- {
- integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
- }
+ resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==}
requiresBuild: true
dev: true
optional: true
/@emotion/memoize@0.8.1:
- resolution:
- {
- integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
- }
+ resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
dev: true
/@emotion/react@11.11.1(@types/react@18.2.20)(react@18.2.0):
- resolution:
- {
- integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==
- }
+ resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==}
peerDependencies:
- "@types/react": "*"
- react: ">=16.8.0"
+ '@types/react': '*'
+ react: '>=16.8.0'
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@emotion/babel-plugin": 11.11.0
- "@emotion/cache": 11.11.0
- "@emotion/serialize": 1.1.2
- "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0)
- "@emotion/utils": 1.2.1
- "@emotion/weak-memoize": 0.3.1
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@emotion/babel-plugin': 11.11.0
+ '@emotion/cache': 11.11.0
+ '@emotion/serialize': 1.1.2
+ '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
+ '@emotion/utils': 1.2.1
+ '@emotion/weak-memoize': 0.3.1
+ '@types/react': 18.2.20
hoist-non-react-statics: 3.3.2
react: 18.2.0
dev: true
/@emotion/serialize@1.1.2:
- resolution:
- {
- integrity: sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==
- }
- dependencies:
- "@emotion/hash": 0.9.1
- "@emotion/memoize": 0.8.1
- "@emotion/unitless": 0.8.1
- "@emotion/utils": 1.2.1
+ resolution: {integrity: sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==}
+ dependencies:
+ '@emotion/hash': 0.9.1
+ '@emotion/memoize': 0.8.1
+ '@emotion/unitless': 0.8.1
+ '@emotion/utils': 1.2.1
csstype: 3.1.2
dev: true
/@emotion/sheet@1.2.2:
- resolution:
- {
- integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
- }
+ resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==}
dev: true
/@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.20)(react@18.2.0):
- resolution:
- {
- integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
- }
- peerDependencies:
- "@emotion/react": ^11.0.0-rc.0
- "@types/react": "*"
- react: ">=16.8.0"
+ resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==}
+ peerDependencies:
+ '@emotion/react': ^11.0.0-rc.0
+ '@types/react': '*'
+ react: '>=16.8.0'
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@emotion/babel-plugin": 11.11.0
- "@emotion/is-prop-valid": 1.2.1
- "@emotion/react": 11.11.1(@types/react@18.2.20)(react@18.2.0)
- "@emotion/serialize": 1.1.2
- "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0)
- "@emotion/utils": 1.2.1
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@emotion/babel-plugin': 11.11.0
+ '@emotion/is-prop-valid': 1.2.1
+ '@emotion/react': 11.11.1(@types/react@18.2.20)(react@18.2.0)
+ '@emotion/serialize': 1.1.2
+ '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
+ '@emotion/utils': 1.2.1
+ '@types/react': 18.2.20
react: 18.2.0
dev: true
/@emotion/unitless@0.8.1:
- resolution:
- {
- integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
- }
+ resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
dev: true
/@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0):
- resolution:
- {
- integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
- }
+ resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
peerDependencies:
- react: ">=16.8.0"
+ react: '>=16.8.0'
dependencies:
react: 18.2.0
dev: true
/@emotion/utils@1.2.1:
- resolution:
- {
- integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
- }
+ resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==}
dev: true
/@emotion/weak-memoize@0.3.1:
- resolution:
- {
- integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
- }
+ resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==}
dev: true
/@envelop/core@4.0.0:
- resolution:
- {
- integrity: sha512-6usEZO86hWT0ZajAbhOX0QXlV++lrlEmu8br6KQVvyXOxttiHADIibgfzb3GtSI7RnnJDnrcRb7Jynv6Lca3iQ==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-6usEZO86hWT0ZajAbhOX0QXlV++lrlEmu8br6KQVvyXOxttiHADIibgfzb3GtSI7RnnJDnrcRb7Jynv6Lca3iQ==}
+ engines: {node: '>=16.0.0'}
dependencies:
- "@envelop/types": 4.0.0
+ '@envelop/types': 4.0.0
tslib: 2.6.1
dev: false
/@envelop/extended-validation@3.0.1(@envelop/core@4.0.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-UQDt8/MrRKuyX8r6tJmzfqzNyPiibfLeWpeW8+CeG9oNIVYYjjq6+rB5EJCMHWb3uLpY09lD1OxxV3jFcyZq3A==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-UQDt8/MrRKuyX8r6tJmzfqzNyPiibfLeWpeW8+CeG9oNIVYYjjq6+rB5EJCMHWb3uLpY09lD1OxxV3jFcyZq3A==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@envelop/core": ^4.0.1
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ '@envelop/core': ^4.0.1
+ graphql: ^16.8.0
dependencies:
- "@envelop/core": 4.0.0
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@envelop/core': 4.0.0
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@envelop/graphql-modules@5.0.0(@envelop/core@4.0.0)(graphql-modules@2.1.2)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-wNtiL231xA5B9klEAQscrLhgzR4r/z4SzHQXDWBIBDvCsGEPo6YtMVxtEL8K+CubCLHYL8AfAnWaqL+xzw+iHA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@envelop/core": ^4.0.0
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ resolution: {integrity: sha512-wNtiL231xA5B9klEAQscrLhgzR4r/z4SzHQXDWBIBDvCsGEPo6YtMVxtEL8K+CubCLHYL8AfAnWaqL+xzw+iHA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@envelop/core': ^4.0.0
+ graphql: ^16.8.0
graphql-modules: ^1 || ^2.0.0
dependencies:
- "@envelop/core": 4.0.0
+ '@envelop/core': 4.0.0
graphql: 16.8.0
graphql-modules: 2.1.2(graphql@16.8.0)
tslib: 2.6.1
dev: false
/@envelop/live-query@6.0.0(@envelop/core@4.0.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-9NN3sbA/TZH7umCr6flUpUmOpJ2tR88OrETXWR/LJUvSaGGCPhCSHZiIQtORBWhuNXgme5pG48JNfUVWP82crw==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@envelop/core": ^4.0.0
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
- dependencies:
- "@envelop/core": 4.0.0
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@n1ru4l/graphql-live-query": 0.10.0(graphql@16.8.0)
- "@n1ru4l/graphql-live-query-patch": 0.7.0(graphql@16.8.0)
- "@n1ru4l/in-memory-live-query-store": 0.10.0(graphql@16.8.0)
+ resolution: {integrity: sha512-9NN3sbA/TZH7umCr6flUpUmOpJ2tR88OrETXWR/LJUvSaGGCPhCSHZiIQtORBWhuNXgme5pG48JNfUVWP82crw==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@envelop/core': ^4.0.0
+ graphql: ^16.8.0
+ dependencies:
+ '@envelop/core': 4.0.0
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.8.0)
+ '@n1ru4l/graphql-live-query-patch': 0.7.0(graphql@16.8.0)
+ '@n1ru4l/in-memory-live-query-store': 0.10.0(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@envelop/parser-cache@6.0.2(@envelop/core@4.0.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-BAyWnY7ePUMxaSEXOUnsdXPxjescC2TadRlnVzx1HVXvOYr7ZUzVJdTZS1eaWdXPRImsZpYH90R6pjuJsGNWfg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-BAyWnY7ePUMxaSEXOUnsdXPxjescC2TadRlnVzx1HVXvOYr7ZUzVJdTZS1eaWdXPRImsZpYH90R6pjuJsGNWfg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@envelop/core": ^4.0.1
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ '@envelop/core': ^4.0.1
+ graphql: ^16.8.0
dependencies:
- "@envelop/core": 4.0.0
+ '@envelop/core': 4.0.0
graphql: 16.8.0
lru-cache: 10.0.1
tslib: 2.6.1
dev: false
/@envelop/response-cache@5.1.0(@envelop/core@4.0.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-G81MF9XCQdmyZWgTkZa09rBusXNXhvjPMDjP4cfOpr8g1DEvEsxskEGT08f22hvl9Fg+G2wlVXBsHPLEr798Lg==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@envelop/core": ^4.0.0
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
- dependencies:
- "@envelop/core": 4.0.0
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@whatwg-node/fetch": 0.9.9
+ resolution: {integrity: sha512-G81MF9XCQdmyZWgTkZa09rBusXNXhvjPMDjP4cfOpr8g1DEvEsxskEGT08f22hvl9Fg+G2wlVXBsHPLEr798Lg==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@envelop/core': ^4.0.0
+ graphql: ^16.8.0
+ dependencies:
+ '@envelop/core': 4.0.0
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@whatwg-node/fetch': 0.9.9
fast-json-stable-stringify: 2.1.0
graphql: 16.8.0
lru-cache: 10.0.1
@@ -8531,43 +7121,34 @@ packages:
dev: false
/@envelop/sentry@6.0.0(@envelop/core@4.0.0)(@sentry/node@7.64.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-qvGzmHXTvVIptyk55ROTWLZZl/S0FRv/grUNfXKWRDBPnOTgGFlXTm8dFklRIJC5s+ws9cMDlLjkXep/M2JBVg==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@envelop/core": ^4.0.0
- "@sentry/node": ^6 || ^7
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
- dependencies:
- "@envelop/core": 4.0.0
- "@sentry/node": 7.64.0
+ resolution: {integrity: sha512-qvGzmHXTvVIptyk55ROTWLZZl/S0FRv/grUNfXKWRDBPnOTgGFlXTm8dFklRIJC5s+ws9cMDlLjkXep/M2JBVg==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@envelop/core': ^4.0.0
+ '@sentry/node': ^6 || ^7
+ graphql: ^16.8.0
+ dependencies:
+ '@envelop/core': 4.0.0
+ '@sentry/node': 7.64.0
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@envelop/types@4.0.0:
- resolution:
- {
- integrity: sha512-dmBK16VVfKCkqYYemvE+gt1cPBP0d9CbYO4yjNhSSYy9K+w6+Lw48wOLK238mSR339PNAvwj/JW/qzNy2llggA==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-dmBK16VVfKCkqYYemvE+gt1cPBP0d9CbYO4yjNhSSYy9K+w6+Lw48wOLK238mSR339PNAvwj/JW/qzNy2llggA==}
+ engines: {node: '>=16.0.0'}
dependencies:
tslib: 2.6.1
dev: false
/@envelop/validation-cache@6.0.2(@envelop/core@4.0.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-inQwmtxGCYQpMS9yjRocwFMD2caLFEIntwcdBfP0wlc4GJx4+Z+nJATdOHq2xKlgKini6f5iUeeS3Q5PgBPw5A==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-inQwmtxGCYQpMS9yjRocwFMD2caLFEIntwcdBfP0wlc4GJx4+Z+nJATdOHq2xKlgKini6f5iUeeS3Q5PgBPw5A==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@envelop/core": ^4.0.1
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ '@envelop/core': ^4.0.1
+ graphql: ^16.8.0
dependencies:
- "@envelop/core": 4.0.0
+ '@envelop/core': 4.0.0
graphql: 16.8.0
hash-it: 6.0.0
lru-cache: 10.0.1
@@ -8575,67 +7156,46 @@ packages:
dev: false
/@esbuild-kit/core-utils@3.1.0:
- resolution:
- {
- integrity: sha512-Uuk8RpCg/7fdHSceR1M6XbSZFSuMrxcePFuGgyvsBn+u339dk5OeL4jv2EojwTN2st/unJGsVm4qHWjWNmJ/tw==
- }
+ resolution: {integrity: sha512-Uuk8RpCg/7fdHSceR1M6XbSZFSuMrxcePFuGgyvsBn+u339dk5OeL4jv2EojwTN2st/unJGsVm4qHWjWNmJ/tw==}
dependencies:
esbuild: 0.17.19
source-map-support: 0.5.21
dev: true
/@esbuild-kit/esm-loader@2.5.5:
- resolution:
- {
- integrity: sha512-Qwfvj/qoPbClxCRNuac1Du01r9gvNOT+pMYtJDapfB1eoGN1YlJ1BixLyL9WVENRx5RXgNLdfYdx/CuswlGhMw==
- }
+ resolution: {integrity: sha512-Qwfvj/qoPbClxCRNuac1Du01r9gvNOT+pMYtJDapfB1eoGN1YlJ1BixLyL9WVENRx5RXgNLdfYdx/CuswlGhMw==}
dependencies:
- "@esbuild-kit/core-utils": 3.1.0
+ '@esbuild-kit/core-utils': 3.1.0
get-tsconfig: 4.7.0
dev: true
/@esbuild-plugins/node-globals-polyfill@0.1.1(esbuild@0.16.3):
- resolution:
- {
- integrity: sha512-MR0oAA+mlnJWrt1RQVQ+4VYuRJW/P2YmRTv1AsplObyvuBMnPHiizUF95HHYiSsMGLhyGtWufaq2XQg6+iurBg==
- }
+ resolution: {integrity: sha512-MR0oAA+mlnJWrt1RQVQ+4VYuRJW/P2YmRTv1AsplObyvuBMnPHiizUF95HHYiSsMGLhyGtWufaq2XQg6+iurBg==}
peerDependencies:
- esbuild: "*"
+ esbuild: '*'
dependencies:
esbuild: 0.16.3
- dev: true
/@esbuild-plugins/node-modules-polyfill@0.1.4(esbuild@0.16.3):
- resolution:
- {
- integrity: sha512-uZbcXi0zbmKC/050p3gJnne5Qdzw8vkXIv+c2BW0Lsc1ji1SkrxbKPUy5Efr0blbTu1SL8w4eyfpnSdPg3G0Qg==
- }
+ resolution: {integrity: sha512-uZbcXi0zbmKC/050p3gJnne5Qdzw8vkXIv+c2BW0Lsc1ji1SkrxbKPUy5Efr0blbTu1SL8w4eyfpnSdPg3G0Qg==}
peerDependencies:
- esbuild: "*"
+ esbuild: '*'
dependencies:
esbuild: 0.16.3
escape-string-regexp: 4.0.0
rollup-plugin-node-polyfills: 0.2.1
- dev: true
/@esbuild/android-arm64@0.16.3:
- resolution:
- {
- integrity: sha512-RolFVeinkeraDvN/OoRf1F/lP0KUfGNb5jxy/vkIMeRRChkrX/HTYN6TYZosRJs3a1+8wqpxAo5PI5hFmxyPRg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-RolFVeinkeraDvN/OoRf1F/lP0KUfGNb5jxy/vkIMeRRChkrX/HTYN6TYZosRJs3a1+8wqpxAo5PI5hFmxyPRg==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
- dev: true
optional: true
/@esbuild/android-arm64@0.17.19:
- resolution:
- {
- integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
@@ -8643,34 +7203,24 @@ packages:
optional: true
/@esbuild/android-arm64@0.18.11:
- resolution:
- {
- integrity: sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-snieiq75Z1z5LJX9cduSAjUr7vEI1OdlzFPMw0HH5YI7qQHDd3qs+WZoMrWYDsfRJSq36lIA6mfZBkvL46KoIw==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/@esbuild/android-arm@0.16.3:
- resolution:
- {
- integrity: sha512-mueuEoh+s1eRbSJqq9KNBQwI4QhQV6sRXIfTyLXSHGMpyew61rOK4qY21uKbXl1iBoMb0AdL1deWFCQVlN2qHA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-mueuEoh+s1eRbSJqq9KNBQwI4QhQV6sRXIfTyLXSHGMpyew61rOK4qY21uKbXl1iBoMb0AdL1deWFCQVlN2qHA==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [android]
requiresBuild: true
- dev: true
optional: true
/@esbuild/android-arm@0.17.19:
- resolution:
- {
- integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [android]
requiresBuild: true
@@ -8678,34 +7228,24 @@ packages:
optional: true
/@esbuild/android-arm@0.18.11:
- resolution:
- {
- integrity: sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-q4qlUf5ucwbUJZXF5tEQ8LF7y0Nk4P58hOsGk3ucY0oCwgQqAnqXVbUuahCddVHfrxmpyewRpiTHwVHIETYu7Q==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [android]
requiresBuild: true
optional: true
/@esbuild/android-x64@0.16.3:
- resolution:
- {
- integrity: sha512-SFpTUcIT1bIJuCCBMCQWq1bL2gPTjWoLZdjmIhjdcQHaUfV41OQfho6Ici5uvvkMmZRXIUGpM3GxysP/EU7ifQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-SFpTUcIT1bIJuCCBMCQWq1bL2gPTjWoLZdjmIhjdcQHaUfV41OQfho6Ici5uvvkMmZRXIUGpM3GxysP/EU7ifQ==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
- dev: true
optional: true
/@esbuild/android-x64@0.17.19:
- resolution:
- {
- integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
@@ -8713,34 +7253,24 @@ packages:
optional: true
/@esbuild/android-x64@0.18.11:
- resolution:
- {
- integrity: sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-iPuoxQEV34+hTF6FT7om+Qwziv1U519lEOvekXO9zaMMlT9+XneAhKL32DW3H7okrCOBQ44BMihE8dclbZtTuw==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
optional: true
/@esbuild/darwin-arm64@0.16.3:
- resolution:
- {
- integrity: sha512-DO8WykMyB+N9mIDfI/Hug70Dk1KipavlGAecxS3jDUwAbTpDXj0Lcwzw9svkhxfpCagDmpaTMgxWK8/C/XcXvw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-DO8WykMyB+N9mIDfI/Hug70Dk1KipavlGAecxS3jDUwAbTpDXj0Lcwzw9svkhxfpCagDmpaTMgxWK8/C/XcXvw==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
- dev: true
optional: true
/@esbuild/darwin-arm64@0.17.19:
- resolution:
- {
- integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
@@ -8748,34 +7278,24 @@ packages:
optional: true
/@esbuild/darwin-arm64@0.18.11:
- resolution:
- {
- integrity: sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Gm0QkI3k402OpfMKyQEEMG0RuW2LQsSmI6OeO4El2ojJMoF5NLYb3qMIjvbG/lbMeLOGiW6ooU8xqc+S0fgz2w==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@esbuild/darwin-x64@0.16.3:
- resolution:
- {
- integrity: sha512-uEqZQ2omc6BvWqdCiyZ5+XmxuHEi1SPzpVxXCSSV2+Sh7sbXbpeNhHIeFrIpRjAs0lI1FmA1iIOxFozKBhKgRQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-uEqZQ2omc6BvWqdCiyZ5+XmxuHEi1SPzpVxXCSSV2+Sh7sbXbpeNhHIeFrIpRjAs0lI1FmA1iIOxFozKBhKgRQ==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
- dev: true
optional: true
/@esbuild/darwin-x64@0.17.19:
- resolution:
- {
- integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
@@ -8783,34 +7303,24 @@ packages:
optional: true
/@esbuild/darwin-x64@0.18.11:
- resolution:
- {
- integrity: sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-N15Vzy0YNHu6cfyDOjiyfJlRJCB/ngKOAvoBf1qybG3eOq0SL2Lutzz9N7DYUbb7Q23XtHPn6lMDF6uWbGv9Fw==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@esbuild/freebsd-arm64@0.16.3:
- resolution:
- {
- integrity: sha512-nJansp3sSXakNkOD5i5mIz2Is/HjzIhFs49b1tjrPrpCmwgBmH9SSzhC/Z1UqlkivqMYkhfPwMw1dGFUuwmXhw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-nJansp3sSXakNkOD5i5mIz2Is/HjzIhFs49b1tjrPrpCmwgBmH9SSzhC/Z1UqlkivqMYkhfPwMw1dGFUuwmXhw==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
- dev: true
optional: true
/@esbuild/freebsd-arm64@0.17.19:
- resolution:
- {
- integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
@@ -8818,34 +7328,24 @@ packages:
optional: true
/@esbuild/freebsd-arm64@0.18.11:
- resolution:
- {
- integrity: sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-atEyuq6a3omEY5qAh5jIORWk8MzFnCpSTUruBgeyN9jZq1K/QI9uke0ATi3MHu4L8c59CnIi4+1jDKMuqmR71A==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
optional: true
/@esbuild/freebsd-x64@0.16.3:
- resolution:
- {
- integrity: sha512-TfoDzLw+QHfc4a8aKtGSQ96Wa+6eimljjkq9HKR0rHlU83vw8aldMOUSJTUDxbcUdcgnJzPaX8/vGWm7vyV7ug==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-TfoDzLw+QHfc4a8aKtGSQ96Wa+6eimljjkq9HKR0rHlU83vw8aldMOUSJTUDxbcUdcgnJzPaX8/vGWm7vyV7ug==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
- dev: true
optional: true
/@esbuild/freebsd-x64@0.17.19:
- resolution:
- {
- integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
@@ -8853,34 +7353,24 @@ packages:
optional: true
/@esbuild/freebsd-x64@0.18.11:
- resolution:
- {
- integrity: sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-XtuPrEfBj/YYYnAAB7KcorzzpGTvOr/dTtXPGesRfmflqhA4LMF0Gh/n5+a9JBzPuJ+CGk17CA++Hmr1F/gI0Q==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
/@esbuild/linux-arm64@0.16.3:
- resolution:
- {
- integrity: sha512-7I3RlsnxEFCHVZNBLb2w7unamgZ5sVwO0/ikE2GaYvYuUQs9Qte/w7TqWcXHtCwxvZx/2+F97ndiUQAWs47ZfQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-7I3RlsnxEFCHVZNBLb2w7unamgZ5sVwO0/ikE2GaYvYuUQs9Qte/w7TqWcXHtCwxvZx/2+F97ndiUQAWs47ZfQ==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-arm64@0.17.19:
- resolution:
- {
- integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -8888,34 +7378,24 @@ packages:
optional: true
/@esbuild/linux-arm64@0.18.11:
- resolution:
- {
- integrity: sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-c6Vh2WS9VFKxKZ2TvJdA7gdy0n6eSy+yunBvv4aqNCEhSWVor1TU43wNRp2YLO9Vng2G+W94aRz+ILDSwAiYog==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-arm@0.16.3:
- resolution:
- {
- integrity: sha512-VwswmSYwVAAq6LysV59Fyqk3UIjbhuc6wb3vEcJ7HEJUtFuLK9uXWuFoH1lulEbE4+5GjtHi3MHX+w1gNHdOWQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VwswmSYwVAAq6LysV59Fyqk3UIjbhuc6wb3vEcJ7HEJUtFuLK9uXWuFoH1lulEbE4+5GjtHi3MHX+w1gNHdOWQ==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-arm@0.17.19:
- resolution:
- {
- integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
@@ -8923,34 +7403,24 @@ packages:
optional: true
/@esbuild/linux-arm@0.18.11:
- resolution:
- {
- integrity: sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Idipz+Taso/toi2ETugShXjQ3S59b6m62KmLHkJlSq/cBejixmIydqrtM2XTvNCywFl3VC7SreSf6NV0i6sRyg==}
+ engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-ia32@0.16.3:
- resolution:
- {
- integrity: sha512-X8FDDxM9cqda2rJE+iblQhIMYY49LfvW4kaEjoFbTTQ4Go8G96Smj2w3BRTwA8IHGoi9dPOPGAX63dhuv19UqA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-X8FDDxM9cqda2rJE+iblQhIMYY49LfvW4kaEjoFbTTQ4Go8G96Smj2w3BRTwA8IHGoi9dPOPGAX63dhuv19UqA==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-ia32@0.17.19:
- resolution:
- {
- integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
@@ -8958,34 +7428,24 @@ packages:
optional: true
/@esbuild/linux-ia32@0.18.11:
- resolution:
- {
- integrity: sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-S3hkIF6KUqRh9n1Q0dSyYcWmcVa9Cg+mSoZEfFuzoYXXsk6196qndrM+ZiHNwpZKi3XOXpShZZ+9dfN5ykqjjw==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-loong64@0.16.3:
- resolution:
- {
- integrity: sha512-hIbeejCOyO0X9ujfIIOKjBjNAs9XD/YdJ9JXAy1lHA+8UXuOqbFe4ErMCqMr8dhlMGBuvcQYGF7+kO7waj2KHw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-hIbeejCOyO0X9ujfIIOKjBjNAs9XD/YdJ9JXAy1lHA+8UXuOqbFe4ErMCqMr8dhlMGBuvcQYGF7+kO7waj2KHw==}
+ engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-loong64@0.17.19:
- resolution:
- {
- integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==}
+ engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
requiresBuild: true
@@ -8993,34 +7453,24 @@ packages:
optional: true
/@esbuild/linux-loong64@0.18.11:
- resolution:
- {
- integrity: sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-MRESANOoObQINBA+RMZW+Z0TJWpibtE7cPFnahzyQHDCA9X9LOmGh68MVimZlM9J8n5Ia8lU773te6O3ILW8kw==}
+ engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-mips64el@0.16.3:
- resolution:
- {
- integrity: sha512-znFRzICT/V8VZQMt6rjb21MtAVJv/3dmKRMlohlShrbVXdBuOdDrGb+C2cZGQAR8RFyRe7HS6klmHq103WpmVw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-znFRzICT/V8VZQMt6rjb21MtAVJv/3dmKRMlohlShrbVXdBuOdDrGb+C2cZGQAR8RFyRe7HS6klmHq103WpmVw==}
+ engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-mips64el@0.17.19:
- resolution:
- {
- integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==}
+ engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
@@ -9028,34 +7478,24 @@ packages:
optional: true
/@esbuild/linux-mips64el@0.18.11:
- resolution:
- {
- integrity: sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-qVyPIZrXNMOLYegtD1u8EBccCrBVshxMrn5MkuFc3mEVsw7CCQHaqZ4jm9hbn4gWY95XFnb7i4SsT3eflxZsUg==}
+ engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-ppc64@0.16.3:
- resolution:
- {
- integrity: sha512-EV7LuEybxhXrVTDpbqWF2yehYRNz5e5p+u3oQUS2+ZFpknyi1NXxr8URk4ykR8Efm7iu04//4sBg249yNOwy5Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-EV7LuEybxhXrVTDpbqWF2yehYRNz5e5p+u3oQUS2+ZFpknyi1NXxr8URk4ykR8Efm7iu04//4sBg249yNOwy5Q==}
+ engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-ppc64@0.17.19:
- resolution:
- {
- integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==}
+ engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
@@ -9063,34 +7503,24 @@ packages:
optional: true
/@esbuild/linux-ppc64@0.18.11:
- resolution:
- {
- integrity: sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-T3yd8vJXfPirZaUOoA9D2ZjxZX4Gr3QuC3GztBJA6PklLotc/7sXTOuuRkhE9W/5JvJP/K9b99ayPNAD+R+4qQ==}
+ engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-riscv64@0.16.3:
- resolution:
- {
- integrity: sha512-uDxqFOcLzFIJ+r/pkTTSE9lsCEaV/Y6rMlQjUI9BkzASEChYL/aSQjZjchtEmdnVxDKETnUAmsaZ4pqK1eE5BQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-uDxqFOcLzFIJ+r/pkTTSE9lsCEaV/Y6rMlQjUI9BkzASEChYL/aSQjZjchtEmdnVxDKETnUAmsaZ4pqK1eE5BQ==}
+ engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-riscv64@0.17.19:
- resolution:
- {
- integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==}
+ engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
@@ -9098,34 +7528,24 @@ packages:
optional: true
/@esbuild/linux-riscv64@0.18.11:
- resolution:
- {
- integrity: sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-evUoRPWiwuFk++snjH9e2cAjF5VVSTj+Dnf+rkO/Q20tRqv+644279TZlPK8nUGunjPAtQRCj1jQkDAvL6rm2w==}
+ engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-s390x@0.16.3:
- resolution:
- {
- integrity: sha512-NbeREhzSxYwFhnCAQOQZmajsPYtX71Ufej3IQ8W2Gxskfz9DK58ENEju4SbpIj48VenktRASC52N5Fhyf/aliQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-NbeREhzSxYwFhnCAQOQZmajsPYtX71Ufej3IQ8W2Gxskfz9DK58ENEju4SbpIj48VenktRASC52N5Fhyf/aliQ==}
+ engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-s390x@0.17.19:
- resolution:
- {
- integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==}
+ engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
@@ -9133,34 +7553,24 @@ packages:
optional: true
/@esbuild/linux-s390x@0.18.11:
- resolution:
- {
- integrity: sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-/SlRJ15XR6i93gRWquRxYCfhTeC5PdqEapKoLbX63PLCmAkXZHY2uQm2l9bN0oPHBsOw2IswRZctMYS0MijFcg==}
+ engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/linux-x64@0.16.3:
- resolution:
- {
- integrity: sha512-SDiG0nCixYO9JgpehoKgScwic7vXXndfasjnD5DLbp1xltANzqZ425l7LSdHynt19UWOcDjG9wJJzSElsPvk0w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-SDiG0nCixYO9JgpehoKgScwic7vXXndfasjnD5DLbp1xltANzqZ425l7LSdHynt19UWOcDjG9wJJzSElsPvk0w==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
- dev: true
optional: true
/@esbuild/linux-x64@0.17.19:
- resolution:
- {
- integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -9168,34 +7578,24 @@ packages:
optional: true
/@esbuild/linux-x64@0.18.11:
- resolution:
- {
- integrity: sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-xcncej+wF16WEmIwPtCHi0qmx1FweBqgsRtEL1mSHLFR6/mb3GEZfLQnx+pUDfRDEM4DQF8dpXIW7eDOZl1IbA==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@esbuild/netbsd-x64@0.16.3:
- resolution:
- {
- integrity: sha512-AzbsJqiHEq1I/tUvOfAzCY15h4/7Ivp3ff/o1GpP16n48JMNAtbW0qui2WCgoIZArEHD0SUQ95gvR0oSO7ZbdA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-AzbsJqiHEq1I/tUvOfAzCY15h4/7Ivp3ff/o1GpP16n48JMNAtbW0qui2WCgoIZArEHD0SUQ95gvR0oSO7ZbdA==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
- dev: true
optional: true
/@esbuild/netbsd-x64@0.17.19:
- resolution:
- {
- integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
@@ -9203,34 +7603,24 @@ packages:
optional: true
/@esbuild/netbsd-x64@0.18.11:
- resolution:
- {
- integrity: sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-aSjMHj/F7BuS1CptSXNg6S3M4F3bLp5wfFPIJM+Km2NfIVfFKhdmfHF9frhiCLIGVzDziggqWll0B+9AUbud/Q==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
optional: true
/@esbuild/openbsd-x64@0.16.3:
- resolution:
- {
- integrity: sha512-gSABi8qHl8k3Cbi/4toAzHiykuBuWLZs43JomTcXkjMZVkp0gj3gg9mO+9HJW/8GB5H89RX/V0QP4JGL7YEEVg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-gSABi8qHl8k3Cbi/4toAzHiykuBuWLZs43JomTcXkjMZVkp0gj3gg9mO+9HJW/8GB5H89RX/V0QP4JGL7YEEVg==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
- dev: true
optional: true
/@esbuild/openbsd-x64@0.17.19:
- resolution:
- {
- integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
@@ -9238,34 +7628,24 @@ packages:
optional: true
/@esbuild/openbsd-x64@0.18.11:
- resolution:
- {
- integrity: sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tNBq+6XIBZtht0xJGv7IBB5XaSyvYPCm1PxJ33zLQONdZoLVM0bgGqUrXnJyiEguD9LU4AHiu+GCXy/Hm9LsdQ==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
optional: true
/@esbuild/sunos-x64@0.16.3:
- resolution:
- {
- integrity: sha512-SF9Kch5Ete4reovvRO6yNjMxrvlfT0F0Flm+NPoUw5Z4Q3r1d23LFTgaLwm3Cp0iGbrU/MoUI+ZqwCv5XJijCw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-SF9Kch5Ete4reovvRO6yNjMxrvlfT0F0Flm+NPoUw5Z4Q3r1d23LFTgaLwm3Cp0iGbrU/MoUI+ZqwCv5XJijCw==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
- dev: true
optional: true
/@esbuild/sunos-x64@0.17.19:
- resolution:
- {
- integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
@@ -9273,34 +7653,24 @@ packages:
optional: true
/@esbuild/sunos-x64@0.18.11:
- resolution:
- {
- integrity: sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-kxfbDOrH4dHuAAOhr7D7EqaYf+W45LsAOOhAet99EyuxxQmjbk8M9N4ezHcEiCYPaiW8Dj3K26Z2V17Gt6p3ng==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
optional: true
/@esbuild/win32-arm64@0.16.3:
- resolution:
- {
- integrity: sha512-u5aBonZIyGopAZyOnoPAA6fGsDeHByZ9CnEzyML9NqntK6D/xl5jteZUKm/p6nD09+v3pTM6TuUIqSPcChk5gg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-u5aBonZIyGopAZyOnoPAA6fGsDeHByZ9CnEzyML9NqntK6D/xl5jteZUKm/p6nD09+v3pTM6TuUIqSPcChk5gg==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
- dev: true
optional: true
/@esbuild/win32-arm64@0.17.19:
- resolution:
- {
- integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
@@ -9308,34 +7678,24 @@ packages:
optional: true
/@esbuild/win32-arm64@0.18.11:
- resolution:
- {
- integrity: sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Sh0dDRyk1Xi348idbal7lZyfSkjhJsdFeuC13zqdipsvMetlGiFQNdO+Yfp6f6B4FbyQm7qsk16yaZk25LChzg==}
+ engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@esbuild/win32-ia32@0.16.3:
- resolution:
- {
- integrity: sha512-GlgVq1WpvOEhNioh74TKelwla9KDuAaLZrdxuuUgsP2vayxeLgVc+rbpIv0IYF4+tlIzq2vRhofV+KGLD+37EQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-GlgVq1WpvOEhNioh74TKelwla9KDuAaLZrdxuuUgsP2vayxeLgVc+rbpIv0IYF4+tlIzq2vRhofV+KGLD+37EQ==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
- dev: true
optional: true
/@esbuild/win32-ia32@0.17.19:
- resolution:
- {
- integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
@@ -9343,34 +7703,24 @@ packages:
optional: true
/@esbuild/win32-ia32@0.18.11:
- resolution:
- {
- integrity: sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-o9JUIKF1j0rqJTFbIoF4bXj6rvrTZYOrfRcGyL0Vm5uJ/j5CkBD/51tpdxe9lXEDouhRgdr/BYzUrDOvrWwJpg==}
+ engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@esbuild/win32-x64@0.16.3:
- resolution:
- {
- integrity: sha512-5/JuTd8OWW8UzEtyf19fbrtMJENza+C9JoPIkvItgTBQ1FO2ZLvjbPO6Xs54vk0s5JB5QsfieUEshRQfu7ZHow==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-5/JuTd8OWW8UzEtyf19fbrtMJENza+C9JoPIkvItgTBQ1FO2ZLvjbPO6Xs54vk0s5JB5QsfieUEshRQfu7ZHow==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
- dev: true
optional: true
/@esbuild/win32-x64@0.17.19:
- resolution:
- {
- integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
@@ -9378,22 +7728,16 @@ packages:
optional: true
/@esbuild/win32-x64@0.18.11:
- resolution:
- {
- integrity: sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-rQI4cjLHd2hGsM1LqgDI7oOCYbQ6IBOVsX9ejuRMSze0GqXUG2ekwiKkiBU1pRGSeCqFFHxTrcEydB2Hyoz9CA==}
+ engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
/@eslint-community/eslint-utils@4.4.0(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.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
dependencies:
@@ -9401,18 +7745,12 @@ packages:
eslint-visitor-keys: 3.4.3
/@eslint-community/regexpp@4.6.2:
- resolution:
- {
- integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
- }
- engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 }
+ resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==}
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
/@eslint/eslintrc@2.1.2:
- resolution:
- {
- integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
debug: 4.3.4(supports-color@8.1.1)
@@ -9427,31 +7765,24 @@ packages:
- supports-color
/@eslint/js@8.47.0:
- resolution:
- {
- integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
-
- /@eventcatalog/core@1.0.1(@babel/core@7.22.10)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2):
- resolution:
- {
- integrity: sha512-NThMGJ9KHWy+iRCuvhHjXc51cRpDTvfxpsPO3TZaCVpjkuLi2Avv5AnUEyD12oz3Bx6HFtfhvectX5beEHaSoA==
- }
- hasBin: true
- dependencies:
- "@asyncapi/react-component": 1.0.0-next.48(react-dom@17.0.2)(react@17.0.2)
- "@headlessui/react": 1.7.17(react-dom@17.0.2)(react@17.0.2)
- "@heroicons/react": 1.0.6(react@17.0.2)
- "@mdx-js/react": 1.6.22(react@17.0.2)
- "@stoplight/json-schema-viewer": 4.5.0(@babel/core@7.22.10)(@stoplight/markdown-viewer@5.6.0)(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/markdown-viewer": 5.6.0(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/mosaic": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/mosaic-code-viewer": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@tailwindcss/forms": 0.5.4(tailwindcss@3.3.2)
- "@tailwindcss/line-clamp": 0.4.4(tailwindcss@3.3.2)
- "@tailwindcss/typography": 0.5.9(tailwindcss@3.3.2)
- "@types/swagger-ui-react": 4.18.0
+ resolution: {integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+
+ /@eventcatalog/core@1.0.1(@babel/core@7.12.9)(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-native@0.72.4)(tailwindcss@3.3.2):
+ resolution: {integrity: sha512-NThMGJ9KHWy+iRCuvhHjXc51cRpDTvfxpsPO3TZaCVpjkuLi2Avv5AnUEyD12oz3Bx6HFtfhvectX5beEHaSoA==}
+ dependencies:
+ '@asyncapi/react-component': 1.0.0-next.48(react-dom@17.0.2)(react@17.0.2)
+ '@headlessui/react': 1.7.17(react-dom@17.0.2)(react@17.0.2)
+ '@heroicons/react': 1.0.6(react@17.0.2)
+ '@mdx-js/react': 1.6.22(react@17.0.2)
+ '@stoplight/json-schema-viewer': 4.5.0(@babel/core@7.12.9)(@stoplight/markdown-viewer@5.6.0)(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/markdown-viewer': 5.6.0(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/mosaic': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/mosaic-code-viewer': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@tailwindcss/forms': 0.5.4(tailwindcss@3.3.2)
+ '@tailwindcss/line-clamp': 0.4.4(tailwindcss@3.3.2)
+ '@tailwindcss/typography': 0.5.9(tailwindcss@3.3.2)
+ '@types/swagger-ui-react': 4.18.0
compare-versions: 4.1.4
copy-text-to-clipboard: 3.2.0
dagre: 0.8.5
@@ -9461,7 +7792,7 @@ packages:
gray-matter: 4.0.3
lodash.debounce: 4.0.8
mermaid: 10.3.0
- next: 12.3.4(@babel/core@7.22.10)(react-dom@17.0.2)(react@17.0.2)
+ next: 12.3.4(@babel/core@7.12.9)(react-dom@17.0.2)(react@17.0.2)
next-mdx-remote: 3.0.8(react-dom@17.0.2)(react@17.0.2)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
@@ -9470,10 +7801,10 @@ packages:
react-syntax-highlighter: 15.5.0(react@17.0.2)
swagger-ui-react: 5.4.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@17.0.2)(react-native@0.72.4)(react@17.0.2)
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/template"
- - "@types/react"
- - "@types/react-dom"
+ - '@babel/core'
+ - '@babel/template'
+ - '@types/react'
+ - '@types/react-dom'
- babel-plugin-macros
- bufferutil
- canvas
@@ -9498,15 +7829,12 @@ packages:
dev: false
/@eventcatalog/plugin-doc-generator-asyncapi@0.3.5:
- resolution:
- {
- integrity: sha512-wpVOkqjeZ/0yCISLmmuv8X9bPzqpGbjmOvzpI1HB86vpinSy3mzNzWK9Y62SIbTqJPPOSUc0K9Ce0l8MHjeFog==
- }
- engines: { node: ">=14" }
- dependencies:
- "@asyncapi/avro-schema-parser": 1.1.0
- "@asyncapi/parser": 1.18.1
- "@eventcatalog/utils": 0.2.2
+ resolution: {integrity: sha512-wpVOkqjeZ/0yCISLmmuv8X9bPzqpGbjmOvzpI1HB86vpinSy3mzNzWK9Y62SIbTqJPPOSUc0K9Ce0l8MHjeFog==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@asyncapi/avro-schema-parser': 1.1.0
+ '@asyncapi/parser': 1.18.1
+ '@eventcatalog/utils': 0.2.2
chalk: 4.1.2
front-matter: 4.0.2
fs-extra: 10.1.0
@@ -9519,19 +7847,13 @@ packages:
dev: false
/@eventcatalog/types@0.4.2:
- resolution:
- {
- integrity: sha512-3RVI4lg3KMusYRbuOkwJR9QB75fJ3LuxxW5RzkFvbM/7/rqfzAcGSHgALvj8NAP9hawwttivNHN9rsAVMiVi6w==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-3RVI4lg3KMusYRbuOkwJR9QB75fJ3LuxxW5RzkFvbM/7/rqfzAcGSHgALvj8NAP9hawwttivNHN9rsAVMiVi6w==}
+ engines: {node: '>=14'}
dev: false
/@eventcatalog/utils@0.2.2:
- resolution:
- {
- integrity: sha512-+n8Ou39ig85QG64OjJAxey8RA0eXXRy1ZZHDK20ZtvMUNHN+ihzOzhi9xBvpZWS0MSELugxylCHK2v83JuV1GQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-+n8Ou39ig85QG64OjJAxey8RA0eXXRy1ZZHDK20ZtvMUNHN+ihzOzhi9xBvpZWS0MSELugxylCHK2v83JuV1GQ==}
+ engines: {node: '>=14'}
dependencies:
deepmerge: 4.3.1
fs-extra: 10.1.0
@@ -9541,31 +7863,19 @@ packages:
dev: false
/@exodus/schemasafe@1.2.3:
- resolution:
- {
- integrity: sha512-hmdFF4vVyvXosVdCCnZPCfrgwNPA79y3K5l0QzlKFcK5Qd3nkM9oGKcQYCTnTRWJXIV5SUMkkTFIEIdDFtxQPQ==
- }
+ resolution: {integrity: sha512-hmdFF4vVyvXosVdCCnZPCfrgwNPA79y3K5l0QzlKFcK5Qd3nkM9oGKcQYCTnTRWJXIV5SUMkkTFIEIdDFtxQPQ==}
dev: false
/@faker-js/faker@5.5.3:
- resolution:
- {
- integrity: sha512-R11tGE6yIFwqpaIqcfkcg7AICXzFg14+5h5v0TfF/9+RMDL6jhzCy/pxHVOfbALGdtVYdt6JdR21tuxEgl34dw==
- }
+ resolution: {integrity: sha512-R11tGE6yIFwqpaIqcfkcg7AICXzFg14+5h5v0TfF/9+RMDL6jhzCy/pxHVOfbALGdtVYdt6JdR21tuxEgl34dw==}
dev: false
/@fal-works/esbuild-plugin-global-externals@2.1.2:
- resolution:
- {
- integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==
- }
+ resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==}
dev: true
/@fastify/ajv-compiler@3.5.0:
- resolution:
- {
- integrity: sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==
- }
+ resolution: {integrity: sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==}
dependencies:
ajv: 8.12.0
ajv-formats: 2.1.1(ajv@8.12.0)
@@ -9573,224 +7883,161 @@ packages:
dev: false
/@fastify/deepmerge@1.3.0:
- resolution:
- {
- integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==
- }
+ resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==}
dev: false
/@fastify/error@3.3.0:
- resolution:
- {
- integrity: sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w==
- }
+ resolution: {integrity: sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w==}
dev: false
/@fastify/fast-json-stringify-compiler@4.3.0:
- resolution:
- {
- integrity: sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==
- }
+ resolution: {integrity: sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==}
dependencies:
fast-json-stringify: 5.8.0
dev: false
/@fastify/formbody@7.4.0:
- resolution:
- {
- integrity: sha512-H3C6h1GN56/SMrZS8N2vCT2cZr7mIHzBHzOBa5OPpjfB/D6FzP9mMpE02ZzrFX0ANeh0BAJdoXKOF2e7IbV+Og==
- }
+ resolution: {integrity: sha512-H3C6h1GN56/SMrZS8N2vCT2cZr7mIHzBHzOBa5OPpjfB/D6FzP9mMpE02ZzrFX0ANeh0BAJdoXKOF2e7IbV+Og==}
dependencies:
fast-querystring: 1.1.2
fastify-plugin: 4.5.1
dev: false
/@fmvilas/pseudo-yaml-ast@0.3.1:
- resolution:
- {
- integrity: sha512-8OAB74W2a9M3k9bjYD8AjVXkX+qO8c0SqNT5HlgOqx7AxSw8xdksEcZp7gFtfi+4njSxT6+76ZR+1ubjAwQHOg==
- }
+ resolution: {integrity: sha512-8OAB74W2a9M3k9bjYD8AjVXkX+qO8c0SqNT5HlgOqx7AxSw8xdksEcZp7gFtfi+4njSxT6+76ZR+1ubjAwQHOg==}
dependencies:
yaml-ast-parser: 0.0.43
dev: false
/@formatjs/ecma402-abstract@1.11.4:
- resolution:
- {
- integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==
- }
+ resolution: {integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==}
dependencies:
- "@formatjs/intl-localematcher": 0.2.25
+ '@formatjs/intl-localematcher': 0.2.25
tslib: 2.6.1
dev: true
/@formatjs/ecma402-abstract@1.17.0:
- resolution:
- {
- integrity: sha512-6ueQTeJZtwKjmh23bdkq/DMqH4l4bmfvtQH98blOSbiXv/OUiyijSW6jU22IT8BNM1ujCaEvJfTtyCYVH38EMQ==
- }
+ resolution: {integrity: sha512-6ueQTeJZtwKjmh23bdkq/DMqH4l4bmfvtQH98blOSbiXv/OUiyijSW6jU22IT8BNM1ujCaEvJfTtyCYVH38EMQ==}
dependencies:
- "@formatjs/intl-localematcher": 0.4.0
+ '@formatjs/intl-localematcher': 0.4.0
tslib: 2.6.1
dev: true
/@formatjs/fast-memoize@1.2.1:
- resolution:
- {
- integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==
- }
+ resolution: {integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==}
dependencies:
tslib: 2.6.1
dev: true
/@formatjs/icu-messageformat-parser@2.1.0:
- resolution:
- {
- integrity: sha512-Qxv/lmCN6hKpBSss2uQ8IROVnta2r9jd3ymUEIjm2UyIkUCHVcbUVRGL/KS/wv7876edvsPe+hjHVJ4z8YuVaw==
- }
+ resolution: {integrity: sha512-Qxv/lmCN6hKpBSss2uQ8IROVnta2r9jd3ymUEIjm2UyIkUCHVcbUVRGL/KS/wv7876edvsPe+hjHVJ4z8YuVaw==}
dependencies:
- "@formatjs/ecma402-abstract": 1.11.4
- "@formatjs/icu-skeleton-parser": 1.3.6
+ '@formatjs/ecma402-abstract': 1.11.4
+ '@formatjs/icu-skeleton-parser': 1.3.6
tslib: 2.6.1
dev: true
/@formatjs/icu-skeleton-parser@1.3.6:
- resolution:
- {
- integrity: sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==
- }
+ resolution: {integrity: sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==}
dependencies:
- "@formatjs/ecma402-abstract": 1.11.4
+ '@formatjs/ecma402-abstract': 1.11.4
tslib: 2.6.1
dev: true
/@formatjs/intl-localematcher@0.2.25:
- resolution:
- {
- integrity: sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==
- }
+ resolution: {integrity: sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==}
dependencies:
tslib: 2.6.1
dev: true
/@formatjs/intl-localematcher@0.2.32:
- resolution:
- {
- integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==
- }
+ resolution: {integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==}
dependencies:
tslib: 2.6.1
dev: true
/@formatjs/intl-localematcher@0.4.0:
- resolution:
- {
- integrity: sha512-bRTd+rKomvfdS4QDlVJ6TA/Jx1F2h/TBVO5LjvhQ7QPPHp19oPNMIum7W2CMEReq/zPxpmCeB31F9+5gl/qtvw==
- }
+ resolution: {integrity: sha512-bRTd+rKomvfdS4QDlVJ6TA/Jx1F2h/TBVO5LjvhQ7QPPHp19oPNMIum7W2CMEReq/zPxpmCeB31F9+5gl/qtvw==}
dependencies:
tslib: 2.6.1
dev: true
/@fortawesome/fontawesome-common-types@0.2.36:
- resolution:
- {
- integrity: sha512-a/7BiSgobHAgBWeN7N0w+lAhInrGxksn13uK7231n2m8EDPE3BMCl9NZLTGrj9ZXfCmC6LM0QLqXidIizVQ6yg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-a/7BiSgobHAgBWeN7N0w+lAhInrGxksn13uK7231n2m8EDPE3BMCl9NZLTGrj9ZXfCmC6LM0QLqXidIizVQ6yg==}
+ engines: {node: '>=6'}
requiresBuild: true
dev: false
/@fortawesome/fontawesome-common-types@6.4.2:
- resolution:
- {
- integrity: sha512-1DgP7f+XQIJbLFCTX1V2QnxVmpLdKdzzo2k8EmvDOePfchaIGQ9eCHj2up3/jNEbZuBqel5OxiaOJf37TWauRA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-1DgP7f+XQIJbLFCTX1V2QnxVmpLdKdzzo2k8EmvDOePfchaIGQ9eCHj2up3/jNEbZuBqel5OxiaOJf37TWauRA==}
+ engines: {node: '>=6'}
requiresBuild: true
dev: false
/@fortawesome/fontawesome-svg-core@6.4.2:
- resolution:
- {
- integrity: sha512-gjYDSKv3TrM2sLTOKBc5rH9ckje8Wrwgx1CxAPbN5N3Fm4prfi7NsJVWd1jklp7i5uSCVwhZS5qlhMXqLrpAIg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-gjYDSKv3TrM2sLTOKBc5rH9ckje8Wrwgx1CxAPbN5N3Fm4prfi7NsJVWd1jklp7i5uSCVwhZS5qlhMXqLrpAIg==}
+ engines: {node: '>=6'}
requiresBuild: true
dependencies:
- "@fortawesome/fontawesome-common-types": 6.4.2
+ '@fortawesome/fontawesome-common-types': 6.4.2
dev: false
/@fortawesome/free-solid-svg-icons@5.15.4:
- resolution:
- {
- integrity: sha512-JLmQfz6tdtwxoihXLg6lT78BorrFyCf59SAwBM6qV/0zXyVeDygJVb3fk+j5Qat+Yvcxp1buLTY5iDh1ZSAQ8w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-JLmQfz6tdtwxoihXLg6lT78BorrFyCf59SAwBM6qV/0zXyVeDygJVb3fk+j5Qat+Yvcxp1buLTY5iDh1ZSAQ8w==}
+ engines: {node: '>=6'}
requiresBuild: true
dependencies:
- "@fortawesome/fontawesome-common-types": 0.2.36
+ '@fortawesome/fontawesome-common-types': 0.2.36
dev: false
/@fortawesome/react-fontawesome@0.2.0(@fortawesome/fontawesome-svg-core@6.4.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==
- }
+ resolution: {integrity: sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==}
peerDependencies:
- "@fortawesome/fontawesome-svg-core": ~1 || ~6
- react: ">=16.3"
+ '@fortawesome/fontawesome-svg-core': ~1 || ~6
+ react: '>=16.3'
dependencies:
- "@fortawesome/fontawesome-svg-core": 6.4.2
+ '@fortawesome/fontawesome-svg-core': 6.4.2
prop-types: 15.8.1
react: 17.0.2
dev: false
/@gar/promisify@1.1.3:
- resolution:
- {
- integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
- }
+ resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
dev: false
/@graphql-codegen/add@5.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ynWDOsK2yxtFHwcJTB9shoSkUd7YXd6ZE57f0nk7W5cu/nAgxZZpEsnTPEpZB/Mjf14YRGe2uJHQ7AfElHjqUQ==
- }
+ resolution: {integrity: sha512-ynWDOsK2yxtFHwcJTB9shoSkUd7YXd6ZE57f0nk7W5cu/nAgxZZpEsnTPEpZB/Mjf14YRGe2uJHQ7AfElHjqUQ==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.5.2
dev: true
/@graphql-codegen/cli@4.0.1(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-/H4imnGOl3hoPXLKmIiGUnXpmBmeIClSZie/YHDzD5N59cZlGGJlIOOrUlOTDpJx5JNU1MTQcRjyTToOYM5IfA==
- }
- hasBin: true
- 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
- dependencies:
- "@babel/generator": 7.22.10
- "@babel/template": 7.22.5
- "@babel/types": 7.22.10
- "@graphql-codegen/core": 4.0.0(graphql@16.8.0)
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-tools/apollo-engine-loader": 8.0.0(graphql@16.8.0)
- "@graphql-tools/code-file-loader": 8.0.2(graphql@16.8.0)
- "@graphql-tools/git-loader": 8.0.2(graphql@16.8.0)
- "@graphql-tools/github-loader": 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/graphql-file-loader": 8.0.0(graphql@16.8.0)
- "@graphql-tools/json-file-loader": 8.0.0(graphql@16.8.0)
- "@graphql-tools/load": 8.0.0(graphql@16.8.0)
- "@graphql-tools/prisma-loader": 8.0.1(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/url-loader": 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@parcel/watcher": 2.2.0
- "@whatwg-node/fetch": 0.8.8
+ resolution: {integrity: sha512-/H4imnGOl3hoPXLKmIiGUnXpmBmeIClSZie/YHDzD5N59cZlGGJlIOOrUlOTDpJx5JNU1MTQcRjyTToOYM5IfA==}
+ hasBin: true
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@babel/generator': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/types': 7.22.10
+ '@graphql-codegen/core': 4.0.0(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-tools/apollo-engine-loader': 8.0.0(graphql@16.8.0)
+ '@graphql-tools/code-file-loader': 8.0.2(graphql@16.8.0)
+ '@graphql-tools/git-loader': 8.0.2(graphql@16.8.0)
+ '@graphql-tools/github-loader': 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/graphql-file-loader': 8.0.0(patch_hash=ommjebcewxw54ruoq3khd3f7b4)(graphql@16.8.0)
+ '@graphql-tools/json-file-loader': 8.0.0(graphql@16.8.0)
+ '@graphql-tools/load': 8.0.0(patch_hash=exxcxxefaagayysm4sp7c4opby)(graphql@16.8.0)
+ '@graphql-tools/prisma-loader': 8.0.1(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/url-loader': 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@parcel/watcher': 2.2.0
+ '@whatwg-node/fetch': 0.8.8
chalk: 4.1.0
cosmiconfig: 8.2.0
debounce: 1.2.1
@@ -9811,7 +8058,7 @@ packages:
yaml: 1.10.2
yargs: 17.7.2
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- cosmiconfig-toml-loader
- encoding
@@ -9821,30 +8068,24 @@ packages:
dev: true
/@graphql-codegen/core@4.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==
- }
+ resolution: {integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-tools/schema": 10.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-tools/schema': 10.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.5.2
/@graphql-codegen/graphql-modules-preset@4.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-dnpuTsnAU5D0mSuUsbPbBGITzwSF89oHbPN3M60lNJowgBVOs01r535B3wOeRSMAJwhQFbuJWi4LtQICFtOa1A==
- }
+ resolution: {integrity: sha512-dnpuTsnAU5D0mSuUsbPbBGITzwSF89oHbPN3M60lNJowgBVOs01r535B3wOeRSMAJwhQFbuJWi4LtQICFtOa1A==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-codegen/visitor-plugin-common": 4.0.1(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
change-case-all: 1.0.15
graphql: 16.8.0
parse-filepath: 1.0.2
@@ -9855,14 +8096,11 @@ packages:
dev: true
/@graphql-codegen/plugin-helpers@5.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==
- }
+ resolution: {integrity: sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==}
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: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
change-case-all: 1.0.15
common-tags: 1.8.2
graphql: 16.8.0
@@ -9871,31 +8109,25 @@ packages:
tslib: 2.5.2
/@graphql-codegen/schema-ast@4.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==
- }
+ resolution: {integrity: sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.5.2
dev: true
/@graphql-codegen/typescript-resolvers@4.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-dydE2VsNud/gZZG9FV0DldPA7voExCn7FQE3V9ZAjhqCDjCcSDHUIWxG5JoaW0G75ooPEDmN7ZFd+uaJ2BEqzQ==
- }
+ resolution: {integrity: sha512-dydE2VsNud/gZZG9FV0DldPA7voExCn7FQE3V9ZAjhqCDjCcSDHUIWxG5JoaW0G75ooPEDmN7ZFd+uaJ2BEqzQ==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-codegen/typescript": 4.0.1(graphql@16.8.0)
- "@graphql-codegen/visitor-plugin-common": 4.0.1(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-codegen/typescript': 4.0.1(graphql@16.8.0)
+ '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
auto-bind: 4.0.0
graphql: 16.8.0
tslib: 2.5.2
@@ -9905,16 +8137,13 @@ packages:
dev: true
/@graphql-codegen/typescript@4.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==
- }
+ resolution: {integrity: sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==}
peerDependencies:
- graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-codegen/schema-ast": 4.0.0(graphql@16.8.0)
- "@graphql-codegen/visitor-plugin-common": 4.0.1(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-codegen/schema-ast': 4.0.0(graphql@16.8.0)
+ '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.8.0)
auto-bind: 4.0.0
graphql: 16.8.0
tslib: 2.5.2
@@ -9924,17 +8153,14 @@ packages:
dev: true
/@graphql-codegen/visitor-plugin-common@4.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==
- }
+ resolution: {integrity: sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==}
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: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-tools/optimize": 2.0.0(graphql@16.8.0)
- "@graphql-tools/relay-operation-optimizer": 7.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-tools/optimize': 2.0.0(graphql@16.8.0)
+ '@graphql-tools/relay-operation-optimizer': 7.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
auto-bind: 4.0.0
change-case-all: 1.0.15
dependency-graph: 0.11.0
@@ -9948,29 +8174,26 @@ packages:
dev: true
/@graphql-eslint/eslint-plugin@3.20.1(@babel/core@7.22.10)(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-RbwVlz1gcYG62sECR1u0XqMh8w5e5XMCCZoMvPQ3nJzEBCTfXLGX727GBoRmSvY1x4gJmqNZ1lsOX7lZY14RIw==
- }
- engines: { node: ">=12" }
- 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
- dependencies:
- "@babel/code-frame": 7.22.10
- "@graphql-tools/code-file-loader": 7.3.23(@babel/core@7.22.10)(graphql@16.8.0)
- "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.22.10)(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ resolution: {integrity: sha512-RbwVlz1gcYG62sECR1u0XqMh8w5e5XMCCZoMvPQ3nJzEBCTfXLGX727GBoRmSvY1x4gJmqNZ1lsOX7lZY14RIw==}
+ engines: {node: '>=12'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.22.10)(graphql@16.8.0)
+ '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.10)(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
chalk: 4.1.2
debug: 4.3.4(supports-color@8.1.1)
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
graphql: 16.8.0
graphql-config: 4.5.0(@types/node@20.3.3)(graphql@16.8.0)
graphql-depth-limit: 1.1.0(graphql@16.8.0)
lodash.lowercase: 4.3.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/core"
- - "@types/node"
+ - '@babel/core'
+ - '@types/node'
- bufferutil
- cosmiconfig-toml-loader
- encoding
@@ -9978,49 +8201,42 @@ packages:
- utf-8-validate
dev: true
- /@graphql-hive/client@0.24.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-eXbe1KuddoSeJj8CGeUDw0bNGwCKC72iSXhRiLCXR/fR7KZXYzIBLXCQy66TBdMIPxrE51ZO0K+EHwk5kbJ/6w==
- }
+ /@graphql-hive/client@0.24.1(patch_hash=o6eq5lfckgcclrw46njtxvpzhm)(graphql@16.8.0):
+ resolution: {integrity: sha512-eXbe1KuddoSeJj8CGeUDw0bNGwCKC72iSXhRiLCXR/fR7KZXYzIBLXCQy66TBdMIPxrE51ZO0K+EHwk5kbJ/6w==}
peerDependencies:
- graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-hive/core": 0.2.3(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-hive/core': 0.2.3(patch_hash=a7qkdb3x3adza7ltiwcbxakcte)(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
async-retry: 1.3.3
axios: 1.4.0
graphql: 16.8.0
tiny-lru: 8.0.2
optionalDependencies:
- "@apollo/server": 4.9.3(graphql@16.8.0)
- "@envelop/types": 4.0.0
+ '@apollo/server': 4.9.3(graphql@16.8.0)
+ '@envelop/types': 4.0.0
transitivePeerDependencies:
- debug
- encoding
- supports-color
dev: false
+ patched: true
- /@graphql-hive/core@0.2.3(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-dX5N7G4EPg0dN1VgE+WZWo4kHtUyZR+UURKwBdldEphD7RsUNA+7lQM9vBr++FdUuMQe4gtxgE3TGd5DvkAz8w==
- }
+ /@graphql-hive/core@0.2.3(patch_hash=a7qkdb3x3adza7ltiwcbxakcte)(graphql@16.8.0):
+ resolution: {integrity: sha512-dX5N7G4EPg0dN1VgE+WZWo4kHtUyZR+UURKwBdldEphD7RsUNA+7lQM9vBr++FdUuMQe4gtxgE3TGd5DvkAz8w==}
peerDependencies:
- graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
lodash.sortby: 4.7.0
dev: false
+ patched: true
/@graphql-inspector/core@5.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-1CWfFYucnRdULGiN1NDSinlNlpucBT+0x4i4AIthKe5n5jD9RIVyJtkA8zBbujUFrP++YE3l+TQifwbN1yTQsw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-1CWfFYucnRdULGiN1NDSinlNlpucBT+0x4i4AIthKe5n5jD9RIVyJtkA8zBbujUFrP++YE3l+TQifwbN1yTQsw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
dependency-graph: 0.11.0
graphql: 16.8.0
@@ -10029,16 +8245,13 @@ packages:
dev: false
/@graphql-mesh/cross-helpers@0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4):
- resolution:
- {
- integrity: sha512-NgcuwLQelrnl6YmJdXk8GWctY7MUtgyLKBfXsFj1bRhzC6BR/r6DieWKWWrLG8DQu0eNUMtVrI0j0qUrlw7LdQ==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-NgcuwLQelrnl6YmJdXk8GWctY7MUtgyLKBfXsFj1bRhzC6BR/r6DieWKWWrLG8DQu0eNUMtVrI0j0qUrlw7LdQ==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
path-browserify: 1.0.1
react-native-fs: 2.20.0(react-native@0.72.4)
@@ -10049,36 +8262,30 @@ packages:
dev: false
/@graphql-mesh/store@0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2):
- resolution:
- {
- integrity: sha512-0UDZmrCXH7jzxGWk5PdfaGudsgpXeeHeWhAuPdEHV+qRXnb24Z7fs/pK9N0CHlBVZ/fQE2cKxg46kEdPGJKgqA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.5
- "@graphql-mesh/utils": ^0.94.5
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-0UDZmrCXH7jzxGWk5PdfaGudsgpXeeHeWhAuPdEHV+qRXnb24Z7fs/pK9N0CHlBVZ/fQE2cKxg46kEdPGJKgqA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.5
+ '@graphql-mesh/utils': ^0.94.5
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-inspector/core": 5.0.1(graphql@16.8.0)
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-inspector/core': 5.0.1(graphql@16.8.0)
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.5.2
dev: false
/@graphql-mesh/string-interpolation@0.5.0(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-fgAc4DXXbAO5H0PtAiAuufnNENzQ8sIkMz9T2aS0l4CIH721o+fAgc9pTyHwdksiK223K/H0Fv+ZiqjB0B97pQ==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-fgAc4DXXbAO5H0PtAiAuufnNENzQ8sIkMz9T2aS0l4CIH721o+fAgc9pTyHwdksiK223K/H0Fv+ZiqjB0B97pQ==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
dayjs: 1.11.8
@@ -10089,13 +8296,10 @@ packages:
dev: false
/@graphql-mesh/string-interpolation@0.5.1(graphql@16.8.0)(tslib@2.5.2):
- resolution:
- {
- integrity: sha512-xrShpJ4silpWekpeVntDNt6NY6RxEMMbZ1CenIkLsl/QN3mMjxWa3rQX0qrByBeyDn7SorSN3lrClCCsPvmWZw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-xrShpJ4silpWekpeVntDNt6NY6RxEMMbZ1CenIkLsl/QN3mMjxWa3rQX0qrByBeyDn7SorSN3lrClCCsPvmWZw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
dayjs: 1.11.9
@@ -10106,13 +8310,10 @@ packages:
dev: false
/@graphql-mesh/string-interpolation@0.5.1(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-xrShpJ4silpWekpeVntDNt6NY6RxEMMbZ1CenIkLsl/QN3mMjxWa3rQX0qrByBeyDn7SorSN3lrClCCsPvmWZw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-xrShpJ4silpWekpeVntDNt6NY6RxEMMbZ1CenIkLsl/QN3mMjxWa3rQX0qrByBeyDn7SorSN3lrClCCsPvmWZw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
dayjs: 1.11.9
@@ -10123,44 +8324,38 @@ packages:
dev: false
/@graphql-mesh/types@0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2):
- resolution:
- {
- integrity: sha512-lH4xoaDlHl99z23sk8pdbEdDzDcMsWr84cH1uFq9EfXyu9rj8xpmAFKqpU0FJ/zRk6IBKm8uK3NxuqGJBmwL3w==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/store": ^0.94.5
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-lH4xoaDlHl99z23sk8pdbEdDzDcMsWr84cH1uFq9EfXyu9rj8xpmAFKqpU0FJ/zRk6IBKm8uK3NxuqGJBmwL3w==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/store': ^0.94.5
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/store": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/batch-delegate": 9.0.0(graphql@16.8.0)
- "@graphql-tools/delegate": 10.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-mesh/store': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/batch-delegate': 9.0.0(graphql@16.8.0)
+ '@graphql-tools/delegate': 10.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.5.2
dev: false
/@graphql-mesh/utils@0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2):
- resolution:
- {
- integrity: sha512-rXXtqHcSstSWNQLJ3nfAGg0Ao9cr6DvfTAaJAvD4im28G9on70s42rjoRB2KKIsyw/t7MQRp7UIlmdxU7CLyIQ==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.5
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-rXXtqHcSstSWNQLJ3nfAGg0Ao9cr6DvfTAaJAvD4im28G9on70s42rjoRB2KKIsyw/t7MQRp7UIlmdxU7CLyIQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.5
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/string-interpolation": 0.5.1(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/delegate": 10.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/string-interpolation': 0.5.1(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/delegate': 10.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
dset: 3.1.2
graphql: 16.8.0
js-yaml: 4.1.0
@@ -10171,17 +8366,14 @@ packages:
dev: false
/@graphql-tools/apollo-engine-loader@8.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@ardatan/sync-fetch": 0.0.1
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@whatwg-node/fetch": 0.9.9
+ '@ardatan/sync-fetch': 0.0.1
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@whatwg-node/fetch': 0.9.9
graphql: 16.8.0
tslib: 2.6.1
transitivePeerDependencies:
@@ -10189,16 +8381,13 @@ packages:
dev: true
/@graphql-tools/batch-delegate@9.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-23NmxcHQeKcfhMQyrRPTZfW4/+bSpAyR/qAhRjx+/hikDIa1Uv2XVgV9jIitSgM0OEk/KGPB4VQv+LCOWvAYiw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-23NmxcHQeKcfhMQyrRPTZfW4/+bSpAyR/qAhRjx+/hikDIa1Uv2XVgV9jIitSgM0OEk/KGPB4VQv+LCOWvAYiw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/delegate": 10.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/delegate': 10.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
dataloader: 2.2.2
graphql: 16.8.0
tslib: 2.6.1
@@ -10206,65 +8395,53 @@ packages:
dev: false
/@graphql-tools/batch-execute@8.5.22(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A==
- }
+ resolution: {integrity: sha512-hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
dataloader: 2.2.2
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/batch-execute@9.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-cc96n/JNARtnYjru6KQl3u3MLrQLfFBu8VoDRRG2BQmShodw4QJ8fn7MzFABjkBHFQPydNGN1QOKBCjq6ui/3g==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-cc96n/JNARtnYjru6KQl3u3MLrQLfFBu8VoDRRG2BQmShodw4QJ8fn7MzFABjkBHFQPydNGN1QOKBCjq6ui/3g==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
dataloader: 2.2.2
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/code-file-loader@7.3.23(@babel/core@7.22.10)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==
- }
+ resolution: {integrity: sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.22.10)(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.10)(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
transitivePeerDependencies:
- - "@babel/core"
+ - '@babel/core'
- supports-color
dev: true
/@graphql-tools/code-file-loader@8.0.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-AKNpkElUL2cWocYpC4DzNEpo6qJw8Lp+L3bKQ/mIfmbsQxgLz5uve6zHBMhDaFPdlwfIox41N3iUSvi77t9e8A==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-AKNpkElUL2cWocYpC4DzNEpo6qJw8Lp+L3bKQ/mIfmbsQxgLz5uve6zHBMhDaFPdlwfIox41N3iUSvi77t9e8A==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/graphql-tag-pluck": 8.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
@@ -10273,50 +8450,41 @@ packages:
dev: true
/@graphql-tools/delegate@10.0.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ZU7VnR2xFgHrGnsuw6+nRJkcvSucn7w5ooxb/lTKlVfrNJfTwJevNcNKMnbtPUSajG3+CaFym/nU6v44GXCmNw==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@graphql-tools/batch-execute": 9.0.1(graphql@16.8.0)
- "@graphql-tools/executor": 1.2.0(graphql@16.8.0)
- "@graphql-tools/schema": 10.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ resolution: {integrity: sha512-ZU7VnR2xFgHrGnsuw6+nRJkcvSucn7w5ooxb/lTKlVfrNJfTwJevNcNKMnbtPUSajG3+CaFym/nU6v44GXCmNw==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@graphql-tools/batch-execute': 9.0.1(graphql@16.8.0)
+ '@graphql-tools/executor': 1.2.0(graphql@16.8.0)
+ '@graphql-tools/schema': 10.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
dataloader: 2.2.2
graphql: 16.8.0
tslib: 2.6.1
/@graphql-tools/delegate@9.0.35(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA==
- }
+ resolution: {integrity: sha512-jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/batch-execute": 8.5.22(graphql@16.8.0)
- "@graphql-tools/executor": 0.0.20(graphql@16.8.0)
- "@graphql-tools/schema": 9.0.19(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/batch-execute': 8.5.22(graphql@16.8.0)
+ '@graphql-tools/executor': 0.0.20(graphql@16.8.0)
+ '@graphql-tools/schema': 9.0.19(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
dataloader: 2.2.2
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/executor-graphql-ws@0.0.14(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==
- }
+ resolution: {integrity: sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
- "@types/ws": 8.5.5
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
+ '@types/ws': 8.5.5
graphql: 16.8.0
graphql-ws: 5.12.1(graphql@16.8.0)
isomorphic-ws: 5.0.0(ws@8.13.0)
@@ -10328,16 +8496,13 @@ packages:
dev: true
/@graphql-tools/executor-graphql-ws@1.1.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-yM67SzwE8rYRpm4z4AuGtABlOp9mXXVy6sxXnTJRoYIdZrmDbKVfIY+CpZUJCqS0FX3xf2+GoHlsj7Qswaxgcg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-yM67SzwE8rYRpm4z4AuGtABlOp9mXXVy6sxXnTJRoYIdZrmDbKVfIY+CpZUJCqS0FX3xf2+GoHlsj7Qswaxgcg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@types/ws": 8.5.5
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@types/ws': 8.5.5
graphql: 16.8.0
graphql-ws: 5.14.0(graphql@16.8.0)
isomorphic-ws: 5.0.0(ws@8.13.0)
@@ -10349,16 +8514,13 @@ packages:
dev: true
/@graphql-tools/executor-http@0.1.10(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg==
- }
+ resolution: {integrity: sha512-hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
- "@whatwg-node/fetch": 0.8.8
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
+ '@whatwg-node/fetch': 0.8.8
dset: 3.1.2
extract-files: 11.0.0
graphql: 16.8.0
@@ -10366,40 +8528,34 @@ packages:
tslib: 2.6.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
dev: true
/@graphql-tools/executor-http@1.0.2(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-JKTB4E3kdQM2/1NEcyrVPyQ8057ZVthCV5dFJiKktqY9IdmF00M8gupFcW3jlbM/Udn78ickeUBsUzA3EouqpA==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-JKTB4E3kdQM2/1NEcyrVPyQ8057ZVthCV5dFJiKktqY9IdmF00M8gupFcW3jlbM/Udn78ickeUBsUzA3EouqpA==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
- "@whatwg-node/fetch": 0.9.9
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
+ '@whatwg-node/fetch': 0.9.9
extract-files: 11.0.0
graphql: 16.8.0
meros: 1.3.0(@types/node@20.3.3)
tslib: 2.6.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
dev: true
/@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw==
- }
+ resolution: {integrity: sha512-4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@types/ws": 8.5.5
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@types/ws': 8.5.5
graphql: 16.8.0
isomorphic-ws: 5.0.0(ws@8.13.0)
tslib: 2.6.1
@@ -10410,16 +8566,13 @@ packages:
dev: true
/@graphql-tools/executor-legacy-ws@1.0.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-PQrTJ+ncHMEQspBARc2lhwiQFfRAX/z/CsOdZTFjIljOHgRWGAA1DAx7pEN0j6PflbLCfZ3NensNq2jCBwF46w==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-PQrTJ+ncHMEQspBARc2lhwiQFfRAX/z/CsOdZTFjIljOHgRWGAA1DAx7pEN0j6PflbLCfZ3NensNq2jCBwF46w==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@types/ws": 8.5.5
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@types/ws': 8.5.5
graphql: 16.8.0
isomorphic-ws: 5.0.0(ws@8.13.0)
tslib: 2.6.1
@@ -10430,47 +8583,38 @@ packages:
dev: true
/@graphql-tools/executor@0.0.20(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-GdvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA==
- }
+ resolution: {integrity: sha512-GdvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/executor@1.2.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-SKlIcMA71Dha5JnEWlw4XxcaJ+YupuXg0QCZgl2TOLFz4SkGCwU/geAsJvUJFwK2RbVLpQv/UMq67lOaBuwDtg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-SKlIcMA71Dha5JnEWlw4XxcaJ+YupuXg0QCZgl2TOLFz4SkGCwU/geAsJvUJFwK2RbVLpQv/UMq67lOaBuwDtg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/git-loader@8.0.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-AuCB0nlPvsHh8u42zRZdlD/ZMaWP9A44yAkQUVCZir1E/LG63fsZ9svTWJ+CbusW3Hd0ZP9qpxEhlHxnd4Tlsg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-AuCB0nlPvsHh8u42zRZdlD/ZMaWP9A44yAkQUVCZir1E/LG63fsZ9svTWJ+CbusW3Hd0ZP9qpxEhlHxnd4Tlsg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/graphql-tag-pluck": 8.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
is-glob: 4.0.3
micromatch: 4.0.5
@@ -10481,95 +8625,81 @@ packages:
dev: true
/@graphql-tools/github-loader@8.0.0(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@ardatan/sync-fetch": 0.0.1
- "@graphql-tools/executor-http": 1.0.2(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/graphql-tag-pluck": 8.0.2(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@whatwg-node/fetch": 0.9.9
+ resolution: {integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@ardatan/sync-fetch': 0.0.1
+ '@graphql-tools/executor-http': 1.0.2(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@whatwg-node/fetch': 0.9.9
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- encoding
- supports-color
dev: true
/@graphql-tools/graphql-file-loader@7.5.17(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==
- }
+ resolution: {integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/import": 6.7.18(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/import': 6.7.18(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
dev: true
- /@graphql-tools/graphql-file-loader@8.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==
- }
- engines: { node: ">=16.0.0" }
+ /@graphql-tools/graphql-file-loader@8.0.0(patch_hash=ommjebcewxw54ruoq3khd3f7b4)(graphql@16.8.0):
+ resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/import": 7.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/import': 7.0.0(patch_hash=wdijfojqmvxuqhzve67lxjvvym)(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
+ patched: true
/@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.22.10)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==
- }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@babel/parser": 7.22.10
- "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.10)
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ resolution: {integrity: sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@babel/parser': 7.22.10
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.10)
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/core"
+ - '@babel/core'
- supports-color
dev: true
/@graphql-tools/graphql-tag-pluck@8.0.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-U6fE4yEHxuk/nqmPixHpw1WhqdS6aYuaV60m1bEmUmGJNbpAhaMBy01JncpvpF15yZR5LZ0UjkHg+A3Lhoc8YQ==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.10)
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ resolution: {integrity: sha512-U6fE4yEHxuk/nqmPixHpw1WhqdS6aYuaV60m1bEmUmGJNbpAhaMBy01JncpvpF15yZR5LZ0UjkHg+A3Lhoc8YQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.10)
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
transitivePeerDependencies:
@@ -10577,159 +8707,128 @@ packages:
dev: true
/@graphql-tools/import@6.7.18(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-XQDdyZTp+FYmT7as3xRWH/x8dx0QZA2WZqfMF5EWb36a0PiH7WwlRQYIdyYXj8YCLpiWkeBXgBRHmMnwEYR8iQ==
- }
+ resolution: {integrity: sha512-XQDdyZTp+FYmT7as3xRWH/x8dx0QZA2WZqfMF5EWb36a0PiH7WwlRQYIdyYXj8YCLpiWkeBXgBRHmMnwEYR8iQ==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
tslib: 2.6.1
dev: true
- /@graphql-tools/import@7.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==
- }
- engines: { node: ">=16.0.0" }
+ /@graphql-tools/import@7.0.0(patch_hash=wdijfojqmvxuqhzve67lxjvvym)(graphql@16.8.0):
+ resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
tslib: 2.6.1
+ patched: true
/@graphql-tools/json-file-loader@7.4.18(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-AJ1b6Y1wiVgkwsxT5dELXhIVUPs/u3VZ8/0/oOtpcoyO/vAeM5rOvvWegzicOOnQw8G45fgBRMkkRfeuwVt6+w==
- }
+ resolution: {integrity: sha512-AJ1b6Y1wiVgkwsxT5dELXhIVUPs/u3VZ8/0/oOtpcoyO/vAeM5rOvvWegzicOOnQw8G45fgBRMkkRfeuwVt6+w==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
dev: true
/@graphql-tools/json-file-loader@8.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ki6EF/mobBWJjAAC84xNrFMhNfnUFD6Y0rQMGXekrUgY0NdeYXHU0ZUgHzC9O5+55FslqUmAUHABePDHTyZsLg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-ki6EF/mobBWJjAAC84xNrFMhNfnUFD6Y0rQMGXekrUgY0NdeYXHU0ZUgHzC9O5+55FslqUmAUHABePDHTyZsLg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- globby: 11.1.0
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graphql: 16.8.0
tslib: 2.6.1
unixify: 1.0.0
dev: true
/@graphql-tools/load@7.8.14(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==
- }
+ resolution: {integrity: sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/schema": 9.0.19(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/schema': 9.0.19(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
p-limit: 3.1.0
tslib: 2.6.1
dev: true
- /@graphql-tools/load@8.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==
- }
- engines: { node: ">=16.0.0" }
+ /@graphql-tools/load@8.0.0(patch_hash=exxcxxefaagayysm4sp7c4opby)(graphql@16.8.0):
+ resolution: {integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/schema": 10.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/schema': 10.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
p-limit: 3.1.0
tslib: 2.6.1
+ patched: true
/@graphql-tools/merge@8.3.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==
- }
+ resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 8.9.0(graphql@16.8.0)
+ '@graphql-tools/utils': 8.9.0(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@graphql-tools/merge@8.4.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==
- }
+ resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
/@graphql-tools/merge@9.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
/@graphql-tools/optimize@2.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
tslib: 2.6.1
dev: true
/@graphql-tools/prisma-loader@8.0.1(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-bl6e5sAYe35Z6fEbgKXNrqRhXlCJYeWKBkarohgYA338/SD9eEhXtg3Cedj7fut3WyRLoQFpHzfiwxKs7XrgXg==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@graphql-tools/url-loader": 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@types/js-yaml": 4.0.5
- "@types/json-stable-stringify": 1.0.34
- "@whatwg-node/fetch": 0.9.9
+ resolution: {integrity: sha512-bl6e5sAYe35Z6fEbgKXNrqRhXlCJYeWKBkarohgYA338/SD9eEhXtg3Cedj7fut3WyRLoQFpHzfiwxKs7XrgXg==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@graphql-tools/url-loader': 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@types/js-yaml': 4.0.5
+ '@types/json-stable-stringify': 1.0.34
+ '@whatwg-node/fetch': 0.9.9
chalk: 4.1.0
debug: 4.3.4(supports-color@8.1.1)
dotenv: 16.3.1
@@ -10745,7 +8844,7 @@ packages:
tslib: 2.6.1
yaml-ast-parser: 0.0.43
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- encoding
- supports-color
@@ -10753,16 +8852,13 @@ packages:
dev: true
/@graphql-tools/relay-operation-optimizer@7.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@ardatan/relay-compiler": 12.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@ardatan/relay-compiler': 12.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
transitivePeerDependencies:
@@ -10771,271 +8867,216 @@ packages:
dev: true
/@graphql-tools/schema@10.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/merge": 9.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/merge': 9.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/schema@8.5.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==
- }
+ resolution: {integrity: sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/merge": 8.3.1(graphql@16.8.0)
- "@graphql-tools/utils": 8.9.0(graphql@16.8.0)
+ '@graphql-tools/merge': 8.3.1(graphql@16.8.0)
+ '@graphql-tools/utils': 8.9.0(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.11
dev: false
/@graphql-tools/schema@9.0.19(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==
- }
+ resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/merge": 8.4.2(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/merge': 8.4.2(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-tools/url-loader@7.17.18(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw==
- }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@ardatan/sync-fetch": 0.0.1
- "@graphql-tools/delegate": 9.0.35(graphql@16.8.0)
- "@graphql-tools/executor-graphql-ws": 0.0.14(graphql@16.8.0)
- "@graphql-tools/executor-http": 0.1.10(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/executor-legacy-ws": 0.0.11(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@graphql-tools/wrap": 9.4.2(graphql@16.8.0)
- "@types/ws": 8.5.5
- "@whatwg-node/fetch": 0.8.8
+ resolution: {integrity: sha512-ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw==}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@ardatan/sync-fetch': 0.0.1
+ '@graphql-tools/delegate': 9.0.35(graphql@16.8.0)
+ '@graphql-tools/executor-graphql-ws': 0.0.14(graphql@16.8.0)
+ '@graphql-tools/executor-http': 0.1.10(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@graphql-tools/wrap': 9.4.2(graphql@16.8.0)
+ '@types/ws': 8.5.5
+ '@whatwg-node/fetch': 0.8.8
graphql: 16.8.0
isomorphic-ws: 5.0.0(ws@8.13.0)
tslib: 2.6.1
value-or-promise: 1.0.12
ws: 8.13.0
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- encoding
- utf-8-validate
dev: true
/@graphql-tools/url-loader@8.0.0(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
- dependencies:
- "@ardatan/sync-fetch": 0.0.1
- "@graphql-tools/delegate": 10.0.2(graphql@16.8.0)
- "@graphql-tools/executor-graphql-ws": 1.1.0(graphql@16.8.0)
- "@graphql-tools/executor-http": 1.0.2(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/executor-legacy-ws": 1.0.1(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@graphql-tools/wrap": 10.0.0(graphql@16.8.0)
- "@types/ws": 8.5.5
- "@whatwg-node/fetch": 0.9.9
+ resolution: {integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@ardatan/sync-fetch': 0.0.1
+ '@graphql-tools/delegate': 10.0.2(graphql@16.8.0)
+ '@graphql-tools/executor-graphql-ws': 1.1.0(graphql@16.8.0)
+ '@graphql-tools/executor-http': 1.0.2(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/executor-legacy-ws': 1.0.1(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@graphql-tools/wrap': 10.0.0(graphql@16.8.0)
+ '@types/ws': 8.5.5
+ '@whatwg-node/fetch': 0.9.9
graphql: 16.8.0
isomorphic-ws: 5.0.0(ws@8.13.0)
tslib: 2.6.1
value-or-promise: 1.0.12
ws: 8.13.0
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- encoding
- utf-8-validate
dev: true
/@graphql-tools/utils@10.0.5(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ZTioQqg9z9eCG3j+KDy54k1gp6wRIsLqkx5yi163KVvXVkfjsrdErCyZjrEug21QnKE9piP4tyxMpMMOT1RuRw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-ZTioQqg9z9eCG3j+KDy54k1gp6wRIsLqkx5yi163KVvXVkfjsrdErCyZjrEug21QnKE9piP4tyxMpMMOT1RuRw==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
dset: 3.1.2
graphql: 16.8.0
tslib: 2.6.1
/@graphql-tools/utils@8.13.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==
- }
+ resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@graphql-tools/utils@8.9.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==
- }
+ resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
tslib: 2.6.1
dev: false
/@graphql-tools/utils@9.2.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==
- }
+ resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
/@graphql-tools/wrap@10.0.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/delegate": 10.0.2(graphql@16.8.0)
- "@graphql-tools/schema": 10.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/delegate': 10.0.2(graphql@16.8.0)
+ '@graphql-tools/schema': 10.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
dev: true
/@graphql-tools/wrap@9.4.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==
- }
+ resolution: {integrity: sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/delegate": 9.0.35(graphql@16.8.0)
- "@graphql-tools/schema": 9.0.19(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/delegate': 9.0.35(graphql@16.8.0)
+ '@graphql-tools/schema': 9.0.19(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
graphql: 16.8.0
tslib: 2.6.1
value-or-promise: 1.0.12
/@graphql-typed-document-node/core@3.2.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
- }
+ resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==}
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 || ^17.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
/@graphql-yoga/logger@1.0.0:
- resolution:
- {
- integrity: sha512-JYoxwnPggH2BfO+dWlWZkDeFhyFZqaTRGLvFhy+Pjp2UxitEW6nDrw+pEDw/K9tJwMjIFMmTT9VfTqrnESmBHg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-JYoxwnPggH2BfO+dWlWZkDeFhyFZqaTRGLvFhy+Pjp2UxitEW6nDrw+pEDw/K9tJwMjIFMmTT9VfTqrnESmBHg==}
+ engines: {node: '>=16.0.0'}
dependencies:
tslib: 2.6.1
dev: false
/@graphql-yoga/plugin-response-cache@2.1.0(@envelop/core@4.0.0)(graphql-yoga@4.0.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-QMmVL5Sx2mEQ6pejj0pQ6F2QcfIiMYibE1xSdhWAJkDfQlImAcd3uv1smMBbUMp3GNRF3vs1K5SpIzX/UHva4g==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-QMmVL5Sx2mEQ6pejj0pQ6F2QcfIiMYibE1xSdhWAJkDfQlImAcd3uv1smMBbUMp3GNRF3vs1K5SpIzX/UHva4g==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- graphql: ^15.2.0 || ^16.0.0
+ graphql: ^16.8.0
graphql-yoga: ^4.0.3
dependencies:
- "@envelop/response-cache": 5.1.0(@envelop/core@4.0.0)(graphql@16.8.0)
+ '@envelop/response-cache': 5.1.0(@envelop/core@4.0.0)(graphql@16.8.0)
graphql: 16.8.0
graphql-yoga: 4.0.3(graphql@16.8.0)
transitivePeerDependencies:
- - "@envelop/core"
+ - '@envelop/core'
dev: false
/@graphql-yoga/subscription@4.0.0:
- resolution:
- {
- integrity: sha512-0qsN/BPPZNMoC2CZ8i+P6PgiJyHh1H35aKDt37qARBDaIOKDQuvEOq7+4txUKElcmXi7DYFo109FkhSQoEajrg==
- }
- engines: { node: ">=16.0.0" }
- dependencies:
- "@graphql-yoga/typed-event-target": 2.0.0
- "@repeaterjs/repeater": 3.0.4
- "@whatwg-node/events": 0.1.1
+ resolution: {integrity: sha512-0qsN/BPPZNMoC2CZ8i+P6PgiJyHh1H35aKDt37qARBDaIOKDQuvEOq7+4txUKElcmXi7DYFo109FkhSQoEajrg==}
+ engines: {node: '>=16.0.0'}
+ dependencies:
+ '@graphql-yoga/typed-event-target': 2.0.0
+ '@repeaterjs/repeater': 3.0.4
+ '@whatwg-node/events': 0.1.1
tslib: 2.6.1
dev: false
/@graphql-yoga/typed-event-target@2.0.0:
- resolution:
- {
- integrity: sha512-oA/VGxGmaSDym1glOHrltw43qZsFwLLjBwvh57B79UKX/vo3+UQcRgOyE44c5RP7DCYjkrC2tuArZmb6jCzysw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-oA/VGxGmaSDym1glOHrltw43qZsFwLLjBwvh57B79UKX/vo3+UQcRgOyE44c5RP7DCYjkrC2tuArZmb6jCzysw==}
+ engines: {node: '>=16.0.0'}
dependencies:
- "@repeaterjs/repeater": 3.0.4
+ '@repeaterjs/repeater': 3.0.4
tslib: 2.6.1
dev: false
/@grpc/grpc-js@1.9.0:
- resolution:
- {
- integrity: sha512-H8+iZh+kCE6VR/Krj6W28Y/ZlxoZ1fOzsNt77nrdE3knkbSelW1Uus192xOFCxHyeszLj8i4APQkSIXjAoOxXg==
- }
- engines: { node: ^8.13.0 || >=10.10.0 }
+ resolution: {integrity: sha512-H8+iZh+kCE6VR/Krj6W28Y/ZlxoZ1fOzsNt77nrdE3knkbSelW1Uus192xOFCxHyeszLj8i4APQkSIXjAoOxXg==}
+ engines: {node: ^8.13.0 || >=10.10.0}
dependencies:
- "@grpc/proto-loader": 0.7.8
- "@types/node": 20.5.0
+ '@grpc/proto-loader': 0.7.8
+ '@types/node': 20.5.0
dev: false
/@grpc/proto-loader@0.7.8:
- resolution:
- {
- integrity: sha512-GU12e2c8dmdXb7XUlOgYWZ2o2i+z9/VeACkxTA/zzAe2IjclC5PnVL0lpgjhrqfpDYHzM8B1TF6pqWegMYAzlA==
- }
- engines: { node: ">=6" }
- hasBin: true
+ resolution: {integrity: sha512-GU12e2c8dmdXb7XUlOgYWZ2o2i+z9/VeACkxTA/zzAe2IjclC5PnVL0lpgjhrqfpDYHzM8B1TF6pqWegMYAzlA==}
+ engines: {node: '>=6'}
dependencies:
- "@types/long": 4.0.2
+ '@types/long': 4.0.2
lodash.camelcase: 4.3.0
long: 4.0.0
protobufjs: 7.2.4
@@ -11043,44 +9084,29 @@ packages:
dev: false
/@hapi/accept@5.0.2:
- resolution:
- {
- integrity: sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==
- }
+ resolution: {integrity: sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==}
dependencies:
- "@hapi/boom": 9.1.4
- "@hapi/hoek": 9.3.0
+ '@hapi/boom': 9.1.4
+ '@hapi/hoek': 9.3.0
dev: true
/@hapi/boom@9.1.4:
- resolution:
- {
- integrity: sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==
- }
+ resolution: {integrity: sha512-Ls1oH8jaN1vNsqcaHVYJrKmgMcKsC1wcp8bujvXrHaAqD2iDYq3HoOwsxwo09Cuda5R5nC0o0IxlrlTuvPuzSw==}
dependencies:
- "@hapi/hoek": 9.3.0
+ '@hapi/hoek': 9.3.0
dev: true
/@hapi/hoek@9.3.0:
- resolution:
- {
- integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
- }
+ resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==}
/@hapi/topo@5.1.0:
- resolution:
- {
- integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
- }
+ resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==}
dependencies:
- "@hapi/hoek": 9.3.0
+ '@hapi/hoek': 9.3.0
/@headlessui/react@1.7.17(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==}
+ engines: {node: '>=10'}
peerDependencies:
react: ^16 || ^17 || ^18
react-dom: ^16 || ^17 || ^18
@@ -11091,139 +9117,109 @@ packages:
dev: false
/@heliosphere/base-sdk@0.1.91:
- resolution:
- {
- integrity: sha512-mbsj0v1jGfQw9mzeRPArJzhtkAG3UVcOvB3U47kgYKLZs6glgwYBrEP6q7hwP33Vf3qKUzN5lcBjTIcgYZy3Bw==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-mbsj0v1jGfQw9mzeRPArJzhtkAG3UVcOvB3U47kgYKLZs6glgwYBrEP6q7hwP33Vf3qKUzN5lcBjTIcgYZy3Bw==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/exporter-trace-otlp-http": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/exporter-trace-otlp-http': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-amqplib@0.41.3:
- resolution:
- {
- integrity: sha512-PwrggFapK7t4fB/Y5RrrgYaiYoRAr4FiOJ5cijjbdL24ezCPUwF/9r8cL8bVvEZsGVrk23I756DaBhebYHYe/g==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-PwrggFapK7t4fB/Y5RrrgYaiYoRAr4FiOJ5cijjbdL24ezCPUwF/9r8cL8bVvEZsGVrk23I756DaBhebYHYe/g==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-aws-sdk@0.41.4:
- resolution:
- {
- integrity: sha512-lfNiHHYPxRSaG2DifQjmXLLFmJE8kCKRYU1PM/CV1MYUnjlLGZ2JMy2uBYLKtO7KyGg9H58Q/Eg97aOVnNTvOw==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-lfNiHHYPxRSaG2DifQjmXLLFmJE8kCKRYU1PM/CV1MYUnjlLGZ2JMy2uBYLKtO7KyGg9H58Q/Eg97aOVnNTvOw==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-elasticsearch@0.41.3:
- resolution:
- {
- integrity: sha512-cJlO8KqcQcnFkFPA0YYHsBCnnTYMFyRy5qrbQ3jBiResZ0gWVAIyJRMOjhN49YLs582FehAWoBF45cGZ6cgBVQ==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-cJlO8KqcQcnFkFPA0YYHsBCnnTYMFyRy5qrbQ3jBiResZ0gWVAIyJRMOjhN49YLs582FehAWoBF45cGZ6cgBVQ==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-jest@0.41.3:
- resolution:
- {
- integrity: sha512-vVLvMvE7OVqpQ7NsmC/hGrPxsslveMybpZwWBnvXTi2mNMp82mjFEsEjBuN3AOGY/H+iaJg5x2RtWSuiyLg5HA==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-vVLvMvE7OVqpQ7NsmC/hGrPxsslveMybpZwWBnvXTi2mNMp82mjFEsEjBuN3AOGY/H+iaJg5x2RtWSuiyLg5HA==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-kafkajs@0.41.4:
- resolution:
- {
- integrity: sha512-D0+Nx2t8ZQjJeVBS+fqH5WHpuyFYdcC4UsjD6RQF5gqtwNXykd3ZBNqUE5CGUqw7znzHDuDYKi7PEUl799QKvg==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-D0+Nx2t8ZQjJeVBS+fqH5WHpuyFYdcC4UsjD6RQF5gqtwNXykd3ZBNqUE5CGUqw7znzHDuDYKi7PEUl799QKvg==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heliosphere/opentelemetry-instrumentation-mocha@0.41.3:
- resolution:
- {
- integrity: sha512-GW7y/7ro09NJ47/CIYNLwgzFSiEYm7waY3o/2wixSl8LZjXTVsF/lQrqjNZJbSbC+5+7JK4MEh2q9x5YxIqEyQ==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-GW7y/7ro09NJ47/CIYNLwgzFSiEYm7waY3o/2wixSl8LZjXTVsF/lQrqjNZJbSbC+5+7JK4MEh2q9x5YxIqEyQ==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@heroicons/react@1.0.6(react@17.0.2):
- resolution:
- {
- integrity: sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==
- }
+ resolution: {integrity: sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==}
peerDependencies:
- react: ">= 16"
+ react: '>= 16'
dependencies:
react: 17.0.2
dev: false
/@heroicons/react@2.0.18(react@18.2.0):
- resolution:
- {
- integrity: sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==
- }
+ resolution: {integrity: sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==}
peerDependencies:
- react: ">= 16"
+ react: '>= 16'
dependencies:
react: 18.2.0
dev: false
/@hookform/devtools@4.3.1(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-CrWxEoHQZaOXJZVQ8KBgOuAa8p2LI8M0DAN5GTRTmdCieRwFVjVDEmuTAVazWVRRkpEQSgSt3KYp7VmmqXdEnw==
- }
+ resolution: {integrity: sha512-CrWxEoHQZaOXJZVQ8KBgOuAa8p2LI8M0DAN5GTRTmdCieRwFVjVDEmuTAVazWVRRkpEQSgSt3KYp7VmmqXdEnw==}
peerDependencies:
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
dependencies:
- "@emotion/react": 11.11.1(@types/react@18.2.20)(react@18.2.0)
- "@emotion/styled": 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.20)(react@18.2.0)
- "@types/lodash": 4.14.197
+ '@emotion/react': 11.11.1(@types/react@18.2.20)(react@18.2.0)
+ '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.20)(react@18.2.0)
+ '@types/lodash': 4.14.197
little-state-machine: 4.8.0(react@18.2.0)
lodash: 4.17.21
react: 18.2.0
@@ -11232,56 +9228,40 @@ packages:
use-deep-compare-effect: 1.8.1(react@18.2.0)
uuid: 8.3.2
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
dev: true
/@humanwhocodes/config-array@0.11.10:
- resolution:
- {
- integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
- }
- engines: { node: ">=10.10.0" }
+ resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==}
+ engines: {node: '>=10.10.0'}
dependencies:
- "@humanwhocodes/object-schema": 1.2.1
+ '@humanwhocodes/object-schema': 1.2.1
debug: 4.3.4(supports-color@8.1.1)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
/@humanwhocodes/module-importer@1.0.1:
- resolution:
- {
- integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
- }
- engines: { node: ">=12.22" }
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
+ engines: {node: '>=12.22'}
/@humanwhocodes/object-schema@1.2.1:
- resolution:
- {
- integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
- }
+ resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
/@hyperjump/json-pointer@0.9.8:
- resolution:
- {
- integrity: sha512-6D6okhpH5VOS3oSYUtxu8nClsOcp59aC+sS06/tCxEta4T5Gk1yaycLiCkG8kE9eh+9AJUHsvQEJJrWBfLOjvA==
- }
+ resolution: {integrity: sha512-6D6okhpH5VOS3oSYUtxu8nClsOcp59aC+sS06/tCxEta4T5Gk1yaycLiCkG8kE9eh+9AJUHsvQEJJrWBfLOjvA==}
requiresBuild: true
dependencies:
just-curry-it: 5.3.0
dev: false
/@hyperjump/json-schema-core@0.28.5:
- resolution:
- {
- integrity: sha512-+f5P3oHYCQru3s+Ha+E10rIyEvyK0Hfa2oj3+cDoGaVMbT4Jg5TgCoIM7B5rl3t3KRA7EOmrLjKFGeLi5yd1pg==
- }
- deprecated: This package was rolled into @hyperjump/json-schema as of v1.0.0
+ resolution: {integrity: sha512-+f5P3oHYCQru3s+Ha+E10rIyEvyK0Hfa2oj3+cDoGaVMbT4Jg5TgCoIM7B5rl3t3KRA7EOmrLjKFGeLi5yd1pg==}
requiresBuild: true
dependencies:
- "@hyperjump/json": 0.1.0
- "@hyperjump/json-pointer": 0.9.8
- "@hyperjump/pact": 0.2.5
+ '@hyperjump/json': 0.1.0
+ '@hyperjump/json-pointer': 0.9.8
+ '@hyperjump/pact': 0.2.5
content-type: 1.0.5
node-fetch: 2.6.12
pubsub-js: 1.9.4
@@ -11291,13 +9271,10 @@ packages:
dev: false
/@hyperjump/json-schema@0.23.5:
- resolution:
- {
- integrity: sha512-gb1jOT6+BlZBR9Nc/tMGDt757YM7rjS71Dml3+TBYebdGOZlSrTzTfVAUfGzOlsceB3gP4K9b7HzAwEGMWmexQ==
- }
+ resolution: {integrity: sha512-gb1jOT6+BlZBR9Nc/tMGDt757YM7rjS71Dml3+TBYebdGOZlSrTzTfVAUfGzOlsceB3gP4K9b7HzAwEGMWmexQ==}
requiresBuild: true
dependencies:
- "@hyperjump/json-schema-core": 0.28.5
+ '@hyperjump/json-schema-core': 0.28.5
fastest-stable-stringify: 2.0.2
just-curry-it: 5.3.0
transitivePeerDependencies:
@@ -11305,31 +9282,22 @@ packages:
dev: false
/@hyperjump/json@0.1.0:
- resolution:
- {
- integrity: sha512-jWsAOHjweWhi0UEBCN57YZzyTt76Z6Fm/OJXOfNBJbEZt569AcTRsjv6Dqj5t4gQhW9td72oquiyaVp9oHbhBQ==
- }
+ resolution: {integrity: sha512-jWsAOHjweWhi0UEBCN57YZzyTt76Z6Fm/OJXOfNBJbEZt569AcTRsjv6Dqj5t4gQhW9td72oquiyaVp9oHbhBQ==}
dependencies:
- "@hyperjump/json-pointer": 0.9.8
+ '@hyperjump/json-pointer': 0.9.8
moo: 0.5.2
dev: false
/@hyperjump/pact@0.2.5:
- resolution:
- {
- integrity: sha512-93m7gLf40EI8svsKrdPc+KkLsngwX/2ld08xwc0PFioxJSxnfkx1BUHNJVjhG386UUYP6mNe+ZtmIiDXDJ4TQg==
- }
+ resolution: {integrity: sha512-93m7gLf40EI8svsKrdPc+KkLsngwX/2ld08xwc0PFioxJSxnfkx1BUHNJVjhG386UUYP6mNe+ZtmIiDXDJ4TQg==}
requiresBuild: true
dependencies:
just-curry-it: 3.2.1
dev: false
/@isaacs/cliui@8.0.2:
- resolution:
- {
- integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
+ engines: {node: '>=12'}
dependencies:
string-width: 5.1.2
string-width-cjs: /string-width@4.2.3
@@ -11339,43 +9307,31 @@ packages:
wrap-ansi-cjs: /wrap-ansi@7.0.0
/@isaacs/string-locale-compare@1.1.0:
- resolution:
- {
- integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
- }
+ resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==}
dev: false
/@istanbuljs/load-nyc-config@1.1.0:
- resolution:
- {
- integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==}
+ engines: {node: '>=8'}
dependencies:
camelcase: 5.3.1
find-up: 4.1.0
get-package-type: 0.1.0
js-yaml: 3.14.1
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
dev: true
/@istanbuljs/schema@0.1.3:
- resolution:
- {
- integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==}
+ engines: {node: '>=8'}
dev: true
/@jest/console@29.6.2:
- resolution:
- {
- integrity: sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
chalk: 4.1.0
jest-message-util: 29.6.2
jest-util: 29.6.2
@@ -11383,23 +9339,20 @@ packages:
dev: true
/@jest/core@29.6.2(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
node-notifier:
optional: true
dependencies:
- "@jest/console": 29.6.2
- "@jest/reporters": 29.6.2
- "@jest/test-result": 29.6.2
- "@jest/transform": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ '@jest/console': 29.6.2
+ '@jest/reporters': 29.6.2
+ '@jest/test-result': 29.6.2
+ '@jest/transform': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
ansi-escapes: 4.3.2
chalk: 4.1.0
ci-info: 3.8.0
@@ -11429,52 +9382,37 @@ packages:
dev: true
/@jest/create-cache-key-function@27.5.1:
- resolution:
- {
- integrity: sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
+ resolution: {integrity: sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- "@jest/types": 27.5.1
+ '@jest/types': 27.5.1
/@jest/create-cache-key-function@29.6.2:
- resolution:
- {
- integrity: sha512-oGVRMr8na9h1vUiem1E/Uoxb/NR9BdfKb7IBZ+pNWxJQmTYSbDF0dsVBAGqNU7MBQwYJDyRx0H7H/0itiqAgQg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-oGVRMr8na9h1vUiem1E/Uoxb/NR9BdfKb7IBZ+pNWxJQmTYSbDF0dsVBAGqNU7MBQwYJDyRx0H7H/0itiqAgQg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jest/types": 29.6.1
+ '@jest/types': 29.6.1
dev: false
/@jest/environment@29.6.2:
- resolution:
- {
- integrity: sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/fake-timers": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/fake-timers': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
jest-mock: 29.6.2
/@jest/expect-utils@29.6.2:
- resolution:
- {
- integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
jest-get-type: 29.4.3
dev: true
/@jest/expect@29.6.2:
- resolution:
- {
- integrity: sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
expect: 29.6.2
jest-snapshot: 29.6.2
@@ -11483,53 +9421,44 @@ packages:
dev: true
/@jest/fake-timers@29.6.2:
- resolution:
- {
- integrity: sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/types": 29.6.1
- "@sinonjs/fake-timers": 10.3.0
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/types': 29.6.1
+ '@sinonjs/fake-timers': 10.3.0
+ '@types/node': 20.5.0
jest-message-util: 29.6.2
jest-mock: 29.6.2
jest-util: 29.6.2
/@jest/globals@29.6.2:
- resolution:
- {
- integrity: sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/environment": 29.6.2
- "@jest/expect": 29.6.2
- "@jest/types": 29.6.1
+ resolution: {integrity: sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/environment': 29.6.2
+ '@jest/expect': 29.6.2
+ '@jest/types': 29.6.1
jest-mock: 29.6.2
transitivePeerDependencies:
- supports-color
dev: true
/@jest/reporters@29.6.2:
- resolution:
- {
- integrity: sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
peerDependenciesMeta:
node-notifier:
optional: true
dependencies:
- "@bcoe/v8-coverage": 0.2.3
- "@jest/console": 29.6.2
- "@jest/test-result": 29.6.2
- "@jest/transform": 29.6.2
- "@jest/types": 29.6.1
- "@jridgewell/trace-mapping": 0.3.19
- "@types/node": 20.5.0
+ '@bcoe/v8-coverage': 0.2.3
+ '@jest/console': 29.6.2
+ '@jest/test-result': 29.6.2
+ '@jest/transform': 29.6.2
+ '@jest/types': 29.6.1
+ '@jridgewell/trace-mapping': 0.3.19
+ '@types/node': 20.5.0
chalk: 4.1.0
collect-v8-coverage: 1.0.2
exit: 0.1.2
@@ -11552,62 +9481,47 @@ packages:
dev: true
/@jest/schemas@29.6.0:
- resolution:
- {
- integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@sinclair/typebox": 0.27.8
+ '@sinclair/typebox': 0.27.8
/@jest/source-map@29.6.0:
- resolution:
- {
- integrity: sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jridgewell/trace-mapping": 0.3.19
+ '@jridgewell/trace-mapping': 0.3.19
callsites: 3.1.0
graceful-fs: 4.2.11
dev: true
/@jest/test-result@29.6.2:
- resolution:
- {
- integrity: sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/console": 29.6.2
- "@jest/types": 29.6.1
- "@types/istanbul-lib-coverage": 2.0.4
+ resolution: {integrity: sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/console': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/istanbul-lib-coverage': 2.0.4
collect-v8-coverage: 1.0.2
dev: true
/@jest/test-sequencer@29.6.2:
- resolution:
- {
- integrity: sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jest/test-result": 29.6.2
+ '@jest/test-result': 29.6.2
graceful-fs: 4.2.11
jest-haste-map: 29.6.2
slash: 3.0.0
dev: true
/@jest/transform@29.6.2:
- resolution:
- {
- integrity: sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@babel/core": 7.22.10
- "@jest/types": 29.6.1
- "@jridgewell/trace-mapping": 0.3.19
+ resolution: {integrity: sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@jest/types': 29.6.1
+ '@jridgewell/trace-mapping': 0.3.19
babel-plugin-istanbul: 6.1.1
chalk: 4.1.0
convert-source-map: 2.0.0
@@ -11625,137 +9539,95 @@ packages:
dev: true
/@jest/types@26.6.2:
- resolution:
- {
- integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
- }
- engines: { node: ">= 10.14.2" }
- dependencies:
- "@types/istanbul-lib-coverage": 2.0.4
- "@types/istanbul-reports": 3.0.1
- "@types/node": 20.5.0
- "@types/yargs": 15.0.15
+ resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==}
+ engines: {node: '>= 10.14.2'}
+ dependencies:
+ '@types/istanbul-lib-coverage': 2.0.4
+ '@types/istanbul-reports': 3.0.1
+ '@types/node': 20.5.0
+ '@types/yargs': 15.0.15
chalk: 4.1.0
dev: false
/@jest/types@27.5.1:
- resolution:
- {
- integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
- dependencies:
- "@types/istanbul-lib-coverage": 2.0.4
- "@types/istanbul-reports": 3.0.1
- "@types/node": 20.5.0
- "@types/yargs": 16.0.5
+ resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ dependencies:
+ '@types/istanbul-lib-coverage': 2.0.4
+ '@types/istanbul-reports': 3.0.1
+ '@types/node': 20.5.0
+ '@types/yargs': 16.0.5
chalk: 4.1.0
/@jest/types@29.6.1:
- resolution:
- {
- integrity: sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/schemas": 29.6.0
- "@types/istanbul-lib-coverage": 2.0.4
- "@types/istanbul-reports": 3.0.1
- "@types/node": 20.5.0
- "@types/yargs": 17.0.24
+ resolution: {integrity: sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/schemas': 29.6.0
+ '@types/istanbul-lib-coverage': 2.0.4
+ '@types/istanbul-reports': 3.0.1
+ '@types/node': 20.5.0
+ '@types/yargs': 17.0.24
chalk: 4.1.0
/@josephg/resolvable@1.0.1:
- resolution:
- {
- integrity: sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg==
- }
+ resolution: {integrity: sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg==}
requiresBuild: true
dev: false
optional: true
/@jridgewell/gen-mapping@0.3.3:
- resolution:
- {
- integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
+ engines: {node: '>=6.0.0'}
dependencies:
- "@jridgewell/set-array": 1.1.2
- "@jridgewell/sourcemap-codec": 1.4.15
- "@jridgewell/trace-mapping": 0.3.19
+ '@jridgewell/set-array': 1.1.2
+ '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/trace-mapping': 0.3.19
/@jridgewell/resolve-uri@3.1.1:
- resolution:
- {
- integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
+ engines: {node: '>=6.0.0'}
/@jridgewell/set-array@1.1.2:
- resolution:
- {
- integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
+ engines: {node: '>=6.0.0'}
/@jridgewell/source-map@0.3.5:
- resolution:
- {
- integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==
- }
+ resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
dependencies:
- "@jridgewell/gen-mapping": 0.3.3
- "@jridgewell/trace-mapping": 0.3.19
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.19
/@jridgewell/sourcemap-codec@1.4.15:
- resolution:
- {
- integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
- }
+ resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
/@jridgewell/trace-mapping@0.3.19:
- resolution:
- {
- integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
- }
+ resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==}
dependencies:
- "@jridgewell/resolve-uri": 3.1.1
- "@jridgewell/sourcemap-codec": 1.4.15
+ '@jridgewell/resolve-uri': 3.1.1
+ '@jridgewell/sourcemap-codec': 1.4.15
/@jridgewell/trace-mapping@0.3.9:
- resolution:
- {
- integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
- }
+ resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
dependencies:
- "@jridgewell/resolve-uri": 3.1.1
- "@jridgewell/sourcemap-codec": 1.4.15
+ '@jridgewell/resolve-uri': 3.1.1
+ '@jridgewell/sourcemap-codec': 1.4.15
/@js-temporal/polyfill@0.4.4:
- resolution:
- {
- integrity: sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-2X6bvghJ/JAoZO52lbgyAPFj8uCflhTo2g7nkFzEQdXd/D8rEeD4HtmTEpmtGCva260fcd66YNXBOYdnmHqSOg==}
+ engines: {node: '>=12'}
dependencies:
jsbi: 4.3.0
tslib: 2.6.1
dev: false
/@jsdevtools/ono@7.1.3:
- resolution:
- {
- integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==
- }
+ resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==}
dev: false
/@jsep-plugin/regex@1.0.3(jsep@1.3.8):
- resolution:
- {
- integrity: sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==
- }
- engines: { node: ">= 10.16.0" }
+ resolution: {integrity: sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==}
+ engines: {node: '>= 10.16.0'}
peerDependencies:
jsep: ^0.4.0||^1.0.0
dependencies:
@@ -11763,11 +9635,8 @@ packages:
dev: false
/@jsep-plugin/ternary@1.1.3(jsep@1.3.8):
- resolution:
- {
- integrity: sha512-qtLGzCNzPVJ3kdH6/zoLWDPjauHIKiLSBAR71Wa0+PWvGA8wODUQvRgxtpUA5YqAYL3CQ8S4qXhd/9WuWTZirg==
- }
- engines: { node: ">= 10.16.0" }
+ resolution: {integrity: sha512-qtLGzCNzPVJ3kdH6/zoLWDPjauHIKiLSBAR71Wa0+PWvGA8wODUQvRgxtpUA5YqAYL3CQ8S4qXhd/9WuWTZirg==}
+ engines: {node: '>= 10.16.0'}
peerDependencies:
jsep: ^0.4.0||^1.0.0
dependencies:
@@ -11775,46 +9644,28 @@ packages:
dev: false
/@json-schema-tools/meta-schema@1.7.0:
- resolution:
- {
- integrity: sha512-3pDzVUssW3hVnf8gvSu1sKaVIpLyvmpbxgGfkUoaBiErFKRS2CZOufHD0pUFoa5e6Cd5oa72s402nJbnDz76CA==
- }
+ resolution: {integrity: sha512-3pDzVUssW3hVnf8gvSu1sKaVIpLyvmpbxgGfkUoaBiErFKRS2CZOufHD0pUFoa5e6Cd5oa72s402nJbnDz76CA==}
dev: false
/@juggle/resize-observer@3.4.0:
- resolution:
- {
- integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==
- }
+ resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==}
/@kwsites/file-exists@1.1.1:
- resolution:
- {
- integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==
- }
+ resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
/@kwsites/promise-deferred@1.1.1:
- resolution:
- {
- integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==
- }
+ resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==}
/@leichtgewicht/ip-codec@2.0.4:
- resolution:
- {
- integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
- }
+ resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
/@log4brains/cli-common@1.0.0:
- resolution:
- {
- integrity: sha512-UJgqId8Sb40cdaBs6JG8PxJ5SRXHdsf74ivpQ8TwM5dd1PiJJv/F/hDNXbA0W/UpLnpPeZU8hYF+n6m1w84HsA==
- }
- engines: { node: ">=10.23.0" }
+ resolution: {integrity: sha512-UJgqId8Sb40cdaBs6JG8PxJ5SRXHdsf74ivpQ8TwM5dd1PiJJv/F/hDNXbA0W/UpLnpPeZU8hYF+n6m1w84HsA==}
+ engines: {node: '>=10.23.0'}
dependencies:
chalk: 4.1.0
cli-table3: 0.6.3
@@ -11823,14 +9674,11 @@ packages:
dev: true
/@log4brains/cli@1.0.0:
- resolution:
- {
- integrity: sha512-AvDStS0VP9uye1xOXpNL+/YWisuoA8pJfQg6kmTk3NQzEzr+Am14e1XUPWRrsPmyJFabpM65G171fasULZg6nQ==
- }
- engines: { node: ">=10.23.0" }
- dependencies:
- "@log4brains/cli-common": 1.0.0
- "@log4brains/core": 1.0.0
+ resolution: {integrity: sha512-AvDStS0VP9uye1xOXpNL+/YWisuoA8pJfQg6kmTk3NQzEzr+Am14e1XUPWRrsPmyJFabpM65G171fasULZg6nQ==}
+ engines: {node: '>=10.23.0'}
+ dependencies:
+ '@log4brains/cli-common': 1.0.0
+ '@log4brains/core': 1.0.0
commander: 6.2.1
execa: 5.1.1
terminal-link: 2.1.1
@@ -11839,11 +9687,8 @@ packages:
dev: true
/@log4brains/core@1.0.0:
- resolution:
- {
- integrity: sha512-0TpUspl6oEeLdcU0HWSA6SMLqT1l2SV/fHq0XwdrduDoq9sWU6uKTo8kerXhZTA3eUv+q41EIpe4q+oliV70pA==
- }
- engines: { node: ">=10.23.0" }
+ resolution: {integrity: sha512-0TpUspl6oEeLdcU0HWSA6SMLqT1l2SV/fHq0XwdrduDoq9sWU6uKTo8kerXhZTA3eUv+q41EIpe4q+oliV70pA==}
+ engines: {node: '>=10.23.0'}
dependencies:
awilix: 4.3.4
cheerio: 1.0.0-rc.3
@@ -11868,13 +9713,10 @@ packages:
dev: true
/@log4brains/init@1.0.0:
- resolution:
- {
- integrity: sha512-fJvj9YGlZHwNE0DLLRQku/ieaFKhoSd9aiAGIvMTGlb+IEp1rFAoAo2nGE6Bo1vNFwoQN4HACrsIuGFqHeo0Iw==
- }
- engines: { node: ">=10.23.0" }
+ resolution: {integrity: sha512-fJvj9YGlZHwNE0DLLRQku/ieaFKhoSd9aiAGIvMTGlb+IEp1rFAoAo2nGE6Bo1vNFwoQN4HACrsIuGFqHeo0Iw==}
+ engines: {node: '>=10.23.0'}
dependencies:
- "@log4brains/cli-common": 1.0.0
+ '@log4brains/cli-common': 1.0.0
chalk: 4.1.0
commander: 6.2.1
execa: 4.1.0
@@ -11885,18 +9727,15 @@ packages:
dev: true
/@log4brains/web@1.0.1(@types/react@18.2.20)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-r0+9jotWDxZmUr+AnIf42xn9vJOxxpMM+5qy2gwsRrcbtd7CCqhYR0aM28x3X2U9qKy7rLkfIcBOLYTbblkQpg==
- }
- engines: { node: ">=10.23.0" }
- dependencies:
- "@log4brains/cli-common": 1.0.0
- "@log4brains/core": 1.0.0
- "@material-ui/core": 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@material-ui/icons": 4.11.3(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)
- "@material-ui/lab": 4.0.0-alpha.61(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)
- "@next/bundle-analyzer": 10.2.3(bufferutil@4.0.7)(utf-8-validate@5.0.10)
+ resolution: {integrity: sha512-r0+9jotWDxZmUr+AnIf42xn9vJOxxpMM+5qy2gwsRrcbtd7CCqhYR0aM28x3X2U9qKy7rLkfIcBOLYTbblkQpg==}
+ engines: {node: '>=10.23.0'}
+ dependencies:
+ '@log4brains/cli-common': 1.0.0
+ '@log4brains/core': 1.0.0
+ '@material-ui/core': 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
+ '@material-ui/icons': 4.11.3(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)
+ '@material-ui/lab': 4.0.0-alpha.61(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2)
+ '@next/bundle-analyzer': 10.2.3(bufferutil@4.0.7)(utf-8-validate@5.0.10)
babel-plugin-import: 1.13.8
badge-maker: 3.3.1
bufferutil: 4.0.7
@@ -11919,7 +9758,7 @@ packages:
socket.io-client: 2.5.0(bufferutil@4.0.7)(utf-8-validate@5.0.10)
utf-8-validate: 5.0.10
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
- fibers
- node-sass
- sass
@@ -11929,14 +9768,10 @@ packages:
dev: true
/@manypkg/cli@0.21.0:
- resolution:
- {
- integrity: sha512-q/JF25il2EXtyPpc5U/Pp7TMgJot/WmFkyh7M9FiutQkliHp58UqUxIPeUObLu9EtoAp/uP21t+TMDsq1DMbeg==
- }
- engines: { node: ">=14.18.0" }
- hasBin: true
+ resolution: {integrity: sha512-q/JF25il2EXtyPpc5U/Pp7TMgJot/WmFkyh7M9FiutQkliHp58UqUxIPeUObLu9EtoAp/uP21t+TMDsq1DMbeg==}
+ engines: {node: '>=14.18.0'}
dependencies:
- "@manypkg/get-packages": 2.2.0
+ '@manypkg/get-packages': 2.2.0
chalk: 2.4.2
detect-indent: 6.1.0
find-up: 4.1.0
@@ -11952,63 +9787,50 @@ packages:
dev: true
/@manypkg/find-root@2.2.1:
- resolution:
- {
- integrity: sha512-34NlypD5mmTY65cFAK7QPgY5Tzt0qXR4ZRXdg97xAlkiLuwXUPBEXy5Hsqzd+7S2acsLxUz6Cs50rlDZQr4xUA==
- }
- engines: { node: ">=14.18.0" }
+ resolution: {integrity: sha512-34NlypD5mmTY65cFAK7QPgY5Tzt0qXR4ZRXdg97xAlkiLuwXUPBEXy5Hsqzd+7S2acsLxUz6Cs50rlDZQr4xUA==}
+ engines: {node: '>=14.18.0'}
dependencies:
- "@manypkg/tools": 1.1.0
+ '@manypkg/tools': 1.1.0
find-up: 4.1.0
fs-extra: 8.1.0
dev: true
/@manypkg/get-packages@2.2.0:
- resolution:
- {
- integrity: sha512-B5p5BXMwhGZKi/syEEAP1eVg5DZ/9LP+MZr0HqfrHLgu9fq0w4ZwH8yVen4JmjrxI2dWS31dcoswYzuphLaRxg==
- }
- engines: { node: ">=14.18.0" }
+ resolution: {integrity: sha512-B5p5BXMwhGZKi/syEEAP1eVg5DZ/9LP+MZr0HqfrHLgu9fq0w4ZwH8yVen4JmjrxI2dWS31dcoswYzuphLaRxg==}
+ engines: {node: '>=14.18.0'}
dependencies:
- "@manypkg/find-root": 2.2.1
- "@manypkg/tools": 1.1.0
+ '@manypkg/find-root': 2.2.1
+ '@manypkg/tools': 1.1.0
dev: true
/@manypkg/tools@1.1.0:
- resolution:
- {
- integrity: sha512-SkAyKAByB9l93Slyg8AUHGuM2kjvWioUTCckT/03J09jYnfEzMO/wSXmEhnKGYs6qx9De8TH4yJCl0Y9lRgnyQ==
- }
- engines: { node: ">=14.18.0" }
+ resolution: {integrity: sha512-SkAyKAByB9l93Slyg8AUHGuM2kjvWioUTCckT/03J09jYnfEzMO/wSXmEhnKGYs6qx9De8TH4yJCl0Y9lRgnyQ==}
+ engines: {node: '>=14.18.0'}
dependencies:
fs-extra: 8.1.0
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
jju: 1.4.0
read-yaml-file: 1.1.0
dev: true
/@material-ui/core@4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==
- }
- engines: { node: ">=8.0.0" }
- deprecated: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
- peerDependencies:
- "@types/react": ^16.8.6 || ^17.0.0
+ resolution: {integrity: sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==}
+ engines: {node: '>=8.0.0'}
+ peerDependencies:
+ '@types/react': ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@material-ui/styles": 4.11.5(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@material-ui/system": 4.12.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@material-ui/types": 5.1.0(@types/react@18.2.20)
- "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0)
- "@types/react": 18.2.20
- "@types/react-transition-group": 4.4.6
+ '@babel/runtime': 7.22.10
+ '@material-ui/styles': 4.11.5(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
+ '@material-ui/system': 4.12.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
+ '@material-ui/types': 5.1.0(@types/react@18.2.20)
+ '@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.20
+ '@types/react-transition-group': 4.4.6
clsx: 1.2.1
hoist-non-react-statics: 3.3.2
popper.js: 1.16.1-lts
@@ -12020,47 +9842,40 @@ packages:
dev: true
/@material-ui/icons@4.11.3(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
- }
- engines: { node: ">=8.0.0" }
- peerDependencies:
- "@material-ui/core": ^4.0.0
- "@types/react": ^16.8.6 || ^17.0.0
+ resolution: {integrity: sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==}
+ engines: {node: '>=8.0.0'}
+ peerDependencies:
+ '@material-ui/core': ^4.0.0
+ '@types/react': ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@material-ui/core": 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@material-ui/core': 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.20
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
dev: true
/@material-ui/lab@4.0.0-alpha.61(@material-ui/core@4.12.4)(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-rSzm+XKiNUjKegj8bzt5+pygZeckNLOr+IjykH8sYdVk7dE9y2ZuUSofiMV2bJk3qU+JHwexmw+q0RyNZB9ugg==
- }
- engines: { node: ">=8.0.0" }
- deprecated: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
- peerDependencies:
- "@material-ui/core": ^4.12.1
- "@types/react": ^16.8.6 || ^17.0.0
+ resolution: {integrity: sha512-rSzm+XKiNUjKegj8bzt5+pygZeckNLOr+IjykH8sYdVk7dE9y2ZuUSofiMV2bJk3qU+JHwexmw+q0RyNZB9ugg==}
+ engines: {node: '>=8.0.0'}
+ peerDependencies:
+ '@material-ui/core': ^4.12.1
+ '@types/react': ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@material-ui/core": 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
- "@material-ui/utils": 4.11.3(react-dom@17.0.2)(react@17.0.2)
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@material-ui/core': 4.12.4(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)
+ '@material-ui/utils': 4.11.3(react-dom@17.0.2)(react@17.0.2)
+ '@types/react': 18.2.20
clsx: 1.2.1
prop-types: 15.8.1
react: 17.0.2
@@ -12069,25 +9884,21 @@ packages:
dev: true
/@material-ui/styles@4.11.5(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
- }
- engines: { node: ">=8.0.0" }
- deprecated: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
- peerDependencies:
- "@types/react": ^16.8.6 || ^17.0.0
+ resolution: {integrity: sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==}
+ engines: {node: '>=8.0.0'}
+ peerDependencies:
+ '@types/react': ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@emotion/hash": 0.8.0
- "@material-ui/types": 5.1.0(@types/react@18.2.20)
- "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0)
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@emotion/hash': 0.8.0
+ '@material-ui/types': 5.1.0(@types/react@18.2.20)
+ '@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.20
clsx: 1.2.1
csstype: 2.6.21
hoist-non-react-statics: 3.3.2
@@ -12105,22 +9916,19 @@ packages:
dev: true
/@material-ui/system@4.12.2(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==}
+ engines: {node: '>=8.0.0'}
peerDependencies:
- "@types/react": ^16.8.6 || ^17.0.0
+ '@types/react': ^16.8.6 || ^17.0.0
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@material-ui/utils": 4.11.3(react-dom@18.2.0)(react@18.2.0)
- "@types/react": 18.2.20
+ '@babel/runtime': 7.22.10
+ '@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0)
+ '@types/react': 18.2.20
csstype: 2.6.21
prop-types: 15.8.1
react: 18.2.0
@@ -12128,30 +9936,24 @@ packages:
dev: true
/@material-ui/types@5.1.0(@types/react@18.2.20):
- resolution:
- {
- integrity: sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==
- }
+ resolution: {integrity: sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==}
peerDependencies:
- "@types/react": "*"
+ '@types/react': '*'
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
dev: true
/@material-ui/utils@4.11.3(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==}
+ engines: {node: '>=8.0.0'}
peerDependencies:
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
prop-types: 15.8.1
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
@@ -12159,16 +9961,13 @@ packages:
dev: true
/@material-ui/utils@4.11.3(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg==}
+ engines: {node: '>=8.0.0'}
peerDependencies:
react: ^16.8.0 || ^17.0.0
react-dom: ^16.8.0 || ^17.0.0
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
prop-types: 15.8.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -12176,15 +9975,12 @@ packages:
dev: true
/@mdx-js/mdx@1.6.22:
- resolution:
- {
- integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==
- }
- dependencies:
- "@babel/core": 7.12.9
- "@babel/plugin-syntax-jsx": 7.12.1(@babel/core@7.12.9)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.12.9)
- "@mdx-js/util": 1.6.22
+ resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==}
+ dependencies:
+ '@babel/core': 7.12.9
+ '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9)
+ '@mdx-js/util': 1.6.22
babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.12.9)
babel-plugin-extract-import-names: 1.6.22
camelcase-css: 2.0.1
@@ -12205,10 +10001,7 @@ packages:
dev: false
/@mdx-js/react@1.6.22(react@17.0.2):
- resolution:
- {
- integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
- }
+ resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==}
peerDependencies:
react: ^16.13.1 || ^17.0.0
dependencies:
@@ -12216,10 +10009,7 @@ packages:
dev: false
/@mdx-js/react@1.6.22(react@18.2.0):
- resolution:
- {
- integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
- }
+ resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==}
peerDependencies:
react: ^16.13.1 || ^17.0.0
dependencies:
@@ -12227,31 +10017,22 @@ packages:
dev: true
/@mdx-js/react@2.3.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
- }
+ resolution: {integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==}
peerDependencies:
- react: ">=16"
+ react: '>=16'
dependencies:
- "@types/mdx": 2.0.6
- "@types/react": 18.2.20
+ '@types/mdx': 2.0.6
+ '@types/react': 18.2.20
react: 18.2.0
dev: true
/@mdx-js/util@1.6.22:
- resolution:
- {
- integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
- }
+ resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==}
dev: false
/@mole-inc/bin-wrapper@8.0.1:
- resolution:
- {
- integrity: sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
bin-check: 4.1.0
bin-version-check: 5.1.0
@@ -12264,57 +10045,42 @@ packages:
dev: true
/@mrleebo/prisma-ast@0.6.0:
- resolution:
- {
- integrity: sha512-hJ7URR8HQ+32IKUWJeYJai6cBGi6AIt6bJjp/5+A+qahLkMh0SS29m9DkBCSkFnA55hI6dHg1sLLeTKEIrH/mw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-hJ7URR8HQ+32IKUWJeYJai6cBGi6AIt6bJjp/5+A+qahLkMh0SS29m9DkBCSkFnA55hI6dHg1sLLeTKEIrH/mw==}
+ engines: {node: '>=12'}
dependencies:
chevrotain: 10.5.0
dev: true
/@n1ru4l/graphql-live-query-patch@0.7.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-1q49iNxqEIbmUp+qFAEVEn4ts344Cw72g5OtAuFeTwKtJT3V91kTPGMcRk5Pxb5FPHbvn52q+PCVKOAyVrtPwQ==
- }
+ resolution: {integrity: sha512-1q49iNxqEIbmUp+qFAEVEn4ts344Cw72g5OtAuFeTwKtJT3V91kTPGMcRk5Pxb5FPHbvn52q+PCVKOAyVrtPwQ==}
peerDependencies:
- graphql: ^15.4.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@repeaterjs/repeater": 3.0.4
+ '@repeaterjs/repeater': 3.0.4
graphql: 16.8.0
dev: false
/@n1ru4l/graphql-live-query@0.10.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==
- }
+ resolution: {integrity: sha512-qZ7OHH/NB0NcG/Xa7irzgjE63UH0CkofZT0Bw4Ko6iRFagPRHBM8RgFXwTt/6JbFGIEUS4STRtaFoc/Eq/ZtzQ==}
peerDependencies:
- graphql: ^15.4.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
/@n1ru4l/in-memory-live-query-store@0.10.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-pt7bZgTPz9dk7ceoOp76KIbVFFlAPe0e5A07UiZ19fQy3JPvvoLRdjmnKbUh3VsEUUh8MyytFcFRguaeiidAYA==
- }
+ resolution: {integrity: sha512-pt7bZgTPz9dk7ceoOp76KIbVFFlAPe0e5A07UiZ19fQy3JPvvoLRdjmnKbUh3VsEUUh8MyytFcFRguaeiidAYA==}
peerDependencies:
- graphql: ^15.4.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/utils": 8.13.1(graphql@16.8.0)
- "@n1ru4l/graphql-live-query": 0.10.0(graphql@16.8.0)
- "@repeaterjs/repeater": 3.0.4
+ '@graphql-tools/utils': 8.13.1(graphql@16.8.0)
+ '@n1ru4l/graphql-live-query': 0.10.0(graphql@16.8.0)
+ '@repeaterjs/repeater': 3.0.4
graphql: 16.8.0
dev: false
/@ndelangen/get-tarball@3.0.9:
- resolution:
- {
- integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==
- }
+ resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==}
dependencies:
gunzip-maybe: 1.4.2
pump: 3.0.0
@@ -12322,10 +10088,7 @@ packages:
dev: true
/@next/bundle-analyzer@10.2.3(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-vEfQhGWgJugZOlSUlj3DZWs/KsK0SO2SPKoHSZ7KkzpruKzc/e45G0oUh0rffzdhasMQZM1TuSBkxO+1UcnDNw==
- }
+ resolution: {integrity: sha512-vEfQhGWgJugZOlSUlj3DZWs/KsK0SO2SPKoHSZ7KkzpruKzc/e45G0oUh0rffzdhasMQZM1TuSBkxO+1UcnDNw==}
dependencies:
webpack-bundle-analyzer: 4.3.0(bufferutil@4.0.7)(utf-8-validate@5.0.10)
transitivePeerDependencies:
@@ -12334,10 +10097,7 @@ packages:
dev: true
/@next/bundle-analyzer@13.4.7:
- resolution:
- {
- integrity: sha512-cIcU07u6WdDUF1nrFYOSPvx/pie8euxSnWB1Y/XMYj2g5ls+iyaDr/ChyZugD5hNW754x0NFy1CwzpObA0bffQ==
- }
+ resolution: {integrity: sha512-cIcU07u6WdDUF1nrFYOSPvx/pie8euxSnWB1Y/XMYj2g5ls+iyaDr/ChyZugD5hNW754x0NFy1CwzpObA0bffQ==}
dependencies:
webpack-bundle-analyzer: 4.7.0
transitivePeerDependencies:
@@ -12346,51 +10106,33 @@ packages:
dev: false
/@next/env@10.2.3:
- resolution:
- {
- integrity: sha512-uBOjRBjsWC4C8X3DfmWWP6ekwLnf2JCCwQX9KVnJtJkqfDsv1yQPakdOEwvJzXQc3JC/v5KKffYPVmV2wHXCgQ==
- }
+ resolution: {integrity: sha512-uBOjRBjsWC4C8X3DfmWWP6ekwLnf2JCCwQX9KVnJtJkqfDsv1yQPakdOEwvJzXQc3JC/v5KKffYPVmV2wHXCgQ==}
dev: true
/@next/env@12.3.4:
- resolution:
- {
- integrity: sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==
- }
+ resolution: {integrity: sha512-H/69Lc5Q02dq3o+dxxy5O/oNxFsZpdL6WREtOOtOM1B/weonIwDXkekr1KV5DPVPr12IHFPrMrcJQ6bgPMfn7A==}
dev: false
/@next/env@13.4.4:
- resolution:
- {
- integrity: sha512-q/y7VZj/9YpgzDe64Zi6rY1xPizx80JjlU2BTevlajtaE3w1LqweH1gGgxou2N7hdFosXHjGrI4OUvtFXXhGLg==
- }
+ resolution: {integrity: sha512-q/y7VZj/9YpgzDe64Zi6rY1xPizx80JjlU2BTevlajtaE3w1LqweH1gGgxou2N7hdFosXHjGrI4OUvtFXXhGLg==}
/@next/eslint-plugin-next@13.4.7:
- resolution:
- {
- integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==
- }
+ resolution: {integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==}
dependencies:
glob: 7.1.7
dev: true
/@next/polyfill-module@10.2.3:
- resolution:
- {
- integrity: sha512-OkeY4cLhzfYbXxM4fd+6V4s5pTPuyfKSlavItfNRA6PpS7t1/R6YjO7S7rB8tu1pbTGuDHGIdE1ioDv15bAbDQ==
- }
+ resolution: {integrity: sha512-OkeY4cLhzfYbXxM4fd+6V4s5pTPuyfKSlavItfNRA6PpS7t1/R6YjO7S7rB8tu1pbTGuDHGIdE1ioDv15bAbDQ==}
dev: true
/@next/react-dev-overlay@10.2.3(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-E6g2jws4YW94l0lMMopBVKIZK2mEHfSBvM0d9dmzKG9L/A/kEq6LZCB4SiwGJbNsAdlk2y3USDa0oNbpA+m5Kw==
- }
+ resolution: {integrity: sha512-E6g2jws4YW94l0lMMopBVKIZK2mEHfSBvM0d9dmzKG9L/A/kEq6LZCB4SiwGJbNsAdlk2y3USDa0oNbpA+m5Kw==}
peerDependencies:
react: ^16.9.0 || ^17
react-dom: ^16.9.0 || ^17
dependencies:
- "@babel/code-frame": 7.12.11
+ '@babel/code-frame': 7.12.11
anser: 1.4.9
chalk: 4.0.0
classnames: 2.2.6
@@ -12406,10 +10148,7 @@ packages:
dev: true
/@next/react-refresh-utils@10.2.3(react-refresh@0.8.3)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-qtBF56vPC6d6a8p7LYd0iRjW89fhY80kAIzmj+VonvIGjK/nymBjcFUhbKiMFqlhsarCksnhwX+Zmn95Dw9qvA==
- }
+ resolution: {integrity: sha512-qtBF56vPC6d6a8p7LYd0iRjW89fhY80kAIzmj+VonvIGjK/nymBjcFUhbKiMFqlhsarCksnhwX+Zmn95Dw9qvA==}
peerDependencies:
react-refresh: 0.8.3
webpack: ^4 || ^5
@@ -12418,15 +10157,12 @@ packages:
optional: true
dependencies:
react-refresh: 0.8.3
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/@next/swc-android-arm-eabi@12.3.4:
- resolution:
- {
- integrity: sha512-cM42Cw6V4Bz/2+j/xIzO8nK/Q3Ly+VSlZJTa1vHzsocJRYz8KT6MrreXaci2++SIZCF1rVRCDgAg5PpqRibdIA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-cM42Cw6V4Bz/2+j/xIzO8nK/Q3Ly+VSlZJTa1vHzsocJRYz8KT6MrreXaci2++SIZCF1rVRCDgAg5PpqRibdIA==}
+ engines: {node: '>= 10'}
cpu: [arm]
os: [android]
requiresBuild: true
@@ -12434,11 +10170,8 @@ packages:
optional: true
/@next/swc-android-arm64@12.3.4:
- resolution:
- {
- integrity: sha512-5jf0dTBjL+rabWjGj3eghpLUxCukRhBcEJgwLedewEA/LJk2HyqCvGIwj5rH+iwmq1llCWbOky2dO3pVljrapg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-5jf0dTBjL+rabWjGj3eghpLUxCukRhBcEJgwLedewEA/LJk2HyqCvGIwj5rH+iwmq1llCWbOky2dO3pVljrapg==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
requiresBuild: true
@@ -12446,11 +10179,8 @@ packages:
optional: true
/@next/swc-darwin-arm64@12.3.4:
- resolution:
- {
- integrity: sha512-DqsSTd3FRjQUR6ao0E1e2OlOcrF5br+uegcEGPVonKYJpcr0MJrtYmPxd4v5T6UCJZ+XzydF7eQo5wdGvSZAyA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-DqsSTd3FRjQUR6ao0E1e2OlOcrF5br+uegcEGPVonKYJpcr0MJrtYmPxd4v5T6UCJZ+XzydF7eQo5wdGvSZAyA==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
@@ -12458,22 +10188,16 @@ packages:
optional: true
/@next/swc-darwin-arm64@13.4.4:
- resolution:
- {
- integrity: sha512-xfjgXvp4KalNUKZMHmsFxr1Ug+aGmmO6NWP0uoh4G3WFqP/mJ1xxfww0gMOeMeSq/Jyr5k7DvoZ2Pv+XOITTtw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-xfjgXvp4KalNUKZMHmsFxr1Ug+aGmmO6NWP0uoh4G3WFqP/mJ1xxfww0gMOeMeSq/Jyr5k7DvoZ2Pv+XOITTtw==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@next/swc-darwin-x64@12.3.4:
- resolution:
- {
- integrity: sha512-PPF7tbWD4k0dJ2EcUSnOsaOJ5rhT3rlEt/3LhZUGiYNL8KvoqczFrETlUx0cUYaXe11dRA3F80Hpt727QIwByQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-PPF7tbWD4k0dJ2EcUSnOsaOJ5rhT3rlEt/3LhZUGiYNL8KvoqczFrETlUx0cUYaXe11dRA3F80Hpt727QIwByQ==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
@@ -12481,22 +10205,16 @@ packages:
optional: true
/@next/swc-darwin-x64@13.4.4:
- resolution:
- {
- integrity: sha512-ZY9Ti1hkIwJsxGus3nlubIkvYyB0gNOYxKrfsOrLEqD0I2iCX8D7w8v6QQZ2H+dDl6UT29oeEUdDUNGk4UEpfg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-ZY9Ti1hkIwJsxGus3nlubIkvYyB0gNOYxKrfsOrLEqD0I2iCX8D7w8v6QQZ2H+dDl6UT29oeEUdDUNGk4UEpfg==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@next/swc-freebsd-x64@12.3.4:
- resolution:
- {
- integrity: sha512-KM9JXRXi/U2PUM928z7l4tnfQ9u8bTco/jb939pdFUHqc28V43Ohd31MmZD1QzEK4aFlMRaIBQOWQZh4D/E5lQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-KM9JXRXi/U2PUM928z7l4tnfQ9u8bTco/jb939pdFUHqc28V43Ohd31MmZD1QzEK4aFlMRaIBQOWQZh4D/E5lQ==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
@@ -12504,11 +10222,8 @@ packages:
optional: true
/@next/swc-linux-arm-gnueabihf@12.3.4:
- resolution:
- {
- integrity: sha512-3zqD3pO+z5CZyxtKDTnOJ2XgFFRUBciOox6EWkoZvJfc9zcidNAQxuwonUeNts6Xbm8Wtm5YGIRC0x+12YH7kw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-3zqD3pO+z5CZyxtKDTnOJ2XgFFRUBciOox6EWkoZvJfc9zcidNAQxuwonUeNts6Xbm8Wtm5YGIRC0x+12YH7kw==}
+ engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
requiresBuild: true
@@ -12516,11 +10231,8 @@ packages:
optional: true
/@next/swc-linux-arm64-gnu@12.3.4:
- resolution:
- {
- integrity: sha512-kiX0vgJGMZVv+oo1QuObaYulXNvdH/IINmvdZnVzMO/jic/B8EEIGlZ8Bgvw8LCjH3zNVPO3mGrdMvnEEPEhKA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-kiX0vgJGMZVv+oo1QuObaYulXNvdH/IINmvdZnVzMO/jic/B8EEIGlZ8Bgvw8LCjH3zNVPO3mGrdMvnEEPEhKA==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -12528,22 +10240,16 @@ packages:
optional: true
/@next/swc-linux-arm64-gnu@13.4.4:
- resolution:
- {
- integrity: sha512-+KZnDeMShYkpkqAvGCEDeqYTRADJXc6SY1jWXz+Uo6qWQO/Jd9CoyhTJwRSxvQA16MoYzvILkGaDqirkRNctyA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-+KZnDeMShYkpkqAvGCEDeqYTRADJXc6SY1jWXz+Uo6qWQO/Jd9CoyhTJwRSxvQA16MoYzvILkGaDqirkRNctyA==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@next/swc-linux-arm64-musl@12.3.4:
- resolution:
- {
- integrity: sha512-EETZPa1juczrKLWk5okoW2hv7D7WvonU+Cf2CgsSoxgsYbUCZ1voOpL4JZTOb6IbKMDo6ja+SbY0vzXZBUMvkQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-EETZPa1juczrKLWk5okoW2hv7D7WvonU+Cf2CgsSoxgsYbUCZ1voOpL4JZTOb6IbKMDo6ja+SbY0vzXZBUMvkQ==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -12551,22 +10257,16 @@ packages:
optional: true
/@next/swc-linux-arm64-musl@13.4.4:
- resolution:
- {
- integrity: sha512-evC1twrny2XDT4uOftoubZvW3EG0zs0ZxMwEtu/dDGVRO5n5pT48S8qqEIBGBUZYu/Xx4zzpOkIxx1vpWdE+9A==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-evC1twrny2XDT4uOftoubZvW3EG0zs0ZxMwEtu/dDGVRO5n5pT48S8qqEIBGBUZYu/Xx4zzpOkIxx1vpWdE+9A==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@next/swc-linux-x64-gnu@12.3.4:
- resolution:
- {
- integrity: sha512-4csPbRbfZbuWOk3ATyWcvVFdD9/Rsdq5YHKvRuEni68OCLkfy4f+4I9OBpyK1SKJ00Cih16NJbHE+k+ljPPpag==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-4csPbRbfZbuWOk3ATyWcvVFdD9/Rsdq5YHKvRuEni68OCLkfy4f+4I9OBpyK1SKJ00Cih16NJbHE+k+ljPPpag==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -12574,22 +10274,16 @@ packages:
optional: true
/@next/swc-linux-x64-gnu@13.4.4:
- resolution:
- {
- integrity: sha512-PX706XcCHr2FfkyhP2lpf+pX/tUvq6/ke7JYnnr0ykNdEMo+sb7cC/o91gnURh4sPYSiZJhsF2gbIqg9rciOHQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-PX706XcCHr2FfkyhP2lpf+pX/tUvq6/ke7JYnnr0ykNdEMo+sb7cC/o91gnURh4sPYSiZJhsF2gbIqg9rciOHQ==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@next/swc-linux-x64-musl@12.3.4:
- resolution:
- {
- integrity: sha512-YeBmI+63Ro75SUiL/QXEVXQ19T++58aI/IINOyhpsRL1LKdyfK/35iilraZEFz9bLQrwy1LYAR5lK200A9Gjbg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-YeBmI+63Ro75SUiL/QXEVXQ19T++58aI/IINOyhpsRL1LKdyfK/35iilraZEFz9bLQrwy1LYAR5lK200A9Gjbg==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -12597,22 +10291,16 @@ packages:
optional: true
/@next/swc-linux-x64-musl@13.4.4:
- resolution:
- {
- integrity: sha512-TKUUx3Ftd95JlHV6XagEnqpT204Y+IsEa3awaYIjayn0MOGjgKZMZibqarK3B1FsMSPaieJf2FEAcu9z0yT5aA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-TKUUx3Ftd95JlHV6XagEnqpT204Y+IsEa3awaYIjayn0MOGjgKZMZibqarK3B1FsMSPaieJf2FEAcu9z0yT5aA==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@next/swc-win32-arm64-msvc@12.3.4:
- resolution:
- {
- integrity: sha512-Sd0qFUJv8Tj0PukAYbCCDbmXcMkbIuhnTeHm9m4ZGjCf6kt7E/RMs55Pd3R5ePjOkN7dJEuxYBehawTR/aPDSQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-Sd0qFUJv8Tj0PukAYbCCDbmXcMkbIuhnTeHm9m4ZGjCf6kt7E/RMs55Pd3R5ePjOkN7dJEuxYBehawTR/aPDSQ==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
@@ -12620,22 +10308,16 @@ packages:
optional: true
/@next/swc-win32-arm64-msvc@13.4.4:
- resolution:
- {
- integrity: sha512-FP8AadgSq4+HPtim7WBkCMGbhr5vh9FePXiWx9+YOdjwdQocwoCK5ZVC3OW8oh3TWth6iJ0AXJ/yQ1q1cwSZ3A==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-FP8AadgSq4+HPtim7WBkCMGbhr5vh9FePXiWx9+YOdjwdQocwoCK5ZVC3OW8oh3TWth6iJ0AXJ/yQ1q1cwSZ3A==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@next/swc-win32-ia32-msvc@12.3.4:
- resolution:
- {
- integrity: sha512-rt/vv/vg/ZGGkrkKcuJ0LyliRdbskQU+91bje+PgoYmxTZf/tYs6IfbmgudBJk6gH3QnjHWbkphDdRQrseRefQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-rt/vv/vg/ZGGkrkKcuJ0LyliRdbskQU+91bje+PgoYmxTZf/tYs6IfbmgudBJk6gH3QnjHWbkphDdRQrseRefQ==}
+ engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
requiresBuild: true
@@ -12643,22 +10325,16 @@ packages:
optional: true
/@next/swc-win32-ia32-msvc@13.4.4:
- resolution:
- {
- integrity: sha512-3WekVmtuA2MCdcAOrgrI+PuFiFURtSyyrN1I3UPtS0ckR2HtLqyqmS334Eulf15g1/bdwMteePdK363X/Y9JMg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-3WekVmtuA2MCdcAOrgrI+PuFiFURtSyyrN1I3UPtS0ckR2HtLqyqmS334Eulf15g1/bdwMteePdK363X/Y9JMg==}
+ engines: {node: '>= 10'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@next/swc-win32-x64-msvc@12.3.4:
- resolution:
- {
- integrity: sha512-DQ20JEfTBZAgF8QCjYfJhv2/279M6onxFjdG/+5B0Cyj00/EdBxiWb2eGGFgQhrBbNv/lsvzFbbi0Ptf8Vw/bg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-DQ20JEfTBZAgF8QCjYfJhv2/279M6onxFjdG/+5B0Cyj00/EdBxiWb2eGGFgQhrBbNv/lsvzFbbi0Ptf8Vw/bg==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
@@ -12666,60 +10342,47 @@ packages:
optional: true
/@next/swc-win32-x64-msvc@13.4.4:
- resolution:
- {
- integrity: sha512-AHRITu/CrlQ+qzoqQtEMfaTu7GHaQ6bziQln/pVWpOYC1wU+Mq6VQQFlsDtMCnDztPZtppAXdvvbNS7pcfRzlw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-AHRITu/CrlQ+qzoqQtEMfaTu7GHaQ6bziQln/pVWpOYC1wU+Mq6VQQFlsDtMCnDztPZtppAXdvvbNS7pcfRzlw==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
- /@nodelib/fs.scandir@2.1.5:
- resolution:
- {
- integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
- }
- engines: { node: ">= 8" }
+ /@nodelib/fs.scandir@2.1.5(patch_hash=tx54anyl5zksdn2wz2p5yian2a):
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
+ engines: {node: '>= 8'}
dependencies:
- "@nodelib/fs.stat": 2.0.5
+ '@nodelib/fs.stat': 2.0.5(patch_hash=w3yhvnop5hxlsxkq5yirbzmtze)
run-parallel: 1.2.0
+ patched: true
+
+ /@nodelib/fs.stat@2.0.5(patch_hash=w3yhvnop5hxlsxkq5yirbzmtze):
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
+ engines: {node: '>= 8'}
+ patched: true
- /@nodelib/fs.stat@2.0.5:
- resolution:
- {
- integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
- }
- engines: { node: ">= 8" }
-
- /@nodelib/fs.walk@1.2.8:
- resolution:
- {
- integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
- }
- engines: { node: ">= 8" }
- dependencies:
- "@nodelib/fs.scandir": 2.1.5
+ /@nodelib/fs.walk@1.2.8(patch_hash=3yzheb4pkipbdgftjxgmopnkd4):
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
+ engines: {node: '>= 8'}
+ dependencies:
+ '@nodelib/fs.scandir': 2.1.5(patch_hash=tx54anyl5zksdn2wz2p5yian2a)
fastq: 1.15.0
+ patched: true
/@npmcli/arborist@2.10.0:
- resolution:
- {
- integrity: sha512-CLnD+zXG9oijEEzViimz8fbOoFVb7hoypiaf7p6giJhvYtrxLAyY3cZAMPIFQvsG731+02eMDp3LqVBNo7BaZA==
- }
- engines: { node: ">= 10" }
- hasBin: true
- dependencies:
- "@isaacs/string-locale-compare": 1.1.0
- "@npmcli/installed-package-contents": 1.0.7
- "@npmcli/map-workspaces": 1.0.4
- "@npmcli/metavuln-calculator": 1.1.1
- "@npmcli/move-file": 1.1.2
- "@npmcli/name-from-folder": 1.0.1
- "@npmcli/node-gyp": 1.0.3
- "@npmcli/package-json": 1.0.1
- "@npmcli/run-script": 1.8.6
+ resolution: {integrity: sha512-CLnD+zXG9oijEEzViimz8fbOoFVb7hoypiaf7p6giJhvYtrxLAyY3cZAMPIFQvsG731+02eMDp3LqVBNo7BaZA==}
+ engines: {node: '>= 10'}
+ dependencies:
+ '@isaacs/string-locale-compare': 1.1.0
+ '@npmcli/installed-package-contents': 1.0.7
+ '@npmcli/map-workspaces': 1.0.4
+ '@npmcli/metavuln-calculator': 1.1.1
+ '@npmcli/move-file': 1.1.2
+ '@npmcli/name-from-folder': 1.0.1
+ '@npmcli/node-gyp': 1.0.3
+ '@npmcli/package-json': 1.0.1
+ '@npmcli/run-script': 1.8.6
bin-links: 2.3.0
cacache: 15.3.0
common-ancestor-path: 1.0.1
@@ -12749,13 +10412,10 @@ packages:
dev: false
/@npmcli/config@6.2.1:
- resolution:
- {
- integrity: sha512-Cj/OrSbrLvnwWuzquFCDTwFN8QmR+SWH6qLNCBttUreDkKM5D5p36SeSMbcEUiCGdwjUrVy2yd8C0REwwwDPEw==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-Cj/OrSbrLvnwWuzquFCDTwFN8QmR+SWH6qLNCBttUreDkKM5D5p36SeSMbcEUiCGdwjUrVy2yd8C0REwwwDPEw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
- "@npmcli/map-workspaces": 3.0.4
+ '@npmcli/map-workspaces': 3.0.4
ci-info: 3.8.0
ini: 4.1.1
nopt: 7.2.0
@@ -12766,22 +10426,16 @@ packages:
dev: true
/@npmcli/fs@1.1.1:
- resolution:
- {
- integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
- }
+ resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==}
dependencies:
- "@gar/promisify": 1.1.3
+ '@gar/promisify': 1.1.3
semver: 7.5.4
dev: false
/@npmcli/git@2.1.0:
- resolution:
- {
- integrity: sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==
- }
+ resolution: {integrity: sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==}
dependencies:
- "@npmcli/promise-spawn": 1.3.2
+ '@npmcli/promise-spawn': 1.3.2
lru-cache: 6.0.0
mkdirp: 1.0.4
npm-pick-manifest: 6.1.1
@@ -12794,48 +10448,35 @@ packages:
dev: false
/@npmcli/installed-package-contents@1.0.7:
- resolution:
- {
- integrity: sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==
- }
- engines: { node: ">= 10" }
- hasBin: true
+ resolution: {integrity: sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==}
+ engines: {node: '>= 10'}
dependencies:
npm-bundled: 1.1.2
npm-normalize-package-bin: 1.0.1
dev: false
/@npmcli/map-workspaces@1.0.4:
- resolution:
- {
- integrity: sha512-wVR8QxhyXsFcD/cORtJwGQodeeaDf0OxcHie8ema4VgFeqwYkFsDPnSrIRSytX8xR6nKPAH89WnwTcaU608b/Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-wVR8QxhyXsFcD/cORtJwGQodeeaDf0OxcHie8ema4VgFeqwYkFsDPnSrIRSytX8xR6nKPAH89WnwTcaU608b/Q==}
+ engines: {node: '>=10'}
dependencies:
- "@npmcli/name-from-folder": 1.0.1
+ '@npmcli/name-from-folder': 1.0.1
glob: 7.2.3
minimatch: 3.1.2
read-package-json-fast: 2.0.3
dev: false
/@npmcli/map-workspaces@3.0.4:
- resolution:
- {
- integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
- "@npmcli/name-from-folder": 2.0.0
+ '@npmcli/name-from-folder': 2.0.0
glob: 10.3.3
minimatch: 9.0.3
read-package-json-fast: 3.0.2
dev: true
/@npmcli/metavuln-calculator@1.1.1:
- resolution:
- {
- integrity: sha512-9xe+ZZ1iGVaUovBVFI9h3qW+UuECUzhvZPxK9RaEA2mjU26o5D0JloGYWwLYvQELJNmBdQB6rrpuN8jni6LwzQ==
- }
+ resolution: {integrity: sha512-9xe+ZZ1iGVaUovBVFI9h3qW+UuECUzhvZPxK9RaEA2mjU26o5D0JloGYWwLYvQELJNmBdQB6rrpuN8jni6LwzQ==}
dependencies:
cacache: 15.3.0
json-parse-even-better-errors: 2.3.1
@@ -12847,95 +10488,67 @@ packages:
dev: false
/@npmcli/move-file@1.1.2:
- resolution:
- {
- integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
- }
- engines: { node: ">=10" }
- deprecated: This functionality has been moved to @npmcli/fs
+ resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==}
+ engines: {node: '>=10'}
dependencies:
mkdirp: 1.0.4
rimraf: 3.0.2
dev: false
/@npmcli/name-from-folder@1.0.1:
- resolution:
- {
- integrity: sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==
- }
+ resolution: {integrity: sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==}
dev: false
/@npmcli/name-from-folder@2.0.0:
- resolution:
- {
- integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/@npmcli/node-gyp@1.0.3:
- resolution:
- {
- integrity: sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==
- }
+ resolution: {integrity: sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==}
dev: false
/@npmcli/package-json@1.0.1:
- resolution:
- {
- integrity: sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==
- }
+ resolution: {integrity: sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==}
dependencies:
json-parse-even-better-errors: 2.3.1
dev: false
/@npmcli/promise-spawn@1.3.2:
- resolution:
- {
- integrity: sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==
- }
+ resolution: {integrity: sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==}
dependencies:
infer-owner: 1.0.4
dev: false
/@npmcli/run-script@1.8.6:
- resolution:
- {
- integrity: sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==
- }
+ resolution: {integrity: sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==}
dependencies:
- "@npmcli/node-gyp": 1.0.3
- "@npmcli/promise-spawn": 1.3.2
+ '@npmcli/node-gyp': 1.0.3
+ '@npmcli/promise-spawn': 1.3.2
node-gyp: 7.1.2
read-package-json-fast: 2.0.3
dev: false
- /@nrwl/cli@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-FoiGFCLpb/r4HXCM3KYqT0xteP+MRV6bIHjz3bdPHIDLmBNQQnRRaV2K47jtJ6zjh1eOU5UHKyDtDDYf80Idpw==
- }
+ /@nrwl/cli@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-FoiGFCLpb/r4HXCM3KYqT0xteP+MRV6bIHjz3bdPHIDLmBNQQnRRaV2K47jtJ6zjh1eOU5UHKyDtDDYf80Idpw==}
dependencies:
- nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
- debug
dev: true
- /@nrwl/cypress@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-o0wR3X3Axgvx3vviarbN9G5TKROBCf9AdBZKs6AS4PcvAwJLmkbDYHxWQIMxUWZSC7Ep8MnhinZweDpso20amQ==
- }
+ /@nrwl/cypress@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-o0wR3X3Axgvx3vviarbN9G5TKROBCf9AdBZKs6AS4PcvAwJLmkbDYHxWQIMxUWZSC7Ep8MnhinZweDpso20amQ==}
dependencies:
- "@nx/cypress": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/cypress': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- cypress
- debug
- eslint
@@ -12946,76 +10559,61 @@ packages:
dev: true
/@nrwl/devkit@15.9.2(nx@16.7.0):
- resolution:
- {
- integrity: sha512-2DvTstVZb91m+d4wqUJMBHQ3elxyabdmFE6/3aXmtOGeDxTyXyDzf/1O6JvBBiL8K6XC3ZYchjtxUHgxl/NJ5A==
- }
+ resolution: {integrity: sha512-2DvTstVZb91m+d4wqUJMBHQ3elxyabdmFE6/3aXmtOGeDxTyXyDzf/1O6JvBBiL8K6XC3ZYchjtxUHgxl/NJ5A==}
peerDependencies:
- nx: ">= 14.1 <= 16"
+ nx: '>= 14.1 <= 16'
dependencies:
ejs: 3.1.9
ignore: 5.2.4
- nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
semver: 7.3.4
tmp: 0.2.1
tslib: 2.6.1
dev: true
/@nrwl/devkit@15.9.4(nx@15.9.4):
- resolution:
- {
- integrity: sha512-mUX1kXTuPMdTzFxIzH+MsSNvdppOmstPDOEtiGFZJTuJ625ki0HhNJILO3N2mJ7MeMrLqIlAiNdvelQaObxYsQ==
- }
+ resolution: {integrity: sha512-mUX1kXTuPMdTzFxIzH+MsSNvdppOmstPDOEtiGFZJTuJ625ki0HhNJILO3N2mJ7MeMrLqIlAiNdvelQaObxYsQ==}
peerDependencies:
- nx: ">= 14.1 <= 16"
+ nx: '>= 14.1 <= 16'
dependencies:
ejs: 3.1.9
ignore: 5.2.4
- nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
semver: 7.3.4
tmp: 0.2.1
tslib: 2.6.1
dev: true
/@nrwl/devkit@15.9.4(nx@16.7.0):
- resolution:
- {
- integrity: sha512-mUX1kXTuPMdTzFxIzH+MsSNvdppOmstPDOEtiGFZJTuJ625ki0HhNJILO3N2mJ7MeMrLqIlAiNdvelQaObxYsQ==
- }
+ resolution: {integrity: sha512-mUX1kXTuPMdTzFxIzH+MsSNvdppOmstPDOEtiGFZJTuJ625ki0HhNJILO3N2mJ7MeMrLqIlAiNdvelQaObxYsQ==}
peerDependencies:
- nx: ">= 14.1 <= 16"
+ nx: '>= 14.1 <= 16'
dependencies:
ejs: 3.1.9
ignore: 5.2.4
- nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
semver: 7.3.4
tmp: 0.2.1
tslib: 2.6.1
dev: true
/@nrwl/devkit@16.7.0(nx@16.7.0):
- resolution:
- {
- integrity: sha512-QH+2513/eDsCH7eOeweJTc8msly1ozfhIGgFMgpKtzPCv7xc3CyrUMa42tFf/Ld70v6fxp7zftyTsICPA7aOvg==
- }
+ resolution: {integrity: sha512-QH+2513/eDsCH7eOeweJTc8msly1ozfhIGgFMgpKtzPCv7xc3CyrUMa42tFf/Ld70v6fxp7zftyTsICPA7aOvg==}
dependencies:
- "@nx/devkit": 16.7.0(nx@16.7.0)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
transitivePeerDependencies:
- nx
- /@nrwl/esbuild@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-eqsTfg4Fd2ITbbSje+PUeJ8+yTvTPPvySwcB2s1+KbpvdzggDyu/rWXQuhg1vCMPgVWLUpqVL8wOXAfpYLeEqw==
- }
+ /@nrwl/esbuild@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-eqsTfg4Fd2ITbbSje+PUeJ8+yTvTPPvySwcB2s1+KbpvdzggDyu/rWXQuhg1vCMPgVWLUpqVL8wOXAfpYLeEqw==}
dependencies:
- "@nx/esbuild": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/esbuild': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- esbuild
- nx
@@ -13024,20 +10622,17 @@ packages:
- verdaccio
dev: true
- /@nrwl/eslint-plugin-nx@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-wcZYBf52XhriLW/rpbNg/tnqdtPyx3hHA2XjXNylSF47Et2VbhQni69g8BY087/VsBnIwopk2V7nt1pqUqhjtg==
- }
+ /@nrwl/eslint-plugin-nx@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-wcZYBf52XhriLW/rpbNg/tnqdtPyx3hHA2XjXNylSF47Et2VbhQni69g8BY087/VsBnIwopk2V7nt1pqUqhjtg==}
dependencies:
- "@nx/eslint-plugin": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/eslint-plugin': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
- - "@typescript-eslint/parser"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
+ - '@typescript-eslint/parser'
- debug
- eslint
- eslint-config-prettier
@@ -13047,19 +10642,16 @@ packages:
- verdaccio
dev: true
- /@nrwl/jest@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-o/h++f7pDXaqZnAuyB2qGgxjYLNE2U4s8lr4Q5+EmMjuYRk3uA9DYoaltWP1JOcSBq1aqdvt4iQD5GTl12Vu+g==
- }
+ /@nrwl/jest@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-o/h++f7pDXaqZnAuyB2qGgxjYLNE2U4s8lr4Q5+EmMjuYRk3uA9DYoaltWP1JOcSBq1aqdvt4iQD5GTl12Vu+g==}
dependencies:
- "@nx/jest": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/jest': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- node-notifier
@@ -13070,19 +10662,16 @@ packages:
- verdaccio
dev: true
- /@nrwl/js@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-wzwgIaG/Xv7zkprP35YUrWb4ADn4zS1+hT065GHMx8QOX4zXavQYLj5+WHi0OMgLE0jZRpcaw97Xjc9t6n7RBg==
- }
+ /@nrwl/js@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-wzwgIaG/Xv7zkprP35YUrWb4ADn4zS1+hT065GHMx8QOX4zXavQYLj5+WHi0OMgLE0jZRpcaw97Xjc9t6n7RBg==}
dependencies:
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13090,19 +10679,16 @@ packages:
- verdaccio
dev: true
- /@nrwl/linter@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-v22/bLiPjfa4f6pxJxcE+MnstawwuschJqlEZEdm4hpEgRG42ule4Ky2MxKAPn6QKraqNA4kQkdpPgmqEmOCwQ==
- }
+ /@nrwl/linter@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-v22/bLiPjfa4f6pxJxcE+MnstawwuschJqlEZEdm4hpEgRG42ule4Ky2MxKAPn6QKraqNA4kQkdpPgmqEmOCwQ==}
dependencies:
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- nx
@@ -13111,20 +10697,17 @@ packages:
- verdaccio
dev: true
- /@nrwl/next@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-SzAqnP0NzW8ZDrm358YjiAr4NRDSrCMsCp0W4hkxwg+oezNOnEW+OKzsdB7fXH8G3aq85yP4eNs3OdltqXAFPg==
- }
+ /@nrwl/next@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
+ resolution: {integrity: sha512-SzAqnP0NzW8ZDrm358YjiAr4NRDSrCMsCp0W4hkxwg+oezNOnEW+OKzsdB7fXH8G3aq85yP4eNs3OdltqXAFPg==}
dependencies:
- "@nx/next": 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/next': 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/core'
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- file-loader
@@ -13136,19 +10719,16 @@ packages:
- webpack
dev: true
- /@nrwl/node@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-eH5BdjRHyPpv8U2XiFMgYPhtz3bic4auTF+cQJCXiXCVnM3Fk2Ys7XZnwkiCQhk8BgDSMCy3cKSVGDLkPI1N2g==
- }
+ /@nrwl/node@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-eH5BdjRHyPpv8U2XiFMgYPhtz3bic4auTF+cQJCXiXCVnM3Fk2Ys7XZnwkiCQhk8BgDSMCy3cKSVGDLkPI1N2g==}
dependencies:
- "@nx/node": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/node': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- eslint
@@ -13161,10 +10741,7 @@ packages:
dev: true
/@nrwl/nx-cloud@16.3.0:
- resolution:
- {
- integrity: sha512-nJrGsVufhY74KcP7kM7BqFOGAoO5OEF6+wfiM295DgmEG9c1yW+x5QiQaC42K9SWYn/eKQa1X7466ZA5lynXoQ==
- }
+ resolution: {integrity: sha512-nJrGsVufhY74KcP7kM7BqFOGAoO5OEF6+wfiM295DgmEG9c1yW+x5QiQaC42K9SWYn/eKQa1X7466ZA5lynXoQ==}
dependencies:
nx-cloud: 16.3.0
transitivePeerDependencies:
@@ -13172,11 +10749,8 @@ packages:
dev: true
/@nrwl/nx-darwin-arm64@15.9.4:
- resolution:
- {
- integrity: sha512-XnvrnT9BJsgThY/4xUcYtE077ERq/img8CkRj7MOOBNOh0/nVcR4LGbBKDHtwE3HPk0ikyS/SxRyNa9msvi3QQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-XnvrnT9BJsgThY/4xUcYtE077ERq/img8CkRj7MOOBNOh0/nVcR4LGbBKDHtwE3HPk0ikyS/SxRyNa9msvi3QQ==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
@@ -13184,11 +10758,8 @@ packages:
optional: true
/@nrwl/nx-darwin-x64@15.9.4:
- resolution:
- {
- integrity: sha512-WKSfSlpVMLchpXkax0geeUNyhvNxwO7qUz/s0/HJWBekt8fizwKDwDj1gP7fOu+YWb/tHiSscbR1km8PtdjhQw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-WKSfSlpVMLchpXkax0geeUNyhvNxwO7qUz/s0/HJWBekt8fizwKDwDj1gP7fOu+YWb/tHiSscbR1km8PtdjhQw==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
@@ -13196,11 +10767,8 @@ packages:
optional: true
/@nrwl/nx-linux-arm-gnueabihf@15.9.4:
- resolution:
- {
- integrity: sha512-a/b4PP7lP/Cgrh0LjC4O2YTt5pyf4DQTGtuE8qlo8o486UiofCtk4QGJX72q80s23L0ejCaKY2ULKx/3zMLjuA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-a/b4PP7lP/Cgrh0LjC4O2YTt5pyf4DQTGtuE8qlo8o486UiofCtk4QGJX72q80s23L0ejCaKY2ULKx/3zMLjuA==}
+ engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
requiresBuild: true
@@ -13208,11 +10776,8 @@ packages:
optional: true
/@nrwl/nx-linux-arm64-gnu@15.9.4:
- resolution:
- {
- integrity: sha512-ibBV8fMhSfLVd/2WzcDuUm32BoZsattuKkvMmOoyU6Pzoznc3AqyDjJR4xCIoAn5Rf+Nu1oeQONr5FAtb1Ugow==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-ibBV8fMhSfLVd/2WzcDuUm32BoZsattuKkvMmOoyU6Pzoznc3AqyDjJR4xCIoAn5Rf+Nu1oeQONr5FAtb1Ugow==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -13220,11 +10785,8 @@ packages:
optional: true
/@nrwl/nx-linux-arm64-musl@15.9.4:
- resolution:
- {
- integrity: sha512-iIjvVYd7+uM4jVD461+PvU5XTALgSvJOODUaMRGOoDl0KlMuTe6pQZlw0eXjl5rcTd6paKaVFWT5j6awr8kj7w==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-iIjvVYd7+uM4jVD461+PvU5XTALgSvJOODUaMRGOoDl0KlMuTe6pQZlw0eXjl5rcTd6paKaVFWT5j6awr8kj7w==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -13232,11 +10794,8 @@ packages:
optional: true
/@nrwl/nx-linux-x64-gnu@15.9.4:
- resolution:
- {
- integrity: sha512-q4OyH72mdrE4KellBWtwpr5EwfxHKNoFP9//7FAILO68ROh0rpMd7YQMlTB7T04UEUHjKEEsFGTlVXIee3Viwg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-q4OyH72mdrE4KellBWtwpr5EwfxHKNoFP9//7FAILO68ROh0rpMd7YQMlTB7T04UEUHjKEEsFGTlVXIee3Viwg==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -13244,30 +10803,24 @@ packages:
optional: true
/@nrwl/nx-linux-x64-musl@15.9.4:
- resolution:
- {
- integrity: sha512-67+/XNMR1CgLPyeGX8jqSG6l8yYD0iiwUgcu1Vaxq6N05WwnqVisIW8XzLSRUtKt4WyVQgOWk3aspImpMVOG3Q==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-67+/XNMR1CgLPyeGX8jqSG6l8yYD0iiwUgcu1Vaxq6N05WwnqVisIW8XzLSRUtKt4WyVQgOWk3aspImpMVOG3Q==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /@nrwl/nx-plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-eAFL+Q/sswJxcmP/oz/+XG/mpKZSVo0NL8o9r5VczsqHxFXqgGDAl2mxUkfzC9VxMD52TlP7Ja8DxSKK83O+qQ==
- }
+ /@nrwl/nx-plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-eAFL+Q/sswJxcmP/oz/+XG/mpKZSVo0NL8o9r5VczsqHxFXqgGDAl2mxUkfzC9VxMD52TlP7Ja8DxSKK83O+qQ==}
dependencies:
- "@nx/plugin": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/plugin': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- eslint
@@ -13280,11 +10833,8 @@ packages:
dev: true
/@nrwl/nx-win32-arm64-msvc@15.9.4:
- resolution:
- {
- integrity: sha512-2rEsq3eOGVCYpYJn2tTJkOGNJm/U8rP/FmqtZXYa6VJv/00XP3Gl00IXFEDaYV6rZo7SWqLxtEPUbjK5LwPzZA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-2rEsq3eOGVCYpYJn2tTJkOGNJm/U8rP/FmqtZXYa6VJv/00XP3Gl00IXFEDaYV6rZo7SWqLxtEPUbjK5LwPzZA==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
@@ -13292,30 +10842,24 @@ packages:
optional: true
/@nrwl/nx-win32-x64-msvc@15.9.4:
- resolution:
- {
- integrity: sha512-bogVju4Z/hy1jbppqaTNbmV1R4Kg0R5fKxXAXC2LaL7FL0dup31wPumdV+mXttXBNOBDjV8V/Oz1ZqdmxpOJUw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-bogVju4Z/hy1jbppqaTNbmV1R4Kg0R5fKxXAXC2LaL7FL0dup31wPumdV+mXttXBNOBDjV8V/Oz1ZqdmxpOJUw==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /@nrwl/react@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-3ujljsZe3MNzT/8yT54f7PxlUmrCnLKKHp2/3w4DkMv2oUqC2uKL2vLsJFwIi/2V14Hzarw5S2IRODQmeSfYLA==
- }
+ /@nrwl/react@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
+ resolution: {integrity: sha512-3ujljsZe3MNzT/8yT54f7PxlUmrCnLKKHp2/3w4DkMv2oUqC2uKL2vLsJFwIi/2V14Hzarw5S2IRODQmeSfYLA==}
dependencies:
- "@nx/react": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/react': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- nx
@@ -13325,21 +10869,18 @@ packages:
- webpack
dev: true
- /@nrwl/rollup@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-9cV4Ds+PbVzVECRnCT3mec0iFUPteNDZvoRAOiAFvOm12tXZPgjDx6YVdsPegXJpfwuEhBBmBUitUFUpB8wwXA==
- }
+ /@nrwl/rollup@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-9cV4Ds+PbVzVECRnCT3mec0iFUPteNDZvoRAOiAFvOm12tXZPgjDx6YVdsPegXJpfwuEhBBmBUitUFUpB8wwXA==}
dependencies:
- "@nx/rollup": 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/rollup': 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/babel__core"
- - "@types/node"
+ - '@babel/core'
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/babel__core'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13348,19 +10889,16 @@ packages:
- verdaccio
dev: true
- /@nrwl/storybook@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-X8fmdB1UtcxWF1NUPHU1RabfgbXHz1SnqIQOfgYQ0eWdzVhw/ujZ4FhIYDxa7xaOheY0YDrXShy5iXMVX+yrCg==
- }
+ /@nrwl/storybook@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-X8fmdB1UtcxWF1NUPHU1RabfgbXHz1SnqIQOfgYQ0eWdzVhw/ujZ4FhIYDxa7xaOheY0YDrXShy5iXMVX+yrCg==}
dependencies:
- "@nx/storybook": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/storybook': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- cypress
- debug
- eslint
@@ -13370,47 +10908,48 @@ packages:
- verdaccio
dev: true
- /@nrwl/tao@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-m90iz8UsXx1rgPm1dxsBQjSrCViWYZIrp8bpwjSCW24j3kifyilYSXGuKaRwZwUn7eNmH/kZcI9/8qeGIPF4Sg==
- }
+ /@nrwl/tao@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-m90iz8UsXx1rgPm1dxsBQjSrCViWYZIrp8bpwjSCW24j3kifyilYSXGuKaRwZwUn7eNmH/kZcI9/8qeGIPF4Sg==}
hasBin: true
dependencies:
- nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
- debug
dev: true
/@nrwl/tao@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-bmzS1drM6qPjXoaIYM2l2xLoB2vCN4a6ZjicYrGA7vAxEDR2Q2+AqiZF5HIAAR2EeT1RrU6D6m9peU9TeBFX3A==
- }
- hasBin: true
+ resolution: {integrity: sha512-bmzS1drM6qPjXoaIYM2l2xLoB2vCN4a6ZjicYrGA7vAxEDR2Q2+AqiZF5HIAAR2EeT1RrU6D6m9peU9TeBFX3A==}
dependencies:
nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
tslib: 2.6.1
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
+ - debug
+ dev: false
+
+ /@nrwl/tao@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-bmzS1drM6qPjXoaIYM2l2xLoB2vCN4a6ZjicYrGA7vAxEDR2Q2+AqiZF5HIAAR2EeT1RrU6D6m9peU9TeBFX3A==}
+ dependencies:
+ nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ tslib: 2.6.1
+ transitivePeerDependencies:
+ - '@swc-node/register'
+ - '@swc/core'
- debug
- /@nrwl/web@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-LRuvhk8LBaDr5495BXZe4pooZjWyKrthzQNlVXC4+3ZKAVdz+8dAuTD7wct97cU+l2MUzwju3FS09kdoW4HYrA==
- }
+ /@nrwl/web@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-LRuvhk8LBaDr5495BXZe4pooZjWyKrthzQNlVXC4+3ZKAVdz+8dAuTD7wct97cU+l2MUzwju3FS09kdoW4HYrA==}
dependencies:
- "@nx/web": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/web': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13418,21 +10957,18 @@ packages:
- verdaccio
dev: true
- /@nrwl/webpack@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-TD9LgIWzMwVQKsK/d2GmZOqc0S5OPgnr8TCgtMDQMdIepgAgMV3rsSKlUd2YZpmt9Y6v+SuC4TVtXPGIsOjMIA==
- }
+ /@nrwl/webpack@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-TD9LgIWzMwVQKsK/d2GmZOqc0S5OPgnr8TCgtMDQMdIepgAgMV3rsSKlUd2YZpmt9Y6v+SuC4TVtXPGIsOjMIA==}
dependencies:
- "@nx/webpack": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/webpack': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@parcel/css"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/css"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@parcel/css'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/css'
+ - '@swc/wasm'
+ - '@types/node'
- bufferutil
- clean-css
- csso
@@ -13453,14 +10989,11 @@ packages:
- webpack-cli
dev: true
- /@nrwl/workspace@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-CvF6Bv0WetYD4eurTiLKyGz3LOLoEVur81RMvpijPeM2tKOhG3DrgX+x55a5NVbXimTU2hJcxk7GSGEtZmJvZg==
- }
+ /@nrwl/workspace@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-CvF6Bv0WetYD4eurTiLKyGz3LOLoEVur81RMvpijPeM2tKOhG3DrgX+x55a5NVbXimTU2hJcxk7GSGEtZmJvZg==}
dependencies:
- "@nrwl/devkit": 15.9.4(nx@15.9.4)
- "@parcel/watcher": 2.0.4
+ '@nrwl/devkit': 15.9.4(nx@15.9.4)
+ '@parcel/watcher': 2.0.4
chalk: 4.1.0
chokidar: 3.5.3
cli-cursor: 3.1.0
@@ -13472,7 +11005,7 @@ packages:
ignore: 5.2.4
minimatch: 3.0.5
npm-run-path: 4.0.1
- nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
open: 8.4.2
rxjs: 6.6.7
tmp: 0.2.1
@@ -13480,65 +11013,56 @@ packages:
yargs: 17.7.2
yargs-parser: 21.1.1
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
- debug
dev: true
- /@nrwl/workspace@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-vuMMbY5/VhYSPO2NDR8Je+t5xuf6fELsLe40F6oXX2GQBEmRBWUeFvyhkQDrzrQDpt13Y7vuahgVH4kAkBRlUQ==
- }
+ /@nrwl/workspace@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-vuMMbY5/VhYSPO2NDR8Je+t5xuf6fELsLe40F6oXX2GQBEmRBWUeFvyhkQDrzrQDpt13Y7vuahgVH4kAkBRlUQ==}
dependencies:
- "@nx/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ '@nx/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
- debug
dev: true
/@nx-plus/docusaurus@15.0.0-rc.0(@nrwl/workspace@15.9.4)(nx@16.7.0):
- resolution:
- {
- integrity: sha512-GmoYHKljQJvJLSYhWBe+huStwJbm+RbK+lC2j2sA+ZCUdkUo+P2Yv5oQGbqWU4jXclYe8pOP/qVFJs3j3Zjw/Q==
- }
+ resolution: {integrity: sha512-GmoYHKljQJvJLSYhWBe+huStwJbm+RbK+lC2j2sA+ZCUdkUo+P2Yv5oQGbqWU4jXclYe8pOP/qVFJs3j3Zjw/Q==}
peerDependencies:
- "@nrwl/workspace": ^15.0.0
+ '@nrwl/workspace': ^15.0.0
dependencies:
- "@nrwl/devkit": 15.9.4(nx@16.7.0)
- "@nrwl/workspace": 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ '@nrwl/devkit': 15.9.4(nx@16.7.0)
+ '@nrwl/workspace': 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
transitivePeerDependencies:
- nx
dev: true
- /@nx/cypress@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-u46tQn+9iUVAziYOexCRe0mU+/PXhPWxCOoe42E+QlahvQHMDm2MhY4S12blayDrCU7O0HXpqGqWxLVabihuXw==
- }
+ /@nx/cypress@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-u46tQn+9iUVAziYOexCRe0mU+/PXhPWxCOoe42E+QlahvQHMDm2MhY4S12blayDrCU7O0HXpqGqWxLVabihuXw==}
peerDependencies:
- cypress: ">= 3 < 13"
+ cypress: '>= 3 < 13'
peerDependenciesMeta:
cypress:
optional: true
dependencies:
- "@nrwl/cypress": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@nrwl/cypress': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
cypress: 12.16.0
detect-port: 1.5.1
dotenv: 16.3.1
semver: 7.5.3
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- nx
@@ -13548,36 +11072,30 @@ packages:
dev: true
/@nx/devkit@16.7.0(nx@16.7.0):
- resolution:
- {
- integrity: sha512-XR7k9IZa+qXiyIn5NAoB4mJ+V4yl6lRICndBUat4dECgPPJp8phF/ZiO4WEBA6qC6PyjLrd8jh9zAj+/L4+14g==
- }
+ resolution: {integrity: sha512-XR7k9IZa+qXiyIn5NAoB4mJ+V4yl6lRICndBUat4dECgPPJp8phF/ZiO4WEBA6qC6PyjLrd8jh9zAj+/L4+14g==}
peerDependencies:
- nx: ">= 15 <= 17"
+ nx: '>= 15 <= 17'
dependencies:
- "@nrwl/devkit": 16.7.0(nx@16.7.0)
+ '@nrwl/devkit': 16.7.0(nx@16.7.0)
ejs: 3.1.9
enquirer: 2.3.6
ignore: 5.2.4
- nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
semver: 7.5.3
tmp: 0.2.1
tslib: 2.6.1
- /@nx/esbuild@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-QFME2ky5lqFtcDkEDgwnnPN9yAeepSD8xBLVNE92MVdI6V0LNUiO9LI7vOgXHc/7lXR9yr6AakBCHo4JXF69bA==
- }
+ /@nx/esbuild@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-QFME2ky5lqFtcDkEDgwnnPN9yAeepSD8xBLVNE92MVdI6V0LNUiO9LI7vOgXHc/7lXR9yr6AakBCHo4JXF69bA==}
peerDependencies:
esbuild: ~0.17.5
peerDependenciesMeta:
esbuild:
optional: true
dependencies:
- "@nrwl/esbuild": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nrwl/esbuild': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
chalk: 4.1.0
dotenv: 16.3.1
esbuild: 0.18.11
@@ -13586,11 +11104,11 @@ packages:
tsconfig-paths: 4.2.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13598,24 +11116,21 @@ packages:
- verdaccio
dev: true
- /@nx/eslint-plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-JFTm5aSlhU0PU+SRMin8Wqf3tYK+DvMYveGKuB3IagM2KpKItpPma5cFXFlsb39wYam/w4H9L9GRTJO4hQcOlA==
- }
+ /@nx/eslint-plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-JFTm5aSlhU0PU+SRMin8Wqf3tYK+DvMYveGKuB3IagM2KpKItpPma5cFXFlsb39wYam/w4H9L9GRTJO4hQcOlA==}
peerDependencies:
- "@typescript-eslint/parser": ^5.60.1
+ '@typescript-eslint/parser': ^5.60.1
eslint-config-prettier: ^8.1.0
peerDependenciesMeta:
eslint-config-prettier:
optional: true
dependencies:
- "@nrwl/eslint-plugin-nx": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@typescript-eslint/parser": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/type-utils": 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/utils": 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@nrwl/eslint-plugin-nx': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(@typescript-eslint/parser@5.60.1)(eslint-config-prettier@8.8.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
chalk: 4.1.0
confusing-browser-globals: 1.0.11
eslint-config-prettier: 8.8.0(eslint@8.46.0)
@@ -13623,11 +11138,11 @@ packages:
semver: 7.5.3
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- nx
@@ -13636,18 +11151,15 @@ packages:
- verdaccio
dev: true
- /@nx/jest@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-lA0NdFZq7y9mUl+b3wa+YkeDIn4GRKy0RSQBZxzoSIy7gepqqUneBnz6dGP3V3dAZZYPmA1HUTwYzDKAm3BRJg==
- }
+ /@nx/jest@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-lA0NdFZq7y9mUl+b3wa+YkeDIn4GRKy0RSQBZxzoSIy7gepqqUneBnz6dGP3V3dAZZYPmA1HUTwYzDKAm3BRJg==}
dependencies:
- "@jest/reporters": 29.6.2
- "@jest/test-result": 29.6.2
- "@nrwl/jest": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@jest/reporters': 29.6.2
+ '@jest/test-result': 29.6.2
+ '@nrwl/jest': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
chalk: 4.1.0
dotenv: 16.3.1
identity-obj-proxy: 3.0.0
@@ -13657,11 +11169,11 @@ packages:
resolve.exports: 1.1.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- node-notifier
@@ -13672,28 +11184,25 @@ packages:
- verdaccio
dev: true
- /@nx/js@16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-5YoIRcESH9MWZUvEi6QlhtNclhqO+Abqm38dY2wRnw9rq9Q2SEyk2awN7vtQYi9Bd6LAWCQPGMnGq92bXzjutg==
- }
+ /@nx/js@16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-5YoIRcESH9MWZUvEi6QlhtNclhqO+Abqm38dY2wRnw9rq9Q2SEyk2awN7vtQYi9Bd6LAWCQPGMnGq92bXzjutg==}
peerDependencies:
verdaccio: ^5.0.4
peerDependenciesMeta:
verdaccio:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-decorators": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-runtime": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/runtime": 7.22.10
- "@nrwl/js": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@babel/core': 7.22.10
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-decorators': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-runtime': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/runtime': 7.22.10
+ '@nrwl/js': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
babel-plugin-const-enum: 1.2.0(@babel/core@7.22.10)
babel-plugin-macros: 2.8.0
babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.22.10)
@@ -13706,15 +11215,15 @@ packages:
minimatch: 3.0.5
semver: 7.5.3
source-map-support: 0.5.19
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
tsconfig-paths: 4.2.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13722,30 +11231,27 @@ packages:
dev: true
patched: true
- /@nx/linter@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-bVuCYgBw9QKHS8ZvBlJgQoTw37HcAbgnRqYaM0wEgZ/tJ1n520AaKTVTRQy1H9GCvhYWeHgIWrukHZhQd8FvVw==
- }
+ /@nx/linter@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-bVuCYgBw9QKHS8ZvBlJgQoTw37HcAbgnRqYaM0wEgZ/tJ1n520AaKTVTRQy1H9GCvhYWeHgIWrukHZhQd8FvVw==}
peerDependencies:
eslint: ^8.0.0
peerDependenciesMeta:
eslint:
optional: true
dependencies:
- "@nrwl/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@nrwl/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
eslint: 8.46.0
tmp: 0.2.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -13753,23 +11259,20 @@ packages:
- verdaccio
dev: true
- /@nx/next@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-9WGx54WxbHZC8vGz2y6aw9MT3eQPOAU21JKNBrz3RE8WOfbeJ6OxyvB0heQajzmMoTnqLcZ/9iPaoEZB1CWnjw==
- }
+ /@nx/next@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
+ resolution: {integrity: sha512-9WGx54WxbHZC8vGz2y6aw9MT3eQPOAU21JKNBrz3RE8WOfbeJ6OxyvB0heQajzmMoTnqLcZ/9iPaoEZB1CWnjw==}
peerDependencies:
- next: ">=13.0.0"
+ next: '>=13.0.0'
dependencies:
- "@babel/plugin-proposal-decorators": 7.22.10(@babel/core@7.22.10)
- "@nrwl/next": 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/react": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
- "@nx/web": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@svgr/webpack": 8.0.1
+ '@babel/plugin-proposal-decorators': 7.22.10(@babel/core@7.22.10)
+ '@nrwl/next': 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(next@13.4.4)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/react': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/web': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@svgr/webpack': 8.0.1
chalk: 4.1.0
copy-webpack-plugin: 10.2.4(webpack@5.81.0)
dotenv: 16.3.1
@@ -13781,12 +11284,12 @@ packages:
url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.81.0)
webpack-merge: 5.8.0
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/core'
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- file-loader
@@ -13797,25 +11300,22 @@ packages:
- webpack
dev: true
- /@nx/node@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-orZk5Tlyr3H+eXV9kb+h3nhvrC4EniR2tmupWnkMVV2gwhF/DZI3G938dQjcan4swiZOTfxrzqpcwSs2mwBgbQ==
- }
+ /@nx/node@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-orZk5Tlyr3H+eXV9kb+h3nhvrC4EniR2tmupWnkMVV2gwhF/DZI3G938dQjcan4swiZOTfxrzqpcwSs2mwBgbQ==}
dependencies:
- "@nrwl/node": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/jest": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ '@nrwl/node': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/jest': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- eslint
@@ -13828,136 +11328,112 @@ packages:
dev: true
/@nx/nx-darwin-arm64@16.7.0:
- resolution:
- {
- integrity: sha512-J7UYS8Rp/Eyjh5RI2l1sydDofbSd8FfXJat0r2uAfN9qxAHJD9DijC08bezSiZqsmkF9IwVkFFufDnbM1uSlxg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-J7UYS8Rp/Eyjh5RI2l1sydDofbSd8FfXJat0r2uAfN9qxAHJD9DijC08bezSiZqsmkF9IwVkFFufDnbM1uSlxg==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@nx/nx-darwin-x64@16.7.0:
- resolution:
- {
- integrity: sha512-gya03azE7iRjozZ/PTX86sw6GXzfAxIqInD47sNFzJbDP7zByMkwoPnfPxyBQDjm8e1UhrfrNgTJSoCdfZ9c5w==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-gya03azE7iRjozZ/PTX86sw6GXzfAxIqInD47sNFzJbDP7zByMkwoPnfPxyBQDjm8e1UhrfrNgTJSoCdfZ9c5w==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@nx/nx-freebsd-x64@16.7.0:
- resolution:
- {
- integrity: sha512-DC/Oi4E4aIxkN8HHcSWxoDr+MoamL6LKLWHx/bauHCoDj8NomSLDTLauffd3kFYicMqv8k1hiWB2WAsXAVALjQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-DC/Oi4E4aIxkN8HHcSWxoDr+MoamL6LKLWHx/bauHCoDj8NomSLDTLauffd3kFYicMqv8k1hiWB2WAsXAVALjQ==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
/@nx/nx-linux-arm-gnueabihf@16.7.0:
- resolution:
- {
- integrity: sha512-Jya1kiY4+XPdcWdiydsIY1PgCF2j57i//oHY1D1q/FrMmGeXdEeWFSStj47fLew5wfbdHw42lQNPeFMtSYzAyA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-Jya1kiY4+XPdcWdiydsIY1PgCF2j57i//oHY1D1q/FrMmGeXdEeWFSStj47fLew5wfbdHw42lQNPeFMtSYzAyA==}
+ engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@nx/nx-linux-arm64-gnu@16.7.0:
- resolution:
- {
- integrity: sha512-RLRnytYuqjcb6+tq86og8KYHtb4/lRpzujXeTckfoe0nA/z+TkZMIc+LSGbFlIa6Voar1O6+UAw5Fc9/EC909A==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-RLRnytYuqjcb6+tq86og8KYHtb4/lRpzujXeTckfoe0nA/z+TkZMIc+LSGbFlIa6Voar1O6+UAw5Fc9/EC909A==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@nx/nx-linux-arm64-musl@16.7.0:
- resolution:
- {
- integrity: sha512-ZPF+Q0wX2CE81/3ynZfGPPmvMd4ABEwfJ31/7bgingcGSUJ20aIBFbZLdVjX4zO5plofTRujrggIi2SUHBoHzg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-ZPF+Q0wX2CE81/3ynZfGPPmvMd4ABEwfJ31/7bgingcGSUJ20aIBFbZLdVjX4zO5plofTRujrggIi2SUHBoHzg==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@nx/nx-linux-x64-gnu@16.7.0:
- resolution:
- {
- integrity: sha512-HvBZ8DXJ9vwQsOY4F5Vs5c/zgj+Mn/iwY98jXOa8NY4OsIDQQfOtwbiuCruMWD0S34r+yv8PX09MoVh0Qi4+Jg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-HvBZ8DXJ9vwQsOY4F5Vs5c/zgj+Mn/iwY98jXOa8NY4OsIDQQfOtwbiuCruMWD0S34r+yv8PX09MoVh0Qi4+Jg==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@nx/nx-linux-x64-musl@16.7.0:
- resolution:
- {
- integrity: sha512-hqKX6XGrITfY/yONaWWGHY/DRv1evDLOUluBIGhcGZNKiQAPctE5f3Q29InfUakZV7ct4jYe6M3Rn+gq34QwyA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-hqKX6XGrITfY/yONaWWGHY/DRv1evDLOUluBIGhcGZNKiQAPctE5f3Q29InfUakZV7ct4jYe6M3Rn+gq34QwyA==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@nx/nx-win32-arm64-msvc@16.7.0:
- resolution:
- {
- integrity: sha512-JmLH63ntsunlxveXTU8f5jMKZGNPXU++I8NKd+A+Texb5h90zoc7GDvyVImFTXzx0duU1CGjreQRiBqiOcQ4Ew==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-JmLH63ntsunlxveXTU8f5jMKZGNPXU++I8NKd+A+Texb5h90zoc7GDvyVImFTXzx0duU1CGjreQRiBqiOcQ4Ew==}
+ engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@nx/nx-win32-x64-msvc@16.7.0:
- resolution:
- {
- integrity: sha512-R8erkoQ/+6HOCC9JTd3wMIa/VhfCR1Lwzws0mhSe0i5IU1mYdiZi67K8DchSXuLUheeEAZOQB4jW0c6P2jMgWA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-R8erkoQ/+6HOCC9JTd3wMIa/VhfCR1Lwzws0mhSe0i5IU1mYdiZi67K8DchSXuLUheeEAZOQB4jW0c6P2jMgWA==}
+ engines: {node: '>= 10'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ optional: true
+
+ /@nx/nx-win32-x64-msvc@16.8.1:
+ resolution: {integrity: sha512-yHZ5FAcx54rVc31R0yIpniepkHMPwaxG23l8E/ZYbL1iPwE/Wc1HeUzUvxUuSXtguRp7ihcRhaUEPkcSl2EAVw==}
+ engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
+ dev: false
optional: true
- /@nx/plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-M3y95kJSkN2OSEb/086Gw5AsYa9mw4g/Ur0DySgIELdKXOOg70uO2lzsc05A6vF/hhwB9fhCek2jY3sAAMaNgw==
- }
- dependencies:
- "@nrwl/nx-plugin": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/jest": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ /@nx/plugin@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-M3y95kJSkN2OSEb/086Gw5AsYa9mw4g/Ur0DySgIELdKXOOg70uO2lzsc05A6vF/hhwB9fhCek2jY3sAAMaNgw==}
+ dependencies:
+ '@nrwl/nx-plugin': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/jest': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
dotenv: 16.3.1
fs-extra: 11.1.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- babel-plugin-macros
- debug
- eslint
@@ -13969,29 +11445,26 @@ packages:
- verdaccio
dev: true
- /@nx/react@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-u+dFsIujy3F0KtZ7CcR9RQgQO5doTtAuIikZHvZ9+ob67eRUIZDC/OSAsDfZf+BLTSPXO1VEm/SkSMuvZaZPIA==
- }
+ /@nx/react@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0):
+ resolution: {integrity: sha512-u+dFsIujy3F0KtZ7CcR9RQgQO5doTtAuIikZHvZ9+ob67eRUIZDC/OSAsDfZf+BLTSPXO1VEm/SkSMuvZaZPIA==}
dependencies:
- "@nrwl/react": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/web": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
- "@svgr/webpack": 8.0.1
+ '@nrwl/react': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/web': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
+ '@svgr/webpack': 8.0.1
chalk: 4.1.0
file-loader: 6.2.0(webpack@5.81.0)
minimatch: 3.0.5
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- eslint
- nx
@@ -14001,25 +11474,22 @@ packages:
- webpack
dev: true
- /@nx/rollup@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-t7nsCue4OlKv6YFte2ag38zPNkmysI3x0R2xN5WfzQ40d800QRHWCvyJltKP17odkLSrDXWa7D4fChud/TYzfQ==
- }
- dependencies:
- "@nrwl/rollup": 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@rollup/plugin-babel": 5.3.1(@babel/core@7.22.10)(rollup@2.79.1)
- "@rollup/plugin-commonjs": 20.0.0(rollup@2.79.1)
- "@rollup/plugin-image": 2.1.1(rollup@2.79.1)
- "@rollup/plugin-json": 4.1.0(rollup@2.79.1)
- "@rollup/plugin-node-resolve": 13.3.0(rollup@2.79.1)
+ /@nx/rollup@16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-t7nsCue4OlKv6YFte2ag38zPNkmysI3x0R2xN5WfzQ40d800QRHWCvyJltKP17odkLSrDXWa7D4fChud/TYzfQ==}
+ dependencies:
+ '@nrwl/rollup': 16.7.0(@babel/core@7.22.10)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(ts-node@10.9.1)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@rollup/plugin-babel': 5.3.1(@babel/core@7.22.10)(rollup@2.79.1)
+ '@rollup/plugin-commonjs': 20.0.0(rollup@2.79.1)
+ '@rollup/plugin-image': 2.1.1(rollup@2.79.1)
+ '@rollup/plugin-json': 4.1.0(rollup@2.79.1)
+ '@rollup/plugin-node-resolve': 13.3.0(rollup@2.79.1)
autoprefixer: 10.4.14(postcss@8.4.28)
babel-plugin-transform-async-to-promises: 0.8.18
chalk: 4.1.0
dotenv: 16.3.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
postcss: 8.4.28
rollup: 2.79.1
rollup-plugin-copy: 3.4.0
@@ -14029,13 +11499,13 @@ packages:
rxjs: 7.8.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/babel__core"
- - "@types/node"
+ - '@babel/core'
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/babel__core'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -14044,28 +11514,25 @@ packages:
- verdaccio
dev: true
- /@nx/storybook@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-B4MaU0MSg4uarfbrkMcdG/78gb8xxMooLZfwmNcsj3guwqEbSF12Ov44OhCnzUEyUj6N3oMaCngfomoCsCE+og==
- }
+ /@nx/storybook@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-B4MaU0MSg4uarfbrkMcdG/78gb8xxMooLZfwmNcsj3guwqEbSF12Ov44OhCnzUEyUj6N3oMaCngfomoCsCE+og==}
dependencies:
- "@nrwl/storybook": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/cypress": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/linter": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@nrwl/storybook': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/cypress': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(cypress@12.16.0)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/linter': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(eslint@8.46.0)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
dotenv: 16.3.1
semver: 7.5.3
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- cypress
- debug
- eslint
@@ -14075,15 +11542,12 @@ packages:
- verdaccio
dev: true
- /@nx/web@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-NpqRZBOxN0F4TokYhzGZWl2HlYVsvbV8QW1n4+ZAXrDyX5u2xN1cFSezpycIEni0kbaKnDQCu8TizWQBmNMhTg==
- }
+ /@nx/web@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-NpqRZBOxN0F4TokYhzGZWl2HlYVsvbV8QW1n4+ZAXrDyX5u2xN1cFSezpycIEni0kbaKnDQCu8TizWQBmNMhTg==}
dependencies:
- "@nrwl/web": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nrwl/web': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
chalk: 4.1.0
chokidar: 3.5.3
detect-port: 1.5.1
@@ -14091,11 +11555,11 @@ packages:
ignore: 5.2.4
tslib: 2.6.1
transitivePeerDependencies:
- - "@babel/traverse"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- debug
- nx
- supports-color
@@ -14103,16 +11567,13 @@ packages:
- verdaccio
dev: true
- /@nx/webpack@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-dAupJKfLaNIwTR1ZJZo+OJGRm4wCmU5enS7bKSHDb+kSGDGXQnqNJMxIHp1FiFd8EyfY/WsCn4F/9jmQJFa3pg==
- }
+ /@nx/webpack@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-dAupJKfLaNIwTR1ZJZo+OJGRm4wCmU5enS7bKSHDb+kSGDGXQnqNJMxIHp1FiFd8EyfY/WsCn4F/9jmQJFa3pg==}
dependencies:
- "@babel/core": 7.22.10
- "@nrwl/webpack": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
- "@nx/devkit": 16.7.0(nx@16.7.0)
- "@nx/js": 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.76)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@babel/core': 7.22.10
+ '@nrwl/webpack': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(esbuild@0.18.11)(nx@16.7.0)(typescript@5.2.0-beta)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
+ '@nx/js': 16.7.0(patch_hash=wf7yovluhptdkw2qv3z2eburse)(@swc-node/register@1.6.7)(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(nx@16.7.0)(typescript@5.2.0-beta)
autoprefixer: 10.4.14(postcss@8.4.28)
babel-loader: 9.1.3(@babel/core@7.22.10)(webpack@5.81.0)
browserslist: 4.21.10
@@ -14140,22 +11601,22 @@ packages:
style-loader: 3.3.2(webpack@5.81.0)
stylus: 0.59.0
stylus-loader: 7.1.0(stylus@0.59.0)(webpack@5.81.0)
- terser-webpack-plugin: 5.3.9(@swc/core@1.3.76)(esbuild@0.18.11)(webpack@5.81.0)
+ terser-webpack-plugin: 5.3.9(@swc/core@1.3.83)(esbuild@0.18.11)(webpack@5.81.0)
ts-loader: 9.4.4(typescript@5.2.0-beta)(webpack@5.81.0)
tsconfig-paths-webpack-plugin: 4.0.0
tslib: 2.6.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-dev-server: 4.15.1(webpack@5.81.0)
webpack-node-externals: 3.0.0
webpack-subresource-integrity: 5.1.0(webpack@5.81.0)
transitivePeerDependencies:
- - "@babel/traverse"
- - "@parcel/css"
- - "@swc-node/register"
- - "@swc/core"
- - "@swc/css"
- - "@swc/wasm"
- - "@types/node"
+ - '@babel/traverse'
+ - '@parcel/css'
+ - '@swc-node/register'
+ - '@swc/core'
+ - '@swc/css'
+ - '@swc/wasm'
+ - '@types/node'
- bufferutil
- clean-css
- csso
@@ -14176,84 +11637,69 @@ packages:
- webpack-cli
dev: true
- /@nx/workspace@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-03A3EDJaq00+4cfWqwPS6rI2tuxnNahkvLTkzEbg64emaEgrMbhZHeiaWOD/MAC7FdNfMSCA1zD3IhEL9eMKyg==
- }
+ /@nx/workspace@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-03A3EDJaq00+4cfWqwPS6rI2tuxnNahkvLTkzEbg64emaEgrMbhZHeiaWOD/MAC7FdNfMSCA1zD3IhEL9eMKyg==}
dependencies:
- "@nrwl/workspace": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@nx/devkit": 16.7.0(nx@16.7.0)
+ '@nrwl/workspace': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@nx/devkit': 16.7.0(nx@16.7.0)
chalk: 4.1.0
ignore: 5.2.4
- nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ nx: 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
rxjs: 7.8.1
tslib: 2.6.1
yargs-parser: 21.1.1
transitivePeerDependencies:
- - "@swc-node/register"
- - "@swc/core"
+ - '@swc-node/register'
+ - '@swc/core'
- debug
dev: true
- /@nxkit/style-dictionary@3.0.2(@swc/core@1.3.76)(@types/node@20.3.3)(style-dictionary@3.8.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-prnGV1/ZFMWqUf5CXc3OMbZ0syxIpCcuyWWMGxNzrEztY3Mxo7OM8EZ+Y+tY5yr7jBLNakzRYPjlDCopz01PDA==
- }
+ /@nxkit/style-dictionary@3.0.2(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(style-dictionary@3.8.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-prnGV1/ZFMWqUf5CXc3OMbZ0syxIpCcuyWWMGxNzrEztY3Mxo7OM8EZ+Y+tY5yr7jBLNakzRYPjlDCopz01PDA==}
peerDependencies:
style-dictionary: ^3.7.1
dependencies:
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.2.0-beta)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.0-beta)
fs-extra: 11.1.1
style-dictionary: 3.8.0
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- typescript
dev: true
- /@nxkit/style-dictionary@3.0.2(@swc/core@1.3.76)(@types/node@20.5.0)(style-dictionary@3.8.0)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-prnGV1/ZFMWqUf5CXc3OMbZ0syxIpCcuyWWMGxNzrEztY3Mxo7OM8EZ+Y+tY5yr7jBLNakzRYPjlDCopz01PDA==
- }
+ /@nxkit/style-dictionary@3.0.2(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(style-dictionary@3.8.0)(typescript@5.1.6):
+ resolution: {integrity: sha512-prnGV1/ZFMWqUf5CXc3OMbZ0syxIpCcuyWWMGxNzrEztY3Mxo7OM8EZ+Y+tY5yr7jBLNakzRYPjlDCopz01PDA==}
peerDependencies:
style-dictionary: ^3.7.1
dependencies:
- "@phenomnomnominal/tsquery": 5.0.1(typescript@5.1.6)
+ '@phenomnomnominal/tsquery': 5.0.1(typescript@5.1.6)
fs-extra: 11.1.1
style-dictionary: 3.8.0
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.5.0)(typescript@5.1.6)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@5.1.6)
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
- - "@types/node"
+ - '@swc/core'
+ - '@swc/wasm'
+ - '@types/node'
- typescript
dev: true
/@octokit/auth-token@3.0.4:
- resolution:
- {
- integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==}
+ engines: {node: '>= 14'}
dev: true
/@octokit/core@4.2.4:
- resolution:
- {
- integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==
- }
- engines: { node: ">= 14" }
- dependencies:
- "@octokit/auth-token": 3.0.4
- "@octokit/graphql": 5.0.6
- "@octokit/request": 6.2.8
- "@octokit/request-error": 3.0.3
- "@octokit/types": 9.3.2
+ resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==}
+ engines: {node: '>= 14'}
+ dependencies:
+ '@octokit/auth-token': 3.0.4
+ '@octokit/graphql': 5.0.6
+ '@octokit/request': 6.2.8
+ '@octokit/request-error': 3.0.3
+ '@octokit/types': 9.3.2
before-after-hook: 2.2.3
universal-user-agent: 6.0.0
transitivePeerDependencies:
@@ -14261,98 +11707,74 @@ packages:
dev: true
/@octokit/endpoint@7.0.6:
- resolution:
- {
- integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==}
+ engines: {node: '>= 14'}
dependencies:
- "@octokit/types": 9.3.2
+ '@octokit/types': 9.3.2
is-plain-object: 5.0.0
universal-user-agent: 6.0.0
dev: true
/@octokit/graphql@5.0.6:
- resolution:
- {
- integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==
- }
- engines: { node: ">= 14" }
- dependencies:
- "@octokit/request": 6.2.8
- "@octokit/types": 9.3.2
+ resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==}
+ engines: {node: '>= 14'}
+ dependencies:
+ '@octokit/request': 6.2.8
+ '@octokit/types': 9.3.2
universal-user-agent: 6.0.0
transitivePeerDependencies:
- encoding
dev: true
/@octokit/openapi-types@18.0.0:
- resolution:
- {
- integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==
- }
+ resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==}
dev: true
/@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4):
- resolution:
- {
- integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==}
+ engines: {node: '>= 14'}
peerDependencies:
- "@octokit/core": ">=4"
+ '@octokit/core': '>=4'
dependencies:
- "@octokit/core": 4.2.4
- "@octokit/tsconfig": 1.0.2
- "@octokit/types": 9.3.2
+ '@octokit/core': 4.2.4
+ '@octokit/tsconfig': 1.0.2
+ '@octokit/types': 9.3.2
dev: true
/@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4):
- resolution:
- {
- integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
- }
+ resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==}
peerDependencies:
- "@octokit/core": ">=3"
+ '@octokit/core': '>=3'
dependencies:
- "@octokit/core": 4.2.4
+ '@octokit/core': 4.2.4
dev: true
/@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4):
- resolution:
- {
- integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==}
+ engines: {node: '>= 14'}
peerDependencies:
- "@octokit/core": ">=3"
+ '@octokit/core': '>=3'
dependencies:
- "@octokit/core": 4.2.4
- "@octokit/types": 10.0.0
+ '@octokit/core': 4.2.4
+ '@octokit/types': 10.0.0
dev: true
/@octokit/request-error@3.0.3:
- resolution:
- {
- integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==}
+ engines: {node: '>= 14'}
dependencies:
- "@octokit/types": 9.3.2
+ '@octokit/types': 9.3.2
deprecation: 2.3.1
once: 1.4.0
dev: true
/@octokit/request@6.2.8:
- resolution:
- {
- integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==
- }
- engines: { node: ">= 14" }
- dependencies:
- "@octokit/endpoint": 7.0.6
- "@octokit/request-error": 3.0.3
- "@octokit/types": 9.3.2
+ resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==}
+ engines: {node: '>= 14'}
+ dependencies:
+ '@octokit/endpoint': 7.0.6
+ '@octokit/request-error': 3.0.3
+ '@octokit/types': 9.3.2
is-plain-object: 5.0.0
node-fetch: 2.6.12
universal-user-agent: 6.0.0
@@ -14361,66 +11783,51 @@ packages:
dev: true
/@octokit/rest@19.0.13:
- resolution:
- {
- integrity: sha512-/EzVox5V9gYGdbAI+ovYj3nXQT1TtTHRT+0eZPcuC05UFSWO3mdO9UY1C0i2eLF9Un1ONJkAk+IEtYGAC+TahA==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-/EzVox5V9gYGdbAI+ovYj3nXQT1TtTHRT+0eZPcuC05UFSWO3mdO9UY1C0i2eLF9Un1ONJkAk+IEtYGAC+TahA==}
+ engines: {node: '>= 14'}
dependencies:
- "@octokit/core": 4.2.4
- "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4)
- "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4)
- "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4)
+ '@octokit/core': 4.2.4
+ '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4)
+ '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4)
+ '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4)
transitivePeerDependencies:
- encoding
dev: true
/@octokit/tsconfig@1.0.2:
- resolution:
- {
- integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==
- }
+ resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==}
dev: true
/@octokit/types@10.0.0:
- resolution:
- {
- integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==
- }
+ resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==}
dependencies:
- "@octokit/openapi-types": 18.0.0
+ '@octokit/openapi-types': 18.0.0
dev: true
/@octokit/types@9.3.2:
- resolution:
- {
- integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==
- }
+ resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==}
dependencies:
- "@octokit/openapi-types": 18.0.0
+ '@octokit/openapi-types': 18.0.0
dev: true
/@omnigraph/json-schema@0.94.2(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-I6ORt2gAuvK2gqfTNf/vdNXC5mQGxVXNuJdPfo3is9S5XZWm2yte4D6Yb2BH6gp7PKKX5Q4rZjHVMnwKoJdI7Q==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.0
- "@graphql-mesh/utils": ^0.94.0
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-I6ORt2gAuvK2gqfTNf/vdNXC5mQGxVXNuJdPfo3is9S5XZWm2yte4D6Yb2BH6gp7PKKX5Q4rZjHVMnwKoJdI7Q==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.0
+ '@graphql-mesh/utils': ^0.94.0
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/string-interpolation": 0.5.0(graphql@16.8.0)(tslib@2.6.1)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@json-schema-tools/meta-schema": 1.7.0
- "@whatwg-node/fetch": 0.9.9
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/string-interpolation': 0.5.0(graphql@16.8.0)(tslib@2.6.1)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@json-schema-tools/meta-schema': 1.7.0
+ '@whatwg-node/fetch': 0.9.9
ajv: 8.12.0
ajv-formats: 2.1.1(ajv@8.12.0)
dset: 3.1.2
@@ -14436,26 +11843,23 @@ packages:
dev: false
/@omnigraph/json-schema@0.94.9(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-s9sFLxIS97RJHzON4/v7kIle1p9MWu8lFcUBEeU0wUmZjF9t7g2psFFCXOqBSa5cbySoi6vTVdaO49J3RaSWvA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.6
- "@graphql-mesh/utils": ^0.94.6
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-s9sFLxIS97RJHzON4/v7kIle1p9MWu8lFcUBEeU0wUmZjF9t7g2psFFCXOqBSa5cbySoi6vTVdaO49J3RaSWvA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.6
+ '@graphql-mesh/utils': ^0.94.6
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/string-interpolation": 0.5.1(graphql@16.8.0)(tslib@2.6.1)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@json-schema-tools/meta-schema": 1.7.0
- "@whatwg-node/fetch": 0.9.9
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/string-interpolation': 0.5.1(graphql@16.8.0)(tslib@2.6.1)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@json-schema-tools/meta-schema': 1.7.0
+ '@whatwg-node/fetch': 0.9.9
ajv: 8.12.0
ajv-formats: 2.1.1(ajv@8.12.0)
dset: 3.1.2
@@ -14471,47 +11875,41 @@ packages:
dev: false
/@omnigraph/openapi@0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-LOMR1abKIrOFXFduq3IEIHS8jtoRVQ3Ex6+D7fjEh05PC03XGk7N9CmYLY1Lxl9H/k2M8qzg9IH6NAZ9cTYh5Q==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.1
- "@graphql-mesh/utils": ^0.94.1
- graphql: "*"
+ resolution: {integrity: sha512-LOMR1abKIrOFXFduq3IEIHS8jtoRVQ3Ex6+D7fjEh05PC03XGk7N9CmYLY1Lxl9H/k2M8qzg9IH6NAZ9cTYh5Q==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.1
+ '@graphql-mesh/utils': ^0.94.1
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/string-interpolation": 0.5.1(graphql@16.8.0)(tslib@2.6.1)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@omnigraph/json-schema": 0.94.9(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/string-interpolation': 0.5.1(graphql@16.8.0)(tslib@2.6.1)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@omnigraph/json-schema': 0.94.9(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
change-case: 4.1.2
graphql: 16.8.0
json-machete: 0.94.6(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
openapi-types: 12.1.0
tslib: 2.6.1
transitivePeerDependencies:
- - "@graphql-tools/utils"
+ - '@graphql-tools/utils'
dev: false
/@omnigraph/soap@0.94.5(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-n+JuWG5hfLkgyYGki0Bq4wWGistTbOVr92g9BILoy9+aqHqpFuXfiG5v5UJ66+qYo8TJZaBDI6WGvOntwlsYLg==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/types": ^0.94.2
- "@graphql-mesh/utils": ^0.94.2
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
- dependencies:
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ resolution: {integrity: sha512-n+JuWG5hfLkgyYGki0Bq4wWGistTbOVr92g9BILoy9+aqHqpFuXfiG5v5UJ66+qYo8TJZaBDI6WGvOntwlsYLg==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/types': ^0.94.2
+ '@graphql-mesh/utils': ^0.94.2
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
+ dependencies:
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
fast-xml-parser: 4.2.5
graphql: 16.8.0
graphql-compose: 9.0.10(graphql@16.8.0)
@@ -14519,702 +11917,567 @@ packages:
dev: false
/@openapi-contrib/openapi-schema-to-json-schema@3.2.0:
- resolution:
- {
- integrity: sha512-Gj6C0JwCr8arj0sYuslWXUBSP/KnUlEGnPW4qxlXvAl543oaNQgMgIgkQUA6vs5BCCvwTEiL8m/wdWzfl4UvSw==
- }
+ resolution: {integrity: sha512-Gj6C0JwCr8arj0sYuslWXUBSP/KnUlEGnPW4qxlXvAl543oaNQgMgIgkQUA6vs5BCCvwTEiL8m/wdWzfl4UvSw==}
dependencies:
fast-deep-equal: 3.1.3
dev: false
/@opentelemetry/api-logs@0.39.1:
- resolution:
- {
- integrity: sha512-9BJ8lMcOzEN0lu+Qji801y707oFO4xT3db6cosPvl+k7ItUHKN5ofWqtSbM9gbt1H4JJ/4/2TVrqI9Rq7hNv6Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-9BJ8lMcOzEN0lu+Qji801y707oFO4xT3db6cosPvl+k7ItUHKN5ofWqtSbM9gbt1H4JJ/4/2TVrqI9Rq7hNv6Q==}
+ engines: {node: '>=14'}
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
dev: false
/@opentelemetry/api-logs@0.41.2:
- resolution:
- {
- integrity: sha512-JEV2RAqijAFdWeT6HddYymfnkiRu2ASxoTBr4WsnGJhOjWZkEy6vp+Sx9ozr1NaIODOa2HUyckExIqQjn6qywQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-JEV2RAqijAFdWeT6HddYymfnkiRu2ASxoTBr4WsnGJhOjWZkEy6vp+Sx9ozr1NaIODOa2HUyckExIqQjn6qywQ==}
+ engines: {node: '>=14'}
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
dev: false
/@opentelemetry/api@0.14.0:
- resolution:
- {
- integrity: sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==}
+ engines: {node: '>=8.0.0'}
dependencies:
- "@opentelemetry/context-base": 0.14.0
+ '@opentelemetry/context-base': 0.14.0
dev: true
/@opentelemetry/api@1.4.1:
- resolution:
- {
- integrity: sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==}
+ engines: {node: '>=8.0.0'}
/@opentelemetry/context-async-hooks@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-PmwAanPNWCyS9JYFzhzVzHgviLhc0UHjOwdth+hp3HgQQ9XZZNE635P8JhAUHZmbghW9/qQFafRWOS4VN9VVnQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-PmwAanPNWCyS9JYFzhzVzHgviLhc0UHjOwdth+hp3HgQQ9XZZNE635P8JhAUHZmbghW9/qQFafRWOS4VN9VVnQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
dev: false
/@opentelemetry/context-async-hooks@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-KfwMzdjxUtQM3uy4ogEdN3pdakFreyZNybKKlvxUM+inF5tAObsGamlmsfmUt6s3mXEC70+DY743+TdG4FMf/Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-KfwMzdjxUtQM3uy4ogEdN3pdakFreyZNybKKlvxUM+inF5tAObsGamlmsfmUt6s3mXEC70+DY743+TdG4FMf/Q==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
dev: true
/@opentelemetry/context-async-hooks@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-VAMHG67srGFQDG/N2ns5AyUT9vUcoKpZ/NpJ5fDQIPfJd7t3ju+aHwvDsMcrYBWuCh03U3Ky6o16+872CZchBg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-VAMHG67srGFQDG/N2ns5AyUT9vUcoKpZ/NpJ5fDQIPfJd7t3ju+aHwvDsMcrYBWuCh03U3Ky6o16+872CZchBg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
dev: false
/@opentelemetry/context-base@0.14.0:
- resolution:
- {
- integrity: sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==}
+ engines: {node: '>=8.0.0'}
dev: true
/@opentelemetry/core@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/semantic-conventions": 1.12.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/semantic-conventions': 1.12.0
dev: false
/@opentelemetry/core@1.13.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-2dBX3Sj99H96uwJKvc2w9NOiNgbvAO6mOFJFramNkKfS9O4Um+VWgpnlAazoYjT6kUJ1MP70KQ5ngD4ed+4NUw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/semantic-conventions": 1.13.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/semantic-conventions': 1.13.0
dev: false
/@opentelemetry/core@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-MnMZ+sxsnlzloeuXL2nm5QcNczt/iO82UOeQQDHhV83F2fP3sgntW2evvtoxJki0MBLxEsh5ADD7PR/Hn5uzjw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-MnMZ+sxsnlzloeuXL2nm5QcNczt/iO82UOeQQDHhV83F2fP3sgntW2evvtoxJki0MBLxEsh5ADD7PR/Hn5uzjw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/semantic-conventions": 1.14.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/semantic-conventions': 1.14.0
dev: true
/@opentelemetry/core@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-+gBv15ta96WqkHZaPpcDHiaz0utiiHZVfm2YOYSqFGrUaJpPkMoSuLBB58YFQGi6Rsb9EHos84X6X5+9JspmLw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-+gBv15ta96WqkHZaPpcDHiaz0utiiHZVfm2YOYSqFGrUaJpPkMoSuLBB58YFQGi6Rsb9EHos84X6X5+9JspmLw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/semantic-conventions': 1.15.2
/@opentelemetry/exporter-jaeger@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-MGWslvok6tlNCHexHGnfXrSyobBqUDh4YOLENt2MeQ/F974SyVG4e73TD/CDM+227/rRM587hJ8dQBzvwUac/g==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.0.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.12.0
+ resolution: {integrity: sha512-MGWslvok6tlNCHexHGnfXrSyobBqUDh4YOLENt2MeQ/F974SyVG4e73TD/CDM+227/rRM587hJ8dQBzvwUac/g==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.0.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.12.0
jaeger-client: 3.19.0
dev: false
/@opentelemetry/exporter-metrics-otlp-grpc@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-gQuCcd5QSMkfi1XIriWAoak/vaRvFzpvtzh2hjziIvbnA3VtoGD3bDb2dzEzOA1iSWO0/tHwnBsSmmUZsETyOA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-gQuCcd5QSMkfi1XIriWAoak/vaRvFzpvtzh2hjziIvbnA3VtoGD3bDb2dzEzOA1iSWO0/tHwnBsSmmUZsETyOA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@grpc/grpc-js": 1.9.0
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-metrics-otlp-http": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-grpc-exporter-base": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
+ '@grpc/grpc-js': 1.9.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-metrics-otlp-http': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-grpc-exporter-base': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-metrics-otlp-http@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-+YeIcL4nuldWE89K8NBLImpXCvih04u1MBnn8EzvoywG2TKR5JC3CZEPepODIxlsfGSgP8W5khCEP1NHZzftYw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-+YeIcL4nuldWE89K8NBLImpXCvih04u1MBnn8EzvoywG2TKR5JC3CZEPepODIxlsfGSgP8W5khCEP1NHZzftYw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-grpc@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-9pwDRnBr7qDeAZ81WHbM+aA1GSu9p8nh2ARmKgA4YrCo1E9IY94goaSBV03pbGe7gh/frOp18FQMvXmiRITGUg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-9pwDRnBr7qDeAZ81WHbM+aA1GSu9p8nh2ARmKgA4YrCo1E9IY94goaSBV03pbGe7gh/frOp18FQMvXmiRITGUg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@grpc/grpc-js": 1.9.0
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-grpc-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
+ '@grpc/grpc-js': 1.9.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-grpc-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-grpc@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-tRM/mq7PFj7mXCws5ICMVp/rmgU93JvZdoLE0uLj4tugNz231u2ZgeRYXulBjdeHM88ZQSsWTJMu2mvr/3JV1A==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-tRM/mq7PFj7mXCws5ICMVp/rmgU93JvZdoLE0uLj4tugNz231u2ZgeRYXulBjdeHM88ZQSsWTJMu2mvr/3JV1A==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@grpc/grpc-js": 1.9.0
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-grpc-exporter-base": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
+ '@grpc/grpc-js': 1.9.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-grpc-exporter-base': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-http@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-AWpTCyijC7kt2DbLj8FmdlRquA6/rTXZ+3U4MVl4P2YNI7KLUnx/FEhn2BMTB0+rOy7UxSAocqz2tJ/5Ss/6Ng==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-AWpTCyijC7kt2DbLj8FmdlRquA6/rTXZ+3U4MVl4P2YNI7KLUnx/FEhn2BMTB0+rOy7UxSAocqz2tJ/5Ss/6Ng==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-http@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-Y0fGLipjZXLMelWtlS1/MDtrPxf25oM408KukRdkN31a1MEFo4h/ZkNwS7ZfmqHGUa+4rWRt2bi6JBiqy7Ytgw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-Y0fGLipjZXLMelWtlS1/MDtrPxf25oM408KukRdkN31a1MEFo4h/ZkNwS7ZfmqHGUa+4rWRt2bi6JBiqy7Ytgw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-proto@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-M1YctP+T6485noDAJPsnpsx85xsfqyCr06CadTQBJHIgjStgsKTDA86iVpv7XEqW5lwdIThn/boDou2vyi0bQA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-M1YctP+T6485noDAJPsnpsx85xsfqyCr06CadTQBJHIgjStgsKTDA86iVpv7XEqW5lwdIThn/boDou2vyi0bQA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-proto-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-proto-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-trace-otlp-proto@0.39.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-oJQC7a67iwExRYynKqn/O9Fl5gUjDa43ZQsZu2iKAADs/6YJ+u5MJ/wcq3CpJsn2KU/8j8HWAKOcDkkQXPuJ9A==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-oJQC7a67iwExRYynKqn/O9Fl5gUjDa43ZQsZu2iKAADs/6YJ+u5MJ/wcq3CpJsn2KU/8j8HWAKOcDkkQXPuJ9A==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.39.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-proto-exporter-base": 0.39.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-transformer": 0.39.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.39.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-proto-exporter-base': 0.39.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-transformer': 0.39.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.13.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/exporter-zipkin@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-HJ4ww7OjVIV4x5ZGgY+h+D1JS0GsCtnHuqZUVHl7EFFQxMGpbQcf5eISRtwqgQwlQKh2iqrEbiHdDyzbgA/7XQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-HJ4ww7OjVIV4x5ZGgY+h+D1JS0GsCtnHuqZUVHl7EFFQxMGpbQcf5eISRtwqgQwlQKh2iqrEbiHdDyzbgA/7XQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.12.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.12.0
dev: false
/@opentelemetry/host-metrics@0.33.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-/+v9gj4M5rrknqcbyZuqLYDj41t7/hrgMJx8PM0BTPgLiKxLAfe21JidVb7xeKUwpYbNzBV7NqamnttEhTKBhA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-/+v9gj4M5rrknqcbyZuqLYDj41t7/hrgMJx8PM0BTPgLiKxLAfe21JidVb7xeKUwpYbNzBV7NqamnttEhTKBhA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
systeminformation: 5.18.15
tslib: 2.6.1
dev: false
/@opentelemetry/instrumentation-aws-lambda@0.36.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-GkehkjN4vHTc5HNIBlKddrm+EVch2cNEfbLcV7tXLu0Hu95kt6PPOwxHDYRxgvu1auFpJY0epUzmPd11zI706A==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-aws-xray": 1.3.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/aws-lambda": 8.10.81
+ resolution: {integrity: sha512-GkehkjN4vHTc5HNIBlKddrm+EVch2cNEfbLcV7tXLu0Hu95kt6PPOwxHDYRxgvu1auFpJY0epUzmPd11zI706A==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-aws-xray': 1.3.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/aws-lambda': 8.10.81
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-bunyan@0.32.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-c2Fi12NMBPRNyzeMXjY3kmgJcu8T2TIR051S+EEnXP677+aJhUrzAPpIDEqJ3RITMemxS44NmDFnnG+p0zdUbg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-c2Fi12NMBPRNyzeMXjY3kmgJcu8T2TIR051S+EEnXP677+aJhUrzAPpIDEqJ3RITMemxS44NmDFnnG+p0zdUbg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@types/bunyan": 1.8.7
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@types/bunyan': 1.8.7
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-cassandra-driver@0.33.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-JlCb7SKRadeDDrIlsjuaBDRXKIRPW4yC1W3zfh9UBIEgG3SPK1QyPt1jaXqmjrd6RuOx8f5tOZB/HsYAgeiqUw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-JlCb7SKRadeDDrIlsjuaBDRXKIRPW4yC1W3zfh9UBIEgG3SPK1QyPt1jaXqmjrd6RuOx8f5tOZB/HsYAgeiqUw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-express@0.33.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-Cem3AssubzUoBK5ab89rBt2kY90i/FFyQwMC9wPjBQldkOaT4cR+5ufvWritXRfoPltqEeX2imLavujNH6EzCw==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/express": 4.17.13
+ resolution: {integrity: sha512-Cem3AssubzUoBK5ab89rBt2kY90i/FFyQwMC9wPjBQldkOaT4cR+5ufvWritXRfoPltqEeX2imLavujNH6EzCw==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/express': 4.17.13
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-fastify@0.32.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-M0zRI5+FfA2UnNk9YSeofhZkM5X46w2lDW/1pVahpIlfyPoEbOdRO2YrfR6Y9t9emR62IKk4tN/IcSgXIK2RRg==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-M0zRI5+FfA2UnNk9YSeofhZkM5X46w2lDW/1pVahpIlfyPoEbOdRO2YrfR6Y9t9emR62IKk4tN/IcSgXIK2RRg==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-graphql@0.35.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-hKuOXTzB8UBaxVteKU2nMRGnUPt6bD9SSBBLYaDOGGPF1Gs4XsiuMMRuyXomMIudelM7flPpbuqiP9YoSJuXQQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-hKuOXTzB8UBaxVteKU2nMRGnUPt6bD9SSBBLYaDOGGPF1Gs4XsiuMMRuyXomMIudelM7flPpbuqiP9YoSJuXQQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-grpc@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-+fh9GUFv97p25CMreUv4OdP5L21hPgfX3d4fuQ0KIgIZIaX2M6/8cr5Ik+8zWsyhYzfFX3CKq6BXm3UBg7cswQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-+fh9GUFv97p25CMreUv4OdP5L21hPgfX3d4fuQ0KIgIZIaX2M6/8cr5Ik+8zWsyhYzfFX3CKq6BXm3UBg7cswQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-http@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-dzOC6xkfK0LM6Dzo91aInLdSbdIzKA0IgSDnyLi6YZ0Z7c1bfrFncFx/3gZs8vi+KXLALgfMlpzE7IYDW/cM3A==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-dzOC6xkfK0LM6Dzo91aInLdSbdIzKA0IgSDnyLi6YZ0Z7c1bfrFncFx/3gZs8vi+KXLALgfMlpzE7IYDW/cM3A==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
semver: 7.5.4
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-ioredis@0.35.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-tdM1BkrYmx+fXH+t1DViTXqFr9LUJHl0Qdcr6G8PjscsK+bVssSHhi5a3zYPFFFHpjks1mXMZHMr/Vsj2hNQAw==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/redis-common": 0.36.1
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/ioredis4": /@types/ioredis@4.28.10
+ resolution: {integrity: sha512-tdM1BkrYmx+fXH+t1DViTXqFr9LUJHl0Qdcr6G8PjscsK+bVssSHhi5a3zYPFFFHpjks1mXMZHMr/Vsj2hNQAw==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/redis-common': 0.36.1
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/ioredis4': /@types/ioredis@4.28.10
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-koa@0.35.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-Q/KclXdHKE3sGlalxxX43lx4b8eY5lv5LSdG3mY8aBsrmw1Mx6Cv4VAeqA4ecCygeapTmf9jjOLmgro15IJ3AQ==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/koa": 2.13.6
- "@types/koa__router": 8.0.7
+ resolution: {integrity: sha512-Q/KclXdHKE3sGlalxxX43lx4b8eY5lv5LSdG3mY8aBsrmw1Mx6Cv4VAeqA4ecCygeapTmf9jjOLmgro15IJ3AQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/koa': 2.13.6
+ '@types/koa__router': 8.0.7
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-memcached@0.32.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-EZsgK71ZqZugmyqbMA7XDURAtBPaVXkh7Ez2bcfA6Vw2l/ZUslozexTBbRbHGPAvw8DlevcYcZzpB/SreVDqvA==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/memcached": 2.2.7
+ resolution: {integrity: sha512-EZsgK71ZqZugmyqbMA7XDURAtBPaVXkh7Ez2bcfA6Vw2l/ZUslozexTBbRbHGPAvw8DlevcYcZzpB/SreVDqvA==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/memcached': 2.2.7
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-mongodb@0.36.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-bisDLBO0JqydPh4rkgrbYhnFOd4T2ZAnFAnBFll9TB1jJEHTeeobdBThuwxvur5q5ZfbjevreUcMydG6UBNMaA==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-bisDLBO0JqydPh4rkgrbYhnFOd4T2ZAnFAnBFll9TB1jJEHTeeobdBThuwxvur5q5ZfbjevreUcMydG6UBNMaA==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-mysql2@0.34.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-wEJ9BcZTT/60a69V5GS/XlQx+JyoOKKYYR/kdZ2p/XY/UI+kELPSWiLZAR00YLYi33g0zVZlKG3gfHU1KFn5sQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-wEJ9BcZTT/60a69V5GS/XlQx+JyoOKKYYR/kdZ2p/XY/UI+kELPSWiLZAR00YLYi33g0zVZlKG3gfHU1KFn5sQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-mysql@0.34.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-muBzhaSk3to1XK2aSMFTP9lW6YALebQ8ick9raDBESiLf8JREZDJWVlhfaigeJGBk53tUBZ3Ty1g1Cfe15+OhQ==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@types/mysql": 2.15.19
+ resolution: {integrity: sha512-muBzhaSk3to1XK2aSMFTP9lW6YALebQ8ick9raDBESiLf8JREZDJWVlhfaigeJGBk53tUBZ3Ty1g1Cfe15+OhQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@types/mysql': 2.15.19
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-pg@0.36.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-S9RmzTILWTl7AVfdp/e8lWQTlpwrpoPbpxAfEJ1ENzTlPMmdw0jWPAQTgrTLQa6cpzhiypDHts3g2b6hc1zFYQ==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@opentelemetry/sql-common": 0.40.0(@opentelemetry/api@1.4.1)
- "@types/pg": 8.6.1
- "@types/pg-pool": 2.0.3
+ resolution: {integrity: sha512-S9RmzTILWTl7AVfdp/e8lWQTlpwrpoPbpxAfEJ1ENzTlPMmdw0jWPAQTgrTLQa6cpzhiypDHts3g2b6hc1zFYQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@opentelemetry/sql-common': 0.40.0(@opentelemetry/api@1.4.1)
+ '@types/pg': 8.6.1
+ '@types/pg-pool': 2.0.3
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-pino@0.34.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-UtoVJG1gVit5Bksy0ccwtmJm9a39WDW4tMEAh0Spk31burJuEKKT09CslSQ3zmkoHj91iLWi5O5A94dIUVIXsg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-UtoVJG1gVit5Bksy0ccwtmJm9a39WDW4tMEAh0Spk31burJuEKKT09CslSQ3zmkoHj91iLWi5O5A94dIUVIXsg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-redis@0.35.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-WXUjuTtDbV9e27xDtdi9ObjGeJnD8YI2FSb7Bu7yqrqU2c/AUDjUbLAtjxG5otfaRZbLEP57KrjHu5N5V5NzNg==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/redis-common": 0.36.1
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-WXUjuTtDbV9e27xDtdi9ObjGeJnD8YI2FSb7Bu7yqrqU2c/AUDjUbLAtjxG5otfaRZbLEP57KrjHu5N5V5NzNg==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/redis-common': 0.36.1
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-restify@0.33.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-evDjcF6M9G+KH/GCjtUx9Vnm/CBZ9CBfmm/RP6Aeo20y6Kset1ZEoPK79JT7JK1sCPqViBPoj4qnFePz9/20lg==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.3.0
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-evDjcF6M9G+KH/GCjtUx9Vnm/CBZ9CBfmm/RP6Aeo20y6Kset1ZEoPK79JT7JK1sCPqViBPoj4qnFePz9/20lg==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.3.0
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-socket.io@0.34.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-ZYZVFNZh4bUIXyfsI2mFAFnNCpd5mhcoHrfQd0C6uqVGV7wfHFvVSgnEzu6iISx4RfRlLvNjh6gm6h4pkL27sA==
- }
- engines: { node: ">=14.0" }
+ resolution: {integrity: sha512-ZYZVFNZh4bUIXyfsI2mFAFnNCpd5mhcoHrfQd0C6uqVGV7wfHFvVSgnEzu6iISx4RfRlLvNjh6gm6h4pkL27sA==}
+ engines: {node: '>=14.0'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation-winston@0.32.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-Pf+tsLmccH/RrUXPiirPj7GhADP1X+21C5lOaYegpyHZgWGLvjCx7W/c89wQSol7DertSUKMB1iixQpUmVqDdQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-Pf+tsLmccH/RrUXPiirPj7GhADP1X+21C5lOaYegpyHZgWGLvjCx7W/c89wQSol7DertSUKMB1iixQpUmVqDdQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/instrumentation@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-wr1WkIbzHGV+oz6SCme88D2c+zNG23COkCjcida8b3jIzX2lJafOpEHPDcbBF38F8ChkRSj/tVnx1wnYAXZvbA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-wr1WkIbzHGV+oz6SCme88D2c+zNG23COkCjcida8b3jIzX2lJafOpEHPDcbBF38F8ChkRSj/tVnx1wnYAXZvbA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
+ '@opentelemetry/api': 1.4.1
require-in-the-middle: 6.0.0
semver: 7.5.4
shimmer: 1.2.1
@@ -15223,16 +12486,13 @@ packages:
dev: false
/@opentelemetry/instrumentation@0.40.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-23TzBKPflUS1uEq5SXymnQKQDSda35KvHjnvxdcDQGE+wg6hwDHgScUCWiBmZW4sxAaPcANfs+Wc9B7yDuyT6Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-23TzBKPflUS1uEq5SXymnQKQDSda35KvHjnvxdcDQGE+wg6hwDHgScUCWiBmZW4sxAaPcANfs+Wc9B7yDuyT6Q==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@types/shimmer": 1.0.2
+ '@opentelemetry/api': 1.4.1
+ '@types/shimmer': 1.0.2
import-in-the-middle: 1.3.5
require-in-the-middle: 7.2.0
semver: 7.5.4
@@ -15242,16 +12502,13 @@ packages:
dev: true
/@opentelemetry/instrumentation@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-rxU72E0pKNH6ae2w5+xgVYZLzc5mlxAbGzF4shxMVK8YC2QQsfN38B2GPbj0jvrKWWNUElfclQ+YTykkNg/grw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-rxU72E0pKNH6ae2w5+xgVYZLzc5mlxAbGzF4shxMVK8YC2QQsfN38B2GPbj0jvrKWWNUElfclQ+YTykkNg/grw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.3.0
+ '@opentelemetry/api': ^1.3.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@types/shimmer": 1.0.2
+ '@opentelemetry/api': 1.4.1
+ '@types/shimmer': 1.0.2
import-in-the-middle: 1.4.2
require-in-the-middle: 7.2.0
semver: 7.5.4
@@ -15261,599 +12518,470 @@ packages:
dev: false
/@opentelemetry/otlp-exporter-base@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-VWQo7vUDyW/7/FT8RErAtM/29i/fllCc9xMtnK7kDuheAjJU68zrZ88bQOsLamHvOCU3KVpozjfTZVxZKQRYXw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-VWQo7vUDyW/7/FT8RErAtM/29i/fllCc9xMtnK7kDuheAjJU68zrZ88bQOsLamHvOCU3KVpozjfTZVxZKQRYXw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/otlp-exporter-base@0.39.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-Pv5X8fbi6jD/RJBePyn7MnCSuE6MbPB6dl+7YYBWJ5RcMGYMwvLXjd4h2jWsPV2TSUg38H/RoSP0aXvQ06Y7iw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-Pv5X8fbi6jD/RJBePyn7MnCSuE6MbPB6dl+7YYBWJ5RcMGYMwvLXjd4h2jWsPV2TSUg38H/RoSP0aXvQ06Y7iw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/otlp-exporter-base@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-pfwa6d+Dax3itZcGWiA0AoXeVaCuZbbqUTsCtOysd2re8C2PWXNxDONUfBWsn+KgxAdi+ljwTjJGiaVLDaIEvQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-pfwa6d+Dax3itZcGWiA0AoXeVaCuZbbqUTsCtOysd2re8C2PWXNxDONUfBWsn+KgxAdi+ljwTjJGiaVLDaIEvQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
/@opentelemetry/otlp-grpc-exporter-base@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-wwGxeJt80w+mIA0aE+K9OshkyEoYQrXuwXl1TNZBs9K7qE4AAiEuxU9cbd3VX3BTsp+xzNcDRWIb9WWkiU9+kA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-wwGxeJt80w+mIA0aE+K9OshkyEoYQrXuwXl1TNZBs9K7qE4AAiEuxU9cbd3VX3BTsp+xzNcDRWIb9WWkiU9+kA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@grpc/grpc-js": 1.9.0
- "@grpc/proto-loader": 0.7.8
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
+ '@grpc/grpc-js': 1.9.0
+ '@grpc/proto-loader': 0.7.8
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/otlp-grpc-exporter-base@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-OErK8dYjXG01XIMIpmOV2SzL9ctkZ0Nyhf2UumICOAKtgLvR5dG1JMlsNVp8Jn0RzpsKc6Urv7JpP69wzRXN+A==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ^1.0.0
- dependencies:
- "@grpc/grpc-js": 1.9.0
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.41.2(@opentelemetry/api@1.4.1)
+ resolution: {integrity: sha512-OErK8dYjXG01XIMIpmOV2SzL9ctkZ0Nyhf2UumICOAKtgLvR5dG1JMlsNVp8Jn0RzpsKc6Urv7JpP69wzRXN+A==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': ^1.0.0
+ dependencies:
+ '@grpc/grpc-js': 1.9.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.41.2(@opentelemetry/api@1.4.1)
protobufjs: 7.2.4
dev: false
/@opentelemetry/otlp-proto-exporter-base@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-/Z68pIgFv+IwQQfJOJQ9ga7KZ5ET2cFAnpWO9JsxrHjW9glmX+T9RgcF7rfSAFl2JSM9A+kQ11WYRjE2tNKxqg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-/Z68pIgFv+IwQQfJOJQ9ga7KZ5ET2cFAnpWO9JsxrHjW9glmX+T9RgcF7rfSAFl2JSM9A+kQ11WYRjE2tNKxqg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.38.0(@opentelemetry/api@1.4.1)
protobufjs: 7.2.4
dev: false
/@opentelemetry/otlp-proto-exporter-base@0.39.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-VssdfGYu6LkSliQATdkvoP8lPSQuNLENRdHTUOV2veF4iqY/UpxBFFlkarY29W+MYjWXIBfYntgNjQvcn78A+w==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-VssdfGYu6LkSliQATdkvoP8lPSQuNLENRdHTUOV2veF4iqY/UpxBFFlkarY29W+MYjWXIBfYntgNjQvcn78A+w==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/otlp-exporter-base": 0.39.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/otlp-exporter-base': 0.39.1(@opentelemetry/api@1.4.1)
protobufjs: 7.2.4
dev: false
/@opentelemetry/otlp-transformer@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-ykQEipby0NVSi2ih5E8J2GNJ6y9zYDPSef0nD8j33XPKxfyVG5184rUrCsh6TIk1d/GlYl8gB9Wy4TdRvwl6kA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-ykQEipby0NVSi2ih5E8J2GNJ6y9zYDPSef0nD8j33XPKxfyVG5184rUrCsh6TIk1d/GlYl8gB9Wy4TdRvwl6kA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/otlp-transformer@0.39.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-0hgVnXXz5efI382B/24NxD4b6Zxlh7nxCdJkxkdmQMbn0yRiwoq/ZT+QG8eUL6JNzsBAV1WJlF5aJNsL8skHvw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-0hgVnXXz5efI382B/24NxD4b6Zxlh7nxCdJkxkdmQMbn0yRiwoq/ZT+QG8eUL6JNzsBAV1WJlF5aJNsL8skHvw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/api-logs": 0.39.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-logs": 0.39.1(@opentelemetry/api-logs@0.39.1)(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/api-logs': 0.39.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-logs': 0.39.1(@opentelemetry/api-logs@0.39.1)(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.13.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/otlp-transformer@0.41.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-jJbPwB0tNu2v+Xi0c/v/R3YBLJKLonw1p+v3RVjT2VfzeUyzSp/tBeVdY7RZtL6dzZpA9XSmp8UEfWIFQo33yA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-jJbPwB0tNu2v+Xi0c/v/R3YBLJKLonw1p+v3RVjT2VfzeUyzSp/tBeVdY7RZtL6dzZpA9XSmp8UEfWIFQo33yA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/api-logs": 0.41.2
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-logs": 0.41.2(@opentelemetry/api-logs@0.41.2)(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/api-logs': 0.41.2
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-logs': 0.41.2(@opentelemetry/api-logs@0.41.2)(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/propagator-aws-xray@1.3.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-6fDMzFlt5r6VWv7MUd0eOpglXPFqykW8CnOuUxJ1VZyLy6mV1bzBlzpsqEmhx1bjvZYvH93vhGkQZqrm95mlrQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-6fDMzFlt5r6VWv7MUd0eOpglXPFqykW8CnOuUxJ1VZyLy6mV1bzBlzpsqEmhx1bjvZYvH93vhGkQZqrm95mlrQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/propagator-b3@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-WFcn98075QPc2zE1obhKydJHUehI5/HuLoelPEVwATj+487hjCwjHj9r2fgmQkWpvuNSB7CJaA0ys6qqq1N6lg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-WFcn98075QPc2zE1obhKydJHUehI5/HuLoelPEVwATj+487hjCwjHj9r2fgmQkWpvuNSB7CJaA0ys6qqq1N6lg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/propagator-b3@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-E05zrq0FxbalwJen8XZVfVclKmc5aqvGhMuSfXkbQ3IXC3EE1IcmJXX3T1Fum2JgeUlOt7FM90kaRG0BZ8Bgow==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-E05zrq0FxbalwJen8XZVfVclKmc5aqvGhMuSfXkbQ3IXC3EE1IcmJXX3T1Fum2JgeUlOt7FM90kaRG0BZ8Bgow==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.14.0(@opentelemetry/api@1.4.1)
dev: true
/@opentelemetry/propagator-b3@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-ZSrL3DpMEDsjD8dPt9Ze3ue53nEXJt512KyxXlLgLWnSNbe1mrWaXWkh7OLDoVJh9LqFw+tlvAhDVt/x3DaFGg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-ZSrL3DpMEDsjD8dPt9Ze3ue53nEXJt512KyxXlLgLWnSNbe1mrWaXWkh7OLDoVJh9LqFw+tlvAhDVt/x3DaFGg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/propagator-jaeger@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-ugtWF7GC6X5RIJ0+iMwW2iVAGNs206CAeq8XQ8OkJRg+v0lp4H0/i+gJ4hubTT8NIL5a3IxtIrAENPLIGdLucQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-ugtWF7GC6X5RIJ0+iMwW2iVAGNs206CAeq8XQ8OkJRg+v0lp4H0/i+gJ4hubTT8NIL5a3IxtIrAENPLIGdLucQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/propagator-jaeger@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-B70+npZ9atPdRZjZ/KY5+aiHhK1h/8kqEoPfI6p5Pv0lMgi1aCXwi8w0Cjtm89nV3OhfwNCyuR6dhoFadvO0Ew==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-B70+npZ9atPdRZjZ/KY5+aiHhK1h/8kqEoPfI6p5Pv0lMgi1aCXwi8w0Cjtm89nV3OhfwNCyuR6dhoFadvO0Ew==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.14.0(@opentelemetry/api@1.4.1)
dev: true
/@opentelemetry/propagator-jaeger@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-6m1yu7PVDIRz6BwA36lacfBZJCfAEHKgu+kSyukNwVdVjsTNeyD9xNPQnkl0WN7Rvhk8/yWJ83tLPEyGhk1wCQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-6m1yu7PVDIRz6BwA36lacfBZJCfAEHKgu+kSyukNwVdVjsTNeyD9xNPQnkl0WN7Rvhk8/yWJ83tLPEyGhk1wCQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/redis-common@0.36.1:
- resolution:
- {
- integrity: sha512-YjfNEr7DK1Ymc5H0bzhmqVvMcCs+PUEUerzrpTFdHfZxj3HpnnjZTIFKx/gxiL/sajQ8dxycjlreoYTVYKBXlw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-YjfNEr7DK1Ymc5H0bzhmqVvMcCs+PUEUerzrpTFdHfZxj3HpnnjZTIFKx/gxiL/sajQ8dxycjlreoYTVYKBXlw==}
+ engines: {node: '>=14'}
dev: false
/@opentelemetry/resource-detector-aws@1.3.1(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-1n3U0ns0xlA8EIOMY1oEP5+5rZE/nfhIld6nw8T8PK4PkS3kAQb1ZCj3RXajs3qA+qWWIaEvCNREx3A0Ifyt3Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-1n3U0ns0xlA8EIOMY1oEP5+5rZE/nfhIld6nw8T8PK4PkS3kAQb1ZCj3RXajs3qA+qWWIaEvCNREx3A0Ifyt3Q==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.0.0
+ '@opentelemetry/api': ^1.0.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
dev: false
/@opentelemetry/resources@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.12.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.12.0
dev: false
/@opentelemetry/resources@1.13.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-euqjOkiN6xhjE//0vQYGvbStxoD/WWQRhDiO0OTLlnLBO9Yw2Gd/VoSx2H+svsebjzYk5OxLuREBmcdw6rbUNg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.13.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.13.0
dev: false
/@opentelemetry/resources@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-qRfWIgBxxl3z47E036Aey0Lj2ZjlFb27Q7Xnj1y1z/P293RXJZGLtcfn/w8JF7v1Q2hs3SDGxz7Wb9Dko1YUQA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-qRfWIgBxxl3z47E036Aey0Lj2ZjlFb27Q7Xnj1y1z/P293RXJZGLtcfn/w8JF7v1Q2hs3SDGxz7Wb9Dko1YUQA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.14.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.14.0
dev: true
/@opentelemetry/resources@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
/@opentelemetry/sdk-logs@0.39.1(@opentelemetry/api-logs@0.39.1)(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-/gmgKfZ1ZVFporKuwsewqIyvaUIGpv76JZ7lBpHQQPb37IMpaXO6pdqFI4ebHAWfNIm3akMyhmdtzivcgF3lgw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-/gmgKfZ1ZVFporKuwsewqIyvaUIGpv76JZ7lBpHQQPb37IMpaXO6pdqFI4ebHAWfNIm3akMyhmdtzivcgF3lgw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.4.0 <1.5.0"
- "@opentelemetry/api-logs": ">=0.38.0"
+ '@opentelemetry/api': '>=1.4.0 <1.5.0'
+ '@opentelemetry/api-logs': '>=0.38.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/api-logs": 0.39.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/api-logs': 0.39.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.13.0(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/sdk-logs@0.41.2(@opentelemetry/api-logs@0.41.2)(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-smqKIw0tTW15waj7BAPHFomii5c3aHnSE4LQYTszGoK5P9nZs8tEAIpu15UBxi3aG31ZfsLmm4EUQkjckdlFrw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-smqKIw0tTW15waj7BAPHFomii5c3aHnSE4LQYTszGoK5P9nZs8tEAIpu15UBxi3aG31ZfsLmm4EUQkjckdlFrw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.4.0 <1.5.0"
- "@opentelemetry/api-logs": ">=0.39.1"
+ '@opentelemetry/api': '>=1.4.0 <1.5.0'
+ '@opentelemetry/api-logs': '>=0.39.1'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/api-logs": 0.41.2
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/api-logs': 0.41.2
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@opentelemetry/sdk-metrics@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-zOy88Jfk88eTxqu+9ypHLs184dGydJocSWtvWMY10QKVVaxhC3SLKa0uxI/zBtD9S+x0LP65wxrTSfSoUNtCOA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-zOy88Jfk88eTxqu+9ypHLs184dGydJocSWtvWMY10QKVVaxhC3SLKa0uxI/zBtD9S+x0LP65wxrTSfSoUNtCOA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
lodash.merge: 4.6.2
dev: false
/@opentelemetry/sdk-metrics@1.13.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-MOjZX6AnSOqLliCcZUrb+DQKjAWXBiGeICGbHAGe5w0BB18PJIeIo995lO5JSaFfHpmUMgJButTPfJJD27W3Vg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-MOjZX6AnSOqLliCcZUrb+DQKjAWXBiGeICGbHAGe5w0BB18PJIeIo995lO5JSaFfHpmUMgJButTPfJJD27W3Vg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.13.0(@opentelemetry/api@1.4.1)
lodash.merge: 4.6.2
dev: false
/@opentelemetry/sdk-metrics@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
lodash.merge: 4.6.2
dev: false
/@opentelemetry/sdk-node@0.38.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-L91SSwq5Et9348ONtQGEimSAEKaqgJxoScRgh7OB/7OlIG0Q6l/pyIGULXtZkAlMMkiWdQOiYFkLV+0LLZr+JA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-L91SSwq5Et9348ONtQGEimSAEKaqgJxoScRgh7OB/7OlIG0Q6l/pyIGULXtZkAlMMkiWdQOiYFkLV+0LLZr+JA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.3.0 <1.5.0"
+ '@opentelemetry/api': '>=1.3.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-jaeger": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-trace-otlp-grpc": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-trace-otlp-http": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-trace-otlp-proto": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-zipkin": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-node": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.12.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-jaeger': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-trace-otlp-grpc': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-trace-otlp-http': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-trace-otlp-proto': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-zipkin': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-node': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.12.0
transitivePeerDependencies:
- supports-color
dev: false
/@opentelemetry/sdk-trace-base@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.12.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.12.0
dev: false
/@opentelemetry/sdk-trace-base@1.13.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-moTiQtc0uPR1hQLt6gLDJH9IIkeBhgRb71OKjNHZPE1VF45fHtD6nBDi5J/DkTHTwYP5X3kBJLa3xN7ub6J4eg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-moTiQtc0uPR1hQLt6gLDJH9IIkeBhgRb71OKjNHZPE1VF45fHtD6nBDi5J/DkTHTwYP5X3kBJLa3xN7ub6J4eg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.13.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.13.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.13.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.13.0
dev: false
/@opentelemetry/sdk-trace-base@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-NzRGt3PS+HPKfQYMb6Iy8YYc5OKA73qDwci/6ujOIvyW9vcqBJSWbjZ8FeLEAmuatUB5WrRhEKu9b0sIiIYTrQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-NzRGt3PS+HPKfQYMb6Iy8YYc5OKA73qDwci/6ujOIvyW9vcqBJSWbjZ8FeLEAmuatUB5WrRhEKu9b0sIiIYTrQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.14.0
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.14.0
dev: true
/@opentelemetry/sdk-trace-base@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
/@opentelemetry/sdk-trace-node@1.12.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-PxpDemnNZLLeFNLAu95/K3QubjlaScXVjVQPlwPui65VRxIvxGVysnN7DFfsref+qoh1hI6nlrYSij43vxdm2w==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/context-async-hooks": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/core": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-b3": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-jaeger": 1.12.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.12.0(@opentelemetry/api@1.4.1)
+ resolution: {integrity: sha512-PxpDemnNZLLeFNLAu95/K3QubjlaScXVjVQPlwPui65VRxIvxGVysnN7DFfsref+qoh1hI6nlrYSij43vxdm2w==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/context-async-hooks': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/core': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-b3': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-jaeger': 1.12.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.12.0(@opentelemetry/api@1.4.1)
semver: 7.5.4
dev: false
/@opentelemetry/sdk-trace-node@1.14.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-t+batuETp4RBje4F5hdzPTEk/Pg/f5hu+4+x0nkUve+MVqee1yzQrly7KhwcCAlDoMjXB0cwiLBm0NcWbAW5Vw==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/context-async-hooks": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/core": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-b3": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-jaeger": 1.14.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.14.0(@opentelemetry/api@1.4.1)
+ resolution: {integrity: sha512-t+batuETp4RBje4F5hdzPTEk/Pg/f5hu+4+x0nkUve+MVqee1yzQrly7KhwcCAlDoMjXB0cwiLBm0NcWbAW5Vw==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/context-async-hooks': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/core': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-b3': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-jaeger': 1.14.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.14.0(@opentelemetry/api@1.4.1)
semver: 7.5.4
dev: true
/@opentelemetry/sdk-trace-node@1.15.2(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-5deakfKLCbPpKJRCE2GPI8LBE2LezyvR17y3t37ZI3sbaeogtyxmBaFV+slmG9fN8OaIT+EUsm1QAT1+z59gbQ==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@opentelemetry/api": ">=1.0.0 <1.5.0"
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/context-async-hooks": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-b3": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/propagator-jaeger": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
+ resolution: {integrity: sha512-5deakfKLCbPpKJRCE2GPI8LBE2LezyvR17y3t37ZI3sbaeogtyxmBaFV+slmG9fN8OaIT+EUsm1QAT1+z59gbQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@opentelemetry/api': '>=1.0.0 <1.5.0'
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/context-async-hooks': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-b3': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/propagator-jaeger': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
semver: 7.5.4
dev: false
/@opentelemetry/semantic-conventions@1.12.0:
- resolution:
- {
- integrity: sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==}
+ engines: {node: '>=14'}
dev: false
/@opentelemetry/semantic-conventions@1.13.0:
- resolution:
- {
- integrity: sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-LMGqfSZkaMQXqewO0o1wvWr/2fQdCh4a3Sqlxka/UsJCe0cfLulh6x2aqnKLnsrSGiCq5rSCwvINd152i0nCqw==}
+ engines: {node: '>=14'}
dev: false
/@opentelemetry/semantic-conventions@1.14.0:
- resolution:
- {
- integrity: sha512-rJfCY8rCWz3cb4KI6pEofnytvMPuj3YLQwoscCCYZ5DkdiPjo15IQ0US7+mjcWy9H3fcZIzf2pbJZ7ck/h4tug==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-rJfCY8rCWz3cb4KI6pEofnytvMPuj3YLQwoscCCYZ5DkdiPjo15IQ0US7+mjcWy9H3fcZIzf2pbJZ7ck/h4tug==}
+ engines: {node: '>=14'}
dev: true
/@opentelemetry/semantic-conventions@1.15.2:
- resolution:
- {
- integrity: sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==}
+ engines: {node: '>=14'}
/@opentelemetry/sql-common@0.40.0(@opentelemetry/api@1.4.1):
- resolution:
- {
- integrity: sha512-vSqRJYUPJVjMFQpYkQS3ruexCPSZJ8esne3LazLwtCPaPRvzZ7WG3tX44RouAn7w4wMp8orKguBqtt+ng2UTnw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-vSqRJYUPJVjMFQpYkQS3ruexCPSZJ8esne3LazLwtCPaPRvzZ7WG3tX44RouAn7w4wMp8orKguBqtt+ng2UTnw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@opentelemetry/api": ^1.1.0
+ '@opentelemetry/api': ^1.1.0
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
dev: false
/@panva/hkdf@1.1.1:
- resolution:
- {
- integrity: sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==
- }
+ resolution: {integrity: sha512-dhPeilub1NuIG0X5Kvhh9lH4iW3ZsHlnzwgwbOlgwQ2wG1IqFzsgHqmKPk3WzsdWAeaxKJxgM0+W433RmN45GA==}
dev: false
/@parcel/watcher-android-arm64@2.2.0:
- resolution:
- {
- integrity: sha512-nU2wh00CTQT9rr1TIKTjdQ9lAGYpmz6XuKw0nAwAN+S2A5YiD55BK1u+E5WMCT8YOIDe/n6gaj4o/Bi9294SSQ==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-nU2wh00CTQT9rr1TIKTjdQ9lAGYpmz6XuKw0nAwAN+S2A5YiD55BK1u+E5WMCT8YOIDe/n6gaj4o/Bi9294SSQ==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [android]
requiresBuild: true
@@ -15861,11 +12989,8 @@ packages:
optional: true
/@parcel/watcher-darwin-arm64@2.2.0:
- resolution:
- {
- integrity: sha512-cJl0UZDcodciy3TDMomoK/Huxpjlkkim3SyMgWzjovHGOZKNce9guLz2dzuFwfObBFCjfznbFMIvAZ5syXotYw==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-cJl0UZDcodciy3TDMomoK/Huxpjlkkim3SyMgWzjovHGOZKNce9guLz2dzuFwfObBFCjfznbFMIvAZ5syXotYw==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
@@ -15873,11 +12998,8 @@ packages:
optional: true
/@parcel/watcher-darwin-x64@2.2.0:
- resolution:
- {
- integrity: sha512-QI77zxaGrCV1StKcoRYfsUfmUmvPMPfQrubkBBy5XujV2fwaLgZivQOTQMBgp5K2+E19u1ufpspKXAPqSzpbyg==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-QI77zxaGrCV1StKcoRYfsUfmUmvPMPfQrubkBBy5XujV2fwaLgZivQOTQMBgp5K2+E19u1ufpspKXAPqSzpbyg==}
+ engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [darwin]
requiresBuild: true
@@ -15885,11 +13007,8 @@ packages:
optional: true
/@parcel/watcher-linux-arm-glibc@2.2.0:
- resolution:
- {
- integrity: sha512-I2GPBcAXazPzabCmfsa3HRRW+MGlqxYd8g8RIueJU+a4o5nyNZDz0CR1cu0INT0QSQXEZV7w6UE8Hz9CF8u3Pg==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-I2GPBcAXazPzabCmfsa3HRRW+MGlqxYd8g8RIueJU+a4o5nyNZDz0CR1cu0INT0QSQXEZV7w6UE8Hz9CF8u3Pg==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm]
os: [linux]
requiresBuild: true
@@ -15897,11 +13016,8 @@ packages:
optional: true
/@parcel/watcher-linux-arm64-glibc@2.2.0:
- resolution:
- {
- integrity: sha512-St5mlfp+2lS9AmgixUqfwJa/DwVmTCJxC1HcOubUTz6YFOKIlkHCeUa1Bxi4E/tR/HSez8+heXHL8HQkJ4Bd8g==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-St5mlfp+2lS9AmgixUqfwJa/DwVmTCJxC1HcOubUTz6YFOKIlkHCeUa1Bxi4E/tR/HSez8+heXHL8HQkJ4Bd8g==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -15909,11 +13025,8 @@ packages:
optional: true
/@parcel/watcher-linux-arm64-musl@2.2.0:
- resolution:
- {
- integrity: sha512-jS+qfhhoOBVWwMLP65MaG8xdInMK30pPW8wqTCg2AAuVJh5xepMbzkhHJ4zURqHiyY3EiIRuYu4ONJKCxt8iqA==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-jS+qfhhoOBVWwMLP65MaG8xdInMK30pPW8wqTCg2AAuVJh5xepMbzkhHJ4zURqHiyY3EiIRuYu4ONJKCxt8iqA==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
requiresBuild: true
@@ -15921,11 +13034,8 @@ packages:
optional: true
/@parcel/watcher-linux-x64-glibc@2.2.0:
- resolution:
- {
- integrity: sha512-xJvJ7R2wJdi47WZBFS691RDOWvP1j/IAs3EXaWVhDI8FFITbWrWaln7KoNcR0Y3T+ZwimFY/cfb0PNht1q895g==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-xJvJ7R2wJdi47WZBFS691RDOWvP1j/IAs3EXaWVhDI8FFITbWrWaln7KoNcR0Y3T+ZwimFY/cfb0PNht1q895g==}
+ engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -15933,11 +13043,8 @@ packages:
optional: true
/@parcel/watcher-linux-x64-musl@2.2.0:
- resolution:
- {
- integrity: sha512-D+NMpgr23a+RI5mu8ZPKWy7AqjBOkURFDgP5iIXXEf/K3hm0jJ3ogzi0Ed2237B/CdYREimCgXyeiAlE/FtwyA==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-D+NMpgr23a+RI5mu8ZPKWy7AqjBOkURFDgP5iIXXEf/K3hm0jJ3ogzi0Ed2237B/CdYREimCgXyeiAlE/FtwyA==}
+ engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
requiresBuild: true
@@ -15945,11 +13052,8 @@ packages:
optional: true
/@parcel/watcher-win32-arm64@2.2.0:
- resolution:
- {
- integrity: sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==}
+ engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [win32]
requiresBuild: true
@@ -15957,11 +13061,8 @@ packages:
optional: true
/@parcel/watcher-win32-x64@2.2.0:
- resolution:
- {
- integrity: sha512-JqGW0RJ61BkKx+yYzIURt9s53P7xMVbv0uxYPzAXLBINGaFmkIKSuUPyBVfy8TMbvp93lvF4SPBNDzVRJfvgOw==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-JqGW0RJ61BkKx+yYzIURt9s53P7xMVbv0uxYPzAXLBINGaFmkIKSuUPyBVfy8TMbvp93lvF4SPBNDzVRJfvgOw==}
+ engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [win32]
requiresBuild: true
@@ -15969,45 +13070,36 @@ packages:
optional: true
/@parcel/watcher@2.0.4:
- resolution:
- {
- integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==}
+ engines: {node: '>= 10.0.0'}
requiresBuild: true
dependencies:
node-addon-api: 3.2.1
node-gyp-build: 4.6.0
/@parcel/watcher@2.2.0:
- resolution:
- {
- integrity: sha512-71S4TF+IMyAn24PK4KSkdKtqJDR3zRzb0HE3yXpacItqTM7XfF2f5q9NEGLEVl0dAaBAGfNwDCjH120y25F6Tg==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-71S4TF+IMyAn24PK4KSkdKtqJDR3zRzb0HE3yXpacItqTM7XfF2f5q9NEGLEVl0dAaBAGfNwDCjH120y25F6Tg==}
+ engines: {node: '>= 10.0.0'}
dependencies:
detect-libc: 1.0.3
is-glob: 4.0.3
micromatch: 4.0.5
node-addon-api: 7.0.0
optionalDependencies:
- "@parcel/watcher-android-arm64": 2.2.0
- "@parcel/watcher-darwin-arm64": 2.2.0
- "@parcel/watcher-darwin-x64": 2.2.0
- "@parcel/watcher-linux-arm-glibc": 2.2.0
- "@parcel/watcher-linux-arm64-glibc": 2.2.0
- "@parcel/watcher-linux-arm64-musl": 2.2.0
- "@parcel/watcher-linux-x64-glibc": 2.2.0
- "@parcel/watcher-linux-x64-musl": 2.2.0
- "@parcel/watcher-win32-arm64": 2.2.0
- "@parcel/watcher-win32-x64": 2.2.0
+ '@parcel/watcher-android-arm64': 2.2.0
+ '@parcel/watcher-darwin-arm64': 2.2.0
+ '@parcel/watcher-darwin-x64': 2.2.0
+ '@parcel/watcher-linux-arm-glibc': 2.2.0
+ '@parcel/watcher-linux-arm64-glibc': 2.2.0
+ '@parcel/watcher-linux-arm64-musl': 2.2.0
+ '@parcel/watcher-linux-x64-glibc': 2.2.0
+ '@parcel/watcher-linux-x64-musl': 2.2.0
+ '@parcel/watcher-win32-arm64': 2.2.0
+ '@parcel/watcher-win32-x64': 2.2.0
dev: true
/@peculiar/asn1-schema@2.3.6:
- resolution:
- {
- integrity: sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA==
- }
+ resolution: {integrity: sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA==}
dependencies:
asn1js: 3.0.5
pvtsutils: 1.3.3
@@ -16015,34 +13107,25 @@ packages:
dev: true
/@peculiar/json-schema@1.1.12:
- resolution:
- {
- integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==}
+ engines: {node: '>=8.0.0'}
dependencies:
tslib: 2.6.1
dev: true
/@peculiar/webcrypto@1.4.3:
- resolution:
- {
- integrity: sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==
- }
- engines: { node: ">=10.12.0" }
- dependencies:
- "@peculiar/asn1-schema": 2.3.6
- "@peculiar/json-schema": 1.1.12
+ resolution: {integrity: sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==}
+ engines: {node: '>=10.12.0'}
+ dependencies:
+ '@peculiar/asn1-schema': 2.3.6
+ '@peculiar/json-schema': 1.1.12
pvtsutils: 1.3.3
tslib: 2.6.1
webcrypto-core: 1.7.7
dev: true
/@phenomnomnominal/tsquery@5.0.1(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==
- }
+ resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==}
peerDependencies:
typescript: ^3 || ^4 || ^5
dependencies:
@@ -16051,10 +13134,7 @@ packages:
dev: true
/@phenomnomnominal/tsquery@5.0.1(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==
- }
+ resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==}
peerDependencies:
typescript: ^3 || ^4 || ^5
dependencies:
@@ -16063,31 +13143,25 @@ packages:
dev: true
/@pkgjs/parseargs@0.11.0:
- resolution:
- {
- integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
+ engines: {node: '>=14'}
requiresBuild: true
optional: true
/@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.11.0)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==
- }
- engines: { node: ">= 10.13" }
- peerDependencies:
- "@types/webpack": 4.x || 5.x
- react-refresh: ">=0.10.0 <1.0.0"
+ resolution: {integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==}
+ engines: {node: '>= 10.13'}
+ peerDependencies:
+ '@types/webpack': 4.x || 5.x
+ react-refresh: '>=0.10.0 <1.0.0'
sockjs-client: ^1.4.0
- type-fest: ">=0.17.0 <5.0.0"
- webpack: ">=4.43.0 <6.0.0"
+ type-fest: '>=0.17.0 <5.0.0'
+ webpack: '>=4.43.0 <6.0.0'
webpack-dev-server: 3.x || 4.x
webpack-hot-middleware: 2.x
webpack-plugin-serve: 0.x || 1.x
peerDependenciesMeta:
- "@types/webpack":
+ '@types/webpack':
optional: true
sockjs-client:
optional: true
@@ -16110,103 +13184,79 @@ packages:
react-refresh: 0.11.0
schema-utils: 3.3.0
source-map: 0.7.4
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/@pnpm/config.env-replace@1.1.0:
- resolution:
- {
- integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==
- }
- engines: { node: ">=12.22.0" }
+ resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==}
+ engines: {node: '>=12.22.0'}
dev: true
/@pnpm/network.ca-file@1.0.2:
- resolution:
- {
- integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==
- }
- engines: { node: ">=12.22.0" }
+ resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==}
+ engines: {node: '>=12.22.0'}
dependencies:
graceful-fs: 4.2.10
dev: true
/@pnpm/npm-conf@2.2.2:
- resolution:
- {
- integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==
- }
- engines: { node: ">=12" }
- dependencies:
- "@pnpm/config.env-replace": 1.1.0
- "@pnpm/network.ca-file": 1.0.2
+ resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@pnpm/config.env-replace': 1.1.0
+ '@pnpm/network.ca-file': 1.0.2
config-chain: 1.1.13
dev: true
/@polka/url@1.0.0-next.21:
- resolution:
- {
- integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
- }
+ resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
/@pothos/core@3.30.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ZUL2YTv3ODeKBkhkVcEO03lcERdqQaG2zfylNpkrY9ryAIhOuN9Pbo+VnfqhqEQx7jM/56Rro7i9AuhzF0Q3tA==
- }
+ resolution: {integrity: sha512-ZUL2YTv3ODeKBkhkVcEO03lcERdqQaG2zfylNpkrY9ryAIhOuN9Pbo+VnfqhqEQx7jM/56Rro7i9AuhzF0Q3tA==}
peerDependencies:
- graphql: ">=15.1.0"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
/@pothos/plugin-errors@3.11.1(@pothos/core@3.30.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ty+L1yfGartuuIMszGZyDQtzwpt/7ijVbnmGfOZdcQZOlk1P0MUr1iJ56Z5QhaHwZuwyVBF17gwP7ZroGs9htg==
- }
+ resolution: {integrity: sha512-ty+L1yfGartuuIMszGZyDQtzwpt/7ijVbnmGfOZdcQZOlk1P0MUr1iJ56Z5QhaHwZuwyVBF17gwP7ZroGs9htg==}
peerDependencies:
- "@pothos/core": "*"
- graphql: ">=15.1.0"
+ '@pothos/core': '*'
+ graphql: ^16.8.0
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
+ '@pothos/core': 3.30.0(graphql@16.8.0)
graphql: 16.8.0
dev: true
/@pothos/plugin-prisma-utils@0.10.0(@pothos/core@3.30.0)(@pothos/plugin-prisma@3.53.0)(@prisma/client@5.2.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-cDQ8mMDOvsHeI98SrMzVuMT/yfN+GIvmIu4QD5/05n9f5Qeg3wPl3/DK9QXRfG4FA8qiWQpw8q5JrGhGp+Vh8Q==
- }
- peerDependencies:
- "@pothos/core": "*"
- "@pothos/plugin-prisma": "*"
- "@prisma/client": "*"
- graphql: ">=15.1.0"
- dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
- "@pothos/plugin-prisma": 3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta)
- "@prisma/client": 5.2.0(prisma@5.2.0)
- "@prisma/generator-helper": 4.16.2
+ resolution: {integrity: sha512-cDQ8mMDOvsHeI98SrMzVuMT/yfN+GIvmIu4QD5/05n9f5Qeg3wPl3/DK9QXRfG4FA8qiWQpw8q5JrGhGp+Vh8Q==}
+ peerDependencies:
+ '@pothos/core': '*'
+ '@pothos/plugin-prisma': '*'
+ '@prisma/client': '*'
+ graphql: ^16.8.0
+ dependencies:
+ '@pothos/core': 3.30.0(graphql@16.8.0)
+ '@pothos/plugin-prisma': 3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta)
+ '@prisma/client': 5.2.0(prisma@5.2.0)
+ '@prisma/generator-helper': 4.16.2
graphql: 16.8.0
transitivePeerDependencies:
- supports-color
dev: true
/@pothos/plugin-prisma@3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-ANUcQ4l5EFNK70D0YbYi8wadCi3ktX+z07xBf5RDhfm295Sshm4+gxOlJ9LRXobbT2XoWusoWAAbxK2g0J5xIQ==
- }
+ resolution: {integrity: sha512-ANUcQ4l5EFNK70D0YbYi8wadCi3ktX+z07xBf5RDhfm295Sshm4+gxOlJ9LRXobbT2XoWusoWAAbxK2g0J5xIQ==}
hasBin: true
peerDependencies:
- "@pothos/core": "*"
- "@prisma/client": "*"
- graphql: ">=15.1.0"
- typescript: ">=4.7.2"
+ '@pothos/core': '*'
+ '@prisma/client': '*'
+ graphql: ^16.8.0
+ typescript: '>=4.7.2'
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
- "@prisma/client": 5.2.0(prisma@5.2.0)
- "@prisma/generator-helper": 5.2.0
+ '@pothos/core': 3.30.0(graphql@16.8.0)
+ '@prisma/client': 5.2.0(prisma@5.2.0)
+ '@prisma/generator-helper': 5.2.0
graphql: 16.8.0
typescript: 5.2.0-beta
transitivePeerDependencies:
@@ -16214,69 +13264,54 @@ packages:
dev: true
/@pothos/plugin-relay@3.43.0(@pothos/core@3.30.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-435jODSgj29IRgHlQjfLUoaTcg1FodqkOaNA0T0IZmjgmS8+2GxqYscRrZWQU7Ufr1MLRvGXOQ+14ri2jw5geQ==
- }
+ resolution: {integrity: sha512-435jODSgj29IRgHlQjfLUoaTcg1FodqkOaNA0T0IZmjgmS8+2GxqYscRrZWQU7Ufr1MLRvGXOQ+14ri2jw5geQ==}
peerDependencies:
- "@pothos/core": "*"
- graphql: ">=15.1.0"
+ '@pothos/core': '*'
+ graphql: ^16.8.0
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
+ '@pothos/core': 3.30.0(graphql@16.8.0)
graphql: 16.8.0
dev: true
/@pothos/plugin-simple-objects@3.7.0(@pothos/core@3.30.0)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-CgZJLaHLt1Q30j+XCiWV6qVJcae1ksiUFdi8kz4sEsOhCNfdVwz64s8rx7SSqsdmPbjb68dJIDKpq2Qg9VZb8g==
- }
+ resolution: {integrity: sha512-CgZJLaHLt1Q30j+XCiWV6qVJcae1ksiUFdi8kz4sEsOhCNfdVwz64s8rx7SSqsdmPbjb68dJIDKpq2Qg9VZb8g==}
peerDependencies:
- "@pothos/core": "*"
- graphql: ">=15.1.0"
+ '@pothos/core': '*'
+ graphql: ^16.8.0
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
+ '@pothos/core': 3.30.0(graphql@16.8.0)
graphql: 16.8.0
dev: true
/@pothos/plugin-validation@3.9.2(@pothos/core@3.30.0)(graphql@16.8.0)(zod@3.21.4):
- resolution:
- {
- integrity: sha512-BOWcjFqCqbzsnMtcywmG39ojlvc9/1nsubNxuhC4pb+Lka9Yw8ET7OF8EmMRY9WfXD+LVyQkhSlBV6b2j9GDJA==
- }
+ resolution: {integrity: sha512-BOWcjFqCqbzsnMtcywmG39ojlvc9/1nsubNxuhC4pb+Lka9Yw8ET7OF8EmMRY9WfXD+LVyQkhSlBV6b2j9GDJA==}
peerDependencies:
- "@pothos/core": "*"
- graphql: ">=15.1.0"
- zod: "*"
+ '@pothos/core': '*'
+ graphql: ^16.8.0
+ zod: '*'
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
+ '@pothos/core': 3.30.0(graphql@16.8.0)
graphql: 16.8.0
zod: 3.21.4
dev: true
/@prisma/client@5.2.0(prisma@5.2.0):
- resolution:
- {
- integrity: sha512-AiTjJwR4J5Rh6Z/9ZKrBBLel3/5DzUNntMohOy7yObVnVoTNVFi2kvpLZlFuKO50d7yDspOtW6XBpiAd0BVXbQ==
- }
- engines: { node: ">=16.13" }
+ resolution: {integrity: sha512-AiTjJwR4J5Rh6Z/9ZKrBBLel3/5DzUNntMohOy7yObVnVoTNVFi2kvpLZlFuKO50d7yDspOtW6XBpiAd0BVXbQ==}
+ engines: {node: '>=16.13'}
requiresBuild: true
peerDependencies:
- prisma: "*"
+ prisma: '*'
peerDependenciesMeta:
prisma:
optional: true
dependencies:
- "@prisma/engines-version": 5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f
+ '@prisma/engines-version': 5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f
prisma: 5.2.0
/@prisma/debug@3.15.2:
- resolution:
- {
- integrity: sha512-Uw6RkJmHolxXNifohIY9TIBRNWR2ciDY9LErPm6jymBs3mevLCUWm4m5AlyWyhKFWl0crUtwbAWE8Z79JiNRcw==
- }
+ resolution: {integrity: sha512-Uw6RkJmHolxXNifohIY9TIBRNWR2ciDY9LErPm6jymBs3mevLCUWm4m5AlyWyhKFWl0crUtwbAWE8Z79JiNRcw==}
dependencies:
- "@types/debug": 4.1.7
+ '@types/debug': 4.1.7
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -16284,23 +13319,17 @@ packages:
dev: false
/@prisma/debug@3.8.1:
- resolution:
- {
- integrity: sha512-ft4VPTYME1UBJ7trfrBuF2w9jX1ipDy786T9fAEskNGb+y26gPDqz5fiEWc2kgHNeVdz/qTI/V3wXILRyEcgxQ==
- }
+ resolution: {integrity: sha512-ft4VPTYME1UBJ7trfrBuF2w9jX1ipDy786T9fAEskNGb+y26gPDqz5fiEWc2kgHNeVdz/qTI/V3wXILRyEcgxQ==}
dependencies:
- "@types/debug": 4.1.7
+ '@types/debug': 4.1.7
ms: 2.1.3
strip-ansi: 6.0.1
dev: true
/@prisma/debug@4.13.0:
- resolution:
- {
- integrity: sha512-JrltTewF/paRb5mcM5OvcEi9DtdX0sINOAswruxKQrwOLA7Phqb52OfY38MIzGrsrJ8iUGVqQ5bpYZYpxOGCsQ==
- }
+ resolution: {integrity: sha512-JrltTewF/paRb5mcM5OvcEi9DtdX0sINOAswruxKQrwOLA7Phqb52OfY38MIzGrsrJ8iUGVqQ5bpYZYpxOGCsQ==}
dependencies:
- "@types/debug": 4.1.7
+ '@types/debug': 4.1.7
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -16308,12 +13337,9 @@ packages:
dev: true
/@prisma/debug@4.16.2:
- resolution:
- {
- integrity: sha512-7L7WbG0qNNZYgLpsVB8rCHCXEyHFyIycRlRDNwkVfjQmACC2OW6AWCYCbfdjQhkF/t7+S3njj8wAWAocSs+Brw==
- }
+ resolution: {integrity: sha512-7L7WbG0qNNZYgLpsVB8rCHCXEyHFyIycRlRDNwkVfjQmACC2OW6AWCYCbfdjQhkF/t7+S3njj8wAWAocSs+Brw==}
dependencies:
- "@types/debug": 4.1.8
+ '@types/debug': 4.1.8
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -16321,12 +13347,9 @@ packages:
dev: true
/@prisma/debug@4.3.0:
- resolution:
- {
- integrity: sha512-9Q7PKvJMAOBC+UQ/hdQwbtqIBg/TLnKYfxB1TmENdkiPFR0SuNPQFzybClCJoc1l6Bal5+ZjQBAVIO8zTVGMNQ==
- }
+ resolution: {integrity: sha512-9Q7PKvJMAOBC+UQ/hdQwbtqIBg/TLnKYfxB1TmENdkiPFR0SuNPQFzybClCJoc1l6Bal5+ZjQBAVIO8zTVGMNQ==}
dependencies:
- "@types/debug": 4.1.7
+ '@types/debug': 4.1.7
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -16334,12 +13357,9 @@ packages:
dev: true
/@prisma/debug@5.1.1:
- resolution:
- {
- integrity: sha512-R9e2Tn8f+ujVjwn6ne1YkXY35BXzUmxJbGsmD1c8RAZ/NXgbYktEFAwIkOZn5H5zRfY2VDSBvGI6TFpnOu50cg==
- }
+ resolution: {integrity: sha512-R9e2Tn8f+ujVjwn6ne1YkXY35BXzUmxJbGsmD1c8RAZ/NXgbYktEFAwIkOZn5H5zRfY2VDSBvGI6TFpnOu50cg==}
dependencies:
- "@types/debug": 4.1.8
+ '@types/debug': 4.1.8
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -16347,29 +13367,23 @@ packages:
dev: true
/@prisma/debug@5.2.0:
- resolution:
- {
- integrity: sha512-dOrNOA8B65l3dCp2r3gn5A5dbMXNbEixO3JAaMWiS2q03qMU3/R9oNv86H2c1i3GSwQglH5gjwpkA9olp/+h1A==
- }
+ resolution: {integrity: sha512-dOrNOA8B65l3dCp2r3gn5A5dbMXNbEixO3JAaMWiS2q03qMU3/R9oNv86H2c1i3GSwQglH5gjwpkA9olp/+h1A==}
dependencies:
- "@types/debug": 4.1.8
+ '@types/debug': 4.1.8
debug: 4.3.4(supports-color@8.1.1)
strip-ansi: 6.0.1
transitivePeerDependencies:
- supports-color
/@prisma/engine-core@4.13.0:
- resolution:
- {
- integrity: sha512-D+jooGRXKAZcsBanhvFhqXMvNEiNaP+OaOvFOM/eKQQXM0FwtKc27l7mQFv4dd/zOufr5T+fJyrTTQhWyV8oFg==
- }
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
- "@prisma/debug": 4.13.0
- "@prisma/engines": 4.13.0
- "@prisma/generator-helper": 4.13.0
- "@prisma/get-platform": 4.13.0
+ resolution: {integrity: sha512-D+jooGRXKAZcsBanhvFhqXMvNEiNaP+OaOvFOM/eKQQXM0FwtKc27l7mQFv4dd/zOufr5T+fJyrTTQhWyV8oFg==}
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
+ '@prisma/debug': 4.13.0
+ '@prisma/engines': 4.13.0
+ '@prisma/generator-helper': 4.13.0
+ '@prisma/get-platform': 4.13.0
chalk: 4.1.2
execa: 5.1.1
get-stream: 6.0.1
@@ -16384,17 +13398,14 @@ packages:
dev: true
/@prisma/engine-core@4.3.0:
- resolution:
- {
- integrity: sha512-03bYLEKbdwmk6TBIbznkcEUEPXmhPFjVIDsxscevwWaOZ8VPDUNmTsA1+kcj4S4TeQvkOr5j9MRs48CcUSVtZA==
- }
- dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
- "@prisma/debug": 4.3.0
- "@prisma/engines": 4.3.0
- "@prisma/generator-helper": 4.3.0
- "@prisma/get-platform": 4.3.0
+ resolution: {integrity: sha512-03bYLEKbdwmk6TBIbznkcEUEPXmhPFjVIDsxscevwWaOZ8VPDUNmTsA1+kcj4S4TeQvkOr5j9MRs48CcUSVtZA==}
+ dependencies:
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
+ '@prisma/debug': 4.3.0
+ '@prisma/engines': 4.3.0
+ '@prisma/generator-helper': 4.3.0
+ '@prisma/get-platform': 4.3.0
chalk: 4.1.2
execa: 5.1.1
get-stream: 6.0.1
@@ -16408,50 +13419,32 @@ packages:
dev: true
/@prisma/engines-version@5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f:
- resolution:
- {
- integrity: sha512-jsnKT5JIDIE01lAeCj2ghY9IwxkedhKNvxQeoyLs6dr4ZXynetD0vTy7u6wMJt8vVPv8I5DPy/I4CFaoXAgbtg==
- }
+ resolution: {integrity: sha512-jsnKT5JIDIE01lAeCj2ghY9IwxkedhKNvxQeoyLs6dr4ZXynetD0vTy7u6wMJt8vVPv8I5DPy/I4CFaoXAgbtg==}
/@prisma/engines@4.13.0:
- resolution:
- {
- integrity: sha512-HrniowHRZXHuGT9XRgoXEaP2gJLXM5RMoItaY2PkjvuZ+iHc0Zjbm/302MB8YsPdWozAPHHn+jpFEcEn71OgPw==
- }
+ resolution: {integrity: sha512-HrniowHRZXHuGT9XRgoXEaP2gJLXM5RMoItaY2PkjvuZ+iHc0Zjbm/302MB8YsPdWozAPHHn+jpFEcEn71OgPw==}
requiresBuild: true
dev: true
/@prisma/engines@4.3.0:
- resolution:
- {
- integrity: sha512-JAyU7+QEpLkVtgVMYBSPQt9sUcgFqA/MdD4mK7yx+ZyDfHQlP+nT1rmqFPZ3MofR0mAha7nr3rx0ZNN46gLp9Q==
- }
+ resolution: {integrity: sha512-JAyU7+QEpLkVtgVMYBSPQt9sUcgFqA/MdD4mK7yx+ZyDfHQlP+nT1rmqFPZ3MofR0mAha7nr3rx0ZNN46gLp9Q==}
requiresBuild: true
dev: true
/@prisma/engines@5.1.1:
- resolution:
- {
- integrity: sha512-NV/4nVNWFZSJCCIA3HIFJbbDKO/NARc9ej0tX5S9k2EVbkrFJC4Xt9b0u4rNZWL4V+F5LAjvta8vzEUw0rw+HA==
- }
+ resolution: {integrity: sha512-NV/4nVNWFZSJCCIA3HIFJbbDKO/NARc9ej0tX5S9k2EVbkrFJC4Xt9b0u4rNZWL4V+F5LAjvta8vzEUw0rw+HA==}
requiresBuild: true
dev: true
/@prisma/engines@5.2.0:
- resolution:
- {
- integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==
- }
+ resolution: {integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==}
requiresBuild: true
/@prisma/fetch-engine@4.13.0:
- resolution:
- {
- integrity: sha512-khMMm3I8nMUgwd7DoM1wBFjMKn/Z5PZF27EMQGPtquM1nRt601blJbep0qodXR7oHioQolCK8gfbw5Hfdml1mg==
- }
+ resolution: {integrity: sha512-khMMm3I8nMUgwd7DoM1wBFjMKn/Z5PZF27EMQGPtquM1nRt601blJbep0qodXR7oHioQolCK8gfbw5Hfdml1mg==}
dependencies:
- "@prisma/debug": 4.13.0
- "@prisma/get-platform": 4.13.0
+ '@prisma/debug': 4.13.0
+ '@prisma/get-platform': 4.13.0
chalk: 4.1.2
execa: 5.1.1
find-cache-dir: 3.3.2
@@ -16473,13 +13466,10 @@ packages:
dev: true
/@prisma/fetch-engine@4.3.0:
- resolution:
- {
- integrity: sha512-fLn1FOnVGl8DcV58WUogHd/pR+YpZCU+gmAt38BB6KpFKS4zgU+DK1G3YjK/Q7kdtq3wky+qrtFppK1WCJ7Jdg==
- }
+ resolution: {integrity: sha512-fLn1FOnVGl8DcV58WUogHd/pR+YpZCU+gmAt38BB6KpFKS4zgU+DK1G3YjK/Q7kdtq3wky+qrtFppK1WCJ7Jdg==}
dependencies:
- "@prisma/debug": 4.3.0
- "@prisma/get-platform": 4.3.0
+ '@prisma/debug': 4.3.0
+ '@prisma/get-platform': 4.3.0
chalk: 4.1.2
execa: 5.1.1
find-cache-dir: 3.3.2
@@ -16501,13 +13491,10 @@ packages:
dev: true
/@prisma/fetch-engine@5.1.1:
- resolution:
- {
- integrity: sha512-75aKd1QAk0ChoKcpq8J3UeFCL6MfE4ETpnrqjS6x/IoscEWDhS4xoLP8+cctROUG46YExwV5ptuBUawVhGi/Jw==
- }
+ resolution: {integrity: sha512-75aKd1QAk0ChoKcpq8J3UeFCL6MfE4ETpnrqjS6x/IoscEWDhS4xoLP8+cctROUG46YExwV5ptuBUawVhGi/Jw==}
dependencies:
- "@prisma/debug": 5.1.1
- "@prisma/get-platform": 5.1.1
+ '@prisma/debug': 5.1.1
+ '@prisma/get-platform': 5.1.1
execa: 5.1.1
find-cache-dir: 3.3.2
fs-extra: 11.1.1
@@ -16529,13 +13516,10 @@ packages:
dev: true
/@prisma/generator-helper@3.15.2:
- resolution:
- {
- integrity: sha512-G6oKBowE+IwBdQUL5pOHuDrOgVQZVcsA3w1E52P5MeUqWhOtvtrewNBlqvsgyX9IiE35bzHQWIwxGfc0gzPUng==
- }
+ resolution: {integrity: sha512-G6oKBowE+IwBdQUL5pOHuDrOgVQZVcsA3w1E52P5MeUqWhOtvtrewNBlqvsgyX9IiE35bzHQWIwxGfc0gzPUng==}
dependencies:
- "@prisma/debug": 3.15.2
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 3.15.2
+ '@types/cross-spawn': 6.0.2
chalk: 4.1.2
cross-spawn: 7.0.3
transitivePeerDependencies:
@@ -16543,25 +13527,19 @@ packages:
dev: false
/@prisma/generator-helper@3.8.1:
- resolution:
- {
- integrity: sha512-3zSy+XTEjmjLj6NO+/YPN1Cu7or3xA11TOoOnLRJ9G4pTT67RJXjK0L9Xy5n+3I0Xlb7xrWCgo8MvQQLMWzxPA==
- }
+ resolution: {integrity: sha512-3zSy+XTEjmjLj6NO+/YPN1Cu7or3xA11TOoOnLRJ9G4pTT67RJXjK0L9Xy5n+3I0Xlb7xrWCgo8MvQQLMWzxPA==}
dependencies:
- "@prisma/debug": 3.8.1
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 3.8.1
+ '@types/cross-spawn': 6.0.2
chalk: 4.1.2
cross-spawn: 7.0.3
dev: true
/@prisma/generator-helper@4.13.0:
- resolution:
- {
- integrity: sha512-Zx9rtbsEIU/9DKnGRvmjLdyeyhzeeXNFp1alkRh1w//rQ5jTcobiay/jU4Qo+EQOs2bnWEfUeiBoOjfaysdLNg==
- }
+ resolution: {integrity: sha512-Zx9rtbsEIU/9DKnGRvmjLdyeyhzeeXNFp1alkRh1w//rQ5jTcobiay/jU4Qo+EQOs2bnWEfUeiBoOjfaysdLNg==}
dependencies:
- "@prisma/debug": 4.13.0
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 4.13.0
+ '@types/cross-spawn': 6.0.2
chalk: 4.1.2
cross-spawn: 7.0.3
transitivePeerDependencies:
@@ -16569,13 +13547,10 @@ packages:
dev: true
/@prisma/generator-helper@4.16.2:
- resolution:
- {
- integrity: sha512-bMOH7y73Ui7gpQrioFeavMQA+Tf8ksaVf8Nhs9rQNzuSg8SSV6E9baczob0L5KGZTSgYoqnrRxuo03kVJYrnIg==
- }
+ resolution: {integrity: sha512-bMOH7y73Ui7gpQrioFeavMQA+Tf8ksaVf8Nhs9rQNzuSg8SSV6E9baczob0L5KGZTSgYoqnrRxuo03kVJYrnIg==}
dependencies:
- "@prisma/debug": 4.16.2
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 4.16.2
+ '@types/cross-spawn': 6.0.2
cross-spawn: 7.0.3
kleur: 4.1.5
transitivePeerDependencies:
@@ -16583,13 +13558,10 @@ packages:
dev: true
/@prisma/generator-helper@4.3.0:
- resolution:
- {
- integrity: sha512-GeEtQ0WszJpzP03PNpNr+oB4WHYZ4GyHx9wJgJl3cbXfwmOHD0z/H5A8ZidD1Ix3RdnBM1d0R0BjSijHRrr3Nw==
- }
+ resolution: {integrity: sha512-GeEtQ0WszJpzP03PNpNr+oB4WHYZ4GyHx9wJgJl3cbXfwmOHD0z/H5A8ZidD1Ix3RdnBM1d0R0BjSijHRrr3Nw==}
dependencies:
- "@prisma/debug": 4.3.0
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 4.3.0
+ '@types/cross-spawn': 6.0.2
chalk: 4.1.2
cross-spawn: 7.0.3
transitivePeerDependencies:
@@ -16597,13 +13569,10 @@ packages:
dev: true
/@prisma/generator-helper@5.1.1:
- resolution:
- {
- integrity: sha512-Qk9iiVk4JZQYZrYsc1Wx9fXFFnS1AH4T7WyLxCIFnX/end0K5tOK75Qxv6mjZAHE0XUGrzoTlZUkbSDVYz/CvQ==
- }
+ resolution: {integrity: sha512-Qk9iiVk4JZQYZrYsc1Wx9fXFFnS1AH4T7WyLxCIFnX/end0K5tOK75Qxv6mjZAHE0XUGrzoTlZUkbSDVYz/CvQ==}
dependencies:
- "@prisma/debug": 5.1.1
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 5.1.1
+ '@types/cross-spawn': 6.0.2
cross-spawn: 7.0.3
kleur: 4.1.5
transitivePeerDependencies:
@@ -16611,25 +13580,19 @@ packages:
dev: true
/@prisma/generator-helper@5.2.0:
- resolution:
- {
- integrity: sha512-jju+nGe8IgwDhs412sx6PSk5efkuoBqHOJSqbRBb9Y/fMfeDRGLVdwia8Hj+PKmd/YXrqFgBd4NDeFxeCcVVqw==
- }
+ resolution: {integrity: sha512-jju+nGe8IgwDhs412sx6PSk5efkuoBqHOJSqbRBb9Y/fMfeDRGLVdwia8Hj+PKmd/YXrqFgBd4NDeFxeCcVVqw==}
dependencies:
- "@prisma/debug": 5.2.0
- "@types/cross-spawn": 6.0.2
+ '@prisma/debug': 5.2.0
+ '@types/cross-spawn': 6.0.2
cross-spawn: 7.0.3
kleur: 4.1.5
transitivePeerDependencies:
- supports-color
/@prisma/get-platform@4.13.0:
- resolution:
- {
- integrity: sha512-HWBgQNpRi1qEXj24w/qsWCpTW4vKP2/pdiYTyl2SSEVoK4o5izHUt0PQzNl5St5CGr4SDcSyi0C3fXINd46c6A==
- }
+ resolution: {integrity: sha512-HWBgQNpRi1qEXj24w/qsWCpTW4vKP2/pdiYTyl2SSEVoK4o5izHUt0PQzNl5St5CGr4SDcSyi0C3fXINd46c6A==}
dependencies:
- "@prisma/debug": 4.13.0
+ '@prisma/debug': 4.13.0
chalk: 4.1.2
escape-string-regexp: 4.0.0
execa: 5.1.1
@@ -16644,23 +13607,17 @@ packages:
dev: true
/@prisma/get-platform@4.3.0:
- resolution:
- {
- integrity: sha512-mcicrI1qQcvpSW5XJAOMJxGXzcy8GA+5P5Z7MkuKi/H70kNTS1NVaHQBB3y92TouUh8dSmysT6w24iNtdLs/ig==
- }
+ resolution: {integrity: sha512-mcicrI1qQcvpSW5XJAOMJxGXzcy8GA+5P5Z7MkuKi/H70kNTS1NVaHQBB3y92TouUh8dSmysT6w24iNtdLs/ig==}
dependencies:
- "@prisma/debug": 4.3.0
+ '@prisma/debug': 4.3.0
transitivePeerDependencies:
- supports-color
dev: true
/@prisma/get-platform@5.1.1:
- resolution:
- {
- integrity: sha512-AH3rafdGQ0WWZMGCrGXPg49Ebd7G/ZT8HL+WR9cqr+i5/g+95dPpMNZjuPt6doAM6EdbrlFj4M08a0x4Fazm4g==
- }
+ resolution: {integrity: sha512-AH3rafdGQ0WWZMGCrGXPg49Ebd7G/ZT8HL+WR9cqr+i5/g+95dPpMNZjuPt6doAM6EdbrlFj4M08a0x4Fazm4g==}
dependencies:
- "@prisma/debug": 5.1.1
+ '@prisma/debug': 5.1.1
escape-string-regexp: 4.0.0
execa: 5.1.1
fs-jetpack: 5.1.0
@@ -16675,19 +13632,16 @@ packages:
dev: true
/@prisma/internals@4.13.0:
- resolution:
- {
- integrity: sha512-TxdTQFJO0zMCx0Tgb6UZt3WsVt+etvtWx+LaSWf4Pk1ECGte5w+9iiuypwjiLortSn7qm6n5KVWTXFOnnZr4Ww==
- }
- dependencies:
- "@prisma/debug": 4.13.0
- "@prisma/engine-core": 4.13.0
- "@prisma/engines": 4.13.0
- "@prisma/fetch-engine": 4.13.0
- "@prisma/generator-helper": 4.13.0
- "@prisma/get-platform": 4.13.0
- "@prisma/ni": 4.13.0
- "@prisma/prisma-fmt-wasm": 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
+ resolution: {integrity: sha512-TxdTQFJO0zMCx0Tgb6UZt3WsVt+etvtWx+LaSWf4Pk1ECGte5w+9iiuypwjiLortSn7qm6n5KVWTXFOnnZr4Ww==}
+ dependencies:
+ '@prisma/debug': 4.13.0
+ '@prisma/engine-core': 4.13.0
+ '@prisma/engines': 4.13.0
+ '@prisma/fetch-engine': 4.13.0
+ '@prisma/generator-helper': 4.13.0
+ '@prisma/get-platform': 4.13.0
+ '@prisma/ni': 4.13.0
+ '@prisma/prisma-fmt-wasm': 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
archiver: 5.3.1
arg: 5.0.2
chalk: 4.1.2
@@ -16701,7 +13655,7 @@ packages:
fs-extra: 11.1.1
fs-jetpack: 5.1.0
global-dirs: 3.0.1
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
has-yarn: 2.1.0
is-windows: 1.0.2
is-wsl: 2.2.0
@@ -16730,18 +13684,15 @@ packages:
dev: true
/@prisma/internals@4.3.0:
- resolution:
- {
- integrity: sha512-kU6AAayAPbwSXHR3dMbKPpEZzdl0vFn4oSnc2FZ7Rc86j1Yl2t3CVx6YwBHRnpO7deBrT6kjSVM3Aw3J958D9w==
- }
- dependencies:
- "@prisma/debug": 4.3.0
- "@prisma/engine-core": 4.3.0
- "@prisma/engines": 4.3.0
- "@prisma/fetch-engine": 4.3.0
- "@prisma/generator-helper": 4.3.0
- "@prisma/get-platform": 4.3.0
- "@prisma/prisma-fmt-wasm": 4.3.0-32.c875e43600dfe042452e0b868f7a48b817b9640b
+ resolution: {integrity: sha512-kU6AAayAPbwSXHR3dMbKPpEZzdl0vFn4oSnc2FZ7Rc86j1Yl2t3CVx6YwBHRnpO7deBrT6kjSVM3Aw3J958D9w==}
+ dependencies:
+ '@prisma/debug': 4.3.0
+ '@prisma/engine-core': 4.3.0
+ '@prisma/engines': 4.3.0
+ '@prisma/fetch-engine': 4.3.0
+ '@prisma/generator-helper': 4.3.0
+ '@prisma/get-platform': 4.3.0
+ '@prisma/prisma-fmt-wasm': 4.3.0-32.c875e43600dfe042452e0b868f7a48b817b9640b
archiver: 5.3.1
arg: 5.0.2
chalk: 4.1.2
@@ -16755,7 +13706,7 @@ packages:
fs-extra: 10.1.0
fs-jetpack: 4.3.1
global-dirs: 3.0.0
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
has-yarn: 2.1.0
is-ci: 3.0.1
is-windows: 1.0.2
@@ -16786,19 +13737,16 @@ packages:
dev: true
/@prisma/internals@5.1.1:
- resolution:
- {
- integrity: sha512-RIai3iR/MbliBZgU4UXtFwAAhhAudmh1UIfxG/9AtZWDQl7x1ENFD8Kf4XW+M/Fh3ZO27aWRgSuNwHBKHEHPtw==
- }
- dependencies:
- "@antfu/ni": 0.21.5
- "@opentelemetry/api": 1.4.1
- "@prisma/debug": 5.1.1
- "@prisma/engines": 5.1.1
- "@prisma/fetch-engine": 5.1.1
- "@prisma/generator-helper": 5.1.1
- "@prisma/get-platform": 5.1.1
- "@prisma/prisma-schema-wasm": 5.1.1-1.6a3747c37ff169c90047725a05a6ef02e32ac97e
+ resolution: {integrity: sha512-RIai3iR/MbliBZgU4UXtFwAAhhAudmh1UIfxG/9AtZWDQl7x1ENFD8Kf4XW+M/Fh3ZO27aWRgSuNwHBKHEHPtw==}
+ dependencies:
+ '@antfu/ni': 0.21.5
+ '@opentelemetry/api': 1.4.1
+ '@prisma/debug': 5.1.1
+ '@prisma/engines': 5.1.1
+ '@prisma/fetch-engine': 5.1.1
+ '@prisma/generator-helper': 5.1.1
+ '@prisma/get-platform': 5.1.1
+ '@prisma/prisma-schema-wasm': 5.1.1-1.6a3747c37ff169c90047725a05a6ef02e32ac97e
archiver: 5.3.1
arg: 5.0.2
checkpoint-client: 1.1.27
@@ -16811,7 +13759,7 @@ packages:
fs-extra: 11.1.1
fs-jetpack: 5.1.0
global-dirs: 3.0.1
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
indent-string: 4.0.0
is-windows: 1.0.2
is-wsl: 2.2.0
@@ -16839,211 +13787,142 @@ packages:
dev: true
/@prisma/ni@4.13.0:
- resolution:
- {
- integrity: sha512-FN1wV1I61P6WndheLpja5oQuzIW2WkYqFViPL5GS5dhrpsO69SlyOnAsxpfCKUa5HhXINi7fowgdcngK1QDW9w==
- }
+ resolution: {integrity: sha512-FN1wV1I61P6WndheLpja5oQuzIW2WkYqFViPL5GS5dhrpsO69SlyOnAsxpfCKUa5HhXINi7fowgdcngK1QDW9w==}
dev: true
/@prisma/prisma-fmt-wasm@4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a:
- resolution:
- {
- integrity: sha512-kEYSUa3XT1Oiu/MbdUkyjfVtAOQmZz69KGKFH/GWoQNLvkscrqy4J4XewEY80BrVuyC3vbV7un4kea0xklWhpA==
- }
+ resolution: {integrity: sha512-kEYSUa3XT1Oiu/MbdUkyjfVtAOQmZz69KGKFH/GWoQNLvkscrqy4J4XewEY80BrVuyC3vbV7un4kea0xklWhpA==}
dev: true
/@prisma/prisma-fmt-wasm@4.3.0-32.c875e43600dfe042452e0b868f7a48b817b9640b:
- resolution:
- {
- integrity: sha512-65su522mHdxErZ7yIF/jd2/1gyj6lONpcpMchDUW+rWMCnqAjMXE3hxdmpdCetIV4Wfupgot1Uqd3GlMLU2y6g==
- }
+ resolution: {integrity: sha512-65su522mHdxErZ7yIF/jd2/1gyj6lONpcpMchDUW+rWMCnqAjMXE3hxdmpdCetIV4Wfupgot1Uqd3GlMLU2y6g==}
dev: true
/@prisma/prisma-schema-wasm@5.1.1-1.6a3747c37ff169c90047725a05a6ef02e32ac97e:
- resolution:
- {
- integrity: sha512-d1E8kp7DwfWG6R5Fy+06Jin/AJEHIXvROMGPvJ3SBoUUOv+w3n4EyFD6ouy2/U16CbPQkZtPlhsaJvEuaR9fkg==
- }
+ resolution: {integrity: sha512-d1E8kp7DwfWG6R5Fy+06Jin/AJEHIXvROMGPvJ3SBoUUOv+w3n4EyFD6ouy2/U16CbPQkZtPlhsaJvEuaR9fkg==}
dev: true
/@protobufjs/aspromise@1.1.2:
- resolution:
- {
- integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==
- }
+ resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
dev: false
/@protobufjs/base64@1.1.2:
- resolution:
- {
- integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==
- }
+ resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
dev: false
/@protobufjs/codegen@2.0.4:
- resolution:
- {
- integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==
- }
+ resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
dev: false
/@protobufjs/eventemitter@1.1.0:
- resolution:
- {
- integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==
- }
+ resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
dev: false
/@protobufjs/fetch@1.1.0:
- resolution:
- {
- integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==
- }
+ resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
dependencies:
- "@protobufjs/aspromise": 1.1.2
- "@protobufjs/inquire": 1.1.0
+ '@protobufjs/aspromise': 1.1.2
+ '@protobufjs/inquire': 1.1.0
dev: false
/@protobufjs/float@1.0.2:
- resolution:
- {
- integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==
- }
+ resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
dev: false
/@protobufjs/inquire@1.1.0:
- resolution:
- {
- integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==
- }
+ resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
dev: false
/@protobufjs/path@1.1.2:
- resolution:
- {
- integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==
- }
+ resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
dev: false
/@protobufjs/pool@1.1.0:
- resolution:
- {
- integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==
- }
+ resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
dev: false
/@protobufjs/utf8@1.1.0:
- resolution:
- {
- integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
- }
+ resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
dev: false
/@react-hook/debounce@3.0.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==
- }
+ resolution: {integrity: sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
- "@react-hook/latest": 1.0.3(react@17.0.2)
+ '@react-hook/latest': 1.0.3(react@17.0.2)
react: 17.0.2
dev: false
/@react-hook/event@1.2.6(react@17.0.2):
- resolution:
- {
- integrity: sha512-JUL5IluaOdn5w5Afpe/puPa1rj8X6udMlQ9dt4hvMuKmTrBS1Ya6sb4sVgvfe2eU4yDuOfAhik8xhbcCekbg9Q==
- }
+ resolution: {integrity: sha512-JUL5IluaOdn5w5Afpe/puPa1rj8X6udMlQ9dt4hvMuKmTrBS1Ya6sb4sVgvfe2eU4yDuOfAhik8xhbcCekbg9Q==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
react: 17.0.2
dev: false
/@react-hook/latest@1.0.3(react@17.0.2):
- resolution:
- {
- integrity: sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==
- }
+ resolution: {integrity: sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
react: 17.0.2
dev: false
/@react-hook/passive-layout-effect@1.2.1(react@17.0.2):
- resolution:
- {
- integrity: sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==
- }
+ resolution: {integrity: sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
react: 17.0.2
dev: false
/@react-hook/resize-observer@1.2.6(react@17.0.2):
- resolution:
- {
- integrity: sha512-DlBXtLSW0DqYYTW3Ft1/GQFZlTdKY5VAFIC4+km6IK5NiPPDFchGbEJm1j6pSgMqPRHbUQgHJX7RaR76ic1LWA==
- }
+ resolution: {integrity: sha512-DlBXtLSW0DqYYTW3Ft1/GQFZlTdKY5VAFIC4+km6IK5NiPPDFchGbEJm1j6pSgMqPRHbUQgHJX7RaR76ic1LWA==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
- "@juggle/resize-observer": 3.4.0
- "@react-hook/latest": 1.0.3(react@17.0.2)
- "@react-hook/passive-layout-effect": 1.2.1(react@17.0.2)
+ '@juggle/resize-observer': 3.4.0
+ '@react-hook/latest': 1.0.3(react@17.0.2)
+ '@react-hook/passive-layout-effect': 1.2.1(react@17.0.2)
react: 17.0.2
dev: false
/@react-hook/size@2.1.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-BmE5asyRDxSuQ9p14FUKJ0iBRgV9cROjqNG9jT/EjCM+xHha1HVqbPoT+14FQg1K7xIydabClCibUY4+1tw/iw==
- }
+ resolution: {integrity: sha512-BmE5asyRDxSuQ9p14FUKJ0iBRgV9cROjqNG9jT/EjCM+xHha1HVqbPoT+14FQg1K7xIydabClCibUY4+1tw/iw==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
- "@react-hook/passive-layout-effect": 1.2.1(react@17.0.2)
- "@react-hook/resize-observer": 1.2.6(react@17.0.2)
+ '@react-hook/passive-layout-effect': 1.2.1(react@17.0.2)
+ '@react-hook/resize-observer': 1.2.6(react@17.0.2)
react: 17.0.2
dev: false
/@react-hook/throttle@2.2.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-LJ5eg+yMV8lXtqK3lR+OtOZ2WH/EfWvuiEEu0M3bhR7dZRfTyEJKxH1oK9uyBxiXPtWXiQggWbZirMCXam51tg==
- }
+ resolution: {integrity: sha512-LJ5eg+yMV8lXtqK3lR+OtOZ2WH/EfWvuiEEu0M3bhR7dZRfTyEJKxH1oK9uyBxiXPtWXiQggWbZirMCXam51tg==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
- "@react-hook/latest": 1.0.3(react@17.0.2)
+ '@react-hook/latest': 1.0.3(react@17.0.2)
react: 17.0.2
dev: false
/@react-hook/window-size@3.1.1(react@17.0.2):
- resolution:
- {
- integrity: sha512-yWnVS5LKnOUIrEsI44oz3bIIUYqflamPL27n+k/PC//PsX/YeWBky09oPeAoc9As6jSH16Wgo8plI+ECZaHk3g==
- }
+ resolution: {integrity: sha512-yWnVS5LKnOUIrEsI44oz3bIIUYqflamPL27n+k/PC//PsX/YeWBky09oPeAoc9As6jSH16Wgo8plI+ECZaHk3g==}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
dependencies:
- "@react-hook/debounce": 3.0.0(react@17.0.2)
- "@react-hook/event": 1.2.6(react@17.0.2)
- "@react-hook/throttle": 2.2.0(react@17.0.2)
+ '@react-hook/debounce': 3.0.0(react@17.0.2)
+ '@react-hook/event': 1.2.6(react@17.0.2)
+ '@react-hook/throttle': 2.2.0(react@17.0.2)
react: 17.0.2
dev: false
/@react-native-community/cli-clean@11.3.6:
- resolution:
- {
- integrity: sha512-jOOaeG5ebSXTHweq1NznVJVAFKtTFWL4lWgUXl845bCGX7t1lL8xQNWHKwT8Oh1pGR2CI3cKmRjY4hBg+pEI9g==
- }
+ resolution: {integrity: sha512-jOOaeG5ebSXTHweq1NznVJVAFKtTFWL4lWgUXl845bCGX7t1lL8xQNWHKwT8Oh1pGR2CI3cKmRjY4hBg+pEI9g==}
dependencies:
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
execa: 5.1.1
prompts: 2.4.2
@@ -17052,12 +13931,9 @@ packages:
dev: false
/@react-native-community/cli-config@11.3.6:
- resolution:
- {
- integrity: sha512-edy7fwllSFLan/6BG6/rznOBCLPrjmJAE10FzkEqNLHowi0bckiAPg1+1jlgQ2qqAxV5kuk+c9eajVfQvPLYDA==
- }
+ resolution: {integrity: sha512-edy7fwllSFLan/6BG6/rznOBCLPrjmJAE10FzkEqNLHowi0bckiAPg1+1jlgQ2qqAxV5kuk+c9eajVfQvPLYDA==}
dependencies:
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
cosmiconfig: 5.2.1
deepmerge: 4.3.1
@@ -17068,10 +13944,7 @@ packages:
dev: false
/@react-native-community/cli-debugger-ui@11.3.6:
- resolution:
- {
- integrity: sha512-jhMOSN/iOlid9jn/A2/uf7HbC3u7+lGktpeGSLnHNw21iahFBzcpuO71ekEdlmTZ4zC/WyxBXw9j2ka33T358w==
- }
+ resolution: {integrity: sha512-jhMOSN/iOlid9jn/A2/uf7HbC3u7+lGktpeGSLnHNw21iahFBzcpuO71ekEdlmTZ4zC/WyxBXw9j2ka33T358w==}
dependencies:
serve-static: 1.15.0
transitivePeerDependencies:
@@ -17079,15 +13952,12 @@ packages:
dev: false
/@react-native-community/cli-doctor@11.3.6:
- resolution:
- {
- integrity: sha512-UT/Tt6omVPi1j6JEX+CObc85eVFghSZwy4GR9JFMsO7gNg2Tvcu1RGWlUkrbmWMAMHw127LUu6TGK66Ugu1NLA==
- }
- dependencies:
- "@react-native-community/cli-config": 11.3.6
- "@react-native-community/cli-platform-android": 11.3.6
- "@react-native-community/cli-platform-ios": 11.3.6
- "@react-native-community/cli-tools": 11.3.6
+ resolution: {integrity: sha512-UT/Tt6omVPi1j6JEX+CObc85eVFghSZwy4GR9JFMsO7gNg2Tvcu1RGWlUkrbmWMAMHw127LUu6TGK66Ugu1NLA==}
+ dependencies:
+ '@react-native-community/cli-config': 11.3.6
+ '@react-native-community/cli-platform-android': 11.3.6
+ '@react-native-community/cli-platform-ios': 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
command-exists: 1.2.9
envinfo: 7.10.0
@@ -17107,13 +13977,10 @@ packages:
dev: false
/@react-native-community/cli-hermes@11.3.6:
- resolution:
- {
- integrity: sha512-O55YAYGZ3XynpUdePPVvNuUPGPY0IJdctLAOHme73OvS80gNwfntHDXfmY70TGHWIfkK2zBhA0B+2v8s5aTyTA==
- }
+ resolution: {integrity: sha512-O55YAYGZ3XynpUdePPVvNuUPGPY0IJdctLAOHme73OvS80gNwfntHDXfmY70TGHWIfkK2zBhA0B+2v8s5aTyTA==}
dependencies:
- "@react-native-community/cli-platform-android": 11.3.6
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-platform-android': 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
hermes-profile-transformer: 0.0.6
ip: 1.1.8
@@ -17122,12 +13989,9 @@ packages:
dev: false
/@react-native-community/cli-platform-android@11.3.6:
- resolution:
- {
- integrity: sha512-ZARrpLv5tn3rmhZc//IuDM1LSAdYnjUmjrp58RynlvjLDI4ZEjBAGCQmgysRgXAsK7ekMrfkZgemUczfn9td2A==
- }
+ resolution: {integrity: sha512-ZARrpLv5tn3rmhZc//IuDM1LSAdYnjUmjrp58RynlvjLDI4ZEjBAGCQmgysRgXAsK7ekMrfkZgemUczfn9td2A==}
dependencies:
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
execa: 5.1.1
glob: 7.2.3
@@ -17137,12 +14001,9 @@ packages:
dev: false
/@react-native-community/cli-platform-ios@11.3.6:
- resolution:
- {
- integrity: sha512-tZ9VbXWiRW+F+fbZzpLMZlj93g3Q96HpuMsS6DRhrTiG+vMQ3o6oPWSEEmMGOvJSYU7+y68Dc9ms2liC7VD6cw==
- }
+ resolution: {integrity: sha512-tZ9VbXWiRW+F+fbZzpLMZlj93g3Q96HpuMsS6DRhrTiG+vMQ3o6oPWSEEmMGOvJSYU7+y68Dc9ms2liC7VD6cw==}
dependencies:
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
execa: 5.1.1
fast-xml-parser: 4.2.7
@@ -17153,13 +14014,10 @@ packages:
dev: false
/@react-native-community/cli-plugin-metro@11.3.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-D97racrPX3069ibyabJNKw9aJpVcaZrkYiEzsEnx50uauQtPDoQ1ELb/5c6CtMhAEGKoZ0B5MS23BbsSZcLs2g==
- }
+ resolution: {integrity: sha512-D97racrPX3069ibyabJNKw9aJpVcaZrkYiEzsEnx50uauQtPDoQ1ELb/5c6CtMhAEGKoZ0B5MS23BbsSZcLs2g==}
dependencies:
- "@react-native-community/cli-server-api": 11.3.6
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-server-api': 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
chalk: 4.1.2
execa: 5.1.1
metro: 0.76.7
@@ -17170,7 +14028,7 @@ packages:
metro-runtime: 0.76.7
readline: 1.3.0
transitivePeerDependencies:
- - "@babel/core"
+ - '@babel/core'
- bufferutil
- encoding
- supports-color
@@ -17178,13 +14036,10 @@ packages:
dev: false
/@react-native-community/cli-server-api@11.3.6:
- resolution:
- {
- integrity: sha512-8GUKodPnURGtJ9JKg8yOHIRtWepPciI3ssXVw5jik7+dZ43yN8P5BqCoDaq8e1H1yRer27iiOfT7XVnwk8Dueg==
- }
+ resolution: {integrity: sha512-8GUKodPnURGtJ9JKg8yOHIRtWepPciI3ssXVw5jik7+dZ43yN8P5BqCoDaq8e1H1yRer27iiOfT7XVnwk8Dueg==}
dependencies:
- "@react-native-community/cli-debugger-ui": 11.3.6
- "@react-native-community/cli-tools": 11.3.6
+ '@react-native-community/cli-debugger-ui': 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
compression: 1.7.4
connect: 3.7.0
errorhandler: 1.5.1
@@ -17200,10 +14055,7 @@ packages:
dev: false
/@react-native-community/cli-tools@11.3.6:
- resolution:
- {
- integrity: sha512-JpmUTcDwAGiTzLsfMlIAYpCMSJ9w2Qlf7PU7mZIRyEu61UzEawyw83DkqfbzDPBuRwRnaeN44JX2CP/yTO3ThQ==
- }
+ resolution: {integrity: sha512-JpmUTcDwAGiTzLsfMlIAYpCMSJ9w2Qlf7PU7mZIRyEu61UzEawyw83DkqfbzDPBuRwRnaeN44JX2CP/yTO3ThQ==}
dependencies:
appdirsjs: 1.2.7
chalk: 4.1.2
@@ -17219,31 +14071,25 @@ packages:
dev: false
/@react-native-community/cli-types@11.3.6:
- resolution:
- {
- integrity: sha512-6DxjrMKx5x68N/tCJYVYRKAtlRHbtUVBZrnAvkxbRWFD9v4vhNgsPM0RQm8i2vRugeksnao5mbnRGpS6c0awCw==
- }
+ resolution: {integrity: sha512-6DxjrMKx5x68N/tCJYVYRKAtlRHbtUVBZrnAvkxbRWFD9v4vhNgsPM0RQm8i2vRugeksnao5mbnRGpS6c0awCw==}
dependencies:
joi: 17.9.2
dev: false
/@react-native-community/cli@11.3.6(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-bdwOIYTBVQ9VK34dsf6t3u6vOUU5lfdhKaAxiAVArjsr7Je88Bgs4sAbsOYsNK3tkE8G77U6wLpekknXcanlww==
- }
- engines: { node: ">=16" }
- hasBin: true
- dependencies:
- "@react-native-community/cli-clean": 11.3.6
- "@react-native-community/cli-config": 11.3.6
- "@react-native-community/cli-debugger-ui": 11.3.6
- "@react-native-community/cli-doctor": 11.3.6
- "@react-native-community/cli-hermes": 11.3.6
- "@react-native-community/cli-plugin-metro": 11.3.6(@babel/core@7.22.10)
- "@react-native-community/cli-server-api": 11.3.6
- "@react-native-community/cli-tools": 11.3.6
- "@react-native-community/cli-types": 11.3.6
+ resolution: {integrity: sha512-bdwOIYTBVQ9VK34dsf6t3u6vOUU5lfdhKaAxiAVArjsr7Je88Bgs4sAbsOYsNK3tkE8G77U6wLpekknXcanlww==}
+ engines: {node: '>=16'}
+ hasBin: true
+ dependencies:
+ '@react-native-community/cli-clean': 11.3.6
+ '@react-native-community/cli-config': 11.3.6
+ '@react-native-community/cli-debugger-ui': 11.3.6
+ '@react-native-community/cli-doctor': 11.3.6
+ '@react-native-community/cli-hermes': 11.3.6
+ '@react-native-community/cli-plugin-metro': 11.3.6(@babel/core@7.22.10)
+ '@react-native-community/cli-server-api': 11.3.6
+ '@react-native-community/cli-tools': 11.3.6
+ '@react-native-community/cli-types': 11.3.6
chalk: 4.1.2
commander: 9.5.0
execa: 5.1.1
@@ -17253,7 +14099,7 @@ packages:
prompts: 2.4.2
semver: 7.5.4
transitivePeerDependencies:
- - "@babel/core"
+ - '@babel/core'
- bufferutil
- encoding
- supports-color
@@ -17261,22 +14107,16 @@ packages:
dev: false
/@react-native/assets-registry@0.72.0:
- resolution:
- {
- integrity: sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ==
- }
+ resolution: {integrity: sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ==}
dev: false
/@react-native/codegen@0.72.6(@babel/preset-env@7.22.10):
- resolution:
- {
- integrity: sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig==
- }
+ resolution: {integrity: sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig==}
peerDependencies:
- "@babel/preset-env": ^7.1.6
+ '@babel/preset-env': ^7.1.6
dependencies:
- "@babel/parser": 7.22.10
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
+ '@babel/parser': 7.22.10
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
flow-parser: 0.206.0
jscodeshift: 0.14.0(@babel/preset-env@7.22.10)
nullthrows: 1.1.1
@@ -17285,33 +14125,21 @@ packages:
dev: false
/@react-native/gradle-plugin@0.72.11:
- resolution:
- {
- integrity: sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw==
- }
+ resolution: {integrity: sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw==}
dev: false
/@react-native/js-polyfills@0.72.1:
- resolution:
- {
- integrity: sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==
- }
+ resolution: {integrity: sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==}
dev: false
/@react-native/normalize-colors@0.72.0:
- resolution:
- {
- integrity: sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==
- }
+ resolution: {integrity: sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw==}
dev: false
/@react-native/virtualized-lists@0.72.8(react-native@0.72.4):
- resolution:
- {
- integrity: sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==
- }
+ resolution: {integrity: sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==}
peerDependencies:
- react-native: "*"
+ react-native: '*'
dependencies:
invariant: 2.2.4
nullthrows: 1.1.1
@@ -17319,22 +14147,16 @@ packages:
dev: false
/@react-pdf/fns@2.0.1:
- resolution:
- {
- integrity: sha512-/vgecczzFYBQFkgUupH+sxXhLWQtBwdwCgweyh25XOlR4NZuaMD/UVUDl4loFHhRQqDMQq37lkTcchh7zzW6ug==
- }
+ resolution: {integrity: sha512-/vgecczzFYBQFkgUupH+sxXhLWQtBwdwCgweyh25XOlR4NZuaMD/UVUDl4loFHhRQqDMQq37lkTcchh7zzW6ug==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: true
/@react-pdf/font@2.3.6:
- resolution:
- {
- integrity: sha512-JYV+KmVyG2tPdpCK0/iFiBy1V7VHz2fETttKCgTRsLAo+w8RpM0pUGSAYROSuRl7yqbhiKGw/A24PYWhBReiOQ==
- }
+ resolution: {integrity: sha512-JYV+KmVyG2tPdpCK0/iFiBy1V7VHz2fETttKCgTRsLAo+w8RpM0pUGSAYROSuRl7yqbhiKGw/A24PYWhBReiOQ==}
dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/types": 2.3.3
+ '@babel/runtime': 7.22.10
+ '@react-pdf/types': 2.3.3
cross-fetch: 3.1.8
fontkit: 2.0.2
is-url: 1.2.4
@@ -17343,33 +14165,27 @@ packages:
dev: true
/@react-pdf/image@2.2.1:
- resolution:
- {
- integrity: sha512-f0+cEP6pSBmk8eS/wP2tMsJcv2c7xjzca6cr1kwcapr1nzkPrh6fMdEeFl6kR2/HlJK/JoHo+xxlzRiQ8V2lrw==
- }
+ resolution: {integrity: sha512-f0+cEP6pSBmk8eS/wP2tMsJcv2c7xjzca6cr1kwcapr1nzkPrh6fMdEeFl6kR2/HlJK/JoHo+xxlzRiQ8V2lrw==}
dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/png-js": 2.2.0
+ '@babel/runtime': 7.22.10
+ '@react-pdf/png-js': 2.2.0
cross-fetch: 3.1.8
transitivePeerDependencies:
- encoding
dev: true
/@react-pdf/layout@3.6.2:
- resolution:
- {
- integrity: sha512-YD3/tDC6p5XPCXI04zH79bgX8LytjxEYfeCtsIzEFk0A2VvIHoRnRRDZ2OhZmO5g112ykyjY8vn9//ubTt+Ktg==
- }
- dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/fns": 2.0.1
- "@react-pdf/image": 2.2.1
- "@react-pdf/pdfkit": 3.0.2
- "@react-pdf/primitives": 3.0.1
- "@react-pdf/stylesheet": 4.1.7
- "@react-pdf/textkit": 4.2.0
- "@react-pdf/types": 2.3.3
- "@react-pdf/yoga": 4.1.2
+ resolution: {integrity: sha512-YD3/tDC6p5XPCXI04zH79bgX8LytjxEYfeCtsIzEFk0A2VvIHoRnRRDZ2OhZmO5g112ykyjY8vn9//ubTt+Ktg==}
+ dependencies:
+ '@babel/runtime': 7.22.10
+ '@react-pdf/fns': 2.0.1
+ '@react-pdf/image': 2.2.1
+ '@react-pdf/pdfkit': 3.0.2
+ '@react-pdf/primitives': 3.0.1
+ '@react-pdf/stylesheet': 4.1.7
+ '@react-pdf/textkit': 4.2.0
+ '@react-pdf/types': 2.3.3
+ '@react-pdf/yoga': 4.1.2
cross-fetch: 3.1.8
emoji-regex: 10.2.1
queue: 6.0.2
@@ -17378,13 +14194,10 @@ packages:
dev: true
/@react-pdf/pdfkit@3.0.2:
- resolution:
- {
- integrity: sha512-+m5rwNCwyEH6lmnZWpsQJvdqb6YaCCR0nMWrc/KKDwznuPMrGmGWyNxqCja+bQPORcHZyl6Cd/iFL0glyB3QGw==
- }
+ resolution: {integrity: sha512-+m5rwNCwyEH6lmnZWpsQJvdqb6YaCCR0nMWrc/KKDwznuPMrGmGWyNxqCja+bQPORcHZyl6Cd/iFL0glyB3QGw==}
dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/png-js": 2.2.0
+ '@babel/runtime': 7.22.10
+ '@react-pdf/png-js': 2.2.0
browserify-zlib: 0.2.0
crypto-js: 4.1.1
fontkit: 2.0.2
@@ -17392,32 +14205,23 @@ packages:
dev: true
/@react-pdf/png-js@2.2.0:
- resolution:
- {
- integrity: sha512-csZU5lfNW73tq7s7zB/1rWXGro+Z9cQhxtsXwxS418TSszHUiM6PwddouiKJxdGhbVLjRIcuuFVa0aR5cDOC6w==
- }
+ resolution: {integrity: sha512-csZU5lfNW73tq7s7zB/1rWXGro+Z9cQhxtsXwxS418TSszHUiM6PwddouiKJxdGhbVLjRIcuuFVa0aR5cDOC6w==}
dependencies:
browserify-zlib: 0.2.0
dev: true
/@react-pdf/primitives@3.0.1:
- resolution:
- {
- integrity: sha512-0HGcknrLNwyhxe+SZCBL29JY4M85mXKdvTZE9uhjNbADGgTc8wVnkc5+e4S/lDvugbVISXyuIhZnYwtK9eDnyQ==
- }
+ resolution: {integrity: sha512-0HGcknrLNwyhxe+SZCBL29JY4M85mXKdvTZE9uhjNbADGgTc8wVnkc5+e4S/lDvugbVISXyuIhZnYwtK9eDnyQ==}
dev: true
/@react-pdf/render@3.2.6:
- resolution:
- {
- integrity: sha512-nsd1sleWMzBdrYGv5BwChPgVwoTZilfdiadE5wQiblFqG1C7EYINadalnEl1tjldKAzofSPBLKJbnSGR5r2lIQ==
- }
- dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/fns": 2.0.1
- "@react-pdf/primitives": 3.0.1
- "@react-pdf/textkit": 4.2.0
- "@react-pdf/types": 2.3.3
+ resolution: {integrity: sha512-nsd1sleWMzBdrYGv5BwChPgVwoTZilfdiadE5wQiblFqG1C7EYINadalnEl1tjldKAzofSPBLKJbnSGR5r2lIQ==}
+ dependencies:
+ '@babel/runtime': 7.22.10
+ '@react-pdf/fns': 2.0.1
+ '@react-pdf/primitives': 3.0.1
+ '@react-pdf/textkit': 4.2.0
+ '@react-pdf/types': 2.3.3
abs-svg-path: 0.1.1
color-string: 1.9.1
normalize-svg-path: 1.1.0
@@ -17426,20 +14230,17 @@ packages:
dev: true
/@react-pdf/renderer@3.1.9(react@18.2.0):
- resolution:
- {
- integrity: sha512-kfEH7O+Jy7aihbUqrT9Ej1gx8/twRWvFMfHlACr29QsN+s+w0XzWpHCvbjkinVFABYcvsenluiirik6mf4qwRQ==
- }
+ resolution: {integrity: sha512-kfEH7O+Jy7aihbUqrT9Ej1gx8/twRWvFMfHlACr29QsN+s+w0XzWpHCvbjkinVFABYcvsenluiirik6mf4qwRQ==}
peerDependencies:
react: ^16.8.6 || ^17.0.0 || ^18.0.0
dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/font": 2.3.6
- "@react-pdf/layout": 3.6.2
- "@react-pdf/pdfkit": 3.0.2
- "@react-pdf/primitives": 3.0.1
- "@react-pdf/render": 3.2.6
- "@react-pdf/types": 2.3.3
+ '@babel/runtime': 7.22.10
+ '@react-pdf/font': 2.3.6
+ '@react-pdf/layout': 3.6.2
+ '@react-pdf/pdfkit': 3.0.2
+ '@react-pdf/primitives': 3.0.1
+ '@react-pdf/render': 3.2.6
+ '@react-pdf/types': 2.3.3
events: 3.3.0
object-assign: 4.1.1
prop-types: 15.8.1
@@ -17451,14 +14252,11 @@ packages:
dev: true
/@react-pdf/stylesheet@4.1.7:
- resolution:
- {
- integrity: sha512-3n0Vg0XFszPyo0MpH75DkLRvsS4JOE0HzBH6XqFHDiquZDrC4mNgmMhZEbsOED+8xDGoCeVh8fLU3L6Tu0HWqg==
- }
- dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/fns": 2.0.1
- "@react-pdf/types": 2.3.3
+ resolution: {integrity: sha512-3n0Vg0XFszPyo0MpH75DkLRvsS4JOE0HzBH6XqFHDiquZDrC4mNgmMhZEbsOED+8xDGoCeVh8fLU3L6Tu0HWqg==}
+ dependencies:
+ '@babel/runtime': 7.22.10
+ '@react-pdf/fns': 2.0.1
+ '@react-pdf/types': 2.3.3
color-string: 1.9.1
hsl-to-hex: 1.0.0
media-engine: 1.0.3
@@ -17466,74 +14264,53 @@ packages:
dev: true
/@react-pdf/textkit@4.2.0:
- resolution:
- {
- integrity: sha512-R90pEOW6NdhUx4p99iROvKmwB06IRYdXMhh0QcmUeoPOLe64ZdMfs3LZliNUWgI5fCmq71J+nv868i/EakFPDg==
- }
+ resolution: {integrity: sha512-R90pEOW6NdhUx4p99iROvKmwB06IRYdXMhh0QcmUeoPOLe64ZdMfs3LZliNUWgI5fCmq71J+nv868i/EakFPDg==}
dependencies:
- "@babel/runtime": 7.22.10
- "@react-pdf/fns": 2.0.1
+ '@babel/runtime': 7.22.10
+ '@react-pdf/fns': 2.0.1
hyphen: 1.6.6
unicode-properties: 1.4.1
dev: true
/@react-pdf/types@2.3.3:
- resolution:
- {
- integrity: sha512-I3BVu5vF0xxX6rvqZHt4gCjFAt6X+mak5bwYQyf6bm21IIMDXXBtgXqWEl1wosWizArox7fcN/XbEnysrf/8Dw==
- }
+ resolution: {integrity: sha512-I3BVu5vF0xxX6rvqZHt4gCjFAt6X+mak5bwYQyf6bm21IIMDXXBtgXqWEl1wosWizArox7fcN/XbEnysrf/8Dw==}
dev: true
/@react-pdf/yoga@4.1.2:
- resolution:
- {
- integrity: sha512-OlMZkFrJDj4GyKZ70thiObwwPVZ52B7mlPyfzwa+sgwsioqHXg9nMWOO+7SQFNUbbOGagMUu0bCuTv+iXYZuaQ==
- }
+ resolution: {integrity: sha512-OlMZkFrJDj4GyKZ70thiObwwPVZ52B7mlPyfzwa+sgwsioqHXg9nMWOO+7SQFNUbbOGagMUu0bCuTv+iXYZuaQ==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: true
/@react-types/button@3.4.1(react@17.0.2):
- resolution:
- {
- integrity: sha512-B54M84LxdEppwjXNlkBEJyMfe9fd+bvFV7R6+NJvupGrZm/LuFNYjFcHk7yjMKWTdWm6DbpIuQz54n5qTW7Vlg==
- }
+ resolution: {integrity: sha512-B54M84LxdEppwjXNlkBEJyMfe9fd+bvFV7R6+NJvupGrZm/LuFNYjFcHk7yjMKWTdWm6DbpIuQz54n5qTW7Vlg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- "@react-types/shared": 3.19.0(react@17.0.2)
+ '@react-types/shared': 3.19.0(react@17.0.2)
react: 17.0.2
dev: false
/@react-types/checkbox@3.5.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-fCisTdqFKkz7FvxNoexXIiVsTBt0ZwIyeIZz/S41M6hzIZM38nKbh6yS/lveQ+/877Dn7+ngvbpJ8QYnXYVrIQ==
- }
+ resolution: {integrity: sha512-fCisTdqFKkz7FvxNoexXIiVsTBt0ZwIyeIZz/S41M6hzIZM38nKbh6yS/lveQ+/877Dn7+ngvbpJ8QYnXYVrIQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
dependencies:
- "@react-types/shared": 3.19.0(react@17.0.2)
+ '@react-types/shared': 3.19.0(react@17.0.2)
react: 17.0.2
dev: false
/@react-types/radio@3.1.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-vkIic8abrVUyl/YjKU3yTVwn8QgebzuadfV89PsaKc3hdmSiHhDsln5wYsfWOEotqMwPrG1aEv9yRMYO78OQXQ==
- }
+ resolution: {integrity: sha512-vkIic8abrVUyl/YjKU3yTVwn8QgebzuadfV89PsaKc3hdmSiHhDsln5wYsfWOEotqMwPrG1aEv9yRMYO78OQXQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- "@react-types/shared": 3.19.0(react@17.0.2)
+ '@react-types/shared': 3.19.0(react@17.0.2)
react: 17.0.2
dev: false
/@react-types/shared@3.19.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-h852l8bWhqUxbXIG8vH3ab7gE19nnP3U1kuWf6SNSMvgmqjiRN9jXKPIFxF/PbfdvnXXm0yZSgSMWfUCARF0Cg==
- }
+ resolution: {integrity: sha512-h852l8bWhqUxbXIG8vH3ab7gE19nnP3U1kuWf6SNSMvgmqjiRN9jXKPIFxF/PbfdvnXXm0yZSgSMWfUCARF0Cg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0
dependencies:
@@ -17541,10 +14318,7 @@ packages:
dev: false
/@react-types/shared@3.9.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-YYksINfR6q92P10AhPEGo47Hd7oz1hrnZ6Vx8Gsrq62IbqDdv1XOTzPBaj17Z1ymNY2pitLUSEXsLmozt4wxxQ==
- }
+ resolution: {integrity: sha512-YYksINfR6q92P10AhPEGo47Hd7oz1hrnZ6Vx8Gsrq62IbqDdv1XOTzPBaj17Z1ymNY2pitLUSEXsLmozt4wxxQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
@@ -17552,47 +14326,35 @@ packages:
dev: false
/@react-types/switch@3.1.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-EaYWoLvUCpOnt//Ov8VBxOjbs4hBpYE/rBAzzIknXaFvKOu867iZBFL7FJbcemOgC8/dwyaj6GUZ1Gw3Z1g59w==
- }
+ resolution: {integrity: sha512-EaYWoLvUCpOnt//Ov8VBxOjbs4hBpYE/rBAzzIknXaFvKOu867iZBFL7FJbcemOgC8/dwyaj6GUZ1Gw3Z1g59w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- "@react-types/checkbox": 3.5.0(react@17.0.2)
- "@react-types/shared": 3.19.0(react@17.0.2)
+ '@react-types/checkbox': 3.5.0(react@17.0.2)
+ '@react-types/shared': 3.19.0(react@17.0.2)
react: 17.0.2
dev: false
/@react-types/textfield@3.3.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-lOf0tx3c3dVaomH/uvKpOKFVTXQ232kLnMhOJTtj97JDX7fTr3SNhDUV0G8Zf4M0vr+l+xkTrJkywYE23rzliw==
- }
+ resolution: {integrity: sha512-lOf0tx3c3dVaomH/uvKpOKFVTXQ232kLnMhOJTtj97JDX7fTr3SNhDUV0G8Zf4M0vr+l+xkTrJkywYE23rzliw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1
dependencies:
- "@react-types/shared": 3.19.0(react@17.0.2)
+ '@react-types/shared': 3.19.0(react@17.0.2)
react: 17.0.2
dev: false
/@redis/bloom@1.2.0(@redis/client@1.5.7):
- resolution:
- {
- integrity: sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==
- }
+ resolution: {integrity: sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==}
peerDependencies:
- "@redis/client": ^1.0.0
+ '@redis/client': ^1.0.0
dependencies:
- "@redis/client": 1.5.7
+ '@redis/client': 1.5.7
dev: false
/@redis/client@1.5.7:
- resolution:
- {
- integrity: sha512-gaOBOuJPjK5fGtxSseaKgSvjiZXQCdLlGg9WYQst+/GRUjmXaiB5kVkeQMRtPc7Q2t93XZcJfBMSwzs/XS9UZw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-gaOBOuJPjK5fGtxSseaKgSvjiZXQCdLlGg9WYQst+/GRUjmXaiB5kVkeQMRtPc7Q2t93XZcJfBMSwzs/XS9UZw==}
+ engines: {node: '>=14'}
dependencies:
cluster-key-slot: 1.1.2
generic-pool: 3.9.0
@@ -17600,116 +14362,89 @@ packages:
dev: false
/@redis/graph@1.1.0(@redis/client@1.5.7):
- resolution:
- {
- integrity: sha512-16yZWngxyXPd+MJxeSr0dqh2AIOi8j9yXKcKCwVaKDbH3HTuETpDVPcLujhFYVPtYrngSco31BUcSa9TH31Gqg==
- }
+ resolution: {integrity: sha512-16yZWngxyXPd+MJxeSr0dqh2AIOi8j9yXKcKCwVaKDbH3HTuETpDVPcLujhFYVPtYrngSco31BUcSa9TH31Gqg==}
peerDependencies:
- "@redis/client": ^1.0.0
+ '@redis/client': ^1.0.0
dependencies:
- "@redis/client": 1.5.7
+ '@redis/client': 1.5.7
dev: false
/@redis/json@1.0.4(@redis/client@1.5.7):
- resolution:
- {
- integrity: sha512-LUZE2Gdrhg0Rx7AN+cZkb1e6HjoSKaeeW8rYnt89Tly13GBI5eP4CwDVr+MY8BAYfCg4/N15OUrtLoona9uSgw==
- }
+ resolution: {integrity: sha512-LUZE2Gdrhg0Rx7AN+cZkb1e6HjoSKaeeW8rYnt89Tly13GBI5eP4CwDVr+MY8BAYfCg4/N15OUrtLoona9uSgw==}
peerDependencies:
- "@redis/client": ^1.0.0
+ '@redis/client': ^1.0.0
dependencies:
- "@redis/client": 1.5.7
+ '@redis/client': 1.5.7
dev: false
/@redis/search@1.1.2(@redis/client@1.5.7):
- resolution:
- {
- integrity: sha512-/cMfstG/fOh/SsE+4/BQGeuH/JJloeWuH+qJzM8dbxuWvdWibWAOAHHCZTMPhV3xIlH4/cUEIA8OV5QnYpaVoA==
- }
+ resolution: {integrity: sha512-/cMfstG/fOh/SsE+4/BQGeuH/JJloeWuH+qJzM8dbxuWvdWibWAOAHHCZTMPhV3xIlH4/cUEIA8OV5QnYpaVoA==}
peerDependencies:
- "@redis/client": ^1.0.0
+ '@redis/client': ^1.0.0
dependencies:
- "@redis/client": 1.5.7
+ '@redis/client': 1.5.7
dev: false
/@redis/time-series@1.0.4(@redis/client@1.5.7):
- resolution:
- {
- integrity: sha512-ThUIgo2U/g7cCuZavucQTQzA9g9JbDDY2f64u3AbAoz/8vE2lt2U37LamDUVChhaDA3IRT9R6VvJwqnUfTJzng==
- }
+ resolution: {integrity: sha512-ThUIgo2U/g7cCuZavucQTQzA9g9JbDDY2f64u3AbAoz/8vE2lt2U37LamDUVChhaDA3IRT9R6VvJwqnUfTJzng==}
peerDependencies:
- "@redis/client": ^1.0.0
+ '@redis/client': ^1.0.0
dependencies:
- "@redis/client": 1.5.7
+ '@redis/client': 1.5.7
dev: false
/@rehooks/component-size@1.0.3(react@17.0.2):
- resolution:
- {
- integrity: sha512-pnYld+8SSF2vXwdLOqBGUyOrv/SjzwLjIUcs/4c1JJgR0q4E9eBtBfuZMD6zUD51fvSehSsbnlQMzotSmPTXPg==
- }
+ resolution: {integrity: sha512-pnYld+8SSF2vXwdLOqBGUyOrv/SjzwLjIUcs/4c1JJgR0q4E9eBtBfuZMD6zUD51fvSehSsbnlQMzotSmPTXPg==}
peerDependencies:
- react: ">=16.8.0"
+ react: '>=16.8.0'
dependencies:
react: 17.0.2
dev: false
/@repeaterjs/repeater@3.0.4:
- resolution:
- {
- integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==
- }
+ resolution: {integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==}
/@rollup/plugin-babel@5.3.1(@babel/core@7.12.9)(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
- }
- engines: { node: ">= 10.0.0" }
- peerDependencies:
- "@babel/core": ^7.0.0
- "@types/babel__core": ^7.1.9
+ resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
+ engines: {node: '>= 10.0.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ '@types/babel__core': ^7.1.9
rollup: ^1.20.0||^2.0.0
peerDependenciesMeta:
- "@types/babel__core":
+ '@types/babel__core':
optional: true
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-module-imports": 7.22.5
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
+ '@babel/core': 7.12.9
+ '@babel/helper-module-imports': 7.22.5
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
rollup: 2.79.1
dev: false
/@rollup/plugin-babel@5.3.1(@babel/core@7.22.10)(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
- }
- engines: { node: ">= 10.0.0" }
- peerDependencies:
- "@babel/core": ^7.0.0
- "@types/babel__core": ^7.1.9
+ resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
+ engines: {node: '>= 10.0.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ '@types/babel__core': ^7.1.9
rollup: ^1.20.0||^2.0.0
peerDependenciesMeta:
- "@types/babel__core":
+ '@types/babel__core':
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-module-imports": 7.22.5
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
+ '@babel/core': 7.22.10
+ '@babel/helper-module-imports': 7.22.5
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
rollup: 2.79.1
dev: true
/@rollup/plugin-commonjs@20.0.0(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
- }
- engines: { node: ">= 8.0.0" }
+ resolution: {integrity: sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==}
+ engines: {node: '>= 8.0.0'}
peerDependencies:
rollup: ^2.38.3
dependencies:
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 7.2.3
@@ -17720,18 +14455,15 @@ packages:
dev: true
/@rollup/plugin-commonjs@24.0.0(rollup@2.78.0):
- resolution:
- {
- integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^2.68.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
- "@rollup/pluginutils": 5.0.3(rollup@2.78.0)
+ '@rollup/pluginutils': 5.0.3(rollup@2.78.0)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
@@ -17741,42 +14473,33 @@ packages:
dev: true
/@rollup/plugin-image@2.1.1(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-AgP4U85zuQJdUopLUCM+hTf45RepgXeTb8EJsleExVy99dIoYpt3ZlDYJdKmAc2KLkNntCDg6BPJvgJU3uGF+g==
- }
- engines: { node: ">= 8.0.0" }
+ resolution: {integrity: sha512-AgP4U85zuQJdUopLUCM+hTf45RepgXeTb8EJsleExVy99dIoYpt3ZlDYJdKmAc2KLkNntCDg6BPJvgJU3uGF+g==}
+ engines: {node: '>= 8.0.0'}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
mini-svg-data-uri: 1.4.4
rollup: 2.79.1
dev: true
/@rollup/plugin-json@4.1.0(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==
- }
+ resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
rollup: 2.79.1
dev: true
/@rollup/plugin-node-resolve@13.3.0(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==}
+ engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^2.42.0
dependencies:
- "@rollup/pluginutils": 3.1.0(rollup@2.79.1)
- "@types/resolve": 1.17.1
+ '@rollup/pluginutils': 3.1.0(rollup@2.79.1)
+ '@types/resolve': 1.17.1
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
@@ -17785,83 +14508,65 @@ packages:
dev: true
/@rollup/pluginutils@3.1.0(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
- }
- engines: { node: ">= 8.0.0" }
+ resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
+ engines: {node: '>= 8.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- "@types/estree": 0.0.39
+ '@types/estree': 0.0.39
estree-walker: 1.0.1
picomatch: 2.3.1
rollup: 2.79.1
/@rollup/pluginutils@4.2.1:
- resolution:
- {
- integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==
- }
- engines: { node: ">= 8.0.0" }
+ resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
+ engines: {node: '>= 8.0.0'}
dependencies:
estree-walker: 2.0.2
picomatch: 2.3.1
dev: true
/@rollup/pluginutils@5.0.3(rollup@2.78.0):
- resolution:
- {
- integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
estree-walker: 2.0.2
picomatch: 2.3.1
rollup: 2.78.0
dev: true
/@rollup/pluginutils@5.0.3(rollup@3.28.0):
- resolution:
- {
- integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0
peerDependenciesMeta:
rollup:
optional: true
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
estree-walker: 2.0.2
picomatch: 2.3.1
rollup: 3.28.0
dev: true
/@rushstack/eslint-patch@1.3.3:
- resolution:
- {
- integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==
- }
+ resolution: {integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==}
dev: true
/@semantic-release/changelog@6.0.2(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-jHqfTkoPbDEOAgAP18mGP53IxeMwxTISN+GwTRy9uLu58UjARoZU8ScCgWGeO2WPkEsm57H8AkyY02W2ntIlIw==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-jHqfTkoPbDEOAgAP18mGP53IxeMwxTISN+GwTRy9uLu58UjARoZU8ScCgWGeO2WPkEsm57H8AkyY02W2ntIlIw==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0"
+ semantic-release: '>=18.0.0'
dependencies:
- "@semantic-release/error": 3.0.0
+ '@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
fs-extra: 11.1.1
lodash: 4.17.21
@@ -17869,13 +14574,10 @@ packages:
dev: true
/@semantic-release/commit-analyzer@9.0.2(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0-beta.1"
+ semantic-release: '>=18.0.0-beta.1'
dependencies:
conventional-changelog-angular: 5.0.13
conventional-commits-filter: 2.0.7
@@ -17890,23 +14592,17 @@ packages:
dev: true
/@semantic-release/error@3.0.0:
- resolution:
- {
- integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==}
+ engines: {node: '>=14.17'}
dev: true
/@semantic-release/exec@6.0.3(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0"
+ semantic-release: '>=18.0.0'
dependencies:
- "@semantic-release/error": 3.0.0
+ '@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
debug: 4.3.4(supports-color@8.1.1)
execa: 5.1.1
@@ -17918,15 +14614,12 @@ packages:
dev: true
/@semantic-release/git@10.0.1(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0"
+ semantic-release: '>=18.0.0'
dependencies:
- "@semantic-release/error": 3.0.0
+ '@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
debug: 4.3.4(supports-color@8.1.1)
dir-glob: 3.0.1
@@ -17940,22 +14633,19 @@ packages:
dev: true
/@semantic-release/github@8.0.7(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-VtgicRIKGvmTHwm//iqTh/5NGQwsncOMR5vQK9pMT92Aem7dv37JFKKRuulUsAnUOIlO4G8wH3gPiBAA0iW0ww==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0-beta.1"
+ semantic-release: '>=18.0.0-beta.1'
dependencies:
- "@octokit/rest": 19.0.13
- "@semantic-release/error": 3.0.0
+ '@octokit/rest': 19.0.13
+ '@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
bottleneck: 2.19.5
debug: 4.3.4(supports-color@8.1.1)
dir-glob: 3.0.1
fs-extra: 11.1.1
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
http-proxy-agent: 5.0.0
https-proxy-agent: 5.0.1
issue-parser: 6.0.0
@@ -17971,15 +14661,12 @@ packages:
dev: true
/@semantic-release/npm@9.0.2(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==
- }
- engines: { node: ">=16 || ^14.17" }
+ resolution: {integrity: sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==}
+ engines: {node: '>=16 || ^14.17'}
peerDependencies:
- semantic-release: ">=19.0.0"
+ semantic-release: '>=19.0.0'
dependencies:
- "@semantic-release/error": 3.0.0
+ '@semantic-release/error': 3.0.0
aggregate-error: 3.1.0
execa: 5.1.1
fs-extra: 11.1.1
@@ -17996,13 +14683,10 @@ packages:
dev: true
/@semantic-release/release-notes-generator@10.0.3(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==
- }
- engines: { node: ">=14.17" }
+ resolution: {integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==}
+ engines: {node: '>=14.17'}
peerDependencies:
- semantic-release: ">=18.0.0-beta.1"
+ semantic-release: '>=18.0.0-beta.1'
dependencies:
conventional-changelog-angular: 5.0.13
conventional-changelog-writer: 5.0.1
@@ -18020,66 +14704,50 @@ packages:
dev: true
/@sentry-internal/tracing@7.50.0:
- resolution:
- {
- integrity: sha512-4TQ4vN0aMBWsUXfJWk2xbe4x7fKfwCXgXKTtHC/ocwwKM+0EefV5Iw9YFG8IrIQN4vMtuRzktqcs9q0/Sbv7tg==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry/core": 7.50.0
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ resolution: {integrity: sha512-4TQ4vN0aMBWsUXfJWk2xbe4x7fKfwCXgXKTtHC/ocwwKM+0EefV5Iw9YFG8IrIQN4vMtuRzktqcs9q0/Sbv7tg==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry/core': 7.50.0
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
tslib: 1.14.1
dev: true
/@sentry-internal/tracing@7.64.0:
- resolution:
- {
- integrity: sha512-1XE8W6ki7hHyBvX9hfirnGkKDBKNq3bDJyXS86E0bYVDl94nvbRM9BD9DHsCFetqYkVm1yDGEK+6aUVs4CztoQ==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry/core": 7.64.0
- "@sentry/types": 7.64.0
- "@sentry/utils": 7.64.0
+ resolution: {integrity: sha512-1XE8W6ki7hHyBvX9hfirnGkKDBKNq3bDJyXS86E0bYVDl94nvbRM9BD9DHsCFetqYkVm1yDGEK+6aUVs4CztoQ==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry/core': 7.64.0
+ '@sentry/types': 7.64.0
+ '@sentry/utils': 7.64.0
tslib: 2.6.1
dev: false
/@sentry/browser@6.19.7:
- resolution:
- {
- integrity: sha512-oDbklp4O3MtAM4mtuwyZLrgO1qDVYIujzNJQzXmi9YzymJCuzMLSRDvhY83NNDCRxf0pds4DShgYeZdbSyKraA==
- }
- engines: { node: ">=6" }
- dependencies:
- "@sentry/core": 6.19.7
- "@sentry/types": 6.19.7
- "@sentry/utils": 6.19.7
+ resolution: {integrity: sha512-oDbklp4O3MtAM4mtuwyZLrgO1qDVYIujzNJQzXmi9YzymJCuzMLSRDvhY83NNDCRxf0pds4DShgYeZdbSyKraA==}
+ engines: {node: '>=6'}
+ dependencies:
+ '@sentry/core': 6.19.7
+ '@sentry/types': 6.19.7
+ '@sentry/utils': 6.19.7
tslib: 1.14.1
dev: false
/@sentry/browser@7.50.0:
- resolution:
- {
- integrity: sha512-a+UYbP89+SAvW47/p9wxEi9eWlyp/SkYl52OCdZNXnplQY4kQIOVyiaIs5nnCxIxZgXKrhAX4eo1E9ykleFuNQ==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry-internal/tracing": 7.50.0
- "@sentry/core": 7.50.0
- "@sentry/replay": 7.50.0
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ resolution: {integrity: sha512-a+UYbP89+SAvW47/p9wxEi9eWlyp/SkYl52OCdZNXnplQY4kQIOVyiaIs5nnCxIxZgXKrhAX4eo1E9ykleFuNQ==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry-internal/tracing': 7.50.0
+ '@sentry/core': 7.50.0
+ '@sentry/replay': 7.50.0
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
tslib: 1.14.1
dev: true
/@sentry/cli@1.75.2:
- resolution:
- {
- integrity: sha512-CG0CKH4VCKWzEaegouWfCLQt9SFN+AieFESCatJ7zSuJmzF05ywpMusjxqRul6lMwfUhRKjGKOzcRJ1jLsfTBw==
- }
- engines: { node: ">= 8" }
- hasBin: true
+ resolution: {integrity: sha512-CG0CKH4VCKWzEaegouWfCLQt9SFN+AieFESCatJ7zSuJmzF05ywpMusjxqRul6lMwfUhRKjGKOzcRJ1jLsfTBw==}
+ engines: {node: '>= 8'}
requiresBuild: true
dependencies:
https-proxy-agent: 5.0.1
@@ -18094,125 +14762,101 @@ packages:
dev: true
/@sentry/core@6.19.7:
- resolution:
- {
- integrity: sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==
- }
- engines: { node: ">=6" }
- dependencies:
- "@sentry/hub": 6.19.7
- "@sentry/minimal": 6.19.7
- "@sentry/types": 6.19.7
- "@sentry/utils": 6.19.7
+ resolution: {integrity: sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==}
+ engines: {node: '>=6'}
+ dependencies:
+ '@sentry/hub': 6.19.7
+ '@sentry/minimal': 6.19.7
+ '@sentry/types': 6.19.7
+ '@sentry/utils': 6.19.7
tslib: 1.14.1
dev: false
/@sentry/core@7.50.0:
- resolution:
- {
- integrity: sha512-6oD1a3fYs4aiNK7tuJSd88LHjYJAetd7ZK/AfJniU7zWKj4jxIYfO8nhm0qdnhEDs81RcweVDmPhWm3Kwrzzsg==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ resolution: {integrity: sha512-6oD1a3fYs4aiNK7tuJSd88LHjYJAetd7ZK/AfJniU7zWKj4jxIYfO8nhm0qdnhEDs81RcweVDmPhWm3Kwrzzsg==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
tslib: 1.14.1
dev: true
/@sentry/core@7.64.0:
- resolution:
- {
- integrity: sha512-IzmEyl5sNG7NyEFiyFHEHC+sizsZp9MEw1+RJRLX6U5RITvcsEgcajSkHQFafaBPzRrcxZMdm47Cwhl212LXcw==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry/types": 7.64.0
- "@sentry/utils": 7.64.0
+ resolution: {integrity: sha512-IzmEyl5sNG7NyEFiyFHEHC+sizsZp9MEw1+RJRLX6U5RITvcsEgcajSkHQFafaBPzRrcxZMdm47Cwhl212LXcw==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry/types': 7.64.0
+ '@sentry/utils': 7.64.0
tslib: 2.6.1
dev: false
/@sentry/hub@6.19.7:
- resolution:
- {
- integrity: sha512-y3OtbYFAqKHCWezF0EGGr5lcyI2KbaXW2Ik7Xp8Mu9TxbSTuwTe4rTntwg8ngPjUQU3SUHzgjqVB8qjiGqFXCA==
- }
- engines: { node: ">=6" }
- dependencies:
- "@sentry/types": 6.19.7
- "@sentry/utils": 6.19.7
+ resolution: {integrity: sha512-y3OtbYFAqKHCWezF0EGGr5lcyI2KbaXW2Ik7Xp8Mu9TxbSTuwTe4rTntwg8ngPjUQU3SUHzgjqVB8qjiGqFXCA==}
+ engines: {node: '>=6'}
+ dependencies:
+ '@sentry/types': 6.19.7
+ '@sentry/utils': 6.19.7
tslib: 1.14.1
dev: false
/@sentry/integrations@7.50.0:
- resolution:
- {
- integrity: sha512-HUmPN2sHNx37m+lOWIoCILHimILdI0Df9nGmWA13fIhny8mxJ6Dbazyis11AW4/lrZ1a6F1SQ2epLEq7ZesiRw==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ resolution: {integrity: sha512-HUmPN2sHNx37m+lOWIoCILHimILdI0Df9nGmWA13fIhny8mxJ6Dbazyis11AW4/lrZ1a6F1SQ2epLEq7ZesiRw==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
localforage: 1.10.0
tslib: 1.14.1
dev: true
/@sentry/minimal@6.19.7:
- resolution:
- {
- integrity: sha512-wcYmSJOdvk6VAPx8IcmZgN08XTXRwRtB1aOLZm+MVHjIZIhHoBGZJYTVQS/BWjldsamj2cX3YGbGXNunaCfYJQ==
- }
- engines: { node: ">=6" }
- dependencies:
- "@sentry/hub": 6.19.7
- "@sentry/types": 6.19.7
+ resolution: {integrity: sha512-wcYmSJOdvk6VAPx8IcmZgN08XTXRwRtB1aOLZm+MVHjIZIhHoBGZJYTVQS/BWjldsamj2cX3YGbGXNunaCfYJQ==}
+ engines: {node: '>=6'}
+ dependencies:
+ '@sentry/hub': 6.19.7
+ '@sentry/types': 6.19.7
tslib: 1.14.1
dev: false
/@sentry/nextjs@7.50.0(next@13.4.4)(react@18.2.0)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-4/utwzYIZmjJ/QyYlez1H8PxrNThYBY7MdqzL7XM+Nj432mlyWEDHKYri1FM2GX3HSM4l9lLrpExTkDNVO6dBQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-4/utwzYIZmjJ/QyYlez1H8PxrNThYBY7MdqzL7XM+Nj432mlyWEDHKYri1FM2GX3HSM4l9lLrpExTkDNVO6dBQ==}
+ engines: {node: '>=8'}
peerDependencies:
next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0
react: 16.x || 17.x || 18.x
- webpack: ">= 4.0.0"
+ webpack: '>= 4.0.0'
peerDependenciesMeta:
webpack:
optional: true
dependencies:
- "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0)
- "@sentry/core": 7.50.0
- "@sentry/integrations": 7.50.0
- "@sentry/node": 7.50.0
- "@sentry/react": 7.50.0(react@18.2.0)
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
- "@sentry/webpack-plugin": 1.20.0
+ '@rollup/plugin-commonjs': 24.0.0(rollup@2.78.0)
+ '@sentry/core': 7.50.0
+ '@sentry/integrations': 7.50.0
+ '@sentry/node': 7.50.0
+ '@sentry/react': 7.50.0(react@18.2.0)
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
+ '@sentry/webpack-plugin': 1.20.0
chalk: 3.0.0
next: 13.4.4(@babel/core@7.22.10)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
rollup: 2.78.0
stacktrace-parser: 0.1.10
tslib: 1.14.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- encoding
- supports-color
dev: true
/@sentry/node@7.50.0:
- resolution:
- {
- integrity: sha512-11UJBKoQFMp7f8sbzeO2gENsKIUkVCNBTzuPRib7l2K1HMjSfacXmwwma7ZEs0mc3ofIZ1UYuyONAXmI1lK9cQ==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry-internal/tracing": 7.50.0
- "@sentry/core": 7.50.0
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ resolution: {integrity: sha512-11UJBKoQFMp7f8sbzeO2gENsKIUkVCNBTzuPRib7l2K1HMjSfacXmwwma7ZEs0mc3ofIZ1UYuyONAXmI1lK9cQ==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry-internal/tracing': 7.50.0
+ '@sentry/core': 7.50.0
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
cookie: 0.4.2
https-proxy-agent: 5.0.1
lru_map: 0.3.3
@@ -18222,16 +14866,13 @@ packages:
dev: true
/@sentry/node@7.64.0:
- resolution:
- {
- integrity: sha512-wRi0uTnp1WSa83X2yLD49tV9QPzGh5e42IKdIDBiQ7lV9JhLILlyb34BZY1pq6p4dp35yDasDrP3C7ubn7wo6A==
- }
- engines: { node: ">=8" }
- dependencies:
- "@sentry-internal/tracing": 7.64.0
- "@sentry/core": 7.64.0
- "@sentry/types": 7.64.0
- "@sentry/utils": 7.64.0
+ resolution: {integrity: sha512-wRi0uTnp1WSa83X2yLD49tV9QPzGh5e42IKdIDBiQ7lV9JhLILlyb34BZY1pq6p4dp35yDasDrP3C7ubn7wo6A==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@sentry-internal/tracing': 7.64.0
+ '@sentry/core': 7.64.0
+ '@sentry/types': 7.64.0
+ '@sentry/utils': 7.64.0
cookie: 0.4.2
https-proxy-agent: 5.0.1
lru_map: 0.3.3
@@ -18241,127 +14882,94 @@ packages:
dev: false
/@sentry/react@6.19.7(react@17.0.2):
- resolution:
- {
- integrity: sha512-VzJeBg/v41jfxUYPkH2WYrKjWc4YiMLzDX0f4Zf6WkJ4v3IlDDSkX6DfmWekjTKBho6wiMkSNy2hJ1dHfGZ9jA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-VzJeBg/v41jfxUYPkH2WYrKjWc4YiMLzDX0f4Zf6WkJ4v3IlDDSkX6DfmWekjTKBho6wiMkSNy2hJ1dHfGZ9jA==}
+ engines: {node: '>=6'}
peerDependencies:
react: 15.x || 16.x || 17.x || 18.x
dependencies:
- "@sentry/browser": 6.19.7
- "@sentry/minimal": 6.19.7
- "@sentry/types": 6.19.7
- "@sentry/utils": 6.19.7
+ '@sentry/browser': 6.19.7
+ '@sentry/minimal': 6.19.7
+ '@sentry/types': 6.19.7
+ '@sentry/utils': 6.19.7
hoist-non-react-statics: 3.3.2
react: 17.0.2
tslib: 1.14.1
dev: false
/@sentry/react@7.50.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-V/KfIhwLezefnRz0y9pGJn5x0RBL8Q1347LowcOZWoNiDoaaLI9hRBTqJGyvCstG5NNhsLTKMM3UDk0WNXflPg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-V/KfIhwLezefnRz0y9pGJn5x0RBL8Q1347LowcOZWoNiDoaaLI9hRBTqJGyvCstG5NNhsLTKMM3UDk0WNXflPg==}
+ engines: {node: '>=8'}
peerDependencies:
react: 15.x || 16.x || 17.x || 18.x
dependencies:
- "@sentry/browser": 7.50.0
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ '@sentry/browser': 7.50.0
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
hoist-non-react-statics: 3.3.2
react: 18.2.0
tslib: 1.14.1
dev: true
/@sentry/replay@7.50.0:
- resolution:
- {
- integrity: sha512-EYRk+DTZ5luwfkiCaDpBC3YBKIEdkReTUNZtWDVUytSVjsCnttkAipx/y6bxy3HN+rSXungMd3XKQT5RNMRUNA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-EYRk+DTZ5luwfkiCaDpBC3YBKIEdkReTUNZtWDVUytSVjsCnttkAipx/y6bxy3HN+rSXungMd3XKQT5RNMRUNA==}
+ engines: {node: '>=12'}
dependencies:
- "@sentry/core": 7.50.0
- "@sentry/types": 7.50.0
- "@sentry/utils": 7.50.0
+ '@sentry/core': 7.50.0
+ '@sentry/types': 7.50.0
+ '@sentry/utils': 7.50.0
dev: true
/@sentry/tracing@7.50.0:
- resolution:
- {
- integrity: sha512-avbIgDA/Bktci5OeWb5T6JCS5edWHeket92KeFNpMH79NfF46csA5yBgM+q0X9/R4swZd5fuTQwh4y6BHA4lEQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-avbIgDA/Bktci5OeWb5T6JCS5edWHeket92KeFNpMH79NfF46csA5yBgM+q0X9/R4swZd5fuTQwh4y6BHA4lEQ==}
+ engines: {node: '>=8'}
dependencies:
- "@sentry-internal/tracing": 7.50.0
+ '@sentry-internal/tracing': 7.50.0
dev: true
/@sentry/types@6.19.7:
- resolution:
- {
- integrity: sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-jH84pDYE+hHIbVnab3Hr+ZXr1v8QABfhx39KknxqKWr2l0oEItzepV0URvbEhB446lk/S/59230dlUUIBGsXbg==}
+ engines: {node: '>=6'}
dev: false
/@sentry/types@7.50.0:
- resolution:
- {
- integrity: sha512-Zo9vyI98QNeYT0K0y57Rb4JRWDaPEgmp+QkQ4CRQZFUTWetO5fvPZ4Gb/R7TW16LajuHZlbJBHmvmNj2pkL2kw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Zo9vyI98QNeYT0K0y57Rb4JRWDaPEgmp+QkQ4CRQZFUTWetO5fvPZ4Gb/R7TW16LajuHZlbJBHmvmNj2pkL2kw==}
+ engines: {node: '>=8'}
dev: true
/@sentry/types@7.64.0:
- resolution:
- {
- integrity: sha512-LqjQprWXjUFRmzIlUjyA+KL+38elgIYmAeoDrdyNVh8MK5IC1W2Lh1Q87b4yOiZeMiIhIVNBd7Ecoh2rodGrGA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-LqjQprWXjUFRmzIlUjyA+KL+38elgIYmAeoDrdyNVh8MK5IC1W2Lh1Q87b4yOiZeMiIhIVNBd7Ecoh2rodGrGA==}
+ engines: {node: '>=8'}
dev: false
/@sentry/utils@6.19.7:
- resolution:
- {
- integrity: sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-z95ECmE3i9pbWoXQrD/7PgkBAzJYR+iXtPuTkpBjDKs86O3mT+PXOT3BAn79w2wkn7/i3vOGD2xVr1uiMl26dA==}
+ engines: {node: '>=6'}
dependencies:
- "@sentry/types": 6.19.7
+ '@sentry/types': 6.19.7
tslib: 1.14.1
dev: false
/@sentry/utils@7.50.0:
- resolution:
- {
- integrity: sha512-iyPwwC6fwJsiPhH27ZbIiSsY5RaccHBqADS2zEjgKYhmP4P9WGgHRDrvLEnkOjqQyKNb6c0yfmv83n0uxYnolw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-iyPwwC6fwJsiPhH27ZbIiSsY5RaccHBqADS2zEjgKYhmP4P9WGgHRDrvLEnkOjqQyKNb6c0yfmv83n0uxYnolw==}
+ engines: {node: '>=8'}
dependencies:
- "@sentry/types": 7.50.0
+ '@sentry/types': 7.50.0
tslib: 1.14.1
dev: true
/@sentry/utils@7.64.0:
- resolution:
- {
- integrity: sha512-HRlM1INzK66Gt+F4vCItiwGKAng4gqzCR4C5marsL3qv6SrKH98dQnCGYgXluSWaaa56h97FRQu7TxCk6jkSvQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-HRlM1INzK66Gt+F4vCItiwGKAng4gqzCR4C5marsL3qv6SrKH98dQnCGYgXluSWaaa56h97FRQu7TxCk6jkSvQ==}
+ engines: {node: '>=8'}
dependencies:
- "@sentry/types": 7.64.0
+ '@sentry/types': 7.64.0
tslib: 2.6.1
dev: false
/@sentry/webpack-plugin@1.20.0:
- resolution:
- {
- integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==}
+ engines: {node: '>= 8'}
dependencies:
- "@sentry/cli": 1.75.2
+ '@sentry/cli': 1.75.2
webpack-sources: 3.2.3
transitivePeerDependencies:
- encoding
@@ -18369,76 +14977,46 @@ packages:
dev: true
/@sideway/address@4.1.4:
- resolution:
- {
- integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==
- }
+ resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
dependencies:
- "@hapi/hoek": 9.3.0
+ '@hapi/hoek': 9.3.0
/@sideway/formula@3.0.1:
- resolution:
- {
- integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
- }
+ resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==}
/@sideway/pinpoint@2.0.0:
- resolution:
- {
- integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
- }
+ resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==}
/@sinclair/typebox@0.27.8:
- resolution:
- {
- integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
- }
+ resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
/@sindresorhus/is@0.14.0:
- resolution:
- {
- integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==}
+ engines: {node: '>=6'}
/@sindresorhus/is@4.6.0:
- resolution:
- {
- integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
+ engines: {node: '>=10'}
dev: true
/@sindresorhus/is@5.6.0:
- resolution:
- {
- integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==}
+ engines: {node: '>=14.16'}
dev: true
/@sinonjs/commons@3.0.0:
- resolution:
- {
- integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==
- }
+ resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==}
dependencies:
type-detect: 4.0.8
/@sinonjs/fake-timers@10.3.0:
- resolution:
- {
- integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
- }
+ resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
dependencies:
- "@sinonjs/commons": 3.0.0
+ '@sinonjs/commons': 3.0.0
/@slorber/static-site-generator-webpack-plugin@4.0.7:
- resolution:
- {
- integrity: sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==}
+ engines: {node: '>=14'}
dependencies:
eval: 0.1.8
p-map: 4.0.0
@@ -18446,13 +15024,10 @@ packages:
dev: false
/@stoplight/better-ajv-errors@1.0.3(ajv@8.12.0):
- resolution:
- {
- integrity: sha512-0p9uXkuB22qGdNfy3VeEhxkU5uwvp/KrBTAbrLBURv6ilxIVwanKwjMc41lQfIVgPGcOkmLbTolfFrSsueu7zA==
- }
- engines: { node: ^12.20 || >= 14.13 }
+ resolution: {integrity: sha512-0p9uXkuB22qGdNfy3VeEhxkU5uwvp/KrBTAbrLBURv6ilxIVwanKwjMc41lQfIVgPGcOkmLbTolfFrSsueu7zA==}
+ engines: {node: ^12.20 || >= 14.13}
peerDependencies:
- ajv: ">=8"
+ ajv: '>=8'
dependencies:
ajv: 8.12.0
jsonpointer: 5.0.1
@@ -18460,11 +15035,8 @@ packages:
dev: false
/@stoplight/json-ref-readers@1.2.2:
- resolution:
- {
- integrity: sha512-nty0tHUq2f1IKuFYsLM4CXLZGHdMn+X/IwEUIpeSOXt0QjMUbL0Em57iJUDzz+2MkWG83smIigNZ3fauGjqgdQ==
- }
- engines: { node: ">=8.3.0" }
+ resolution: {integrity: sha512-nty0tHUq2f1IKuFYsLM4CXLZGHdMn+X/IwEUIpeSOXt0QjMUbL0Em57iJUDzz+2MkWG83smIigNZ3fauGjqgdQ==}
+ engines: {node: '>=8.3.0'}
dependencies:
node-fetch: 2.6.12
tslib: 1.14.1
@@ -18473,16 +15045,13 @@ packages:
dev: false
/@stoplight/json-ref-resolver@3.1.6:
- resolution:
- {
- integrity: sha512-YNcWv3R3n3U6iQYBsFOiWSuRGE5su1tJSiX6pAPRVk7dP0L7lqCteXGzuVRQ0gMZqUl8v1P0+fAKxF6PLo9B5A==
- }
- engines: { node: ">=8.3.0" }
- dependencies:
- "@stoplight/json": 3.21.0
- "@stoplight/path": 1.3.2
- "@stoplight/types": 13.19.0
- "@types/urijs": 1.19.19
+ resolution: {integrity: sha512-YNcWv3R3n3U6iQYBsFOiWSuRGE5su1tJSiX6pAPRVk7dP0L7lqCteXGzuVRQ0gMZqUl8v1P0+fAKxF6PLo9B5A==}
+ engines: {node: '>=8.3.0'}
+ dependencies:
+ '@stoplight/json': 3.21.0
+ '@stoplight/path': 1.3.2
+ '@stoplight/types': 13.19.0
+ '@types/urijs': 1.19.19
dependency-graph: 0.11.0
fast-memoize: 2.5.2
immer: 9.0.21
@@ -18492,10 +15061,7 @@ packages:
dev: false
/@stoplight/json-schema-merge-allof@0.7.8:
- resolution:
- {
- integrity: sha512-JTDt6GYpCWQSb7+UW1P91IAp/pcLWis0mmEzWVFcLsrNgtUYK7JLtYYz0ZPSR4QVL0fJ0YQejM+MPq5iNDFO4g==
- }
+ resolution: {integrity: sha512-JTDt6GYpCWQSb7+UW1P91IAp/pcLWis0mmEzWVFcLsrNgtUYK7JLtYYz0ZPSR4QVL0fJ0YQejM+MPq5iNDFO4g==}
dependencies:
compute-lcm: 1.1.2
json-schema-compare: 0.2.2
@@ -18503,48 +15069,42 @@ packages:
dev: false
/@stoplight/json-schema-tree@2.2.5:
- resolution:
- {
- integrity: sha512-H2d5EHbWJwbu4h7Eh3R4He4SGlfA5ScucpMqylVTgPwQImvikIyrI+v6oqzpl9fFZ6SkidfTcUs3z1+IKwxWdA==
- }
- engines: { node: ">=10.18" }
- dependencies:
- "@stoplight/json": 3.21.0
- "@stoplight/json-schema-merge-allof": 0.7.8
- "@stoplight/lifecycle": 2.3.3
- "@types/json-schema": 7.0.12
+ resolution: {integrity: sha512-H2d5EHbWJwbu4h7Eh3R4He4SGlfA5ScucpMqylVTgPwQImvikIyrI+v6oqzpl9fFZ6SkidfTcUs3z1+IKwxWdA==}
+ engines: {node: '>=10.18'}
+ dependencies:
+ '@stoplight/json': 3.21.0
+ '@stoplight/json-schema-merge-allof': 0.7.8
+ '@stoplight/lifecycle': 2.3.3
+ '@types/json-schema': 7.0.12
magic-error: 0.0.1
dev: false
- /@stoplight/json-schema-viewer@4.5.0(@babel/core@7.22.10)(@stoplight/markdown-viewer@5.6.0)(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-YtLL+BqyqfcRUMiFFl2w8501b0A7Ae3/RzoYzaHX+y+q/6nGv0/ViwV6W9q2dvC0QXGMjIL+5YhthKyeJ4Px+A==
- }
- engines: { node: ">=10.18" }
- peerDependencies:
- "@stoplight/markdown-viewer": ^5
- "@stoplight/mosaic": ^1
- "@stoplight/mosaic-code-viewer": ^1
- react: ">=16.8"
- react-dom: ">=16.8"
- dependencies:
- "@fortawesome/free-solid-svg-icons": 5.15.4
- "@stoplight/json": 3.21.0
- "@stoplight/json-schema-tree": 2.2.5
- "@stoplight/markdown-viewer": 5.6.0(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/mosaic": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/mosaic-code-viewer": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/react-error-boundary": 2.0.0(react-dom@17.0.2)(react@17.0.2)
- "@types/json-schema": 7.0.12
+ /@stoplight/json-schema-viewer@4.5.0(@babel/core@7.12.9)(@stoplight/markdown-viewer@5.6.0)(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2):
+ resolution: {integrity: sha512-YtLL+BqyqfcRUMiFFl2w8501b0A7Ae3/RzoYzaHX+y+q/6nGv0/ViwV6W9q2dvC0QXGMjIL+5YhthKyeJ4Px+A==}
+ engines: {node: '>=10.18'}
+ peerDependencies:
+ '@stoplight/markdown-viewer': ^5
+ '@stoplight/mosaic': ^1
+ '@stoplight/mosaic-code-viewer': ^1
+ react: '>=16.8'
+ react-dom: '>=16.8'
+ dependencies:
+ '@fortawesome/free-solid-svg-icons': 5.15.4
+ '@stoplight/json': 3.21.0
+ '@stoplight/json-schema-tree': 2.2.5
+ '@stoplight/markdown-viewer': 5.6.0(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/mosaic': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/mosaic-code-viewer': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/react-error-boundary': 2.0.0(react-dom@17.0.2)(react@17.0.2)
+ '@types/json-schema': 7.0.12
classnames: 2.3.2
- jotai: 1.13.1(@babel/core@7.22.10)(react@17.0.2)
+ jotai: 1.13.1(@babel/core@7.12.9)(react@17.0.2)
lodash: 4.17.21
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/template"
+ - '@babel/core'
+ - '@babel/template'
- jotai-devtools
- jotai-immer
- jotai-optics
@@ -18557,48 +15117,39 @@ packages:
dev: false
/@stoplight/json@3.21.0:
- resolution:
- {
- integrity: sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==
- }
- engines: { node: ">=8.3.0" }
- dependencies:
- "@stoplight/ordered-object-literal": 1.0.4
- "@stoplight/path": 1.3.2
- "@stoplight/types": 13.19.0
+ resolution: {integrity: sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==}
+ engines: {node: '>=8.3.0'}
+ dependencies:
+ '@stoplight/ordered-object-literal': 1.0.4
+ '@stoplight/path': 1.3.2
+ '@stoplight/types': 13.19.0
jsonc-parser: 2.2.1
lodash: 4.17.21
safe-stable-stringify: 1.1.1
dev: false
/@stoplight/lifecycle@2.3.3:
- resolution:
- {
- integrity: sha512-JbPRTIzPZabeYPAk5+gdsnfwAxqW35G9e0ZjOG3toUmNViLOsEzuK4vpWd+Prv2Mw8HRmu+haiYizteZp6mk0w==
- }
- engines: { node: ">=8.3.0" }
+ resolution: {integrity: sha512-JbPRTIzPZabeYPAk5+gdsnfwAxqW35G9e0ZjOG3toUmNViLOsEzuK4vpWd+Prv2Mw8HRmu+haiYizteZp6mk0w==}
+ engines: {node: '>=8.3.0'}
dependencies:
tslib: 2.6.1
wolfy87-eventemitter: 5.2.9
dev: false
/@stoplight/markdown-viewer@5.6.0(@stoplight/mosaic-code-viewer@1.42.0)(@stoplight/mosaic@1.42.0)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-vKHn1Bv9nafBYQWtNLlrRZ1aKqFRTOdfWUAhCSV1ZH4iqxGa+O1OWWTBbeOF5du8vcrWu1tTrXoCXkZjmq1NlA==
- }
- engines: { node: ">=12" }
- peerDependencies:
- "@stoplight/mosaic": ^1.24.4
- "@stoplight/mosaic-code-viewer": ^1.24.4
- react: ">=16.14"
- react-dom: ">=16.14"
- dependencies:
- "@rehooks/component-size": 1.0.3(react@17.0.2)
- "@stoplight/markdown": 3.2.0
- "@stoplight/mosaic": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/mosaic-code-viewer": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/react-error-boundary": 2.0.0(react-dom@17.0.2)(react@17.0.2)
+ resolution: {integrity: sha512-vKHn1Bv9nafBYQWtNLlrRZ1aKqFRTOdfWUAhCSV1ZH4iqxGa+O1OWWTBbeOF5du8vcrWu1tTrXoCXkZjmq1NlA==}
+ engines: {node: '>=12'}
+ peerDependencies:
+ '@stoplight/mosaic': ^1.24.4
+ '@stoplight/mosaic-code-viewer': ^1.24.4
+ react: '>=16.14'
+ react-dom: '>=16.14'
+ dependencies:
+ '@rehooks/component-size': 1.0.3(react@17.0.2)
+ '@stoplight/markdown': 3.2.0
+ '@stoplight/mosaic': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/mosaic-code-viewer': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/react-error-boundary': 2.0.0(react-dom@17.0.2)(react@17.0.2)
deepmerge: 4.3.1
hast-to-hyperscript: 10.0.3
hast-util-raw: 7.0.0
@@ -18617,14 +15168,11 @@ packages:
dev: false
/@stoplight/markdown@3.2.0:
- resolution:
- {
- integrity: sha512-Hhnrj7xb+f4iMQQeZBKLgfst3OJyV8T4BKr8BSYnKpp070B6fE63V/lkPuKqrpvidcv6kz3INDBU/GE7K2Q0uw==
- }
- engines: { node: ">=12" }
- dependencies:
- "@stoplight/types": 12.5.0
- "@stoplight/yaml": 4.2.3
+ resolution: {integrity: sha512-Hhnrj7xb+f4iMQQeZBKLgfst3OJyV8T4BKr8BSYnKpp070B6fE63V/lkPuKqrpvidcv6kz3INDBU/GE7K2Q0uw==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@stoplight/types': 12.5.0
+ '@stoplight/yaml': 4.2.3
github-slugger: 1.5.0
hast-util-whitespace: 2.0.1
lodash: 4.17.21
@@ -18642,22 +15190,19 @@ packages:
dev: false
/@stoplight/mosaic-code-viewer@1.42.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-kroa7Oiw0UWxluk8dMTiHwW0wl0KYlkd2Ee14ZjjfV3UEI6dkoHMbAn2Xx6RW8+CVRRnJ8yCS7xQ25cIJ+zrrw==
- }
- peerDependencies:
- react: ">= 16.14"
- dependencies:
- "@fortawesome/fontawesome-svg-core": 6.4.2
- "@fortawesome/react-fontawesome": 0.2.0(@fortawesome/fontawesome-svg-core@6.4.2)(react@17.0.2)
- "@react-hook/size": 2.1.2(react@17.0.2)
- "@react-hook/window-size": 3.1.1(react@17.0.2)
- "@react-types/radio": 3.1.2(react@17.0.2)
- "@react-types/shared": 3.9.0(react@17.0.2)
- "@react-types/switch": 3.1.2(react@17.0.2)
- "@stoplight/mosaic": 1.42.0(react-dom@17.0.2)(react@17.0.2)
- "@stoplight/types": 13.19.0
+ resolution: {integrity: sha512-kroa7Oiw0UWxluk8dMTiHwW0wl0KYlkd2Ee14ZjjfV3UEI6dkoHMbAn2Xx6RW8+CVRRnJ8yCS7xQ25cIJ+zrrw==}
+ peerDependencies:
+ react: '>= 16.14'
+ dependencies:
+ '@fortawesome/fontawesome-svg-core': 6.4.2
+ '@fortawesome/react-fontawesome': 0.2.0(@fortawesome/fontawesome-svg-core@6.4.2)(react@17.0.2)
+ '@react-hook/size': 2.1.2(react@17.0.2)
+ '@react-hook/window-size': 3.1.1(react@17.0.2)
+ '@react-types/radio': 3.1.2(react@17.0.2)
+ '@react-types/shared': 3.9.0(react@17.0.2)
+ '@react-types/switch': 3.1.2(react@17.0.2)
+ '@stoplight/mosaic': 1.42.0(react-dom@17.0.2)(react@17.0.2)
+ '@stoplight/types': 13.19.0
clsx: 1.2.1
copy-to-clipboard: 3.3.3
dom-helpers: 3.4.0
@@ -18678,25 +15223,22 @@ packages:
dev: false
/@stoplight/mosaic@1.42.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-ekTcf89CCUFA/0+cWq/iSSqXe9wVk+kSHkF0aBzT3ZkilGBUr2URITFx9Slvc0t+j+wm0C7p+ehx5DI6bXaVxg==
- }
- peerDependencies:
- react: ">= 16.14"
- dependencies:
- "@fortawesome/fontawesome-svg-core": 6.4.2
- "@fortawesome/react-fontawesome": 0.2.0(@fortawesome/fontawesome-svg-core@6.4.2)(react@17.0.2)
- "@react-hook/size": 2.1.2(react@17.0.2)
- "@react-hook/window-size": 3.1.1(react@17.0.2)
- "@react-types/button": 3.4.1(react@17.0.2)
- "@react-types/radio": 3.1.2(react@17.0.2)
- "@react-types/shared": 3.9.0(react@17.0.2)
- "@react-types/switch": 3.1.2(react@17.0.2)
- "@react-types/textfield": 3.3.0(react@17.0.2)
- "@stoplight/types": 13.19.0
- "@types/react": 17.0.64
- "@types/react-dom": 17.0.20
+ resolution: {integrity: sha512-ekTcf89CCUFA/0+cWq/iSSqXe9wVk+kSHkF0aBzT3ZkilGBUr2URITFx9Slvc0t+j+wm0C7p+ehx5DI6bXaVxg==}
+ peerDependencies:
+ react: '>= 16.14'
+ dependencies:
+ '@fortawesome/fontawesome-svg-core': 6.4.2
+ '@fortawesome/react-fontawesome': 0.2.0(@fortawesome/fontawesome-svg-core@6.4.2)(react@17.0.2)
+ '@react-hook/size': 2.1.2(react@17.0.2)
+ '@react-hook/window-size': 3.1.1(react@17.0.2)
+ '@react-types/button': 3.4.1(react@17.0.2)
+ '@react-types/radio': 3.1.2(react@17.0.2)
+ '@react-types/shared': 3.9.0(react@17.0.2)
+ '@react-types/switch': 3.1.2(react@17.0.2)
+ '@react-types/textfield': 3.3.0(react@17.0.2)
+ '@stoplight/types': 13.19.0
+ '@types/react': 17.0.64
+ '@types/react-dom': 17.0.20
clsx: 1.2.1
copy-to-clipboard: 3.3.3
dom-helpers: 3.4.0
@@ -18715,52 +15257,40 @@ packages:
dev: false
/@stoplight/ordered-object-literal@1.0.4:
- resolution:
- {
- integrity: sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==}
+ engines: {node: '>=8'}
dev: false
/@stoplight/path@1.3.2:
- resolution:
- {
- integrity: sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==}
+ engines: {node: '>=8'}
dev: false
/@stoplight/react-error-boundary@2.0.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-r9cyaaH2h0kFe5c0aP+yJuY9CyXgfbBaMO6660M/wRQXqM49K5Ul7kexE4ei2cqYgo+Cd6ALl6RXSZFYwf2kCA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-r9cyaaH2h0kFe5c0aP+yJuY9CyXgfbBaMO6660M/wRQXqM49K5Ul7kexE4ei2cqYgo+Cd6ALl6RXSZFYwf2kCA==}
+ engines: {node: '>=10'}
peerDependencies:
- react: ">=16.8"
- react-dom: ">=16.8"
+ react: '>=16.8'
+ react-dom: '>=16.8'
dependencies:
- "@sentry/react": 6.19.7(react@17.0.2)
+ '@sentry/react': 6.19.7(react@17.0.2)
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
dev: false
/@stoplight/spectral-core@1.18.3:
- resolution:
- {
- integrity: sha512-YY8x7X2SWJIhGTLPol+eFiQpWPz0D0mJdkK2i4A0QJG68KkNhypP6+JBC7/Kz3XWjqr0L/RqAd+N5cQLPOKZGQ==
- }
- engines: { node: ^12.20 || >= 14.13 }
- dependencies:
- "@stoplight/better-ajv-errors": 1.0.3(ajv@8.12.0)
- "@stoplight/json": 3.21.0
- "@stoplight/path": 1.3.2
- "@stoplight/spectral-parsers": 1.0.3
- "@stoplight/spectral-ref-resolver": 1.0.4
- "@stoplight/spectral-runtime": 1.1.2
- "@stoplight/types": 13.6.0
- "@types/es-aggregate-error": 1.0.2
- "@types/json-schema": 7.0.12
+ resolution: {integrity: sha512-YY8x7X2SWJIhGTLPol+eFiQpWPz0D0mJdkK2i4A0QJG68KkNhypP6+JBC7/Kz3XWjqr0L/RqAd+N5cQLPOKZGQ==}
+ engines: {node: ^12.20 || >= 14.13}
+ dependencies:
+ '@stoplight/better-ajv-errors': 1.0.3(ajv@8.12.0)
+ '@stoplight/json': 3.21.0
+ '@stoplight/path': 1.3.2
+ '@stoplight/spectral-parsers': 1.0.3
+ '@stoplight/spectral-ref-resolver': 1.0.4
+ '@stoplight/spectral-runtime': 1.1.2
+ '@stoplight/types': 13.6.0
+ '@types/es-aggregate-error': 1.0.2
+ '@types/json-schema': 7.0.12
ajv: 8.12.0
ajv-errors: 3.0.0(ajv@8.12.0)
ajv-formats: 2.1.1(ajv@8.12.0)
@@ -18778,32 +15308,26 @@ packages:
dev: false
/@stoplight/spectral-formats@1.5.0:
- resolution:
- {
- integrity: sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==
- }
- engines: { node: ">=12" }
- dependencies:
- "@stoplight/json": 3.21.0
- "@stoplight/spectral-core": 1.18.3
- "@types/json-schema": 7.0.12
+ resolution: {integrity: sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@stoplight/json': 3.21.0
+ '@stoplight/spectral-core': 1.18.3
+ '@types/json-schema': 7.0.12
tslib: 2.6.1
transitivePeerDependencies:
- encoding
dev: false
/@stoplight/spectral-functions@1.7.2:
- resolution:
- {
- integrity: sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==
- }
- engines: { node: ">=12" }
- dependencies:
- "@stoplight/better-ajv-errors": 1.0.3(ajv@8.12.0)
- "@stoplight/json": 3.21.0
- "@stoplight/spectral-core": 1.18.3
- "@stoplight/spectral-formats": 1.5.0
- "@stoplight/spectral-runtime": 1.1.2
+ resolution: {integrity: sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@stoplight/better-ajv-errors': 1.0.3(ajv@8.12.0)
+ '@stoplight/json': 3.21.0
+ '@stoplight/spectral-core': 1.18.3
+ '@stoplight/spectral-formats': 1.5.0
+ '@stoplight/spectral-runtime': 1.1.2
ajv: 8.12.0
ajv-draft-04: 1.0.0(ajv@8.12.0)
ajv-errors: 3.0.0(ajv@8.12.0)
@@ -18815,28 +15339,22 @@ packages:
dev: false
/@stoplight/spectral-parsers@1.0.3:
- resolution:
- {
- integrity: sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==
- }
- engines: { node: ^12.20 || >=14.13 }
- dependencies:
- "@stoplight/json": 3.21.0
- "@stoplight/types": 13.19.0
- "@stoplight/yaml": 4.2.3
+ resolution: {integrity: sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==}
+ engines: {node: ^12.20 || >=14.13}
+ dependencies:
+ '@stoplight/json': 3.21.0
+ '@stoplight/types': 13.19.0
+ '@stoplight/yaml': 4.2.3
tslib: 2.6.1
dev: false
/@stoplight/spectral-ref-resolver@1.0.4:
- resolution:
- {
- integrity: sha512-5baQIYL0NJTSVy8v6RxOR4U51xOUYM8wJri1YvlAT6bPN8m0EIxMwfVYi0xUZEMVeHcWx869nIkoqyWmOutF2A==
- }
- engines: { node: ">=12" }
- dependencies:
- "@stoplight/json-ref-readers": 1.2.2
- "@stoplight/json-ref-resolver": 3.1.6
- "@stoplight/spectral-runtime": 1.1.2
+ resolution: {integrity: sha512-5baQIYL0NJTSVy8v6RxOR4U51xOUYM8wJri1YvlAT6bPN8m0EIxMwfVYi0xUZEMVeHcWx869nIkoqyWmOutF2A==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@stoplight/json-ref-readers': 1.2.2
+ '@stoplight/json-ref-resolver': 3.1.6
+ '@stoplight/spectral-runtime': 1.1.2
dependency-graph: 0.11.0
tslib: 2.6.1
transitivePeerDependencies:
@@ -18844,15 +15362,12 @@ packages:
dev: false
/@stoplight/spectral-runtime@1.1.2:
- resolution:
- {
- integrity: sha512-fr5zRceXI+hrl82yAVoME+4GvJie8v3wmOe9tU+ZLRRNonizthy8qDi0Z/z4olE+vGreSDcuDOZ7JjRxFW5kTw==
- }
- engines: { node: ">=12" }
- dependencies:
- "@stoplight/json": 3.21.0
- "@stoplight/path": 1.3.2
- "@stoplight/types": 12.5.0
+ resolution: {integrity: sha512-fr5zRceXI+hrl82yAVoME+4GvJie8v3wmOe9tU+ZLRRNonizthy8qDi0Z/z4olE+vGreSDcuDOZ7JjRxFW5kTw==}
+ engines: {node: '>=12'}
+ dependencies:
+ '@stoplight/json': 3.21.0
+ '@stoplight/path': 1.3.2
+ '@stoplight/types': 12.5.0
abort-controller: 3.0.0
lodash: 4.17.21
node-fetch: 2.6.12
@@ -18862,63 +15377,45 @@ packages:
dev: false
/@stoplight/types@12.5.0:
- resolution:
- {
- integrity: sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==}
+ engines: {node: '>=8'}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
utility-types: 3.10.0
dev: false
/@stoplight/types@13.19.0:
- resolution:
- {
- integrity: sha512-HvbH6fbvNcTJZVRGV1Xb87cwnXXuc94XYTg4SOvKOL4F9cc4UMw7Q40oaIgJ8iewkMnOSIlLExdmTkjF/QH2pg==
- }
- engines: { node: ^12.20 || >=14.13 }
+ resolution: {integrity: sha512-HvbH6fbvNcTJZVRGV1Xb87cwnXXuc94XYTg4SOvKOL4F9cc4UMw7Q40oaIgJ8iewkMnOSIlLExdmTkjF/QH2pg==}
+ engines: {node: ^12.20 || >=14.13}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
utility-types: 3.10.0
dev: false
/@stoplight/types@13.6.0:
- resolution:
- {
- integrity: sha512-dzyuzvUjv3m1wmhPfq82lCVYGcXG0xUYgqnWfCq3PCVR4BKFhjdkHrnJ+jIDoMKvXb05AZP/ObQF6+NpDo29IQ==
- }
- engines: { node: ^12.20 || >=14.13 }
+ resolution: {integrity: sha512-dzyuzvUjv3m1wmhPfq82lCVYGcXG0xUYgqnWfCq3PCVR4BKFhjdkHrnJ+jIDoMKvXb05AZP/ObQF6+NpDo29IQ==}
+ engines: {node: ^12.20 || >=14.13}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
utility-types: 3.10.0
dev: false
/@stoplight/yaml-ast-parser@0.0.48:
- resolution:
- {
- integrity: sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==
- }
+ resolution: {integrity: sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==}
dev: false
/@stoplight/yaml@4.2.3:
- resolution:
- {
- integrity: sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==
- }
- engines: { node: ">=10.8" }
- dependencies:
- "@stoplight/ordered-object-literal": 1.0.4
- "@stoplight/types": 13.19.0
- "@stoplight/yaml-ast-parser": 0.0.48
+ resolution: {integrity: sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==}
+ engines: {node: '>=10.8'}
+ dependencies:
+ '@stoplight/ordered-object-literal': 1.0.4
+ '@stoplight/types': 13.19.0
+ '@stoplight/yaml-ast-parser': 0.0.48
tslib: 2.6.1
dev: false
/@storybook/addon-a11y@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-wUf0ogOhoUIvZ3w8FbaRuJ4eIjmatw/JOc0PSuBbgMxlc3s6EjYALcYbVmrJx6zkvbQRXP7cFex3d3uGgimpkg==
- }
+ resolution: {integrity: sha512-wUf0ogOhoUIvZ3w8FbaRuJ4eIjmatw/JOc0PSuBbgMxlc3s6EjYALcYbVmrJx6zkvbQRXP7cFex3d3uGgimpkg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -18928,16 +15425,16 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/addon-highlight": 7.1.1
- "@storybook/channels": 7.1.1
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/addon-highlight': 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
axe-core: 4.7.2
lodash: 4.17.21
react: 18.2.0
@@ -18946,10 +15443,7 @@ packages:
dev: true
/@storybook/addon-actions@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-IDxBmNnVgLFfQ407MxOUJmqjz0hgiZB9syi4sfp7BKp5MIPUDT1m+z603kGrvx0bk0W0DPqkp/H8ySEGEx0x6g==
- }
+ resolution: {integrity: sha512-IDxBmNnVgLFfQ407MxOUJmqjz0hgiZB9syi4sfp7BKp5MIPUDT1m+z603kGrvx0bk0W0DPqkp/H8ySEGEx0x6g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -18959,14 +15453,14 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
dequal: 2.0.3
lodash: 4.17.21
polished: 4.2.2
@@ -18980,10 +15474,7 @@ packages:
dev: true
/@storybook/addon-backgrounds@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-6YAjF01R/qFxeZc1B5cSxseaGXJzikMPPExSZaKkD0eW3max5Kpk+qb7rOX95m3jP2WD/0zfX6lEQUCbmDcxlg==
- }
+ resolution: {integrity: sha512-6YAjF01R/qFxeZc1B5cSxseaGXJzikMPPExSZaKkD0eW3max5Kpk+qb7rOX95m3jP2WD/0zfX6lEQUCbmDcxlg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -18993,14 +15484,14 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
memoizerific: 1.11.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -19008,10 +15499,7 @@ packages:
dev: true
/@storybook/addon-controls@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-qi7fxUSovTLFWeejZLagMV+4SedL0DIhZrufuQCnEeO1gbTJJPaL/KLZnilFlI3SgspkzGehhGDR6SVkDuwnZg==
- }
+ resolution: {integrity: sha512-qi7fxUSovTLFWeejZLagMV+4SedL0DIhZrufuQCnEeO1gbTJJPaL/KLZnilFlI3SgspkzGehhGDR6SVkDuwnZg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19021,15 +15509,15 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/blocks": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-common": 7.1.1
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/node-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/blocks': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-common': 7.1.1
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/node-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
lodash: 4.17.21
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -19040,29 +15528,26 @@ packages:
dev: true
/@storybook/addon-docs@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-KfsrqvR6RA0qyCwBpJjeivu/+F+n3jcMMKkBtI56E/pyQCx4+pMTJXJ2l5gJibNWYoR1CVlS9f5n5ZNGz8BzeQ==
- }
+ resolution: {integrity: sha512-KfsrqvR6RA0qyCwBpJjeivu/+F+n3jcMMKkBtI56E/pyQCx4+pMTJXJ2l5gJibNWYoR1CVlS9f5n5ZNGz8BzeQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@jest/transform": 29.6.2
- "@mdx-js/react": 2.3.0(react@18.2.0)
- "@storybook/blocks": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/csf-plugin": 7.1.1
- "@storybook/csf-tools": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/mdx2-csf": 1.1.0
- "@storybook/node-logger": 7.1.1
- "@storybook/postinstall": 7.1.1
- "@storybook/preview-api": 7.1.1
- "@storybook/react-dom-shim": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@jest/transform': 29.6.2
+ '@mdx-js/react': 2.3.0(react@18.2.0)
+ '@storybook/blocks': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/csf-plugin': 7.1.1
+ '@storybook/csf-tools': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/mdx2-csf': 1.1.0
+ '@storybook/node-logger': 7.1.1
+ '@storybook/postinstall': 7.1.1
+ '@storybook/preview-api': 7.1.1
+ '@storybook/react-dom-shim': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
fs-extra: 11.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -19075,27 +15560,24 @@ packages:
dev: true
/@storybook/addon-essentials@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-eCty+Q7zBjkBbaJ0HaM/UaXxJ+77uKBtEc9g+hLZFqga50auPCfCcqjnqNnxkTmewkJomx3N91BJUJJzVPUlJA==
- }
+ resolution: {integrity: sha512-eCty+Q7zBjkBbaJ0HaM/UaXxJ+77uKBtEc9g+hLZFqga50auPCfCcqjnqNnxkTmewkJomx3N91BJUJJzVPUlJA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/addon-actions": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-backgrounds": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-controls": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-docs": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-highlight": 7.1.1
- "@storybook/addon-measure": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-outline": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-toolbars": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/addon-viewport": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-common": 7.1.1
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/node-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
+ '@storybook/addon-actions': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-backgrounds': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-controls': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-docs': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-highlight': 7.1.1
+ '@storybook/addon-measure': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-outline': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-toolbars': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/addon-viewport': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-common': 7.1.1
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/node-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
ts-dedent: 2.2.0
@@ -19105,21 +15587,15 @@ packages:
dev: true
/@storybook/addon-highlight@7.1.1:
- resolution:
- {
- integrity: sha512-iOLzcv4JK2R2EBcbeDLB5uuYaW96M9Vh+ZrkpKEJvHwrQzzvBo3kJ7bP/AArAEXtR5MN1al3x7mnvRofu3OIdQ==
- }
+ resolution: {integrity: sha512-iOLzcv4JK2R2EBcbeDLB5uuYaW96M9Vh+ZrkpKEJvHwrQzzvBo3kJ7bP/AArAEXtR5MN1al3x7mnvRofu3OIdQ==}
dependencies:
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/preview-api": 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/preview-api': 7.1.1
dev: true
/@storybook/addon-measure@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-LKJ9vN0qdFVeqjPeF44R2issR0UMAuL2LzbZNxAfeNX9SxdV7qONBOt8OZNKkmm7mJ+jBZsR9Ok68PCOsXA7Xw==
- }
+ resolution: {integrity: sha512-LKJ9vN0qdFVeqjPeF44R2issR0UMAuL2LzbZNxAfeNX9SxdV7qONBOt8OZNKkmm7mJ+jBZsR9Ok68PCOsXA7Xw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19129,23 +15605,20 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/types": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/types': 7.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
tiny-invariant: 1.3.1
dev: true
/@storybook/addon-outline@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-zdgOA46n61o/rqvnAn1OxAczl/C99D64e+6EoK8t+Xf9fvykPQCgfBUAPq19qEAaBG4RoPpTvGSJXH2nFqJZDw==
- }
+ resolution: {integrity: sha512-zdgOA46n61o/rqvnAn1OxAczl/C99D64e+6EoK8t+Xf9fvykPQCgfBUAPq19qEAaBG4RoPpTvGSJXH2nFqJZDw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19155,52 +15628,49 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/types": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/types': 7.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
ts-dedent: 2.2.0
dev: true
/@storybook/addon-storyshots@7.1.1(@storybook/react@7.1.1)(jest@29.5.0)(preact@10.17.0)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-zwrPAcac/B/lUTnlY1D80lZOLioEQh/t0u5ZqrC8ZLyCQ99nJTPyYgCvse8iNOy9G75JTmVHQfsrFZ4QDeX23w==
- }
- peerDependencies:
- "@angular/core": ">=13.0.0"
- "@angular/platform-browser-dynamic": ">=13.0.0"
- "@storybook/angular": "*"
- "@storybook/react": "*"
- "@storybook/vue": "*"
- "@storybook/vue3": "*"
- jest: "*"
- jest-preset-angular: " >= 12.2.3"
- jest-vue-preprocessor: "*"
+ resolution: {integrity: sha512-zwrPAcac/B/lUTnlY1D80lZOLioEQh/t0u5ZqrC8ZLyCQ99nJTPyYgCvse8iNOy9G75JTmVHQfsrFZ4QDeX23w==}
+ peerDependencies:
+ '@angular/core': '>=13.0.0'
+ '@angular/platform-browser-dynamic': '>=13.0.0'
+ '@storybook/angular': '*'
+ '@storybook/react': '*'
+ '@storybook/vue': '*'
+ '@storybook/vue3': '*'
+ jest: '*'
+ jest-preset-angular: ' >= 12.2.3'
+ jest-vue-preprocessor: '*'
preact: ^10.5.13
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- rxjs: "*"
- svelte: "*"
- vue: "*"
- vue-jest: "*"
+ rxjs: '*'
+ svelte: '*'
+ vue: '*'
+ vue-jest: '*'
peerDependenciesMeta:
- "@angular/core":
+ '@angular/core':
optional: true
- "@angular/platform-browser-dynamic":
+ '@angular/platform-browser-dynamic':
optional: true
- "@storybook/angular":
+ '@storybook/angular':
optional: true
- "@storybook/react":
+ '@storybook/react':
optional: true
- "@storybook/vue":
+ '@storybook/vue':
optional: true
- "@storybook/vue3":
+ '@storybook/vue3':
optional: true
jest-preset-angular:
optional: true
@@ -19221,16 +15691,16 @@ packages:
vue-jest:
optional: true
dependencies:
- "@jest/transform": 29.6.2
- "@storybook/babel-plugin-require-context-hook": 1.0.1
- "@storybook/client-api": 7.1.1
- "@storybook/core-common": 7.1.1
- "@storybook/core-webpack": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/preview-api": 7.1.1
- "@storybook/react": 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@storybook/types": 7.1.1
- "@types/jest-specific-snapshot": 0.5.6
+ '@jest/transform': 29.6.2
+ '@storybook/babel-plugin-require-context-hook': 1.0.1
+ '@storybook/client-api': 7.1.1
+ '@storybook/core-common': 7.1.1
+ '@storybook/core-webpack': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/preview-api': 7.1.1
+ '@storybook/react': 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@storybook/types': 7.1.1
+ '@types/jest-specific-snapshot': 0.5.6
glob: 10.3.3
jest: 29.5.0(@types/node@20.3.3)(ts-node@10.9.1)
jest-specific-snapshot: 8.0.0(jest@29.5.0)
@@ -19248,10 +15718,7 @@ packages:
dev: true
/@storybook/addon-toolbars@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-tHMv1a8hg0kmxwtKf31BZ2Z1ULnxRF/TEoDLJKVvTthhcWLQm0LmqVIG82/bnuWn4vlDrsdGT7sAN+TU7B8p0A==
- }
+ resolution: {integrity: sha512-tHMv1a8hg0kmxwtKf31BZ2Z1ULnxRF/TEoDLJKVvTthhcWLQm0LmqVIG82/bnuWn4vlDrsdGT7sAN+TU7B8p0A==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19261,20 +15728,17 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/addon-viewport@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-OAb3+NSQF0zAVdKhZwW0YOC/VMCXDncXp51ufxaz/LkF3qOGuqfmHTOfDDwjx3P6d3kX1aWV+vLVuoRS0JRK5g==
- }
+ resolution: {integrity: sha512-OAb3+NSQF0zAVdKhZwW0YOC/VMCXDncXp51ufxaz/LkF3qOGuqfmHTOfDDwjx3P6d3kX1aWV+vLVuoRS0JRK5g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19284,13 +15748,13 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
memoizerific: 1.11.3
prop-types: 15.8.1
react: 18.2.0
@@ -19298,42 +15762,33 @@ packages:
dev: true
/@storybook/addons@7.0.4(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-dkpyKNwAY+Ev9ZbgiLB0ki7H6AbAMqYcBx1qYvyFR2hv3k1Ta2OQIMTkODWdkYsgffH00SSpgaBwb2lBUrMZkw==
- }
+ resolution: {integrity: sha512-dkpyKNwAY+Ev9ZbgiLB0ki7H6AbAMqYcBx1qYvyFR2hv3k1Ta2OQIMTkODWdkYsgffH00SSpgaBwb2lBUrMZkw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/manager-api": 7.0.4(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.0.4
- "@storybook/types": 7.0.4
+ '@storybook/manager-api': 7.0.4(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.0.4
+ '@storybook/types': 7.0.4
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/addons@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-cIjbmMV4+C6VJ7bzfaQWRrw944FCjGidU5pPxQTP8ROqlP2Noqq1GzQ3uqjxH6uiw6Wl3c4OAVU6bUV7F5B1lA==
- }
+ resolution: {integrity: sha512-cIjbmMV4+C6VJ7bzfaQWRrw944FCjGidU5pPxQTP8ROqlP2Noqq1GzQ3uqjxH6uiw6Wl3c4OAVU6bUV7F5B1lA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/types": 7.1.1
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/types': 7.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/api@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-beZ9NbGOkFqPBVnZLE67Q5b7hBKwm+OINbeN9DC5v8jrJmU/seLFs/itKzW2tEUFadyMjhJv+kcpyPjxK77m4g==
- }
+ resolution: {integrity: sha512-beZ9NbGOkFqPBVnZLE67Q5b7hBKwm+OINbeN9DC5v8jrJmU/seLFs/itKzW2tEUFadyMjhJv+kcpyPjxK77m4g==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -19343,40 +15798,34 @@ packages:
react-dom:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/babel-plugin-require-context-hook@1.0.1:
- resolution:
- {
- integrity: sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww==
- }
+ resolution: {integrity: sha512-WM4vjgSVi8epvGiYfru7BtC3f0tGwNs7QK3Uc4xQn4t5hHQvISnCqbNrHdDYmNW56Do+bBztE8SwP6NGUvd7ww==}
dev: true
/@storybook/blocks@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-YIpIJi/+sByZhKrpKbVmXazUP1hj/QXybVOzwz2PT6tphfhrubGLBgu3RJIp6hwJ/lWf9RfghR7P8n+7aN6U9w==
- }
+ resolution: {integrity: sha512-YIpIJi/+sByZhKrpKbVmXazUP1hj/QXybVOzwz2PT6tphfhrubGLBgu3RJIp6hwJ/lWf9RfghR7P8n+7aN6U9w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/channels": 7.1.1
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-events": 7.1.1
- "@storybook/csf": 0.1.1
- "@storybook/docs-tools": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/preview-api": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
- "@types/lodash": 4.14.197
+ '@storybook/channels': 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-events': 7.1.1
+ '@storybook/csf': 0.1.1
+ '@storybook/docs-tools': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/preview-api': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
+ '@types/lodash': 4.14.197
color-convert: 2.0.1
dequal: 2.0.3
lodash: 4.17.21
@@ -19396,18 +15845,15 @@ packages:
dev: true
/@storybook/builder-manager@7.0.7:
- resolution:
- {
- integrity: sha512-VI/0iEjAlzQDt1yKu8GXugNIz7t46IHIKgMNmltQ05KPypMgInUoMmbfP5AYOVddjLdSqjMLO7EK58pBLOInpw==
- }
- dependencies:
- "@fal-works/esbuild-plugin-global-externals": 2.1.2
- "@storybook/core-common": 7.0.7
- "@storybook/manager": 7.0.7
- "@storybook/node-logger": 7.0.7
- "@types/ejs": 3.1.2
- "@types/find-cache-dir": 3.2.1
- "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.17.19)
+ resolution: {integrity: sha512-VI/0iEjAlzQDt1yKu8GXugNIz7t46IHIKgMNmltQ05KPypMgInUoMmbfP5AYOVddjLdSqjMLO7EK58pBLOInpw==}
+ dependencies:
+ '@fal-works/esbuild-plugin-global-externals': 2.1.2
+ '@storybook/core-common': 7.0.7
+ '@storybook/manager': 7.0.7
+ '@storybook/node-logger': 7.0.7
+ '@types/ejs': 3.1.2
+ '@types/find-cache-dir': 3.2.1
+ '@yarnpkg/esbuild-plugin-pnp': 3.0.0-rc.15(esbuild@0.17.19)
browser-assert: 1.2.1
ejs: 3.1.9
esbuild: 0.17.19
@@ -19422,18 +15868,15 @@ packages:
dev: true
/@storybook/builder-manager@7.1.1:
- resolution:
- {
- integrity: sha512-vocO/JjrXPOnkFnwCV2NqKxbTfyYD2qV8PGH8EFNw2+I13GNbZ5CphEZMhI7HmKm0aIYPKdZKbN4KNWkwOxyAQ==
- }
- dependencies:
- "@fal-works/esbuild-plugin-global-externals": 2.1.2
- "@storybook/core-common": 7.1.1
- "@storybook/manager": 7.1.1
- "@storybook/node-logger": 7.1.1
- "@types/ejs": 3.1.2
- "@types/find-cache-dir": 3.2.1
- "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.18.11)
+ resolution: {integrity: sha512-vocO/JjrXPOnkFnwCV2NqKxbTfyYD2qV8PGH8EFNw2+I13GNbZ5CphEZMhI7HmKm0aIYPKdZKbN4KNWkwOxyAQ==}
+ dependencies:
+ '@fal-works/esbuild-plugin-global-externals': 2.1.2
+ '@storybook/core-common': 7.1.1
+ '@storybook/manager': 7.1.1
+ '@storybook/node-logger': 7.1.1
+ '@types/ejs': 3.1.2
+ '@types/find-cache-dir': 3.2.1
+ '@yarnpkg/esbuild-plugin-pnp': 3.0.0-rc.15(esbuild@0.18.11)
browser-assert: 1.2.1
ejs: 3.1.9
esbuild: 0.18.11
@@ -19448,41 +15891,38 @@ packages:
- supports-color
dev: true
- /@storybook/builder-webpack5@7.1.1(@swc/helpers@0.5.1)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-is9BIExHJzNH8nbgLn8M/OWqDLu9XM2Ht4NQl1XqoKQNVurNffAtHYZr8Mhuxfx94ifwuJiZ8WSa2b8k16VquA==
- }
+ /@storybook/builder-webpack5@7.1.1(@swc/helpers@0.5.2)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-is9BIExHJzNH8nbgLn8M/OWqDLu9XM2Ht4NQl1XqoKQNVurNffAtHYZr8Mhuxfx94ifwuJiZ8WSa2b8k16VquA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@storybook/addons": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/channel-postmessage": 7.1.1
- "@storybook/channels": 7.1.1
- "@storybook/client-api": 7.1.1
- "@storybook/client-logger": 7.1.1
- "@storybook/components": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/core-common": 7.1.1
- "@storybook/core-events": 7.1.1
- "@storybook/core-webpack": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/manager-api": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/node-logger": 7.1.1
- "@storybook/preview": 7.1.1
- "@storybook/preview-api": 7.1.1
- "@storybook/router": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/store": 7.1.1
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@types/node": 16.18.40
- "@types/semver": 7.5.0
+ '@babel/core': 7.22.10
+ '@storybook/addons': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/channel-postmessage': 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/client-api': 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/components': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/core-common': 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/core-webpack': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/manager-api': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/node-logger': 7.1.1
+ '@storybook/preview': 7.1.1
+ '@storybook/preview-api': 7.1.1
+ '@storybook/router': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/store': 7.1.1
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@types/node': 16.18.40
+ '@types/semver': 7.5.0
babel-loader: 9.1.3(@babel/core@7.22.10)(webpack@5.81.0)
babel-plugin-named-exports-order: 0.0.2
browser-assert: 1.2.1
@@ -19499,19 +15939,19 @@ packages:
react-dom: 18.2.0(react@18.2.0)
semver: 7.5.4
style-loader: 3.3.2(webpack@5.81.0)
- swc-loader: 0.2.3(@swc/core@1.3.76)(webpack@5.81.0)
- terser-webpack-plugin: 5.3.9(@swc/core@1.3.76)(esbuild@0.18.11)(webpack@5.81.0)
+ swc-loader: 0.2.3(@swc/core@1.3.83)(webpack@5.81.0)
+ terser-webpack-plugin: 5.3.9(@swc/core@1.3.83)(esbuild@0.18.11)(webpack@5.81.0)
ts-dedent: 2.2.0
typescript: 5.2.0-beta
url: 0.11.1
util: 0.12.5
util-deprecate: 1.0.2
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-dev-middleware: 6.1.1(webpack@5.81.0)
webpack-hot-middleware: 2.25.4
webpack-virtual-modules: 0.5.0
transitivePeerDependencies:
- - "@swc/helpers"
+ - '@swc/helpers'
- encoding
- esbuild
- supports-color
@@ -19520,89 +15960,67 @@ packages:
dev: true
/@storybook/channel-postmessage@7.0.4:
- resolution:
- {
- integrity: sha512-KInHB3iSBgMxGkDmOMBu+B+ohxi2NzDpcl9yA5+xVuqG8Q6gJBurDYBsinq2zEZ1ceZYSoCseqJaH2jQFh/Oeg==
- }
- dependencies:
- "@storybook/channels": 7.0.4
- "@storybook/client-logger": 7.0.4
- "@storybook/core-events": 7.0.4
- "@storybook/global": 5.0.0
+ resolution: {integrity: sha512-KInHB3iSBgMxGkDmOMBu+B+ohxi2NzDpcl9yA5+xVuqG8Q6gJBurDYBsinq2zEZ1ceZYSoCseqJaH2jQFh/Oeg==}
+ dependencies:
+ '@storybook/channels': 7.0.4
+ '@storybook/client-logger': 7.0.4
+ '@storybook/core-events': 7.0.4
+ '@storybook/global': 5.0.0
qs: 6.11.2
telejson: 7.1.0
dev: true
/@storybook/channel-postmessage@7.0.7:
- resolution:
- {
- integrity: sha512-XMtYfcaE0UoY/V7K1cTu9PcWETD4iyWb/Yswc4F9VrPw0Ui4UwGS1j4iaAu8DC06yyoJs4XvxYFBMlCQmKja6A==
- }
- dependencies:
- "@storybook/channels": 7.0.7
- "@storybook/client-logger": 7.0.7
- "@storybook/core-events": 7.0.7
- "@storybook/global": 5.0.0
+ resolution: {integrity: sha512-XMtYfcaE0UoY/V7K1cTu9PcWETD4iyWb/Yswc4F9VrPw0Ui4UwGS1j4iaAu8DC06yyoJs4XvxYFBMlCQmKja6A==}
+ dependencies:
+ '@storybook/channels': 7.0.7
+ '@storybook/client-logger': 7.0.7
+ '@storybook/core-events': 7.0.7
+ '@storybook/global': 5.0.0
qs: 6.11.2
telejson: 7.1.0
dev: true
/@storybook/channel-postmessage@7.1.1:
- resolution:
- {
- integrity: sha512-Gmjh3feilXKLmZkQdjgkT8BRrfHnrBJJ8CY86MwD4wQlohObeFIXfhueRof4vJEGvIfJwooUrk9CkkXb5YbluQ==
- }
+ resolution: {integrity: sha512-Gmjh3feilXKLmZkQdjgkT8BRrfHnrBJJ8CY86MwD4wQlohObeFIXfhueRof4vJEGvIfJwooUrk9CkkXb5YbluQ==}
dependencies:
- "@storybook/channels": 7.1.1
- "@storybook/client-logger": 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/client-logger': 7.1.1
dev: true
/@storybook/channels@7.0.4:
- resolution:
- {
- integrity: sha512-1HT8VM8G72XQ88wGcXVYl2g6OFsglUBW8L7uWWZoh96xWpNViaptaN/4OKwiUrThrc0DbEkAKmhPT3zQ7McoyA==
- }
+ resolution: {integrity: sha512-1HT8VM8G72XQ88wGcXVYl2g6OFsglUBW8L7uWWZoh96xWpNViaptaN/4OKwiUrThrc0DbEkAKmhPT3zQ7McoyA==}
dev: true
/@storybook/channels@7.0.7:
- resolution:
- {
- integrity: sha512-Om4ovBLNw8pVrBu83MpOKgAuGO9Dpr1Coh2qp8t64WRPkejX1mxOY9IgH723//zH3igx8LCkf9rvBvcrsyaScQ==
- }
+ resolution: {integrity: sha512-Om4ovBLNw8pVrBu83MpOKgAuGO9Dpr1Coh2qp8t64WRPkejX1mxOY9IgH723//zH3igx8LCkf9rvBvcrsyaScQ==}
dev: true
/@storybook/channels@7.1.1:
- resolution:
- {
- integrity: sha512-uhkZFtLIeRnbBhyLlvQAZQmsRbftX/YMGQL+9WRzICrCkwl4xfZPAvMxEgCj1iJzNFcaX5ma9XzHb7q/i+wUCw==
- }
- dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/core-events": 7.1.1
- "@storybook/global": 5.0.0
+ resolution: {integrity: sha512-uhkZFtLIeRnbBhyLlvQAZQmsRbftX/YMGQL+9WRzICrCkwl4xfZPAvMxEgCj1iJzNFcaX5ma9XzHb7q/i+wUCw==}
+ dependencies:
+ '@storybook/client-logger': 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/global': 5.0.0
qs: 6.11.2
telejson: 7.1.0
tiny-invariant: 1.3.1
dev: true
/@storybook/cli@7.0.7:
- resolution:
- {
- integrity: sha512-koTkWr7wlaHF14T5moRP/tYM44+Jf4GEzQ/rqx/Jfn7EbNlVUOibdLJj4JnseMGRc7ZP6tKYku2n+B8g7hJX4w==
- }
- hasBin: true
- dependencies:
- "@babel/core": 7.22.10
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@ndelangen/get-tarball": 3.0.9
- "@storybook/codemod": 7.0.7
- "@storybook/core-common": 7.0.7
- "@storybook/core-server": 7.0.7
- "@storybook/csf-tools": 7.0.7
- "@storybook/node-logger": 7.0.7
- "@storybook/telemetry": 7.0.7
- "@storybook/types": 7.0.7
- "@types/semver": 7.5.0
+ resolution: {integrity: sha512-koTkWr7wlaHF14T5moRP/tYM44+Jf4GEzQ/rqx/Jfn7EbNlVUOibdLJj4JnseMGRc7ZP6tKYku2n+B8g7hJX4w==}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@ndelangen/get-tarball': 3.0.9
+ '@storybook/codemod': 7.0.7
+ '@storybook/core-common': 7.0.7
+ '@storybook/core-server': 7.0.7
+ '@storybook/csf-tools': 7.0.7
+ '@storybook/node-logger': 7.0.7
+ '@storybook/telemetry': 7.0.7
+ '@storybook/types': 7.0.7
+ '@types/semver': 7.5.0
boxen: 5.1.2
chalk: 4.1.0
commander: 6.2.1
@@ -19616,7 +16034,7 @@ packages:
get-npm-tarball-url: 2.0.3
get-port: 5.1.1
giget: 1.1.2
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
jscodeshift: 0.14.0(@babel/preset-env@7.22.10)
leven: 3.1.0
prettier: 2.8.8
@@ -19638,66 +16056,48 @@ packages:
dev: true
/@storybook/client-api@7.1.1:
- resolution:
- {
- integrity: sha512-e6dTrgZOfO29EcckvHiBcojPCWhW0UYWREId2aXBwL6W5hP6zejbirc3SEXECehOOrlKnyY816AWtF7xEGFNKw==
- }
+ resolution: {integrity: sha512-e6dTrgZOfO29EcckvHiBcojPCWhW0UYWREId2aXBwL6W5hP6zejbirc3SEXECehOOrlKnyY816AWtF7xEGFNKw==}
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
dev: true
/@storybook/client-logger@7.0.4:
- resolution:
- {
- integrity: sha512-3sEUIt6/ry+RdTpP+6Ic1QqoQh6Pn9ugCaP54Bc0z4wDI+NIJtJ5E2j4bcml/1/l9h9zNlmAAMgpZizm8KtIdA==
- }
+ resolution: {integrity: sha512-3sEUIt6/ry+RdTpP+6Ic1QqoQh6Pn9ugCaP54Bc0z4wDI+NIJtJ5E2j4bcml/1/l9h9zNlmAAMgpZizm8KtIdA==}
dependencies:
- "@storybook/global": 5.0.0
+ '@storybook/global': 5.0.0
dev: true
/@storybook/client-logger@7.0.6:
- resolution:
- {
- integrity: sha512-TC/E5BBkY+WNldNw5p5Ffr9x4UgMe48GmC50ikBpQFk6og1B7XpFGMMbj40EBB0R5cpZkQNEVQh4OvunEygNzg==
- }
+ resolution: {integrity: sha512-TC/E5BBkY+WNldNw5p5Ffr9x4UgMe48GmC50ikBpQFk6og1B7XpFGMMbj40EBB0R5cpZkQNEVQh4OvunEygNzg==}
dependencies:
- "@storybook/global": 5.0.0
+ '@storybook/global': 5.0.0
dev: true
/@storybook/client-logger@7.0.7:
- resolution:
- {
- integrity: sha512-EclHjDs5HwHMKB4X2orn/KKA0DTIDmp4AXAUJGRfxb5ArpKEb7tXLHsgrRBlaoz1j5LAwKTmEyZOONh9G3etjg==
- }
+ resolution: {integrity: sha512-EclHjDs5HwHMKB4X2orn/KKA0DTIDmp4AXAUJGRfxb5ArpKEb7tXLHsgrRBlaoz1j5LAwKTmEyZOONh9G3etjg==}
dependencies:
- "@storybook/global": 5.0.0
+ '@storybook/global': 5.0.0
dev: true
/@storybook/client-logger@7.1.1:
- resolution:
- {
- integrity: sha512-R0bdVjzJ5CwLNAG3XMyMZ0e9XDteBkFkTTIZJ9m+WMh/+oa2PInCpXDxoYb180UI6abrqh1jEaAsrHMC1pTKnA==
- }
+ resolution: {integrity: sha512-R0bdVjzJ5CwLNAG3XMyMZ0e9XDteBkFkTTIZJ9m+WMh/+oa2PInCpXDxoYb180UI6abrqh1jEaAsrHMC1pTKnA==}
dependencies:
- "@storybook/global": 5.0.0
+ '@storybook/global': 5.0.0
dev: true
/@storybook/codemod@7.0.7:
- resolution:
- {
- integrity: sha512-VlkDlkvfbzLe+NOmzs5zGrGb4jnaeAFZqpvIkXxevr6aGcOwgeelNv8gTmgBAcy+xbGW4Pp0XA2BlMweIvKEKA==
- }
- dependencies:
- "@babel/core": 7.21.8
- "@babel/preset-env": 7.21.5(@babel/core@7.21.8)
- "@babel/types": 7.21.5
- "@storybook/csf": 0.1.1
- "@storybook/csf-tools": 7.0.7
- "@storybook/node-logger": 7.0.7
- "@storybook/types": 7.0.7
+ resolution: {integrity: sha512-VlkDlkvfbzLe+NOmzs5zGrGb4jnaeAFZqpvIkXxevr6aGcOwgeelNv8gTmgBAcy+xbGW4Pp0XA2BlMweIvKEKA==}
+ dependencies:
+ '@babel/core': 7.21.8
+ '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
+ '@babel/types': 7.21.5
+ '@storybook/csf': 0.1.1
+ '@storybook/csf-tools': 7.0.7
+ '@storybook/node-logger': 7.0.7
+ '@storybook/types': 7.0.7
cross-spawn: 7.0.3
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
jscodeshift: 0.14.0(@babel/preset-env@7.21.5)
lodash: 4.17.21
prettier: 2.8.8
@@ -19707,19 +16107,16 @@ packages:
dev: true
/@storybook/components@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-RUSjDj2RDTZsdKfs48oY+3iaL/y3GHU07zuHm/V4kuEHqJscXUt3n5vIX/Z/GtezMrxc0aPDlCSyS/N/EU6bUQ==
- }
+ resolution: {integrity: sha512-RUSjDj2RDTZsdKfs48oY+3iaL/y3GHU07zuHm/V4kuEHqJscXUt3n5vIX/Z/GtezMrxc0aPDlCSyS/N/EU6bUQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
memoizerific: 1.11.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -19728,25 +16125,19 @@ packages:
dev: true
/@storybook/core-client@7.1.1:
- resolution:
- {
- integrity: sha512-yFd617XKFS+Q5IFmItXR+DdMfpreHHcdy3f67dt8PLnnjNcGMpi7gEcp8t9yBAT+pIgnqSfE/FNUFTg0OEpRpw==
- }
+ resolution: {integrity: sha512-yFd617XKFS+Q5IFmItXR+DdMfpreHHcdy3f67dt8PLnnjNcGMpi7gEcp8t9yBAT+pIgnqSfE/FNUFTg0OEpRpw==}
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
dev: true
/@storybook/core-common@7.0.7:
- resolution:
- {
- integrity: sha512-c8T24wex9bnCYdZVZFNX4VV+wfhrp47OLzVONZDqxMhq6G//Bgv5zH4Awcx5UfWf/05VcP7KGF1VKj8ebRyEEA==
- }
- dependencies:
- "@storybook/node-logger": 7.0.7
- "@storybook/types": 7.0.7
- "@types/node": 16.18.40
- "@types/pretty-hrtime": 1.0.1
+ resolution: {integrity: sha512-c8T24wex9bnCYdZVZFNX4VV+wfhrp47OLzVONZDqxMhq6G//Bgv5zH4Awcx5UfWf/05VcP7KGF1VKj8ebRyEEA==}
+ dependencies:
+ '@storybook/node-logger': 7.0.7
+ '@storybook/types': 7.0.7
+ '@types/node': 16.18.40
+ '@types/pretty-hrtime': 1.0.1
chalk: 4.1.0
esbuild: 0.17.19
esbuild-register: 3.4.2(esbuild@0.17.19)
@@ -19760,24 +16151,21 @@ packages:
picomatch: 2.3.1
pkg-dir: 5.0.0
pretty-hrtime: 1.0.3
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
ts-dedent: 2.2.0
transitivePeerDependencies:
- supports-color
dev: true
/@storybook/core-common@7.1.1:
- resolution:
- {
- integrity: sha512-DO7ZS6YDITykvqMHeOWSmnsPYk2w7gka9GtO2LPbEm0f6p5kG2nohBO5+nsI3PuXpKiHXOB7vKJjwfQqxvPj5A==
- }
- dependencies:
- "@storybook/node-logger": 7.1.1
- "@storybook/types": 7.1.1
- "@types/find-cache-dir": 3.2.1
- "@types/node": 16.18.40
- "@types/node-fetch": 2.6.4
- "@types/pretty-hrtime": 1.0.1
+ resolution: {integrity: sha512-DO7ZS6YDITykvqMHeOWSmnsPYk2w7gka9GtO2LPbEm0f6p5kG2nohBO5+nsI3PuXpKiHXOB7vKJjwfQqxvPj5A==}
+ dependencies:
+ '@storybook/node-logger': 7.1.1
+ '@storybook/types': 7.1.1
+ '@types/find-cache-dir': 3.2.1
+ '@types/node': 16.18.40
+ '@types/node-fetch': 2.6.4
+ '@types/pretty-hrtime': 1.0.1
chalk: 4.1.0
esbuild: 0.18.11
esbuild-register: 3.4.2(esbuild@0.18.11)
@@ -19792,7 +16180,7 @@ packages:
picomatch: 2.3.1
pkg-dir: 5.0.0
pretty-hrtime: 1.0.3
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
ts-dedent: 2.2.0
transitivePeerDependencies:
- encoding
@@ -19800,51 +16188,39 @@ packages:
dev: true
/@storybook/core-events@7.0.4:
- resolution:
- {
- integrity: sha512-3gYyJZdHrf69tGueN7SQCgPxnLYYow8n5BeBcBlehYAutfLOafpd36HPIXSHIvJaLDNUzGqLcFiGub04ts1pJA==
- }
+ resolution: {integrity: sha512-3gYyJZdHrf69tGueN7SQCgPxnLYYow8n5BeBcBlehYAutfLOafpd36HPIXSHIvJaLDNUzGqLcFiGub04ts1pJA==}
dev: true
/@storybook/core-events@7.0.7:
- resolution:
- {
- integrity: sha512-XNsR2RgaL2vBwuqsu+KA1DzGmB1UFfrAhpxhmyWTKDCniwtTLlaXgfKbqwcrOrPu/o1YswgIup/9UHepRHaf4A==
- }
+ resolution: {integrity: sha512-XNsR2RgaL2vBwuqsu+KA1DzGmB1UFfrAhpxhmyWTKDCniwtTLlaXgfKbqwcrOrPu/o1YswgIup/9UHepRHaf4A==}
dev: true
/@storybook/core-events@7.1.1:
- resolution:
- {
- integrity: sha512-P5iI4zvCJo85de/sghglEHFK/GGkWAQQKzRFrz9kbVBX5LNaosfD7IYHIz/6ZWNPzxWR+RBOKcrRUfcArL4Njg==
- }
+ resolution: {integrity: sha512-P5iI4zvCJo85de/sghglEHFK/GGkWAQQKzRFrz9kbVBX5LNaosfD7IYHIz/6ZWNPzxWR+RBOKcrRUfcArL4Njg==}
dev: true
/@storybook/core-server@7.0.7:
- resolution:
- {
- integrity: sha512-PB4zoClH7aKG4XeJhxx43iK9n/C9gctXubNN5DSN6thPm4UITOas+/q4N7AHbCPyRbcMyoW7M31KtpzZu4Fjew==
- }
- dependencies:
- "@aw-web-design/x-default-browser": 1.4.88
- "@discoveryjs/json-ext": 0.5.7
- "@storybook/builder-manager": 7.0.7
- "@storybook/core-common": 7.0.7
- "@storybook/core-events": 7.0.7
- "@storybook/csf": 0.1.1
- "@storybook/csf-tools": 7.0.7
- "@storybook/docs-mdx": 0.1.0
- "@storybook/global": 5.0.0
- "@storybook/manager": 7.0.7
- "@storybook/node-logger": 7.0.7
- "@storybook/preview-api": 7.0.7
- "@storybook/telemetry": 7.0.7
- "@storybook/types": 7.0.7
- "@types/detect-port": 1.3.3
- "@types/node": 16.18.40
- "@types/node-fetch": 2.6.4
- "@types/pretty-hrtime": 1.0.1
- "@types/semver": 7.5.0
+ resolution: {integrity: sha512-PB4zoClH7aKG4XeJhxx43iK9n/C9gctXubNN5DSN6thPm4UITOas+/q4N7AHbCPyRbcMyoW7M31KtpzZu4Fjew==}
+ dependencies:
+ '@aw-web-design/x-default-browser': 1.4.88
+ '@discoveryjs/json-ext': 0.5.7
+ '@storybook/builder-manager': 7.0.7
+ '@storybook/core-common': 7.0.7
+ '@storybook/core-events': 7.0.7
+ '@storybook/csf': 0.1.1
+ '@storybook/csf-tools': 7.0.7
+ '@storybook/docs-mdx': 0.1.0
+ '@storybook/global': 5.0.0
+ '@storybook/manager': 7.0.7
+ '@storybook/node-logger': 7.0.7
+ '@storybook/preview-api': 7.0.7
+ '@storybook/telemetry': 7.0.7
+ '@storybook/types': 7.0.7
+ '@types/detect-port': 1.3.3
+ '@types/node': 16.18.40
+ '@types/node-fetch': 2.6.4
+ '@types/pretty-hrtime': 1.0.1
+ '@types/semver': 7.5.0
better-opn: 2.1.1
boxen: 5.1.2
chalk: 4.1.0
@@ -19853,7 +16229,7 @@ packages:
detect-port: 1.5.1
express: 4.18.2
fs-extra: 11.1.1
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
ip: 2.0.0
lodash: 4.17.21
node-fetch: 2.6.12
@@ -19876,30 +16252,27 @@ packages:
dev: true
/@storybook/core-server@7.1.1:
- resolution:
- {
- integrity: sha512-IfrkdcYwVoP4bltBTx8Yr1e++UAfICV8IYCgW8VFW26Uvl22biCVWwliE35iTYpUmHJgn+U489hCnEdGpr2CWw==
- }
- dependencies:
- "@aw-web-design/x-default-browser": 1.4.126
- "@discoveryjs/json-ext": 0.5.7
- "@storybook/builder-manager": 7.1.1
- "@storybook/channels": 7.1.1
- "@storybook/core-common": 7.1.1
- "@storybook/core-events": 7.1.1
- "@storybook/csf": 0.1.1
- "@storybook/csf-tools": 7.1.1
- "@storybook/docs-mdx": 0.1.0
- "@storybook/global": 5.0.0
- "@storybook/manager": 7.1.1
- "@storybook/node-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
- "@storybook/telemetry": 7.1.1
- "@storybook/types": 7.1.1
- "@types/detect-port": 1.3.3
- "@types/node": 16.18.40
- "@types/pretty-hrtime": 1.0.1
- "@types/semver": 7.5.0
+ resolution: {integrity: sha512-IfrkdcYwVoP4bltBTx8Yr1e++UAfICV8IYCgW8VFW26Uvl22biCVWwliE35iTYpUmHJgn+U489hCnEdGpr2CWw==}
+ dependencies:
+ '@aw-web-design/x-default-browser': 1.4.126
+ '@discoveryjs/json-ext': 0.5.7
+ '@storybook/builder-manager': 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/core-common': 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/csf': 0.1.1
+ '@storybook/csf-tools': 7.1.1
+ '@storybook/docs-mdx': 0.1.0
+ '@storybook/global': 5.0.0
+ '@storybook/manager': 7.1.1
+ '@storybook/node-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
+ '@storybook/telemetry': 7.1.1
+ '@storybook/types': 7.1.1
+ '@types/detect-port': 1.3.3
+ '@types/node': 16.18.40
+ '@types/pretty-hrtime': 1.0.1
+ '@types/semver': 7.5.0
better-opn: 3.0.2
chalk: 4.1.0
cli-table3: 0.6.3
@@ -19907,7 +16280,7 @@ packages:
detect-port: 1.5.1
express: 4.18.2
fs-extra: 11.1.1
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
ip: 2.0.0
lodash: 4.17.21
open: 8.4.2
@@ -19931,15 +16304,12 @@ packages:
dev: true
/@storybook/core-webpack@7.1.1:
- resolution:
- {
- integrity: sha512-1dk5dX0JYM0Xs7dYLl+WVt9ytiFNPqeOZXYYIk/6ZU0Ejm2E91VwDB0KMI6Dl+YjTDDxSlbwmHNYpFLyW9LDUA==
- }
- dependencies:
- "@storybook/core-common": 7.1.1
- "@storybook/node-logger": 7.1.1
- "@storybook/types": 7.1.1
- "@types/node": 16.18.40
+ resolution: {integrity: sha512-1dk5dX0JYM0Xs7dYLl+WVt9ytiFNPqeOZXYYIk/6ZU0Ejm2E91VwDB0KMI6Dl+YjTDDxSlbwmHNYpFLyW9LDUA==}
+ dependencies:
+ '@storybook/core-common': 7.1.1
+ '@storybook/node-logger': 7.1.1
+ '@storybook/types': 7.1.1
+ '@types/node': 16.18.40
ts-dedent: 2.2.0
transitivePeerDependencies:
- encoding
@@ -19947,29 +16317,23 @@ packages:
dev: true
/@storybook/csf-plugin@7.1.1:
- resolution:
- {
- integrity: sha512-bokV+HU6rV/wlWIvgAtn1PUot1W71pto/Wft5hCUATDCsXDz4B5aI9d/ZCJhu7G1R4cYtjsxVdBJSHe9dem7Lg==
- }
+ resolution: {integrity: sha512-bokV+HU6rV/wlWIvgAtn1PUot1W71pto/Wft5hCUATDCsXDz4B5aI9d/ZCJhu7G1R4cYtjsxVdBJSHe9dem7Lg==}
dependencies:
- "@storybook/csf-tools": 7.1.1
+ '@storybook/csf-tools': 7.1.1
unplugin: 1.4.0
transitivePeerDependencies:
- supports-color
dev: true
/@storybook/csf-tools@7.0.7:
- resolution:
- {
- integrity: sha512-KbO5K2RS0oFm94eR49bAPvoyXY3Q6+ozvBek/F05RP7iAV790icQc59Xci9YDM1ONgb3afS+gSJGFBsE0h4pmg==
- }
- dependencies:
- "@babel/generator": 7.21.9
- "@babel/parser": 7.21.9
- "@babel/traverse": 7.21.5
- "@babel/types": 7.21.5
- "@storybook/csf": 0.1.1
- "@storybook/types": 7.0.7
+ resolution: {integrity: sha512-KbO5K2RS0oFm94eR49bAPvoyXY3Q6+ozvBek/F05RP7iAV790icQc59Xci9YDM1ONgb3afS+gSJGFBsE0h4pmg==}
+ dependencies:
+ '@babel/generator': 7.21.9
+ '@babel/parser': 7.21.9
+ '@babel/traverse': 7.21.5
+ '@babel/types': 7.21.5
+ '@storybook/csf': 0.1.1
+ '@storybook/types': 7.0.7
fs-extra: 11.1.1
recast: 0.23.4
ts-dedent: 2.2.0
@@ -19978,17 +16342,14 @@ packages:
dev: true
/@storybook/csf-tools@7.1.1:
- resolution:
- {
- integrity: sha512-IdDW+NsTIxqv7BjeFaTonvX0Ac5HzzNiKvGkhydXrpaz7kJX4g0T96xpR+RhbEtPfQ0AcpiHnW0kMPx9YLJRew==
- }
- dependencies:
- "@babel/generator": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
- "@storybook/csf": 0.1.1
- "@storybook/types": 7.1.1
+ resolution: {integrity: sha512-IdDW+NsTIxqv7BjeFaTonvX0Ac5HzzNiKvGkhydXrpaz7kJX4g0T96xpR+RhbEtPfQ0AcpiHnW0kMPx9YLJRew==}
+ dependencies:
+ '@babel/generator': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
+ '@storybook/csf': 0.1.1
+ '@storybook/types': 7.1.1
fs-extra: 11.1.1
recast: 0.23.4
ts-dedent: 2.2.0
@@ -19997,40 +16358,28 @@ packages:
dev: true
/@storybook/csf@0.0.1:
- resolution:
- {
- integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==
- }
+ resolution: {integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==}
dependencies:
lodash: 4.17.21
dev: true
/@storybook/csf@0.1.1:
- resolution:
- {
- integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==
- }
+ resolution: {integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==}
dependencies:
type-fest: 2.19.0
dev: true
/@storybook/docs-mdx@0.1.0:
- resolution:
- {
- integrity: sha512-JDaBR9lwVY4eSH5W8EGHrhODjygPd6QImRbwjAuJNEnY0Vw4ie3bPkeGfnacB3OBW6u/agqPv2aRlR46JcAQLg==
- }
+ resolution: {integrity: sha512-JDaBR9lwVY4eSH5W8EGHrhODjygPd6QImRbwjAuJNEnY0Vw4ie3bPkeGfnacB3OBW6u/agqPv2aRlR46JcAQLg==}
dev: true
/@storybook/docs-tools@7.1.1:
- resolution:
- {
- integrity: sha512-noDgogRHum1FuqgXBdlv2+wOdkIJOJqSUSi0ZGiuP1OEOdA9YdbCfbWn/z734UEmhwraoQSXYb2tvrIEjfzYSw==
- }
- dependencies:
- "@storybook/core-common": 7.1.1
- "@storybook/preview-api": 7.1.1
- "@storybook/types": 7.1.1
- "@types/doctrine": 0.0.3
+ resolution: {integrity: sha512-noDgogRHum1FuqgXBdlv2+wOdkIJOJqSUSi0ZGiuP1OEOdA9YdbCfbWn/z734UEmhwraoQSXYb2tvrIEjfzYSw==}
+ dependencies:
+ '@storybook/core-common': 7.1.1
+ '@storybook/preview-api': 7.1.1
+ '@storybook/types': 7.1.1
+ '@types/doctrine': 0.0.3
doctrine: 3.0.0
lodash: 4.17.21
transitivePeerDependencies:
@@ -20039,29 +16388,23 @@ packages:
dev: true
/@storybook/global@5.0.0:
- resolution:
- {
- integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==
- }
+ resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==}
dev: true
/@storybook/manager-api@7.0.4(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-kydmycU7EdlngXRL+9rmNQ6WE4VsbW9TvSeuzfmZ1RVbbl1yF3jpwU/9xK23I4ci4jWk6xilAJgs7FkPBVCeJQ==
- }
+ resolution: {integrity: sha512-kydmycU7EdlngXRL+9rmNQ6WE4VsbW9TvSeuzfmZ1RVbbl1yF3jpwU/9xK23I4ci4jWk6xilAJgs7FkPBVCeJQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/channels": 7.0.4
- "@storybook/client-logger": 7.0.4
- "@storybook/core-events": 7.0.4
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/router": 7.0.4(react-dom@18.2.0)(react@18.2.0)
- "@storybook/theming": 7.0.4(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.0.4
+ '@storybook/channels': 7.0.4
+ '@storybook/client-logger': 7.0.4
+ '@storybook/core-events': 7.0.4
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/router': 7.0.4(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/theming': 7.0.4(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.0.4
dequal: 2.0.3
lodash: 4.17.21
memoizerific: 1.11.3
@@ -20074,22 +16417,19 @@ packages:
dev: true
/@storybook/manager-api@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-gk429qAGMW33rAZwFXo7fDoeYGrnSbj4ddHXJYc0nzBcC6emlq5IS5GHgJthQ3Oe8CPbq8bwUkWW6I5E7OePWA==
- }
+ resolution: {integrity: sha512-gk429qAGMW33rAZwFXo7fDoeYGrnSbj4ddHXJYc0nzBcC6emlq5IS5GHgJthQ3Oe8CPbq8bwUkWW6I5E7OePWA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/channels": 7.1.1
- "@storybook/client-logger": 7.1.1
- "@storybook/core-events": 7.1.1
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/router": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/theming": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/router': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/theming': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
dequal: 2.0.3
lodash: 4.17.21
memoizerific: 1.11.3
@@ -20102,92 +16442,68 @@ packages:
dev: true
/@storybook/manager@7.0.7:
- resolution:
- {
- integrity: sha512-FhquwUpUOHsjZROf6E6kzUnJ6EmMeJ9b+HYg6yYPyIMYVMjAhnkRKbIj0phGx2lhgKFlmxik+3pgchK5SLdcZA==
- }
+ resolution: {integrity: sha512-FhquwUpUOHsjZROf6E6kzUnJ6EmMeJ9b+HYg6yYPyIMYVMjAhnkRKbIj0phGx2lhgKFlmxik+3pgchK5SLdcZA==}
dev: true
/@storybook/manager@7.1.1:
- resolution:
- {
- integrity: sha512-kRW9sPuJWsEi8Swcyt9rYwdfvA0rqKEuPBCCbrmmjyIwZR60IYg2KHXcF7q4qdkvts2xee5YTbgHcdfc0iIPSg==
- }
+ resolution: {integrity: sha512-kRW9sPuJWsEi8Swcyt9rYwdfvA0rqKEuPBCCbrmmjyIwZR60IYg2KHXcF7q4qdkvts2xee5YTbgHcdfc0iIPSg==}
dev: true
/@storybook/mdx2-csf@1.1.0:
- resolution:
- {
- integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==
- }
+ resolution: {integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==}
dev: true
/@storybook/node-logger@7.0.6:
- resolution:
- {
- integrity: sha512-719jP38S72w+dPqIxM9X8+voTmLAkseMktbTlPDJtMKd1br3NveHCpaJkZPCvqlYbZrqzkF1pAFwWVkQyCxbAA==
- }
+ resolution: {integrity: sha512-719jP38S72w+dPqIxM9X8+voTmLAkseMktbTlPDJtMKd1br3NveHCpaJkZPCvqlYbZrqzkF1pAFwWVkQyCxbAA==}
dependencies:
- "@types/npmlog": 4.1.4
+ '@types/npmlog': 4.1.4
chalk: 4.1.0
npmlog: 5.0.1
pretty-hrtime: 1.0.3
dev: true
/@storybook/node-logger@7.0.7:
- resolution:
- {
- integrity: sha512-5Y4LLgKeCStq1ktCKZ5eNPzQQSQ+CYZAlkEdzQ3Pp//0KXaZvVxEvGtaYhAymP2HatLpI8Oneo4lHrJioRfgww==
- }
+ resolution: {integrity: sha512-5Y4LLgKeCStq1ktCKZ5eNPzQQSQ+CYZAlkEdzQ3Pp//0KXaZvVxEvGtaYhAymP2HatLpI8Oneo4lHrJioRfgww==}
dependencies:
- "@types/npmlog": 4.1.4
+ '@types/npmlog': 4.1.4
chalk: 4.1.0
npmlog: 5.0.1
pretty-hrtime: 1.0.3
dev: true
/@storybook/node-logger@7.1.1:
- resolution:
- {
- integrity: sha512-gnAuNM+wNoOcGnUM6hLsYV0lwUgRI39Ep/Pp3VF1oXZAthEyrQRm7ImbeAdt93ObPc9DZgqTx9OI8QnErZuJiA==
- }
+ resolution: {integrity: sha512-gnAuNM+wNoOcGnUM6hLsYV0lwUgRI39Ep/Pp3VF1oXZAthEyrQRm7ImbeAdt93ObPc9DZgqTx9OI8QnErZuJiA==}
dev: true
/@storybook/postinstall@7.1.1:
- resolution:
- {
- integrity: sha512-qpe6BiFLVs9YYFQVGgRT0dJxPOKBtGLIAsnVEpXKUPrltEWQpTxQEqqOSJlut+FLoWB5MTxrwiJ/7891h4a5pw==
- }
+ resolution: {integrity: sha512-qpe6BiFLVs9YYFQVGgRT0dJxPOKBtGLIAsnVEpXKUPrltEWQpTxQEqqOSJlut+FLoWB5MTxrwiJ/7891h4a5pw==}
dev: true
- /@storybook/preset-react-webpack@7.1.1(@babel/core@7.22.10)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-SuYNaFzPf7FWDKn7+InsOPltAt/wooCOrpgVYYNTyeEOj7TXn+YvGcxb3d0HVzQAzQuYyobt10KQGfgjUUfxgQ==
- }
- engines: { node: ">=16.0.0" }
+ /@storybook/preset-react-webpack@7.1.1(@babel/core@7.22.10)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-SuYNaFzPf7FWDKn7+InsOPltAt/wooCOrpgVYYNTyeEOj7TXn+YvGcxb3d0HVzQAzQuYyobt10KQGfgjUUfxgQ==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@babel/core": ^7.22.0
+ '@babel/core': ^7.22.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
typescript:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@babel/preset-flow": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-react": 7.22.5(@babel/core@7.22.10)
- "@pmmmwh/react-refresh-webpack-plugin": 0.5.11(react-refresh@0.11.0)(webpack@5.81.0)
- "@storybook/core-webpack": 7.1.1
- "@storybook/docs-tools": 7.1.1
- "@storybook/node-logger": 7.1.1
- "@storybook/react": 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@storybook/react-docgen-typescript-plugin": 1.0.6--canary.9.0c3f3b7.0(typescript@5.2.0-beta)(webpack@5.81.0)
- "@types/node": 16.18.40
- "@types/semver": 7.5.0
+ '@babel/core': 7.22.10
+ '@babel/preset-flow': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-react': 7.22.5(@babel/core@7.22.10)
+ '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.11.0)(webpack@5.81.0)
+ '@storybook/core-webpack': 7.1.1
+ '@storybook/docs-tools': 7.1.1
+ '@storybook/node-logger': 7.1.1
+ '@storybook/react': 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@types/node': 16.18.40
+ '@types/semver': 7.5.0
babel-plugin-add-react-displayname: 0.0.5
babel-plugin-react-docgen: 4.2.1
fs-extra: 11.1.1
@@ -20196,10 +16512,10 @@ packages:
react-refresh: 0.11.0
semver: 7.5.4
typescript: 5.2.0-beta
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- - "@swc/core"
- - "@types/webpack"
+ - '@swc/core'
+ - '@types/webpack'
- encoding
- esbuild
- sockjs-client
@@ -20213,19 +16529,16 @@ packages:
dev: true
/@storybook/preview-api@7.0.4:
- resolution:
- {
- integrity: sha512-v1DDhJ2gPUqKhidHPDs/bjbBGEuFIBEZy5ZPA/cZHCZjH3vK70p+ZuihEiD2dl64M/7FtEF4tb6e0ZlRCcLKQA==
- }
- dependencies:
- "@storybook/channel-postmessage": 7.0.4
- "@storybook/channels": 7.0.4
- "@storybook/client-logger": 7.0.4
- "@storybook/core-events": 7.0.4
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/types": 7.0.4
- "@types/qs": 6.9.7
+ resolution: {integrity: sha512-v1DDhJ2gPUqKhidHPDs/bjbBGEuFIBEZy5ZPA/cZHCZjH3vK70p+ZuihEiD2dl64M/7FtEF4tb6e0ZlRCcLKQA==}
+ dependencies:
+ '@storybook/channel-postmessage': 7.0.4
+ '@storybook/channels': 7.0.4
+ '@storybook/client-logger': 7.0.4
+ '@storybook/core-events': 7.0.4
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/types': 7.0.4
+ '@types/qs': 6.9.7
dequal: 2.0.3
lodash: 4.17.21
memoizerific: 1.11.3
@@ -20236,19 +16549,16 @@ packages:
dev: true
/@storybook/preview-api@7.0.7:
- resolution:
- {
- integrity: sha512-R5pmGTodpu6hbwEg2RM2ulWtW3d426YzsisHrZJ+FT9lecWauN1y9xHCz7HdNzEFhT8r4YOa24L9ZS3mosZ7hA==
- }
- dependencies:
- "@storybook/channel-postmessage": 7.0.7
- "@storybook/channels": 7.0.7
- "@storybook/client-logger": 7.0.7
- "@storybook/core-events": 7.0.7
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/types": 7.0.7
- "@types/qs": 6.9.7
+ resolution: {integrity: sha512-R5pmGTodpu6hbwEg2RM2ulWtW3d426YzsisHrZJ+FT9lecWauN1y9xHCz7HdNzEFhT8r4YOa24L9ZS3mosZ7hA==}
+ dependencies:
+ '@storybook/channel-postmessage': 7.0.7
+ '@storybook/channels': 7.0.7
+ '@storybook/client-logger': 7.0.7
+ '@storybook/core-events': 7.0.7
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/types': 7.0.7
+ '@types/qs': 6.9.7
dequal: 2.0.3
lodash: 4.17.21
memoizerific: 1.11.3
@@ -20259,19 +16569,16 @@ packages:
dev: true
/@storybook/preview-api@7.1.1:
- resolution:
- {
- integrity: sha512-uI8TVuoFfg3EBdaKdRVUa17JfGdmK78JI3+byLZLkzl6nR+q846BWHgi8eJmU8MHmO5CFaqT2kts/e8T34JDgw==
- }
- dependencies:
- "@storybook/channel-postmessage": 7.1.1
- "@storybook/channels": 7.1.1
- "@storybook/client-logger": 7.1.1
- "@storybook/core-events": 7.1.1
- "@storybook/csf": 0.1.1
- "@storybook/global": 5.0.0
- "@storybook/types": 7.1.1
- "@types/qs": 6.9.7
+ resolution: {integrity: sha512-uI8TVuoFfg3EBdaKdRVUa17JfGdmK78JI3+byLZLkzl6nR+q846BWHgi8eJmU8MHmO5CFaqT2kts/e8T34JDgw==}
+ dependencies:
+ '@storybook/channel-postmessage': 7.1.1
+ '@storybook/channels': 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/core-events': 7.1.1
+ '@storybook/csf': 0.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/types': 7.1.1
+ '@types/qs': 6.9.7
dequal: 2.0.3
lodash: 4.17.21
memoizerific: 1.11.3
@@ -20282,20 +16589,14 @@ packages:
dev: true
/@storybook/preview@7.1.1:
- resolution:
- {
- integrity: sha512-F3ikRKzwmT9MlptYXxYOQmaSwmJckPag0k9lM0LvI0xYplLbyWJ5rfs2gLKl++wX+ag2A+1K4gId5Xaz4SKnxQ==
- }
+ resolution: {integrity: sha512-F3ikRKzwmT9MlptYXxYOQmaSwmJckPag0k9lM0LvI0xYplLbyWJ5rfs2gLKl++wX+ag2A+1K4gId5Xaz4SKnxQ==}
dev: true
/@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==
- }
+ resolution: {integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==}
peerDependencies:
- typescript: ">= 4.x"
- webpack: ">= 4"
+ typescript: '>= 4.x'
+ webpack: '>= 4'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
endent: 2.1.0
@@ -20305,16 +16606,13 @@ packages:
react-docgen-typescript: 2.2.2(typescript@5.2.0-beta)
tslib: 2.6.1
typescript: 5.2.0-beta
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- supports-color
dev: true
/@storybook/react-dom-shim@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-yfc0tCtg+OEfvOKwCF0+E0ot8XGpubMTpbfChahhzEYyI9zz1rA7OCwRzERMnX/C7TYW3aLab9f5MzWIKQClmQ==
- }
+ resolution: {integrity: sha512-yfc0tCtg+OEfvOKwCF0+E0ot8XGpubMTpbfChahhzEYyI9zz1rA7OCwRzERMnX/C7TYW3aLab9f5MzWIKQClmQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
@@ -20323,35 +16621,32 @@ packages:
react-dom: 18.2.0(react@18.2.0)
dev: true
- /@storybook/react-webpack5@7.1.1(@babel/core@7.22.10)(@swc/core@1.3.76)(@swc/helpers@0.5.1)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-iTliWdmqSXw5wz/iHefr7yKhI7rko8oN5JUfkYlZafqk7M3mXy0wamLgFcrOncnBcY2UNPX1oEAiLJBKSy9ulA==
- }
- engines: { node: ">=16.0.0" }
+ /@storybook/react-webpack5@7.1.1(@babel/core@7.22.10)(@swc/core@1.3.83)(@swc/helpers@0.5.2)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-iTliWdmqSXw5wz/iHefr7yKhI7rko8oN5JUfkYlZafqk7M3mXy0wamLgFcrOncnBcY2UNPX1oEAiLJBKSy9ulA==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- "@babel/core": ^7.22.0
+ '@babel/core': ^7.22.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
typescript:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@storybook/builder-webpack5": 7.1.1(@swc/helpers@0.5.1)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@storybook/preset-react-webpack": 7.1.1(@babel/core@7.22.10)(@swc/core@1.3.76)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@storybook/react": 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
- "@types/node": 16.18.40
+ '@babel/core': 7.22.10
+ '@storybook/builder-webpack5': 7.1.1(@swc/helpers@0.5.2)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@storybook/preset-react-webpack': 7.1.1(@babel/core@7.22.10)(@swc/core@1.3.83)(esbuild@0.18.11)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@storybook/react': 7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta)
+ '@types/node': 16.18.40
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
typescript: 5.2.0-beta
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/helpers"
- - "@types/webpack"
+ - '@swc/core'
+ - '@swc/helpers'
+ - '@types/webpack'
- encoding
- esbuild
- sockjs-client
@@ -20365,29 +16660,26 @@ packages:
dev: true
/@storybook/react@7.1.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-qgZ/K2KKR+WrIHZEg5UZn0kqlzDk+sP51yosn7Ymt8j85yNgYm4G1q+oGYY+wKSIJEIi31mrQEz8oFHn8jaT2Q==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-qgZ/K2KKR+WrIHZEg5UZn0kqlzDk+sP51yosn7Ymt8j85yNgYm4G1q+oGYY+wKSIJEIi31mrQEz8oFHn8jaT2Q==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/core-client": 7.1.1
- "@storybook/docs-tools": 7.1.1
- "@storybook/global": 5.0.0
- "@storybook/preview-api": 7.1.1
- "@storybook/react-dom-shim": 7.1.1(react-dom@18.2.0)(react@18.2.0)
- "@storybook/types": 7.1.1
- "@types/escodegen": 0.0.6
- "@types/estree": 0.0.51
- "@types/node": 16.18.40
+ '@storybook/client-logger': 7.1.1
+ '@storybook/core-client': 7.1.1
+ '@storybook/docs-tools': 7.1.1
+ '@storybook/global': 5.0.0
+ '@storybook/preview-api': 7.1.1
+ '@storybook/react-dom-shim': 7.1.1(react-dom@18.2.0)(react@18.2.0)
+ '@storybook/types': 7.1.1
+ '@types/escodegen': 0.0.6
+ '@types/estree': 0.0.51
+ '@types/node': 16.18.40
acorn: 7.4.1
acorn-jsx: 5.3.2(acorn@7.4.1)
acorn-walk: 7.2.0
@@ -20408,15 +16700,12 @@ packages:
dev: true
/@storybook/router@7.0.4(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-pVUSYBYbf+eIiWpO0i3kOZwvETM26txd7Q4IZqFcORX+BhWgPgcDZk9uebxii2SmwZ1VqdMKbhgeXsNcQxtnrw==
- }
+ resolution: {integrity: sha512-pVUSYBYbf+eIiWpO0i3kOZwvETM26txd7Q4IZqFcORX+BhWgPgcDZk9uebxii2SmwZ1VqdMKbhgeXsNcQxtnrw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/client-logger": 7.0.4
+ '@storybook/client-logger': 7.0.4
memoizerific: 1.11.3
qs: 6.11.2
react: 18.2.0
@@ -20424,15 +16713,12 @@ packages:
dev: true
/@storybook/router@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-GRYYWVsqAtDm7DHxnGXuaAmr3PQfj+tonYsP8/L3gC5sOdQNF3yaBmvv1pu+bqezwXVowq0ew+iVYECiaGoB3Q==
- }
+ resolution: {integrity: sha512-GRYYWVsqAtDm7DHxnGXuaAmr3PQfj+tonYsP8/L3gC5sOdQNF3yaBmvv1pu+bqezwXVowq0ew+iVYECiaGoB3Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@storybook/client-logger": 7.1.1
+ '@storybook/client-logger': 7.1.1
memoizerific: 1.11.3
qs: 6.11.2
react: 18.2.0
@@ -20440,23 +16726,17 @@ packages:
dev: true
/@storybook/store@7.1.1:
- resolution:
- {
- integrity: sha512-gg2DOYZdnhV3l0i1OVJ4Cjd2zH38gWdXhA/K0S8KTpfD/uakpf6U3+K543ADnS+9C8JT9I0Z2RUZmWEkv3fFBQ==
- }
+ resolution: {integrity: sha512-gg2DOYZdnhV3l0i1OVJ4Cjd2zH38gWdXhA/K0S8KTpfD/uakpf6U3+K543ADnS+9C8JT9I0Z2RUZmWEkv3fFBQ==}
dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/preview-api": 7.1.1
+ '@storybook/client-logger': 7.1.1
+ '@storybook/preview-api': 7.1.1
dev: true
/@storybook/telemetry@7.0.7:
- resolution:
- {
- integrity: sha512-Ka6pwWr3sWs3A/6WQ0wsoSYzXx3Mhr7eByNZZKuuCu9jnw3I8AbIOqQX2iOVzaQBLZsvXEeqvYY8iZ+GuRbbGQ==
- }
+ resolution: {integrity: sha512-Ka6pwWr3sWs3A/6WQ0wsoSYzXx3Mhr7eByNZZKuuCu9jnw3I8AbIOqQX2iOVzaQBLZsvXEeqvYY8iZ+GuRbbGQ==}
dependencies:
- "@storybook/client-logger": 7.0.7
- "@storybook/core-common": 7.0.7
+ '@storybook/client-logger': 7.0.7
+ '@storybook/core-common': 7.0.7
chalk: 4.1.0
detect-package-manager: 2.0.1
fetch-retry: 5.0.6
@@ -20470,14 +16750,11 @@ packages:
dev: true
/@storybook/telemetry@7.1.1:
- resolution:
- {
- integrity: sha512-7bQBfphEHJA1kHyPVVvrRXRet57JhyRD4uxoWYfp4jkSt2wHzAAdGU8Iz7U+ozv4TG7AA1gb1Uh5BS4nCiijsw==
- }
- dependencies:
- "@storybook/client-logger": 7.1.1
- "@storybook/core-common": 7.1.1
- "@storybook/csf-tools": 7.1.1
+ resolution: {integrity: sha512-7bQBfphEHJA1kHyPVVvrRXRet57JhyRD4uxoWYfp4jkSt2wHzAAdGU8Iz7U+ozv4TG7AA1gb1Uh5BS4nCiijsw==}
+ dependencies:
+ '@storybook/client-logger': 7.1.1
+ '@storybook/core-common': 7.1.1
+ '@storybook/csf-tools': 7.1.1
chalk: 4.1.0
detect-package-manager: 2.0.1
fetch-retry: 5.0.6
@@ -20489,291 +16766,225 @@ packages:
dev: true
/@storybook/theming@7.0.4(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-BahlmB86Q9wlvUT9Otx7vmJ7IAiytCBYyx5uLY3Ypt4JHyh5dT8UI8u4uowor9QW20YdfwPSIdaJwF1qzVuWNg==
- }
+ resolution: {integrity: sha512-BahlmB86Q9wlvUT9Otx7vmJ7IAiytCBYyx5uLY3Ypt4JHyh5dT8UI8u4uowor9QW20YdfwPSIdaJwF1qzVuWNg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0)
- "@storybook/client-logger": 7.0.4
- "@storybook/global": 5.0.0
+ '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
+ '@storybook/client-logger': 7.0.4
+ '@storybook/global': 5.0.0
memoizerific: 1.11.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/theming@7.1.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-8ri/BvfgUzBln9EYB8N/xgRaxZIFFTG0IEEekuV2H5uv4q9JW9p3E5zqghmM1OC/vspJJa8e4Eajb1YiTO0W6w==
- }
+ resolution: {integrity: sha512-8ri/BvfgUzBln9EYB8N/xgRaxZIFFTG0IEEekuV2H5uv4q9JW9p3E5zqghmM1OC/vspJJa8e4Eajb1YiTO0W6w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0)
- "@storybook/client-logger": 7.1.1
- "@storybook/global": 5.0.0
+ '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
+ '@storybook/client-logger': 7.1.1
+ '@storybook/global': 5.0.0
memoizerific: 1.11.3
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@storybook/types@7.0.4:
- resolution:
- {
- integrity: sha512-CRGugXpTJ3K3IGuSyHA+/r2nmZluWkgRBGpbl1OQlGY/vAI7YlrJhLg1Lwf5dp66etUsjZN6d/vJeivNcyD68g==
- }
- dependencies:
- "@storybook/channels": 7.0.4
- "@types/babel__core": 7.20.1
- "@types/express": 4.17.17
+ resolution: {integrity: sha512-CRGugXpTJ3K3IGuSyHA+/r2nmZluWkgRBGpbl1OQlGY/vAI7YlrJhLg1Lwf5dp66etUsjZN6d/vJeivNcyD68g==}
+ dependencies:
+ '@storybook/channels': 7.0.4
+ '@types/babel__core': 7.20.1
+ '@types/express': 4.17.17
file-system-cache: 2.4.4
dev: true
/@storybook/types@7.0.7:
- resolution:
- {
- integrity: sha512-v9piuwp8FvTiHXIOOi5lEyTEJKhnbcbhVxgJ3VFhhXYFd0DTz6Bst0XIIgkgs21ITb3xhkfPbCRUueMcbXO1MA==
- }
- dependencies:
- "@storybook/channels": 7.0.7
- "@types/babel__core": 7.20.1
- "@types/express": 4.17.17
+ resolution: {integrity: sha512-v9piuwp8FvTiHXIOOi5lEyTEJKhnbcbhVxgJ3VFhhXYFd0DTz6Bst0XIIgkgs21ITb3xhkfPbCRUueMcbXO1MA==}
+ dependencies:
+ '@storybook/channels': 7.0.7
+ '@types/babel__core': 7.20.1
+ '@types/express': 4.17.17
file-system-cache: 2.4.4
dev: true
/@storybook/types@7.1.1:
- resolution:
- {
- integrity: sha512-0yxEHxYd/N0XfVCGrEq86QIMC4ljZBspHSDrjdLSCIYmmglMvwKboZBgHlLQmpcLP+of8m1E8Frbslpnt0giBg==
- }
- dependencies:
- "@storybook/channels": 7.1.1
- "@types/babel__core": 7.20.1
- "@types/express": 4.17.17
+ resolution: {integrity: sha512-0yxEHxYd/N0XfVCGrEq86QIMC4ljZBspHSDrjdLSCIYmmglMvwKboZBgHlLQmpcLP+of8m1E8Frbslpnt0giBg==}
+ dependencies:
+ '@storybook/channels': 7.1.1
+ '@types/babel__core': 7.20.1
+ '@types/express': 4.17.17
file-system-cache: 2.3.0
dev: true
/@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
/@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
/@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-transform-react-native-svg@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-UKrY3860AQICgH7g+6h2zkoxeVEPLYwX/uAjmqo4PIq2FIHppwhIqZstIyTz0ZtlwreKR41O3W3BzsBBiJV2Aw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-UKrY3860AQICgH7g+6h2zkoxeVEPLYwX/uAjmqo4PIq2FIHppwhIqZstIyTz0ZtlwreKR41O3W3BzsBBiJV2Aw==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==}
+ engines: {node: '>=12'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: false
/@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==}
+ engines: {node: '>=12'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
dev: true
/@svgr/babel-preset@6.5.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==}
+ engines: {node: '>=10'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-plugin-add-jsx-attribute": 6.5.1(@babel/core@7.22.10)
- "@svgr/babel-plugin-remove-jsx-attribute": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-remove-jsx-empty-expression": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-replace-jsx-attribute-value": 6.5.1(@babel/core@7.22.10)
- "@svgr/babel-plugin-svg-dynamic-title": 6.5.1(@babel/core@7.22.10)
- "@svgr/babel-plugin-svg-em-dimensions": 6.5.1(@babel/core@7.22.10)
- "@svgr/babel-plugin-transform-react-native-svg": 6.5.1(@babel/core@7.22.10)
- "@svgr/babel-plugin-transform-svg-component": 6.5.1(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.22.10)
+ '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.22.10)
+ '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.22.10)
+ '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.22.10)
+ '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.22.10)
+ '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.22.10)
dev: false
/@svgr/babel-preset@8.0.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-KLcjiZychInVrhs86OvcYPLTFu9L5XV2vj0XAaE1HwE3J3jLmIzRY8ttdeAg/iFyp8nhavJpafpDZTt+1LIpkQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-KLcjiZychInVrhs86OvcYPLTFu9L5XV2vj0XAaE1HwE3J3jLmIzRY8ttdeAg/iFyp8nhavJpafpDZTt+1LIpkQ==}
+ engines: {node: '>=14'}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-plugin-add-jsx-attribute": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-remove-jsx-attribute": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-remove-jsx-empty-expression": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-replace-jsx-attribute-value": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-svg-dynamic-title": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-svg-em-dimensions": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-transform-react-native-svg": 8.0.0(@babel/core@7.22.10)
- "@svgr/babel-plugin-transform-svg-component": 8.0.0(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-transform-react-native-svg': 8.0.0(@babel/core@7.22.10)
+ '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.22.10)
dev: true
/@svgr/core@6.5.1:
- resolution:
- {
- integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==
- }
- engines: { node: ">=10" }
- dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-preset": 6.5.1(@babel/core@7.22.10)
- "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1)
+ resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==}
+ engines: {node: '>=10'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.22.10)
+ '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
camelcase: 6.3.0
cosmiconfig: 7.1.0
transitivePeerDependencies:
@@ -20781,14 +16992,11 @@ packages:
dev: false
/@svgr/core@8.0.0:
- resolution:
- {
- integrity: sha512-aJKtc+Pie/rFYsVH/unSkDaZGvEeylNv/s2cP+ta9/rYWxRVvoV/S4Qw65Kmrtah4CBK5PM6ISH9qUH7IJQCng==
- }
- engines: { node: ">=14" }
- dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-preset": 8.0.0(@babel/core@7.22.10)
+ resolution: {integrity: sha512-aJKtc+Pie/rFYsVH/unSkDaZGvEeylNv/s2cP+ta9/rYWxRVvoV/S4Qw65Kmrtah4CBK5PM6ISH9qUH7IJQCng==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@svgr/babel-preset': 8.0.0(@babel/core@7.22.10)
camelcase: 6.3.0
cosmiconfig: 8.2.0
snake-case: 3.0.4
@@ -20797,160 +17005,130 @@ packages:
dev: true
/@svgr/hast-util-to-babel-ast@6.5.1:
- resolution:
- {
- integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==}
+ engines: {node: '>=10'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
entities: 4.5.0
dev: false
/@svgr/hast-util-to-babel-ast@8.0.0:
- resolution:
- {
- integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==}
+ engines: {node: '>=14'}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
entities: 4.5.0
dev: true
/@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1):
- resolution:
- {
- integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==
- }
- engines: { node: ">=10" }
- peerDependencies:
- "@svgr/core": ^6.0.0
- dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-preset": 6.5.1(@babel/core@7.22.10)
- "@svgr/core": 6.5.1
- "@svgr/hast-util-to-babel-ast": 6.5.1
+ resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ '@svgr/core': ^6.0.0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.22.10)
+ '@svgr/core': 6.5.1
+ '@svgr/hast-util-to-babel-ast': 6.5.1
svg-parser: 2.0.4
transitivePeerDependencies:
- supports-color
dev: false
/@svgr/plugin-jsx@8.0.1(@svgr/core@8.0.0):
- resolution:
- {
- integrity: sha512-bfCFb+4ZsM3UuKP2t7KmDwn6YV8qVn9HIQJmau6xeQb/iV65Rpi7NBNBWA2hcCd4GKoCqG8hpaaDk5FDR0eH+g==
- }
- engines: { node: ">=14" }
- peerDependencies:
- "@svgr/core": "*"
- dependencies:
- "@babel/core": 7.22.10
- "@svgr/babel-preset": 8.0.0(@babel/core@7.22.10)
- "@svgr/core": 8.0.0
- "@svgr/hast-util-to-babel-ast": 8.0.0
+ resolution: {integrity: sha512-bfCFb+4ZsM3UuKP2t7KmDwn6YV8qVn9HIQJmau6xeQb/iV65Rpi7NBNBWA2hcCd4GKoCqG8hpaaDk5FDR0eH+g==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@svgr/core': '*'
+ dependencies:
+ '@babel/core': 7.22.10
+ '@svgr/babel-preset': 8.0.0(@babel/core@7.22.10)
+ '@svgr/core': 8.0.0
+ '@svgr/hast-util-to-babel-ast': 8.0.0
svg-parser: 2.0.4
transitivePeerDependencies:
- supports-color
dev: true
/@svgr/plugin-svgo@6.5.1(@svgr/core@6.5.1):
- resolution:
- {
- integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==}
+ engines: {node: '>=10'}
peerDependencies:
- "@svgr/core": "*"
+ '@svgr/core': '*'
dependencies:
- "@svgr/core": 6.5.1
+ '@svgr/core': 6.5.1
cosmiconfig: 7.1.0
deepmerge: 4.3.1
svgo: 2.8.0
dev: false
/@svgr/plugin-svgo@8.0.1(@svgr/core@8.0.0):
- resolution:
- {
- integrity: sha512-29OJ1QmJgnohQHDAgAuY2h21xWD6TZiXji+hnx+W635RiXTAlHTbjrZDktfqzkN0bOeQEtNe+xgq73/XeWFfSg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-29OJ1QmJgnohQHDAgAuY2h21xWD6TZiXji+hnx+W635RiXTAlHTbjrZDktfqzkN0bOeQEtNe+xgq73/XeWFfSg==}
+ engines: {node: '>=14'}
peerDependencies:
- "@svgr/core": "*"
+ '@svgr/core': '*'
dependencies:
- "@svgr/core": 8.0.0
+ '@svgr/core': 8.0.0
cosmiconfig: 8.2.0
deepmerge: 4.3.1
svgo: 3.0.2
dev: true
/@svgr/rollup@8.0.1(rollup@3.28.0):
- resolution:
- {
- integrity: sha512-nNy1M0jX7br4D9iUDQZWY0Jh6U4iWlsmvEWXgcLF2eizAADze9Ia5WAoI4ZeswJNKD1Hll8D7h4xk7amqPOhtQ==
- }
- engines: { node: ">=14" }
- dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-transform-react-constant-elements": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-react": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@rollup/pluginutils": 5.0.3(rollup@3.28.0)
- "@svgr/core": 8.0.0
- "@svgr/plugin-jsx": 8.0.1(@svgr/core@8.0.0)
- "@svgr/plugin-svgo": 8.0.1(@svgr/core@8.0.0)
+ resolution: {integrity: sha512-nNy1M0jX7br4D9iUDQZWY0Jh6U4iWlsmvEWXgcLF2eizAADze9Ia5WAoI4ZeswJNKD1Hll8D7h4xk7amqPOhtQ==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-react': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@rollup/pluginutils': 5.0.3(rollup@3.28.0)
+ '@svgr/core': 8.0.0
+ '@svgr/plugin-jsx': 8.0.1(@svgr/core@8.0.0)
+ '@svgr/plugin-svgo': 8.0.1(@svgr/core@8.0.0)
transitivePeerDependencies:
- rollup
- supports-color
dev: true
/@svgr/webpack@6.5.1:
- resolution:
- {
- integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==}
+ engines: {node: '>=10'}
dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-transform-react-constant-elements": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-react": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@svgr/core": 6.5.1
- "@svgr/plugin-jsx": 6.5.1(@svgr/core@6.5.1)
- "@svgr/plugin-svgo": 6.5.1(@svgr/core@6.5.1)
+ '@babel/core': 7.22.10
+ '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-react': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@svgr/core': 6.5.1
+ '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
+ '@svgr/plugin-svgo': 6.5.1(@svgr/core@6.5.1)
transitivePeerDependencies:
- supports-color
dev: false
/@svgr/webpack@8.0.1:
- resolution:
- {
- integrity: sha512-zSoeKcbCmfMXjA11uDuCJb+1LWNb3vy6Qw/VHj0Nfcl3UuqwuoZWknHsBIhCWvi4wU9vPui3aq054qjVyZqY4A==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-zSoeKcbCmfMXjA11uDuCJb+1LWNb3vy6Qw/VHj0Nfcl3UuqwuoZWknHsBIhCWvi4wU9vPui3aq054qjVyZqY4A==}
+ engines: {node: '>=14'}
dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-transform-react-constant-elements": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-react": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@svgr/core": 8.0.0
- "@svgr/plugin-jsx": 8.0.1(@svgr/core@8.0.0)
- "@svgr/plugin-svgo": 8.0.1(@svgr/core@8.0.0)
+ '@babel/core': 7.22.10
+ '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-react': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@svgr/core': 8.0.0
+ '@svgr/plugin-jsx': 8.0.1(@svgr/core@8.0.0)
+ '@svgr/plugin-svgo': 8.0.1(@svgr/core@8.0.0)
transitivePeerDependencies:
- supports-color
dev: true
/@swagger-api/apidom-ast@0.74.1:
- resolution:
- {
- integrity: sha512-EoHyaRBeZmNYFNlDNZGeI45zRLfcVW0o4uZ8Fs/+HN1UIyDoZdr+ObElj5PEkCmdDx7ADlNmoGK4B+4AQA2LeA==
- }
+ resolution: {integrity: sha512-EoHyaRBeZmNYFNlDNZGeI45zRLfcVW0o4uZ8Fs/+HN1UIyDoZdr+ObElj5PEkCmdDx7ADlNmoGK4B+4AQA2LeA==}
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -20958,14 +17136,11 @@ packages:
dev: false
/@swagger-api/apidom-core@0.74.1:
- resolution:
- {
- integrity: sha512-y70oo/CrNMSi7TtUkATXkSWd+Q/4BjchwCuLpWbhSJuIpJM+W9yGyzWOFTFLZQpDbwK0yzocMk8iPClq/rWNPw==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-ast": 0.74.1
- "@types/ramda": 0.29.3
+ resolution: {integrity: sha512-y70oo/CrNMSi7TtUkATXkSWd+Q/4BjchwCuLpWbhSJuIpJM+W9yGyzWOFTFLZQpDbwK0yzocMk8iPClq/rWNPw==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-ast': 0.74.1
+ '@types/ramda': 0.29.3
minim: 0.23.8
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
@@ -20974,29 +17149,23 @@ packages:
dev: false
/@swagger-api/apidom-json-pointer@0.74.1:
- resolution:
- {
- integrity: sha512-UusZdVY2AbYSyMK0aPSNvCiCtgn6NcGnS9fbAPVFsV+ALEtWYdMs/ZjfqYhbuzd+nRY34J9GCF7m+kVysZ9EWw==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@types/ramda": 0.29.3
+ resolution: {integrity: sha512-UusZdVY2AbYSyMK0aPSNvCiCtgn6NcGnS9fbAPVFsV+ALEtWYdMs/ZjfqYhbuzd+nRY34J9GCF7m+kVysZ9EWw==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
/@swagger-api/apidom-ns-api-design-systems@0.74.1:
- resolution:
- {
- integrity: sha512-eJxd3B4lQbVCi+g9ZXSM0IeCbqPEH5o7WdLdfrSowFLQqc7jQur/29UhbAh2PDvPSI/l7oaNzwgPTp4Zm8SaTw==
- }
+ resolution: {integrity: sha512-eJxd3B4lQbVCi+g9ZXSM0IeCbqPEH5o7WdLdfrSowFLQqc7jQur/29UhbAh2PDvPSI/l7oaNzwgPTp4Zm8SaTw==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-1": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-1': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21004,16 +17173,13 @@ packages:
optional: true
/@swagger-api/apidom-ns-asyncapi-2@0.74.1:
- resolution:
- {
- integrity: sha512-xH6ilO8jJpZOWzWwbse3xi8zIbe3Iho+AMwwMFtkCnjUqmv81TGhlA6VPXpLCKgFsnZqJVyCKn/VaTW8N6379w==
- }
+ resolution: {integrity: sha512-xH6ilO8jJpZOWzWwbse3xi8zIbe3Iho+AMwwMFtkCnjUqmv81TGhlA6VPXpLCKgFsnZqJVyCKn/VaTW8N6379w==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-json-schema-draft-7": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-json-schema-draft-7': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21021,32 +17187,26 @@ packages:
optional: true
/@swagger-api/apidom-ns-json-schema-draft-4@0.74.1:
- resolution:
- {
- integrity: sha512-zUQvrxoRQpvdYymHko1nxNeVWwqdGDYNYWUFW/EGZbP0sigKmuSZkh6LdseB9Pxt1WQD/6MkW3zN4JMXt/qFUA==
- }
+ resolution: {integrity: sha512-zUQvrxoRQpvdYymHko1nxNeVWwqdGDYNYWUFW/EGZbP0sigKmuSZkh6LdseB9Pxt1WQD/6MkW3zN4JMXt/qFUA==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-ast": 0.74.1
- "@swagger-api/apidom-core": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-ast': 0.74.1
+ '@swagger-api/apidom-core': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
dev: false
/@swagger-api/apidom-ns-json-schema-draft-6@0.74.1:
- resolution:
- {
- integrity: sha512-8GFH6bR5ERyuS+4u7CnLirBPYkYWostk31WDj7YeY5b0BRNtI3omH4rV24KECu99ZAg/unZY688VwmN25Dut/A==
- }
+ resolution: {integrity: sha512-8GFH6bR5ERyuS+4u7CnLirBPYkYWostk31WDj7YeY5b0BRNtI3omH4rV24KECu99ZAg/unZY688VwmN25Dut/A==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-json-schema-draft-4": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-json-schema-draft-4': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21054,16 +17214,13 @@ packages:
optional: true
/@swagger-api/apidom-ns-json-schema-draft-7@0.74.1:
- resolution:
- {
- integrity: sha512-4ttxnBuRcegp1ooKtwoOqXDUNCWH4GuQlMBOUlHfKPR35qbMf0LCYU+ROvTk05ycoVkc2x6+AJQ4He684EXwfw==
- }
+ resolution: {integrity: sha512-4ttxnBuRcegp1ooKtwoOqXDUNCWH4GuQlMBOUlHfKPR35qbMf0LCYU+ROvTk05ycoVkc2x6+AJQ4He684EXwfw==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-json-schema-draft-6": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-json-schema-draft-6': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21071,115 +17228,94 @@ packages:
optional: true
/@swagger-api/apidom-ns-openapi-3-0@0.74.1:
- resolution:
- {
- integrity: sha512-n5jccxnbiNjHiID0uTV1UXdt47WxyduQRKK9ILo7N2yXqkwI1ygqQNBVEUC/YZnHT4ZvFsifYAqbT0hO1h54ig==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-json-schema-draft-4": 0.74.1
- "@types/ramda": 0.29.3
+ resolution: {integrity: sha512-n5jccxnbiNjHiID0uTV1UXdt47WxyduQRKK9ILo7N2yXqkwI1ygqQNBVEUC/YZnHT4ZvFsifYAqbT0hO1h54ig==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-json-schema-draft-4': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
dev: false
/@swagger-api/apidom-ns-openapi-3-1@0.74.1:
- resolution:
- {
- integrity: sha512-8ZqQBjMfiCEwePUbwdKIAStl7nIPIiyKGrON4Sy+PWTwvCQiam3haKeT5r6TDiTFyrS3idSplfXijuWfZF//Ag==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-ast": 0.74.1
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-0": 0.74.1
- "@types/ramda": 0.29.3
+ resolution: {integrity: sha512-8ZqQBjMfiCEwePUbwdKIAStl7nIPIiyKGrON4Sy+PWTwvCQiam3haKeT5r6TDiTFyrS3idSplfXijuWfZF//Ag==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-ast': 0.74.1
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-0': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
dev: false
/@swagger-api/apidom-parser-adapter-api-design-systems-json@0.74.1:
- resolution:
- {
- integrity: sha512-RFwnL2u3OzKVkE4jQ4zGNHA83BnXM3EjpTNRbCzcmsP78RGr7H9HebPaiRPpLMyC3GuzBwPXe8WbOdYsReuFww==
- }
+ resolution: {integrity: sha512-RFwnL2u3OzKVkE4jQ4zGNHA83BnXM3EjpTNRbCzcmsP78RGr7H9HebPaiRPpLMyC3GuzBwPXe8WbOdYsReuFww==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-api-design-systems": 0.74.1
- "@swagger-api/apidom-parser-adapter-json": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-api-design-systems': 0.74.1
+ '@swagger-api/apidom-parser-adapter-json': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-api-design-systems-yaml@0.74.1:
- resolution:
- {
- integrity: sha512-3r5lxhP/glOhQVFRVRf/Ps2F5V2oMowG6+YBkajV2jCW9XPIrIuVef+KcjbQQlm06J3QnD+Tg/ZiLXcxziAvoQ==
- }
+ resolution: {integrity: sha512-3r5lxhP/glOhQVFRVRf/Ps2F5V2oMowG6+YBkajV2jCW9XPIrIuVef+KcjbQQlm06J3QnD+Tg/ZiLXcxziAvoQ==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-api-design-systems": 0.74.1
- "@swagger-api/apidom-parser-adapter-yaml-1-2": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-api-design-systems': 0.74.1
+ '@swagger-api/apidom-parser-adapter-yaml-1-2': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-asyncapi-json-2@0.74.1:
- resolution:
- {
- integrity: sha512-jPp5n0aKtqZrQrz+Lh1B5LNocuMliA3OvNWGGTD14T54qNDJ+a2B6a31SXZqzjqfseWr7SeE2Z/RM5ljqviLWA==
- }
+ resolution: {integrity: sha512-jPp5n0aKtqZrQrz+Lh1B5LNocuMliA3OvNWGGTD14T54qNDJ+a2B6a31SXZqzjqfseWr7SeE2Z/RM5ljqviLWA==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-asyncapi-2": 0.74.1
- "@swagger-api/apidom-parser-adapter-json": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-asyncapi-2': 0.74.1
+ '@swagger-api/apidom-parser-adapter-json': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-asyncapi-yaml-2@0.74.1:
- resolution:
- {
- integrity: sha512-em8o7bu0XEMac6cJvSi9WjMpTEny39gn+1UrANnICpvsMoiRjlfE5yEG4eueewV1nsukO4qTiUjTf32BGNgHYg==
- }
+ resolution: {integrity: sha512-em8o7bu0XEMac6cJvSi9WjMpTEny39gn+1UrANnICpvsMoiRjlfE5yEG4eueewV1nsukO4qTiUjTf32BGNgHYg==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-asyncapi-2": 0.74.1
- "@swagger-api/apidom-parser-adapter-yaml-1-2": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-asyncapi-2': 0.74.1
+ '@swagger-api/apidom-parser-adapter-yaml-1-2': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-json@0.74.1:
- resolution:
- {
- integrity: sha512-CtJxt/o0ZyW/GkvETuTUUlCjTJ/wH0S7jr3CBnZR/vVVVlVfIYkGw2fEo8HUBAr+EnJNFfWOzOAjXQHul71wUw==
- }
+ resolution: {integrity: sha512-CtJxt/o0ZyW/GkvETuTUUlCjTJ/wH0S7jr3CBnZR/vVVVlVfIYkGw2fEo8HUBAr+EnJNFfWOzOAjXQHul71wUw==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-ast": 0.74.1
- "@swagger-api/apidom-core": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-ast': 0.74.1
+ '@swagger-api/apidom-core': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21190,84 +17326,69 @@ packages:
optional: true
/@swagger-api/apidom-parser-adapter-openapi-json-3-0@0.74.1:
- resolution:
- {
- integrity: sha512-k8zOeb2aCyEVUdW1sUUBmawyqHmx7C7WB9eXFM1yEzwy3Y589cVygiy6AG1yOaPU8WWzR80+xPEqHw0VmqkBRg==
- }
+ resolution: {integrity: sha512-k8zOeb2aCyEVUdW1sUUBmawyqHmx7C7WB9eXFM1yEzwy3Y589cVygiy6AG1yOaPU8WWzR80+xPEqHw0VmqkBRg==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-0": 0.74.1
- "@swagger-api/apidom-parser-adapter-json": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-0': 0.74.1
+ '@swagger-api/apidom-parser-adapter-json': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-openapi-json-3-1@0.74.1:
- resolution:
- {
- integrity: sha512-x70fOeBiavi9siSq2Hr07cBcIXdTEDpi87OpaQIGTk5tjN8wQfnQF1MWxdHpe4p/cJN7LiYw5Dx6uIAhp/RuGg==
- }
+ resolution: {integrity: sha512-x70fOeBiavi9siSq2Hr07cBcIXdTEDpi87OpaQIGTk5tjN8wQfnQF1MWxdHpe4p/cJN7LiYw5Dx6uIAhp/RuGg==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-1": 0.74.1
- "@swagger-api/apidom-parser-adapter-json": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-1': 0.74.1
+ '@swagger-api/apidom-parser-adapter-json': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-openapi-yaml-3-0@0.74.1:
- resolution:
- {
- integrity: sha512-MdZrzR+9AbunoP9OyETqZabhCllUiu5lu59uG7exo7jR1GfC28A4wVolNhi0C01wOcS+55t+1qvzi+i+9Kz3ew==
- }
+ resolution: {integrity: sha512-MdZrzR+9AbunoP9OyETqZabhCllUiu5lu59uG7exo7jR1GfC28A4wVolNhi0C01wOcS+55t+1qvzi+i+9Kz3ew==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-0": 0.74.1
- "@swagger-api/apidom-parser-adapter-yaml-1-2": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-0': 0.74.1
+ '@swagger-api/apidom-parser-adapter-yaml-1-2': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-openapi-yaml-3-1@0.74.1:
- resolution:
- {
- integrity: sha512-OaDAhZm38chXyc0P0yHQSD4fCmUmEUWTTLgHntJDmvAZ7nSkV4NddDP7cgZ07z8dLEwMokI//9u+I/s0G0BO0Q==
- }
+ resolution: {integrity: sha512-OaDAhZm38chXyc0P0yHQSD4fCmUmEUWTTLgHntJDmvAZ7nSkV4NddDP7cgZ07z8dLEwMokI//9u+I/s0G0BO0Q==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-1": 0.74.1
- "@swagger-api/apidom-parser-adapter-yaml-1-2": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-1': 0.74.1
+ '@swagger-api/apidom-parser-adapter-yaml-1-2': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
dev: false
optional: true
/@swagger-api/apidom-parser-adapter-yaml-1-2@0.74.1:
- resolution:
- {
- integrity: sha512-QHxx3ZJ12FAF8yserAR1qL863/eOdi78HgdDFqVeg5tOfUUDXLnvEYbtCWejIjudBFD6s88ctffzN7+DEDFOPg==
- }
+ resolution: {integrity: sha512-QHxx3ZJ12FAF8yserAR1qL863/eOdi78HgdDFqVeg5tOfUUDXLnvEYbtCWejIjudBFD6s88ctffzN7+DEDFOPg==}
requiresBuild: true
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-ast": 0.74.1
- "@swagger-api/apidom-core": 0.74.1
- "@types/ramda": 0.29.3
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-ast': 0.74.1
+ '@swagger-api/apidom-core': 0.74.1
+ '@types/ramda': 0.29.3
ramda: 0.29.0
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
@@ -21278,14 +17399,11 @@ packages:
optional: true
/@swagger-api/apidom-reference@0.74.1:
- resolution:
- {
- integrity: sha512-DwMGmTA2VkiPf8CLDnhhR4PObqzrGGOKydxd3uWWFFI0/itU8mZcBZssMHseW1dV2fC9hvkva672Gt2W/wSJng==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@types/ramda": 0.29.3
+ resolution: {integrity: sha512-DwMGmTA2VkiPf8CLDnhhR4PObqzrGGOKydxd3uWWFFI0/itU8mZcBZssMHseW1dV2fC9hvkva672Gt2W/wSJng==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@types/ramda': 0.29.3
axios: 1.4.0
minimatch: 7.4.6
process: 0.11.10
@@ -21293,54 +17411,45 @@ packages:
ramda-adjunct: 4.1.0(ramda@0.29.0)
stampit: 4.3.2
optionalDependencies:
- "@swagger-api/apidom-json-pointer": 0.74.1
- "@swagger-api/apidom-ns-asyncapi-2": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-0": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-1": 0.74.1
- "@swagger-api/apidom-parser-adapter-api-design-systems-json": 0.74.1
- "@swagger-api/apidom-parser-adapter-api-design-systems-yaml": 0.74.1
- "@swagger-api/apidom-parser-adapter-asyncapi-json-2": 0.74.1
- "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": 0.74.1
- "@swagger-api/apidom-parser-adapter-json": 0.74.1
- "@swagger-api/apidom-parser-adapter-openapi-json-3-0": 0.74.1
- "@swagger-api/apidom-parser-adapter-openapi-json-3-1": 0.74.1
- "@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": 0.74.1
- "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": 0.74.1
- "@swagger-api/apidom-parser-adapter-yaml-1-2": 0.74.1
+ '@swagger-api/apidom-json-pointer': 0.74.1
+ '@swagger-api/apidom-ns-asyncapi-2': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-0': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-1': 0.74.1
+ '@swagger-api/apidom-parser-adapter-api-design-systems-json': 0.74.1
+ '@swagger-api/apidom-parser-adapter-api-design-systems-yaml': 0.74.1
+ '@swagger-api/apidom-parser-adapter-asyncapi-json-2': 0.74.1
+ '@swagger-api/apidom-parser-adapter-asyncapi-yaml-2': 0.74.1
+ '@swagger-api/apidom-parser-adapter-json': 0.74.1
+ '@swagger-api/apidom-parser-adapter-openapi-json-3-0': 0.74.1
+ '@swagger-api/apidom-parser-adapter-openapi-json-3-1': 0.74.1
+ '@swagger-api/apidom-parser-adapter-openapi-yaml-3-0': 0.74.1
+ '@swagger-api/apidom-parser-adapter-openapi-yaml-3-1': 0.74.1
+ '@swagger-api/apidom-parser-adapter-yaml-1-2': 0.74.1
transitivePeerDependencies:
- debug
dev: false
/@swc-jotai/react-refresh@0.1.0:
- resolution:
- {
- integrity: sha512-CWV4W06GdfQo3cW3CoUM2fp7avH4Z/suR7SvECNJnQbr6Sa9U3p7o10nXjNv2zT6z09bbNUPM55HBw5Nwd24Iw==
- }
+ resolution: {integrity: sha512-CWV4W06GdfQo3cW3CoUM2fp7avH4Z/suR7SvECNJnQbr6Sa9U3p7o10nXjNv2zT6z09bbNUPM55HBw5Nwd24Iw==}
dev: true
- /@swc-node/core@1.10.5(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-G+Me0sTApMy6WY9mT0TluFxdO633P1GWMllbT3LWeJlknqQxJo8dAQcV0Uc0+rvBVXt7rRo/BMUZNJp88qarzg==
- }
- engines: { node: ">= 10" }
+ /@swc-node/core@1.10.5(@swc/core@1.3.83):
+ resolution: {integrity: sha512-G+Me0sTApMy6WY9mT0TluFxdO633P1GWMllbT3LWeJlknqQxJo8dAQcV0Uc0+rvBVXt7rRo/BMUZNJp88qarzg==}
+ engines: {node: '>= 10'}
peerDependencies:
- "@swc/core": ">= 1.3"
+ '@swc/core': '>= 1.3'
dependencies:
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
- /@swc-node/register@1.6.7(@swc/core@1.3.76)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-+Tccbb4+fN8vYx88fdEGFbsCSnF0zBxbVhZkYkFAbVI7h6zVIgA3Jmlok4ZM+q+1KxzPN7AOfhQVuFOYBzZBeA==
- }
+ /@swc-node/register@1.6.7(@swc/core@1.3.83)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-+Tccbb4+fN8vYx88fdEGFbsCSnF0zBxbVhZkYkFAbVI7h6zVIgA3Jmlok4ZM+q+1KxzPN7AOfhQVuFOYBzZBeA==}
peerDependencies:
- "@swc/core": ">= 1.3"
- typescript: ">= 4.3"
+ '@swc/core': '>= 1.3'
+ typescript: '>= 4.3'
dependencies:
- "@swc-node/core": 1.10.5(@swc/core@1.3.76)
- "@swc-node/sourcemap-support": 0.3.0
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@swc-node/core': 1.10.5(@swc/core@1.3.83)
+ '@swc-node/sourcemap-support': 0.3.0
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
colorette: 2.0.20
debug: 4.3.4(supports-color@8.1.1)
pirates: 4.0.6
@@ -21350,297 +17459,349 @@ packages:
- supports-color
/@swc-node/sourcemap-support@0.3.0:
- resolution:
- {
- integrity: sha512-gqBJSmJMWomZFxlppaKea7NeAqFrDrrS0RMt24No92M3nJWcyI9YKGEQKl+EyJqZ5gh6w1s0cTklMHMzRwA1NA==
- }
+ resolution: {integrity: sha512-gqBJSmJMWomZFxlppaKea7NeAqFrDrrS0RMt24No92M3nJWcyI9YKGEQKl+EyJqZ5gh6w1s0cTklMHMzRwA1NA==}
dependencies:
source-map-support: 0.5.21
tslib: 2.6.1
- /@swc/cli@0.1.62(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-kOFLjKY3XH1DWLfXL1/B5MizeNorHR8wHKEi92S/Zi9Md/AK17KSqR8MgyRJ6C1fhKHvbBCl8wboyKAFXStkYw==
- }
- engines: { node: ">= 12.13" }
+ /@swc/cli@0.1.62(@swc/core@1.3.83):
+ resolution: {integrity: sha512-kOFLjKY3XH1DWLfXL1/B5MizeNorHR8wHKEi92S/Zi9Md/AK17KSqR8MgyRJ6C1fhKHvbBCl8wboyKAFXStkYw==}
+ engines: {node: '>= 12.13'}
hasBin: true
peerDependencies:
- "@swc/core": ^1.2.66
+ '@swc/core': ^1.2.66
chokidar: ^3.5.1
peerDependenciesMeta:
chokidar:
optional: true
dependencies:
- "@mole-inc/bin-wrapper": 8.0.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@mole-inc/bin-wrapper': 8.0.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
commander: 7.2.0
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
semver: 7.5.4
slash: 3.0.0
source-map: 0.7.4
dev: true
/@swc/core-darwin-arm64@1.3.76:
- resolution:
- {
- integrity: sha512-ovviEhZ/1E81Z9OGrO0ivLWk4VCa3I3ZzM+cd3gugglRRwVwtlIaoIYqY5S3KiCAupDd1+UCl5X7Vbio7a/V8g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ovviEhZ/1E81Z9OGrO0ivLWk4VCa3I3ZzM+cd3gugglRRwVwtlIaoIYqY5S3KiCAupDd1+UCl5X7Vbio7a/V8g==}
+ engines: {node: '>=10'}
+ cpu: [arm64]
+ os: [darwin]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-darwin-arm64@1.3.83:
+ resolution: {integrity: sha512-Plz2IKeveVLivbXTSCC3OZjD2MojyKYllhPrn9RotkDIZEFRYJZtW5/Ik1tJW/2rzu5HVKuGYrDKdScVVTbOxQ==}
+ engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/@swc/core-darwin-x64@1.3.76:
- resolution:
- {
- integrity: sha512-tcySTDqs0SHCebtW35sCdcLWsmTEo7bEwx0gNL/spetqVT9fpFi6qU8qcnt7i2KaZHbeNl9g1aadu+Yrni+GzA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-tcySTDqs0SHCebtW35sCdcLWsmTEo7bEwx0gNL/spetqVT9fpFi6qU8qcnt7i2KaZHbeNl9g1aadu+Yrni+GzA==}
+ engines: {node: '>=10'}
+ cpu: [x64]
+ os: [darwin]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-darwin-x64@1.3.83:
+ resolution: {integrity: sha512-FBGVg5IPF/8jQ6FbK60iDUHjv0H5+LwfpJHKH6wZnRaYWFtm7+pzYgreLu3NTsm3m7/1a7t0+7KURwBGUaJCCw==}
+ engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/@swc/core-linux-arm-gnueabihf@1.3.76:
- resolution:
- {
- integrity: sha512-apgzpGWy1AwoMF4urAAASsAjE7rEzZFIF+p6utuxhS7cNHzE0AyEVDYJbo+pzBdlZ8orBdzzsHtFwoEgKOjebA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-apgzpGWy1AwoMF4urAAASsAjE7rEzZFIF+p6utuxhS7cNHzE0AyEVDYJbo+pzBdlZ8orBdzzsHtFwoEgKOjebA==}
+ engines: {node: '>=10'}
+ cpu: [arm]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-linux-arm-gnueabihf@1.3.83:
+ resolution: {integrity: sha512-EZcsuRYhGkzofXtzwDjuuBC/suiX9s7zeg2YYXOVjWwyebb6BUhB1yad3mcykFQ20rTLO9JUyIaiaMYDHGobqw==}
+ engines: {node: '>=10'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/@swc/core-linux-arm64-gnu@1.3.76:
- resolution:
- {
- integrity: sha512-c3c0zz6S0eludqidDpuqbadE0WT3OZczyQxe9Vw8lFFXES85mvNGtwYzyGK2o7TICpsuHrndwDIoYpmpWk879g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-c3c0zz6S0eludqidDpuqbadE0WT3OZczyQxe9Vw8lFFXES85mvNGtwYzyGK2o7TICpsuHrndwDIoYpmpWk879g==}
+ engines: {node: '>=10'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-linux-arm64-gnu@1.3.83:
+ resolution: {integrity: sha512-khI41szLHrCD/cFOcN4p2SYvZgHjhhHlcMHz5BksRrDyteSJKu0qtWRZITVom0N/9jWoAleoFhMnFTUs0H8IWA==}
+ engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@swc/core-linux-arm64-musl@1.3.76:
- resolution:
- {
- integrity: sha512-Is3bpq7F2qtlnkzEeOD6HIZJPpOmu3q6c82lKww90Q0NnrlSluVMozTHJgwVoFZyizH7uLnk0LuNcEAWLnmJIw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Is3bpq7F2qtlnkzEeOD6HIZJPpOmu3q6c82lKww90Q0NnrlSluVMozTHJgwVoFZyizH7uLnk0LuNcEAWLnmJIw==}
+ engines: {node: '>=10'}
+ cpu: [arm64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-linux-arm64-musl@1.3.83:
+ resolution: {integrity: sha512-zgT7yNOdbjHcGAwvys79mbfNLK65KBlPJWzeig+Yk7I8TVzmaQge7B6ZS/gwF9/p+8TiLYo/tZ5aF2lqlgdSVw==}
+ engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/@swc/core-linux-x64-gnu@1.3.76:
- resolution:
- {
- integrity: sha512-iwCeRzd9oSvUzqt7nU6p/ztceAWfnO9XVxBn502R5gs6QCBbE1HCKrWHDO77aKPK7ss+0NcIGHvXTd9L8/wRzw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-iwCeRzd9oSvUzqt7nU6p/ztceAWfnO9XVxBn502R5gs6QCBbE1HCKrWHDO77aKPK7ss+0NcIGHvXTd9L8/wRzw==}
+ engines: {node: '>=10'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-linux-x64-gnu@1.3.83:
+ resolution: {integrity: sha512-x+mH0Y3NC/G0YNlFmGi3vGD4VOm7IPDhh+tGrx6WtJp0BsShAbOpxtfU885rp1QweZe4qYoEmGqiEjE2WrPIdA==}
+ engines: {node: '>=10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@swc/core-linux-x64-musl@1.3.76:
- resolution:
- {
- integrity: sha512-a671g4tW8kyFeuICsgq4uB9ukQfiIyXJT4V6YSnmqhCTz5mazWuDxZ5wKnx/1g5nXTl+U5cWH2TZaCJatp4GKA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-a671g4tW8kyFeuICsgq4uB9ukQfiIyXJT4V6YSnmqhCTz5mazWuDxZ5wKnx/1g5nXTl+U5cWH2TZaCJatp4GKA==}
+ engines: {node: '>=10'}
+ cpu: [x64]
+ os: [linux]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-linux-x64-musl@1.3.83:
+ resolution: {integrity: sha512-s5AYhAOmetUwUZwS5g9qb92IYgNHHBGiY2mTLImtEgpAeBwe0LPDj6WrujxCBuZnaS55mKRLLOuiMZE5TpjBNA==}
+ engines: {node: '>=10'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/@swc/core-win32-arm64-msvc@1.3.76:
- resolution:
- {
- integrity: sha512-+swEFtjdMezS0vKUhJC3psdSDtOJGY5pEOt4e8XOPvn7aQpKQ9LfF49XVtIwDSk5SGuWtVoLFzkSY3reWUJCyg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-+swEFtjdMezS0vKUhJC3psdSDtOJGY5pEOt4e8XOPvn7aQpKQ9LfF49XVtIwDSk5SGuWtVoLFzkSY3reWUJCyg==}
+ engines: {node: '>=10'}
+ cpu: [arm64]
+ os: [win32]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-win32-arm64-msvc@1.3.83:
+ resolution: {integrity: sha512-yw2rd/KVOGs95lRRB+killLWNaO1dy4uVa8Q3/4wb5txlLru07W1m041fZLzwOg/1Sh0TMjJgGxj0XHGR3ZXhQ==}
+ engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/@swc/core-win32-ia32-msvc@1.3.76:
- resolution:
- {
- integrity: sha512-5CqwAykpGBJ3PqGLOlWGLGIPpBAG1IwWVDUfro3hhjQ7XJxV5Z1aQf5V5OJ90HJVtrEAVx2xx59UV/Dh081LOg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-5CqwAykpGBJ3PqGLOlWGLGIPpBAG1IwWVDUfro3hhjQ7XJxV5Z1aQf5V5OJ90HJVtrEAVx2xx59UV/Dh081LOg==}
+ engines: {node: '>=10'}
+ cpu: [ia32]
+ os: [win32]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-win32-ia32-msvc@1.3.83:
+ resolution: {integrity: sha512-POW+rgZ6KWqBpwPGIRd2/3pcf46P+UrKBm4HLt5IwbHvekJ4avIM8ixJa9kK0muJNVJcDpaZgxaU1ELxtJ1j8w==}
+ engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/@swc/core-win32-x64-msvc@1.3.76:
- resolution:
- {
- integrity: sha512-CiMpWLLlR3Cew9067E7XxaLBwYYJ90r9EhGSO6V1pvYSWj7ET/Ppmtj1ZhzPJMqRXAP6xflfl5R5o4ee1m4WLA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-CiMpWLLlR3Cew9067E7XxaLBwYYJ90r9EhGSO6V1pvYSWj7ET/Ppmtj1ZhzPJMqRXAP6xflfl5R5o4ee1m4WLA==}
+ engines: {node: '>=10'}
+ cpu: [x64]
+ os: [win32]
+ requiresBuild: true
+ dev: false
+ optional: true
+
+ /@swc/core-win32-x64-msvc@1.3.83:
+ resolution: {integrity: sha512-CiWQtkFnZElXQUalaHp+Wacw0Jd+24ncRYhqaJ9YKnEQP1H82CxIIuQqLM8IFaLpn5dpY6SgzaeubWF46hjcLA==}
+ engines: {node: '>=10'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
- /@swc/core@1.3.76(@swc/helpers@0.5.1):
- resolution:
- {
- integrity: sha512-aYYTA2aVYkwJAZepQXtPnkUthhOfn8qd6rsh+lrJxonFrjmpI7RHt2tMDVTXP6XDX7fvnvrVtT1bwZfmBFPh0Q==
- }
- engines: { node: ">=10" }
+ /@swc/core@1.3.76(@swc/helpers@0.5.2):
+ resolution: {integrity: sha512-aYYTA2aVYkwJAZepQXtPnkUthhOfn8qd6rsh+lrJxonFrjmpI7RHt2tMDVTXP6XDX7fvnvrVtT1bwZfmBFPh0Q==}
+ engines: {node: '>=10'}
+ requiresBuild: true
+ peerDependencies:
+ '@swc/helpers': ^0.5.0
+ peerDependenciesMeta:
+ '@swc/helpers':
+ optional: true
+ dependencies:
+ '@swc/helpers': 0.5.2
+ optionalDependencies:
+ '@swc/core-darwin-arm64': 1.3.76
+ '@swc/core-darwin-x64': 1.3.76
+ '@swc/core-linux-arm-gnueabihf': 1.3.76
+ '@swc/core-linux-arm64-gnu': 1.3.76
+ '@swc/core-linux-arm64-musl': 1.3.76
+ '@swc/core-linux-x64-gnu': 1.3.76
+ '@swc/core-linux-x64-musl': 1.3.76
+ '@swc/core-win32-arm64-msvc': 1.3.76
+ '@swc/core-win32-ia32-msvc': 1.3.76
+ '@swc/core-win32-x64-msvc': 1.3.76
+ dev: false
+
+ /@swc/core@1.3.83(@swc/helpers@0.5.2):
+ resolution: {integrity: sha512-PccHDgGQlFjpExgJxH91qA3a4aifR+axCFJ4RieCoiI0m5gURE4nBhxzTBY5YU/YKTBmPO8Gc5Q6inE3+NquWg==}
+ engines: {node: '>=10'}
requiresBuild: true
peerDependencies:
- "@swc/helpers": ^0.5.0
+ '@swc/helpers': ^0.5.0
peerDependenciesMeta:
- "@swc/helpers":
+ '@swc/helpers':
optional: true
dependencies:
- "@swc/helpers": 0.5.1
+ '@swc/helpers': 0.5.2
+ '@swc/types': 0.1.4
optionalDependencies:
- "@swc/core-darwin-arm64": 1.3.76
- "@swc/core-darwin-x64": 1.3.76
- "@swc/core-linux-arm-gnueabihf": 1.3.76
- "@swc/core-linux-arm64-gnu": 1.3.76
- "@swc/core-linux-arm64-musl": 1.3.76
- "@swc/core-linux-x64-gnu": 1.3.76
- "@swc/core-linux-x64-musl": 1.3.76
- "@swc/core-win32-arm64-msvc": 1.3.76
- "@swc/core-win32-ia32-msvc": 1.3.76
- "@swc/core-win32-x64-msvc": 1.3.76
+ '@swc/core-darwin-arm64': 1.3.83
+ '@swc/core-darwin-x64': 1.3.83
+ '@swc/core-linux-arm-gnueabihf': 1.3.83
+ '@swc/core-linux-arm64-gnu': 1.3.83
+ '@swc/core-linux-arm64-musl': 1.3.83
+ '@swc/core-linux-x64-gnu': 1.3.83
+ '@swc/core-linux-x64-musl': 1.3.83
+ '@swc/core-win32-arm64-msvc': 1.3.83
+ '@swc/core-win32-ia32-msvc': 1.3.83
+ '@swc/core-win32-x64-msvc': 1.3.83
/@swc/helpers@0.4.11:
- resolution:
- {
- integrity: sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==
- }
+ resolution: {integrity: sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==}
dependencies:
tslib: 2.6.1
dev: false
/@swc/helpers@0.4.14:
- resolution:
- {
- integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
- }
+ resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==}
dependencies:
tslib: 2.6.1
dev: true
/@swc/helpers@0.5.1:
- resolution:
- {
- integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==
- }
+ resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==}
dependencies:
tslib: 2.6.1
- /@swc/jest@0.2.27(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-Xt8EJ6Wy0NYVL8KDPcDMsuUSzyV2UAByamyy28x2iDZCJw2eVz3acedCGBYxxlPR/DNr6QbA35OSymuXhC9QVA==
- }
- engines: { npm: ">= 7.0.0" }
+ /@swc/helpers@0.5.2:
+ resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==}
+ dependencies:
+ tslib: 2.6.1
+
+ /@swc/jest@0.2.29(@swc/core@1.3.76):
+ resolution: {integrity: sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==}
+ engines: {npm: '>= 7.0.0'}
peerDependencies:
- "@swc/core": "*"
+ '@swc/core': '*'
dependencies:
- "@jest/create-cache-key-function": 27.5.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@jest/create-cache-key-function': 27.5.1
+ '@swc/core': 1.3.76(@swc/helpers@0.5.2)
jsonc-parser: 3.2.0
dev: false
- /@swc/jest@0.2.29(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==
- }
- engines: { npm: ">= 7.0.0" }
+ /@swc/jest@0.2.29(@swc/core@1.3.83):
+ resolution: {integrity: sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==}
+ engines: {npm: '>= 7.0.0'}
peerDependencies:
- "@swc/core": "*"
+ '@swc/core': '*'
dependencies:
- "@jest/create-cache-key-function": 27.5.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@jest/create-cache-key-function': 27.5.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
jsonc-parser: 3.2.0
dev: true
+ /@swc/types@0.1.4:
+ resolution: {integrity: sha512-z/G02d+59gyyUb7KYhKi9jOhicek6QD2oMaotUyG+lUkybpXoV49dY9bj7Ah5Q+y7knK2jU67UTX9FyfGzaxQg==}
+
+ /@swc/wasm@1.3.83:
+ resolution: {integrity: sha512-k4vfr2DLunoPHV1rThfsRLVi3afE04Sxn1MwWfpDtnHpK3+TqAPS0jg62CKqvfv5mIaiVxH6g2OZHnHaYk8Xsg==}
+ requiresBuild: true
+
/@szmarczak/http-timer@1.1.2:
- resolution:
- {
- integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==}
+ engines: {node: '>=6'}
dependencies:
defer-to-connect: 1.1.3
/@szmarczak/http-timer@4.0.6:
- resolution:
- {
- integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==}
+ engines: {node: '>=10'}
dependencies:
defer-to-connect: 2.0.1
dev: true
/@szmarczak/http-timer@5.0.1:
- resolution:
- {
- integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
+ engines: {node: '>=14.16'}
dependencies:
defer-to-connect: 2.0.1
dev: true
/@tailwindcss/forms@0.5.3(tailwindcss@3.3.2):
- resolution:
- {
- integrity: sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==
- }
+ resolution: {integrity: sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==}
peerDependencies:
- tailwindcss: ">=3.0.0 || >= 3.0.0-alpha.1"
+ tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
dependencies:
mini-svg-data-uri: 1.4.4
tailwindcss: 3.3.2(ts-node@10.9.1)
dev: true
/@tailwindcss/forms@0.5.4(tailwindcss@3.3.2):
- resolution:
- {
- integrity: sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==
- }
+ resolution: {integrity: sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==}
peerDependencies:
- tailwindcss: ">=3.0.0 || >= 3.0.0-alpha.1"
+ tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
dependencies:
mini-svg-data-uri: 1.4.4
tailwindcss: 3.3.2(ts-node@10.9.1)
dev: false
/@tailwindcss/line-clamp@0.4.4(tailwindcss@3.3.2):
- resolution:
- {
- integrity: sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==
- }
+ resolution: {integrity: sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==}
peerDependencies:
- tailwindcss: ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
+ tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
dependencies:
tailwindcss: 3.3.2(ts-node@10.9.1)
/@tailwindcss/typography@0.5.9(tailwindcss@3.3.2):
- resolution:
- {
- integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==
- }
+ resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==}
peerDependencies:
- tailwindcss: ">=3.0.0 || insiders"
+ tailwindcss: '>=3.0.0 || insiders'
dependencies:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
@@ -21649,15 +17810,12 @@ packages:
tailwindcss: 3.3.2(ts-node@10.9.1)
/@testing-library/dom@9.3.1:
- resolution:
- {
- integrity: sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==
- }
- engines: { node: ">=14" }
- dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/runtime": 7.22.10
- "@types/aria-query": 5.0.1
+ resolution: {integrity: sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@babel/runtime': 7.22.10
+ '@types/aria-query': 5.0.1
aria-query: 5.1.3
chalk: 4.1.0
dom-accessibility-api: 0.5.16
@@ -21666,35 +17824,26 @@ packages:
dev: true
/@testing-library/react@14.0.0(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==}
+ engines: {node: '>=14'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
dependencies:
- "@babel/runtime": 7.22.10
- "@testing-library/dom": 9.3.1
- "@types/react-dom": 18.2.7
+ '@babel/runtime': 7.22.10
+ '@testing-library/dom': 9.3.1
+ '@types/react-dom': 18.2.7
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/@textlint/ast-node-types@12.6.1:
- resolution:
- {
- integrity: sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==
- }
+ resolution: {integrity: sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==}
/@textlint/markdown-to-ast@12.6.1:
- resolution:
- {
- integrity: sha512-T0HO+VrU9VbLRiEx/kH4+gwGMHNMIGkp0Pok+p0I33saOOLyhfGvwOKQgvt2qkxzQEV2L5MtGB8EnW4r5d3CqQ==
- }
+ resolution: {integrity: sha512-T0HO+VrU9VbLRiEx/kH4+gwGMHNMIGkp0Pok+p0I33saOOLyhfGvwOKQgvt2qkxzQEV2L5MtGB8EnW4r5d3CqQ==}
dependencies:
- "@textlint/ast-node-types": 12.6.1
+ '@textlint/ast-node-types': 12.6.1
debug: 4.3.4(supports-color@8.1.1)
mdast-util-gfm-autolink-literal: 0.1.3
remark-footnotes: 3.0.0
@@ -21707,18 +17856,15 @@ packages:
- supports-color
/@theunderscorer/nx-semantic-release@2.3.0(nx@16.7.0):
- resolution:
- {
- integrity: sha512-W+GMR56EMTi1Qqn6Rgfn8wg3Gm4jEJ5iO4/gpz0e49RLuOjtOmw+VuPS4Ir9Z3ozshROSs58wFuCGqfQGeyKRQ==
- }
- engines: { node: ">=16.0.0" }
- dependencies:
- "@nrwl/devkit": 15.9.2(nx@16.7.0)
- "@semantic-release/changelog": 6.0.2(semantic-release@20.1.0)
- "@semantic-release/exec": 6.0.3(semantic-release@20.1.0)
- "@semantic-release/git": 10.0.1(semantic-release@20.1.0)
- "@semantic-release/github": 8.0.7(semantic-release@20.1.0)
- "@semantic-release/npm": 9.0.2(semantic-release@20.1.0)
+ resolution: {integrity: sha512-W+GMR56EMTi1Qqn6Rgfn8wg3Gm4jEJ5iO4/gpz0e49RLuOjtOmw+VuPS4Ir9Z3ozshROSs58wFuCGqfQGeyKRQ==}
+ engines: {node: '>=16.0.0'}
+ dependencies:
+ '@nrwl/devkit': 15.9.2(nx@16.7.0)
+ '@semantic-release/changelog': 6.0.2(semantic-release@20.1.0)
+ '@semantic-release/exec': 6.0.3(semantic-release@20.1.0)
+ '@semantic-release/git': 10.0.1(semantic-release@20.1.0)
+ '@semantic-release/github': 8.0.7(semantic-release@20.1.0)
+ '@semantic-release/npm': 9.0.2(semantic-release@20.1.0)
cosmiconfig: 7.0.1
remeda: 0.0.32
semantic-release: 20.1.0
@@ -21730,1339 +17876,843 @@ packages:
dev: true
/@timkendall/tql@1.0.0-rc.8(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-uJUAYCAGqtBJ/qdF6zjS+BPH6gmgTddyEAmH6bFqRLagDBieI3+GOC1zVTOPItiqY5DVP+hnbWfnVYQOqPTTvA==
- }
+ resolution: {integrity: sha512-uJUAYCAGqtBJ/qdF6zjS+BPH6gmgTddyEAmH6bFqRLagDBieI3+GOC1zVTOPItiqY5DVP+hnbWfnVYQOqPTTvA==}
peerDependencies:
- graphql: ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
graphql: 16.8.0
ts-toolbelt: 9.6.0
dev: false
/@tokenizer/token@0.3.0:
- resolution:
- {
- integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
- }
+ resolution: {integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==}
dev: true
/@tootallnate/once@1.1.2:
- resolution:
- {
- integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==}
+ engines: {node: '>= 6'}
dev: false
/@tootallnate/once@2.0.0:
- resolution:
- {
- integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
+ engines: {node: '>= 10'}
dev: true
/@total-typescript/ts-reset@0.4.2:
- resolution:
- {
- integrity: sha512-vqd7ZUDSrXFVT1n8b2kc3LnklncDQFPvR58yUS1kEP23/nHPAO9l1lMjUfnPrXYYk4Hj54rrLKMW5ipwk7k09A==
- }
+ resolution: {integrity: sha512-vqd7ZUDSrXFVT1n8b2kc3LnklncDQFPvR58yUS1kEP23/nHPAO9l1lMjUfnPrXYYk4Hj54rrLKMW5ipwk7k09A==}
dev: true
/@trysound/sax@0.2.0:
- resolution:
- {
- integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
+ engines: {node: '>=10.13.0'}
/@ts-morph/common@0.12.3:
- resolution:
- {
- integrity: sha512-4tUmeLyXJnJWvTFOKtcNJ1yh0a3SsTLi2MUoyj8iUNznFRN1ZquaNe7Oukqrnki2FzZkm0J9adCNLDZxUzvj+w==
- }
+ resolution: {integrity: sha512-4tUmeLyXJnJWvTFOKtcNJ1yh0a3SsTLi2MUoyj8iUNznFRN1ZquaNe7Oukqrnki2FzZkm0J9adCNLDZxUzvj+w==}
dependencies:
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
minimatch: 3.1.2
mkdirp: 1.0.4
path-browserify: 1.0.1
dev: true
/@ts-morph/common@0.20.0:
- resolution:
- {
- integrity: sha512-7uKjByfbPpwuzkstL3L5MQyuXPSKdoNG93Fmi2JoDcTf3pEP731JdRFAduRVkOs8oqxPsXKA+ScrWkdQ8t/I+Q==
- }
+ resolution: {integrity: sha512-7uKjByfbPpwuzkstL3L5MQyuXPSKdoNG93Fmi2JoDcTf3pEP731JdRFAduRVkOs8oqxPsXKA+ScrWkdQ8t/I+Q==}
dependencies:
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
minimatch: 7.4.6
mkdirp: 2.1.6
path-browserify: 1.0.1
dev: false
/@tsconfig/node10@1.0.9:
- resolution:
- {
- integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==
- }
+ resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
/@tsconfig/node12@1.0.11:
- resolution:
- {
- integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==
- }
+ resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==}
/@tsconfig/node14@1.0.3:
- resolution:
- {
- integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==
- }
+ resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==}
/@tsconfig/node16@1.0.4:
- resolution:
- {
- integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
- }
+ resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==}
/@tweenjs/tween.js@21.0.0:
- resolution:
- {
- integrity: sha512-qVfOiFh0U8ZSkLgA6tf7kj2MciqRbSCWaJZRwftVO7UbtVDNsZAXpWXqvCDtIefvjC83UJB+vHTDOGm5ibXjEA==
- }
+ resolution: {integrity: sha512-qVfOiFh0U8ZSkLgA6tf7kj2MciqRbSCWaJZRwftVO7UbtVDNsZAXpWXqvCDtIefvjC83UJB+vHTDOGm5ibXjEA==}
dev: false
/@types/accepts@1.3.5:
- resolution:
- {
- integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==
- }
+ resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/acorn@4.0.6:
- resolution:
- {
- integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==
- }
+ resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
dev: true
/@types/aria-query@5.0.1:
- resolution:
- {
- integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==
- }
+ resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==}
dev: true
/@types/aws-lambda@8.10.81:
- resolution:
- {
- integrity: sha512-C1rFKGVZ8KwqhwBOYlpoybTSRtxu2433ea6JaO3amc6ubEe08yQoFsPa9aU9YqvX7ppeZ25CnCtC4AH9mhtxsQ==
- }
+ resolution: {integrity: sha512-C1rFKGVZ8KwqhwBOYlpoybTSRtxu2433ea6JaO3amc6ubEe08yQoFsPa9aU9YqvX7ppeZ25CnCtC4AH9mhtxsQ==}
dev: false
/@types/babel__core@7.20.1:
- resolution:
- {
- integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==
- }
+ resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
dependencies:
- "@babel/parser": 7.22.10
- "@babel/types": 7.22.10
- "@types/babel__generator": 7.6.4
- "@types/babel__template": 7.4.1
- "@types/babel__traverse": 7.20.1
+ '@babel/parser': 7.22.10
+ '@babel/types': 7.22.10
+ '@types/babel__generator': 7.6.4
+ '@types/babel__template': 7.4.1
+ '@types/babel__traverse': 7.20.1
dev: true
/@types/babel__generator@7.6.4:
- resolution:
- {
- integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==
- }
+ resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
dev: true
/@types/babel__template@7.4.1:
- resolution:
- {
- integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==
- }
+ resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- "@babel/parser": 7.22.10
- "@babel/types": 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/types': 7.22.10
dev: true
/@types/babel__traverse@7.20.1:
- resolution:
- {
- integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==
- }
+ resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
dependencies:
- "@babel/types": 7.22.10
+ '@babel/types': 7.22.10
dev: true
/@types/body-parser@1.19.2:
- resolution:
- {
- integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==
- }
+ resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
dependencies:
- "@types/connect": 3.4.35
- "@types/node": 20.5.0
+ '@types/connect': 3.4.35
+ '@types/node': 20.5.0
/@types/bonjour@3.5.10:
- resolution:
- {
- integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==
- }
+ resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/bunyan@1.8.7:
- resolution:
- {
- integrity: sha512-jaNt6xX5poSmXuDAkQrSqx2zkR66OrdRDuVnU8ldvn3k/Ci/7Sf5nooKspQWimDnw337Bzt/yirqSThTjvrHkg==
- }
+ resolution: {integrity: sha512-jaNt6xX5poSmXuDAkQrSqx2zkR66OrdRDuVnU8ldvn3k/Ci/7Sf5nooKspQWimDnw337Bzt/yirqSThTjvrHkg==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/cacheable-request@6.0.3:
- resolution:
- {
- integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==
- }
+ resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
dependencies:
- "@types/http-cache-semantics": 4.0.1
- "@types/keyv": 3.1.4
- "@types/node": 20.5.0
- "@types/responselike": 1.0.0
+ '@types/http-cache-semantics': 4.0.1
+ '@types/keyv': 3.1.4
+ '@types/node': 20.5.0
+ '@types/responselike': 1.0.0
dev: true
/@types/common-tags@1.8.1:
- resolution:
- {
- integrity: sha512-20R/mDpKSPWdJs5TOpz3e7zqbeCNuMCPhV7Yndk9KU2Rbij2r5W4RzwDPkzC+2lzUqXYu9rFzTktCBnDjHuNQg==
- }
+ resolution: {integrity: sha512-20R/mDpKSPWdJs5TOpz3e7zqbeCNuMCPhV7Yndk9KU2Rbij2r5W4RzwDPkzC+2lzUqXYu9rFzTktCBnDjHuNQg==}
dev: false
/@types/concat-stream@2.0.0:
- resolution:
- {
- integrity: sha512-t3YCerNM7NTVjLuICZo5gYAXYoDvpuuTceCcFQWcDQz26kxUR5uIWolxbIR5jRNIXpMqhOpW/b8imCR1LEmuJw==
- }
+ resolution: {integrity: sha512-t3YCerNM7NTVjLuICZo5gYAXYoDvpuuTceCcFQWcDQz26kxUR5uIWolxbIR5jRNIXpMqhOpW/b8imCR1LEmuJw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
/@types/connect-history-api-fallback@1.5.0:
- resolution:
- {
- integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==
- }
+ resolution: {integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==}
dependencies:
- "@types/express-serve-static-core": 4.17.35
- "@types/node": 20.5.0
+ '@types/express-serve-static-core': 4.17.35
+ '@types/node': 20.5.0
/@types/connect@3.4.35:
- resolution:
- {
- integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==
- }
+ resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/content-disposition@0.5.5:
- resolution:
- {
- integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==
- }
+ resolution: {integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==}
dev: false
/@types/cookies@0.7.7:
- resolution:
- {
- integrity: sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==
- }
+ resolution: {integrity: sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==}
dependencies:
- "@types/connect": 3.4.35
- "@types/express": 4.17.17
- "@types/keygrip": 1.0.2
- "@types/node": 20.5.0
+ '@types/connect': 3.4.35
+ '@types/express': 4.17.17
+ '@types/keygrip': 1.0.2
+ '@types/node': 20.5.0
dev: false
/@types/cross-spawn@6.0.2:
- resolution:
- {
- integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==
- }
+ resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/d3-scale-chromatic@3.0.0:
- resolution:
- {
- integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==
- }
+ resolution: {integrity: sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw==}
dev: false
/@types/d3-scale@4.0.3:
- resolution:
- {
- integrity: sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==
- }
+ resolution: {integrity: sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==}
dependencies:
- "@types/d3-time": 3.0.0
+ '@types/d3-time': 3.0.0
dev: false
/@types/d3-time@3.0.0:
- resolution:
- {
- integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==
- }
+ resolution: {integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==}
dev: false
/@types/debug@4.1.7:
- resolution:
- {
- integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==
- }
+ resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==}
dependencies:
- "@types/ms": 0.7.31
+ '@types/ms': 0.7.31
/@types/debug@4.1.8:
- resolution:
- {
- integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==
- }
+ resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==}
dependencies:
- "@types/ms": 0.7.31
+ '@types/ms': 0.7.31
/@types/detect-port@1.3.3:
- resolution:
- {
- integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg==
- }
+ resolution: {integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg==}
dev: true
/@types/doctrine@0.0.3:
- resolution:
- {
- integrity: sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==
- }
+ resolution: {integrity: sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==}
dev: true
/@types/dompurify@2.4.0:
- resolution:
- {
- integrity: sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==
- }
+ resolution: {integrity: sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==}
dependencies:
- "@types/trusted-types": 2.0.3
+ '@types/trusted-types': 2.0.3
dev: false
/@types/ejs@3.1.2:
- resolution:
- {
- integrity: sha512-ZmiaE3wglXVWBM9fyVC17aGPkLo/UgaOjEiI2FXQfyczrCefORPxIe+2dVmnmk3zkVIbizjrlQzmPGhSYGXG5g==
- }
+ resolution: {integrity: sha512-ZmiaE3wglXVWBM9fyVC17aGPkLo/UgaOjEiI2FXQfyczrCefORPxIe+2dVmnmk3zkVIbizjrlQzmPGhSYGXG5g==}
dev: true
/@types/es-aggregate-error@1.0.2:
- resolution:
- {
- integrity: sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==
- }
+ resolution: {integrity: sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/escodegen@0.0.6:
- resolution:
- {
- integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==
- }
+ resolution: {integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==}
dev: true
/@types/eslint-scope@3.7.4:
- resolution:
- {
- integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==
- }
+ resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
dependencies:
- "@types/eslint": 8.44.2
- "@types/estree": 1.0.1
+ '@types/eslint': 8.44.2
+ '@types/estree': 1.0.1
/@types/eslint@8.44.2:
- resolution:
- {
- integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==
- }
+ resolution: {integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==}
dependencies:
- "@types/estree": 1.0.1
- "@types/json-schema": 7.0.12
+ '@types/estree': 1.0.1
+ '@types/json-schema': 7.0.12
/@types/estree-jsx@1.0.0:
- resolution:
- {
- integrity: sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==
- }
+ resolution: {integrity: sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
dev: true
/@types/estree@0.0.39:
- resolution:
- {
- integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
- }
+ resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
/@types/estree@0.0.51:
- resolution:
- {
- integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
- }
+ resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
dev: true
/@types/estree@1.0.1:
- resolution:
- {
- integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==
- }
+ resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==}
/@types/express-serve-static-core@4.17.35:
- resolution:
- {
- integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==
- }
+ resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==}
dependencies:
- "@types/node": 20.5.0
- "@types/qs": 6.9.7
- "@types/range-parser": 1.2.4
- "@types/send": 0.17.1
+ '@types/node': 20.5.0
+ '@types/qs': 6.9.7
+ '@types/range-parser': 1.2.4
+ '@types/send': 0.17.1
/@types/express@4.17.13:
- resolution:
- {
- integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
- }
+ resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==}
dependencies:
- "@types/body-parser": 1.19.2
- "@types/express-serve-static-core": 4.17.35
- "@types/qs": 6.9.7
- "@types/serve-static": 1.15.2
+ '@types/body-parser': 1.19.2
+ '@types/express-serve-static-core': 4.17.35
+ '@types/qs': 6.9.7
+ '@types/serve-static': 1.15.2
dev: false
/@types/express@4.17.17:
- resolution:
- {
- integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
- }
+ resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==}
dependencies:
- "@types/body-parser": 1.19.2
- "@types/express-serve-static-core": 4.17.35
- "@types/qs": 6.9.7
- "@types/serve-static": 1.15.2
+ '@types/body-parser': 1.19.2
+ '@types/express-serve-static-core': 4.17.35
+ '@types/qs': 6.9.7
+ '@types/serve-static': 1.15.2
/@types/find-cache-dir@3.2.1:
- resolution:
- {
- integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==
- }
+ resolution: {integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==}
dev: true
/@types/fs-extra@11.0.1:
- resolution:
- {
- integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
- }
+ resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==}
dependencies:
- "@types/jsonfile": 6.1.1
- "@types/node": 20.5.0
+ '@types/jsonfile': 6.1.1
+ '@types/node': 20.5.0
/@types/fs-extra@8.1.2:
- resolution:
- {
- integrity: sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg==
- }
+ resolution: {integrity: sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
/@types/glob@7.2.0:
- resolution:
- {
- integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
- }
+ resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
- "@types/minimatch": 5.1.2
- "@types/node": 20.5.0
+ '@types/minimatch': 5.1.2
+ '@types/node': 20.5.0
/@types/glob@8.1.0:
- resolution:
- {
- integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
- }
+ resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==}
dependencies:
- "@types/minimatch": 5.1.2
- "@types/node": 20.5.0
+ '@types/minimatch': 5.1.2
+ '@types/node': 20.5.0
dev: true
/@types/graceful-fs@4.1.6:
- resolution:
- {
- integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==
- }
+ resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
/@types/hast@2.3.5:
- resolution:
- {
- integrity: sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==
- }
+ resolution: {integrity: sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/@types/history@4.7.11:
- resolution:
- {
- integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
- }
+ resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==}
dev: false
/@types/hoist-non-react-statics@3.3.1:
- resolution:
- {
- integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
- }
+ resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==}
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
hoist-non-react-statics: 3.3.2
dev: false
/@types/html-minifier-terser@6.1.0:
- resolution:
- {
- integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
- }
+ resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==}
/@types/http-assert@1.5.3:
- resolution:
- {
- integrity: sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==
- }
+ resolution: {integrity: sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==}
dev: false
/@types/http-cache-semantics@4.0.1:
- resolution:
- {
- integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
- }
+ resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==}
dev: true
/@types/http-errors@2.0.1:
- resolution:
- {
- integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==
- }
+ resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==}
/@types/http-proxy@1.17.11:
- resolution:
- {
- integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==
- }
+ resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/ioredis@4.28.10:
- resolution:
- {
- integrity: sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==
- }
+ resolution: {integrity: sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/is-empty@1.2.1:
- resolution:
- {
- integrity: sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw==
- }
+ resolution: {integrity: sha512-a3xgqnFTuNJDm1fjsTjHocYJ40Cz3t8utYpi5GNaxzrJC2HSD08ym+whIL7fNqiqBCdM9bcqD1H/tORWAFXoZw==}
dev: true
/@types/istanbul-lib-coverage@2.0.4:
- resolution:
- {
- integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==
- }
+ resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
/@types/istanbul-lib-report@3.0.0:
- resolution:
- {
- integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
- }
+ resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==}
dependencies:
- "@types/istanbul-lib-coverage": 2.0.4
+ '@types/istanbul-lib-coverage': 2.0.4
/@types/istanbul-reports@3.0.1:
- resolution:
- {
- integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
- }
+ resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==}
dependencies:
- "@types/istanbul-lib-report": 3.0.0
+ '@types/istanbul-lib-report': 3.0.0
/@types/jest-specific-snapshot@0.5.6:
- resolution:
- {
- integrity: sha512-AQdUbEyTwO6JR2yZK7PTXDzK32AlkviDZJZEukZnrZtBjITYBtExFh59HTNTZeFSs+k1b1bqCHmWUwj3VHeh/A==
- }
+ resolution: {integrity: sha512-AQdUbEyTwO6JR2yZK7PTXDzK32AlkviDZJZEukZnrZtBjITYBtExFh59HTNTZeFSs+k1b1bqCHmWUwj3VHeh/A==}
dependencies:
- "@types/jest": 29.5.3
+ '@types/jest': 29.5.3
dev: true
/@types/jest@29.5.3:
- resolution:
- {
- integrity: sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==
- }
+ resolution: {integrity: sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==}
dependencies:
expect: 29.6.2
pretty-format: 29.6.2
dev: true
/@types/js-cookie@2.2.7:
- resolution:
- {
- integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==
- }
+ resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==}
dev: false
/@types/js-yaml@4.0.5:
- resolution:
- {
- integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
- }
+ resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==}
dev: true
/@types/jsdom@20.0.1:
- resolution:
- {
- integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==
- }
+ resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
dependencies:
- "@types/node": 20.5.0
- "@types/tough-cookie": 4.0.2
+ '@types/node': 20.5.0
+ '@types/tough-cookie': 4.0.2
parse5: 7.1.2
dev: true
/@types/json-schema@7.0.11:
- resolution:
- {
- integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
- }
+ resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
dev: false
/@types/json-schema@7.0.12:
- resolution:
- {
- integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
- }
+ resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==}
/@types/json-stable-stringify@1.0.34:
- resolution:
- {
- integrity: sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw==
- }
+ resolution: {integrity: sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw==}
dev: true
/@types/json5@0.0.29:
- resolution:
- {
- integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
- }
+ resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
/@types/jsonfile@6.1.1:
- resolution:
- {
- integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
- }
+ resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/keygrip@1.0.2:
- resolution:
- {
- integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==
- }
+ resolution: {integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==}
dev: false
/@types/keyv@3.1.4:
- resolution:
- {
- integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==
- }
+ resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/koa-compose@3.2.5:
- resolution:
- {
- integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==
- }
+ resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==}
dependencies:
- "@types/koa": 2.13.6
+ '@types/koa': 2.13.6
dev: false
/@types/koa@2.13.6:
- resolution:
- {
- integrity: sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==
- }
+ resolution: {integrity: sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==}
dependencies:
- "@types/accepts": 1.3.5
- "@types/content-disposition": 0.5.5
- "@types/cookies": 0.7.7
- "@types/http-assert": 1.5.3
- "@types/http-errors": 2.0.1
- "@types/keygrip": 1.0.2
- "@types/koa-compose": 3.2.5
- "@types/node": 20.5.0
+ '@types/accepts': 1.3.5
+ '@types/content-disposition': 0.5.5
+ '@types/cookies': 0.7.7
+ '@types/http-assert': 1.5.3
+ '@types/http-errors': 2.0.1
+ '@types/keygrip': 1.0.2
+ '@types/koa-compose': 3.2.5
+ '@types/node': 20.5.0
dev: false
/@types/koa__router@8.0.7:
- resolution:
- {
- integrity: sha512-OB3Ax75nmTP+WR9AgdzA42DI7YmBtiNKN2g1Wxl+d5Dyek9SWt740t+ukwXSmv/jMBCUPyV3YEI93vZHgdP7UQ==
- }
+ resolution: {integrity: sha512-OB3Ax75nmTP+WR9AgdzA42DI7YmBtiNKN2g1Wxl+d5Dyek9SWt740t+ukwXSmv/jMBCUPyV3YEI93vZHgdP7UQ==}
dependencies:
- "@types/koa": 2.13.6
+ '@types/koa': 2.13.6
dev: false
/@types/lodash@4.14.197:
- resolution:
- {
- integrity: sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==
- }
+ resolution: {integrity: sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==}
/@types/long@4.0.2:
- resolution:
- {
- integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==
- }
+ resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
dev: false
/@types/mdast@3.0.12:
- resolution:
- {
- integrity: sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==
- }
+ resolution: {integrity: sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/@types/mdurl@1.0.2:
- resolution:
- {
- integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
- }
+ resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==}
dev: false
/@types/mdx@2.0.6:
- resolution:
- {
- integrity: sha512-sVcwEG10aFU2KcM7cIA0M410UPv/DesOPyG8zMVk0QUDexHA3lYmGucpEpZ2dtWWhi2ip3CG+5g/iH0PwoW4Fw==
- }
+ resolution: {integrity: sha512-sVcwEG10aFU2KcM7cIA0M410UPv/DesOPyG8zMVk0QUDexHA3lYmGucpEpZ2dtWWhi2ip3CG+5g/iH0PwoW4Fw==}
dev: true
/@types/memcached@2.2.7:
- resolution:
- {
- integrity: sha512-ImJbz1i8pl+OnyhYdIDnHe8jAuM8TOwM/7VsciqhYX3IL0jPPUToAtVxklfcWFGYckahEYZxhd9FS0z3MM1dpA==
- }
+ resolution: {integrity: sha512-ImJbz1i8pl+OnyhYdIDnHe8jAuM8TOwM/7VsciqhYX3IL0jPPUToAtVxklfcWFGYckahEYZxhd9FS0z3MM1dpA==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/mime-types@2.1.1:
- resolution:
- {
- integrity: sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==
- }
+ resolution: {integrity: sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==}
dev: true
/@types/mime@1.3.2:
- resolution:
- {
- integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
/@types/mime@3.0.1:
- resolution:
- {
- integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==}
/@types/minimatch@5.1.2:
- resolution:
- {
- integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
- }
+ resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
/@types/minimist@1.2.2:
- resolution:
- {
- integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
- }
+ resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true
/@types/ms@0.7.31:
- resolution:
- {
- integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
- }
+ resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
/@types/mysql@2.15.19:
- resolution:
- {
- integrity: sha512-wSRg2QZv14CWcZXkgdvHbbV2ACufNy5EgI8mBBxnJIptchv7DBy/h53VMa2jDhyo0C9MO4iowE6z9vF8Ja1DkQ==
- }
+ resolution: {integrity: sha512-wSRg2QZv14CWcZXkgdvHbbV2ACufNy5EgI8mBBxnJIptchv7DBy/h53VMa2jDhyo0C9MO4iowE6z9vF8Ja1DkQ==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/nlcst@1.0.1:
- resolution:
- {
- integrity: sha512-aVIyXt6pZiiMOtVByE4Y0gf+BLm1Cxc4ZLSK8VRHn1CgkO+kXbQwN/EBhQmhPdBMjFJCMBKtmNW2zWQuFywz8Q==
- }
+ resolution: {integrity: sha512-aVIyXt6pZiiMOtVByE4Y0gf+BLm1Cxc4ZLSK8VRHn1CgkO+kXbQwN/EBhQmhPdBMjFJCMBKtmNW2zWQuFywz8Q==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
dev: true
/@types/node-fetch@2.6.4:
- resolution:
- {
- integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==
- }
+ resolution: {integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
form-data: 3.0.1
/@types/node@13.13.52:
- resolution:
- {
- integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==
- }
+ resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==}
dev: false
/@types/node@14.18.54:
- resolution:
- {
- integrity: sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw==
- }
+ resolution: {integrity: sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw==}
dev: true
/@types/node@16.18.40:
- resolution:
- {
- integrity: sha512-+yno3ItTEwGxXiS/75Q/aHaa5srkpnJaH+kdkTVJ3DtJEwv92itpKbxU+FjPoh2m/5G9zmUQfrL4A4C13c+iGA==
- }
+ resolution: {integrity: sha512-+yno3ItTEwGxXiS/75Q/aHaa5srkpnJaH+kdkTVJ3DtJEwv92itpKbxU+FjPoh2m/5G9zmUQfrL4A4C13c+iGA==}
/@types/node@17.0.45:
- resolution:
- {
- integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
- }
+ resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
dev: false
/@types/node@18.17.5:
- resolution:
- {
- integrity: sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==
- }
+ resolution: {integrity: sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==}
dev: true
/@types/node@20.3.3:
- resolution:
- {
- integrity: sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==
- }
+ resolution: {integrity: sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==}
/@types/node@20.4.7:
- resolution:
- {
- integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==
- }
+ resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==}
requiresBuild: true
dev: true
/@types/node@20.5.0:
- resolution:
- {
- integrity: sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==
- }
+ resolution: {integrity: sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==}
/@types/normalize-package-data@2.4.1:
- resolution:
- {
- integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
- }
+ resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
dev: true
/@types/npmlog@4.1.4:
- resolution:
- {
- integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==
- }
+ resolution: {integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==}
dev: true
/@types/parse-json@4.0.0:
- resolution:
- {
- integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
- }
+ resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
/@types/parse5@5.0.3:
- resolution:
- {
- integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
- }
+ resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==}
dev: false
/@types/parse5@6.0.3:
- resolution:
- {
- integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==
- }
+ resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==}
dev: false
/@types/pg-pool@2.0.3:
- resolution:
- {
- integrity: sha512-fwK5WtG42Yb5RxAwxm3Cc2dJ39FlgcaNiXKvtTLAwtCn642X7dgel+w1+cLWwpSOFImR3YjsZtbkfjxbHtFAeg==
- }
+ resolution: {integrity: sha512-fwK5WtG42Yb5RxAwxm3Cc2dJ39FlgcaNiXKvtTLAwtCn642X7dgel+w1+cLWwpSOFImR3YjsZtbkfjxbHtFAeg==}
dependencies:
- "@types/pg": 8.6.1
+ '@types/pg': 8.6.1
dev: false
/@types/pg@8.6.1:
- resolution:
- {
- integrity: sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==
- }
+ resolution: {integrity: sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
pg-protocol: 1.6.0
pg-types: 2.2.0
dev: false
/@types/prettier@2.7.3:
- resolution:
- {
- integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
- }
+ resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==}
dev: false
/@types/pretty-hrtime@1.0.1:
- resolution:
- {
- integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==
- }
+ resolution: {integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==}
dev: true
/@types/prop-types@15.7.5:
- resolution:
- {
- integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
- }
+ resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
/@types/qs@6.9.7:
- resolution:
- {
- integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
- }
+ resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
/@types/ramda@0.29.3:
- resolution:
- {
- integrity: sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==
- }
+ resolution: {integrity: sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==}
dependencies:
types-ramda: 0.29.4
/@types/range-parser@1.2.4:
- resolution:
- {
- integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
/@types/react-dom@17.0.20:
- resolution:
- {
- integrity: sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==
- }
+ resolution: {integrity: sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==}
dependencies:
- "@types/react": 17.0.64
+ '@types/react': 17.0.64
dev: false
/@types/react-dom@18.2.7:
- resolution:
- {
- integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
- }
+ resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==}
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
/@types/react-redux@7.1.25:
- resolution:
- {
- integrity: sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==
- }
+ resolution: {integrity: sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==}
dependencies:
- "@types/hoist-non-react-statics": 3.3.1
- "@types/react": 18.2.20
+ '@types/hoist-non-react-statics': 3.3.1
+ '@types/react': 18.2.20
hoist-non-react-statics: 3.3.2
redux: 4.2.1
dev: false
/@types/react-relay@14.1.4:
- resolution:
- {
- integrity: sha512-Fv5KOnIleDR03Jx5ovfVEwjjBjAMOB8SkaVJcstFP2j6hKXXf3SiCJSv7Rzump9eZFMQAS0CC8Jdh+tBwnSYmg==
- }
+ resolution: {integrity: sha512-Fv5KOnIleDR03Jx5ovfVEwjjBjAMOB8SkaVJcstFP2j6hKXXf3SiCJSv7Rzump9eZFMQAS0CC8Jdh+tBwnSYmg==}
dependencies:
- "@types/react": 18.2.20
- "@types/relay-runtime": 14.1.11
+ '@types/react': 18.2.20
+ '@types/relay-runtime': 14.1.11
dev: true
/@types/react-router-config@5.0.7:
- resolution:
- {
- integrity: sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==
- }
+ resolution: {integrity: sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==}
dependencies:
- "@types/history": 4.7.11
- "@types/react": 18.2.20
- "@types/react-router": 5.1.20
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
+ '@types/react-router': 5.1.20
dev: false
/@types/react-router-dom@5.3.3:
- resolution:
- {
- integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==
- }
+ resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==}
dependencies:
- "@types/history": 4.7.11
- "@types/react": 18.2.20
- "@types/react-router": 5.1.20
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
+ '@types/react-router': 5.1.20
dev: false
/@types/react-router@5.1.20:
- resolution:
- {
- integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
- }
+ resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==}
dependencies:
- "@types/history": 4.7.11
- "@types/react": 18.2.20
+ '@types/history': 4.7.11
+ '@types/react': 18.2.20
dev: false
/@types/react-transition-group@4.4.6:
- resolution:
- {
- integrity: sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==
- }
+ resolution: {integrity: sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==}
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
dev: true
/@types/react@17.0.64:
- resolution:
- {
- integrity: sha512-IlgbX/vglDTwrCRgad6fTCzOT+D/5C0xwuvrzfuqfhg9gJrkFqAGADpUFlEtqbrP1IEo9QLSbo41MaFfoIu9Aw==
- }
+ resolution: {integrity: sha512-IlgbX/vglDTwrCRgad6fTCzOT+D/5C0xwuvrzfuqfhg9gJrkFqAGADpUFlEtqbrP1IEo9QLSbo41MaFfoIu9Aw==}
dependencies:
- "@types/prop-types": 15.7.5
- "@types/scheduler": 0.16.3
+ '@types/prop-types': 15.7.5
+ '@types/scheduler': 0.16.3
csstype: 3.1.2
dev: false
/@types/react@18.2.20:
- resolution:
- {
- integrity: sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==
- }
+ resolution: {integrity: sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==}
dependencies:
- "@types/prop-types": 15.7.5
- "@types/scheduler": 0.16.3
+ '@types/prop-types': 15.7.5
+ '@types/scheduler': 0.16.3
csstype: 3.1.2
/@types/relay-runtime@14.1.11:
- resolution:
- {
- integrity: sha512-0crosl+xiE03Pe4vPbu62jxnLtVo45pk3R0tJEs7pLvRm7UQ9Oi7ZahMt4jkO8t+KU+RbP0RqvWxxKHvy59CwQ==
- }
+ resolution: {integrity: sha512-0crosl+xiE03Pe4vPbu62jxnLtVo45pk3R0tJEs7pLvRm7UQ9Oi7ZahMt4jkO8t+KU+RbP0RqvWxxKHvy59CwQ==}
dev: true
/@types/resolve@1.17.1:
- resolution:
- {
- integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==
- }
+ resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
/@types/responselike@1.0.0:
- resolution:
- {
- integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==
- }
+ resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/retry@0.12.0:
- resolution:
- {
- integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
- }
+ resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
/@types/sax@1.2.4:
- resolution:
- {
- integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==
- }
+ resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: false
/@types/scheduler@0.16.3:
- resolution:
- {
- integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
- }
+ resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
/@types/semver@6.2.3:
- resolution:
- {
- integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==
- }
+ resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==}
dev: true
/@types/semver@7.5.0:
- resolution:
- {
- integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
- }
+ resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==}
dev: true
/@types/send@0.17.1:
- resolution:
- {
- integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==}
dependencies:
- "@types/mime": 1.3.2
- "@types/node": 20.5.0
+ '@types/mime': 1.3.2
+ '@types/node': 20.5.0
/@types/serve-index@1.9.1:
- resolution:
- {
- integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==
- }
+ resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==}
dependencies:
- "@types/express": 4.17.17
+ '@types/express': 4.17.17
/@types/serve-static@1.15.2:
- resolution:
- {
- integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==
- }
+ resolution: {integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==}
dependencies:
- "@types/http-errors": 2.0.1
- "@types/mime": 3.0.1
- "@types/node": 20.5.0
+ '@types/http-errors': 2.0.1
+ '@types/mime': 3.0.1
+ '@types/node': 20.5.0
/@types/shimmer@1.0.2:
- resolution:
- {
- integrity: sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg==
- }
+ resolution: {integrity: sha512-dKkr1bTxbEsFlh2ARpKzcaAmsYixqt9UyCdoEZk8rHyE4iQYcDCyvSjDSf7JUWJHlJiTtbIoQjxKh6ViywqDAg==}
/@types/sinonjs__fake-timers@8.1.1:
- resolution:
- {
- integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
- }
+ resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==}
dev: true
/@types/sizzle@2.3.3:
- resolution:
- {
- integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==
- }
+ resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==}
dev: true
/@types/sockjs@0.3.33:
- resolution:
- {
- integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==
- }
+ resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/stack-utils@2.0.1:
- resolution:
- {
- integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
- }
+ resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==}
/@types/supports-color@8.1.1:
- resolution:
- {
- integrity: sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw==
- }
+ resolution: {integrity: sha512-dPWnWsf+kzIG140B8z2w3fr5D03TLWbOAFQl45xUpI3vcizeXriNR5VYkWZ+WTMsUHqZ9Xlt3hrxGNANFyNQfw==}
dev: true
/@types/swagger-ui-react@4.18.0:
- resolution:
- {
- integrity: sha512-XtvFXmj46Zibe89tFQwSQknrq1NxEtOep2rZuxth7K88tyPEP00FnoA6H7ATYhocAEA4XUWaNHNFWFRl1KX8aQ==
- }
+ resolution: {integrity: sha512-XtvFXmj46Zibe89tFQwSQknrq1NxEtOep2rZuxth7K88tyPEP00FnoA6H7ATYhocAEA4XUWaNHNFWFRl1KX8aQ==}
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
dev: false
/@types/tough-cookie@4.0.2:
- resolution:
- {
- integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==
- }
+ resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==}
dev: true
/@types/trusted-types@2.0.3:
- resolution:
- {
- integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==
- }
+ resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==}
dev: false
/@types/type-detect@4.0.1:
- resolution:
- {
- integrity: sha512-0+S1S9Iq0oJ9w9IaBC5W/z1WsPNDUIAJG+THGmqR4vUAxUPCzIY+dApTvyGsaBUWjafTDL0Dg8Z9+iRuk3/BQA==
- }
+ resolution: {integrity: sha512-0+S1S9Iq0oJ9w9IaBC5W/z1WsPNDUIAJG+THGmqR4vUAxUPCzIY+dApTvyGsaBUWjafTDL0Dg8Z9+iRuk3/BQA==}
dev: true
/@types/unist@2.0.7:
- resolution:
- {
- integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==
- }
+ resolution: {integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==}
/@types/urijs@1.19.19:
- resolution:
- {
- integrity: sha512-FDJNkyhmKLw7uEvTxx5tSXfPeQpO0iy73Ry+PmYZJvQy0QIWX8a7kJ4kLWRf+EbTPJEPDSgPXHaM7pzr5lmvCg==
- }
+ resolution: {integrity: sha512-FDJNkyhmKLw7uEvTxx5tSXfPeQpO0iy73Ry+PmYZJvQy0QIWX8a7kJ4kLWRf+EbTPJEPDSgPXHaM7pzr5lmvCg==}
dev: false
/@types/use-sync-external-store@0.0.3:
- resolution:
- {
- integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
- }
+ resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==}
dev: false
/@types/vscode@1.81.0:
- resolution:
- {
- integrity: sha512-YIaCwpT+O2E7WOMq0eCgBEABE++SX3Yl/O02GoMIF2DO3qAtvw7m6BXFYsxnc6XyzwZgh6/s/UG78LSSombl2w==
- }
+ resolution: {integrity: sha512-YIaCwpT+O2E7WOMq0eCgBEABE++SX3Yl/O02GoMIF2DO3qAtvw7m6BXFYsxnc6XyzwZgh6/s/UG78LSSombl2w==}
dev: true
/@types/ws@8.5.5:
- resolution:
- {
- integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==
- }
+ resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
/@types/yargs-parser@21.0.0:
- resolution:
- {
- integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
- }
+ resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==}
/@types/yargs@15.0.15:
- resolution:
- {
- integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==
- }
+ resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==}
dependencies:
- "@types/yargs-parser": 21.0.0
+ '@types/yargs-parser': 21.0.0
dev: false
/@types/yargs@16.0.5:
- resolution:
- {
- integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==
- }
+ resolution: {integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==}
dependencies:
- "@types/yargs-parser": 21.0.0
+ '@types/yargs-parser': 21.0.0
/@types/yargs@17.0.24:
- resolution:
- {
- integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==
- }
+ resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==}
dependencies:
- "@types/yargs-parser": 21.0.0
+ '@types/yargs-parser': 21.0.0
/@types/yauzl@2.10.0:
- resolution:
- {
- integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==
- }
+ resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
optional: true
/@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- "@typescript-eslint/parser": ^5.0.0
+ '@typescript-eslint/parser': ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@eslint-community/regexpp": 4.6.2
- "@typescript-eslint/parser": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/scope-manager": 5.60.1
- "@typescript-eslint/type-utils": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/utils": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@eslint-community/regexpp': 4.6.2
+ '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/scope-manager': 5.60.1
+ '@typescript-eslint/type-utils': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/utils': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
debug: 4.3.4(supports-color@8.1.1)
eslint: 8.46.0
grapheme-splitter: 1.0.4
@@ -23076,21 +18726,18 @@ packages:
dev: true
/@typescript-eslint/parser@5.60.1(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@typescript-eslint/scope-manager": 5.60.1
- "@typescript-eslint/types": 5.60.1
- "@typescript-eslint/typescript-estree": 5.60.1(typescript@5.2.0-beta)
+ '@typescript-eslint/scope-manager': 5.60.1
+ '@typescript-eslint/types': 5.60.1
+ '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.2.0-beta)
debug: 4.3.4(supports-color@8.1.1)
eslint: 8.46.0
typescript: 5.2.0-beta
@@ -23099,42 +18746,33 @@ packages:
dev: true
/@typescript-eslint/scope-manager@5.60.1:
- resolution:
- {
- integrity: sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- "@typescript-eslint/types": 5.60.1
- "@typescript-eslint/visitor-keys": 5.60.1
+ '@typescript-eslint/types': 5.60.1
+ '@typescript-eslint/visitor-keys': 5.60.1
dev: true
/@typescript-eslint/scope-manager@5.62.0:
- resolution:
- {
- integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- "@typescript-eslint/types": 5.62.0
- "@typescript-eslint/visitor-keys": 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
dev: true
/@typescript-eslint/type-utils@5.60.1(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
- peerDependencies:
- eslint: "*"
- typescript: "*"
+ resolution: {integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: '*'
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@typescript-eslint/typescript-estree": 5.60.1(typescript@5.2.0-beta)
- "@typescript-eslint/utils": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.2.0-beta)
+ '@typescript-eslint/utils': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
debug: 4.3.4(supports-color@8.1.1)
eslint: 8.46.0
tsutils: 3.21.0(typescript@5.2.0-beta)
@@ -23144,20 +18782,17 @@ packages:
dev: true
/@typescript-eslint/type-utils@5.62.0(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
- peerDependencies:
- eslint: "*"
- typescript: "*"
+ resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: '*'
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@typescript-eslint/typescript-estree": 5.62.0(typescript@5.2.0-beta)
- "@typescript-eslint/utils": 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.0-beta)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
debug: 4.3.4(supports-color@8.1.1)
eslint: 8.46.0
tsutils: 3.21.0(typescript@5.2.0-beta)
@@ -23167,37 +18802,28 @@ packages:
dev: true
/@typescript-eslint/types@5.60.1:
- resolution:
- {
- integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/types@5.62.0:
- resolution:
- {
- integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree@5.60.1(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@typescript-eslint/types": 5.60.1
- "@typescript-eslint/visitor-keys": 5.60.1
+ '@typescript-eslint/types': 5.60.1
+ '@typescript-eslint/visitor-keys': 5.60.1
debug: 4.3.4(supports-color@8.1.1)
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
is-glob: 4.0.3
semver: 7.5.4
tsutils: 3.21.0(typescript@5.2.0-beta)
@@ -23207,21 +18833,18 @@ packages:
dev: true
/@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@typescript-eslint/types": 5.62.0
- "@typescript-eslint/visitor-keys": 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/visitor-keys': 5.62.0
debug: 4.3.4(supports-color@8.1.1)
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
is-glob: 4.0.3
semver: 7.5.4
tsutils: 3.21.0(typescript@5.2.0-beta)
@@ -23231,20 +18854,17 @@ packages:
dev: true
/@typescript-eslint/utils@5.60.1(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- "@eslint-community/eslint-utils": 4.4.0(eslint@8.46.0)
- "@types/json-schema": 7.0.12
- "@types/semver": 7.5.0
- "@typescript-eslint/scope-manager": 5.60.1
- "@typescript-eslint/types": 5.60.1
- "@typescript-eslint/typescript-estree": 5.60.1(typescript@5.2.0-beta)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0)
+ '@types/json-schema': 7.0.12
+ '@types/semver': 7.5.0
+ '@typescript-eslint/scope-manager': 5.60.1
+ '@typescript-eslint/types': 5.60.1
+ '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.2.0-beta)
eslint: 8.46.0
eslint-scope: 5.1.1
semver: 7.5.4
@@ -23254,20 +18874,17 @@ packages:
dev: true
/@typescript-eslint/utils@5.62.0(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- "@eslint-community/eslint-utils": 4.4.0(eslint@8.46.0)
- "@types/json-schema": 7.0.12
- "@types/semver": 7.5.0
- "@typescript-eslint/scope-manager": 5.62.0
- "@typescript-eslint/types": 5.62.0
- "@typescript-eslint/typescript-estree": 5.62.0(typescript@5.2.0-beta)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0)
+ '@types/json-schema': 7.0.12
+ '@types/semver': 7.5.0
+ '@typescript-eslint/scope-manager': 5.62.0
+ '@typescript-eslint/types': 5.62.0
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.0-beta)
eslint: 8.46.0
eslint-scope: 5.1.1
semver: 7.5.4
@@ -23277,75 +18894,53 @@ packages:
dev: true
/@typescript-eslint/visitor-keys@5.60.1:
- resolution:
- {
- integrity: sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- "@typescript-eslint/types": 5.60.1
+ '@typescript-eslint/types': 5.60.1
eslint-visitor-keys: 3.4.3
dev: true
/@typescript-eslint/visitor-keys@5.62.0:
- resolution:
- {
- integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- "@typescript-eslint/types": 5.62.0
+ '@typescript-eslint/types': 5.62.0
eslint-visitor-keys: 3.4.3
dev: true
/@vercel/analytics@1.0.1:
- resolution:
- {
- integrity: sha512-Ux0c9qUfkcPqng3vrR0GTrlQdqNJ2JREn/2ydrVuKwM3RtMfF2mWX31Ijqo1opSjNAq6rK76PwtANw6kl6TAow==
- }
+ resolution: {integrity: sha512-Ux0c9qUfkcPqng3vrR0GTrlQdqNJ2JREn/2ydrVuKwM3RtMfF2mWX31Ijqo1opSjNAq6rK76PwtANw6kl6TAow==}
dev: false
/@vercel/edge-config-fs@0.1.0:
- resolution:
- {
- integrity: sha512-NRIBwfcS0bUoUbRWlNGetqjvLSwgYH/BqKqDN7vK1g32p7dN96k0712COgaz6VFizAm9b0g6IG6hR6+hc0KCPg==
- }
+ resolution: {integrity: sha512-NRIBwfcS0bUoUbRWlNGetqjvLSwgYH/BqKqDN7vK1g32p7dN96k0712COgaz6VFizAm9b0g6IG6hR6+hc0KCPg==}
dev: false
/@vercel/edge-config@0.2.1:
- resolution:
- {
- integrity: sha512-847kYqJEbga4PGgNrctQ9XsD+2Kw/S+UjzZnIFpebQ9VbdtB0MX4anq33WetcYZYPfhZd2L0uXVnY/BcjI5dOw==
- }
- engines: { node: ">=14.6" }
+ resolution: {integrity: sha512-847kYqJEbga4PGgNrctQ9XsD+2Kw/S+UjzZnIFpebQ9VbdtB0MX4anq33WetcYZYPfhZd2L0uXVnY/BcjI5dOw==}
+ engines: {node: '>=14.6'}
dependencies:
- "@vercel/edge-config-fs": 0.1.0
+ '@vercel/edge-config-fs': 0.1.0
dev: false
/@vercel/otel@0.3.0:
- resolution:
- {
- integrity: sha512-KgLZjBXmMPKCh9uswY81I6oaVZdH2Eyn4snbx86n20t2LW8iEmjSxzxuviET+lfiIQwWWCiZkC6+SiPXOc7naA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-KgLZjBXmMPKCh9uswY81I6oaVZdH2Eyn4snbx86n20t2LW8iEmjSxzxuviET+lfiIQwWWCiZkC6+SiPXOc7naA==}
+ engines: {node: '>=16'}
dependencies:
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/exporter-trace-otlp-grpc": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-node": 0.38.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-node": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/exporter-trace-otlp-grpc': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-node': 0.38.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-node': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
transitivePeerDependencies:
- supports-color
dev: false
/@vscode/vsce@2.20.1:
- resolution:
- {
- integrity: sha512-ilbvoqvR/1/zseRPBAzYR6aKqSJ+jvda4/BqIwOqTxajpvLtEpK3kMLs77+dJdrlygS+VrP7Yhad8j0ukyD96g==
- }
- engines: { node: ">= 14" }
- hasBin: true
+ resolution: {integrity: sha512-ilbvoqvR/1/zseRPBAzYR6aKqSJ+jvda4/BqIwOqTxajpvLtEpK3kMLs77+dJdrlygS+VrP7Yhad8j0ukyD96g==}
+ engines: {node: '>= 14'}
dependencies:
azure-devops-node-api: 11.2.0
chalk: 2.4.2
@@ -23372,185 +18967,125 @@ packages:
dev: false
/@webassemblyjs/ast@1.11.6:
- resolution:
- {
- integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==
- }
+ resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==}
dependencies:
- "@webassemblyjs/helper-numbers": 1.11.6
- "@webassemblyjs/helper-wasm-bytecode": 1.11.6
+ '@webassemblyjs/helper-numbers': 1.11.6
+ '@webassemblyjs/helper-wasm-bytecode': 1.11.6
/@webassemblyjs/floating-point-hex-parser@1.11.6:
- resolution:
- {
- integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
- }
+ resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
/@webassemblyjs/helper-api-error@1.11.6:
- resolution:
- {
- integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
- }
+ resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
/@webassemblyjs/helper-buffer@1.11.6:
- resolution:
- {
- integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==
- }
+ resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==}
/@webassemblyjs/helper-numbers@1.11.6:
- resolution:
- {
- integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
- }
+ resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
dependencies:
- "@webassemblyjs/floating-point-hex-parser": 1.11.6
- "@webassemblyjs/helper-api-error": 1.11.6
- "@xtuc/long": 4.2.2
+ '@webassemblyjs/floating-point-hex-parser': 1.11.6
+ '@webassemblyjs/helper-api-error': 1.11.6
+ '@xtuc/long': 4.2.2
/@webassemblyjs/helper-wasm-bytecode@1.11.6:
- resolution:
- {
- integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
- }
+ resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
/@webassemblyjs/helper-wasm-section@1.11.6:
- resolution:
- {
- integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==
- }
+ resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==}
dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/helper-buffer": 1.11.6
- "@webassemblyjs/helper-wasm-bytecode": 1.11.6
- "@webassemblyjs/wasm-gen": 1.11.6
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/helper-buffer': 1.11.6
+ '@webassemblyjs/helper-wasm-bytecode': 1.11.6
+ '@webassemblyjs/wasm-gen': 1.11.6
/@webassemblyjs/ieee754@1.11.6:
- resolution:
- {
- integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
- }
+ resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
dependencies:
- "@xtuc/ieee754": 1.2.0
+ '@xtuc/ieee754': 1.2.0
/@webassemblyjs/leb128@1.11.6:
- resolution:
- {
- integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
- }
+ resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
dependencies:
- "@xtuc/long": 4.2.2
+ '@xtuc/long': 4.2.2
/@webassemblyjs/utf8@1.11.6:
- resolution:
- {
- integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
- }
+ resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
/@webassemblyjs/wasm-edit@1.11.6:
- resolution:
- {
- integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==
- }
- dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/helper-buffer": 1.11.6
- "@webassemblyjs/helper-wasm-bytecode": 1.11.6
- "@webassemblyjs/helper-wasm-section": 1.11.6
- "@webassemblyjs/wasm-gen": 1.11.6
- "@webassemblyjs/wasm-opt": 1.11.6
- "@webassemblyjs/wasm-parser": 1.11.6
- "@webassemblyjs/wast-printer": 1.11.6
+ resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==}
+ dependencies:
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/helper-buffer': 1.11.6
+ '@webassemblyjs/helper-wasm-bytecode': 1.11.6
+ '@webassemblyjs/helper-wasm-section': 1.11.6
+ '@webassemblyjs/wasm-gen': 1.11.6
+ '@webassemblyjs/wasm-opt': 1.11.6
+ '@webassemblyjs/wasm-parser': 1.11.6
+ '@webassemblyjs/wast-printer': 1.11.6
/@webassemblyjs/wasm-gen@1.11.6:
- resolution:
- {
- integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==
- }
+ resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==}
dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/helper-wasm-bytecode": 1.11.6
- "@webassemblyjs/ieee754": 1.11.6
- "@webassemblyjs/leb128": 1.11.6
- "@webassemblyjs/utf8": 1.11.6
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/helper-wasm-bytecode': 1.11.6
+ '@webassemblyjs/ieee754': 1.11.6
+ '@webassemblyjs/leb128': 1.11.6
+ '@webassemblyjs/utf8': 1.11.6
/@webassemblyjs/wasm-opt@1.11.6:
- resolution:
- {
- integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==
- }
+ resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==}
dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/helper-buffer": 1.11.6
- "@webassemblyjs/wasm-gen": 1.11.6
- "@webassemblyjs/wasm-parser": 1.11.6
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/helper-buffer': 1.11.6
+ '@webassemblyjs/wasm-gen': 1.11.6
+ '@webassemblyjs/wasm-parser': 1.11.6
/@webassemblyjs/wasm-parser@1.11.6:
- resolution:
- {
- integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==
- }
- dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/helper-api-error": 1.11.6
- "@webassemblyjs/helper-wasm-bytecode": 1.11.6
- "@webassemblyjs/ieee754": 1.11.6
- "@webassemblyjs/leb128": 1.11.6
- "@webassemblyjs/utf8": 1.11.6
+ resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==}
+ dependencies:
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/helper-api-error': 1.11.6
+ '@webassemblyjs/helper-wasm-bytecode': 1.11.6
+ '@webassemblyjs/ieee754': 1.11.6
+ '@webassemblyjs/leb128': 1.11.6
+ '@webassemblyjs/utf8': 1.11.6
/@webassemblyjs/wast-printer@1.11.6:
- resolution:
- {
- integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==
- }
+ resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==}
dependencies:
- "@webassemblyjs/ast": 1.11.6
- "@xtuc/long": 4.2.2
+ '@webassemblyjs/ast': 1.11.6
+ '@xtuc/long': 4.2.2
/@whatwg-node/events@0.0.3:
- resolution:
- {
- integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==
- }
+ resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==}
dev: true
/@whatwg-node/events@0.1.1:
- resolution:
- {
- integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==}
+ engines: {node: '>=16.0.0'}
/@whatwg-node/fetch@0.8.8:
- resolution:
- {
- integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==
- }
+ resolution: {integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==}
dependencies:
- "@peculiar/webcrypto": 1.4.3
- "@whatwg-node/node-fetch": 0.3.6
+ '@peculiar/webcrypto': 1.4.3
+ '@whatwg-node/node-fetch': 0.3.6
busboy: 1.6.0
urlpattern-polyfill: 8.0.2
web-streams-polyfill: 3.2.1
dev: true
/@whatwg-node/fetch@0.9.9:
- resolution:
- {
- integrity: sha512-OTVoDm039CNyAWSRc2WBimMl/N9J4Fk2le21Xzcf+3OiWPNNSIbMnpWKBUyraPh2d9SAEgoBdQxTfVNihXgiUw==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-OTVoDm039CNyAWSRc2WBimMl/N9J4Fk2le21Xzcf+3OiWPNNSIbMnpWKBUyraPh2d9SAEgoBdQxTfVNihXgiUw==}
+ engines: {node: '>=16.0.0'}
dependencies:
- "@whatwg-node/node-fetch": 0.4.13
+ '@whatwg-node/node-fetch': 0.4.13
urlpattern-polyfill: 9.0.0
/@whatwg-node/node-fetch@0.3.6:
- resolution:
- {
- integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==
- }
+ resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==}
dependencies:
- "@whatwg-node/events": 0.0.3
+ '@whatwg-node/events': 0.0.3
busboy: 1.6.0
fast-querystring: 1.1.2
fast-url-parser: 1.1.3
@@ -23558,37 +19093,28 @@ packages:
dev: true
/@whatwg-node/node-fetch@0.4.13:
- resolution:
- {
- integrity: sha512-Wijn8jtXq6VBX6EttABXHJIQBcoOP6RRQllXbiaHGORACTDr1xg6g2UnkoggY3dbDkm1VsMjdSe7NVBPc4ukYg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-Wijn8jtXq6VBX6EttABXHJIQBcoOP6RRQllXbiaHGORACTDr1xg6g2UnkoggY3dbDkm1VsMjdSe7NVBPc4ukYg==}
+ engines: {node: '>=16.0.0'}
dependencies:
- "@whatwg-node/events": 0.1.1
+ '@whatwg-node/events': 0.1.1
busboy: 1.6.0
fast-querystring: 1.1.2
fast-url-parser: 1.1.3
tslib: 2.6.1
/@whatwg-node/server@0.9.11:
- resolution:
- {
- integrity: sha512-G7OXKRqSeXsq9cDJubRfrLMvkxmIVm4CuZQTYSq5N/jr8apDo7HpEv+AYq2NN1jwoiYXhtVotcsAau+a+0J7bQ==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-G7OXKRqSeXsq9cDJubRfrLMvkxmIVm4CuZQTYSq5N/jr8apDo7HpEv+AYq2NN1jwoiYXhtVotcsAau+a+0J7bQ==}
+ engines: {node: '>=16.0.0'}
dependencies:
- "@whatwg-node/fetch": 0.9.9
+ '@whatwg-node/fetch': 0.9.9
tslib: 2.6.1
dev: false
/@wundergraph/orm@0.3.1:
- resolution:
- {
- integrity: sha512-G2+dzIHkLF1yEH1b/eIIG+YaBdDTXwP834AtiFE4n9G5cRSrU62OCS6gW1o1/yidaVEkPM9qkdEBaLdi5ma7pg==
- }
+ resolution: {integrity: sha512-G2+dzIHkLF1yEH1b/eIIG+YaBdDTXwP834AtiFE4n9G5cRSrU62OCS6gW1o1/yidaVEkPM9qkdEBaLdi5ma7pg==}
dependencies:
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@timkendall/tql": 1.0.0-rc.8(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@timkendall/tql': 1.0.0-rc.8(graphql@16.8.0)
graphql: 16.8.0
hotscript: 1.0.13
ix: 5.0.0
@@ -23599,10 +19125,7 @@ packages:
dev: false
/@wundergraph/protobuf@0.118.1:
- resolution:
- {
- integrity: sha512-05HNB3/ZSH75IWtHDX8fdWFL6tM04OwfnVCcP5Ohi7OX8KeXcBaQW79GnkyjYttfSs5daduYNVoFLljh6G6YbQ==
- }
+ resolution: {integrity: sha512-05HNB3/ZSH75IWtHDX8fdWFL6tM04OwfnVCcP5Ohi7OX8KeXcBaQW79GnkyjYttfSs5daduYNVoFLljh6G6YbQ==}
dependencies:
long: 5.2.3
protobufjs: 7.2.4
@@ -23610,51 +19133,44 @@ packages:
dev: false
/@wundergraph/react-relay@0.4.0(@wundergraph/sdk@0.174.0)(react-relay@15.0.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-04lKHnnTU51Kz9V2lhMea0P4cLCjZhbQZVVd1MGYecHbuDw5DFelm0RGzNijgO1nfs6wjDw50pbU+NJARngfZw==
- }
+ resolution: {integrity: sha512-04lKHnnTU51Kz9V2lhMea0P4cLCjZhbQZVVd1MGYecHbuDw5DFelm0RGzNijgO1nfs6wjDw50pbU+NJARngfZw==}
peerDependencies:
- "@wundergraph/sdk": ">=0.145.1"
+ '@wundergraph/sdk': '>=0.145.1'
react: ^16.9.0 || ^17 || ^18
- react-relay: ">=15.0.0"
+ react-relay: '>=15.0.0'
dependencies:
- "@wundergraph/sdk": 0.174.0(@swc/core@1.3.76)(react-native@0.72.4)
+ '@wundergraph/sdk': 0.174.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)(react-native@0.72.4)
react: 18.2.0
react-relay: 15.0.0(react@18.2.0)
dev: false
- /@wundergraph/sdk@0.174.0(@swc/core@1.3.76)(react-native@0.72.4):
- resolution:
- {
- integrity: sha512-WGM5Wz4u1tyXhpjD1rwlLliT5V0mlKYzvenYVeJ5O0v5L5ljNL2ZWHGD7P1sBh6LZu5v85WWhWEbMyZdMQL+Zw==
- }
- hasBin: true
- dependencies:
- "@fastify/formbody": 7.4.0
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/store": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/merge": 9.0.0(graphql@16.8.0)
- "@graphql-tools/schema": 8.5.1(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@omnigraph/json-schema": 0.94.2(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
- "@omnigraph/openapi": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
- "@omnigraph/soap": 0.94.5(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-trace-otlp-proto": 0.39.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-node": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
- "@prisma/generator-helper": 3.15.2
- "@whatwg-node/fetch": 0.9.9
- "@wundergraph/orm": 0.3.1
- "@wundergraph/protobuf": 0.118.1
- "@wundergraph/straightforward": 4.2.5
- "@wundergraph/wunderctl": 0.169.2
+ /@wundergraph/sdk@0.174.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)(react-native@0.72.4):
+ resolution: {integrity: sha512-WGM5Wz4u1tyXhpjD1rwlLliT5V0mlKYzvenYVeJ5O0v5L5ljNL2ZWHGD7P1sBh6LZu5v85WWhWEbMyZdMQL+Zw==}
+ dependencies:
+ '@fastify/formbody': 7.4.0
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/store': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/merge': 9.0.0(graphql@16.8.0)
+ '@graphql-tools/schema': 8.5.1(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@omnigraph/json-schema': 0.94.2(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
+ '@omnigraph/openapi': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1)
+ '@omnigraph/soap': 0.94.5(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-trace-otlp-proto': 0.39.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-node': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
+ '@prisma/generator-helper': 3.15.2
+ '@whatwg-node/fetch': 0.9.9
+ '@wundergraph/orm': 0.3.1
+ '@wundergraph/protobuf': 0.118.1
+ '@wundergraph/straightforward': 4.2.5
+ '@wundergraph/wunderctl': 0.169.2
axios: 0.26.1(debug@4.3.4)
axios-retry: 3.6.0
close-with-grace: 1.2.0
@@ -23688,13 +19204,13 @@ packages:
traverse: 0.6.7
ts-retry-promise: 0.7.0
tslib: 2.6.1
- typescript-json-schema: 0.55.0(@swc/core@1.3.76)
+ typescript-json-schema: 0.55.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)
write-file-atomic: 5.0.1
zod: 3.21.4
zod-to-json-schema: 3.21.4(zod@3.21.4)
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
- encoding
- react-native
- react-native-windows
@@ -23702,12 +19218,8 @@ packages:
dev: false
/@wundergraph/straightforward@4.2.5:
- resolution:
- {
- integrity: sha512-wiOsrjPYoD6i6pdQgwfYhguAd8scmU9Jyxb/0+cOMUUzgALZyn6sRJAYOx1r57aDNPmO3OdFUnQHs9LLCti5Lg==
- }
- engines: { node: ">=16" }
- hasBin: true
+ resolution: {integrity: sha512-wiOsrjPYoD6i6pdQgwfYhguAd8scmU9Jyxb/0+cOMUUzgALZyn6sRJAYOx1r57aDNPmO3OdFUnQHs9LLCti5Lg==}
+ engines: {node: '>=16'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
yargs: 17.7.2
@@ -23716,11 +19228,7 @@ packages:
dev: false
/@wundergraph/wunderctl@0.169.2:
- resolution:
- {
- integrity: sha512-urjVJR5jwQHgRmpfjQ5Rr1xjzfqBM/rY9TDbEGu3F2nTEWMrJHUAgagtfrGJx7lz/SCpgPBc4vVUzR4j6p7ffA==
- }
- hasBin: true
+ resolution: {integrity: sha512-urjVJR5jwQHgRmpfjQ5Rr1xjzfqBM/rY9TDbEGu3F2nTEWMrJHUAgagtfrGJx7lz/SCpgPBc4vVUzR4j6p7ffA==}
requiresBuild: true
dependencies:
axios: 0.26.1(debug@4.3.4)
@@ -23733,201 +19241,130 @@ packages:
dev: false
/@xobotyi/scrollbar-width@1.9.5:
- resolution:
- {
- integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==
- }
+ resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==}
dev: false
/@xtuc/ieee754@1.2.0:
- resolution:
- {
- integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==
- }
+ resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
/@xtuc/long@4.2.2:
- resolution:
- {
- integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
- }
+ resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
/@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.17.19):
- resolution:
- {
- integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==
- }
- engines: { node: ">=14.15.0" }
+ resolution: {integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==}
+ engines: {node: '>=14.15.0'}
peerDependencies:
- esbuild: ">=0.10.0"
+ esbuild: '>=0.10.0'
dependencies:
esbuild: 0.17.19
tslib: 2.6.1
dev: true
/@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.18.11):
- resolution:
- {
- integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==
- }
- engines: { node: ">=14.15.0" }
+ resolution: {integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==}
+ engines: {node: '>=14.15.0'}
peerDependencies:
- esbuild: ">=0.10.0"
+ esbuild: '>=0.10.0'
dependencies:
esbuild: 0.18.11
tslib: 2.6.1
dev: true
/@yarnpkg/lockfile@1.1.0:
- resolution:
- {
- integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
- }
+ resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==}
/@yarnpkg/parsers@3.0.0-rc.46:
- resolution:
- {
- integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==
- }
- engines: { node: ">=14.15.0" }
+ resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==}
+ engines: {node: '>=14.15.0'}
dependencies:
js-yaml: 3.14.1
tslib: 2.6.1
/@yarnpkg/parsers@3.0.0-rc.48.1:
- resolution:
- {
- integrity: sha512-qEewJouhRvaecGjbkjz9kMKn96UASbDodNrE5MYy2TrXkHcisIkbMxZdGBYfAq+s1dFtCSx/5H4k5bEkfakM+A==
- }
+ resolution: {integrity: sha512-qEewJouhRvaecGjbkjz9kMKn96UASbDodNrE5MYy2TrXkHcisIkbMxZdGBYfAq+s1dFtCSx/5H4k5bEkfakM+A==}
dependencies:
js-yaml: 3.14.1
tslib: 2.6.1
dev: true
/@zkochan/js-yaml@0.0.6:
- resolution:
- {
- integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==
- }
- hasBin: true
+ resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==}
dependencies:
argparse: 2.0.1
/JSONStream@1.3.5:
- resolution:
- {
- integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
dependencies:
jsonparse: 1.3.1
through: 2.3.8
dev: true
/a-sync-waterfall@1.0.1:
- resolution:
- {
- integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==
- }
+ resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==}
dev: false
/abab@2.0.6:
- resolution:
- {
- integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
- }
+ resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
/abbrev@1.1.1:
- resolution:
- {
- integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
- }
+ resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
dev: false
/abbrev@2.0.0:
- resolution:
- {
- integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/abort-controller@3.0.0:
- resolution:
- {
- integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
- }
- engines: { node: ">=6.5" }
+ resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
+ engines: {node: '>=6.5'}
dependencies:
event-target-shim: 5.0.1
dev: false
/abs-svg-path@0.1.1:
- resolution:
- {
- integrity: sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA==
- }
+ resolution: {integrity: sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA==}
dev: true
/abstract-logging@2.0.1:
- resolution:
- {
- integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==
- }
+ resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==}
dev: false
/accepts@1.3.8:
- resolution:
- {
- integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
+ engines: {node: '>= 0.6'}
dependencies:
mime-types: 2.1.35
negotiator: 0.6.3
/accessor-fn@1.5.0:
- resolution:
- {
- integrity: sha512-dml7D96DY/K5lt4Ra2jMnpL9Bhw5HEGws4p1OAIxFFj9Utd/RxNfEO3T3f0QIWFNwQU7gNxH9snUfqF/zNkP/w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-dml7D96DY/K5lt4Ra2jMnpL9Bhw5HEGws4p1OAIxFFj9Utd/RxNfEO3T3f0QIWFNwQU7gNxH9snUfqF/zNkP/w==}
+ engines: {node: '>=12'}
dev: false
/acorn-globals@6.0.0:
- resolution:
- {
- integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
- }
+ resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==}
dependencies:
acorn: 7.4.1
acorn-walk: 7.2.0
dev: false
/acorn-globals@7.0.1:
- resolution:
- {
- integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==
- }
+ resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==}
dependencies:
acorn: 8.10.0
acorn-walk: 8.2.0
dev: true
/acorn-import-assertions@1.9.0(acorn@8.10.0):
- resolution:
- {
- integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
- }
+ resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
peerDependencies:
acorn: ^8
dependencies:
acorn: 8.10.0
/acorn-jsx@5.3.2(acorn@7.4.1):
- resolution:
- {
- integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
- }
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
@@ -23935,94 +19372,59 @@ packages:
dev: true
/acorn-jsx@5.3.2(acorn@8.10.0):
- resolution:
- {
- integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
- }
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
acorn: 8.10.0
/acorn-walk@7.2.0:
- resolution:
- {
- integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==}
+ engines: {node: '>=0.4.0'}
/acorn-walk@8.2.0:
- resolution:
- {
- integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
+ engines: {node: '>=0.4.0'}
/acorn@7.4.1:
- resolution:
- {
- integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
- }
- engines: { node: ">=0.4.0" }
- hasBin: true
+ resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==}
+ engines: {node: '>=0.4.0'}
/acorn@8.10.0:
- resolution:
- {
- integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
- }
- engines: { node: ">=0.4.0" }
- hasBin: true
+ resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==}
+ engines: {node: '>=0.4.0'}
/address@1.2.2:
- resolution:
- {
- integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
+ engines: {node: '>= 10.0.0'}
/after@0.8.2:
- resolution:
- {
- integrity: sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==
- }
+ resolution: {integrity: sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==}
dev: true
/agent-base@4.3.0:
- resolution:
- {
- integrity: sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
- }
- engines: { node: ">= 4.0.0" }
+ resolution: {integrity: sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==}
+ engines: {node: '>= 4.0.0'}
dependencies:
es6-promisify: 5.0.0
dev: false
/agent-base@5.1.1:
- resolution:
- {
- integrity: sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
- }
- engines: { node: ">= 6.0.0" }
+ resolution: {integrity: sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==}
+ engines: {node: '>= 6.0.0'}
dev: true
/agent-base@6.0.2:
- resolution:
- {
- integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
- }
- engines: { node: ">= 6.0.0" }
+ resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
+ engines: {node: '>= 6.0.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
/agent-base@7.1.0:
- resolution:
- {
- integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==}
+ engines: {node: '>= 14'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
@@ -24030,41 +19432,29 @@ packages:
dev: true
/agentkeepalive@4.5.0:
- resolution:
- {
- integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==
- }
- engines: { node: ">= 8.0.0" }
+ resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==}
+ engines: {node: '>= 8.0.0'}
dependencies:
humanize-ms: 1.2.1
dev: false
/aggregate-error@3.1.0:
- resolution:
- {
- integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
+ engines: {node: '>=8'}
dependencies:
clean-stack: 2.2.0
indent-string: 4.0.0
/aggregate-error@4.0.1:
- resolution:
- {
- integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==}
+ engines: {node: '>=12'}
dependencies:
clean-stack: 4.2.0
indent-string: 5.0.0
dev: true
/ajv-draft-04@1.0.0(ajv@8.12.0):
- resolution:
- {
- integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==
- }
+ resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==}
peerDependencies:
ajv: ^8.5.0
peerDependenciesMeta:
@@ -24075,10 +19465,7 @@ packages:
dev: false
/ajv-errors@3.0.0(ajv@8.12.0):
- resolution:
- {
- integrity: sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==
- }
+ resolution: {integrity: sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==}
peerDependencies:
ajv: ^8.0.1
dependencies:
@@ -24086,10 +19473,7 @@ packages:
dev: false
/ajv-formats@2.1.1(ajv@8.12.0):
- resolution:
- {
- integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
- }
+ resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
peerDependencies:
ajv: ^8.0.0
peerDependenciesMeta:
@@ -24099,20 +19483,14 @@ packages:
ajv: 8.12.0
/ajv-keywords@3.5.2(ajv@6.12.6):
- resolution:
- {
- integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
- }
+ resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
peerDependencies:
ajv: ^6.9.1
dependencies:
ajv: 6.12.6
/ajv-keywords@5.1.0(ajv@8.12.0):
- resolution:
- {
- integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
- }
+ resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
peerDependencies:
ajv: ^8.8.2
dependencies:
@@ -24120,10 +19498,7 @@ packages:
fast-deep-equal: 3.1.3
/ajv@5.5.2:
- resolution:
- {
- integrity: sha512-Ajr4IcMXq/2QmMkEmSvxqfLN5zGmJ92gHXAeOXq1OekoH2rfDNsgdDoL2f7QaRCy7G/E6TpxBVdRuNraMztGHw==
- }
+ resolution: {integrity: sha512-Ajr4IcMXq/2QmMkEmSvxqfLN5zGmJ92gHXAeOXq1OekoH2rfDNsgdDoL2f7QaRCy7G/E6TpxBVdRuNraMztGHw==}
dependencies:
co: 4.6.0
fast-deep-equal: 1.1.0
@@ -24132,10 +19507,7 @@ packages:
dev: false
/ajv@6.12.6:
- resolution:
- {
- integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
- }
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
dependencies:
fast-deep-equal: 3.1.3
fast-json-stable-stringify: 2.1.0
@@ -24143,10 +19515,7 @@ packages:
uri-js: 4.4.1
/ajv@6.5.2:
- resolution:
- {
- integrity: sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==
- }
+ resolution: {integrity: sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==}
dependencies:
fast-deep-equal: 2.0.1
fast-json-stable-stringify: 2.1.0
@@ -24155,10 +19524,7 @@ packages:
dev: false
/ajv@8.12.0:
- resolution:
- {
- integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
- }
+ resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -24166,14 +19532,10 @@ packages:
uri-js: 4.4.1
/alex@11.0.0:
- resolution:
- {
- integrity: sha512-YbVCn9CZZDtH5wzGYt0mTergstBhGmm9jnGaG4UmO2nCQLD6swj5eqHIHnNKWAh62EtwItMai3dPNFbux6KOHw==
- }
- hasBin: true
+ resolution: {integrity: sha512-YbVCn9CZZDtH5wzGYt0mTergstBhGmm9jnGaG4UmO2nCQLD6swj5eqHIHnNKWAh62EtwItMai3dPNFbux6KOHw==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/nlcst": 1.0.1
+ '@types/mdast': 3.0.12
+ '@types/nlcst': 1.0.1
meow: 11.0.0
rehype-parse: 8.0.4
rehype-retext: 3.0.2
@@ -24198,48 +19560,38 @@ packages:
dev: true
/algoliasearch-helper@3.14.0(algoliasearch@4.19.1):
- resolution:
- {
- integrity: sha512-gXDXzsSS0YANn5dHr71CUXOo84cN4azhHKUbg71vAWnH+1JBiR4jf7to3t3JHXknXkbV0F7f055vUSBKrltHLQ==
- }
+ resolution: {integrity: sha512-gXDXzsSS0YANn5dHr71CUXOo84cN4azhHKUbg71vAWnH+1JBiR4jf7to3t3JHXknXkbV0F7f055vUSBKrltHLQ==}
peerDependencies:
- algoliasearch: ">= 3.1 < 6"
+ algoliasearch: '>= 3.1 < 6'
dependencies:
- "@algolia/events": 4.0.1
+ '@algolia/events': 4.0.1
algoliasearch: 4.19.1
dev: false
/algoliasearch@4.19.1:
- resolution:
- {
- integrity: sha512-IJF5b93b2MgAzcE/tuzW0yOPnuUyRgGAtaPv5UUywXM8kzqfdwZTO4sPJBzoGz1eOy6H9uEchsJsBFTELZSu+g==
- }
- dependencies:
- "@algolia/cache-browser-local-storage": 4.19.1
- "@algolia/cache-common": 4.19.1
- "@algolia/cache-in-memory": 4.19.1
- "@algolia/client-account": 4.19.1
- "@algolia/client-analytics": 4.19.1
- "@algolia/client-common": 4.19.1
- "@algolia/client-personalization": 4.19.1
- "@algolia/client-search": 4.19.1
- "@algolia/logger-common": 4.19.1
- "@algolia/logger-console": 4.19.1
- "@algolia/requester-browser-xhr": 4.19.1
- "@algolia/requester-common": 4.19.1
- "@algolia/requester-node-http": 4.19.1
- "@algolia/transporter": 4.19.1
+ resolution: {integrity: sha512-IJF5b93b2MgAzcE/tuzW0yOPnuUyRgGAtaPv5UUywXM8kzqfdwZTO4sPJBzoGz1eOy6H9uEchsJsBFTELZSu+g==}
+ dependencies:
+ '@algolia/cache-browser-local-storage': 4.19.1
+ '@algolia/cache-common': 4.19.1
+ '@algolia/cache-in-memory': 4.19.1
+ '@algolia/client-account': 4.19.1
+ '@algolia/client-analytics': 4.19.1
+ '@algolia/client-common': 4.19.1
+ '@algolia/client-personalization': 4.19.1
+ '@algolia/client-search': 4.19.1
+ '@algolia/logger-common': 4.19.1
+ '@algolia/logger-console': 4.19.1
+ '@algolia/requester-browser-xhr': 4.19.1
+ '@algolia/requester-common': 4.19.1
+ '@algolia/requester-node-http': 4.19.1
+ '@algolia/transporter': 4.19.1
dev: false
/all-contributors-cli@6.25.0:
- resolution:
- {
- integrity: sha512-vsMPLmpnYxzUV0Em/4RNmrnmCruUnIWcY10I0QNRUU9A0275VEuJTVhICi/L2V6foIemwog3ZeNfNV9qeetfsw==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-vsMPLmpnYxzUV0Em/4RNmrnmCruUnIWcY10I0QNRUU9A0275VEuJTVhICi/L2V6foIemwog3ZeNfNV9qeetfsw==}
+ engines: {node: '>=4'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
async: 3.2.4
chalk: 4.1.0
didyoumean: 1.2.2
@@ -24254,13 +19606,9 @@ packages:
dev: true
/alterschema@1.1.3:
- resolution:
- {
- integrity: sha512-VqKTk8lX8LHVRvSOgEZDGPeEYOvrSOjlX/1PAi4el7ac8acC6/6a99HuVjfU6N1tNrHV5dU0sQDmuOjRvBf/Sw==
- }
- hasBin: true
+ resolution: {integrity: sha512-VqKTk8lX8LHVRvSOgEZDGPeEYOvrSOjlX/1PAi4el7ac8acC6/6a99HuVjfU6N1tNrHV5dU0sQDmuOjRvBf/Sw==}
dependencies:
- "@hyperjump/json-schema": 0.23.5
+ '@hyperjump/json-schema': 0.23.5
json-e: 4.5.3
lodash: 4.17.21
object-hash: 3.0.0
@@ -24269,93 +19617,60 @@ packages:
dev: false
/anafanafo@2.0.0:
- resolution:
- {
- integrity: sha512-Nlfq7NC4AOkTJerWRIZcOAiMNtIDVIGWGvQ98O7Jl6Kr2Dk0dX5u4MqN778kSRTy5KRqchpLdF2RtLFEz9FVkQ==
- }
+ resolution: {integrity: sha512-Nlfq7NC4AOkTJerWRIZcOAiMNtIDVIGWGvQ98O7Jl6Kr2Dk0dX5u4MqN778kSRTy5KRqchpLdF2RtLFEz9FVkQ==}
dependencies:
char-width-table-consumer: 1.0.0
dev: true
/anchor-markdown-header@0.6.0:
- resolution:
- {
- integrity: sha512-v7HJMtE1X7wTpNFseRhxsY/pivP4uAJbidVhPT+yhz4i/vV1+qx371IXuV9V7bN6KjFtheLJxqaSm0Y/8neJTA==
- }
+ resolution: {integrity: sha512-v7HJMtE1X7wTpNFseRhxsY/pivP4uAJbidVhPT+yhz4i/vV1+qx371IXuV9V7bN6KjFtheLJxqaSm0Y/8neJTA==}
dependencies:
emoji-regex: 10.1.0
/anser@1.4.10:
- resolution:
- {
- integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==
- }
+ resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==}
dev: false
/anser@1.4.9:
- resolution:
- {
- integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==
- }
+ resolution: {integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==}
dev: true
/ansi-align@3.0.1:
- resolution:
- {
- integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==
- }
+ resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
dependencies:
string-width: 4.2.3
/ansi-color@0.2.1:
- resolution:
- {
- integrity: sha512-bF6xLaZBLpOQzgYUtYEhJx090nPSZk1BQ/q2oyBK9aMMcJHzx9uXGCjI2Y+LebsN4Jwoykr0V9whbPiogdyHoQ==
- }
+ resolution: {integrity: sha512-bF6xLaZBLpOQzgYUtYEhJx090nPSZk1BQ/q2oyBK9aMMcJHzx9uXGCjI2Y+LebsN4Jwoykr0V9whbPiogdyHoQ==}
dev: false
/ansi-colors@4.1.3:
- resolution:
- {
- integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
+ engines: {node: '>=6'}
/ansi-escapes@4.3.2:
- resolution:
- {
- integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
+ engines: {node: '>=8'}
dependencies:
type-fest: 0.21.3
dev: true
/ansi-escapes@5.0.0:
- resolution:
- {
- integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==}
+ engines: {node: '>=12'}
dependencies:
type-fest: 1.4.0
dev: true
/ansi-escapes@6.2.0:
- resolution:
- {
- integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==}
+ engines: {node: '>=14.16'}
dependencies:
type-fest: 3.13.1
dev: true
/ansi-fragments@0.2.1:
- resolution:
- {
- integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==
- }
+ resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==}
dependencies:
colorette: 1.4.0
slice-ansi: 2.1.0
@@ -24363,146 +19678,88 @@ packages:
dev: false
/ansi-html-community@0.0.8:
- resolution:
- {
- integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
- }
- engines: { "0": node >= 0.8.0 }
- hasBin: true
+ resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
+ engines: {'0': node >= 0.8.0}
/ansi-regex@2.1.1:
- resolution:
- {
- integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==}
+ engines: {node: '>=0.10.0'}
dev: false
/ansi-regex@4.1.1:
- resolution:
- {
- integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==}
+ engines: {node: '>=6'}
dev: false
/ansi-regex@5.0.1:
- resolution:
- {
- integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
+ engines: {node: '>=8'}
/ansi-regex@6.0.1:
- resolution:
- {
- integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ engines: {node: '>=12'}
/ansi-sequence-parser@1.1.1:
- resolution:
- {
- integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
- }
+ resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==}
dev: false
/ansi-styles@3.2.1:
- resolution:
- {
- integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
+ engines: {node: '>=4'}
dependencies:
color-convert: 1.9.3
/ansi-styles@4.3.0:
- resolution:
- {
- integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
+ engines: {node: '>=8'}
dependencies:
color-convert: 2.0.1
/ansi-styles@5.2.0:
- resolution:
- {
- integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
+ engines: {node: '>=10'}
/ansi-styles@6.2.1:
- resolution:
- {
- integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
+ engines: {node: '>=12'}
/ansicolors@0.3.2:
- resolution:
- {
- integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
- }
+ resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==}
dev: true
/any-promise@1.3.0:
- resolution:
- {
- integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==
- }
+ resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
/anymatch@3.1.3:
- resolution:
- {
- integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
+ engines: {node: '>= 8'}
dependencies:
normalize-path: 3.0.0
picomatch: 2.3.1
/app-root-dir@1.0.2:
- resolution:
- {
- integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==
- }
+ resolution: {integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==}
dev: true
/appdirsjs@1.2.7:
- resolution:
- {
- integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==
- }
+ resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==}
dev: false
/aproba@1.2.0:
- resolution:
- {
- integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
- }
+ resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==}
dev: false
/aproba@2.0.0:
- resolution:
- {
- integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
- }
+ resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==}
dev: true
/arch@2.2.0:
- resolution:
- {
- integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
- }
+ resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==}
dev: true
/archiver-utils@2.1.0:
- resolution:
- {
- integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==}
+ engines: {node: '>= 6'}
dependencies:
glob: 7.2.3
graceful-fs: 4.2.11
@@ -24517,11 +19774,8 @@ packages:
dev: true
/archiver@5.3.1:
- resolution:
- {
- integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==}
+ engines: {node: '>= 10'}
dependencies:
archiver-utils: 2.1.0
async: 3.2.4
@@ -24533,142 +19787,87 @@ packages:
dev: true
/archy@1.0.0:
- resolution:
- {
- integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==
- }
+ resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==}
dev: false
/are-we-there-yet@1.1.7:
- resolution:
- {
- integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==
- }
+ resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==}
dependencies:
delegates: 1.0.0
readable-stream: 2.3.8
dev: false
/are-we-there-yet@2.0.0:
- resolution:
- {
- integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==}
+ engines: {node: '>=10'}
dependencies:
delegates: 1.0.0
readable-stream: 3.6.2
dev: true
/arg@4.1.3:
- resolution:
- {
- integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
- }
+ resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==}
/arg@5.0.2:
- resolution:
- {
- integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
- }
+ resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
/argparse@1.0.10:
- resolution:
- {
- integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
- }
+ resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
dependencies:
sprintf-js: 1.0.3
/argparse@2.0.1:
- resolution:
- {
- integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
- }
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
/argv-formatter@1.0.0:
- resolution:
- {
- integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==
- }
+ resolution: {integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==}
dev: true
/aria-query@5.1.3:
- resolution:
- {
- integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
- }
+ resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==}
dependencies:
deep-equal: 2.2.2
dev: true
/aria-query@5.3.0:
- resolution:
- {
- integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
- }
+ resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
dependencies:
dequal: 2.0.3
dev: true
/array-back@3.1.0:
- resolution:
- {
- integrity: sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==}
+ engines: {node: '>=6'}
dev: true
/array-back@4.0.2:
- resolution:
- {
- integrity: sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==}
+ engines: {node: '>=8'}
dev: true
/array-back@6.2.2:
- resolution:
- {
- integrity: sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==}
+ engines: {node: '>=12.17'}
dev: true
/array-buffer-byte-length@1.0.0:
- resolution:
- {
- integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==
- }
+ resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==}
dependencies:
call-bind: 1.0.2
is-array-buffer: 3.0.2
/array-flatten@1.1.1:
- resolution:
- {
- integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
/array-flatten@2.1.2:
- resolution:
- {
- integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
- }
+ resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==}
/array-ify@1.0.0:
- resolution:
- {
- integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
- }
+ resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
/array-includes@3.1.6:
- resolution:
- {
- integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -24678,47 +19877,29 @@ packages:
dev: true
/array-iterate@1.1.4:
- resolution:
- {
- integrity: sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==
- }
+ resolution: {integrity: sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==}
dev: true
/array-iterate@2.0.1:
- resolution:
- {
- integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==
- }
+ resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
dev: true
/array-timsort@1.0.3:
- resolution:
- {
- integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
- }
+ resolution: {integrity: sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==}
dev: true
/array-union@2.1.0:
- resolution:
- {
- integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
+ engines: {node: '>=8'}
/array-union@3.0.1:
- resolution:
- {
- integrity: sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==}
+ engines: {node: '>=12'}
dev: true
/array.prototype.flat@1.3.1:
- resolution:
- {
- integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -24727,11 +19908,8 @@ packages:
dev: true
/array.prototype.flatmap@1.3.1:
- resolution:
- {
- integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -24740,10 +19918,7 @@ packages:
dev: true
/array.prototype.tosorted@1.1.1:
- resolution:
- {
- integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
- }
+ resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -24753,11 +19928,8 @@ packages:
dev: true
/arraybuffer.prototype.slice@1.0.1:
- resolution:
- {
- integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==}
+ engines: {node: '>= 0.4'}
dependencies:
array-buffer-byte-length: 1.0.0
call-bind: 1.0.2
@@ -24767,40 +19939,24 @@ packages:
is-shared-array-buffer: 1.0.2
/arraybuffer.slice@0.0.7:
- resolution:
- {
- integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
- }
+ resolution: {integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==}
dev: true
/arrify@1.0.1:
- resolution:
- {
- integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==}
+ engines: {node: '>=0.10.0'}
dev: true
/as-table@1.0.55:
- resolution:
- {
- integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==
- }
+ resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==}
dependencies:
printable-characters: 1.0.42
- dev: true
/asap@2.0.6:
- resolution:
- {
- integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
- }
+ resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
/asn1.js@5.4.1:
- resolution:
- {
- integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
- }
+ resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==}
dependencies:
bn.js: 4.12.0
inherits: 2.0.4
@@ -24809,19 +19965,13 @@ packages:
dev: true
/asn1@0.2.6:
- resolution:
- {
- integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
- }
+ resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==}
dependencies:
safer-buffer: 2.1.2
/asn1js@3.0.5:
- resolution:
- {
- integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==}
+ engines: {node: '>=12.0.0'}
dependencies:
pvtsutils: 1.3.3
pvutils: 1.1.3
@@ -24829,27 +19979,18 @@ packages:
dev: true
/assert-plus@1.0.0:
- resolution:
- {
- integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==}
+ engines: {node: '>=0.8'}
/assert@1.5.0:
- resolution:
- {
- integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
- }
+ resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==}
dependencies:
object-assign: 4.1.1
util: 0.10.3
dev: true
/assert@2.0.0:
- resolution:
- {
- integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==
- }
+ resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==}
dependencies:
es6-object-assign: 1.1.0
is-nan: 1.3.2
@@ -24858,155 +19999,101 @@ packages:
dev: true
/ast-types-flow@0.0.7:
- resolution:
- {
- integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==
- }
+ resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==}
dev: true
/ast-types@0.13.2:
- resolution:
- {
- integrity: sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==}
+ engines: {node: '>=4'}
dev: true
/ast-types@0.14.2:
- resolution:
- {
- integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==}
+ engines: {node: '>=4'}
dependencies:
tslib: 2.6.1
dev: true
/ast-types@0.15.2:
- resolution:
- {
- integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==}
+ engines: {node: '>=4'}
dependencies:
tslib: 2.6.1
/ast-types@0.16.1:
- resolution:
- {
- integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
+ engines: {node: '>=4'}
dependencies:
tslib: 2.6.1
dev: true
/astral-regex@1.0.0:
- resolution:
- {
- integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==}
+ engines: {node: '>=4'}
dev: false
/astral-regex@2.0.0:
- resolution:
- {
- integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
+ engines: {node: '>=8'}
dev: true
/astring@1.8.6:
- resolution:
- {
- integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
- }
- hasBin: true
+ resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==}
dev: false
/async-limiter@1.0.1:
- resolution:
- {
- integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
- }
+ resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
/async-retry@1.3.3:
- resolution:
- {
- integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==
- }
+ resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==}
dependencies:
retry: 0.13.1
dev: false
/async@2.6.4:
- resolution:
- {
- integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
- }
+ resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==}
dependencies:
lodash: 4.17.21
dev: true
/async@3.2.4:
- resolution:
- {
- integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
- }
+ resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==}
+
+ /async_hooks@1.0.0:
+ resolution: {integrity: sha512-t4BSJgx48V3e7U6Ll3/WOUNmxIRPzmPdxVfgbyzcnRItEnn4iKp4F//b0sV3L9hzbdr5qxWdNWzOF7t+rjYSfA==}
+ dev: false
/asynckit@0.4.0:
- resolution:
- {
- integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
- }
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
/at-least-node@1.0.0:
- resolution:
- {
- integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
- }
- engines: { node: ">= 4.0.0" }
+ resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
+ engines: {node: '>= 4.0.0'}
/atomic-sleep@1.0.0:
- resolution:
- {
- integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==}
+ engines: {node: '>=8.0.0'}
dev: false
/attr-accept@2.2.2:
- resolution:
- {
- integrity: sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==}
+ engines: {node: '>=4'}
dev: false
/auto-bind@4.0.0:
- resolution:
- {
- integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==}
+ engines: {node: '>=8'}
dev: true
/autolinker@3.16.2:
- resolution:
- {
- integrity: sha512-JiYl7j2Z19F9NdTmirENSUUIIL/9MytEWtmzhfmsKPCp9E+G35Y0UNCMoM9tFigxT59qSc8Ml2dlZXOCVTYwuA==
- }
+ resolution: {integrity: sha512-JiYl7j2Z19F9NdTmirENSUUIIL/9MytEWtmzhfmsKPCp9E+G35Y0UNCMoM9tFigxT59qSc8Ml2dlZXOCVTYwuA==}
dependencies:
tslib: 2.6.1
dev: false
/autoprefixer@10.4.14(postcss@8.4.23):
- resolution:
- {
- integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
+ engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
@@ -25021,11 +20108,8 @@ packages:
dev: true
/autoprefixer@10.4.14(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
+ engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
@@ -25039,25 +20123,16 @@ packages:
postcss-value-parser: 4.2.0
/available-typed-arrays@1.0.5:
- resolution:
- {
- integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==}
+ engines: {node: '>= 0.4'}
/avsc@5.7.7:
- resolution:
- {
- integrity: sha512-9cYNccliXZDByFsFliVwk5GvTq058Fj513CiR4E60ndDwmuXzTJEp/Bp8FyuRmGyYupLjHLs+JA9/CBoVS4/NQ==
- }
- engines: { node: ">=0.11" }
+ resolution: {integrity: sha512-9cYNccliXZDByFsFliVwk5GvTq058Fj513CiR4E60ndDwmuXzTJEp/Bp8FyuRmGyYupLjHLs+JA9/CBoVS4/NQ==}
+ engines: {node: '>=0.11'}
dev: false
/avvio@8.2.1:
- resolution:
- {
- integrity: sha512-TAlMYvOuwGyLK3PfBb5WKBXZmXz2fVCgv23d6zZFdle/q3gPjmxBaeuC0pY0Dzs5PWMSgfqqEZkrye19GlDTgw==
- }
+ resolution: {integrity: sha512-TAlMYvOuwGyLK3PfBb5WKBXZmXz2fVCgv23d6zZFdle/q3gPjmxBaeuC0pY0Dzs5PWMSgfqqEZkrye19GlDTgw==}
dependencies:
archy: 1.0.0
debug: 4.3.4(supports-color@8.1.1)
@@ -25067,61 +20142,48 @@ packages:
dev: false
/awilix@4.3.4:
- resolution:
- {
- integrity: sha512-NgRwUPxUnoK+OTRa2fXcRQVFPOPQXlwCN1FJPkhO3IHKQJHokhdVpDfgz9L3VZTcA1iSaOFE3N/Q/5P7lIDqig==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-NgRwUPxUnoK+OTRa2fXcRQVFPOPQXlwCN1FJPkhO3IHKQJHokhdVpDfgz9L3VZTcA1iSaOFE3N/Q/5P7lIDqig==}
+ engines: {node: '>=6.0.0'}
dependencies:
camel-case: 4.1.2
glob: 7.2.3
dev: true
/aws-sign2@0.7.0:
- resolution:
- {
- integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
- }
+ resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==}
/aws4@1.12.0:
- resolution:
- {
- integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
- }
+ resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==}
/axe-core@4.7.2:
- resolution:
- {
- integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==}
+ engines: {node: '>=4'}
dev: true
/axios-retry@3.6.0:
- resolution:
- {
- integrity: sha512-jtH4qWTKZ2a17dH6tjq52Y1ssNV0lKge6/Z9Lw67s9Wt01nGTg4hg7/LJBGYfDci44NTANJQlCPHPOT/TSFm9w==
- }
+ resolution: {integrity: sha512-jtH4qWTKZ2a17dH6tjq52Y1ssNV0lKge6/Z9Lw67s9Wt01nGTg4hg7/LJBGYfDci44NTANJQlCPHPOT/TSFm9w==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
is-retry-allowed: 2.2.0
dev: false
+ /axios@0.21.4:
+ resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
+ dependencies:
+ follow-redirects: 1.15.2(debug@4.3.4)
+ transitivePeerDependencies:
+ - debug
+ dev: true
+
/axios@0.24.0:
- resolution:
- {
- integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
- }
+ resolution: {integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
transitivePeerDependencies:
- debug
/axios@0.25.0:
- resolution:
- {
- integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
- }
+ resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
transitivePeerDependencies:
@@ -25129,10 +20191,7 @@ packages:
dev: false
/axios@0.26.1(debug@4.3.4):
- resolution:
- {
- integrity: sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
- }
+ resolution: {integrity: sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
transitivePeerDependencies:
@@ -25140,10 +20199,7 @@ packages:
dev: false
/axios@1.1.3:
- resolution:
- {
- integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
- }
+ resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
form-data: 4.0.0
@@ -25153,10 +20209,7 @@ packages:
dev: true
/axios@1.4.0:
- resolution:
- {
- integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
- }
+ resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==}
dependencies:
follow-redirects: 1.15.2(debug@4.3.4)
form-data: 4.0.0
@@ -25165,46 +20218,34 @@ packages:
- debug
/axobject-query@3.2.1:
- resolution:
- {
- integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==
- }
+ resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==}
dependencies:
dequal: 2.0.3
dev: true
/azure-devops-node-api@11.2.0:
- resolution:
- {
- integrity: sha512-XdiGPhrpaT5J8wdERRKs5g8E0Zy1pvOYTli7z9E8nmOn3YGp4FhtjhrOyFmX/8veWCwdI69mCHKJw6l+4J/bHA==
- }
+ resolution: {integrity: sha512-XdiGPhrpaT5J8wdERRKs5g8E0Zy1pvOYTli7z9E8nmOn3YGp4FhtjhrOyFmX/8veWCwdI69mCHKJw6l+4J/bHA==}
dependencies:
tunnel: 0.0.6
typed-rest-client: 1.8.11
dev: false
/babel-core@7.0.0-bridge.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
- }
+ resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
/babel-jest@29.5.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
- "@babel/core": ^7.8.0
+ '@babel/core': ^7.8.0
dependencies:
- "@babel/core": 7.22.10
- "@jest/transform": 29.6.2
- "@types/babel__core": 7.20.1
+ '@babel/core': 7.22.10
+ '@jest/transform': 29.6.2
+ '@types/babel__core': 7.20.1
babel-plugin-istanbul: 6.1.1
babel-preset-jest: 29.5.0(@babel/core@7.22.10)
chalk: 4.1.0
@@ -25215,17 +20256,14 @@ packages:
dev: true
/babel-jest@29.6.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
- "@babel/core": ^7.8.0
+ '@babel/core': ^7.8.0
dependencies:
- "@babel/core": 7.22.10
- "@jest/transform": 29.6.2
- "@types/babel__core": 7.20.1
+ '@babel/core': 7.22.10
+ '@jest/transform': 29.6.2
+ '@types/babel__core': 7.20.1
babel-plugin-istanbul: 6.1.1
babel-preset-jest: 29.5.0(@babel/core@7.22.10)
chalk: 4.1.0
@@ -25236,112 +20274,85 @@ packages:
dev: true
/babel-loader@8.3.0(@babel/core@7.22.10)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
- }
- engines: { node: ">= 8.9" }
+ resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
+ engines: {node: '>= 8.9'}
peerDependencies:
- "@babel/core": ^7.0.0
- webpack: ">=2"
+ '@babel/core': ^7.0.0
+ webpack: '>=2'
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
find-cache-dir: 3.3.2
loader-utils: 2.0.4
make-dir: 3.1.0
schema-utils: 2.7.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/babel-loader@9.1.3(@babel/core@7.22.10)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
- "@babel/core": ^7.12.0
- webpack: ">=5"
+ '@babel/core': ^7.12.0
+ webpack: '>=5'
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
find-cache-dir: 4.0.0
schema-utils: 4.2.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/babel-plugin-add-react-displayname@0.0.5:
- resolution:
- {
- integrity: sha512-LY3+Y0XVDYcShHHorshrDbt4KFWL4bSeniCtl4SYZbask+Syngk1uMPCeN9+nSiZo6zX5s0RTq/J9Pnaaf/KHw==
- }
+ resolution: {integrity: sha512-LY3+Y0XVDYcShHHorshrDbt4KFWL4bSeniCtl4SYZbask+Syngk1uMPCeN9+nSiZo6zX5s0RTq/J9Pnaaf/KHw==}
dev: true
/babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==
- }
+ resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==}
peerDependencies:
- "@babel/core": ^7.11.6
+ '@babel/core': ^7.11.6
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.10.4
- "@mdx-js/util": 1.6.22
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.10.4
+ '@mdx-js/util': 1.6.22
dev: false
/babel-plugin-const-enum@1.2.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==
- }
+ resolution: {integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
- "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/traverse": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/traverse': 7.22.10
transitivePeerDependencies:
- supports-color
dev: true
/babel-plugin-dynamic-import-node@2.3.3:
- resolution:
- {
- integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
- }
+ resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==}
dependencies:
object.assign: 4.1.4
dev: false
/babel-plugin-extract-import-names@1.6.22:
- resolution:
- {
- integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==
- }
+ resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==}
dependencies:
- "@babel/helper-plugin-utils": 7.10.4
+ '@babel/helper-plugin-utils': 7.10.4
dev: false
/babel-plugin-import@1.13.8:
- resolution:
- {
- integrity: sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==
- }
+ resolution: {integrity: sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==}
dependencies:
- "@babel/helper-module-imports": 7.22.5
+ '@babel/helper-module-imports': 7.22.5
dev: true
/babel-plugin-istanbul@6.1.1:
- resolution:
- {
- integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==
- }
- engines: { node: ">=8" }
- dependencies:
- "@babel/helper-plugin-utils": 7.22.5
- "@istanbuljs/load-nyc-config": 1.1.0
- "@istanbuljs/schema": 0.1.3
+ resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@babel/helper-plugin-utils': 7.22.5
+ '@istanbuljs/load-nyc-config': 1.1.0
+ '@istanbuljs/schema': 0.1.3
istanbul-lib-instrument: 5.2.1
test-exclude: 6.0.0
transitivePeerDependencies:
@@ -25349,185 +20360,143 @@ packages:
dev: true
/babel-plugin-jest-hoist@29.5.0:
- resolution:
- {
- integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@babel/template": 7.22.5
- "@babel/types": 7.22.10
- "@types/babel__core": 7.20.1
- "@types/babel__traverse": 7.20.1
+ '@babel/template': 7.22.5
+ '@babel/types': 7.22.10
+ '@types/babel__core': 7.20.1
+ '@types/babel__traverse': 7.20.1
dev: true
/babel-plugin-macros@2.8.0:
- resolution:
- {
- integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
- }
+ resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
cosmiconfig: 6.0.0
resolve: 1.22.4
dev: true
/babel-plugin-macros@3.1.0:
- resolution:
- {
- integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
- }
- engines: { node: ">=10", npm: ">=6" }
+ resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==}
+ engines: {node: '>=10', npm: '>=6'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
cosmiconfig: 7.1.0
resolve: 1.22.4
dev: true
/babel-plugin-named-exports-order@0.0.2:
- resolution:
- {
- integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==
- }
+ resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==}
dev: true
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
- }
+ resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.21.8
- "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.21.8
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: true
/babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==
- }
+ resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.12.9
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.12.9)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.12.9
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.12.9)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
dev: false
/babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==
- }
+ resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/compat-data": 7.22.9
- "@babel/core": 7.22.10
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.10)
+ '@babel/compat-data': 7.22.9
+ '@babel/core': 7.22.10
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
- }
+ resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
core-js-compat: 3.32.0
transitivePeerDependencies:
- supports-color
dev: true
/babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==
- }
+ resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.12.9)
core-js-compat: 3.32.0
transitivePeerDependencies:
- supports-color
dev: false
/babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==
- }
+ resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
core-js-compat: 3.32.0
transitivePeerDependencies:
- supports-color
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8):
- resolution:
- {
- integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
- }
+ resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
peerDependencies:
- "@babel/core": ^7.0.0-0
+ '@babel/core': ^7.0.0-0
dependencies:
- "@babel/core": 7.21.8
- "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.8)
+ '@babel/core': 7.21.8
+ '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8)
transitivePeerDependencies:
- supports-color
dev: true
/babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.12.9):
- resolution:
- {
- integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==
- }
+ resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.12.9)
+ '@babel/core': 7.12.9
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.12.9)
transitivePeerDependencies:
- supports-color
dev: false
/babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==
- }
+ resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
peerDependencies:
- "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.10)
+ '@babel/core': 7.22.10
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.10)
transitivePeerDependencies:
- supports-color
/babel-plugin-react-docgen@4.2.1:
- resolution:
- {
- integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==
- }
+ resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==}
dependencies:
ast-types: 0.14.2
lodash: 4.17.21
@@ -25537,10 +20506,7 @@ packages:
dev: true
/babel-plugin-relay@15.0.0:
- resolution:
- {
- integrity: sha512-91m422k627uygB1uvX7/hvRZGai553v7Q81uRYdINiY8PGbrGB8Qb7e49aJMXYivF7+BYhw7aE3VbFEpCnaCvQ==
- }
+ resolution: {integrity: sha512-91m422k627uygB1uvX7/hvRZGai553v7Q81uRYdINiY8PGbrGB8Qb7e49aJMXYivF7+BYhw7aE3VbFEpCnaCvQ==}
dependencies:
babel-plugin-macros: 2.8.0
cosmiconfig: 5.2.1
@@ -25548,317 +20514,219 @@ packages:
dev: true
/babel-plugin-source-map-support@2.2.0:
- resolution:
- {
- integrity: sha512-YWB1DfnYjPakY0J16nemRW2HEqsX/zEBQJAbiZsc4q7Zn5aOoVqA1hoaQbXheeBHBXPFiS6da1WFrSbcnXHNWg==
- }
+ resolution: {integrity: sha512-YWB1DfnYjPakY0J16nemRW2HEqsX/zEBQJAbiZsc4q7Zn5aOoVqA1hoaQbXheeBHBXPFiS6da1WFrSbcnXHNWg==}
dependencies:
- "@babel/helper-module-imports": 7.22.5
+ '@babel/helper-module-imports': 7.22.5
dev: false
/babel-plugin-syntax-jsx@6.18.0:
- resolution:
- {
- integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==
- }
+ resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==}
dev: true
/babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0:
- resolution:
- {
- integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
- }
+ resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==}
/babel-plugin-transform-async-to-promises@0.8.18:
- resolution:
- {
- integrity: sha512-WpOrF76nUHijnNn10eBGOHZmXQC8JYRME9rOLxStOga7Av2VO53ehVFvVNImMksVtQuL2/7ZNxEgxnx7oo/3Hw==
- }
+ resolution: {integrity: sha512-WpOrF76nUHijnNn10eBGOHZmXQC8JYRME9rOLxStOga7Av2VO53ehVFvVNImMksVtQuL2/7ZNxEgxnx7oo/3Hw==}
dev: true
/babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==
- }
+ resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==}
dependencies:
- "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.10)
transitivePeerDependencies:
- - "@babel/core"
+ - '@babel/core'
dev: false
/babel-plugin-transform-jsbi-to-bigint@1.4.0:
- resolution:
- {
- integrity: sha512-59f6ClwQBY/SKMVwKV/xoAqH/gnyZ6C5gSSPsEUCLPvvZULCDSE5Y3T62wjNTbpBcFzh0ReYz2mIe3u44mW9UQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-59f6ClwQBY/SKMVwKV/xoAqH/gnyZ6C5gSSPsEUCLPvvZULCDSE5Y3T62wjNTbpBcFzh0ReYz2mIe3u44mW9UQ==}
+ engines: {node: '>=8'}
dev: true
/babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==
- }
+ resolution: {integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==}
peerDependencies:
- "@babel/core": ^7
- "@babel/traverse": ^7
+ '@babel/core': ^7
+ '@babel/traverse': ^7
peerDependenciesMeta:
- "@babel/traverse":
+ '@babel/traverse':
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@babel/helper-plugin-utils": 7.22.5
+ '@babel/core': 7.22.10
+ '@babel/helper-plugin-utils': 7.22.5
dev: true
/babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==
- }
- peerDependencies:
- "@babel/core": ^7.0.0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.10)
- "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.10)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.10)
+ resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.10)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.10)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.10)
dev: true
/babel-preset-fbjs@3.4.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==
- }
- peerDependencies:
- "@babel/core": ^7.0.0
- dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.10)
- "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.10)
- "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.22.10)
- "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.10)
+ resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.10)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.10)
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.10)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.10)
babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0
/babel-preset-jest@29.5.0(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
- "@babel/core": ^7.0.0
+ '@babel/core': ^7.0.0
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
babel-plugin-jest-hoist: 29.5.0
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.10)
dev: true
/backo2@1.0.2:
- resolution:
- {
- integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==
- }
+ resolution: {integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==}
dev: true
/badge-maker@3.3.1:
- resolution:
- {
- integrity: sha512-OO/PS7Zg2E6qaUWzHEHt21Q5VjcFBAJVA8ztgT/fIdSZFBUwoyeo0ZhA6V5tUM8Vcjq8DJl6jfGhpjESssyqMQ==
- }
- engines: { node: ">= 10", npm: ">= 5" }
- hasBin: true
+ resolution: {integrity: sha512-OO/PS7Zg2E6qaUWzHEHt21Q5VjcFBAJVA8ztgT/fIdSZFBUwoyeo0ZhA6V5tUM8Vcjq8DJl6jfGhpjESssyqMQ==}
+ engines: {node: '>= 10', npm: '>= 5'}
dependencies:
anafanafo: 2.0.0
css-color-converter: 2.0.0
dev: true
/bail@1.0.5:
- resolution:
- {
- integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
- }
+ resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==}
/bail@2.0.2:
- resolution:
- {
- integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==
- }
+ resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
dev: true
/balanced-match@1.0.2:
- resolution:
- {
- integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
- }
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
/base-64@0.1.0:
- resolution:
- {
- integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==
- }
+ resolution: {integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==}
dev: false
/base16@1.0.0:
- resolution:
- {
- integrity: sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
- }
+ resolution: {integrity: sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==}
dev: false
/base64-arraybuffer@0.1.4:
- resolution:
- {
- integrity: sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==}
+ engines: {node: '>= 0.6.0'}
dev: true
/base64-js@1.5.1:
- resolution:
- {
- integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
- }
+ resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
/base64id@2.0.0:
- resolution:
- {
- integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==
- }
- engines: { node: ^4.5.0 || >= 5.9 }
+ resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==}
+ engines: {node: ^4.5.0 || >= 5.9}
dev: true
/basic-auth@2.0.1:
- resolution:
- {
- integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==}
+ engines: {node: '>= 0.8'}
dependencies:
safe-buffer: 5.1.2
dev: true
/batch@0.6.1:
- resolution:
- {
- integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==
- }
+ resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
/bcrypt-pbkdf@1.0.2:
- resolution:
- {
- integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
- }
+ resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==}
dependencies:
tweetnacl: 0.14.5
/bcryptjs@2.4.3:
- resolution:
- {
- integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==
- }
+ resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==}
dev: false
/before-after-hook@2.2.3:
- resolution:
- {
- integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
- }
+ resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==}
dev: true
/better-opn@2.1.1:
- resolution:
- {
- integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==
- }
- engines: { node: ">8.0.0" }
+ resolution: {integrity: sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==}
+ engines: {node: '>8.0.0'}
dependencies:
open: 7.4.2
dev: true
/better-opn@3.0.2:
- resolution:
- {
- integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==}
+ engines: {node: '>=12.0.0'}
dependencies:
open: 8.4.2
dev: true
/better-sqlite3@8.5.0:
- resolution:
- {
- integrity: sha512-vbPcv/Hx5WYdyNg/NbcfyaBZyv9s/NVbxb7yCeC5Bq1pVocNxeL2tZmSu3Rlm4IEOTjYdGyzWQgyx0OSdORBzw==
- }
+ resolution: {integrity: sha512-vbPcv/Hx5WYdyNg/NbcfyaBZyv9s/NVbxb7yCeC5Bq1pVocNxeL2tZmSu3Rlm4IEOTjYdGyzWQgyx0OSdORBzw==}
requiresBuild: true
dependencies:
bindings: 1.5.0
prebuild-install: 7.1.1
- dev: true
/big-integer@1.6.51:
- resolution:
- {
- integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==}
+ engines: {node: '>=0.6'}
dev: true
/big.js@5.2.2:
- resolution:
- {
- integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
- }
+ resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
/bin-check@4.1.0:
- resolution:
- {
- integrity: sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==}
+ engines: {node: '>=4'}
dependencies:
execa: 0.7.0
executable: 4.1.1
dev: true
/bin-links@2.3.0:
- resolution:
- {
- integrity: sha512-JzrOLHLwX2zMqKdyYZjkDgQGT+kHDkIhv2/IK2lJ00qLxV4TmFoHi8drDBb6H5Zrz1YfgHkai4e2MGPqnoUhqA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-JzrOLHLwX2zMqKdyYZjkDgQGT+kHDkIhv2/IK2lJ00qLxV4TmFoHi8drDBb6H5Zrz1YfgHkai4e2MGPqnoUhqA==}
+ engines: {node: '>=10'}
dependencies:
cmd-shim: 4.1.0
mkdirp-infer-owner: 2.0.0
@@ -25869,11 +20737,8 @@ packages:
dev: false
/bin-version-check@5.1.0:
- resolution:
- {
- integrity: sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==}
+ engines: {node: '>=12'}
dependencies:
bin-version: 6.0.0
semver: 7.5.4
@@ -25881,54 +20746,41 @@ packages:
dev: true
/bin-version@6.0.0:
- resolution:
- {
- integrity: sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==}
+ engines: {node: '>=12'}
dependencies:
execa: 5.1.1
find-versions: 5.1.0
dev: true
/binary-extensions@2.2.0:
- resolution:
- {
- integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
+ engines: {node: '>=8'}
/binary-search@1.3.6:
- resolution:
- {
- integrity: sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==
- }
+ resolution: {integrity: sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==}
dev: true
+ /bindings@1.2.1:
+ resolution: {integrity: sha512-u4cBQNepWxYA55FunZSM7wMi55yQaN0otnhhilNoWHq0MfOfJeQx0v0mRRpolGOExPjZcl6FtB0BB8Xkb88F0g==}
+ requiresBuild: true
+ dev: false
+ optional: true
+
/bindings@1.5.0:
- resolution:
- {
- integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
- }
+ resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
dependencies:
file-uri-to-path: 1.0.0
- dev: true
/bl@4.1.0:
- resolution:
- {
- integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
- }
+ resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
dependencies:
buffer: 5.7.1
inherits: 2.0.4
readable-stream: 3.6.2
/bl@5.1.0:
- resolution:
- {
- integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==
- }
+ resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==}
dependencies:
buffer: 6.0.3
inherits: 2.0.4
@@ -25936,54 +20788,31 @@ packages:
dev: false
/blake3-wasm@2.1.5:
- resolution:
- {
- integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==
- }
- dev: true
+ resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
/blob-util@2.0.2:
- resolution:
- {
- integrity: sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
- }
+ resolution: {integrity: sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==}
dev: true
/blob@0.0.5:
- resolution:
- {
- integrity: sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==
- }
+ resolution: {integrity: sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==}
dev: true
/bluebird@3.7.2:
- resolution:
- {
- integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
- }
+ resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
dev: true
/bn.js@4.12.0:
- resolution:
- {
- integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
- }
+ resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==}
dev: true
/bn.js@5.2.1:
- resolution:
- {
- integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
- }
+ resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==}
dev: true
/body-parser@1.20.1:
- resolution:
- {
- integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
- }
- engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 }
- requiresBuild: true
+ resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==}
+ engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
dependencies:
bytes: 3.1.2
content-type: 1.0.5
@@ -26001,10 +20830,7 @@ packages:
- supports-color
/bonjour-service@1.1.1:
- resolution:
- {
- integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==
- }
+ resolution: {integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==}
dependencies:
array-flatten: 2.1.2
dns-equal: 1.0.0
@@ -26012,24 +20838,15 @@ packages:
multicast-dns: 7.2.5
/boolbase@1.0.0:
- resolution:
- {
- integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
- }
+ resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
/bottleneck@2.19.5:
- resolution:
- {
- integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==
- }
+ resolution: {integrity: sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==}
dev: true
/boxen@5.1.2:
- resolution:
- {
- integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==}
+ engines: {node: '>=10'}
dependencies:
ansi-align: 3.0.1
camelcase: 6.3.0
@@ -26041,11 +20858,8 @@ packages:
wrap-ansi: 7.0.0
/boxen@6.2.1:
- resolution:
- {
- integrity: sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
ansi-align: 3.0.1
camelcase: 6.3.0
@@ -26058,11 +20872,8 @@ packages:
dev: false
/boxen@7.1.1:
- resolution:
- {
- integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==}
+ engines: {node: '>=14.16'}
dependencies:
ansi-align: 3.0.1
camelcase: 7.0.1
@@ -26075,83 +20886,53 @@ packages:
dev: true
/bplist-parser@0.2.0:
- resolution:
- {
- integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==
- }
- engines: { node: ">= 5.10.0" }
+ resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
+ engines: {node: '>= 5.10.0'}
dependencies:
big-integer: 1.6.51
dev: true
/brace-expansion@1.1.11:
- resolution:
- {
- integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
- }
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
dependencies:
balanced-match: 1.0.2
concat-map: 0.0.1
/brace-expansion@2.0.1:
- resolution:
- {
- integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
- }
+ resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
dependencies:
balanced-match: 1.0.2
/braces@3.0.2:
- resolution:
- {
- integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
+ engines: {node: '>=8'}
dependencies:
fill-range: 7.0.1
/brorand@1.1.0:
- resolution:
- {
- integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==
- }
+ resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==}
dev: true
/brotli@1.3.3:
- resolution:
- {
- integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==
- }
+ resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==}
dependencies:
base64-js: 1.5.1
dev: true
/browser-assert@1.2.1:
- resolution:
- {
- integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==
- }
+ resolution: {integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==}
dev: true
/browser-process-hrtime@1.0.0:
- resolution:
- {
- integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
- }
+ resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==}
dev: false
/browser-stdout@1.3.1:
- resolution:
- {
- integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
- }
+ resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==}
dev: false
/browserify-aes@1.2.0:
- resolution:
- {
- integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
- }
+ resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==}
dependencies:
buffer-xor: 1.0.3
cipher-base: 1.0.4
@@ -26162,10 +20943,7 @@ packages:
dev: true
/browserify-cipher@1.0.1:
- resolution:
- {
- integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
- }
+ resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==}
dependencies:
browserify-aes: 1.2.0
browserify-des: 1.0.2
@@ -26173,10 +20951,7 @@ packages:
dev: true
/browserify-des@1.0.2:
- resolution:
- {
- integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
- }
+ resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==}
dependencies:
cipher-base: 1.0.4
des.js: 1.1.0
@@ -26185,20 +20960,14 @@ packages:
dev: true
/browserify-rsa@4.1.0:
- resolution:
- {
- integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
- }
+ resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==}
dependencies:
bn.js: 5.2.1
randombytes: 2.1.0
dev: true
/browserify-sign@4.2.1:
- resolution:
- {
- integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
- }
+ resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==}
dependencies:
bn.js: 5.2.1
browserify-rsa: 4.1.0
@@ -26212,30 +20981,20 @@ packages:
dev: true
/browserify-zlib@0.1.4:
- resolution:
- {
- integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==
- }
+ resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==}
dependencies:
pako: 0.2.9
dev: true
/browserify-zlib@0.2.0:
- resolution:
- {
- integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
- }
+ resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==}
dependencies:
pako: 1.0.11
dev: true
/browserslist@4.16.6:
- resolution:
- {
- integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
- }
- engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
- hasBin: true
+ resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
dependencies:
caniuse-lite: 1.0.30001521
colorette: 1.4.0
@@ -26245,12 +21004,8 @@ packages:
dev: true
/browserslist@4.21.10:
- resolution:
- {
- integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==
- }
- engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
- hasBin: true
+ resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
dependencies:
caniuse-lite: 1.0.30001521
electron-to-chromium: 1.4.492
@@ -26258,66 +21013,42 @@ packages:
update-browserslist-db: 1.0.11(browserslist@4.21.10)
/bs-logger@0.2.6:
- resolution:
- {
- integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
+ engines: {node: '>= 6'}
dependencies:
fast-json-stable-stringify: 2.1.0
dev: true
/bser@2.1.1:
- resolution:
- {
- integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
- }
+ resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==}
dependencies:
node-int64: 0.4.0
/bubble-stream-error@0.0.1:
- resolution:
- {
- integrity: sha512-L9hlwJcJ+5p+Bx+FS2VdrOs61bDi9m1rLsZgx/CvUC0J/OPz71tLN/6/sP/X7i7KtQKzm6rzPhdjHdd+I8ZKkQ==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-L9hlwJcJ+5p+Bx+FS2VdrOs61bDi9m1rLsZgx/CvUC0J/OPz71tLN/6/sP/X7i7KtQKzm6rzPhdjHdd+I8ZKkQ==}
+ engines: {node: '>= 0.4.0'}
dev: true
/bubble-stream-error@1.0.0:
- resolution:
- {
- integrity: sha512-Rqf0ly5H4HGt+ki/n3m7GxoR2uIGtNqezPlOLX8Vuo13j5/tfPuVvAr84eoGF7sYm6lKdbGnT/3q8qmzuT5Y9w==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-Rqf0ly5H4HGt+ki/n3m7GxoR2uIGtNqezPlOLX8Vuo13j5/tfPuVvAr84eoGF7sYm6lKdbGnT/3q8qmzuT5Y9w==}
+ engines: {node: '>= 0.4.0'}
dependencies:
once: 1.4.0
sliced: 1.0.1
dev: true
/buffer-crc32@0.2.13:
- resolution:
- {
- integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
- }
+ resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
/buffer-from@1.1.2:
- resolution:
- {
- integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
- }
+ resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
/buffer-xor@1.0.3:
- resolution:
- {
- integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
- }
+ resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==}
dev: true
/buffer@4.9.2:
- resolution:
- {
- integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==
- }
+ resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==}
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
@@ -26325,50 +21056,44 @@ packages:
dev: true
/buffer@5.6.0:
- resolution:
- {
- integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==
- }
+ resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==}
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
dev: true
/buffer@5.7.1:
- resolution:
- {
- integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
- }
+ resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
/buffer@6.0.3:
- resolution:
- {
- integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
- }
+ resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
dev: false
+ /bufferutil@1.1.0:
+ resolution: {integrity: sha512-bttEVtkre4VYrZH+ciatjApTuac7jLMQXVXzM/ymw82WFREdOrJO496C4Bkh0/FfYoBUSOFaAYF32a5Q8dyiLw==}
+ requiresBuild: true
+ dependencies:
+ bindings: 1.2.1
+ nan: 1.8.4
+ dev: false
+ optional: true
+
/bufferutil@4.0.7:
- resolution:
- {
- integrity: sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==
- }
- engines: { node: ">=6.14.2" }
+ resolution: {integrity: sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==}
+ engines: {node: '>=6.14.2'}
requiresBuild: true
dependencies:
node-gyp-build: 4.6.0
/bufrw@1.3.0:
- resolution:
- {
- integrity: sha512-jzQnSbdJqhIltU9O5KUiTtljP9ccw2u5ix59McQy4pV2xGhVLhRZIndY8GIrgh5HjXa6+QJ9AQhOd2QWQizJFQ==
- }
- engines: { node: ">= 0.10.x" }
+ resolution: {integrity: sha512-jzQnSbdJqhIltU9O5KUiTtljP9ccw2u5ix59McQy4pV2xGhVLhRZIndY8GIrgh5HjXa6+QJ9AQhOd2QWQizJFQ==}
+ engines: {node: '>= 0.10.x'}
dependencies:
ansi-color: 0.2.1
error: 7.0.2
@@ -26377,33 +21102,20 @@ packages:
dev: false
/builtin-modules@3.3.0:
- resolution:
- {
- integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
+ engines: {node: '>=6'}
dev: true
/builtin-status-codes@3.0.0:
- resolution:
- {
- integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==
- }
+ resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==}
dev: true
/builtins@1.0.3:
- resolution:
- {
- integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==
- }
+ resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==}
/bundlewatch@0.3.3:
- resolution:
- {
- integrity: sha512-qzSVWrZyyWXa546JpAPRPTFmnXms9YNVnfzB05DRJKmN6wRRa7SkxE4OgKQmbAY74Z6CM2mKAc6vwvd2R+1lUQ==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-qzSVWrZyyWXa546JpAPRPTFmnXms9YNVnfzB05DRJKmN6wRRa7SkxE4OgKQmbAY74Z6CM2mKAc6vwvd2R+1lUQ==}
+ engines: {node: '>=10'}
dependencies:
axios: 0.24.0
bytes: 3.1.2
@@ -26420,46 +21132,30 @@ packages:
dev: true
/busboy@1.6.0:
- resolution:
- {
- integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
- }
- engines: { node: ">=10.16.0" }
+ resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
+ engines: {node: '>=10.16.0'}
dependencies:
streamsearch: 1.1.0
/bytes@3.0.0:
- resolution:
- {
- integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
+ engines: {node: '>= 0.8'}
/bytes@3.1.0:
- resolution:
- {
- integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==}
+ engines: {node: '>= 0.8'}
dev: true
/bytes@3.1.2:
- resolution:
- {
- integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
+ engines: {node: '>= 0.8'}
/c8@7.14.0:
- resolution:
- {
- integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==
- }
- engines: { node: ">=10.12.0" }
- hasBin: true
+ resolution: {integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==}
+ engines: {node: '>=10.12.0'}
dependencies:
- "@bcoe/v8-coverage": 0.2.3
- "@istanbuljs/schema": 0.1.3
+ '@bcoe/v8-coverage': 0.2.3
+ '@istanbuljs/schema': 0.1.3
find-up: 5.0.0
foreground-child: 2.0.0
istanbul-lib-coverage: 3.2.0
@@ -26473,14 +21169,11 @@ packages:
dev: true
/cacache@15.3.0:
- resolution:
- {
- integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
- }
- engines: { node: ">= 10" }
- dependencies:
- "@npmcli/fs": 1.1.1
- "@npmcli/move-file": 1.1.2
+ resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==}
+ engines: {node: '>= 10'}
+ dependencies:
+ '@npmcli/fs': 1.1.1
+ '@npmcli/move-file': 1.1.2
chownr: 2.0.0
fs-minipass: 2.1.0
glob: 7.2.3
@@ -26502,29 +21195,20 @@ packages:
dev: false
/cacheable-lookup@5.0.4:
- resolution:
- {
- integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==
- }
- engines: { node: ">=10.6.0" }
+ resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==}
+ engines: {node: '>=10.6.0'}
dev: true
/cacheable-lookup@7.0.0:
- resolution:
- {
- integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==}
+ engines: {node: '>=14.16'}
dev: true
/cacheable-request@10.2.13:
- resolution:
- {
- integrity: sha512-3SD4rrMu1msNGEtNSt8Od6enwdo//U9s4ykmXfA2TD58kcLkCobtCDiby7kNyj7a/Q7lz/mAesAFI54rTdnvBA==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-3SD4rrMu1msNGEtNSt8Od6enwdo//U9s4ykmXfA2TD58kcLkCobtCDiby7kNyj7a/Q7lz/mAesAFI54rTdnvBA==}
+ engines: {node: '>=14.16'}
dependencies:
- "@types/http-cache-semantics": 4.0.1
+ '@types/http-cache-semantics': 4.0.1
get-stream: 6.0.1
http-cache-semantics: 4.1.1
keyv: 4.5.3
@@ -26534,11 +21218,8 @@ packages:
dev: true
/cacheable-request@6.1.0:
- resolution:
- {
- integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==}
+ engines: {node: '>=8'}
dependencies:
clone-response: 1.0.3
get-stream: 5.2.0
@@ -26549,11 +21230,8 @@ packages:
responselike: 1.0.2
/cacheable-request@7.0.4:
- resolution:
- {
- integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==}
+ engines: {node: '>=8'}
dependencies:
clone-response: 1.0.3
get-stream: 5.2.0
@@ -26565,91 +21243,58 @@ packages:
dev: true
/cachedir@2.3.0:
- resolution:
- {
- integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==}
+ engines: {node: '>=6'}
dev: true
/cachedir@2.4.0:
- resolution:
- {
- integrity: sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==}
+ engines: {node: '>=6'}
dev: true
/call-bind@1.0.2:
- resolution:
- {
- integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
- }
+ resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
dependencies:
function-bind: 1.1.1
get-intrinsic: 1.2.1
/call-me-maybe@1.0.2:
- resolution:
- {
- integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==
- }
+ resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==}
dev: false
/caller-callsite@2.0.0:
- resolution:
- {
- integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==}
+ engines: {node: '>=4'}
dependencies:
callsites: 2.0.0
/caller-path@2.0.0:
- resolution:
- {
- integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==}
+ engines: {node: '>=4'}
dependencies:
caller-callsite: 2.0.0
/callsites@2.0.0:
- resolution:
- {
- integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==}
+ engines: {node: '>=4'}
/callsites@3.1.0:
- resolution:
- {
- integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
+ engines: {node: '>=6'}
/camel-case@4.1.2:
- resolution:
- {
- integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
- }
+ resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
dependencies:
pascal-case: 3.1.2
tslib: 2.6.1
/camelcase-css@2.0.1:
- resolution:
- {
- integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
+ engines: {node: '>= 6'}
/camelcase-keys@6.2.2:
- resolution:
- {
- integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==}
+ engines: {node: '>=8'}
dependencies:
camelcase: 5.3.1
map-obj: 4.3.0
@@ -26657,11 +21302,8 @@ packages:
dev: true
/camelcase-keys@8.0.2:
- resolution:
- {
- integrity: sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-qMKdlOfsjlezMqxkUGGMaWWs17i2HoL15tM+wtx8ld4nLrUwU58TFdvyGOz/piNP842KeO8yXvggVQSdQ828NA==}
+ engines: {node: '>=14.16'}
dependencies:
camelcase: 7.0.1
map-obj: 4.3.0
@@ -26670,32 +21312,20 @@ packages:
dev: true
/camelcase@5.3.1:
- resolution:
- {
- integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
+ engines: {node: '>=6'}
/camelcase@6.3.0:
- resolution:
- {
- integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
+ engines: {node: '>=10'}
/camelcase@7.0.1:
- resolution:
- {
- integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==}
+ engines: {node: '>=14.16'}
dev: true
/caniuse-api@3.0.0:
- resolution:
- {
- integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
- }
+ resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
browserslist: 4.21.10
caniuse-lite: 1.0.30001521
@@ -26703,144 +21333,94 @@ packages:
lodash.uniq: 4.5.0
/caniuse-lite@1.0.30001521:
- resolution:
- {
- integrity: sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==
- }
+ resolution: {integrity: sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==}
/capital-case@1.0.4:
- resolution:
- {
- integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==
- }
+ resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
dependencies:
no-case: 3.0.4
tslib: 2.6.1
upper-case-first: 2.0.2
/capnp-ts@0.7.0:
- resolution:
- {
- integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==
- }
+ resolution: {integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
tslib: 2.6.1
transitivePeerDependencies:
- supports-color
- dev: true
/cardinal@2.1.1:
- resolution:
- {
- integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==
- }
- hasBin: true
+ resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==}
dependencies:
ansicolors: 0.3.2
redeyed: 2.1.1
dev: true
/case-anything@2.1.13:
- resolution:
- {
- integrity: sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==
- }
- engines: { node: ">=12.13" }
+ resolution: {integrity: sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==}
+ engines: {node: '>=12.13'}
dev: false
/case-sensitive-paths-webpack-plugin@2.4.0:
- resolution:
- {
- integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==}
+ engines: {node: '>=4'}
dev: true
/caseless@0.12.0:
- resolution:
- {
- integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
- }
+ resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==}
/ccount@1.1.0:
- resolution:
- {
- integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
- }
+ resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==}
/ccount@2.0.1:
- resolution:
- {
- integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
- }
+ resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
dev: true
/chalk@2.4.2:
- resolution:
- {
- integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
+ engines: {node: '>=4'}
dependencies:
ansi-styles: 3.2.1
escape-string-regexp: 1.0.5
supports-color: 5.5.0
/chalk@3.0.0:
- resolution:
- {
- integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==}
+ engines: {node: '>=8'}
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
dev: true
/chalk@4.0.0:
- resolution:
- {
- integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==}
+ engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
dev: true
/chalk@4.1.0:
- resolution:
- {
- integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==}
+ engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
/chalk@4.1.2:
- resolution:
- {
- integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
+ engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
supports-color: 7.2.0
/chalk@5.3.0:
- resolution:
- {
- integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
- }
- engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 }
+ resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
+ engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
/change-case-all@1.0.15:
- resolution:
- {
- integrity: sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
- }
+ resolution: {integrity: sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==}
dependencies:
change-case: 4.1.2
is-lower-case: 2.0.2
@@ -26854,10 +21434,7 @@ packages:
upper-case-first: 2.0.2
/change-case@4.1.2:
- resolution:
- {
- integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==
- }
+ resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==}
dependencies:
camel-case: 4.1.2
capital-case: 1.0.4
@@ -26873,95 +21450,56 @@ packages:
tslib: 2.6.1
/char-regex@1.0.2:
- resolution:
- {
- integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
+ engines: {node: '>=10'}
dev: true
/char-width-table-consumer@1.0.0:
- resolution:
- {
- integrity: sha512-Fz4UD0LBpxPgL9i29CJ5O4KANwaMnX/OhhbxzvNa332h+9+nRKyeuLw4wA51lt/ex67+/AdsoBQJF3kgX2feYQ==
- }
+ resolution: {integrity: sha512-Fz4UD0LBpxPgL9i29CJ5O4KANwaMnX/OhhbxzvNa332h+9+nRKyeuLw4wA51lt/ex67+/AdsoBQJF3kgX2feYQ==}
dependencies:
binary-search: 1.3.6
dev: true
/character-entities-html4@2.1.0:
- resolution:
- {
- integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
- }
+ resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
dev: true
/character-entities-legacy@1.1.4:
- resolution:
- {
- integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
- }
+ resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==}
/character-entities-legacy@3.0.0:
- resolution:
- {
- integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
- }
+ resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
dev: true
/character-entities@1.2.4:
- resolution:
- {
- integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
- }
+ resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==}
/character-entities@2.0.2:
- resolution:
- {
- integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==
- }
+ resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
/character-reference-invalid@1.1.4:
- resolution:
- {
- integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
- }
+ resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==}
/character-reference-invalid@2.0.1:
- resolution:
- {
- integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==
- }
+ resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
dev: true
/chardet@0.7.0:
- resolution:
- {
- integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
- }
+ resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
dev: true
/charset@1.0.1:
- resolution:
- {
- integrity: sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-6dVyOOYjpfFcL1Y4qChrAoQLRHvj2ziyhcm0QJlhOcAhykL/k1kTUPbeo+87MNRTRdk2OIIsIXbuF3x2wi5EXg==}
+ engines: {node: '>=4.0.0'}
dev: false
/check-more-types@2.24.0:
- resolution:
- {
- integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==}
+ engines: {node: '>= 0.8.0'}
dev: true
/checkpoint-client@1.1.21:
- resolution:
- {
- integrity: sha512-bcrcnJncn6uGhj06IIsWvUBPyJWK1ZezDbLCJ//IQEYXkUobhGvOOBlHe9K5x0ZMkAZGinPB4T+lTUmFz/acWQ==
- }
+ resolution: {integrity: sha512-bcrcnJncn6uGhj06IIsWvUBPyJWK1ZezDbLCJ//IQEYXkUobhGvOOBlHe9K5x0ZMkAZGinPB4T+lTUmFz/acWQ==}
dependencies:
ci-info: 3.3.0
env-paths: 2.2.1
@@ -26975,10 +21513,7 @@ packages:
dev: true
/checkpoint-client@1.1.23:
- resolution:
- {
- integrity: sha512-NrGvMiH1fUcZwrYc0Z+YTn7q9ysV0kPgVyDKZ5jrfIerFJuSllvyGsY7bHeQSEiljaIaUP1Q/xutZ8q1s7PGzg==
- }
+ resolution: {integrity: sha512-NrGvMiH1fUcZwrYc0Z+YTn7q9ysV0kPgVyDKZ5jrfIerFJuSllvyGsY7bHeQSEiljaIaUP1Q/xutZ8q1s7PGzg==}
dependencies:
ci-info: 3.3.0
env-paths: 2.2.1
@@ -26992,10 +21527,7 @@ packages:
dev: true
/checkpoint-client@1.1.27:
- resolution:
- {
- integrity: sha512-xstymfUalJOv6ZvTtmkwP4ORJN36ikT4PvrIoLe3wstbYf87XIXCcZrSmbFQOjyB0v1qbBnCsAscDpfdZlCkFA==
- }
+ resolution: {integrity: sha512-xstymfUalJOv6ZvTtmkwP4ORJN36ikT4PvrIoLe3wstbYf87XIXCcZrSmbFQOjyB0v1qbBnCsAscDpfdZlCkFA==}
dependencies:
ci-info: 3.8.0
env-paths: 2.2.1
@@ -27008,10 +21540,7 @@ packages:
dev: true
/cheerio-select@2.1.0:
- resolution:
- {
- integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==
- }
+ resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
dependencies:
boolbase: 1.0.0
css-select: 5.1.0
@@ -27022,11 +21551,8 @@ packages:
dev: false
/cheerio@1.0.0-rc.12:
- resolution:
- {
- integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==}
+ engines: {node: '>= 6'}
dependencies:
cheerio-select: 2.1.0
dom-serializer: 2.0.0
@@ -27038,11 +21564,8 @@ packages:
dev: false
/cheerio@1.0.0-rc.3:
- resolution:
- {
- integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA==}
+ engines: {node: '>= 0.6'}
dependencies:
css-select: 1.2.0
dom-serializer: 0.1.1
@@ -27053,10 +21576,7 @@ packages:
dev: true
/chevrotain-allstar@0.1.7(chevrotain@10.4.2):
- resolution:
- {
- integrity: sha512-oMSHkXVCDQxnj3tDCqcEoMnNIEiYlAYT0FVja1PaLrT3njXGvg5JXTXs/tk2NI42SR3LMJyqTNgjR4VyDIf19w==
- }
+ resolution: {integrity: sha512-oMSHkXVCDQxnj3tDCqcEoMnNIEiYlAYT0FVja1PaLrT3njXGvg5JXTXs/tk2NI42SR3LMJyqTNgjR4VyDIf19w==}
peerDependencies:
chevrotain: ~10.4.1
dependencies:
@@ -27065,43 +21585,34 @@ packages:
dev: false
/chevrotain@10.4.2:
- resolution:
- {
- integrity: sha512-gzF5GxE0Ckti5kZVuKEZycLntB5X2aj9RVY0r4/220GwQjdnljU+/t3kP74/FMWC7IzCDDEjQ9wsFUf0WCdSHg==
- }
- dependencies:
- "@chevrotain/cst-dts-gen": 10.4.2
- "@chevrotain/gast": 10.4.2
- "@chevrotain/types": 10.4.2
- "@chevrotain/utils": 10.4.2
+ resolution: {integrity: sha512-gzF5GxE0Ckti5kZVuKEZycLntB5X2aj9RVY0r4/220GwQjdnljU+/t3kP74/FMWC7IzCDDEjQ9wsFUf0WCdSHg==}
+ dependencies:
+ '@chevrotain/cst-dts-gen': 10.4.2
+ '@chevrotain/gast': 10.4.2
+ '@chevrotain/types': 10.4.2
+ '@chevrotain/utils': 10.4.2
lodash: 4.17.21
regexp-to-ast: 0.5.0
dev: false
/chevrotain@10.5.0:
- resolution:
- {
- integrity: sha512-Pkv5rBY3+CsHOYfV5g/Vs5JY9WTHHDEKOlohI2XeygaZhUeqhAlldZ8Hz9cRmxu709bvS08YzxHdTPHhffc13A==
- }
- dependencies:
- "@chevrotain/cst-dts-gen": 10.5.0
- "@chevrotain/gast": 10.5.0
- "@chevrotain/types": 10.5.0
- "@chevrotain/utils": 10.5.0
+ resolution: {integrity: sha512-Pkv5rBY3+CsHOYfV5g/Vs5JY9WTHHDEKOlohI2XeygaZhUeqhAlldZ8Hz9cRmxu709bvS08YzxHdTPHhffc13A==}
+ dependencies:
+ '@chevrotain/cst-dts-gen': 10.5.0
+ '@chevrotain/gast': 10.5.0
+ '@chevrotain/types': 10.5.0
+ '@chevrotain/utils': 10.5.0
lodash: 4.17.21
regexp-to-ast: 0.5.0
dev: true
/chokidar@3.5.1:
- resolution:
- {
- integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
- }
- engines: { node: ">= 8.10.0" }
+ resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==}
+ engines: {node: '>= 8.10.0'}
dependencies:
anymatch: 3.1.3
braces: 3.0.2
- glob-parent: 5.1.2
+ glob-parent: 5.1.2(patch_hash=x5m7a7uswi2nqynchqprqqmlwy)
is-binary-path: 2.1.0
is-glob: 4.0.3
normalize-path: 3.0.0
@@ -27111,15 +21622,12 @@ packages:
dev: true
/chokidar@3.5.3:
- resolution:
- {
- integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
- }
- engines: { node: ">= 8.10.0" }
+ resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
+ engines: {node: '>= 8.10.0'}
dependencies:
anymatch: 3.1.3
braces: 3.0.2
- glob-parent: 5.1.2
+ glob-parent: 5.1.2(patch_hash=x5m7a7uswi2nqynchqprqqmlwy)
is-binary-path: 2.1.0
is-glob: 4.0.3
normalize-path: 3.0.0
@@ -27128,148 +21636,90 @@ packages:
fsevents: 2.3.2
/chownr@1.1.4:
- resolution:
- {
- integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
/chownr@2.0.0:
- resolution:
- {
- integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
+ engines: {node: '>=10'}
/chrome-trace-event@1.0.3:
- resolution:
- {
- integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
- }
- engines: { node: ">=6.0" }
+ resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
+ engines: {node: '>=6.0'}
/ci-env@1.17.0:
- resolution:
- {
- integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==
- }
+ resolution: {integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==}
dev: true
/ci-info@2.0.0:
- resolution:
- {
- integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
- }
+ resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
dev: false
/ci-info@3.3.0:
- resolution:
- {
- integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==
- }
+ resolution: {integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==}
dev: true
/ci-info@3.8.0:
- resolution:
- {
- integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
+ engines: {node: '>=8'}
/cipher-base@1.0.4:
- resolution:
- {
- integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
- }
+ resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==}
dependencies:
inherits: 2.0.4
safe-buffer: 5.2.1
dev: true
/cjs-module-lexer@1.2.3:
- resolution:
- {
- integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==
- }
+ resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==}
/classcat@5.0.4:
- resolution:
- {
- integrity: sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==
- }
+ resolution: {integrity: sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==}
dev: false
/classnames@2.2.6:
- resolution:
- {
- integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
- }
+ resolution: {integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==}
dev: true
/classnames@2.3.2:
- resolution:
- {
- integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==
- }
+ resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==}
dev: false
/clean-css@5.3.2:
- resolution:
- {
- integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==
- }
- engines: { node: ">= 10.0" }
+ resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==}
+ engines: {node: '>= 10.0'}
dependencies:
source-map: 0.6.1
/clean-stack@2.2.0:
- resolution:
- {
- integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
+ engines: {node: '>=6'}
/clean-stack@4.2.0:
- resolution:
- {
- integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==}
+ engines: {node: '>=12'}
dependencies:
escape-string-regexp: 5.0.0
dev: true
/clear-module@4.1.2:
- resolution:
- {
- integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==}
+ engines: {node: '>=8'}
dependencies:
parent-module: 2.0.0
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
dev: true
/cli-boxes@2.2.1:
- resolution:
- {
- integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==}
+ engines: {node: '>=6'}
/cli-boxes@3.0.0:
- resolution:
- {
- integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
+ engines: {node: '>=10'}
/cli-color@2.0.3:
- resolution:
- {
- integrity: sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ==}
+ engines: {node: '>=0.10'}
dependencies:
d: 1.0.1
es5-ext: 0.10.62
@@ -27278,355 +21728,222 @@ packages:
timers-ext: 0.1.7
/cli-cursor@3.1.0:
- resolution:
- {
- integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
+ engines: {node: '>=8'}
dependencies:
restore-cursor: 3.1.0
/cli-cursor@4.0.0:
- resolution:
- {
- integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
restore-cursor: 4.0.0
/cli-spinners@2.6.1:
- resolution:
- {
- integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==}
+ engines: {node: '>=6'}
/cli-spinners@2.9.0:
- resolution:
- {
- integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==}
+ engines: {node: '>=6'}
/cli-table3@0.6.3:
- resolution:
- {
- integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
- }
- engines: { node: 10.* || >= 12.* }
+ resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==}
+ engines: {node: 10.* || >= 12.*}
dependencies:
string-width: 4.2.3
optionalDependencies:
- "@colors/colors": 1.5.0
+ '@colors/colors': 1.5.0
/cli-truncate@2.1.0:
- resolution:
- {
- integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==}
+ engines: {node: '>=8'}
dependencies:
slice-ansi: 3.0.0
string-width: 4.2.3
dev: true
/cli-truncate@3.1.0:
- resolution:
- {
- integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
slice-ansi: 5.0.0
string-width: 5.1.2
dev: true
/cli-width@3.0.0:
- resolution:
- {
- integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==}
+ engines: {node: '>= 10'}
dev: true
/client-only@0.0.1:
- resolution:
- {
- integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
- }
+ resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
/cliui@6.0.0:
- resolution:
- {
- integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
- }
+ resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==}
dependencies:
string-width: 4.2.3
strip-ansi: 6.0.1
wrap-ansi: 6.2.0
/cliui@7.0.4:
- resolution:
- {
- integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
- }
+ resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==}
dependencies:
string-width: 4.2.3
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
/cliui@8.0.1:
- resolution:
- {
- integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
+ engines: {node: '>=12'}
dependencies:
string-width: 4.2.3
strip-ansi: 6.0.1
wrap-ansi: 7.0.0
/clone-deep@4.0.1:
- resolution:
- {
- integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
+ engines: {node: '>=6'}
dependencies:
is-plain-object: 2.0.4
kind-of: 6.0.3
shallow-clone: 3.0.1
/clone-response@1.0.3:
- resolution:
- {
- integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==
- }
+ resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==}
dependencies:
mimic-response: 1.0.1
/clone@1.0.4:
- resolution:
- {
- integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
+ engines: {node: '>=0.8'}
/clone@2.1.2:
- resolution:
- {
- integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==}
+ engines: {node: '>=0.8'}
dev: true
/close-with-grace@1.2.0:
- resolution:
- {
- integrity: sha512-Xga0jyAb4fX98u5pZAgqlbqHP8cHuy5M3Wto0k0L/36aP2C25Cjp51XfPw3Hz7dNC2L2/hF/PK/KJhO275L+VA==
- }
+ resolution: {integrity: sha512-Xga0jyAb4fX98u5pZAgqlbqHP8cHuy5M3Wto0k0L/36aP2C25Cjp51XfPw3Hz7dNC2L2/hF/PK/KJhO275L+VA==}
dev: false
/clsx@1.1.1:
- resolution:
- {
- integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==}
+ engines: {node: '>=6'}
dev: false
/clsx@1.2.1:
- resolution:
- {
- integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
+ engines: {node: '>=6'}
/cluster-key-slot@1.1.2:
- resolution:
- {
- integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
+ engines: {node: '>=0.10.0'}
dev: false
/cmd-shim@4.1.0:
- resolution:
- {
- integrity: sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw==}
+ engines: {node: '>=10'}
dependencies:
mkdirp-infer-owner: 2.0.0
dev: false
/co@4.6.0:
- resolution:
- {
- integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==
- }
- engines: { iojs: ">= 1.0.0", node: ">= 0.12.0" }
+ resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==}
+ engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
/code-block-writer@11.0.3:
- resolution:
- {
- integrity: sha512-NiujjUFB4SwScJq2bwbYUtXbZhBSlY6vYzm++3Q6oC+U+injTqfPYFK8wS9COOmb2lueqp0ZRB4nK1VYeHgNyw==
- }
+ resolution: {integrity: sha512-NiujjUFB4SwScJq2bwbYUtXbZhBSlY6vYzm++3Q6oC+U+injTqfPYFK8wS9COOmb2lueqp0ZRB4nK1VYeHgNyw==}
dev: true
/code-block-writer@12.0.0:
- resolution:
- {
- integrity: sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==
- }
+ resolution: {integrity: sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==}
dev: false
/code-error-fragment@0.0.230:
- resolution:
- {
- integrity: sha512-cadkfKp6932H8UkhzE/gcUqhRMNf8jHzkAN7+5Myabswaghu4xABTgPHDCjW+dBAJxj/SpkTYokpzDqY4pCzQw==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-cadkfKp6932H8UkhzE/gcUqhRMNf8jHzkAN7+5Myabswaghu4xABTgPHDCjW+dBAJxj/SpkTYokpzDqY4pCzQw==}
+ engines: {node: '>= 4'}
dev: false
/code-point-at@1.1.0:
- resolution:
- {
- integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==}
+ engines: {node: '>=0.10.0'}
dev: false
/collapse-white-space@1.0.6:
- resolution:
- {
- integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
- }
+ resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==}
dev: false
/collect-v8-coverage@1.0.2:
- resolution:
- {
- integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==
- }
+ resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==}
dev: true
/color-convert@0.5.3:
- resolution:
- {
- integrity: sha512-RwBeO/B/vZR3dfKL1ye/vx8MHZ40ugzpyfeVG5GsiuGnrlMWe2o8wxBbLCpw9CsxV+wHuzYlCiWnybrIA0ling==
- }
+ resolution: {integrity: sha512-RwBeO/B/vZR3dfKL1ye/vx8MHZ40ugzpyfeVG5GsiuGnrlMWe2o8wxBbLCpw9CsxV+wHuzYlCiWnybrIA0ling==}
dev: true
/color-convert@1.9.3:
- resolution:
- {
- integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
- }
+ resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
dependencies:
color-name: 1.1.3
/color-convert@2.0.1:
- resolution:
- {
- integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
- }
- engines: { node: ">=7.0.0" }
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
+ engines: {node: '>=7.0.0'}
dependencies:
color-name: 1.1.4
/color-name@1.1.3:
- resolution:
- {
- integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
- }
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
/color-name@1.1.4:
- resolution:
- {
- integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
- }
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
/color-string@1.9.1:
- resolution:
- {
- integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
- }
+ resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
dependencies:
color-name: 1.1.4
simple-swizzle: 0.2.2
dev: true
/color-support@1.1.3:
- resolution:
- {
- integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
- }
- hasBin: true
+ resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
dev: true
/colord@2.9.3:
- resolution:
- {
- integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
- }
+ resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
/colorette@1.4.0:
- resolution:
- {
- integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
- }
+ resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==}
/colorette@2.0.20:
- resolution:
- {
- integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
- }
+ resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
/combine-promises@1.2.0:
- resolution:
- {
- integrity: sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==}
+ engines: {node: '>=10'}
dev: false
/combined-stream@1.0.8:
- resolution:
- {
- integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
+ engines: {node: '>= 0.8'}
dependencies:
delayed-stream: 1.0.0
/comma-separated-tokens@1.0.8:
- resolution:
- {
- integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==
- }
+ resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==}
dev: false
/comma-separated-tokens@2.0.3:
- resolution:
- {
- integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
- }
+ resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
/command-exists@1.2.9:
- resolution:
- {
- integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==
- }
+ resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==}
dev: false
/command-line-args@5.2.1:
- resolution:
- {
- integrity: sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==}
+ engines: {node: '>=4.0.0'}
dependencies:
array-back: 3.1.0
find-replace: 3.0.0
@@ -27635,11 +21952,8 @@ packages:
dev: true
/command-line-usage@6.1.3:
- resolution:
- {
- integrity: sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==}
+ engines: {node: '>=8.0.0'}
dependencies:
array-back: 4.0.2
chalk: 2.4.2
@@ -27648,88 +21962,52 @@ packages:
dev: true
/commander@10.0.1:
- resolution:
- {
- integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
+ engines: {node: '>=14'}
/commander@11.0.0:
- resolution:
- {
- integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
+ engines: {node: '>=16'}
dev: true
/commander@2.13.0:
- resolution:
- {
- integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==
- }
+ resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==}
dev: false
/commander@2.15.1:
- resolution:
- {
- integrity: sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==
- }
+ resolution: {integrity: sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==}
dev: false
/commander@2.20.3:
- resolution:
- {
- integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
- }
+ resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
/commander@4.1.1:
- resolution:
- {
- integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
+ engines: {node: '>= 6'}
/commander@5.1.0:
- resolution:
- {
- integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==}
+ engines: {node: '>= 6'}
/commander@6.2.1:
- resolution:
- {
- integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==}
+ engines: {node: '>= 6'}
/commander@7.2.0:
- resolution:
- {
- integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
+ engines: {node: '>= 10'}
/commander@8.3.0:
- resolution:
- {
- integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
- }
- engines: { node: ">= 12" }
+ resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
+ engines: {node: '>= 12'}
/commander@9.5.0:
- resolution:
- {
- integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
- }
- engines: { node: ^12.20.0 || >=14 }
+ resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
+ engines: {node: ^12.20.0 || >=14}
/comment-json@4.2.3:
- resolution:
- {
- integrity: sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==}
+ engines: {node: '>= 6'}
dependencies:
array-timsort: 1.0.3
core-util-is: 1.0.3
@@ -27738,16 +22016,12 @@ packages:
repeat-string: 1.6.1
dev: true
- /commitizen@4.3.0(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==
- }
- engines: { node: ">= 12" }
- hasBin: true
+ /commitizen@4.3.0(@swc/core@1.3.83)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==}
+ engines: {node: '>= 12'}
dependencies:
cachedir: 2.3.0
- cz-conventional-changelog: 3.3.0(@swc/core@1.3.76)
+ cz-conventional-changelog: 3.3.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)
dedent: 0.7.0
detect-indent: 6.1.0
find-node-modules: 2.1.3
@@ -27761,87 +22035,54 @@ packages:
strip-bom: 4.0.0
strip-json-comments: 3.1.1
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: true
/common-ancestor-path@1.0.1:
- resolution:
- {
- integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
- }
+ resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==}
dev: false
/common-path-prefix@3.0.0:
- resolution:
- {
- integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
- }
+ resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
dev: true
/common-tags@1.8.2:
- resolution:
- {
- integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
+ engines: {node: '>=4.0.0'}
/commondir@1.0.1:
- resolution:
- {
- integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
- }
+ resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
/compare-func@2.0.0:
- resolution:
- {
- integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
- }
+ resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==}
dependencies:
array-ify: 1.0.0
dot-prop: 5.3.0
/compare-versions@4.1.4:
- resolution:
- {
- integrity: sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==
- }
+ resolution: {integrity: sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==}
dev: false
/component-bind@1.0.0:
- resolution:
- {
- integrity: sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==
- }
+ resolution: {integrity: sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==}
dev: true
/component-emitter@1.2.1:
- resolution:
- {
- integrity: sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==
- }
+ resolution: {integrity: sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==}
dev: true
/component-emitter@1.3.0:
- resolution:
- {
- integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
- }
+ resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==}
dev: true
/component-inherit@0.0.3:
- resolution:
- {
- integrity: sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==
- }
+ resolution: {integrity: sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==}
dev: true
/compress-commons@4.1.1:
- resolution:
- {
- integrity: sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==}
+ engines: {node: '>= 10'}
dependencies:
buffer-crc32: 0.2.13
crc32-stream: 4.0.2
@@ -27850,20 +22091,14 @@ packages:
dev: true
/compressible@2.0.18:
- resolution:
- {
- integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
+ engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.52.0
/compression@1.7.4:
- resolution:
- {
- integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==}
+ engines: {node: '>= 0.8.0'}
dependencies:
accepts: 1.3.8
bytes: 3.0.0
@@ -27876,10 +22111,7 @@ packages:
- supports-color
/compute-gcd@1.2.1:
- resolution:
- {
- integrity: sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==
- }
+ resolution: {integrity: sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==}
dependencies:
validate.io-array: 1.0.6
validate.io-function: 1.0.2
@@ -27887,10 +22119,7 @@ packages:
dev: false
/compute-lcm@1.1.2:
- resolution:
- {
- integrity: sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==
- }
+ resolution: {integrity: sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==}
dependencies:
compute-gcd: 1.2.1
validate.io-array: 1.0.6
@@ -27899,17 +22128,11 @@ packages:
dev: false
/concat-map@0.0.1:
- resolution:
- {
- integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
- }
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
/concat-stream@1.6.2:
- resolution:
- {
- integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
- }
- engines: { "0": node >= 0.8 }
+ resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==}
+ engines: {'0': node >= 0.8}
dependencies:
buffer-from: 1.1.2
inherits: 2.0.4
@@ -27918,11 +22141,8 @@ packages:
dev: true
/concat-stream@2.0.0:
- resolution:
- {
- integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
- }
- engines: { "0": node >= 6.0 }
+ resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
+ engines: {'0': node >= 6.0}
dependencies:
buffer-from: 1.1.2
inherits: 2.0.4
@@ -27931,21 +22151,14 @@ packages:
dev: true
/concat-with-sourcemaps@1.1.0:
- resolution:
- {
- integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==
- }
+ resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==}
dependencies:
source-map: 0.6.1
dev: true
/concurrently@8.2.0:
- resolution:
- {
- integrity: sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==
- }
- engines: { node: ^14.13.0 || >=16.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==}
+ engines: {node: ^14.13.0 || >=16.0.0}
dependencies:
chalk: 4.1.2
date-fns: 2.30.0
@@ -27959,21 +22172,15 @@ packages:
dev: true
/config-chain@1.1.13:
- resolution:
- {
- integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
- }
+ resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
dependencies:
ini: 1.3.8
proto-list: 1.2.4
dev: true
/configstore@5.0.1:
- resolution:
- {
- integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==}
+ engines: {node: '>=8'}
dependencies:
dot-prop: 5.3.0
graceful-fs: 4.2.11
@@ -27983,11 +22190,8 @@ packages:
xdg-basedir: 4.0.0
/configstore@6.0.0:
- resolution:
- {
- integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==}
+ engines: {node: '>=12'}
dependencies:
dot-prop: 6.0.1
graceful-fs: 4.2.11
@@ -27997,25 +22201,16 @@ packages:
dev: true
/confusing-browser-globals@1.0.11:
- resolution:
- {
- integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
- }
+ resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==}
dev: true
/connect-history-api-fallback@2.0.0:
- resolution:
- {
- integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
+ engines: {node: '>=0.8'}
/connect@3.7.0:
- resolution:
- {
- integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==
- }
- engines: { node: ">= 0.10.0" }
+ resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==}
+ engines: {node: '>= 0.10.0'}
dependencies:
debug: 2.6.9
finalhandler: 1.1.2
@@ -28026,105 +22221,68 @@ packages:
dev: false
/consola@2.15.3:
- resolution:
- {
- integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
- }
+ resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
dev: false
/console-browserify@1.2.0:
- resolution:
- {
- integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
- }
+ resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==}
dev: true
/console-control-strings@1.1.0:
- resolution:
- {
- integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
- }
+ resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==}
/constant-case@3.0.4:
- resolution:
- {
- integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==
- }
+ resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==}
dependencies:
no-case: 3.0.4
tslib: 2.6.1
upper-case: 2.0.2
/constants-browserify@1.0.0:
- resolution:
- {
- integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
- }
+ resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==}
dev: true
/content-disposition@0.5.2:
- resolution:
- {
- integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==}
+ engines: {node: '>= 0.6'}
dev: false
/content-disposition@0.5.4:
- resolution:
- {
- integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
+ engines: {node: '>= 0.6'}
dependencies:
safe-buffer: 5.2.1
/content-type@1.0.5:
- resolution:
- {
- integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
+ engines: {node: '>= 0.6'}
/conventional-changelog-angular@5.0.13:
- resolution:
- {
- integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==}
+ engines: {node: '>=10'}
dependencies:
compare-func: 2.0.0
q: 1.5.1
dev: true
/conventional-changelog-angular@6.0.0:
- resolution:
- {
- integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==}
+ engines: {node: '>=14'}
dependencies:
compare-func: 2.0.0
dev: true
/conventional-changelog-conventionalcommits@5.0.0:
- resolution:
- {
- integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==}
+ engines: {node: '>=10'}
dependencies:
compare-func: 2.0.0
lodash: 4.17.21
q: 1.5.1
/conventional-changelog-writer@5.0.1:
- resolution:
- {
- integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==}
+ engines: {node: '>=10'}
dependencies:
conventional-commits-filter: 2.0.7
dateformat: 3.0.3
@@ -28138,30 +22296,20 @@ packages:
dev: true
/conventional-commit-types@3.0.0:
- resolution:
- {
- integrity: sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
- }
+ resolution: {integrity: sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==}
dev: true
/conventional-commits-filter@2.0.7:
- resolution:
- {
- integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==}
+ engines: {node: '>=10'}
dependencies:
lodash.ismatch: 4.4.0
modify-values: 1.0.1
dev: true
/conventional-commits-parser@3.2.4:
- resolution:
- {
- integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==}
+ engines: {node: '>=10'}
dependencies:
JSONStream: 1.3.5
is-text-path: 1.0.1
@@ -28172,12 +22320,8 @@ packages:
dev: true
/conventional-commits-parser@4.0.0:
- resolution:
- {
- integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==}
+ engines: {node: '>=14'}
dependencies:
JSONStream: 1.3.5
is-text-path: 1.0.1
@@ -28186,168 +22330,110 @@ packages:
dev: true
/convert-source-map@1.7.0:
- resolution:
- {
- integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
- }
+ resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==}
dependencies:
safe-buffer: 5.1.2
dev: true
/convert-source-map@1.9.0:
- resolution:
- {
- integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
- }
+ resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
/convert-source-map@2.0.0:
- resolution:
- {
- integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
- }
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
dev: true
/cookie-signature@1.0.6:
- resolution:
- {
- integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
/cookie@0.4.2:
- resolution:
- {
- integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==}
+ engines: {node: '>= 0.6'}
/cookie@0.5.0:
- resolution:
- {
- integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==}
+ engines: {node: '>= 0.6'}
/copy-anything@2.0.6:
- resolution:
- {
- integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==
- }
+ resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
dependencies:
is-what: 3.14.1
dev: true
/copy-anything@3.0.5:
- resolution:
- {
- integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==
- }
- engines: { node: ">=12.13" }
+ resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
+ engines: {node: '>=12.13'}
dependencies:
is-what: 4.1.15
dev: false
/copy-text-to-clipboard@2.2.0:
- resolution:
- {
- integrity: sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==}
+ engines: {node: '>=6'}
dev: true
/copy-text-to-clipboard@3.2.0:
- resolution:
- {
- integrity: sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==}
+ engines: {node: '>=12'}
dev: false
/copy-to-clipboard@3.3.3:
- resolution:
- {
- integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==
- }
+ resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==}
dependencies:
toggle-selection: 1.0.6
dev: false
/copy-webpack-plugin@10.2.4(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
- }
- engines: { node: ">= 12.20.0" }
+ resolution: {integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==}
+ engines: {node: '>= 12.20.0'}
peerDependencies:
webpack: ^5.1.0
dependencies:
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
glob-parent: 6.0.2
globby: 12.2.0
normalize-path: 3.0.0
schema-utils: 4.2.0
serialize-javascript: 6.0.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/copy-webpack-plugin@11.0.0(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
webpack: ^5.1.0
dependencies:
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
glob-parent: 6.0.2
globby: 13.2.2
normalize-path: 3.0.0
schema-utils: 4.2.0
serialize-javascript: 6.0.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/core-js-compat@3.32.0:
- resolution:
- {
- integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==
- }
+ resolution: {integrity: sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==}
dependencies:
browserslist: 4.21.10
/core-js-pure@3.32.0:
- resolution:
- {
- integrity: sha512-qsev1H+dTNYpDUEURRuOXMvpdtAnNEvQWS/FMJ2Vb5AY8ZP4rAPQldkE27joykZPJTe0+IVgHZYh1P5Xu1/i1g==
- }
+ resolution: {integrity: sha512-qsev1H+dTNYpDUEURRuOXMvpdtAnNEvQWS/FMJ2Vb5AY8ZP4rAPQldkE27joykZPJTe0+IVgHZYh1P5Xu1/i1g==}
requiresBuild: true
/core-js@3.30.1:
- resolution:
- {
- integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==
- }
+ resolution: {integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==}
requiresBuild: true
/core-util-is@1.0.2:
- resolution:
- {
- integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
- }
+ resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==}
/core-util-is@1.0.3:
- resolution:
- {
- integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
- }
+ resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
/cors@2.8.5:
- resolution:
- {
- integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==}
+ engines: {node: '>= 0.10'}
requiresBuild: true
dependencies:
object-assign: 4.1.1
@@ -28356,56 +22442,41 @@ packages:
optional: true
/corser@2.0.1:
- resolution:
- {
- integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==}
+ engines: {node: '>= 0.4.0'}
dev: true
/cose-base@1.0.3:
- resolution:
- {
- integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==
- }
+ resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
dependencies:
layout-base: 1.0.2
dev: false
/cose-base@2.2.0:
- resolution:
- {
- integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==
- }
+ resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==}
dependencies:
layout-base: 2.0.1
dev: false
/cosmiconfig-typescript-loader@4.4.0(@types/node@20.4.7)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==
- }
- engines: { node: ">=v14.21.3" }
+ resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==}
+ engines: {node: '>=v14.21.3'}
requiresBuild: true
peerDependencies:
- "@types/node": "*"
- cosmiconfig: ">=7"
- ts-node: ">=10"
- typescript: ">=4"
+ '@types/node': '*'
+ cosmiconfig: '>=7'
+ ts-node: '>=10'
+ typescript: '>=4'
dependencies:
- "@types/node": 20.4.7
+ '@types/node': 20.4.7
cosmiconfig: 8.2.0
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.4.7)(typescript@5.1.6)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.4.7)(typescript@5.1.6)
typescript: 5.1.6
dev: true
/cosmiconfig@5.2.1:
- resolution:
- {
- integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==}
+ engines: {node: '>=4'}
dependencies:
import-fresh: 2.0.0
is-directory: 0.3.1
@@ -28413,105 +22484,77 @@ packages:
parse-json: 4.0.0
/cosmiconfig@6.0.0:
- resolution:
- {
- integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==}
+ engines: {node: '>=8'}
dependencies:
- "@types/parse-json": 4.0.0
+ '@types/parse-json': 4.0.0
import-fresh: 3.3.0
parse-json: 5.2.0
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
yaml: 1.10.2
/cosmiconfig@7.0.1:
- resolution:
- {
- integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==}
+ engines: {node: '>=10'}
dependencies:
- "@types/parse-json": 4.0.0
+ '@types/parse-json': 4.0.0
import-fresh: 3.3.0
parse-json: 5.2.0
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
yaml: 1.10.2
dev: true
/cosmiconfig@7.1.0:
- resolution:
- {
- integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
+ engines: {node: '>=10'}
dependencies:
- "@types/parse-json": 4.0.0
+ '@types/parse-json': 4.0.0
import-fresh: 3.3.0
parse-json: 5.2.0
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
yaml: 1.10.2
/cosmiconfig@8.0.0:
- resolution:
- {
- integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==}
+ engines: {node: '>=14'}
dependencies:
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
dev: true
/cosmiconfig@8.2.0:
- resolution:
- {
- integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==}
+ engines: {node: '>=14'}
dependencies:
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
/crc-32@1.2.2:
- resolution:
- {
- integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
- }
- engines: { node: ">=0.8" }
- hasBin: true
+ resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==}
+ engines: {node: '>=0.8'}
dev: true
/crc32-stream@4.0.2:
- resolution:
- {
- integrity: sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==}
+ engines: {node: '>= 10'}
dependencies:
crc-32: 1.2.2
readable-stream: 3.6.2
dev: true
/create-ecdh@4.0.4:
- resolution:
- {
- integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
- }
+ resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==}
dependencies:
bn.js: 4.12.0
elliptic: 6.5.4
dev: true
/create-hash@1.2.0:
- resolution:
- {
- integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
- }
+ resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==}
dependencies:
cipher-base: 1.0.4
inherits: 2.0.4
@@ -28521,10 +22564,7 @@ packages:
dev: true
/create-hmac@1.1.7:
- resolution:
- {
- integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
- }
+ resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==}
dependencies:
cipher-base: 1.0.4
create-hash: 1.2.0
@@ -28535,37 +22575,24 @@ packages:
dev: true
/create-require@1.1.1:
- resolution:
- {
- integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
- }
+ resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
/cross-env@7.0.3:
- resolution:
- {
- integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
- }
- engines: { node: ">=10.14", npm: ">=6", yarn: ">=1" }
- hasBin: true
+ resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==}
+ engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'}
dependencies:
cross-spawn: 7.0.3
dev: true
/cross-fetch@3.1.8:
- resolution:
- {
- integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
- }
+ resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==}
dependencies:
node-fetch: 2.6.12
transitivePeerDependencies:
- encoding
/cross-spawn@5.1.0:
- resolution:
- {
- integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
- }
+ resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
dependencies:
lru-cache: 4.1.5
shebang-command: 1.2.0
@@ -28573,21 +22600,15 @@ packages:
dev: true
/cross-spawn@7.0.3:
- resolution:
- {
- integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ engines: {node: '>= 8'}
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
which: 2.0.2
/crypto-browserify@3.12.0:
- resolution:
- {
- integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
- }
+ resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==}
dependencies:
browserify-cipher: 1.0.1
browserify-sign: 4.2.1
@@ -28603,101 +22624,72 @@ packages:
dev: true
/crypto-js@4.1.1:
- resolution:
- {
- integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==
- }
+ resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==}
dev: true
/crypto-random-string@2.0.0:
- resolution:
- {
- integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
+ engines: {node: '>=8'}
/crypto-random-string@4.0.0:
- resolution:
- {
- integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==}
+ engines: {node: '>=12'}
dependencies:
type-fest: 1.4.0
dev: true
/cspell-dictionary@6.31.1:
- resolution:
- {
- integrity: sha512-7+K7aQGarqbpucky26wled7QSCJeg6VkLUWS+hLjyf0Cqc9Zew5xsLa4QjReExWUJx+a97jbiflITZNuWxgMrg==
- }
- engines: { node: ">=14" }
- dependencies:
- "@cspell/cspell-pipe": 6.31.1
- "@cspell/cspell-types": 6.31.1
+ resolution: {integrity: sha512-7+K7aQGarqbpucky26wled7QSCJeg6VkLUWS+hLjyf0Cqc9Zew5xsLa4QjReExWUJx+a97jbiflITZNuWxgMrg==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@cspell/cspell-pipe': 6.31.1
+ '@cspell/cspell-types': 6.31.1
cspell-trie-lib: 6.31.1
fast-equals: 4.0.3
gensequence: 5.0.2
dev: true
/cspell-gitignore@6.31.1:
- resolution:
- {
- integrity: sha512-PAcmjN6X89Z8qgjem6HYb+VmvVtKuc+fWs4sk21+jv2MiLk23Bkp+8slSaIDVR//58fxJkMx17PHyo2cDO/69A==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-PAcmjN6X89Z8qgjem6HYb+VmvVtKuc+fWs4sk21+jv2MiLk23Bkp+8slSaIDVR//58fxJkMx17PHyo2cDO/69A==}
+ engines: {node: '>=14'}
dependencies:
cspell-glob: 6.31.1
find-up: 5.0.0
dev: true
/cspell-glob@6.31.1:
- resolution:
- {
- integrity: sha512-ygEmr5hgE4QtO5+L3/ihfMKBhPipbapfS22ilksFSChKMc15Regds0z+z/1ZBoe+OFAPneQfIuBxMwQ/fB00GQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-ygEmr5hgE4QtO5+L3/ihfMKBhPipbapfS22ilksFSChKMc15Regds0z+z/1ZBoe+OFAPneQfIuBxMwQ/fB00GQ==}
+ engines: {node: '>=14'}
dependencies:
micromatch: 4.0.5
dev: true
/cspell-grammar@6.31.1:
- resolution:
- {
- integrity: sha512-AsRVP0idcNFVSb9+p9XjMumFj3BUV67WIPWApaAzJl/dYyiIygQObRE+si0/QtFWGNw873b7hNhWZiKjqIdoaQ==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-AsRVP0idcNFVSb9+p9XjMumFj3BUV67WIPWApaAzJl/dYyiIygQObRE+si0/QtFWGNw873b7hNhWZiKjqIdoaQ==}
+ engines: {node: '>=14'}
dependencies:
- "@cspell/cspell-pipe": 6.31.1
- "@cspell/cspell-types": 6.31.1
+ '@cspell/cspell-pipe': 6.31.1
+ '@cspell/cspell-types': 6.31.1
dev: true
/cspell-io@6.31.1:
- resolution:
- {
- integrity: sha512-deZcpvTYY/NmLfOdOtzcm+nDvJZozKmj4TY3pPpX0HquPX0A/w42bFRT/zZNmRslFl8vvrCZZUog7SOc6ha3uA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-deZcpvTYY/NmLfOdOtzcm+nDvJZozKmj4TY3pPpX0HquPX0A/w42bFRT/zZNmRslFl8vvrCZZUog7SOc6ha3uA==}
+ engines: {node: '>=14'}
dependencies:
- "@cspell/cspell-service-bus": 6.31.1
+ '@cspell/cspell-service-bus': 6.31.1
node-fetch: 2.6.12
transitivePeerDependencies:
- encoding
dev: true
/cspell-lib@6.31.1:
- resolution:
- {
- integrity: sha512-KgSiulbLExY+z2jGwkO77+aAkyugsPAw7y07j3hTQLpd+0esPCZqrmbo2ItnkvkDNd/c34PqQCr7/044/rz8gw==
- }
- engines: { node: ">=14.6" }
- dependencies:
- "@cspell/cspell-bundled-dicts": 6.31.1
- "@cspell/cspell-pipe": 6.31.1
- "@cspell/cspell-types": 6.31.1
- "@cspell/strong-weak-map": 6.31.1
+ resolution: {integrity: sha512-KgSiulbLExY+z2jGwkO77+aAkyugsPAw7y07j3hTQLpd+0esPCZqrmbo2ItnkvkDNd/c34PqQCr7/044/rz8gw==}
+ engines: {node: '>=14.6'}
+ dependencies:
+ '@cspell/cspell-bundled-dicts': 6.31.1
+ '@cspell/cspell-pipe': 6.31.1
+ '@cspell/cspell-types': 6.31.1
+ '@cspell/strong-weak-map': 6.31.1
clear-module: 4.1.2
comment-json: 4.2.3
configstore: 5.0.1
@@ -28711,7 +22703,7 @@ packages:
find-up: 5.0.0
gensequence: 5.0.2
import-fresh: 3.3.0
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
resolve-global: 1.0.0
vscode-languageserver-textdocument: 1.0.8
vscode-uri: 3.0.7
@@ -28720,34 +22712,27 @@ packages:
dev: true
/cspell-trie-lib@6.31.1:
- resolution:
- {
- integrity: sha512-MtYh7s4Sbr1rKT31P2BK6KY+YfOy3dWsuusq9HnqCXmq6aZ1HyFgjH/9p9uvqGi/TboMqn1KOV8nifhXK3l3jg==
- }
- engines: { node: ">=14" }
- dependencies:
- "@cspell/cspell-pipe": 6.31.1
- "@cspell/cspell-types": 6.31.1
+ resolution: {integrity: sha512-MtYh7s4Sbr1rKT31P2BK6KY+YfOy3dWsuusq9HnqCXmq6aZ1HyFgjH/9p9uvqGi/TboMqn1KOV8nifhXK3l3jg==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@cspell/cspell-pipe': 6.31.1
+ '@cspell/cspell-types': 6.31.1
gensequence: 5.0.2
dev: true
/cspell@6.31.1:
- resolution:
- {
- integrity: sha512-gyCtpkOpwI/TGibbtIgMBFnAUUp2hnYdvW/9Ky4RcneHtLH0+V/jUEbZD8HbRKz0GVZ6mhKWbNRSEyP9p3Cejw==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-gyCtpkOpwI/TGibbtIgMBFnAUUp2hnYdvW/9Ky4RcneHtLH0+V/jUEbZD8HbRKz0GVZ6mhKWbNRSEyP9p3Cejw==}
+ engines: {node: '>=14'}
dependencies:
- "@cspell/cspell-pipe": 6.31.1
- "@cspell/dynamic-import": 6.31.1
+ '@cspell/cspell-pipe': 6.31.1
+ '@cspell/dynamic-import': 6.31.1
chalk: 4.1.2
commander: 10.0.1
cspell-gitignore: 6.31.1
cspell-glob: 6.31.1
cspell-io: 6.31.1
cspell-lib: 6.31.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
fast-json-stable-stringify: 2.1.0
file-entry-cache: 6.0.1
get-stdin: 8.0.0
@@ -28760,10 +22745,7 @@ packages:
dev: true
/css-color-converter@2.0.0:
- resolution:
- {
- integrity: sha512-oLIG2soZz3wcC3aAl/7Us5RS8Hvvc6I8G8LniF/qfMmrm7fIKQ8RIDDRZeKyGL2SrWfNqYspuLShbnjBMVWm8g==
- }
+ resolution: {integrity: sha512-oLIG2soZz3wcC3aAl/7Us5RS8Hvvc6I8G8LniF/qfMmrm7fIKQ8RIDDRZeKyGL2SrWfNqYspuLShbnjBMVWm8g==}
dependencies:
color-convert: 0.5.3
color-name: 1.1.4
@@ -28771,31 +22753,22 @@ packages:
dev: true
/css-declaration-sorter@6.4.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==}
+ engines: {node: ^10 || ^12 || >=14}
peerDependencies:
postcss: ^8.0.9
dependencies:
postcss: 8.4.28
/css-in-js-utils@3.1.0:
- resolution:
- {
- integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==
- }
+ resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==}
dependencies:
hyphenate-style-name: 1.0.4
dev: false
/css-loader@6.4.0(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-Dlt6qfsxI/w1vU0r8qDd4BtMPxWqJeY5qQU7SmmZfvbpe6Xl18McO4GhyaMLns24Y2VNPiZwJPQ8JSbg4qvQLw==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-Dlt6qfsxI/w1vU0r8qDd4BtMPxWqJeY5qQU7SmmZfvbpe6Xl18McO4GhyaMLns24Y2VNPiZwJPQ8JSbg4qvQLw==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
@@ -28807,15 +22780,12 @@ packages:
postcss-modules-values: 4.0.0(postcss@8.4.28)
postcss-value-parser: 4.2.0
semver: 7.5.4
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/css-loader@6.8.1(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
@@ -28827,26 +22797,23 @@ packages:
postcss-modules-values: 4.0.0(postcss@8.4.28)
postcss-value-parser: 4.2.0
semver: 7.5.4
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/css-minimizer-webpack-plugin@4.2.2(clean-css@5.3.2)(esbuild@0.18.11)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==
- }
- engines: { node: ">= 14.15.0" }
- peerDependencies:
- "@parcel/css": "*"
- "@swc/css": "*"
- clean-css: "*"
- csso: "*"
- esbuild: "*"
- lightningcss: "*"
+ resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==}
+ engines: {node: '>= 14.15.0'}
+ peerDependencies:
+ '@parcel/css': '*'
+ '@swc/css': '*'
+ clean-css: '*'
+ csso: '*'
+ esbuild: '*'
+ lightningcss: '*'
webpack: ^5.0.0
peerDependenciesMeta:
- "@parcel/css":
+ '@parcel/css':
optional: true
- "@swc/css":
+ '@swc/css':
optional: true
clean-css:
optional: true
@@ -28865,27 +22832,24 @@ packages:
schema-utils: 4.2.0
serialize-javascript: 6.0.1
source-map: 0.6.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/css-minimizer-webpack-plugin@5.0.1(esbuild@0.18.11)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==
- }
- engines: { node: ">= 14.15.0" }
- peerDependencies:
- "@parcel/css": "*"
- "@swc/css": "*"
- clean-css: "*"
- csso: "*"
- esbuild: "*"
- lightningcss: "*"
+ resolution: {integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==}
+ engines: {node: '>= 14.15.0'}
+ peerDependencies:
+ '@parcel/css': '*'
+ '@swc/css': '*'
+ clean-css: '*'
+ csso: '*'
+ esbuild: '*'
+ lightningcss: '*'
webpack: ^5.0.0
peerDependenciesMeta:
- "@parcel/css":
+ '@parcel/css':
optional: true
- "@swc/css":
+ '@swc/css':
optional: true
clean-css:
optional: true
@@ -28896,21 +22860,18 @@ packages:
lightningcss:
optional: true
dependencies:
- "@jridgewell/trace-mapping": 0.3.19
+ '@jridgewell/trace-mapping': 0.3.19
cssnano: 6.0.1(postcss@8.4.28)
esbuild: 0.18.11
jest-worker: 29.6.2
postcss: 8.4.28
schema-utils: 4.2.0
serialize-javascript: 6.0.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/css-select@1.2.0:
- resolution:
- {
- integrity: sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==
- }
+ resolution: {integrity: sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==}
dependencies:
boolbase: 1.0.0
css-what: 2.1.3
@@ -28919,10 +22880,7 @@ packages:
dev: true
/css-select@4.3.0:
- resolution:
- {
- integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==
- }
+ resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
dependencies:
boolbase: 1.0.0
css-what: 6.1.0
@@ -28931,10 +22889,7 @@ packages:
nth-check: 2.1.1
/css-select@5.1.0:
- resolution:
- {
- integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==
- }
+ resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
dependencies:
boolbase: 1.0.0
css-what: 6.1.0
@@ -28943,93 +22898,59 @@ packages:
nth-check: 2.1.1
/css-selector-parser@1.4.1:
- resolution:
- {
- integrity: sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==
- }
+ resolution: {integrity: sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==}
dev: false
/css-tree@1.1.3:
- resolution:
- {
- integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==}
+ engines: {node: '>=8.0.0'}
dependencies:
mdn-data: 2.0.14
source-map: 0.6.1
/css-tree@2.2.1:
- resolution:
- {
- integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==
- }
- engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
+ resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
mdn-data: 2.0.28
source-map-js: 1.0.2
/css-tree@2.3.1:
- resolution:
- {
- integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==
- }
- engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0 }
+ resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
dependencies:
mdn-data: 2.0.30
source-map-js: 1.0.2
/css-unit-converter@1.1.2:
- resolution:
- {
- integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==
- }
+ resolution: {integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==}
dev: true
/css-vendor@2.0.8:
- resolution:
- {
- integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==
- }
+ resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
is-in-browser: 1.1.3
dev: true
/css-what@2.1.3:
- resolution:
- {
- integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
- }
+ resolution: {integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==}
dev: true
/css-what@6.1.0:
- resolution:
- {
- integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
+ engines: {node: '>= 6'}
/css.escape@1.5.1:
- resolution:
- {
- integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==
- }
+ resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
/cssesc@3.0.0:
- resolution:
- {
- integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
+ engines: {node: '>=4'}
/cssnano-preset-advanced@5.3.10(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29043,11 +22964,8 @@ packages:
dev: false
/cssnano-preset-default@5.2.14(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29083,11 +23001,8 @@ packages:
postcss-unique-selectors: 5.1.1(postcss@8.4.28)
/cssnano-preset-default@6.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29124,10 +23039,7 @@ packages:
dev: true
/cssnano-preset-simple@2.0.0(postcss@8.2.13):
- resolution:
- {
- integrity: sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==
- }
+ resolution: {integrity: sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==}
peerDependencies:
postcss: ^8.2.1
dependencies:
@@ -29136,10 +23048,7 @@ packages:
dev: true
/cssnano-simple@2.0.0(postcss@8.2.13):
- resolution:
- {
- integrity: sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==
- }
+ resolution: {integrity: sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==}
peerDependencies:
postcss: ^8.2.2
dependencies:
@@ -29148,22 +23057,16 @@ packages:
dev: true
/cssnano-utils@3.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/cssnano-utils@4.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29171,11 +23074,8 @@ packages:
dev: true
/cssnano@5.1.15(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29185,11 +23085,8 @@ packages:
yaml: 1.10.2
/cssnano@6.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -29199,94 +23096,60 @@ packages:
dev: true
/csso@4.2.0:
- resolution:
- {
- integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
+ engines: {node: '>=8.0.0'}
dependencies:
css-tree: 1.1.3
/csso@5.0.5:
- resolution:
- {
- integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==
- }
- engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
+ resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
css-tree: 2.2.1
/cssom@0.3.8:
- resolution:
- {
- integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
- }
+ resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==}
/cssom@0.4.4:
- resolution:
- {
- integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
- }
+ resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==}
dev: false
/cssom@0.5.0:
- resolution:
- {
- integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==
- }
+ resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==}
dev: true
/cssstyle@2.3.0:
- resolution:
- {
- integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==}
+ engines: {node: '>=8'}
dependencies:
cssom: 0.3.8
/csstype@2.6.21:
- resolution:
- {
- integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
- }
+ resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
dev: true
/csstype@3.1.2:
- resolution:
- {
- integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
- }
+ resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
/current-module-paths@1.1.1:
- resolution:
- {
- integrity: sha512-8Ga5T8oMXBaSsHq9Gj+bddX7kHSaJKsl2vaAd3ep51eQLkr4W18eFEmEZM5bLo1zrz8tt3jE1U8QK9QGhaLR4g==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-8Ga5T8oMXBaSsHq9Gj+bddX7kHSaJKsl2vaAd3ep51eQLkr4W18eFEmEZM5bLo1zrz8tt3jE1U8QK9QGhaLR4g==}
+ engines: {node: '>=12.17'}
dev: true
/cuss@2.2.0:
- resolution:
- {
- integrity: sha512-3hlHOhMiZ6YdHY5LPUhfxlx1Pj14eGttv2l9ADB1Lkv7e/us5XD798wrVLJ9DHmDO8SzCDuA+ItByFZ3M1dIYg==
- }
+ resolution: {integrity: sha512-3hlHOhMiZ6YdHY5LPUhfxlx1Pj14eGttv2l9ADB1Lkv7e/us5XD798wrVLJ9DHmDO8SzCDuA+ItByFZ3M1dIYg==}
dev: true
/cypress@12.16.0:
- resolution:
- {
- integrity: sha512-mwv1YNe48hm0LVaPgofEhGCtLwNIQEjmj2dJXnAkY1b4n/NE9OtgPph4TyS+tOtYp5CKtRmDvBzWseUXQTjbTg==
- }
- engines: { node: ^14.0.0 || ^16.0.0 || >=18.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-mwv1YNe48hm0LVaPgofEhGCtLwNIQEjmj2dJXnAkY1b4n/NE9OtgPph4TyS+tOtYp5CKtRmDvBzWseUXQTjbTg==}
+ engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0}
requiresBuild: true
dependencies:
- "@cypress/request": 2.88.12
- "@cypress/xvfb": 1.2.4(supports-color@8.1.1)
- "@types/node": 14.18.54
- "@types/sinonjs__fake-timers": 8.1.1
- "@types/sizzle": 2.3.3
+ '@cypress/request': 2.88.12
+ '@cypress/xvfb': 1.2.4(supports-color@8.1.1)
+ '@types/node': 14.18.54
+ '@types/sinonjs__fake-timers': 8.1.1
+ '@types/sizzle': 2.3.3
arch: 2.2.0
blob-util: 2.0.2
bluebird: 3.7.2
@@ -29327,10 +23190,7 @@ packages:
dev: true
/cytoscape-cose-bilkent@4.1.0(cytoscape@3.26.0):
- resolution:
- {
- integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==
- }
+ resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==}
peerDependencies:
cytoscape: ^3.2.0
dependencies:
@@ -29339,10 +23199,7 @@ packages:
dev: false
/cytoscape-fcose@2.2.0(cytoscape@3.26.0):
- resolution:
- {
- integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==
- }
+ resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==}
peerDependencies:
cytoscape: ^3.2.0
dependencies:
@@ -29351,76 +23208,55 @@ packages:
dev: false
/cytoscape@3.26.0:
- resolution:
- {
- integrity: sha512-IV+crL+KBcrCnVVUCZW+zRRRFUZQcrtdOPXki+o4CFUWLdAEYvuZLcBSJC9EBK++suamERKzeY7roq2hdovV3w==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-IV+crL+KBcrCnVVUCZW+zRRRFUZQcrtdOPXki+o4CFUWLdAEYvuZLcBSJC9EBK++suamERKzeY7roq2hdovV3w==}
+ engines: {node: '>=0.10'}
dependencies:
heap: 0.2.7
lodash: 4.17.21
dev: false
- /cz-conventional-changelog@3.3.0(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
- }
- engines: { node: ">= 10" }
+ /cz-conventional-changelog@3.3.0(@swc/core@1.3.83)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==}
+ engines: {node: '>= 10'}
dependencies:
chalk: 2.4.2
- commitizen: 4.3.0(@swc/core@1.3.76)
+ commitizen: 4.3.0(@swc/core@1.3.83)(@swc/wasm@1.3.83)
conventional-commit-types: 3.0.0
lodash.map: 4.6.0
longest: 2.0.1
word-wrap: 1.2.5
optionalDependencies:
- "@commitlint/load": 17.7.1(@swc/core@1.3.76)
+ '@commitlint/load': 17.7.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: true
/d3-array@2.12.1:
- resolution:
- {
- integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==
- }
+ resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==}
dependencies:
internmap: 1.0.1
dev: false
/d3-array@3.2.4:
- resolution:
- {
- integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
+ engines: {node: '>=12'}
dependencies:
internmap: 2.0.3
dev: false
/d3-axis@3.0.0:
- resolution:
- {
- integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==}
+ engines: {node: '>=12'}
dev: false
/d3-binarytree@1.0.2:
- resolution:
- {
- integrity: sha512-cElUNH+sHu95L04m92pG73t2MEJXKu+GeKUN1TJkFsu93E5W8E9Sc3kHEGJKgenGvj19m6upSn2EunvMgMD2Yw==
- }
+ resolution: {integrity: sha512-cElUNH+sHu95L04m92pG73t2MEJXKu+GeKUN1TJkFsu93E5W8E9Sc3kHEGJKgenGvj19m6upSn2EunvMgMD2Yw==}
dev: false
/d3-brush@3.0.0:
- resolution:
- {
- integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==}
+ engines: {node: '>=12'}
dependencies:
d3-dispatch: 3.0.1
d3-drag: 3.0.0
@@ -29430,69 +23266,47 @@ packages:
dev: false
/d3-chord@3.0.1:
- resolution:
- {
- integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==}
+ engines: {node: '>=12'}
dependencies:
d3-path: 3.1.0
dev: false
/d3-color@3.1.0:
- resolution:
- {
- integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
+ engines: {node: '>=12'}
dev: false
/d3-contour@4.0.2:
- resolution:
- {
- integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}
+ engines: {node: '>=12'}
dependencies:
d3-array: 3.2.4
dev: false
/d3-delaunay@6.0.4:
- resolution:
- {
- integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==}
+ engines: {node: '>=12'}
dependencies:
delaunator: 5.0.0
dev: false
/d3-dispatch@3.0.1:
- resolution:
- {
- integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==}
+ engines: {node: '>=12'}
dev: false
/d3-drag@3.0.0:
- resolution:
- {
- integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==}
+ engines: {node: '>=12'}
dependencies:
d3-dispatch: 3.0.1
d3-selection: 3.0.0
dev: false
/d3-dsv@3.0.1:
- resolution:
- {
- integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==}
+ engines: {node: '>=12'}
dependencies:
commander: 7.2.0
iconv-lite: 0.6.3
@@ -29500,29 +23314,20 @@ packages:
dev: false
/d3-ease@3.0.1:
- resolution:
- {
- integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
+ engines: {node: '>=12'}
dev: false
/d3-fetch@3.0.1:
- resolution:
- {
- integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==}
+ engines: {node: '>=12'}
dependencies:
d3-dsv: 3.0.1
dev: false
/d3-force-3d@3.0.5:
- resolution:
- {
- integrity: sha512-tdwhAhoTYZY/a6eo9nR7HP3xSW/C6XvJTbeRpR92nlPzH6OiE+4MliN9feuSFd0tPtEUo+191qOhCTWx3NYifg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tdwhAhoTYZY/a6eo9nR7HP3xSW/C6XvJTbeRpR92nlPzH6OiE+4MliN9feuSFd0tPtEUo+191qOhCTWx3NYifg==}
+ engines: {node: '>=12'}
dependencies:
d3-binarytree: 1.0.2
d3-dispatch: 3.0.1
@@ -29532,11 +23337,8 @@ packages:
dev: false
/d3-force@3.0.0:
- resolution:
- {
- integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==}
+ engines: {node: '>=12'}
dependencies:
d3-dispatch: 3.0.1
d3-quadtree: 3.0.1
@@ -29544,114 +23346,75 @@ packages:
dev: false
/d3-format@3.1.0:
- resolution:
- {
- integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
+ engines: {node: '>=12'}
dev: false
/d3-geo@3.1.0:
- resolution:
- {
- integrity: sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==}
+ engines: {node: '>=12'}
dependencies:
d3-array: 3.2.4
dev: false
/d3-hierarchy@3.1.2:
- resolution:
- {
- integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==}
+ engines: {node: '>=12'}
dev: false
/d3-interpolate@3.0.1:
- resolution:
- {
- integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
+ engines: {node: '>=12'}
dependencies:
d3-color: 3.1.0
dev: false
/d3-octree@1.0.2:
- resolution:
- {
- integrity: sha512-Qxg4oirJrNXauiuC94uKMbgxwnhdda9xRLl9ihq45srlJ4Ga3CSgqGcAL8iW7N5CIv4Oz8x3E734ulxyvHPvwA==
- }
+ resolution: {integrity: sha512-Qxg4oirJrNXauiuC94uKMbgxwnhdda9xRLl9ihq45srlJ4Ga3CSgqGcAL8iW7N5CIv4Oz8x3E734ulxyvHPvwA==}
dev: false
/d3-path@1.0.9:
- resolution:
- {
- integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==
- }
+ resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==}
dev: false
/d3-path@3.1.0:
- resolution:
- {
- integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
+ engines: {node: '>=12'}
dev: false
/d3-polygon@3.0.1:
- resolution:
- {
- integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==}
+ engines: {node: '>=12'}
dev: false
/d3-quadtree@3.0.1:
- resolution:
- {
- integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==}
+ engines: {node: '>=12'}
dev: false
/d3-random@3.0.1:
- resolution:
- {
- integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==}
+ engines: {node: '>=12'}
dev: false
/d3-sankey@0.12.3:
- resolution:
- {
- integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==
- }
+ resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==}
dependencies:
d3-array: 2.12.1
d3-shape: 1.3.7
dev: false
/d3-scale-chromatic@3.0.0:
- resolution:
- {
- integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==}
+ engines: {node: '>=12'}
dependencies:
d3-color: 3.1.0
d3-interpolate: 3.0.1
dev: false
/d3-scale@4.0.2:
- resolution:
- {
- integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
+ engines: {node: '>=12'}
dependencies:
d3-array: 3.2.4
d3-format: 3.1.0
@@ -29661,66 +23424,45 @@ packages:
dev: false
/d3-selection@3.0.0:
- resolution:
- {
- integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==}
+ engines: {node: '>=12'}
dev: false
/d3-shape@1.3.7:
- resolution:
- {
- integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==
- }
+ resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==}
dependencies:
d3-path: 1.0.9
dev: false
/d3-shape@3.2.0:
- resolution:
- {
- integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
+ engines: {node: '>=12'}
dependencies:
d3-path: 3.1.0
dev: false
/d3-time-format@4.1.0:
- resolution:
- {
- integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
+ engines: {node: '>=12'}
dependencies:
d3-time: 3.1.0
dev: false
/d3-time@3.1.0:
- resolution:
- {
- integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
+ engines: {node: '>=12'}
dependencies:
d3-array: 3.2.4
dev: false
/d3-timer@3.0.1:
- resolution:
- {
- integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
+ engines: {node: '>=12'}
dev: false
/d3-transition@3.0.1(d3-selection@3.0.0):
- resolution:
- {
- integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==}
+ engines: {node: '>=12'}
peerDependencies:
d3-selection: 2 - 3
dependencies:
@@ -29733,11 +23475,8 @@ packages:
dev: false
/d3-zoom@3.0.0:
- resolution:
- {
- integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
+ engines: {node: '>=12'}
dependencies:
d3-dispatch: 3.0.1
d3-drag: 3.0.0
@@ -29747,11 +23486,8 @@ packages:
dev: false
/d3@7.8.5:
- resolution:
- {
- integrity: sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==}
+ engines: {node: '>=12'}
dependencies:
d3-array: 3.2.4
d3-axis: 3.0.0
@@ -29786,89 +23522,58 @@ packages:
dev: false
/d@1.0.1:
- resolution:
- {
- integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==
- }
+ resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==}
dependencies:
es5-ext: 0.10.62
type: 1.2.0
/dagre-d3-es@7.0.10:
- resolution:
- {
- integrity: sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==
- }
+ resolution: {integrity: sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==}
dependencies:
d3: 7.8.5
lodash-es: 4.17.21
dev: false
/dagre@0.8.5:
- resolution:
- {
- integrity: sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==
- }
+ resolution: {integrity: sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==}
dependencies:
graphlib: 2.1.8
lodash: 4.17.21
dev: false
/damerau-levenshtein@1.0.8:
- resolution:
- {
- integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
- }
+ resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==}
dev: true
/dargs@7.0.0:
- resolution:
- {
- integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
+ engines: {node: '>=8'}
dev: true
/dashdash@1.14.1:
- resolution:
- {
- integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==}
+ engines: {node: '>=0.10'}
dependencies:
assert-plus: 1.0.0
/data-joint@1.3.1:
- resolution:
- {
- integrity: sha512-tMK0m4OVGqiA3zkn8JmO6YAqD8UwJqIAx4AAwFl1SKTtKAqcXePuT+n2aayiX9uITtlN3DFtKKTOxJRUc2+HvQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tMK0m4OVGqiA3zkn8JmO6YAqD8UwJqIAx4AAwFl1SKTtKAqcXePuT+n2aayiX9uITtlN3DFtKKTOxJRUc2+HvQ==}
+ engines: {node: '>=12'}
dependencies:
index-array-by: 1.4.1
dev: false
/data-uri-to-buffer@2.0.2:
- resolution:
- {
- integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==
- }
- dev: true
+ resolution: {integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==}
/data-uri-to-buffer@3.0.1:
- resolution:
- {
- integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==}
+ engines: {node: '>= 6'}
dev: true
/data-urls@2.0.0:
- resolution:
- {
- integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==}
+ engines: {node: '>=10'}
dependencies:
abab: 2.0.6
whatwg-mimetype: 2.3.0
@@ -29876,11 +23581,8 @@ packages:
dev: false
/data-urls@3.0.2:
- resolution:
- {
- integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==}
+ engines: {node: '>=12'}
dependencies:
abab: 2.0.6
whatwg-mimetype: 3.0.0
@@ -29888,62 +23590,38 @@ packages:
dev: true
/dataloader@2.2.2:
- resolution:
- {
- integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==
- }
+ resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==}
/date-fns@2.30.0:
- resolution:
- {
- integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
- }
- engines: { node: ">=0.11" }
+ resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
+ engines: {node: '>=0.11'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: true
/dateformat@3.0.3:
- resolution:
- {
- integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
- }
+ resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==}
dev: true
/dateformat@4.6.3:
- resolution:
- {
- integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
- }
+ resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==}
dev: false
/dayjs@1.11.8:
- resolution:
- {
- integrity: sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==
- }
+ resolution: {integrity: sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==}
dev: false
/dayjs@1.11.9:
- resolution:
- {
- integrity: sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==
- }
+ resolution: {integrity: sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==}
/debounce@1.2.1:
- resolution:
- {
- integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
- }
+ resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==}
dev: true
/debug@2.6.9:
- resolution:
- {
- integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- }
+ resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
@@ -29951,12 +23629,9 @@ packages:
ms: 2.0.0
/debug@3.1.0(supports-color@5.4.0):
- resolution:
- {
- integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
- }
+ resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
@@ -29965,12 +23640,9 @@ packages:
supports-color: 5.4.0
/debug@3.2.7(supports-color@8.1.1):
- resolution:
- {
- integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
- }
+ resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
@@ -29979,13 +23651,9 @@ packages:
supports-color: 8.1.1
/debug@4.1.1:
- resolution:
- {
- integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
- }
- deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (/~https://github.com/visionmedia/debug/issues/797)
+ resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
@@ -29994,13 +23662,10 @@ packages:
dev: true
/debug@4.3.4(supports-color@8.1.1):
- resolution:
- {
- integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
- }
- engines: { node: ">=6.0" }
+ resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
+ engines: {node: '>=6.0'}
peerDependencies:
- supports-color: "*"
+ supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
@@ -30009,101 +23674,64 @@ packages:
supports-color: 8.1.1
/debuglog@1.0.1:
- resolution:
- {
- integrity: sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==
- }
- deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
+ resolution: {integrity: sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==}
dev: false
/decamelize-keys@1.1.1:
- resolution:
- {
- integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==}
+ engines: {node: '>=0.10.0'}
dependencies:
decamelize: 1.2.0
map-obj: 1.0.1
dev: true
/decamelize@1.2.0:
- resolution:
- {
- integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
+ engines: {node: '>=0.10.0'}
/decamelize@6.0.0:
- resolution:
- {
- integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/decimal.js@10.4.3:
- resolution:
- {
- integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
- }
+ resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==}
/decode-named-character-reference@1.0.2:
- resolution:
- {
- integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==
- }
+ resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
dependencies:
character-entities: 2.0.2
/decode-uri-component@0.2.2:
- resolution:
- {
- integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
+ engines: {node: '>=0.10'}
dev: true
/decompress-response@3.3.0:
- resolution:
- {
- integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==}
+ engines: {node: '>=4'}
dependencies:
mimic-response: 1.0.1
/decompress-response@6.0.0:
- resolution:
- {
- integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
+ engines: {node: '>=10'}
dependencies:
mimic-response: 3.1.0
/decompress-response@7.0.0:
- resolution:
- {
- integrity: sha512-6IvPrADQyyPGLpMnUh6kfKiqy7SrbXbjoUuZ90WMBJKErzv2pCiwlGEXjRX9/54OnTq+XFVnkOnOMzclLI5aEA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-6IvPrADQyyPGLpMnUh6kfKiqy7SrbXbjoUuZ90WMBJKErzv2pCiwlGEXjRX9/54OnTq+XFVnkOnOMzclLI5aEA==}
+ engines: {node: '>=10'}
dependencies:
mimic-response: 3.1.0
dev: true
/dedent@0.7.0:
- resolution:
- {
- integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==
- }
+ resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==}
dev: true
/dedent@1.5.1:
- resolution:
- {
- integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==
- }
+ resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==}
peerDependencies:
babel-plugin-macros: ^3.1.0
peerDependenciesMeta:
@@ -30112,10 +23740,7 @@ packages:
dev: true
/deep-equal@2.2.2:
- resolution:
- {
- integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==
- }
+ resolution: {integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==}
dependencies:
array-buffer-byte-length: 1.0.0
call-bind: 1.0.2
@@ -30138,106 +23763,67 @@ packages:
dev: true
/deep-extend@0.6.0:
- resolution:
- {
- integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
- }
- engines: { node: ">=4.0.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==
- }
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
/deepmerge@4.3.1:
- resolution:
- {
- integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
+ engines: {node: '>=0.10.0'}
/default-browser-id@3.0.0:
- resolution:
- {
- integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==}
+ engines: {node: '>=12'}
dependencies:
bplist-parser: 0.2.0
untildify: 4.0.0
dev: true
/default-gateway@6.0.3:
- resolution:
- {
- integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==}
+ engines: {node: '>= 10'}
dependencies:
execa: 5.1.1
/defaults@1.0.4:
- resolution:
- {
- integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==
- }
+ resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==}
dependencies:
clone: 1.0.4
/defekt@9.3.0:
- resolution:
- {
- integrity: sha512-AWfM0vhFmESRZawEJfLhRJMsAR5IOhwyxGxIDOh9RXGKcdV65cWtkFB31MNjUfFvAlfbk3c2ooX0rr1pWIXshw==
- }
+ resolution: {integrity: sha512-AWfM0vhFmESRZawEJfLhRJMsAR5IOhwyxGxIDOh9RXGKcdV65cWtkFB31MNjUfFvAlfbk3c2ooX0rr1pWIXshw==}
dev: false
/defer-to-connect@1.1.3:
- resolution:
- {
- integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==
- }
+ resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==}
/defer-to-connect@2.0.1:
- resolution:
- {
- integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==}
+ engines: {node: '>=10'}
dev: true
/define-lazy-prop@2.0.0:
- resolution:
- {
- integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
+ engines: {node: '>=8'}
/define-properties@1.2.0:
- resolution:
- {
- integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==}
+ engines: {node: '>= 0.4'}
dependencies:
has-property-descriptors: 1.0.0
object-keys: 1.1.1
/defu@6.1.2:
- resolution:
- {
- integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==
- }
+ resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==}
dev: true
/del@6.1.1:
- resolution:
- {
- integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==}
+ engines: {node: '>=10'}
dependencies:
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
graceful-fs: 4.2.11
is-glob: 4.0.3
is-path-cwd: 2.2.0
@@ -30247,171 +23833,103 @@ packages:
slash: 3.0.0
/delaunator@5.0.0:
- resolution:
- {
- integrity: sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==
- }
+ resolution: {integrity: sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==}
dependencies:
robust-predicates: 3.0.2
dev: false
/delayed-stream@1.0.0:
- resolution:
- {
- integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
+ engines: {node: '>=0.4.0'}
/delegates@1.0.0:
- resolution:
- {
- integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==
- }
+ resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
/denodeify@1.2.1:
- resolution:
- {
- integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==
- }
+ resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==}
dev: false
/depd@1.1.2:
- resolution:
- {
- integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==}
+ engines: {node: '>= 0.6'}
/depd@2.0.0:
- resolution:
- {
- integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
- }
- engines: { node: ">= 0.8" }
- requiresBuild: true
+ resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
+ engines: {node: '>= 0.8'}
/dependency-graph@0.11.0:
- resolution:
- {
- integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==}
+ engines: {node: '>= 0.6.0'}
/deprecated-react-native-prop-types@4.1.0:
- resolution:
- {
- integrity: sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==
- }
+ resolution: {integrity: sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==}
dependencies:
- "@react-native/normalize-colors": 0.72.0
+ '@react-native/normalize-colors': 0.72.0
invariant: 2.2.4
prop-types: 15.8.1
dev: false
/deprecation@2.3.1:
- resolution:
- {
- integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
- }
+ resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==}
dev: true
/dequal@2.0.3:
- resolution:
- {
- integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
+ engines: {node: '>=6'}
/des.js@1.1.0:
- resolution:
- {
- integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==
- }
+ resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==}
dependencies:
inherits: 2.0.4
minimalistic-assert: 1.0.1
dev: true
/destroy@1.2.0:
- resolution:
- {
- integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
- }
- engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 }
- requiresBuild: true
+ resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
+ engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
/detab@2.0.4:
- resolution:
- {
- integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==
- }
+ resolution: {integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==}
dependencies:
repeat-string: 1.6.1
dev: false
/detect-file@1.0.0:
- resolution:
- {
- integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==}
+ engines: {node: '>=0.10.0'}
dev: true
/detect-indent@6.1.0:
- resolution:
- {
- integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
+ engines: {node: '>=8'}
dev: true
/detect-libc@1.0.3:
- resolution:
- {
- integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==
- }
- engines: { node: ">=0.10" }
- hasBin: true
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
+ engines: {node: '>=0.10'}
/detect-libc@2.0.2:
- resolution:
- {
- integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==
- }
- engines: { node: ">=8" }
- requiresBuild: true
+ resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==}
+ engines: {node: '>=8'}
/detect-newline@3.1.0:
- resolution:
- {
- integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==}
+ engines: {node: '>=8'}
dev: true
/detect-node@2.1.0:
- resolution:
- {
- integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
- }
+ resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
/detect-package-manager@2.0.1:
- resolution:
- {
- integrity: sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==}
+ engines: {node: '>=12'}
dependencies:
execa: 5.1.1
dev: true
/detect-port-alt@1.1.6:
- resolution:
- {
- integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==
- }
- engines: { node: ">= 4.2.1" }
- hasBin: true
+ resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==}
+ engines: {node: '>= 4.2.1'}
dependencies:
address: 1.2.2
debug: 2.6.9
@@ -30420,11 +23938,7 @@ packages:
dev: false
/detect-port@1.5.1:
- resolution:
- {
- integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==}
dependencies:
address: 1.2.2
debug: 4.3.4(supports-color@8.1.1)
@@ -30432,42 +23946,27 @@ packages:
- supports-color
/dezalgo@1.0.4:
- resolution:
- {
- integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==
- }
+ resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==}
dependencies:
asap: 2.0.6
wrappy: 1.0.2
dev: false
/dfa@1.2.0:
- resolution:
- {
- integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==
- }
+ resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==}
dev: true
/didyoumean@1.2.2:
- resolution:
- {
- integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
- }
+ resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
/diff-sequences@29.4.3:
- resolution:
- {
- integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dev: true
/diff2html@3.4.40:
- resolution:
- {
- integrity: sha512-4y2e1JgT0PyoUa/+Irdm6C8r0xFrzyz5t08jXIjNhEeiU3/NkayzP7taCfT3WSuxtpoR+J3ITn8WhPZcOHAaBA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-4y2e1JgT0PyoUa/+Irdm6C8r0xFrzyz5t08jXIjNhEeiU3/NkayzP7taCfT3WSuxtpoR+J3ITn8WhPZcOHAaBA==}
+ engines: {node: '>=12'}
dependencies:
diff: 5.1.0
hogan.js: 3.0.2
@@ -30476,32 +23975,20 @@ packages:
dev: false
/diff@3.5.0:
- resolution:
- {
- integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
- }
- engines: { node: ">=0.3.1" }
+ resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==}
+ engines: {node: '>=0.3.1'}
dev: false
/diff@4.0.2:
- resolution:
- {
- integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
- }
- engines: { node: ">=0.3.1" }
+ resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
+ engines: {node: '>=0.3.1'}
/diff@5.1.0:
- resolution:
- {
- integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
- }
- engines: { node: ">=0.3.1" }
+ resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==}
+ engines: {node: '>=0.3.1'}
/diffie-hellman@5.0.3:
- resolution:
- {
- integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
- }
+ resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==}
dependencies:
bn.js: 4.12.0
miller-rabin: 4.0.1
@@ -30509,52 +23996,33 @@ packages:
dev: true
/difflib@0.2.4:
- resolution:
- {
- integrity: sha512-9YVwmMb0wQHQNr5J9m6BSj6fk4pfGITGQOOs+D9Fl+INODWFOfvhIU1hNv6GgR1RBoC/9NJcwu77zShxV0kT7w==
- }
+ resolution: {integrity: sha512-9YVwmMb0wQHQNr5J9m6BSj6fk4pfGITGQOOs+D9Fl+INODWFOfvhIU1hNv6GgR1RBoC/9NJcwu77zShxV0kT7w==}
dependencies:
heap: 0.2.7
dev: true
/dir-glob@3.0.1:
- resolution:
- {
- integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
+ engines: {node: '>=8'}
dependencies:
- path-type: 4.0.0
+ path-type: 4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda)
/dlv@1.1.3:
- resolution:
- {
- integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
- }
+ resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
/dns-equal@1.0.0:
- resolution:
- {
- integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==
- }
+ resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
/dns-packet@5.6.0:
- resolution:
- {
- integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==}
+ engines: {node: '>=6'}
dependencies:
- "@leichtgewicht/ip-codec": 2.0.4
+ '@leichtgewicht/ip-codec': 2.0.4
/doctoc@2.2.1:
- resolution:
- {
- integrity: sha512-qNJ1gsuo7hH40vlXTVVrADm6pdg30bns/Mo7Nv1SxuXSM1bwF9b4xQ40a6EFT/L1cI+Yylbyi8MPI4G4y7XJzQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-qNJ1gsuo7hH40vlXTVVrADm6pdg30bns/Mo7Nv1SxuXSM1bwF9b4xQ40a6EFT/L1cI+Yylbyi8MPI4G4y7XJzQ==}
dependencies:
- "@textlint/markdown-to-ast": 12.6.1
+ '@textlint/markdown-to-ast': 12.6.1
anchor-markdown-header: 0.6.0
htmlparser2: 7.2.0
minimist: 1.2.8
@@ -30564,31 +24032,22 @@ packages:
- supports-color
/doctrine@2.1.0:
- resolution:
- {
- integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
+ engines: {node: '>=0.10.0'}
dependencies:
esutils: 2.0.3
dev: true
/doctrine@3.0.0:
- resolution:
- {
- integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
+ engines: {node: '>=6.0.0'}
dependencies:
esutils: 2.0.3
/docusaurus-plugin-react-docgen-typescript@1.1.0(react-docgen-typescript@2.2.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-vdGSiTeqR3ww/83TjfQUMhjzKnk+L9Af1jtirrnMmjmSwX4o6WEL99goXSxhucW0qtOmF30+nEnmsjGsZIhbkw==
- }
+ resolution: {integrity: sha512-vdGSiTeqR3ww/83TjfQUMhjzKnk+L9Af1jtirrnMmjmSwX4o6WEL99goXSxhucW0qtOmF30+nEnmsjGsZIhbkw==}
peerDependencies:
- react: ">=16.8.0"
+ react: '>=16.8.0'
react-docgen-typescript: ^2.0.0
dependencies:
glob: 8.1.0
@@ -30597,284 +24056,187 @@ packages:
dev: false
/docusaurus-plugin-typedoc@0.19.2(typedoc-plugin-markdown@3.15.4)(typedoc@0.24.8):
- resolution:
- {
- integrity: sha512-N4B2MOaXIyu+FloFn6zVbGgSqszeFQE/7ZIgFakpkVg5F0rfysiDGac2PHbPf4o8DWdyyviJOAuhXk6U7Febeg==
- }
+ resolution: {integrity: sha512-N4B2MOaXIyu+FloFn6zVbGgSqszeFQE/7ZIgFakpkVg5F0rfysiDGac2PHbPf4o8DWdyyviJOAuhXk6U7Febeg==}
peerDependencies:
- typedoc: ">=0.24.0"
- typedoc-plugin-markdown: ">=3.15.0"
+ typedoc: '>=0.24.0'
+ typedoc-plugin-markdown: '>=3.15.0'
dependencies:
typedoc: 0.24.8(typescript@5.1.6)
typedoc-plugin-markdown: 3.15.4(typedoc@0.24.8)
dev: false
/dom-accessibility-api@0.5.16:
- resolution:
- {
- integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
- }
+ resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
dev: true
/dom-converter@0.2.0:
- resolution:
- {
- integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
- }
+ resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==}
dependencies:
utila: 0.4.0
/dom-helpers@3.4.0:
- resolution:
- {
- integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==
- }
+ resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: false
/dom-helpers@5.2.1:
- resolution:
- {
- integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==
- }
+ resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
csstype: 3.1.2
dev: true
/dom-serializer@0.1.1:
- resolution:
- {
- integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
- }
+ resolution: {integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==}
dependencies:
domelementtype: 1.3.1
entities: 1.1.2
dev: true
/dom-serializer@1.4.1:
- resolution:
- {
- integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==
- }
+ resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
dependencies:
domelementtype: 2.3.0
domhandler: 4.3.1
entities: 2.2.0
/dom-serializer@2.0.0:
- resolution:
- {
- integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
- }
+ resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
entities: 4.5.0
/domain-browser@1.2.0:
- resolution:
- {
- integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
- }
- engines: { node: ">=0.4", npm: ">=1.2" }
+ resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==}
+ engines: {node: '>=0.4', npm: '>=1.2'}
dev: true
/domain-browser@4.19.0:
- resolution:
- {
- integrity: sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ==}
+ engines: {node: '>=10'}
dev: true
/domelementtype@1.3.1:
- resolution:
- {
- integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
- }
+ resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==}
dev: true
/domelementtype@2.3.0:
- resolution:
- {
- integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
- }
+ resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
/domexception@2.0.1:
- resolution:
- {
- integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==}
+ engines: {node: '>=8'}
dependencies:
webidl-conversions: 5.0.0
dev: false
/domexception@4.0.0:
- resolution:
- {
- integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==}
+ engines: {node: '>=12'}
dependencies:
webidl-conversions: 7.0.0
dev: true
/domhandler@2.4.2:
- resolution:
- {
- integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
- }
+ resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==}
dependencies:
domelementtype: 1.3.1
dev: true
/domhandler@4.3.1:
- resolution:
- {
- integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==}
+ engines: {node: '>= 4'}
dependencies:
domelementtype: 2.3.0
/domhandler@5.0.3:
- resolution:
- {
- integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
+ engines: {node: '>= 4'}
dependencies:
domelementtype: 2.3.0
/dompurify@2.4.7:
- resolution:
- {
- integrity: sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==
- }
+ resolution: {integrity: sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ==}
dev: false
/dompurify@3.0.5:
- resolution:
- {
- integrity: sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==
- }
+ resolution: {integrity: sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==}
dev: false
/domutils@1.5.1:
- resolution:
- {
- integrity: sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==
- }
+ resolution: {integrity: sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==}
dependencies:
dom-serializer: 0.1.1
domelementtype: 1.3.1
dev: true
/domutils@1.7.0:
- resolution:
- {
- integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
- }
+ resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==}
dependencies:
dom-serializer: 0.1.1
domelementtype: 1.3.1
dev: true
/domutils@2.8.0:
- resolution:
- {
- integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
- }
+ resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
dependencies:
dom-serializer: 1.4.1
domelementtype: 2.3.0
domhandler: 4.3.1
/domutils@3.1.0:
- resolution:
- {
- integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
- }
+ resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
dependencies:
dom-serializer: 2.0.0
domelementtype: 2.3.0
domhandler: 5.0.3
/dot-case@3.0.4:
- resolution:
- {
- integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==
- }
+ resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
dependencies:
no-case: 3.0.4
tslib: 2.6.1
/dot-prop@5.3.0:
- resolution:
- {
- integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==}
+ engines: {node: '>=8'}
dependencies:
is-obj: 2.0.0
/dot-prop@6.0.1:
- resolution:
- {
- integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
+ engines: {node: '>=10'}
dependencies:
is-obj: 2.0.0
dev: true
/dotenv-expand@10.0.0:
- resolution:
- {
- integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==}
+ engines: {node: '>=12'}
dev: true
/dotenv@10.0.0:
- resolution:
- {
- integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==}
+ engines: {node: '>=10'}
dev: true
/dotenv@16.0.1:
- resolution:
- {
- integrity: sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==}
+ engines: {node: '>=12'}
dev: true
/dotenv@16.0.3:
- resolution:
- {
- integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==}
+ engines: {node: '>=12'}
/dotenv@16.3.1:
- resolution:
- {
- integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==}
+ engines: {node: '>=12'}
/dpdm@3.13.1:
- resolution:
- {
- integrity: sha512-rOeD39dKoiqdzyFpXjCzEbGuER4xpKLnYjF+NMTx981K1moY1G/iW3FLLMV1VfvredmK1aXI+qAulRA13mFxQg==
- }
- hasBin: true
+ resolution: {integrity: sha512-rOeD39dKoiqdzyFpXjCzEbGuER4xpKLnYjF+NMTx981K1moY1G/iW3FLLMV1VfvredmK1aXI+qAulRA13mFxQg==}
dependencies:
chalk: 4.1.2
fs-extra: 11.1.1
@@ -30886,41 +24248,28 @@ packages:
dev: true
/dprint-node@1.0.7:
- resolution:
- {
- integrity: sha512-NTZOW9A7ipb0n7z7nC3wftvsbceircwVHSgzobJsEQa+7RnOMbhrfX5IflA6CtC4GA63DSAiHYXa4JKEy9F7cA==
- }
+ resolution: {integrity: sha512-NTZOW9A7ipb0n7z7nC3wftvsbceircwVHSgzobJsEQa+7RnOMbhrfX5IflA6CtC4GA63DSAiHYXa4JKEy9F7cA==}
dependencies:
detect-libc: 1.0.3
dev: false
/drange@1.1.1:
- resolution:
- {
- integrity: sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-pYxfDYpued//QpnLIm4Avk7rsNtAtQkUES2cwAYSvD/wd2pKD71gN2Ebj3e7klzXwjocvE8c5vx/1fxwpqmSxA==}
+ engines: {node: '>=4'}
dev: false
/dreamopt@0.8.0:
- resolution:
- {
- integrity: sha512-vyJTp8+mC+G+5dfgsY+r3ckxlz+QMX40VjPQsZc5gxVAxLmi64TBoVkP54A/pRAXMXsbu2GMMBrZPxNv23waMg==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-vyJTp8+mC+G+5dfgsY+r3ckxlz+QMX40VjPQsZc5gxVAxLmi64TBoVkP54A/pRAXMXsbu2GMMBrZPxNv23waMg==}
+ engines: {node: '>=0.4.0'}
dependencies:
wordwrap: 1.0.0
dev: true
/drizzle-kit@0.19.13:
- resolution:
- {
- integrity: sha512-Rba5VW1O2JfJlwVBeZ8Zwt2E2us5oZ08PQBDiVSGlug53TOc8hzXjblZFuF+dnll9/RQEHrkzBmJFgqTvn5Rxg==
- }
- hasBin: true
+ resolution: {integrity: sha512-Rba5VW1O2JfJlwVBeZ8Zwt2E2us5oZ08PQBDiVSGlug53TOc8hzXjblZFuF+dnll9/RQEHrkzBmJFgqTvn5Rxg==}
dependencies:
- "@drizzle-team/studio": 0.0.5
- "@esbuild-kit/esm-loader": 2.5.5
+ '@drizzle-team/studio': 0.0.5
+ '@esbuild-kit/esm-loader': 2.5.5
camelcase: 7.0.1
chalk: 5.3.0
commander: 9.5.0
@@ -30935,51 +24284,48 @@ packages:
- supports-color
dev: true
- /drizzle-orm@0.28.5(@cloudflare/workers-types@4.20230710.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0):
- resolution:
- {
- integrity: sha512-6r6Iw4c38NAmW6TiKH3TUpGUQ1YdlEoLJOQptn8XPx3Z63+vFNKfAiANqrIiYZiMjKR9+NYAL219nFrmo1duXA==
- }
- peerDependencies:
- "@aws-sdk/client-rds-data": ">=3"
- "@cloudflare/workers-types": ">=3"
- "@libsql/client": "*"
- "@neondatabase/serverless": ">=0.1"
- "@opentelemetry/api": ^1.4.1
- "@planetscale/database": ">=1"
- "@types/better-sqlite3": "*"
- "@types/pg": "*"
- "@types/sql.js": "*"
- "@vercel/postgres": "*"
- better-sqlite3: ">=7"
- bun-types: "*"
- knex: "*"
- kysely: "*"
- mysql2: ">=2"
- pg: ">=8"
- postgres: ">=3"
- sql.js: ">=1"
- sqlite3: ">=5"
+ /drizzle-orm@0.28.5(@cloudflare/workers-types@4.20230904.0)(@opentelemetry/api@1.4.1)(kysely@0.26.0):
+ resolution: {integrity: sha512-6r6Iw4c38NAmW6TiKH3TUpGUQ1YdlEoLJOQptn8XPx3Z63+vFNKfAiANqrIiYZiMjKR9+NYAL219nFrmo1duXA==}
+ peerDependencies:
+ '@aws-sdk/client-rds-data': '>=3'
+ '@cloudflare/workers-types': '>=3'
+ '@libsql/client': '*'
+ '@neondatabase/serverless': '>=0.1'
+ '@opentelemetry/api': ^1.4.1
+ '@planetscale/database': '>=1'
+ '@types/better-sqlite3': '*'
+ '@types/pg': '*'
+ '@types/sql.js': '*'
+ '@vercel/postgres': '*'
+ better-sqlite3: '>=7'
+ bun-types: '*'
+ knex: '*'
+ kysely: '*'
+ mysql2: '>=2'
+ pg: '>=8'
+ postgres: '>=3'
+ sql.js: '>=1'
+ sqlite3: '>=5'
peerDependenciesMeta:
- "@aws-sdk/client-rds-data":
+ '@aws-sdk/client-rds-data':
optional: true
- "@cloudflare/workers-types":
+ '@cloudflare/workers-types':
optional: true
- "@libsql/client":
+ '@libsql/client':
optional: true
- "@neondatabase/serverless":
+ '@neondatabase/serverless':
optional: true
- "@opentelemetry/api":
+ '@opentelemetry/api':
optional: true
- "@planetscale/database":
+ '@planetscale/database':
optional: true
- "@types/better-sqlite3":
+ '@types/better-sqlite3':
optional: true
- "@types/pg":
+ '@types/pg':
optional: true
- "@types/sql.js":
+ '@types/sql.js':
optional: true
- "@vercel/postgres":
+ '@vercel/postgres':
optional: true
better-sqlite3:
optional: true
@@ -31000,44 +24346,29 @@ packages:
sqlite3:
optional: true
dependencies:
- "@cloudflare/workers-types": 4.20230710.0
- "@opentelemetry/api": 1.4.1
+ '@cloudflare/workers-types': 4.20230904.0
+ '@opentelemetry/api': 1.4.1
kysely: 0.26.0
dev: false
/dset@3.1.2:
- resolution:
- {
- integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==}
+ engines: {node: '>=4'}
/duplexer2@0.1.4:
- resolution:
- {
- integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==
- }
+ resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==}
dependencies:
readable-stream: 2.3.8
dev: true
/duplexer3@0.1.5:
- resolution:
- {
- integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
- }
+ resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==}
/duplexer@0.1.2:
- resolution:
- {
- integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
- }
+ resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
/duplexify@3.7.1:
- resolution:
- {
- integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
- }
+ resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==}
dependencies:
end-of-stream: 1.4.4
inherits: 2.0.4
@@ -31046,54 +24377,32 @@ packages:
dev: true
/eastasianwidth@0.2.0:
- resolution:
- {
- integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
- }
+ resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
/ecc-jsbn@0.1.2:
- resolution:
- {
- integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==
- }
+ resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==}
dependencies:
jsbn: 0.1.1
safer-buffer: 2.1.2
/ee-first@1.1.1:
- resolution:
- {
- integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
- }
+ resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
/ejs@3.1.9:
- resolution:
- {
- integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
- }
- engines: { node: ">=0.10.0" }
- hasBin: true
+ resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==}
+ engines: {node: '>=0.10.0'}
dependencies:
jake: 10.8.7
/electron-to-chromium@1.4.492:
- resolution:
- {
- integrity: sha512-36K9b/6skMVwAIEsC7GiQ8I8N3soCALVSHqWHzNDtGemAcI9Xu8hP02cywWM0A794rTHm0b0zHPeLJHtgFVamQ==
- }
+ resolution: {integrity: sha512-36K9b/6skMVwAIEsC7GiQ8I8N3soCALVSHqWHzNDtGemAcI9Xu8hP02cywWM0A794rTHm0b0zHPeLJHtgFVamQ==}
/elkjs@0.8.2:
- resolution:
- {
- integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==
- }
+ resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==}
dev: false
/elliptic@6.5.4:
- resolution:
- {
- integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
- }
+ resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==}
dependencies:
bn.js: 4.12.0
brorand: 1.1.0
@@ -31105,98 +24414,65 @@ packages:
dev: true
/emittery@0.13.1:
- resolution:
- {
- integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
+ engines: {node: '>=12'}
dev: true
/emoji-regex@10.1.0:
- resolution:
- {
- integrity: sha512-xAEnNCT3w2Tg6MA7ly6QqYJvEoY1tm9iIjJ3yMKK9JPlWuRHAMoe5iETwQnx3M9TVbFMfsrBgWKR+IsmswwNjg==
- }
+ resolution: {integrity: sha512-xAEnNCT3w2Tg6MA7ly6QqYJvEoY1tm9iIjJ3yMKK9JPlWuRHAMoe5iETwQnx3M9TVbFMfsrBgWKR+IsmswwNjg==}
/emoji-regex@10.2.1:
- resolution:
- {
- integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==
- }
+ resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==}
/emoji-regex@8.0.0:
- resolution:
- {
- integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
- }
+ resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
/emoji-regex@9.2.2:
- resolution:
- {
- integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
- }
+ resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
/emojis-list@2.1.0:
- resolution:
- {
- integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==}
+ engines: {node: '>= 0.10'}
dev: true
/emojis-list@3.0.0:
- resolution:
- {
- integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
+ engines: {node: '>= 4'}
/emoticon@3.2.0:
- resolution:
- {
- integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==
- }
+ resolution: {integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==}
dev: false
/encodeurl@1.0.2:
- resolution:
- {
- integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
+ engines: {node: '>= 0.8'}
/encoding@0.1.13:
- resolution:
- {
- integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
- }
+ resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==}
dependencies:
iconv-lite: 0.6.3
/end-of-stream@1.4.4:
- resolution:
- {
- integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
- }
+ resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
/endent@2.1.0:
- resolution:
- {
- integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==
- }
+ resolution: {integrity: sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==}
dependencies:
dedent: 0.7.0
fast-json-parse: 1.0.3
objectorarray: 1.0.5
dev: true
+ /endpoint@0.4.5:
+ resolution: {integrity: sha512-oA2ALUF+d4Y0I8/WMV/0BuAZGHxfIdAygr9ZXP4rfzmp5zpYZmYKHKAbqRQnrE1YGdPhVg4D24CQkyx2qYEoHg==}
+ dependencies:
+ inherits: 2.0.4
+ dev: false
+
/engine.io-client@3.5.3(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-qsgyc/CEhJ6cgMUwxRRtOndGVhIu5hpL5tR4umSpmX/MvkFoIxUTM7oFMDQumHNzlNLwSVy6qhstFPoWTf7dOw==
- }
+ resolution: {integrity: sha512-qsgyc/CEhJ6cgMUwxRRtOndGVhIu5hpL5tR4umSpmX/MvkFoIxUTM7oFMDQumHNzlNLwSVy6qhstFPoWTf7dOw==}
dependencies:
component-emitter: 1.3.0
component-inherit: 0.0.3
@@ -31216,10 +24492,7 @@ packages:
dev: true
/engine.io-parser@2.2.1:
- resolution:
- {
- integrity: sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==
- }
+ resolution: {integrity: sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==}
dependencies:
after: 0.8.2
arraybuffer.slice: 0.0.7
@@ -31229,11 +24502,8 @@ packages:
dev: true
/engine.io@3.6.1(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-dfs8EVg/i7QjFsXxn7cCRQ+Wai1G1TlEvHhdYEi80fxn5R1vZ2K661O6v/rezj1FP234SZ14r9CmJke99iYDGg==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-dfs8EVg/i7QjFsXxn7cCRQ+Wai1G1TlEvHhdYEi80fxn5R1vZ2K661O6v/rezj1FP234SZ14r9CmJke99iYDGg==}
+ engines: {node: '>=8.0.0'}
dependencies:
accepts: 1.3.8
base64id: 2.0.0
@@ -31248,114 +24518,70 @@ packages:
dev: true
/enhanced-resolve@5.15.0:
- resolution:
- {
- integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
+ engines: {node: '>=10.13.0'}
dependencies:
graceful-fs: 4.2.11
tapable: 2.2.1
/enquirer@2.3.6:
- resolution:
- {
- integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
- }
- engines: { node: ">=8.6" }
+ resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==}
+ engines: {node: '>=8.6'}
dependencies:
ansi-colors: 4.1.3
/enquirer@2.4.1:
- resolution:
- {
- integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==
- }
- engines: { node: ">=8.6" }
+ resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
+ engines: {node: '>=8.6'}
dependencies:
ansi-colors: 4.1.3
strip-ansi: 6.0.1
dev: true
/entities@1.1.2:
- resolution:
- {
- integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
- }
+ resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==}
dev: true
/entities@2.0.3:
- resolution:
- {
- integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
- }
+ resolution: {integrity: sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==}
/entities@2.1.0:
- resolution:
- {
- integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
- }
+ resolution: {integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==}
dev: false
/entities@2.2.0:
- resolution:
- {
- integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
- }
+ resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
/entities@3.0.1:
- resolution:
- {
- integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==}
+ engines: {node: '>=0.12'}
/entities@4.5.0:
- resolution:
- {
- integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
+ engines: {node: '>=0.12'}
/env-ci@8.0.0:
- resolution:
- {
- integrity: sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==
- }
- engines: { node: ^16.10 || >=18 }
+ resolution: {integrity: sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==}
+ engines: {node: ^16.10 || >=18}
dependencies:
execa: 6.1.0
java-properties: 1.0.2
dev: true
/env-paths@2.2.1:
- resolution:
- {
- integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
+ engines: {node: '>=6'}
/envinfo@7.10.0:
- resolution:
- {
- integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==}
+ engines: {node: '>=4'}
/err-code@2.0.3:
- resolution:
- {
- integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
- }
+ resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
dev: false
/errno@0.1.8:
- resolution:
- {
- integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
- }
- hasBin: true
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
requiresBuild: true
dependencies:
prr: 1.0.1
@@ -31363,48 +24589,33 @@ packages:
optional: true
/error-ex@1.3.2:
- resolution:
- {
- integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
- }
+ resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
dependencies:
is-arrayish: 0.2.1
/error-stack-parser@2.1.4:
- resolution:
- {
- integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==
- }
+ resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
dependencies:
stackframe: 1.3.4
/error@7.0.2:
- resolution:
- {
- integrity: sha512-UtVv4l5MhijsYUxPJo4390gzfZvAnTHreNnDjnTZaKIiZ/SemXxAhBkYSKtWa5RtBXbLP8tMgn/n0RUa/H7jXw==
- }
+ resolution: {integrity: sha512-UtVv4l5MhijsYUxPJo4390gzfZvAnTHreNnDjnTZaKIiZ/SemXxAhBkYSKtWa5RtBXbLP8tMgn/n0RUa/H7jXw==}
dependencies:
string-template: 0.2.1
xtend: 4.0.2
dev: false
/errorhandler@1.5.1:
- resolution:
- {
- integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==}
+ engines: {node: '>= 0.8'}
dependencies:
accepts: 1.3.8
escape-html: 1.0.3
dev: false
/es-abstract@1.22.1:
- resolution:
- {
- integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==}
+ engines: {node: '>= 0.4'}
dependencies:
array-buffer-byte-length: 1.0.0
arraybuffer.prototype.slice: 1.0.1
@@ -31447,11 +24658,8 @@ packages:
which-typed-array: 1.1.11
/es-aggregate-error@1.0.9:
- resolution:
- {
- integrity: sha512-fvnX40sb538wdU6r4s35cq4EY6Lr09Upj40BEVem4LEsuW8XgQep9yD5Q1U2KftokNp1rWODFJ2qwZSsAjFpbg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-fvnX40sb538wdU6r4s35cq4EY6Lr09Upj40BEVem4LEsuW8XgQep9yD5Q1U2KftokNp1rWODFJ2qwZSsAjFpbg==}
+ engines: {node: '>= 0.4'}
dependencies:
define-properties: 1.2.0
es-abstract: 1.22.1
@@ -31463,10 +24671,7 @@ packages:
dev: false
/es-get-iterator@1.1.3:
- resolution:
- {
- integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
- }
+ resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
@@ -31480,48 +24685,33 @@ packages:
dev: true
/es-module-lexer@1.3.0:
- resolution:
- {
- integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==
- }
+ resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==}
/es-set-tostringtag@2.0.1:
- resolution:
- {
- integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==}
+ engines: {node: '>= 0.4'}
dependencies:
get-intrinsic: 1.2.1
has: 1.0.3
has-tostringtag: 1.0.0
/es-shim-unscopables@1.0.0:
- resolution:
- {
- integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
- }
+ resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==}
dependencies:
has: 1.0.3
dev: true
/es-to-primitive@1.2.1:
- resolution:
- {
- integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==}
+ engines: {node: '>= 0.4'}
dependencies:
is-callable: 1.2.7
is-date-object: 1.0.5
is-symbol: 1.0.4
/es5-ext@0.10.62:
- resolution:
- {
- integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==}
+ engines: {node: '>=0.10'}
requiresBuild: true
dependencies:
es6-iterator: 2.0.3
@@ -31529,59 +24719,38 @@ packages:
next-tick: 1.1.0
/es6-iterator@2.0.3:
- resolution:
- {
- integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==
- }
+ resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==}
dependencies:
d: 1.0.1
es5-ext: 0.10.62
es6-symbol: 3.1.3
/es6-object-assign@1.1.0:
- resolution:
- {
- integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==
- }
+ resolution: {integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==}
dev: true
/es6-promise@3.3.1:
- resolution:
- {
- integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==
- }
+ resolution: {integrity: sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==}
dev: false
/es6-promise@4.2.8:
- resolution:
- {
- integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
- }
+ resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==}
dev: false
/es6-promisify@5.0.0:
- resolution:
- {
- integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==
- }
+ resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==}
dependencies:
es6-promise: 4.2.8
dev: false
/es6-symbol@3.1.3:
- resolution:
- {
- integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
- }
+ resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==}
dependencies:
d: 1.0.1
ext: 1.7.0
/es6-weak-map@2.0.3:
- resolution:
- {
- integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==
- }
+ resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==}
dependencies:
d: 1.0.1
es5-ext: 0.10.62
@@ -31589,19 +24758,13 @@ packages:
es6-symbol: 3.1.3
/esbuild-plugin-alias@0.2.1:
- resolution:
- {
- integrity: sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==
- }
+ resolution: {integrity: sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==}
dev: true
/esbuild-register@3.4.2(esbuild@0.17.19):
- resolution:
- {
- integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==
- }
+ resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==}
peerDependencies:
- esbuild: ">=0.12 <1"
+ esbuild: '>=0.12 <1'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
esbuild: 0.17.19
@@ -31610,12 +24773,9 @@ packages:
dev: true
/esbuild-register@3.4.2(esbuild@0.18.11):
- resolution:
- {
- integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==
- }
+ resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==}
peerDependencies:
- esbuild: ">=0.12 <1"
+ esbuild: '>=0.12 <1'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
esbuild: 0.18.11
@@ -31624,177 +24784,132 @@ packages:
dev: true
/esbuild@0.12.29:
- resolution:
- {
- integrity: sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==
- }
- hasBin: true
+ resolution: {integrity: sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==}
requiresBuild: true
dev: false
/esbuild@0.16.3:
- resolution:
- {
- integrity: sha512-71f7EjPWTiSguen8X/kxEpkAS7BFHwtQKisCDDV3Y4GLGWBaoSCyD5uXkaUew6JDzA9FEN1W23mdnSwW9kqCeg==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-71f7EjPWTiSguen8X/kxEpkAS7BFHwtQKisCDDV3Y4GLGWBaoSCyD5uXkaUew6JDzA9FEN1W23mdnSwW9kqCeg==}
+ engines: {node: '>=12'}
requiresBuild: true
optionalDependencies:
- "@esbuild/android-arm": 0.16.3
- "@esbuild/android-arm64": 0.16.3
- "@esbuild/android-x64": 0.16.3
- "@esbuild/darwin-arm64": 0.16.3
- "@esbuild/darwin-x64": 0.16.3
- "@esbuild/freebsd-arm64": 0.16.3
- "@esbuild/freebsd-x64": 0.16.3
- "@esbuild/linux-arm": 0.16.3
- "@esbuild/linux-arm64": 0.16.3
- "@esbuild/linux-ia32": 0.16.3
- "@esbuild/linux-loong64": 0.16.3
- "@esbuild/linux-mips64el": 0.16.3
- "@esbuild/linux-ppc64": 0.16.3
- "@esbuild/linux-riscv64": 0.16.3
- "@esbuild/linux-s390x": 0.16.3
- "@esbuild/linux-x64": 0.16.3
- "@esbuild/netbsd-x64": 0.16.3
- "@esbuild/openbsd-x64": 0.16.3
- "@esbuild/sunos-x64": 0.16.3
- "@esbuild/win32-arm64": 0.16.3
- "@esbuild/win32-ia32": 0.16.3
- "@esbuild/win32-x64": 0.16.3
- dev: true
+ '@esbuild/android-arm': 0.16.3
+ '@esbuild/android-arm64': 0.16.3
+ '@esbuild/android-x64': 0.16.3
+ '@esbuild/darwin-arm64': 0.16.3
+ '@esbuild/darwin-x64': 0.16.3
+ '@esbuild/freebsd-arm64': 0.16.3
+ '@esbuild/freebsd-x64': 0.16.3
+ '@esbuild/linux-arm': 0.16.3
+ '@esbuild/linux-arm64': 0.16.3
+ '@esbuild/linux-ia32': 0.16.3
+ '@esbuild/linux-loong64': 0.16.3
+ '@esbuild/linux-mips64el': 0.16.3
+ '@esbuild/linux-ppc64': 0.16.3
+ '@esbuild/linux-riscv64': 0.16.3
+ '@esbuild/linux-s390x': 0.16.3
+ '@esbuild/linux-x64': 0.16.3
+ '@esbuild/netbsd-x64': 0.16.3
+ '@esbuild/openbsd-x64': 0.16.3
+ '@esbuild/sunos-x64': 0.16.3
+ '@esbuild/win32-arm64': 0.16.3
+ '@esbuild/win32-ia32': 0.16.3
+ '@esbuild/win32-x64': 0.16.3
/esbuild@0.17.19:
- resolution:
- {
- integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==}
+ engines: {node: '>=12'}
requiresBuild: true
optionalDependencies:
- "@esbuild/android-arm": 0.17.19
- "@esbuild/android-arm64": 0.17.19
- "@esbuild/android-x64": 0.17.19
- "@esbuild/darwin-arm64": 0.17.19
- "@esbuild/darwin-x64": 0.17.19
- "@esbuild/freebsd-arm64": 0.17.19
- "@esbuild/freebsd-x64": 0.17.19
- "@esbuild/linux-arm": 0.17.19
- "@esbuild/linux-arm64": 0.17.19
- "@esbuild/linux-ia32": 0.17.19
- "@esbuild/linux-loong64": 0.17.19
- "@esbuild/linux-mips64el": 0.17.19
- "@esbuild/linux-ppc64": 0.17.19
- "@esbuild/linux-riscv64": 0.17.19
- "@esbuild/linux-s390x": 0.17.19
- "@esbuild/linux-x64": 0.17.19
- "@esbuild/netbsd-x64": 0.17.19
- "@esbuild/openbsd-x64": 0.17.19
- "@esbuild/sunos-x64": 0.17.19
- "@esbuild/win32-arm64": 0.17.19
- "@esbuild/win32-ia32": 0.17.19
- "@esbuild/win32-x64": 0.17.19
+ '@esbuild/android-arm': 0.17.19
+ '@esbuild/android-arm64': 0.17.19
+ '@esbuild/android-x64': 0.17.19
+ '@esbuild/darwin-arm64': 0.17.19
+ '@esbuild/darwin-x64': 0.17.19
+ '@esbuild/freebsd-arm64': 0.17.19
+ '@esbuild/freebsd-x64': 0.17.19
+ '@esbuild/linux-arm': 0.17.19
+ '@esbuild/linux-arm64': 0.17.19
+ '@esbuild/linux-ia32': 0.17.19
+ '@esbuild/linux-loong64': 0.17.19
+ '@esbuild/linux-mips64el': 0.17.19
+ '@esbuild/linux-ppc64': 0.17.19
+ '@esbuild/linux-riscv64': 0.17.19
+ '@esbuild/linux-s390x': 0.17.19
+ '@esbuild/linux-x64': 0.17.19
+ '@esbuild/netbsd-x64': 0.17.19
+ '@esbuild/openbsd-x64': 0.17.19
+ '@esbuild/sunos-x64': 0.17.19
+ '@esbuild/win32-arm64': 0.17.19
+ '@esbuild/win32-ia32': 0.17.19
+ '@esbuild/win32-x64': 0.17.19
dev: true
/esbuild@0.18.11:
- resolution:
- {
- integrity: sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-i8u6mQF0JKJUlGR3OdFLKldJQMMs8OqM9Cc3UCi9XXziJ9WERM5bfkHaEAy0YAvPRMgqSW55W7xYn84XtEFTtA==}
+ engines: {node: '>=12'}
requiresBuild: true
optionalDependencies:
- "@esbuild/android-arm": 0.18.11
- "@esbuild/android-arm64": 0.18.11
- "@esbuild/android-x64": 0.18.11
- "@esbuild/darwin-arm64": 0.18.11
- "@esbuild/darwin-x64": 0.18.11
- "@esbuild/freebsd-arm64": 0.18.11
- "@esbuild/freebsd-x64": 0.18.11
- "@esbuild/linux-arm": 0.18.11
- "@esbuild/linux-arm64": 0.18.11
- "@esbuild/linux-ia32": 0.18.11
- "@esbuild/linux-loong64": 0.18.11
- "@esbuild/linux-mips64el": 0.18.11
- "@esbuild/linux-ppc64": 0.18.11
- "@esbuild/linux-riscv64": 0.18.11
- "@esbuild/linux-s390x": 0.18.11
- "@esbuild/linux-x64": 0.18.11
- "@esbuild/netbsd-x64": 0.18.11
- "@esbuild/openbsd-x64": 0.18.11
- "@esbuild/sunos-x64": 0.18.11
- "@esbuild/win32-arm64": 0.18.11
- "@esbuild/win32-ia32": 0.18.11
- "@esbuild/win32-x64": 0.18.11
+ '@esbuild/android-arm': 0.18.11
+ '@esbuild/android-arm64': 0.18.11
+ '@esbuild/android-x64': 0.18.11
+ '@esbuild/darwin-arm64': 0.18.11
+ '@esbuild/darwin-x64': 0.18.11
+ '@esbuild/freebsd-arm64': 0.18.11
+ '@esbuild/freebsd-x64': 0.18.11
+ '@esbuild/linux-arm': 0.18.11
+ '@esbuild/linux-arm64': 0.18.11
+ '@esbuild/linux-ia32': 0.18.11
+ '@esbuild/linux-loong64': 0.18.11
+ '@esbuild/linux-mips64el': 0.18.11
+ '@esbuild/linux-ppc64': 0.18.11
+ '@esbuild/linux-riscv64': 0.18.11
+ '@esbuild/linux-s390x': 0.18.11
+ '@esbuild/linux-x64': 0.18.11
+ '@esbuild/netbsd-x64': 0.18.11
+ '@esbuild/openbsd-x64': 0.18.11
+ '@esbuild/sunos-x64': 0.18.11
+ '@esbuild/win32-arm64': 0.18.11
+ '@esbuild/win32-ia32': 0.18.11
+ '@esbuild/win32-x64': 0.18.11
/escalade@3.1.1:
- resolution:
- {
- integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
+ engines: {node: '>=6'}
/escape-goat@2.1.1:
- resolution:
- {
- integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==}
+ engines: {node: '>=8'}
dev: false
/escape-goat@4.0.0:
- resolution:
- {
- integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==}
+ engines: {node: '>=12'}
dev: true
/escape-html@1.0.3:
- resolution:
- {
- integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
- }
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
/escape-string-regexp@1.0.5:
- resolution:
- {
- integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
+ engines: {node: '>=0.8.0'}
/escape-string-regexp@2.0.0:
- resolution:
- {
- integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==}
+ engines: {node: '>=8'}
/escape-string-regexp@4.0.0:
- resolution:
- {
- integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
+ engines: {node: '>=10'}
/escape-string-regexp@5.0.0:
- resolution:
- {
- integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
+ engines: {node: '>=12'}
dev: true
/escodegen@1.14.3:
- resolution:
- {
- integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
- }
- engines: { node: ">=4.0" }
- hasBin: true
+ resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==}
+ engines: {node: '>=4.0'}
dependencies:
esprima: 4.0.1
estraverse: 4.3.0
@@ -31805,12 +24920,8 @@ packages:
dev: false
/escodegen@2.1.0:
- resolution:
- {
- integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==
- }
- engines: { node: ">=6.0" }
- hasBin: true
+ resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
+ engines: {node: '>=6.0'}
dependencies:
esprima: 4.0.1
estraverse: 5.3.0
@@ -31819,20 +24930,17 @@ packages:
source-map: 0.6.1
/eslint-config-next@13.4.7(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==
- }
+ resolution: {integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
- typescript: ">=3.3.1"
+ typescript: '>=3.3.1'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@next/eslint-plugin-next": 13.4.7
- "@rushstack/eslint-patch": 1.3.3
- "@typescript-eslint/parser": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@next/eslint-plugin-next': 13.4.7
+ '@rushstack/eslint-patch': 1.3.3
+ '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
eslint: 8.46.0
eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.27.5)(eslint@8.46.0)
@@ -31847,22 +24955,16 @@ packages:
dev: true
/eslint-config-prettier@8.8.0(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==
- }
+ resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true
peerDependencies:
- eslint: ">=7.0.0"
+ eslint: '>=7.0.0'
dependencies:
eslint: 8.46.0
dev: true
/eslint-import-resolver-node@0.3.9:
- resolution:
- {
- integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
- }
+ resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
dependencies:
debug: 3.2.7(supports-color@8.1.1)
is-core-module: 2.13.0
@@ -31872,45 +24974,39 @@ packages:
dev: true
/eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.27.5)(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==
- }
- engines: { node: ^14.18.0 || >=16.0.0 }
+ resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==}
+ engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
- eslint: "*"
- eslint-plugin-import: "*"
+ eslint: '*'
+ eslint-plugin-import: '*'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
enhanced-resolve: 5.15.0
eslint: 8.46.0
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.46.0)
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.46.0)
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
get-tsconfig: 4.7.0
is-core-module: 2.13.0
is-glob: 4.0.3
transitivePeerDependencies:
- - "@typescript-eslint/parser"
+ - '@typescript-eslint/parser'
- eslint-import-resolver-node
- eslint-import-resolver-webpack
- supports-color
dev: true
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
- }
- engines: { node: ">=4" }
- peerDependencies:
- "@typescript-eslint/parser": "*"
- eslint: "*"
- eslint-import-resolver-node: "*"
- eslint-import-resolver-typescript: "*"
- eslint-import-resolver-webpack: "*"
+ resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
+ engines: {node: '>=4'}
+ peerDependencies:
+ '@typescript-eslint/parser': '*'
+ eslint: '*'
+ eslint-import-resolver-node: '*'
+ eslint-import-resolver-typescript: '*'
+ eslint-import-resolver-webpack: '*'
peerDependenciesMeta:
- "@typescript-eslint/parser":
+ '@typescript-eslint/parser':
optional: true
eslint:
optional: true
@@ -31921,7 +25017,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- "@typescript-eslint/parser": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
debug: 3.2.7(supports-color@8.1.1)
eslint: 8.46.0
eslint-import-resolver-node: 0.3.9
@@ -31931,31 +25027,25 @@ packages:
dev: true
/eslint-plugin-cypress@2.13.4(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-A6CMdzFkGMkIWwVmS7DOBJfO1L2V5qcU2svlueycMJHn4MpoIhASxnDt+rI8zeA7qy9ExEGrMj1WhHcde1VrPQ==
- }
+ resolution: {integrity: sha512-A6CMdzFkGMkIWwVmS7DOBJfO1L2V5qcU2svlueycMJHn4MpoIhASxnDt+rI8zeA7qy9ExEGrMj1WhHcde1VrPQ==}
peerDependencies:
- eslint: ">= 3.2.1"
+ eslint: '>= 3.2.1'
dependencies:
eslint: 8.46.0
globals: 13.21.0
dev: true
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
+ engines: {node: '>=4'}
peerDependencies:
- "@typescript-eslint/parser": "*"
+ '@typescript-eslint/parser': '*'
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
peerDependenciesMeta:
- "@typescript-eslint/parser":
+ '@typescript-eslint/parser':
optional: true
dependencies:
- "@typescript-eslint/parser": 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.2.0-beta)
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
@@ -31979,23 +25069,20 @@ packages:
dev: true
/eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.60.1)(eslint@8.46.0)(jest@29.5.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
- "@typescript-eslint/eslint-plugin": ^5.0.0
+ '@typescript-eslint/eslint-plugin': ^5.0.0
eslint: ^7.0.0 || ^8.0.0
- jest: "*"
+ jest: '*'
peerDependenciesMeta:
- "@typescript-eslint/eslint-plugin":
+ '@typescript-eslint/eslint-plugin':
optional: true
jest:
optional: true
dependencies:
- "@typescript-eslint/eslint-plugin": 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.2.0-beta)
- "@typescript-eslint/utils": 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
eslint: 8.46.0
jest: 29.5.0(@types/node@20.3.3)(ts-node@10.9.1)
transitivePeerDependencies:
@@ -32004,15 +25091,12 @@ packages:
dev: true
/eslint-plugin-jsx-a11y@6.7.1(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
+ engines: {node: '>=4.0'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
aria-query: 5.3.0
array-includes: 3.1.6
array.prototype.flatmap: 1.3.1
@@ -32032,11 +25116,8 @@ packages:
dev: true
/eslint-plugin-react-hooks@4.6.0(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
+ engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
@@ -32044,11 +25125,8 @@ packages:
dev: true
/eslint-plugin-react@7.32.2(eslint@8.46.0):
- resolution:
- {
- integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
+ engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies:
@@ -32071,16 +25149,13 @@ packages:
dev: true
/eslint-plugin-storybook@0.6.11(eslint@8.46.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==
- }
- engines: { node: 12.x || 14.x || >= 16 }
+ resolution: {integrity: sha512-lIVmCqQgA0bhcuS1yWYBFrnPHBKPEQI+LHPDtlN81UE1/17onCqgwUW7Nyt7gS2OHjCAiOR4npjTGEoe0hssKw==}
+ engines: {node: 12.x || 14.x || >= 16}
peerDependencies:
- eslint: ">=6"
+ eslint: '>=6'
dependencies:
- "@storybook/csf": 0.0.1
- "@typescript-eslint/utils": 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
+ '@storybook/csf': 0.0.1
+ '@typescript-eslint/utils': 5.62.0(eslint@8.46.0)(typescript@5.2.0-beta)
eslint: 8.46.0
requireindex: 1.2.0
ts-dedent: 2.2.0
@@ -32090,47 +25165,34 @@ packages:
dev: true
/eslint-scope@5.1.1:
- resolution:
- {
- integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
+ engines: {node: '>=8.0.0'}
dependencies:
esrecurse: 4.3.0
estraverse: 4.3.0
/eslint-scope@7.2.2:
- resolution:
- {
- integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
/eslint-visitor-keys@3.4.3:
- resolution:
- {
- integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/eslint@8.46.0:
- resolution:
- {
- integrity: sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
- hasBin: true
- dependencies:
- "@eslint-community/eslint-utils": 4.4.0(eslint@8.46.0)
- "@eslint-community/regexpp": 4.6.2
- "@eslint/eslintrc": 2.1.2
- "@eslint/js": 8.47.0
- "@humanwhocodes/config-array": 0.11.10
- "@humanwhocodes/module-importer": 1.0.1
- "@nodelib/fs.walk": 1.2.8
+ resolution: {integrity: sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ dependencies:
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0)
+ '@eslint-community/regexpp': 4.6.2
+ '@eslint/eslintrc': 2.1.2
+ '@eslint/js': 8.47.0
+ '@humanwhocodes/config-array': 0.11.10
+ '@humanwhocodes/module-importer': 1.0.1
+ '@nodelib/fs.walk': 1.2.8(patch_hash=3yzheb4pkipbdgftjxgmopnkd4)
ajv: 6.12.6
chalk: 4.1.0
cross-spawn: 7.0.3
@@ -32165,171 +25227,108 @@ packages:
- supports-color
/esm@3.2.25:
- resolution:
- {
- integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==}
+ engines: {node: '>=6'}
dev: true
/espree@9.6.1:
- resolution:
- {
- integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.10.0
acorn-jsx: 5.3.2(acorn@8.10.0)
eslint-visitor-keys: 3.4.3
/esprima@1.2.2:
- resolution:
- {
- integrity: sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==
- }
- engines: { node: ">=0.4.0" }
- hasBin: true
+ resolution: {integrity: sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==}
+ engines: {node: '>=0.4.0'}
dev: false
/esprima@4.0.1:
- resolution:
- {
- integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
+ engines: {node: '>=4'}
/esquery@1.5.0:
- resolution:
- {
- integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ engines: {node: '>=0.10'}
dependencies:
estraverse: 5.3.0
/esrecurse@4.3.0:
- resolution:
- {
- integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
+ engines: {node: '>=4.0'}
dependencies:
estraverse: 5.3.0
/estraverse@4.3.0:
- resolution:
- {
- integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
+ engines: {node: '>=4.0'}
/estraverse@5.3.0:
- resolution:
- {
- integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
+ engines: {node: '>=4.0'}
/estree-to-babel@3.2.1:
- resolution:
- {
- integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==
- }
- engines: { node: ">=8.3.0" }
- dependencies:
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==}
+ engines: {node: '>=8.3.0'}
+ dependencies:
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
c8: 7.14.0
transitivePeerDependencies:
- supports-color
dev: true
/estree-util-is-identifier-name@2.1.0:
- resolution:
- {
- integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==
- }
+ resolution: {integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==}
dev: true
/estree-util-visit@1.2.1:
- resolution:
- {
- integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==
- }
+ resolution: {integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==}
dependencies:
- "@types/estree-jsx": 1.0.0
- "@types/unist": 2.0.7
+ '@types/estree-jsx': 1.0.0
+ '@types/unist': 2.0.7
dev: true
/estree-walker@0.6.1:
- resolution:
- {
- integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
- }
- dev: true
+ resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==}
/estree-walker@1.0.1:
- resolution:
- {
- integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
- }
+ resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==}
/estree-walker@2.0.2:
- resolution:
- {
- integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
- }
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
dev: true
/esutils@2.0.3:
- resolution:
- {
- integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
+ engines: {node: '>=0.10.0'}
/eta@2.2.0:
- resolution:
- {
- integrity: sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==}
+ engines: {node: '>=6.0.0'}
dev: false
/etag@1.8.1:
- resolution:
- {
- integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
+ engines: {node: '>= 0.6'}
/eval@0.1.8:
- resolution:
- {
- integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==}
+ engines: {node: '>= 0.8'}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
require-like: 0.1.2
dev: false
/event-emitter@0.3.5:
- resolution:
- {
- integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==
- }
+ resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==}
dependencies:
d: 1.0.1
es5-ext: 0.10.62
/event-stream@3.1.7:
- resolution:
- {
- integrity: sha512-ddACn1VEffD+nvbofs8gs/0qJZC9gtEGLG+WykE//rinSpYLSaTsnN96eVQV+gHdUhV/nVtxUNKC3OjrApuEMw==
- }
+ resolution: {integrity: sha512-ddACn1VEffD+nvbofs8gs/0qJZC9gtEGLG+WykE//rinSpYLSaTsnN96eVQV+gHdUhV/nVtxUNKC3OjrApuEMw==}
dependencies:
duplexer: 0.1.2
from: 0.1.7
@@ -32341,10 +25340,7 @@ packages:
dev: true
/event-stream@3.3.4:
- resolution:
- {
- integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==
- }
+ resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==}
dependencies:
duplexer: 0.1.2
from: 0.1.7
@@ -32356,56 +25352,35 @@ packages:
dev: false
/event-target-shim@5.0.1:
- resolution:
- {
- integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
+ engines: {node: '>=6'}
dev: false
/eventemitter2@6.4.7:
- resolution:
- {
- integrity: sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
- }
+ resolution: {integrity: sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==}
dev: true
/eventemitter3@4.0.7:
- resolution:
- {
- integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
- }
+ resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
/eventemitter3@5.0.1:
- resolution:
- {
- integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
- }
+ resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
dev: true
/events@3.3.0:
- resolution:
- {
- integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
- }
- engines: { node: ">=0.8.x" }
+ resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
+ engines: {node: '>=0.8.x'}
/evp_bytestokey@1.0.3:
- resolution:
- {
- integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
- }
+ resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==}
dependencies:
md5.js: 1.3.5
safe-buffer: 5.2.1
dev: true
/execa@0.7.0:
- resolution:
- {
- integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==}
+ engines: {node: '>=4'}
dependencies:
cross-spawn: 5.1.0
get-stream: 3.0.0
@@ -32417,11 +25392,8 @@ packages:
dev: true
/execa@4.1.0:
- resolution:
- {
- integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==}
+ engines: {node: '>=10'}
dependencies:
cross-spawn: 7.0.3
get-stream: 5.2.0
@@ -32435,11 +25407,8 @@ packages:
dev: true
/execa@5.1.1:
- resolution:
- {
- integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
+ engines: {node: '>=10'}
dependencies:
cross-spawn: 7.0.3
get-stream: 6.0.1
@@ -32452,11 +25421,8 @@ packages:
strip-final-newline: 2.0.0
/execa@6.1.0:
- resolution:
- {
- integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
cross-spawn: 7.0.3
get-stream: 6.0.1
@@ -32470,11 +25436,8 @@ packages:
dev: true
/execa@7.2.0:
- resolution:
- {
- integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==
- }
- engines: { node: ^14.18.0 || ^16.14.0 || >=18.0.0 }
+ resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==}
+ engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
dependencies:
cross-spawn: 7.0.3
get-stream: 6.0.1
@@ -32488,58 +25451,38 @@ packages:
dev: true
/executable@4.1.1:
- resolution:
- {
- integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==}
+ engines: {node: '>=4'}
dependencies:
pify: 2.3.0
dev: true
/exit-hook@2.2.1:
- resolution:
- {
- integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==
- }
- engines: { node: ">=6" }
- dev: true
+ resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
+ engines: {node: '>=6'}
/exit@0.1.2:
- resolution:
- {
- integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==}
+ engines: {node: '>= 0.8.0'}
dev: true
/expand-template@2.0.3:
- resolution:
- {
- integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==
- }
- engines: { node: ">=6" }
- requiresBuild: true
+ resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
+ engines: {node: '>=6'}
/expand-tilde@2.0.2:
- resolution:
- {
- integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
+ engines: {node: '>=0.10.0'}
dependencies:
homedir-polyfill: 1.0.3
dev: true
/expect@29.6.2:
- resolution:
- {
- integrity: sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/expect-utils": 29.6.2
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/expect-utils': 29.6.2
+ '@types/node': 20.5.0
jest-get-type: 29.4.3
jest-matcher-utils: 29.6.2
jest-message-util: 29.6.2
@@ -32547,11 +25490,8 @@ packages:
dev: true
/express@4.18.2:
- resolution:
- {
- integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
- }
- engines: { node: ">= 0.10.0" }
+ resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==}
+ engines: {node: '>= 0.10.0'}
dependencies:
accepts: 1.3.8
array-flatten: 1.1.1
@@ -32588,56 +25528,38 @@ packages:
- supports-color
/ext-list@2.2.2:
- resolution:
- {
- integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==}
+ engines: {node: '>=0.10.0'}
dependencies:
mime-db: 1.52.0
dev: true
/ext-name@5.0.0:
- resolution:
- {
- integrity: sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==}
+ engines: {node: '>=4'}
dependencies:
ext-list: 2.2.2
sort-keys-length: 1.0.1
dev: true
/ext@1.7.0:
- resolution:
- {
- integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==
- }
+ resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
dependencies:
type: 2.7.2
/extend-shallow@2.0.1:
- resolution:
- {
- integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
+ engines: {node: '>=0.10.0'}
dependencies:
is-extendable: 0.1.1
dev: false
/extend@3.0.2:
- resolution:
- {
- integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
- }
+ resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
/external-editor@3.1.0:
- resolution:
- {
- integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
+ engines: {node: '>=4'}
dependencies:
chardet: 0.7.0
iconv-lite: 0.4.24
@@ -32645,19 +25567,12 @@ packages:
dev: true
/extract-files@11.0.0:
- resolution:
- {
- integrity: sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==
- }
- engines: { node: ^12.20 || >= 14.13 }
+ resolution: {integrity: sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==}
+ engines: {node: ^12.20 || >= 14.13}
dev: true
/extract-zip@1.7.0:
- resolution:
- {
- integrity: sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==
- }
- hasBin: true
+ resolution: {integrity: sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==}
dependencies:
concat-stream: 1.6.2
debug: 2.6.9
@@ -32668,136 +25583,88 @@ packages:
dev: true
/extract-zip@2.0.1(supports-color@8.1.1):
- resolution:
- {
- integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
- }
- engines: { node: ">= 10.17.0" }
- hasBin: true
+ resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
+ engines: {node: '>= 10.17.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
get-stream: 5.2.0
yauzl: 2.10.0
optionalDependencies:
- "@types/yauzl": 2.10.0
+ '@types/yauzl': 2.10.0
transitivePeerDependencies:
- supports-color
dev: true
/extsprintf@1.3.0:
- resolution:
- {
- integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
- }
- engines: { "0": node >=0.6.0 }
+ resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==}
+ engines: {'0': node >=0.6.0}
/fast-content-type-parse@1.0.0:
- resolution:
- {
- integrity: sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==
- }
+ resolution: {integrity: sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA==}
dev: false
/fast-copy@3.0.1:
- resolution:
- {
- integrity: sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==
- }
+ resolution: {integrity: sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==}
dev: false
/fast-decode-uri-component@1.0.1:
- resolution:
- {
- integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==
- }
+ resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==}
/fast-deep-equal@1.1.0:
- resolution:
- {
- integrity: sha512-fueX787WZKCV0Is4/T2cyAdM4+x1S3MXXOAhavE1ys/W42SHAPacLTQhucja22QBYrfGw50M2sRiXPtTGv9Ymw==
- }
+ resolution: {integrity: sha512-fueX787WZKCV0Is4/T2cyAdM4+x1S3MXXOAhavE1ys/W42SHAPacLTQhucja22QBYrfGw50M2sRiXPtTGv9Ymw==}
dev: false
/fast-deep-equal@2.0.1:
- resolution:
- {
- integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==
- }
+ resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==}
dev: false
/fast-deep-equal@3.1.3:
- resolution:
- {
- integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
- }
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
/fast-diff@1.3.0:
- resolution:
- {
- integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
- }
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
dev: true
/fast-equals@4.0.3:
- resolution:
- {
- integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==
- }
+ resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==}
dev: true
/fast-glob@3.2.7:
- resolution:
- {
- integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
- }
- engines: { node: ">=8" }
- dependencies:
- "@nodelib/fs.stat": 2.0.5
- "@nodelib/fs.walk": 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
+ resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5(patch_hash=w3yhvnop5hxlsxkq5yirbzmtze)
+ '@nodelib/fs.walk': 1.2.8(patch_hash=3yzheb4pkipbdgftjxgmopnkd4)
+ glob-parent: 5.1.2(patch_hash=x5m7a7uswi2nqynchqprqqmlwy)
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
micromatch: 4.0.5
- /fast-glob@3.3.1:
- resolution:
- {
- integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
- }
- engines: { node: ">=8.6.0" }
- dependencies:
- "@nodelib/fs.stat": 2.0.5
- "@nodelib/fs.walk": 1.2.8
- glob-parent: 5.1.2
- merge2: 1.4.1
+ /fast-glob@3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74):
+ resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==}
+ engines: {node: '>=8.6.0'}
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5(patch_hash=w3yhvnop5hxlsxkq5yirbzmtze)
+ '@nodelib/fs.walk': 1.2.8(patch_hash=3yzheb4pkipbdgftjxgmopnkd4)
+ glob-parent: 5.1.2(patch_hash=x5m7a7uswi2nqynchqprqqmlwy)
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
micromatch: 4.0.5
+ patched: true
/fast-json-parse@1.0.3:
- resolution:
- {
- integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==
- }
+ resolution: {integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==}
dev: true
/fast-json-patch@3.1.1:
- resolution:
- {
- integrity: sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==
- }
+ resolution: {integrity: sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==}
dev: false
/fast-json-stable-stringify@2.1.0:
- resolution:
- {
- integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
- }
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
/fast-json-stringify@5.8.0:
- resolution:
- {
- integrity: sha512-VVwK8CFMSALIvt14U8AvrSzQAwN/0vaVRiFFUVlpnXSnDGrSkOAO5MtzyN8oQNjLd5AqTW5OZRgyjoNuAuR3jQ==
- }
+ resolution: {integrity: sha512-VVwK8CFMSALIvt14U8AvrSzQAwN/0vaVRiFFUVlpnXSnDGrSkOAO5MtzyN8oQNjLd5AqTW5OZRgyjoNuAuR3jQ==}
dependencies:
- "@fastify/deepmerge": 1.3.0
+ '@fastify/deepmerge': 1.3.0
ajv: 8.12.0
ajv-formats: 2.1.1(ajv@8.12.0)
fast-deep-equal: 3.1.3
@@ -32806,120 +25673,74 @@ packages:
dev: false
/fast-levenshtein@2.0.6:
- resolution:
- {
- integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
- }
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
/fast-loops@1.1.3:
- resolution:
- {
- integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==
- }
+ resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==}
dev: false
/fast-memoize@2.5.2:
- resolution:
- {
- integrity: sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==
- }
+ resolution: {integrity: sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==}
dev: false
/fast-querystring@1.1.2:
- resolution:
- {
- integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==
- }
+ resolution: {integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==}
dependencies:
fast-decode-uri-component: 1.0.1
/fast-redact@3.3.0:
- resolution:
- {
- integrity: sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ==}
+ engines: {node: '>=6'}
dev: false
/fast-safe-stringify@2.1.1:
- resolution:
- {
- integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
- }
+ resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
dev: false
/fast-shallow-equal@1.0.0:
- resolution:
- {
- integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==
- }
+ resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==}
dev: false
/fast-uri@2.2.0:
- resolution:
- {
- integrity: sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==
- }
+ resolution: {integrity: sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==}
dev: false
/fast-url-parser@1.1.3:
- resolution:
- {
- integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==
- }
+ resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==}
dependencies:
punycode: 1.4.1
/fast-write-atomic@0.2.1:
- resolution:
- {
- integrity: sha512-WvJe06IfNYlr+6cO3uQkdKdy3Cb1LlCJSF8zRs2eT8yuhdbSlR9nIt+TgQ92RUxiRrQm+/S7RARnMfCs5iuAjw==
- }
+ resolution: {integrity: sha512-WvJe06IfNYlr+6cO3uQkdKdy3Cb1LlCJSF8zRs2eT8yuhdbSlR9nIt+TgQ92RUxiRrQm+/S7RARnMfCs5iuAjw==}
dev: true
/fast-xml-parser@4.2.5:
- resolution:
- {
- integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
- }
- hasBin: true
+ resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==}
dependencies:
strnum: 1.0.5
dev: false
/fast-xml-parser@4.2.7:
- resolution:
- {
- integrity: sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==
- }
+ resolution: {integrity: sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==}
hasBin: true
dependencies:
strnum: 1.0.5
dev: false
/fastest-stable-stringify@2.0.2:
- resolution:
- {
- integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==
- }
+ resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==}
dev: false
/fastify-plugin@4.5.1:
- resolution:
- {
- integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==
- }
+ resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==}
dev: false
/fastify@4.21.0:
- resolution:
- {
- integrity: sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg==
- }
- dependencies:
- "@fastify/ajv-compiler": 3.5.0
- "@fastify/error": 3.3.0
- "@fastify/fast-json-stringify-compiler": 4.3.0
+ resolution: {integrity: sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg==}
+ dependencies:
+ '@fastify/ajv-compiler': 3.5.0
+ '@fastify/error': 3.3.0
+ '@fastify/fast-json-stringify-compiler': 4.3.0
abstract-logging: 2.0.1
avvio: 8.2.1
fast-content-type-parse: 1.0.0
@@ -32938,52 +25759,34 @@ packages:
dev: false
/fastq@1.15.0:
- resolution:
- {
- integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
- }
+ resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==}
dependencies:
reusify: 1.0.4
/fault@1.0.4:
- resolution:
- {
- integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
- }
+ resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==}
dependencies:
format: 0.2.2
/fault@2.0.1:
- resolution:
- {
- integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==
- }
+ resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
dependencies:
format: 0.2.2
dev: true
/faye-websocket@0.11.4:
- resolution:
- {
- integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
+ engines: {node: '>=0.8.0'}
dependencies:
websocket-driver: 0.7.4
/fb-watchman@2.0.2:
- resolution:
- {
- integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==
- }
+ resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
dependencies:
bser: 2.1.1
/fbemitter@3.0.0:
- resolution:
- {
- integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==
- }
+ resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==}
dependencies:
fbjs: 3.0.5
transitivePeerDependencies:
@@ -32991,16 +25794,10 @@ packages:
dev: false
/fbjs-css-vars@1.0.2:
- resolution:
- {
- integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
- }
+ resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==}
/fbjs@3.0.5:
- resolution:
- {
- integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==
- }
+ resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==}
dependencies:
cross-fetch: 3.1.8
fbjs-css-vars: 1.0.2
@@ -33013,131 +25810,92 @@ packages:
- encoding
/fd-slicer@1.1.0:
- resolution:
- {
- integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
- }
+ resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
dependencies:
pend: 1.2.0
/feed@4.2.2:
- resolution:
- {
- integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==}
+ engines: {node: '>=0.4.0'}
dependencies:
xml-js: 1.6.11
dev: false
/fetch-retry@5.0.6:
- resolution:
- {
- integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==
- }
+ resolution: {integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==}
dev: true
/figures@2.0.0:
- resolution:
- {
- integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==}
+ engines: {node: '>=4'}
dependencies:
escape-string-regexp: 1.0.5
dev: true
/figures@3.2.0:
- resolution:
- {
- integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==}
+ engines: {node: '>=8'}
dependencies:
escape-string-regexp: 1.0.5
/figures@5.0.0:
- resolution:
- {
- integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==}
+ engines: {node: '>=14'}
dependencies:
escape-string-regexp: 5.0.0
is-unicode-supported: 1.3.0
dev: true
/file-entry-cache@6.0.1:
- resolution:
- {
- integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
- }
- engines: { node: ^10.12.0 || >=12.0.0 }
+ resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
+ engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
flat-cache: 3.0.4
/file-loader@6.2.0(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
- }
- engines: { node: ">= 10.13.0" }
+ resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==}
+ engines: {node: '>= 10.13.0'}
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/file-selector@0.6.0:
- resolution:
- {
- integrity: sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==
- }
- engines: { node: ">= 12" }
+ resolution: {integrity: sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==}
+ engines: {node: '>= 12'}
dependencies:
tslib: 2.6.1
dev: false
/file-set@5.1.3:
- resolution:
- {
- integrity: sha512-mQ6dqz+z59on3B50IGF3ujNGbZmY1TAeLHpNfhLEeNM6Lky31w3RUlbCyqZWQs0DuZJQU4R2qDuVd9ojyzadcg==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-mQ6dqz+z59on3B50IGF3ujNGbZmY1TAeLHpNfhLEeNM6Lky31w3RUlbCyqZWQs0DuZJQU4R2qDuVd9ojyzadcg==}
+ engines: {node: '>=12.17'}
dependencies:
array-back: 6.2.2
glob: 7.2.3
dev: true
/file-system-cache@2.3.0:
- resolution:
- {
- integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==
- }
+ resolution: {integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==}
dependencies:
fs-extra: 11.1.1
ramda: 0.29.0
dev: true
/file-system-cache@2.4.4:
- resolution:
- {
- integrity: sha512-vCYhn8pb5nlC3Gs2FFCOkmf4NEg2Ym3ulJwkmS9o6p9oRShGj6CwTMFvpgZihBlsh373NaM0XgAgDHXQIlS4LQ==
- }
+ resolution: {integrity: sha512-vCYhn8pb5nlC3Gs2FFCOkmf4NEg2Ym3ulJwkmS9o6p9oRShGj6CwTMFvpgZihBlsh373NaM0XgAgDHXQIlS4LQ==}
dependencies:
- "@types/fs-extra": 11.0.1
- "@types/ramda": 0.29.3
+ '@types/fs-extra': 11.0.1
+ '@types/ramda': 0.29.3
fs-extra: 11.1.1
ramda: 0.29.0
dev: true
/file-type@17.1.6:
- resolution:
- {
- integrity: sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
readable-web-to-node-stream: 3.0.2
strtok3: 7.0.0
@@ -33145,50 +25903,31 @@ packages:
dev: true
/file-type@3.9.0:
- resolution:
- {
- integrity: sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-RLoqTXE8/vPmMuTI88DAzhMYC99I8BWv7zYP4A1puo5HIjEJ5EX48ighy4ZyKMG9EDXxBgW6e++cn7d1xuFghA==}
+ engines: {node: '>=0.10.0'}
dev: false
/file-uri-to-path@1.0.0:
- resolution:
- {
- integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
- }
- dev: true
+ resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
/filelist@1.0.4:
- resolution:
- {
- integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
- }
+ resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
dependencies:
minimatch: 5.1.6
/filename-reserved-regex@2.0.0:
- resolution:
- {
- integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==}
+ engines: {node: '>=4'}
dev: false
/filename-reserved-regex@3.0.0:
- resolution:
- {
- integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/filenamify@4.3.0:
- resolution:
- {
- integrity: sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==}
+ engines: {node: '>=8'}
dependencies:
filename-reserved-regex: 2.0.0
strip-outer: 1.0.1
@@ -33196,11 +25935,8 @@ packages:
dev: false
/filenamify@5.1.1:
- resolution:
- {
- integrity: sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==}
+ engines: {node: '>=12.20'}
dependencies:
filename-reserved-regex: 3.0.0
strip-outer: 2.0.0
@@ -33208,36 +25944,24 @@ packages:
dev: true
/filesize@8.0.7:
- resolution:
- {
- integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==}
+ engines: {node: '>= 0.4.0'}
dev: false
/fill-range@7.0.1:
- resolution:
- {
- integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
+ engines: {node: '>=8'}
dependencies:
to-regex-range: 5.0.1
/filter-obj@1.1.0:
- resolution:
- {
- integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/finalhandler@1.1.2:
- resolution:
- {
- integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==}
+ engines: {node: '>= 0.8'}
dependencies:
debug: 2.6.9
encodeurl: 1.0.2
@@ -33251,12 +25975,8 @@ packages:
dev: false
/finalhandler@1.2.0:
- resolution:
- {
- integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
- }
- engines: { node: ">= 0.8" }
- requiresBuild: true
+ resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
+ engines: {node: '>= 0.8'}
dependencies:
debug: 2.6.9
encodeurl: 1.0.2
@@ -33269,22 +25989,16 @@ packages:
- supports-color
/find-cache-dir@2.1.0:
- resolution:
- {
- integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==}
+ engines: {node: '>=6'}
dependencies:
commondir: 1.0.1
make-dir: 2.1.0
pkg-dir: 3.0.0
/find-cache-dir@3.3.1:
- resolution:
- {
- integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==}
+ engines: {node: '>=8'}
dependencies:
commondir: 1.0.1
make-dir: 3.1.0
@@ -33292,33 +26006,24 @@ packages:
dev: true
/find-cache-dir@3.3.2:
- resolution:
- {
- integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==}
+ engines: {node: '>=8'}
dependencies:
commondir: 1.0.1
make-dir: 3.1.0
pkg-dir: 4.2.0
/find-cache-dir@4.0.0:
- resolution:
- {
- integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
+ engines: {node: '>=14.16'}
dependencies:
common-path-prefix: 3.0.0
pkg-dir: 7.0.0
dev: true
/find-my-way@7.6.2:
- resolution:
- {
- integrity: sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-0OjHn1b1nCX3eVbm9ByeEHiscPYiHLfhei1wOUU9qffQkk98wE0Lo8VrVYfSGMgnSnDh86DxedduAnBf4nwUEw==}
+ engines: {node: '>=14'}
dependencies:
fast-deep-equal: 3.1.3
fast-querystring: 1.1.2
@@ -33326,106 +26031,73 @@ packages:
dev: false
/find-node-modules@2.1.3:
- resolution:
- {
- integrity: sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==
- }
+ resolution: {integrity: sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==}
dependencies:
findup-sync: 4.0.0
merge: 2.1.1
dev: true
/find-replace@3.0.0:
- resolution:
- {
- integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==}
+ engines: {node: '>=4.0.0'}
dependencies:
array-back: 3.1.0
dev: true
/find-root@1.1.0:
- resolution:
- {
- integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
- }
+ resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==}
dev: true
/find-up@2.1.0:
- resolution:
- {
- integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==}
+ engines: {node: '>=4'}
dependencies:
locate-path: 2.0.0
dev: true
/find-up@3.0.0:
- resolution:
- {
- integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
+ engines: {node: '>=6'}
dependencies:
locate-path: 3.0.0
/find-up@4.1.0:
- resolution:
- {
- integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
+ engines: {node: '>=8'}
dependencies:
locate-path: 5.0.0
path-exists: 4.0.0
/find-up@5.0.0:
- resolution:
- {
- integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
+ engines: {node: '>=10'}
dependencies:
locate-path: 6.0.0
path-exists: 4.0.0
/find-up@6.3.0:
- resolution:
- {
- integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
locate-path: 7.2.0
path-exists: 5.0.0
dev: true
/find-versions@5.1.0:
- resolution:
- {
- integrity: sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==}
+ engines: {node: '>=12'}
dependencies:
semver-regex: 4.0.5
dev: true
/find-yarn-workspace-root@2.0.0:
- resolution:
- {
- integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
- }
+ resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==}
dependencies:
micromatch: 4.0.5
/findup-sync@4.0.0:
- resolution:
- {
- integrity: sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==}
+ engines: {node: '>= 8'}
dependencies:
detect-file: 1.0.0
is-glob: 4.0.3
@@ -33434,55 +26106,33 @@ packages:
dev: true
/flat-cache@3.0.4:
- resolution:
- {
- integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
- }
- engines: { node: ^10.12.0 || >=12.0.0 }
+ resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
+ engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
flatted: 3.2.7
rimraf: 3.0.2
/flat@5.0.2:
- resolution:
- {
- integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
/flatted@3.2.7:
- resolution:
- {
- integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
- }
+ resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==}
/flow-enums-runtime@0.0.5:
- resolution:
- {
- integrity: sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ==
- }
+ resolution: {integrity: sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ==}
dev: false
/flow-parser@0.206.0:
- resolution:
- {
- integrity: sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==}
+ engines: {node: '>=0.4.0'}
dev: false
/flow-parser@0.214.0:
- resolution:
- {
- integrity: sha512-RW1Dh6BuT14DA7+gtNRKzgzvG3GTPdrceHCi4ddZ9VFGQ9HtO5L8wzxMGsor7XtInIrbWZZCSak0oxnBF7tApw==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-RW1Dh6BuT14DA7+gtNRKzgzvG3GTPdrceHCi4ddZ9VFGQ9HtO5L8wzxMGsor7XtInIrbWZZCSak0oxnBF7tApw==}
+ engines: {node: '>=0.4.0'}
/flux@4.0.4(react@17.0.2):
- resolution:
- {
- integrity: sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==
- }
+ resolution: {integrity: sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==}
peerDependencies:
react: ^15.0.2 || ^16.0.0 || ^17.0.0
dependencies:
@@ -33494,13 +26144,10 @@ packages:
dev: false
/follow-redirects@1.15.2(debug@4.3.4):
- resolution:
- {
- integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
+ engines: {node: '>=4.0'}
peerDependencies:
- debug: "*"
+ debug: '*'
peerDependenciesMeta:
debug:
optional: true
@@ -33508,12 +26155,9 @@ packages:
debug: 4.3.4(supports-color@8.1.1)
/fontkit@2.0.2:
- resolution:
- {
- integrity: sha512-jc4k5Yr8iov8QfS6u8w2CnHWVmbOGtdBtOXMze5Y+QD966Rx6PEVWXSEGwXlsDlKtu1G12cJjcsybnqhSk/+LA==
- }
+ resolution: {integrity: sha512-jc4k5Yr8iov8QfS6u8w2CnHWVmbOGtdBtOXMze5Y+QD966Rx6PEVWXSEGwXlsDlKtu1G12cJjcsybnqhSk/+LA==}
dependencies:
- "@swc/helpers": 0.4.14
+ '@swc/helpers': 0.4.14
brotli: 1.3.3
clone: 2.1.2
dfa: 1.2.0
@@ -33525,73 +26169,52 @@ packages:
dev: true
/for-each@0.3.3:
- resolution:
- {
- integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==
- }
+ resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
dependencies:
is-callable: 1.2.7
/foreach@2.0.6:
- resolution:
- {
- integrity: sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==
- }
+ resolution: {integrity: sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==}
dev: false
/foreachasync@3.0.0:
- resolution:
- {
- integrity: sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==
- }
+ resolution: {integrity: sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==}
dev: false
/foreground-child@2.0.0:
- resolution:
- {
- integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==}
+ engines: {node: '>=8.0.0'}
dependencies:
cross-spawn: 7.0.3
signal-exit: 3.0.7
dev: true
/foreground-child@3.1.1:
- resolution:
- {
- integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
+ engines: {node: '>=14'}
dependencies:
cross-spawn: 7.0.3
signal-exit: 4.1.0
/forever-agent@0.6.1:
- resolution:
- {
- integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
- }
+ resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==}
/fork-ts-checker-webpack-plugin@6.5.3(eslint@8.46.0)(typescript@5.1.6)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==
- }
- engines: { node: ">=10", yarn: ">=1.0.0" }
- peerDependencies:
- eslint: ">= 6"
- typescript: ">= 2.7"
- vue-template-compiler: "*"
- webpack: ">= 4"
+ resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
+ engines: {node: '>=10', yarn: '>=1.0.0'}
+ peerDependencies:
+ eslint: '>= 6'
+ typescript: '>= 2.7'
+ vue-template-compiler: '*'
+ webpack: '>= 4'
peerDependenciesMeta:
eslint:
optional: true
vue-template-compiler:
optional: true
dependencies:
- "@babel/code-frame": 7.22.10
- "@types/json-schema": 7.0.12
+ '@babel/code-frame': 7.22.10
+ '@types/json-schema': 7.0.12
chalk: 4.1.0
chokidar: 3.5.3
cosmiconfig: 6.0.0
@@ -33605,24 +26228,21 @@ packages:
semver: 7.5.4
tapable: 1.1.3
typescript: 5.1.6
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/fork-ts-checker-webpack-plugin@7.2.13(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==
- }
- engines: { node: ">=12.13.0", yarn: ">=1.0.0" }
- peerDependencies:
- typescript: ">3.6.0"
- vue-template-compiler: "*"
+ resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==}
+ engines: {node: '>=12.13.0', yarn: '>=1.0.0'}
+ peerDependencies:
+ typescript: '>3.6.0'
+ vue-template-compiler: '*'
webpack: ^5.11.0
peerDependenciesMeta:
vue-template-compiler:
optional: true
dependencies:
- "@babel/code-frame": 7.22.10
+ '@babel/code-frame': 7.22.10
chalk: 4.1.2
chokidar: 3.5.3
cosmiconfig: 7.1.0
@@ -33635,20 +26255,17 @@ packages:
semver: 7.5.4
tapable: 2.2.1
typescript: 5.2.0-beta
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/fork-ts-checker-webpack-plugin@8.0.0(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==
- }
- engines: { node: ">=12.13.0", yarn: ">=1.0.0" }
+ resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==}
+ engines: {node: '>=12.13.0', yarn: '>=1.0.0'}
peerDependencies:
- typescript: ">3.6.0"
+ typescript: '>3.6.0'
webpack: ^5.11.0
dependencies:
- "@babel/code-frame": 7.22.10
+ '@babel/code-frame': 7.22.10
chalk: 4.1.2
chokidar: 3.5.3
cosmiconfig: 7.1.0
@@ -33661,115 +26278,75 @@ packages:
semver: 7.5.4
tapable: 2.2.1
typescript: 5.2.0-beta
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/form-data-encoder@1.9.0:
- resolution:
- {
- integrity: sha512-rahaRMkN8P8d/tgK/BLPX+WBVM27NbvdXBxqQujBtkDAIFspaRqN7Od7lfdGQA6KAD+f82fYCLBq1ipvcu8qLw==
- }
+ resolution: {integrity: sha512-rahaRMkN8P8d/tgK/BLPX+WBVM27NbvdXBxqQujBtkDAIFspaRqN7Od7lfdGQA6KAD+f82fYCLBq1ipvcu8qLw==}
dev: false
/form-data-encoder@2.1.4:
- resolution:
- {
- integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
- }
- engines: { node: ">= 14.17" }
+ resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==}
+ engines: {node: '>= 14.17'}
dev: true
/form-data@2.3.3:
- resolution:
- {
- integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
- }
- engines: { node: ">= 0.12" }
+ resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==}
+ engines: {node: '>= 0.12'}
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.35
/form-data@3.0.1:
- resolution:
- {
- integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==}
+ engines: {node: '>= 6'}
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.35
/form-data@4.0.0:
- resolution:
- {
- integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
+ engines: {node: '>= 6'}
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.35
/format@0.2.2:
- resolution:
- {
- integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==
- }
- engines: { node: ">=0.4.x" }
+ resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
+ engines: {node: '>=0.4.x'}
/formdata-node@4.4.1:
- resolution:
- {
- integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==
- }
- engines: { node: ">= 12.20" }
+ resolution: {integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==}
+ engines: {node: '>= 12.20'}
dependencies:
node-domexception: 1.0.0
web-streams-polyfill: 4.0.0-beta.3
dev: false
/forwarded@0.2.0:
- resolution:
- {
- integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
- }
- engines: { node: ">= 0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
+ engines: {node: '>= 0.6'}
/fp-ts@2.12.2:
- resolution:
- {
- integrity: sha512-v8J7ud+nTkP5Zz17GhpCsY19wiRbB9miuj61nBcCJyDpu52zs9Z4O7OLDfYoKFQMJ9EsSZA7W1vRgC1d3jy5qw==
- }
+ resolution: {integrity: sha512-v8J7ud+nTkP5Zz17GhpCsY19wiRbB9miuj61nBcCJyDpu52zs9Z4O7OLDfYoKFQMJ9EsSZA7W1vRgC1d3jy5qw==}
dev: true
/fp-ts@2.13.1:
- resolution:
- {
- integrity: sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==
- }
+ resolution: {integrity: sha512-0eu5ULPS2c/jsa1lGFneEFFEdTbembJv8e4QKXeVJ3lm/5hyve06dlKZrpxmMwJt6rYen7sxmHHK2CLaXvWuWQ==}
dev: true
/fp-ts@2.16.0:
- resolution:
- {
- integrity: sha512-bLq+KgbiXdTEoT1zcARrWEpa5z6A/8b7PcDW7Gef3NSisQ+VS7ll2Xbf1E+xsgik0rWub/8u0qP/iTTjj+PhxQ==
- }
+ resolution: {integrity: sha512-bLq+KgbiXdTEoT1zcARrWEpa5z6A/8b7PcDW7Gef3NSisQ+VS7ll2Xbf1E+xsgik0rWub/8u0qP/iTTjj+PhxQ==}
dev: true
/fraction.js@4.2.0:
- resolution:
- {
- integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
- }
+ resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
/framer-motion@10.12.4(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-9gLtv8T6dui0tujHROR+VM3kdJyKiFCFiD94IQE+0OuX6LaIyXtdVpviokVdrHSb1giWhmmX4yzoucALMx6mtw==
- }
+ resolution: {integrity: sha512-9gLtv8T6dui0tujHROR+VM3kdJyKiFCFiD94IQE+0OuX6LaIyXtdVpviokVdrHSb1giWhmmX4yzoucALMx6mtw==}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
@@ -33783,60 +26360,38 @@ packages:
react-dom: 18.2.0(react@18.2.0)
tslib: 2.6.1
optionalDependencies:
- "@emotion/is-prop-valid": 0.8.8
+ '@emotion/is-prop-valid': 0.8.8
dev: true
/fresh@0.5.2:
- resolution:
- {
- integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
+ engines: {node: '>= 0.6'}
/from2@2.3.0:
- resolution:
- {
- integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==
- }
+ resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==}
dependencies:
inherits: 2.0.4
readable-stream: 2.3.8
dev: true
/from@0.1.7:
- resolution:
- {
- integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==
- }
+ resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==}
/fromentries@1.3.2:
- resolution:
- {
- integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
- }
+ resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==}
dev: false
/front-matter@4.0.2:
- resolution:
- {
- integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==
- }
+ resolution: {integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==}
dependencies:
js-yaml: 3.14.1
dev: false
/fs-constants@1.0.0:
- resolution:
- {
- integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
/fs-extra@0.6.4:
- resolution:
- {
- integrity: sha512-5rU898vl/Z948L+kkJedbmo/iltzmiF5bn/eEk0j/SgrPpI+Ydau9xlJPicV7Av2CHYBGz5LAlwTnBU80j1zPQ==
- }
+ resolution: {integrity: sha512-5rU898vl/Z948L+kkJedbmo/iltzmiF5bn/eEk0j/SgrPpI+Ydau9xlJPicV7Av2CHYBGz5LAlwTnBU80j1zPQ==}
dependencies:
jsonfile: 1.0.1
mkdirp: 0.3.5
@@ -33845,44 +26400,32 @@ packages:
dev: false
/fs-extra@10.1.0:
- resolution:
- {
- integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
+ engines: {node: '>=12'}
dependencies:
graceful-fs: 4.2.11
jsonfile: 6.1.0
universalify: 2.0.0
/fs-extra@11.1.1:
- resolution:
- {
- integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
- }
- engines: { node: ">=14.14" }
+ resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
+ engines: {node: '>=14.14'}
dependencies:
graceful-fs: 4.2.11
jsonfile: 6.1.0
universalify: 2.0.0
/fs-extra@8.1.0:
- resolution:
- {
- integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
- }
- engines: { node: ">=6 <7 || >=8" }
+ resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==}
+ engines: {node: '>=6 <7 || >=8'}
dependencies:
graceful-fs: 4.2.11
jsonfile: 4.0.0
universalify: 0.1.2
/fs-extra@9.1.0:
- resolution:
- {
- integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
+ engines: {node: '>=10'}
dependencies:
at-least-node: 1.0.0
graceful-fs: 4.2.11
@@ -33890,44 +26433,29 @@ packages:
universalify: 2.0.0
/fs-jetpack@4.3.1:
- resolution:
- {
- integrity: sha512-dbeOK84F6BiQzk2yqqCVwCPWTxAvVGJ3fMQc6E2wuEohS28mR6yHngbrKuVCK1KHRx/ccByDylqu4H5PCP2urQ==
- }
+ resolution: {integrity: sha512-dbeOK84F6BiQzk2yqqCVwCPWTxAvVGJ3fMQc6E2wuEohS28mR6yHngbrKuVCK1KHRx/ccByDylqu4H5PCP2urQ==}
dependencies:
minimatch: 3.1.2
rimraf: 2.7.1
dev: true
/fs-jetpack@5.1.0:
- resolution:
- {
- integrity: sha512-Xn4fDhLydXkuzepZVsr02jakLlmoARPy+YWIclo4kh0GyNGUHnTqeH/w/qIsVn50dFxtp8otPL2t/HcPJBbxUA==
- }
+ resolution: {integrity: sha512-Xn4fDhLydXkuzepZVsr02jakLlmoARPy+YWIclo4kh0GyNGUHnTqeH/w/qIsVn50dFxtp8otPL2t/HcPJBbxUA==}
dependencies:
minimatch: 5.1.6
dev: true
/fs-minipass@2.1.0:
- resolution:
- {
- integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
+ engines: {node: '>= 8'}
dependencies:
minipass: 3.3.6
/fs-monkey@1.0.4:
- resolution:
- {
- integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==
- }
+ resolution: {integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==}
/fs.extra@1.3.2:
- resolution:
- {
- integrity: sha512-Ig401VXtyrWrz23k9KxAx9OrnL8AHSLNhQ8YJH2wSYuH0ZUfxwBeY6zXkd/oOyVRFTlpEu/0n5gHeuZt7aqbkw==
- }
+ resolution: {integrity: sha512-Ig401VXtyrWrz23k9KxAx9OrnL8AHSLNhQ8YJH2wSYuH0ZUfxwBeY6zXkd/oOyVRFTlpEu/0n5gHeuZt7aqbkw==}
dependencies:
fs-extra: 0.6.4
mkdirp: 0.3.5
@@ -33935,40 +26463,25 @@ packages:
dev: false
/fs.realpath@1.0.0:
- resolution:
- {
- integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
- }
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
/fs@0.0.1-security:
- resolution:
- {
- integrity: sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==
- }
+ resolution: {integrity: sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==}
dev: false
/fsevents@2.3.2:
- resolution:
- {
- integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
- }
- engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
+ resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
requiresBuild: true
optional: true
/function-bind@1.1.1:
- resolution:
- {
- integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
- }
+ resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
/function.prototype.name@1.1.5:
- resolution:
- {
- integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -33976,16 +26489,10 @@ packages:
functions-have-names: 1.2.3
/functions-have-names@1.2.3:
- resolution:
- {
- integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
- }
+ resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
/gauge@2.7.4:
- resolution:
- {
- integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==
- }
+ resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==}
dependencies:
aproba: 1.2.0
console-control-strings: 1.1.0
@@ -33998,11 +26505,8 @@ packages:
dev: false
/gauge@3.0.2:
- resolution:
- {
- integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==}
+ engines: {node: '>=10'}
dependencies:
aproba: 2.0.0
color-support: 1.1.3
@@ -34016,61 +26520,40 @@ packages:
dev: true
/generic-names@4.0.0:
- resolution:
- {
- integrity: sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==
- }
+ resolution: {integrity: sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==}
dependencies:
loader-utils: 3.2.1
dev: true
/generic-pool@3.9.0:
- resolution:
- {
- integrity: sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==}
+ engines: {node: '>= 4'}
dev: false
/gensequence@5.0.2:
- resolution:
- {
- integrity: sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==}
+ engines: {node: '>=14'}
dev: true
/gensync@1.0.0-beta.2:
- resolution:
- {
- integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
- }
- engines: { node: ">=6.9.0" }
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
+ engines: {node: '>=6.9.0'}
/get-caller-file@2.0.5:
- resolution:
- {
- integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
- }
- engines: { node: 6.* || 8.* || >= 10.* }
+ resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
+ engines: {node: 6.* || 8.* || >= 10.*}
/get-graphql-from-jsonschema@8.1.0:
- resolution:
- {
- integrity: sha512-MhvxGPBjJm1ls6XmvcmgJG7ApqxkFEs5T8uDzytlpbMBBwMMnoF/rMUWzPxM6YvejyLhCB3axD4Dwci3G5F4UA==
- }
+ resolution: {integrity: sha512-MhvxGPBjJm1ls6XmvcmgJG7ApqxkFEs5T8uDzytlpbMBBwMMnoF/rMUWzPxM6YvejyLhCB3axD4Dwci3G5F4UA==}
dependencies:
- "@types/common-tags": 1.8.1
- "@types/json-schema": 7.0.11
+ '@types/common-tags': 1.8.1
+ '@types/json-schema': 7.0.11
common-tags: 1.8.2
defekt: 9.3.0
dev: false
/get-intrinsic@1.2.1:
- resolution:
- {
- integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
- }
+ resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==}
dependencies:
function-bind: 1.1.1
has: 1.0.3
@@ -34078,11 +26561,8 @@ packages:
has-symbols: 1.0.3
/get-it@8.4.2:
- resolution:
- {
- integrity: sha512-xseDj1loKLcPYKhdlP2k7ZYDE03jTrHgRNt0AURtALOu+8pREmBn+UxZ4JbsxpQ8AvupgmpYuuTa3cS1mtuy2w==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-xseDj1loKLcPYKhdlP2k7ZYDE03jTrHgRNt0AURtALOu+8pREmBn+UxZ4JbsxpQ8AvupgmpYuuTa3cS1mtuy2w==}
+ engines: {node: '>=14.0.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
decompress-response: 7.0.0
@@ -34099,11 +26579,8 @@ packages:
dev: true
/get-latest-version@5.1.0:
- resolution:
- {
- integrity: sha512-Q6IBWr/zzw57zIkJmNhI23eRTw3nZ4BWWK034meLwOYU9L3J3IpXiyM73u2pYUwN6U7ahkerCwg2T0jlxiLwsw==
- }
- engines: { node: ">=14.18" }
+ resolution: {integrity: sha512-Q6IBWr/zzw57zIkJmNhI23eRTw3nZ4BWWK034meLwOYU9L3J3IpXiyM73u2pYUwN6U7ahkerCwg2T0jlxiLwsw==}
+ engines: {node: '>=14.18'}
dependencies:
get-it: 8.4.2
registry-auth-token: 5.0.2
@@ -34114,18 +26591,12 @@ packages:
dev: true
/get-npm-tarball-url@2.0.3:
- resolution:
- {
- integrity: sha512-R/PW6RqyaBQNWYaSyfrh54/qtcnOp22FHCCiRhSSZj0FP3KQWCsxxt0DzIdVTbwTqe9CtQfvl/FPD4UIPt4pqw==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-R/PW6RqyaBQNWYaSyfrh54/qtcnOp22FHCCiRhSSZj0FP3KQWCsxxt0DzIdVTbwTqe9CtQfvl/FPD4UIPt4pqw==}
+ engines: {node: '>=12.17'}
dev: true
/get-orientation@1.1.2:
- resolution:
- {
- integrity: sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ==
- }
+ resolution: {integrity: sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ==}
dependencies:
stream-parser: 0.3.1
transitivePeerDependencies:
@@ -34133,119 +26604,75 @@ packages:
dev: true
/get-own-enumerable-property-symbols@3.0.2:
- resolution:
- {
- integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==
- }
+ resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==}
dev: false
/get-package-type@0.1.0:
- resolution:
- {
- integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==}
+ engines: {node: '>=8.0.0'}
dev: true
/get-port@5.1.1:
- resolution:
- {
- integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==}
+ engines: {node: '>=8'}
/get-source@2.0.12:
- resolution:
- {
- integrity: sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==
- }
+ resolution: {integrity: sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==}
dependencies:
data-uri-to-buffer: 2.0.2
source-map: 0.6.1
- dev: true
/get-stdin@8.0.0:
- resolution:
- {
- integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==}
+ engines: {node: '>=10'}
/get-stream@3.0.0:
- resolution:
- {
- integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==}
+ engines: {node: '>=4'}
dev: true
/get-stream@4.1.0:
- resolution:
- {
- integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==}
+ engines: {node: '>=6'}
dependencies:
pump: 3.0.0
/get-stream@5.2.0:
- resolution:
- {
- integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
+ engines: {node: '>=8'}
dependencies:
pump: 3.0.0
/get-stream@6.0.1:
- resolution:
- {
- integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
+ engines: {node: '>=10'}
/get-symbol-description@1.0.0:
- resolution:
- {
- integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
/get-tsconfig@4.7.0:
- resolution:
- {
- integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==
- }
+ resolution: {integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==}
dependencies:
resolve-pkg-maps: 1.0.0
dev: true
/getos@3.2.1:
- resolution:
- {
- integrity: sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==
- }
+ resolution: {integrity: sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==}
dependencies:
async: 3.2.4
dev: true
/getpass@0.1.7:
- resolution:
- {
- integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==
- }
+ resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==}
dependencies:
assert-plus: 1.0.0
/giget@1.1.2:
- resolution:
- {
- integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==
- }
- hasBin: true
+ resolution: {integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==}
dependencies:
colorette: 2.0.20
defu: 6.1.2
@@ -34259,18 +26686,12 @@ packages:
dev: true
/git-config-path@2.0.0:
- resolution:
- {
- integrity: sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==}
+ engines: {node: '>=4'}
dev: true
/git-diff-tree@1.1.0:
- resolution:
- {
- integrity: sha512-PdNkH2snpXsKIzho6OWMZKEl+KZG6Zm+1ghQIDi0tEq1sz/S1tDjvNuYrX2ZpomalHAB89OUQim8O6vN+jesNQ==
- }
+ resolution: {integrity: sha512-PdNkH2snpXsKIzho6OWMZKEl+KZG6Zm+1ghQIDi0tEq1sz/S1tDjvNuYrX2ZpomalHAB89OUQim8O6vN+jesNQ==}
dependencies:
git-spawned-stream: 1.0.1
pump-chain: 1.0.0
@@ -34281,10 +26702,7 @@ packages:
dev: true
/git-log-parser@1.2.0:
- resolution:
- {
- integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==
- }
+ resolution: {integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==}
dependencies:
argv-formatter: 1.0.0
spawn-error-forwarder: 1.0.0
@@ -34295,12 +26713,8 @@ packages:
dev: true
/git-raw-commits@2.0.11:
- resolution:
- {
- integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==}
+ engines: {node: '>=10'}
dependencies:
dargs: 7.0.0
lodash: 4.17.21
@@ -34310,10 +26724,7 @@ packages:
dev: true
/git-spawned-stream@1.0.1:
- resolution:
- {
- integrity: sha512-W2Zo3sCiq5Hqv1/FLsNmGomkXdyimmkHncGzqjBHh7nWx+CbH5dkWGb6CiFdknooL7wfeZJ3gz14KrXl/gotCw==
- }
+ resolution: {integrity: sha512-W2Zo3sCiq5Hqv1/FLsNmGomkXdyimmkHncGzqjBHh7nWx+CbH5dkWGb6CiFdknooL7wfeZJ3gz14KrXl/gotCw==}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
spawn-to-readstream: 0.1.3
@@ -34322,94 +26733,63 @@ packages:
dev: true
/git-up@4.0.5:
- resolution:
- {
- integrity: sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==
- }
+ resolution: {integrity: sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==}
dependencies:
is-ssh: 1.4.0
parse-url: 6.0.5
dev: true
/git-url-parse@11.6.0:
- resolution:
- {
- integrity: sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==
- }
+ resolution: {integrity: sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==}
dependencies:
git-up: 4.0.5
dev: true
/github-from-package@0.0.0:
- resolution:
- {
- integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
/github-slugger@1.5.0:
- resolution:
- {
- integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==
- }
-
- /glob-parent@5.1.2:
- resolution:
- {
- integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==}
+
+ /glob-parent@5.1.2(patch_hash=x5m7a7uswi2nqynchqprqqmlwy):
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
+ engines: {node: '>= 6'}
dependencies:
is-glob: 4.0.3
+ patched: true
/glob-parent@6.0.2:
- resolution:
- {
- integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
+ engines: {node: '>=10.13.0'}
dependencies:
is-glob: 4.0.3
/glob-promise@4.2.2(glob@7.2.3):
- resolution:
- {
- integrity: sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==}
+ engines: {node: '>=12'}
peerDependencies:
glob: ^7.1.6
dependencies:
- "@types/glob": 7.2.0
+ '@types/glob': 7.2.0
glob: 7.2.3
dev: false
/glob-promise@6.0.3(glob@8.1.0):
- resolution:
- {
- integrity: sha512-m+kxywR5j/2Z2V9zvHKfwwL5Gp7gIFEBX+deTB9w2lJB+wSuw9kcS43VfvTAMk8TXL5JCl/cCjsR+tgNVspGyA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-m+kxywR5j/2Z2V9zvHKfwwL5Gp7gIFEBX+deTB9w2lJB+wSuw9kcS43VfvTAMk8TXL5JCl/cCjsR+tgNVspGyA==}
+ engines: {node: '>=16'}
peerDependencies:
glob: ^8.0.3
dependencies:
- "@types/glob": 8.1.0
+ '@types/glob': 8.1.0
glob: 8.1.0
dev: true
/glob-to-regexp@0.4.1:
- resolution:
- {
- integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
- }
+ resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
/glob@10.3.3:
- resolution:
- {
- integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==
- }
- engines: { node: ">=16 || 14 >=14.17" }
- hasBin: true
+ resolution: {integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==}
+ engines: {node: '>=16 || 14 >=14.17'}
dependencies:
foreground-child: 3.1.1
jackspeak: 2.3.0
@@ -34418,10 +26798,7 @@ packages:
path-scurry: 1.10.1
/glob@7.1.2:
- resolution:
- {
- integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==
- }
+ resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34432,10 +26809,7 @@ packages:
dev: false
/glob@7.1.4:
- resolution:
- {
- integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
- }
+ resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34445,10 +26819,7 @@ packages:
path-is-absolute: 1.0.1
/glob@7.1.6:
- resolution:
- {
- integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
- }
+ resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34458,10 +26829,7 @@ packages:
path-is-absolute: 1.0.1
/glob@7.1.7:
- resolution:
- {
- integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
- }
+ resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34472,10 +26840,7 @@ packages:
dev: true
/glob@7.2.3:
- resolution:
- {
- integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
- }
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34485,11 +26850,8 @@ packages:
path-is-absolute: 1.0.1
/glob@8.1.0:
- resolution:
- {
- integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
+ engines: {node: '>=12'}
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -34498,11 +26860,8 @@ packages:
once: 1.4.0
/glob@9.3.5:
- resolution:
- {
- integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
- }
- engines: { node: ">=16 || 14 >=14.17" }
+ resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
+ engines: {node: '>=16 || 14 >=14.17'}
dependencies:
fs.realpath: 1.0.0
minimatch: 8.0.4
@@ -34511,40 +26870,28 @@ packages:
dev: true
/global-dirs@0.1.1:
- resolution:
- {
- integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==}
+ engines: {node: '>=4'}
dependencies:
ini: 1.3.8
dev: true
/global-dirs@3.0.0:
- resolution:
- {
- integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==}
+ engines: {node: '>=10'}
dependencies:
ini: 2.0.0
dev: true
/global-dirs@3.0.1:
- resolution:
- {
- integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
+ engines: {node: '>=10'}
dependencies:
ini: 2.0.0
/global-modules@1.0.0:
- resolution:
- {
- integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==}
+ engines: {node: '>=0.10.0'}
dependencies:
global-prefix: 1.0.2
is-windows: 1.0.2
@@ -34552,21 +26899,15 @@ packages:
dev: true
/global-modules@2.0.0:
- resolution:
- {
- integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
+ engines: {node: '>=6'}
dependencies:
global-prefix: 3.0.0
dev: false
/global-prefix@1.0.2:
- resolution:
- {
- integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==}
+ engines: {node: '>=0.10.0'}
dependencies:
expand-tilde: 2.0.2
homedir-polyfill: 1.0.3
@@ -34576,11 +26917,8 @@ packages:
dev: true
/global-prefix@3.0.0:
- resolution:
- {
- integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==}
+ engines: {node: '>=6'}
dependencies:
ini: 1.3.8
kind-of: 6.0.3
@@ -34588,109 +26926,83 @@ packages:
dev: false
/globals@11.12.0:
- resolution:
- {
- integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
+ engines: {node: '>=4'}
/globals@13.21.0:
- resolution:
- {
- integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==}
+ engines: {node: '>=8'}
dependencies:
type-fest: 0.20.2
/globalthis@1.0.3:
- resolution:
- {
- integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==}
+ engines: {node: '>= 0.4'}
dependencies:
define-properties: 1.2.0
/globby@10.0.1:
- resolution:
- {
- integrity: sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==}
+ engines: {node: '>=8'}
dependencies:
- "@types/glob": 7.2.0
+ '@types/glob': 7.2.0
array-union: 2.1.0
dir-glob: 3.0.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
glob: 7.2.3
ignore: 5.2.4
- merge2: 1.4.1
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
slash: 3.0.0
dev: true
- /globby@11.1.0:
- resolution:
- {
- integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
- }
- engines: { node: ">=10" }
+ /globby@11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y):
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
+ engines: {node: '>=10'}
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
ignore: 5.2.4
- merge2: 1.4.1
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
slash: 3.0.0
+ patched: true
/globby@12.2.0:
- resolution:
- {
- integrity: sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
array-union: 3.0.1
dir-glob: 3.0.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
ignore: 5.2.4
- merge2: 1.4.1
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
slash: 4.0.0
dev: true
/globby@13.2.2:
- resolution:
- {
- integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
dir-glob: 3.0.1
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
ignore: 5.2.4
- merge2: 1.4.1
+ merge2: 1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi)
slash: 4.0.0
dev: false
/gopd@1.0.1:
- resolution:
- {
- integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
- }
+ resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
dependencies:
get-intrinsic: 1.2.1
/got@11.8.6:
- resolution:
- {
- integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==
- }
- engines: { node: ">=10.19.0" }
- dependencies:
- "@sindresorhus/is": 4.6.0
- "@szmarczak/http-timer": 4.0.6
- "@types/cacheable-request": 6.0.3
- "@types/responselike": 1.0.0
+ resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==}
+ engines: {node: '>=10.19.0'}
+ dependencies:
+ '@sindresorhus/is': 4.6.0
+ '@szmarczak/http-timer': 4.0.6
+ '@types/cacheable-request': 6.0.3
+ '@types/responselike': 1.0.0
cacheable-lookup: 5.0.4
cacheable-request: 7.0.4
decompress-response: 6.0.0
@@ -34701,14 +27013,11 @@ packages:
dev: true
/got@12.6.1:
- resolution:
- {
- integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==
- }
- engines: { node: ">=14.16" }
- dependencies:
- "@sindresorhus/is": 5.6.0
- "@szmarczak/http-timer": 5.0.1
+ resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ '@sindresorhus/is': 5.6.0
+ '@szmarczak/http-timer': 5.0.1
cacheable-lookup: 7.0.0
cacheable-request: 10.2.13
decompress-response: 6.0.0
@@ -34721,16 +27030,13 @@ packages:
dev: true
/got@9.6.0:
- resolution:
- {
- integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==
- }
- engines: { node: ">=8.6" }
- dependencies:
- "@sindresorhus/is": 0.14.0
- "@szmarczak/http-timer": 1.1.2
- "@types/keyv": 3.1.4
- "@types/responselike": 1.0.0
+ resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==}
+ engines: {node: '>=8.6'}
+ dependencies:
+ '@sindresorhus/is': 0.14.0
+ '@szmarczak/http-timer': 1.1.2
+ '@types/keyv': 3.1.4
+ '@types/responselike': 1.0.0
cacheable-request: 6.1.0
decompress-response: 3.3.0
duplexer3: 0.1.5
@@ -34742,50 +27048,32 @@ packages:
url-parse-lax: 3.0.0
/graceful-fs@4.2.10:
- resolution:
- {
- integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
- }
+ resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
dev: true
/graceful-fs@4.2.11:
- resolution:
- {
- integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
- }
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
/grapheme-splitter@1.0.4:
- resolution:
- {
- integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
- }
+ resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
/graphemer@1.4.0:
- resolution:
- {
- integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
- }
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
/graphlib@2.1.8:
- resolution:
- {
- integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==
- }
+ resolution: {integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==}
dependencies:
lodash: 4.17.21
/graphql-codegen-typescript-validation-schema@0.11.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ompXw6VK4JXv+60wQL3H7wtzfjvw6Ic047suJ/ETW34MBjQ1JM2AcLBffmDBKvgrDWJg4mMTxJRChDeDxofIKg==
- }
+ resolution: {integrity: sha512-ompXw6VK4JXv+60wQL3H7wtzfjvw6Ic047suJ/ETW34MBjQ1JM2AcLBffmDBKvgrDWJg4mMTxJRChDeDxofIKg==}
peerDependencies:
- graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-codegen/plugin-helpers": 5.0.1(graphql@16.8.0)
- "@graphql-codegen/schema-ast": 4.0.0(graphql@16.8.0)
- "@graphql-codegen/visitor-plugin-common": 4.0.1(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
+ '@graphql-codegen/schema-ast': 4.0.0(graphql@16.8.0)
+ '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
graphlib: 2.1.8
graphql: 16.8.0
transitivePeerDependencies:
@@ -34794,36 +27082,30 @@ packages:
dev: true
/graphql-compose@9.0.10(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-UsVoxfi2+c8WbHl2pEB+teoRRZoY4mbWBoijeLDGpAZBSPChnqtSRjp+T9UcouLCwGr5ooNyOQLoI3OVzU1bPQ==
- }
+ resolution: {integrity: sha512-UsVoxfi2+c8WbHl2pEB+teoRRZoY4mbWBoijeLDGpAZBSPChnqtSRjp+T9UcouLCwGr5ooNyOQLoI3OVzU1bPQ==}
peerDependencies:
- graphql: ^14.2.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
graphql-type-json: 0.3.2(graphql@16.8.0)
dev: false
/graphql-config@4.5.0(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==}
+ engines: {node: '>= 10.0.0'}
peerDependencies:
cosmiconfig-toml-loader: ^1.0.0
- graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
peerDependenciesMeta:
cosmiconfig-toml-loader:
optional: true
dependencies:
- "@graphql-tools/graphql-file-loader": 7.5.17(graphql@16.8.0)
- "@graphql-tools/json-file-loader": 7.4.18(graphql@16.8.0)
- "@graphql-tools/load": 7.8.14(graphql@16.8.0)
- "@graphql-tools/merge": 8.4.2(graphql@16.8.0)
- "@graphql-tools/url-loader": 7.17.18(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
+ '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.8.0)
+ '@graphql-tools/json-file-loader': 7.4.18(graphql@16.8.0)
+ '@graphql-tools/load': 7.8.14(graphql@16.8.0)
+ '@graphql-tools/merge': 8.4.2(graphql@16.8.0)
+ '@graphql-tools/url-loader': 7.17.18(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
cosmiconfig: 8.0.0
graphql: 16.8.0
jiti: 1.17.1
@@ -34831,31 +27113,28 @@ packages:
string-env-interpolation: 1.0.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- encoding
- utf-8-validate
dev: true
/graphql-config@5.0.2(@types/node@20.3.3)(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-7TPxOrlbiG0JplSZYCyxn2XQtqVhXomEjXUmWJVSS5ET1nPhOJSsIb/WTwqWhcYX6G0RlHXSj9PLtGTKmxLNGg==
- }
- engines: { node: ">= 16.0.0" }
+ resolution: {integrity: sha512-7TPxOrlbiG0JplSZYCyxn2XQtqVhXomEjXUmWJVSS5ET1nPhOJSsIb/WTwqWhcYX6G0RlHXSj9PLtGTKmxLNGg==}
+ engines: {node: '>= 16.0.0'}
peerDependencies:
cosmiconfig-toml-loader: ^1.0.0
- graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
peerDependenciesMeta:
cosmiconfig-toml-loader:
optional: true
dependencies:
- "@graphql-tools/graphql-file-loader": 8.0.0(graphql@16.8.0)
- "@graphql-tools/json-file-loader": 8.0.0(graphql@16.8.0)
- "@graphql-tools/load": 8.0.0(graphql@16.8.0)
- "@graphql-tools/merge": 9.0.0(graphql@16.8.0)
- "@graphql-tools/url-loader": 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
+ '@graphql-tools/graphql-file-loader': 8.0.0(patch_hash=ommjebcewxw54ruoq3khd3f7b4)(graphql@16.8.0)
+ '@graphql-tools/json-file-loader': 8.0.0(graphql@16.8.0)
+ '@graphql-tools/load': 8.0.0(patch_hash=exxcxxefaagayysm4sp7c4opby)(graphql@16.8.0)
+ '@graphql-tools/merge': 9.0.0(graphql@16.8.0)
+ '@graphql-tools/url-loader': 8.0.0(@types/node@20.3.3)(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
cosmiconfig: 8.2.0
graphql: 16.8.0
jiti: 1.19.1
@@ -34863,71 +27142,56 @@ packages:
string-env-interpolation: 1.0.1
tslib: 2.6.1
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- bufferutil
- encoding
- utf-8-validate
dev: true
/graphql-depth-limit@1.1.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-+3B2BaG8qQ8E18kzk9yiSdAa75i/hnnOwgSeAxVJctGQPvmeiLtqKOYF6HETCyRjiF7Xfsyal0HbLlxCQkgkrw==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-+3B2BaG8qQ8E18kzk9yiSdAa75i/hnnOwgSeAxVJctGQPvmeiLtqKOYF6HETCyRjiF7Xfsyal0HbLlxCQkgkrw==}
+ engines: {node: '>=6.0.0'}
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
dependencies:
arrify: 1.0.1
graphql: 16.8.0
dev: true
/graphql-helix@1.13.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-cqDKMoRywKjnL0ZWCTB0GOiBgsH6d3nU4JGDF6RuzAyd35tmalzKpSxkx3NNp4H5RvnKWnrukWzR51wUq277ng==
- }
+ resolution: {integrity: sha512-cqDKMoRywKjnL0ZWCTB0GOiBgsH6d3nU4JGDF6RuzAyd35tmalzKpSxkx3NNp4H5RvnKWnrukWzR51wUq277ng==}
peerDependencies:
- graphql: ^15.3.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
/graphql-import-node@0.0.5(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-OXbou9fqh9/Lm7vwXT0XoRN9J5+WCYKnbiTalgFDvkQERITRmcfncZs6aVABedd5B85yQU5EULS4a5pnbpuI0Q==
- }
+ resolution: {integrity: sha512-OXbou9fqh9/Lm7vwXT0XoRN9J5+WCYKnbiTalgFDvkQERITRmcfncZs6aVABedd5B85yQU5EULS4a5pnbpuI0Q==}
peerDependencies:
- graphql: "*"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: true
/graphql-modules@2.1.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-GWxPom0iv4TXyLkuPqEHdRtJRdWCrUOGRMpXWmly1eY2T2MKAdCNya5iY/Ezb3d0Z2BzQBRUXdOgdkFPe2UDjg==
- }
+ resolution: {integrity: sha512-GWxPom0iv4TXyLkuPqEHdRtJRdWCrUOGRMpXWmly1eY2T2MKAdCNya5iY/Ezb3d0Z2BzQBRUXdOgdkFPe2UDjg==}
peerDependencies:
- graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
+ graphql: ^16.8.0
dependencies:
- "@graphql-tools/schema": 9.0.19(graphql@16.8.0)
- "@graphql-tools/wrap": 9.4.2(graphql@16.8.0)
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-tools/schema': 9.0.19(graphql@16.8.0)
+ '@graphql-tools/wrap': 9.4.2(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
graphql: 16.8.0
ramda: 0.28.0
dev: false
/graphql-request@6.1.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
- }
+ resolution: {integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==}
peerDependencies:
- graphql: 14 - 16
+ graphql: ^16.8.0
dependencies:
- "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.0)
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
cross-fetch: 3.1.8
graphql: 16.8.0
transitivePeerDependencies:
@@ -34935,95 +27199,74 @@ packages:
dev: true
/graphql-scalars@1.22.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-my9FB4GtghqXqi/lWSVAOPiTzTnnEzdOXCsAC2bb5V7EFNQjVjwy3cSSbUvgYOtDuDibd+ZsCDhz+4eykYOlhQ==}
+ engines: {node: '>=10'}
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: ^16.8.0
dependencies:
graphql: 16.8.0
tslib: 2.6.1
dev: false
/graphql-sse@2.2.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-ULXpwlgcQpen/dhYNTcoKkDyVUoYvhUocnd58TjbQZYm6zP7bzKADg4abZFPkkVOU4IaC0rAD1DnIcE+Gtvmsg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ULXpwlgcQpen/dhYNTcoKkDyVUoYvhUocnd58TjbQZYm6zP7bzKADg4abZFPkkVOU4IaC0rAD1DnIcE+Gtvmsg==}
+ engines: {node: '>=12'}
peerDependencies:
- graphql: ">=0.11 <=16"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
/graphql-tag@2.12.6(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==}
+ engines: {node: '>=10'}
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: ^16.8.0
dependencies:
graphql: 16.8.0
tslib: 2.6.1
dev: true
/graphql-type-json@0.3.2(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==
- }
+ resolution: {integrity: sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==}
peerDependencies:
- graphql: ">=0.8.0"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: false
/graphql-ws@5.12.1(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==}
+ engines: {node: '>=10'}
peerDependencies:
- graphql: ">=0.11 <=16"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: true
/graphql-ws@5.14.0(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==}
+ engines: {node: '>=10'}
peerDependencies:
- graphql: ">=0.11 <=16"
+ graphql: ^16.8.0
dependencies:
graphql: 16.8.0
dev: true
/graphql-yoga@4.0.3(graphql@16.8.0):
- resolution:
- {
- integrity: sha512-MP+v+yxCqM3lXg95vaA+kXjyRvyRxHUlgZryTecN7ugzEEnyQKKu8JBXA4ziEuLi3liRriyjCAyV4pqFzhHujA==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- graphql: ^15.2.0 || ^16.0.0
- dependencies:
- "@envelop/core": 4.0.0
- "@graphql-tools/executor": 1.2.0(graphql@16.8.0)
- "@graphql-tools/schema": 10.0.0(graphql@16.8.0)
- "@graphql-tools/utils": 10.0.5(graphql@16.8.0)
- "@graphql-yoga/logger": 1.0.0
- "@graphql-yoga/subscription": 4.0.0
- "@whatwg-node/fetch": 0.9.9
- "@whatwg-node/server": 0.9.11
+ resolution: {integrity: sha512-MP+v+yxCqM3lXg95vaA+kXjyRvyRxHUlgZryTecN7ugzEEnyQKKu8JBXA4ziEuLi3liRriyjCAyV4pqFzhHujA==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ graphql: ^16.8.0
+ dependencies:
+ '@envelop/core': 4.0.0
+ '@graphql-tools/executor': 1.2.0(graphql@16.8.0)
+ '@graphql-tools/schema': 10.0.0(graphql@16.8.0)
+ '@graphql-tools/utils': 10.0.5(graphql@16.8.0)
+ '@graphql-yoga/logger': 1.0.0
+ '@graphql-yoga/subscription': 4.0.0
+ '@whatwg-node/fetch': 0.9.9
+ '@whatwg-node/server': 0.9.11
dset: 3.1.2
graphql: 16.8.0
lru-cache: 10.0.1
@@ -35031,18 +27274,12 @@ packages:
dev: false
/graphql@16.8.0:
- resolution:
- {
- integrity: sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==
- }
- engines: { node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0 }
+ resolution: {integrity: sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==}
+ engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
/gray-matter@4.0.3:
- resolution:
- {
- integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==
- }
- engines: { node: ">=6.0" }
+ resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
+ engines: {node: '>=6.0'}
dependencies:
js-yaml: 3.14.1
kind-of: 6.0.3
@@ -35051,19 +27288,12 @@ packages:
dev: false
/growl@1.10.5:
- resolution:
- {
- integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
- }
- engines: { node: ">=4.x" }
+ resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==}
+ engines: {node: '>=4.x'}
dev: false
/gunzip-maybe@1.4.2:
- resolution:
- {
- integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==
- }
- hasBin: true
+ resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==}
dependencies:
browserify-zlib: 0.1.4
is-deflate: 1.0.0
@@ -35074,27 +27304,17 @@ packages:
dev: true
/gzip-size@6.0.0:
- resolution:
- {
- integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
+ engines: {node: '>=10'}
dependencies:
duplexer: 0.1.2
/handle-thing@2.0.1:
- resolution:
- {
- integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
- }
+ resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
/handlebars@4.7.8:
- resolution:
- {
- integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
- }
- engines: { node: ">=0.4.7" }
- hasBin: true
+ resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
+ engines: {node: '>=0.4.7'}
dependencies:
minimist: 1.2.8
neo-async: 2.6.2
@@ -35104,161 +27324,100 @@ packages:
uglify-js: 3.17.4
/hanji@0.0.5:
- resolution:
- {
- integrity: sha512-Abxw1Lq+TnYiL4BueXqMau222fPSPMFtya8HdpWsz/xVAhifXou71mPh/kY2+08RgFcVccjG3uZHs6K5HAe3zw==
- }
+ resolution: {integrity: sha512-Abxw1Lq+TnYiL4BueXqMau222fPSPMFtya8HdpWsz/xVAhifXou71mPh/kY2+08RgFcVccjG3uZHs6K5HAe3zw==}
dependencies:
lodash.throttle: 4.1.1
sisteransi: 1.0.5
dev: true
/har-schema@2.0.0:
- resolution:
- {
- integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==}
+ engines: {node: '>=4'}
dev: false
/har-validator@5.1.5:
- resolution:
- {
- integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
- }
- engines: { node: ">=6" }
- deprecated: this library is no longer supported
+ resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==}
+ engines: {node: '>=6'}
dependencies:
ajv: 6.12.6
har-schema: 2.0.0
dev: false
/hard-rejection@2.1.0:
- resolution:
- {
- integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==}
+ engines: {node: '>=6'}
dev: true
/harmony-reflect@1.6.2:
- resolution:
- {
- integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==
- }
+ resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==}
dev: true
/has-bigints@1.0.2:
- resolution:
- {
- integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
- }
+ resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
/has-binary2@1.0.3:
- resolution:
- {
- integrity: sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==
- }
+ resolution: {integrity: sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==}
dependencies:
isarray: 2.0.1
dev: true
/has-cors@1.1.0:
- resolution:
- {
- integrity: sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==
- }
+ resolution: {integrity: sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==}
dev: true
/has-flag@3.0.0:
- resolution:
- {
- integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
+ engines: {node: '>=4'}
/has-flag@4.0.0:
- resolution:
- {
- integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
+ engines: {node: '>=8'}
/has-own-prop@2.0.0:
- resolution:
- {
- integrity: sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==}
+ engines: {node: '>=8'}
dev: true
/has-property-descriptors@1.0.0:
- resolution:
- {
- integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
- }
+ resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
dependencies:
get-intrinsic: 1.2.1
/has-proto@1.0.1:
- resolution:
- {
- integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==}
+ engines: {node: '>= 0.4'}
/has-symbols@1.0.3:
- resolution:
- {
- integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
+ engines: {node: '>= 0.4'}
/has-tostringtag@1.0.0:
- resolution:
- {
- integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
+ engines: {node: '>= 0.4'}
dependencies:
has-symbols: 1.0.3
/has-unicode@2.0.1:
- resolution:
- {
- integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
- }
+ resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==}
/has-yarn@2.1.0:
- resolution:
- {
- integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==}
+ engines: {node: '>=8'}
/has-yarn@3.0.0:
- resolution:
- {
- integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/has@1.0.3:
- resolution:
- {
- integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
+ engines: {node: '>= 0.4.0'}
dependencies:
function-bind: 1.1.1
/hash-base@3.1.0:
- resolution:
- {
- integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==}
+ engines: {node: '>=4'}
dependencies:
inherits: 2.0.4
readable-stream: 3.6.2
@@ -35266,40 +27425,28 @@ packages:
dev: true
/hash-it@6.0.0:
- resolution:
- {
- integrity: sha512-KHzmSFx1KwyMPw0kXeeUD752q/Kfbzhy6dAZrjXV9kAIXGqzGvv8vhkUqj+2MGZldTo0IBpw6v7iWE7uxsvH0w==
- }
+ resolution: {integrity: sha512-KHzmSFx1KwyMPw0kXeeUD752q/Kfbzhy6dAZrjXV9kAIXGqzGvv8vhkUqj+2MGZldTo0IBpw6v7iWE7uxsvH0w==}
dev: false
/hash.js@1.1.7:
- resolution:
- {
- integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
- }
+ resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==}
dependencies:
inherits: 2.0.4
minimalistic-assert: 1.0.1
dev: true
/hasha@5.2.2:
- resolution:
- {
- integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==}
+ engines: {node: '>=8'}
dependencies:
is-stream: 2.0.1
type-fest: 0.8.1
dev: true
/hast-to-hyperscript@10.0.3:
- resolution:
- {
- integrity: sha512-NuBoUStp4fRwmvlfbidlEiRSTk0gSHm+97q4Xn9CJ10HO+Py7nlTuDi6RhM1qLOureukGrCXLG7AAxaGqqyslQ==
- }
+ resolution: {integrity: sha512-NuBoUStp4fRwmvlfbidlEiRSTk0gSHm+97q4Xn9CJ10HO+Py7nlTuDi6RhM1qLOureukGrCXLG7AAxaGqqyslQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
comma-separated-tokens: 2.0.3
property-information: 6.2.0
space-separated-tokens: 2.0.2
@@ -35308,12 +27455,9 @@ packages:
dev: false
/hast-to-hyperscript@9.0.1:
- resolution:
- {
- integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==
- }
+ resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
comma-separated-tokens: 1.0.8
property-information: 5.6.0
space-separated-tokens: 1.1.5
@@ -35323,21 +27467,15 @@ packages:
dev: false
/hast-util-embedded@2.0.1:
- resolution:
- {
- integrity: sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==
- }
+ resolution: {integrity: sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==}
dependencies:
hast-util-is-element: 2.1.3
dev: true
/hast-util-from-parse5@6.0.1:
- resolution:
- {
- integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==
- }
+ resolution: {integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==}
dependencies:
- "@types/parse5": 5.0.3
+ '@types/parse5': 5.0.3
hastscript: 6.0.0
property-information: 5.6.0
vfile: 4.2.1
@@ -35346,13 +27484,10 @@ packages:
dev: false
/hast-util-from-parse5@7.1.2:
- resolution:
- {
- integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==
- }
+ resolution: {integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==}
dependencies:
- "@types/hast": 2.3.5
- "@types/unist": 2.0.7
+ '@types/hast': 2.3.5
+ '@types/unist': 2.0.7
hastscript: 7.2.0
property-information: 6.2.0
vfile: 5.3.7
@@ -35360,55 +27495,37 @@ packages:
web-namespaces: 2.0.1
/hast-util-has-property@2.0.1:
- resolution:
- {
- integrity: sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==
- }
+ resolution: {integrity: sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==}
dev: true
/hast-util-is-body-ok-link@2.0.0:
- resolution:
- {
- integrity: sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==
- }
+ resolution: {integrity: sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
hast-util-has-property: 2.0.1
hast-util-is-element: 2.1.3
dev: true
/hast-util-is-element@2.1.3:
- resolution:
- {
- integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==
- }
+ resolution: {integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==}
dependencies:
- "@types/hast": 2.3.5
- "@types/unist": 2.0.7
+ '@types/hast': 2.3.5
+ '@types/unist': 2.0.7
dev: true
/hast-util-parse-selector@2.2.5:
- resolution:
- {
- integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==
- }
+ resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==}
dev: false
/hast-util-parse-selector@3.1.1:
- resolution:
- {
- integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==
- }
+ resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
/hast-util-phrasing@2.0.2:
- resolution:
- {
- integrity: sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w==
- }
+ resolution: {integrity: sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
hast-util-embedded: 2.0.1
hast-util-has-property: 2.0.1
hast-util-is-body-ok-link: 2.0.0
@@ -35416,12 +27533,9 @@ packages:
dev: true
/hast-util-raw@6.0.1:
- resolution:
- {
- integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==
- }
+ resolution: {integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
hast-util-from-parse5: 6.0.1
hast-util-to-parse5: 6.0.0
html-void-elements: 1.0.5
@@ -35434,14 +27548,11 @@ packages:
dev: false
/hast-util-raw@7.0.0:
- resolution:
- {
- integrity: sha512-3UKuYgaqakZrY916JfQzqSk8xZGyxpj9zwfPB3MctXLDorPdyqk1QZGZoCEqU2LMIEzVXBZukAQs7aAH9TJPIw==
- }
- dependencies:
- "@types/hast": 2.3.5
- "@types/parse5": 6.0.3
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-3UKuYgaqakZrY916JfQzqSk8xZGyxpj9zwfPB3MctXLDorPdyqk1QZGZoCEqU2LMIEzVXBZukAQs7aAH9TJPIw==}
+ dependencies:
+ '@types/hast': 2.3.5
+ '@types/parse5': 6.0.3
+ '@types/unist': 2.0.7
hast-util-from-parse5: 7.1.2
hast-util-to-parse5: 7.1.0
html-void-elements: 2.0.1
@@ -35454,23 +27565,17 @@ packages:
dev: false
/hast-util-sanitize@4.1.0:
- resolution:
- {
- integrity: sha512-Hd9tU0ltknMGRDv+d6Ro/4XKzBqQnP/EZrpiTbpFYfXv/uOhWeKc+2uajcbEvAEH98VZd7eII2PiXm13RihnLw==
- }
+ resolution: {integrity: sha512-Hd9tU0ltknMGRDv+d6Ro/4XKzBqQnP/EZrpiTbpFYfXv/uOhWeKc+2uajcbEvAEH98VZd7eII2PiXm13RihnLw==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
dev: false
/hast-util-to-nlcst@2.2.0:
- resolution:
- {
- integrity: sha512-BFBvuoEo9yCHklUSCz6+JG/FAkr+qCVaW1bE0/Y8+SBhuaz7s+suHDpkyQxH7FF2kqctYRhquLRCcmn+PS0IUQ==
- }
- dependencies:
- "@types/hast": 2.3.5
- "@types/nlcst": 1.0.1
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-BFBvuoEo9yCHklUSCz6+JG/FAkr+qCVaW1bE0/Y8+SBhuaz7s+suHDpkyQxH7FF2kqctYRhquLRCcmn+PS0IUQ==}
+ dependencies:
+ '@types/hast': 2.3.5
+ '@types/nlcst': 1.0.1
+ '@types/unist': 2.0.7
hast-util-embedded: 2.0.1
hast-util-is-element: 2.1.3
hast-util-phrasing: 2.0.2
@@ -35483,10 +27588,7 @@ packages:
dev: true
/hast-util-to-parse5@6.0.0:
- resolution:
- {
- integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==
- }
+ resolution: {integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==}
dependencies:
hast-to-hyperscript: 9.0.1
property-information: 5.6.0
@@ -35496,12 +27598,9 @@ packages:
dev: false
/hast-util-to-parse5@7.1.0:
- resolution:
- {
- integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==
- }
+ resolution: {integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
comma-separated-tokens: 2.0.3
property-information: 6.2.0
space-separated-tokens: 2.0.2
@@ -35510,27 +27609,18 @@ packages:
dev: false
/hast-util-to-string@2.0.0:
- resolution:
- {
- integrity: sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==
- }
+ resolution: {integrity: sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
dev: true
/hast-util-whitespace@2.0.1:
- resolution:
- {
- integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==
- }
+ resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==}
/hastscript@6.0.0:
- resolution:
- {
- integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==
- }
+ resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
comma-separated-tokens: 1.0.8
hast-util-parse-selector: 2.2.5
property-information: 5.6.0
@@ -35538,94 +27628,74 @@ packages:
dev: false
/hastscript@7.2.0:
- resolution:
- {
- integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==
- }
+ resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
comma-separated-tokens: 2.0.3
hast-util-parse-selector: 3.1.1
property-information: 6.2.0
space-separated-tokens: 2.0.2
/he@1.1.1:
- resolution:
- {
- integrity: sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==
- }
- hasBin: true
+ resolution: {integrity: sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==}
dev: false
/he@1.2.0:
- resolution:
- {
- integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
- }
- hasBin: true
+ resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
/header-case@2.0.4:
- resolution:
- {
- integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==
- }
+ resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==}
dependencies:
capital-case: 1.0.4
tslib: 2.6.1
/heap@0.2.7:
- resolution:
- {
- integrity: sha512-2bsegYkkHO+h/9MGbn6KWcE45cHZgPANo5LXF7EvWdT0yT2EguSVO1nDgU5c8+ZOPwp2vMNa7YFsJhVcDR9Sdg==
- }
+ resolution: {integrity: sha512-2bsegYkkHO+h/9MGbn6KWcE45cHZgPANo5LXF7EvWdT0yT2EguSVO1nDgU5c8+ZOPwp2vMNa7YFsJhVcDR9Sdg==}
/helios-opentelemetry-sdk@1.0.89:
- resolution:
- {
- integrity: sha512-AV3t8SIGvM1s/jHjPTdxLptsNfQderTOgP3xqhjGCkOvBwSSgD0hgdBPELe2ODDFyTVuXXs51WyfRG+PjDH8YA==
- }
- engines: { node: ">=14" }
- dependencies:
- "@heliosphere/base-sdk": 0.1.91
- "@heliosphere/opentelemetry-instrumentation-amqplib": 0.41.3
- "@heliosphere/opentelemetry-instrumentation-aws-sdk": 0.41.4
- "@heliosphere/opentelemetry-instrumentation-elasticsearch": 0.41.3
- "@heliosphere/opentelemetry-instrumentation-jest": 0.41.3
- "@heliosphere/opentelemetry-instrumentation-kafkajs": 0.41.4
- "@heliosphere/opentelemetry-instrumentation-mocha": 0.41.3
- "@opentelemetry/api": 1.4.1
- "@opentelemetry/core": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-metrics-otlp-grpc": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-metrics-otlp-http": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/exporter-trace-otlp-grpc": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/host-metrics": 0.33.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-aws-lambda": 0.36.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-bunyan": 0.32.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-cassandra-driver": 0.33.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-express": 0.33.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-fastify": 0.32.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-graphql": 0.35.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-grpc": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-http": 0.41.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-ioredis": 0.35.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-koa": 0.35.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-memcached": 0.32.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-mongodb": 0.36.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-mysql": 0.34.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-mysql2": 0.34.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-pg": 0.36.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-pino": 0.34.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-redis": 0.35.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-restify": 0.33.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-socket.io": 0.34.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/instrumentation-winston": 0.32.0(@opentelemetry/api@1.4.1)
- "@opentelemetry/resource-detector-aws": 1.3.1(@opentelemetry/api@1.4.1)
- "@opentelemetry/resources": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-metrics": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-base": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/sdk-trace-node": 1.15.2(@opentelemetry/api@1.4.1)
- "@opentelemetry/semantic-conventions": 1.15.2
+ resolution: {integrity: sha512-AV3t8SIGvM1s/jHjPTdxLptsNfQderTOgP3xqhjGCkOvBwSSgD0hgdBPELe2ODDFyTVuXXs51WyfRG+PjDH8YA==}
+ engines: {node: '>=14'}
+ dependencies:
+ '@heliosphere/base-sdk': 0.1.91
+ '@heliosphere/opentelemetry-instrumentation-amqplib': 0.41.3
+ '@heliosphere/opentelemetry-instrumentation-aws-sdk': 0.41.4
+ '@heliosphere/opentelemetry-instrumentation-elasticsearch': 0.41.3
+ '@heliosphere/opentelemetry-instrumentation-jest': 0.41.3
+ '@heliosphere/opentelemetry-instrumentation-kafkajs': 0.41.4
+ '@heliosphere/opentelemetry-instrumentation-mocha': 0.41.3
+ '@opentelemetry/api': 1.4.1
+ '@opentelemetry/core': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-metrics-otlp-grpc': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-metrics-otlp-http': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/exporter-trace-otlp-grpc': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/host-metrics': 0.33.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-aws-lambda': 0.36.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-bunyan': 0.32.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-cassandra-driver': 0.33.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-express': 0.33.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-fastify': 0.32.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-graphql': 0.35.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-grpc': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-http': 0.41.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-ioredis': 0.35.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-koa': 0.35.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-memcached': 0.32.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-mongodb': 0.36.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-mysql': 0.34.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-mysql2': 0.34.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-pg': 0.36.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-pino': 0.34.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-redis': 0.35.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-restify': 0.33.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-socket.io': 0.34.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/instrumentation-winston': 0.32.0(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resource-detector-aws': 1.3.1(@opentelemetry/api@1.4.1)
+ '@opentelemetry/resources': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-metrics': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-base': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/sdk-trace-node': 1.15.2(@opentelemetry/api@1.4.1)
+ '@opentelemetry/semantic-conventions': 1.15.2
axios: 0.24.0
jsonpath: 1.1.1
shimmer: 1.2.1
@@ -35636,48 +27706,32 @@ packages:
dev: false
/help-me@4.2.0:
- resolution:
- {
- integrity: sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==
- }
+ resolution: {integrity: sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==}
dependencies:
glob: 8.1.0
readable-stream: 3.6.2
dev: false
/hermes-estree@0.12.0:
- resolution:
- {
- integrity: sha512-+e8xR6SCen0wyAKrMT3UD0ZCCLymKhRgjEB5sS28rKiFir/fXgLoeRilRUssFCILmGHb+OvHDUlhxs0+IEyvQw==
- }
+ resolution: {integrity: sha512-+e8xR6SCen0wyAKrMT3UD0ZCCLymKhRgjEB5sS28rKiFir/fXgLoeRilRUssFCILmGHb+OvHDUlhxs0+IEyvQw==}
dev: false
/hermes-parser@0.12.0:
- resolution:
- {
- integrity: sha512-d4PHnwq6SnDLhYl3LHNHvOg7nQ6rcI7QVil418REYksv0Mh3cEkHDcuhGxNQ3vgnLSLl4QSvDrFCwQNYdpWlzw==
- }
+ resolution: {integrity: sha512-d4PHnwq6SnDLhYl3LHNHvOg7nQ6rcI7QVil418REYksv0Mh3cEkHDcuhGxNQ3vgnLSLl4QSvDrFCwQNYdpWlzw==}
dependencies:
hermes-estree: 0.12.0
dev: false
/hermes-profile-transformer@0.0.6:
- resolution:
- {
- integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==}
+ engines: {node: '>=8'}
dependencies:
source-map: 0.7.4
dev: false
/hexer@1.5.0:
- resolution:
- {
- integrity: sha512-dyrPC8KzBzUJ19QTIo1gXNqIISRXQ0NwteW6OeQHRN4ZuZeHkdODfj0zHBdOlHbRY8GqbqK57C9oWSvQZizFsg==
- }
- engines: { node: ">= 0.10.x" }
- hasBin: true
+ resolution: {integrity: sha512-dyrPC8KzBzUJ19QTIo1gXNqIISRXQ0NwteW6OeQHRN4ZuZeHkdODfj0zHBdOlHbRY8GqbqK57C9oWSvQZizFsg==}
+ engines: {node: '>= 0.10.x'}
dependencies:
ansi-color: 0.2.1
minimist: 1.2.8
@@ -35686,28 +27740,19 @@ packages:
dev: false
/highlight.js@10.7.3:
- resolution:
- {
- integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
- }
+ resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==}
/highlight.js@11.8.0:
- resolution:
- {
- integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==}
+ engines: {node: '>=12.0.0'}
requiresBuild: true
dev: false
optional: true
/history@4.10.1:
- resolution:
- {
- integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
- }
+ resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
loose-envify: 1.4.0
resolve-pathname: 3.0.0
tiny-invariant: 1.3.1
@@ -35716,10 +27761,7 @@ packages:
dev: false
/hmac-drbg@1.0.1:
- resolution:
- {
- integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
- }
+ resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==}
dependencies:
hash.js: 1.1.7
minimalistic-assert: 1.0.1
@@ -35727,90 +27769,59 @@ packages:
dev: true
/hogan.js@3.0.2:
- resolution:
- {
- integrity: sha512-RqGs4wavGYJWE07t35JQccByczmNUXQT0E12ZYV1VKYu5UiAU9lsos/yBAcf840+zrUQQxgVduCR5/B8nNtibg==
- }
- hasBin: true
+ resolution: {integrity: sha512-RqGs4wavGYJWE07t35JQccByczmNUXQT0E12ZYV1VKYu5UiAU9lsos/yBAcf840+zrUQQxgVduCR5/B8nNtibg==}
dependencies:
mkdirp: 0.3.0
nopt: 1.0.10
dev: false
/hoist-non-react-statics@3.3.2:
- resolution:
- {
- integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
- }
+ resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
dependencies:
react-is: 16.13.1
/homedir-polyfill@1.0.3:
- resolution:
- {
- integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==}
+ engines: {node: '>=0.10.0'}
dependencies:
parse-passwd: 1.0.0
dev: true
/hook-std@3.0.0:
- resolution:
- {
- integrity: sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/hosted-git-info@2.8.9:
- resolution:
- {
- integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
- }
+ resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
dev: true
/hosted-git-info@4.1.0:
- resolution:
- {
- integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==}
+ engines: {node: '>=10'}
dependencies:
lru-cache: 6.0.0
/hosted-git-info@5.2.1:
- resolution:
- {
- integrity: sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
lru-cache: 7.18.3
dev: true
/hosted-git-info@6.1.1:
- resolution:
- {
- integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
lru-cache: 7.18.3
dev: true
/hotscript@1.0.13:
- resolution:
- {
- integrity: sha512-C++tTF1GqkGYecL+2S1wJTfoH6APGAsbb7PAWQ3iVIwgG/EFseAfEVOKFgAFq4yK3+6j1EjUD4UQ9dRJHX/sSQ==
- }
+ resolution: {integrity: sha512-C++tTF1GqkGYecL+2S1wJTfoH6APGAsbb7PAWQ3iVIwgG/EFseAfEVOKFgAFq4yK3+6j1EjUD4UQ9dRJHX/sSQ==}
dev: false
/hpack.js@2.1.6:
- resolution:
- {
- integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==
- }
+ resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
dependencies:
inherits: 2.0.4
obuf: 1.1.2
@@ -35818,61 +27829,39 @@ packages:
wbuf: 1.7.3
/hsl-to-hex@1.0.0:
- resolution:
- {
- integrity: sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA==
- }
+ resolution: {integrity: sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA==}
dependencies:
hsl-to-rgb-for-reals: 1.1.1
dev: true
/hsl-to-rgb-for-reals@1.1.1:
- resolution:
- {
- integrity: sha512-LgOWAkrN0rFaQpfdWBQlv/VhkOxb5AsBjk6NQVx4yEzWS923T07X0M1Y0VNko2H52HeSpZrZNNMJ0aFqsdVzQg==
- }
+ resolution: {integrity: sha512-LgOWAkrN0rFaQpfdWBQlv/VhkOxb5AsBjk6NQVx4yEzWS923T07X0M1Y0VNko2H52HeSpZrZNNMJ0aFqsdVzQg==}
dev: true
/html-encoding-sniffer@2.0.1:
- resolution:
- {
- integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==}
+ engines: {node: '>=10'}
dependencies:
whatwg-encoding: 1.0.5
dev: false
/html-encoding-sniffer@3.0.0:
- resolution:
- {
- integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==}
+ engines: {node: '>=12'}
dependencies:
whatwg-encoding: 2.0.0
dev: true
/html-entities@2.4.0:
- resolution:
- {
- integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==
- }
+ resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==}
/html-escaper@2.0.2:
- resolution:
- {
- integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
- }
+ resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
dev: true
/html-minifier-terser@6.1.0:
- resolution:
- {
- integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==}
+ engines: {node: '>=12'}
dependencies:
camel-case: 4.1.2
clean-css: 5.3.2
@@ -35883,47 +27872,32 @@ packages:
terser: 5.19.2
/html-tags@3.3.1:
- resolution:
- {
- integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
+ engines: {node: '>=8'}
/html-void-elements@1.0.5:
- resolution:
- {
- integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==
- }
+ resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==}
dev: false
/html-void-elements@2.0.1:
- resolution:
- {
- integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==
- }
+ resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==}
dev: false
/html-webpack-plugin@5.5.3(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==}
+ engines: {node: '>=10.13.0'}
peerDependencies:
webpack: ^5.20.0
dependencies:
- "@types/html-minifier-terser": 6.1.0
+ '@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
lodash: 4.17.21
pretty-error: 4.0.0
tapable: 2.2.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/htmlparser2@3.10.1:
- resolution:
- {
- integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
- }
+ resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==}
dependencies:
domelementtype: 1.3.1
domhandler: 2.4.2
@@ -35934,10 +27908,7 @@ packages:
dev: true
/htmlparser2@6.1.0:
- resolution:
- {
- integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==
- }
+ resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==}
dependencies:
domelementtype: 2.3.0
domhandler: 4.3.1
@@ -35945,10 +27916,7 @@ packages:
entities: 2.2.0
/htmlparser2@7.2.0:
- resolution:
- {
- integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==
- }
+ resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==}
dependencies:
domelementtype: 2.3.0
domhandler: 4.3.1
@@ -35956,10 +27924,7 @@ packages:
entities: 3.0.1
/htmlparser2@8.0.2:
- resolution:
- {
- integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
- }
+ resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
@@ -35968,23 +27933,14 @@ packages:
dev: false
/http-cache-semantics@4.1.1:
- resolution:
- {
- integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
- }
+ resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
/http-deceiver@1.2.7:
- resolution:
- {
- integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==
- }
+ resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==}
/http-errors@1.6.3:
- resolution:
- {
- integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==}
+ engines: {node: '>= 0.6'}
dependencies:
depd: 1.1.2
inherits: 2.0.3
@@ -35992,11 +27948,8 @@ packages:
statuses: 1.5.0
/http-errors@1.7.3:
- resolution:
- {
- integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==}
+ engines: {node: '>= 0.6'}
dependencies:
depd: 1.1.2
inherits: 2.0.4
@@ -36006,11 +27959,8 @@ packages:
dev: true
/http-errors@2.0.0:
- resolution:
- {
- integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
+ engines: {node: '>= 0.8'}
dependencies:
depd: 2.0.0
inherits: 2.0.4
@@ -36019,17 +27969,11 @@ packages:
toidentifier: 1.0.1
/http-parser-js@0.5.8:
- resolution:
- {
- integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
- }
+ resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
/http-proxy-agent@2.1.0:
- resolution:
- {
- integrity: sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==
- }
- engines: { node: ">= 4.5.0" }
+ resolution: {integrity: sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==}
+ engines: {node: '>= 4.5.0'}
dependencies:
agent-base: 4.3.0
debug: 3.1.0(supports-color@5.4.0)
@@ -36038,13 +27982,10 @@ packages:
dev: false
/http-proxy-agent@4.0.1:
- resolution:
- {
- integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==}
+ engines: {node: '>= 6'}
dependencies:
- "@tootallnate/once": 1.1.2
+ '@tootallnate/once': 1.1.2
agent-base: 6.0.2
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
@@ -36052,13 +27993,10 @@ packages:
dev: false
/http-proxy-agent@5.0.0:
- resolution:
- {
- integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
+ engines: {node: '>= 6'}
dependencies:
- "@tootallnate/once": 2.0.0
+ '@tootallnate/once': 2.0.0
agent-base: 6.0.2
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
@@ -36066,11 +28004,8 @@ packages:
dev: true
/http-proxy-agent@7.0.0:
- resolution:
- {
- integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==}
+ engines: {node: '>= 14'}
dependencies:
agent-base: 7.1.0
debug: 4.3.4(supports-color@8.1.1)
@@ -36079,19 +28014,16 @@ packages:
dev: true
/http-proxy-middleware@2.0.6(@types/express@4.17.17):
- resolution:
- {
- integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
- "@types/express": ^4.17.13
+ '@types/express': ^4.17.13
peerDependenciesMeta:
- "@types/express":
+ '@types/express':
optional: true
dependencies:
- "@types/express": 4.17.17
- "@types/http-proxy": 1.17.11
+ '@types/express': 4.17.17
+ '@types/http-proxy': 1.17.11
http-proxy: 1.18.1
is-glob: 4.0.3
is-plain-obj: 3.0.0
@@ -36100,11 +28032,8 @@ packages:
- debug
/http-proxy@1.18.1:
- resolution:
- {
- integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
+ engines: {node: '>=8.0.0'}
dependencies:
eventemitter3: 4.0.7
follow-redirects: 1.15.2(debug@4.3.4)
@@ -36113,19 +28042,12 @@ packages:
- debug
/http-reasons@0.1.0:
- resolution:
- {
- integrity: sha512-P6kYh0lKZ+y29T2Gqz+RlC9WBLhKe8kDmcJ+A+611jFfxdPsbMRQ5aNmFRM3lENqFkK+HTTL+tlQviAiv0AbLQ==
- }
+ resolution: {integrity: sha512-P6kYh0lKZ+y29T2Gqz+RlC9WBLhKe8kDmcJ+A+611jFfxdPsbMRQ5aNmFRM3lENqFkK+HTTL+tlQviAiv0AbLQ==}
dev: false
/http-server@14.1.1:
- resolution:
- {
- integrity: sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==
- }
- engines: { node: ">=12" }
- hasBin: true
+ resolution: {integrity: sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==}
+ engines: {node: '>=12'}
dependencies:
basic-auth: 2.0.1
chalk: 4.1.2
@@ -36146,11 +28068,8 @@ packages:
dev: true
/http-signature@1.2.0:
- resolution:
- {
- integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==
- }
- engines: { node: ">=0.8", npm: ">=1.3.7" }
+ resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==}
+ engines: {node: '>=0.8', npm: '>=1.3.7'}
dependencies:
assert-plus: 1.0.0
jsprim: 1.4.2
@@ -36158,11 +28077,8 @@ packages:
dev: false
/http-signature@1.3.6:
- resolution:
- {
- integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==}
+ engines: {node: '>=0.10'}
dependencies:
assert-plus: 1.0.0
jsprim: 2.0.2
@@ -36170,47 +28086,32 @@ packages:
dev: true
/http2-client@1.3.5:
- resolution:
- {
- integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==
- }
+ resolution: {integrity: sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==}
dev: false
/http2-wrapper@1.0.3:
- resolution:
- {
- integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==
- }
- engines: { node: ">=10.19.0" }
+ resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==}
+ engines: {node: '>=10.19.0'}
dependencies:
quick-lru: 5.1.1
resolve-alpn: 1.2.1
dev: true
/http2-wrapper@2.2.0:
- resolution:
- {
- integrity: sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==
- }
- engines: { node: ">=10.19.0" }
+ resolution: {integrity: sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==}
+ engines: {node: '>=10.19.0'}
dependencies:
quick-lru: 5.1.1
resolve-alpn: 1.2.1
dev: true
/https-browserify@1.0.0:
- resolution:
- {
- integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==
- }
+ resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==}
dev: true
/https-proxy-agent@2.2.4:
- resolution:
- {
- integrity: sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
- }
- engines: { node: ">= 4.5.0" }
+ resolution: {integrity: sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==}
+ engines: {node: '>= 4.5.0'}
dependencies:
agent-base: 4.3.0
debug: 3.2.7(supports-color@8.1.1)
@@ -36219,11 +28120,8 @@ packages:
dev: false
/https-proxy-agent@4.0.0:
- resolution:
- {
- integrity: sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
- }
- engines: { node: ">= 6.0.0" }
+ resolution: {integrity: sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==}
+ engines: {node: '>= 6.0.0'}
dependencies:
agent-base: 5.1.1
debug: 4.3.4(supports-color@8.1.1)
@@ -36232,11 +28130,8 @@ packages:
dev: true
/https-proxy-agent@5.0.1:
- resolution:
- {
- integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
+ engines: {node: '>= 6'}
dependencies:
agent-base: 6.0.2
debug: 4.3.4(supports-color@8.1.1)
@@ -36244,11 +28139,8 @@ packages:
- supports-color
/https-proxy-agent@7.0.1:
- resolution:
- {
- integrity: sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==}
+ engines: {node: '>= 14'}
dependencies:
agent-base: 7.1.0
debug: 4.3.4(supports-color@8.1.1)
@@ -36257,256 +28149,163 @@ packages:
dev: true
/human-signals@1.1.1:
- resolution:
- {
- integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
- }
- engines: { node: ">=8.12.0" }
+ resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==}
+ engines: {node: '>=8.12.0'}
dev: true
/human-signals@2.1.0:
- resolution:
- {
- integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
- }
- engines: { node: ">=10.17.0" }
+ resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
+ engines: {node: '>=10.17.0'}
/human-signals@3.0.1:
- resolution:
- {
- integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==
- }
- engines: { node: ">=12.20.0" }
+ resolution: {integrity: sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==}
+ engines: {node: '>=12.20.0'}
dev: true
/human-signals@4.3.1:
- resolution:
- {
- integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
- }
- engines: { node: ">=14.18.0" }
+ resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
+ engines: {node: '>=14.18.0'}
dev: true
/humanize-ms@1.2.1:
- resolution:
- {
- integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==
- }
+ resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
dependencies:
ms: 2.1.3
dev: false
/husky@8.0.3:
- resolution:
- {
- integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
+ engines: {node: '>=14'}
dev: true
/hyphen@1.6.6:
- resolution:
- {
- integrity: sha512-XtqmnT+b9n5MX+MsqluFAVTIenbtC25iskW0Z+jLd+awfhA+ZbWKWQMIvLJccGoa2bM1R6juWJ27cZxIFOmkWw==
- }
+ resolution: {integrity: sha512-XtqmnT+b9n5MX+MsqluFAVTIenbtC25iskW0Z+jLd+awfhA+ZbWKWQMIvLJccGoa2bM1R6juWJ27cZxIFOmkWw==}
dev: true
/hyphenate-style-name@1.0.4:
- resolution:
- {
- integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==
- }
+ resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==}
/iconv-lite@0.4.24:
- resolution:
- {
- integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
+ engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
/iconv-lite@0.6.3:
- resolution:
- {
- integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
+ engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
/icss-replace-symbols@1.1.0:
- resolution:
- {
- integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==
- }
+ resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==}
dev: true
/icss-utils@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
- }
- engines: { node: ^10 || ^12 || >= 14 }
+ resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
+ engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
postcss: 8.4.28
/identity-obj-proxy@3.0.0:
- resolution:
- {
- integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==}
+ engines: {node: '>=4'}
dependencies:
harmony-reflect: 1.6.2
dev: true
/ieee754@1.2.1:
- resolution:
- {
- integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
- }
+ resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
/ignore-walk@3.0.4:
- resolution:
- {
- integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==
- }
+ resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==}
dependencies:
minimatch: 3.1.2
dev: false
/ignore-walk@5.0.1:
- resolution:
- {
- integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
minimatch: 5.1.6
dev: true
/ignore@5.2.4:
- resolution:
- {
- integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
+ engines: {node: '>= 4'}
/image-size@0.5.5:
- resolution:
- {
- integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==
- }
- engines: { node: ">=0.10.0" }
- hasBin: true
+ resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
+ engines: {node: '>=0.10.0'}
requiresBuild: true
dev: true
optional: true
/image-size@1.0.2:
- resolution:
- {
- integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==
- }
- engines: { node: ">=14.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==}
+ engines: {node: '>=14.0.0'}
dependencies:
queue: 6.0.2
dev: false
/immediate@3.0.6:
- resolution:
- {
- integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
- }
+ resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==}
dev: true
/immer@9.0.21:
- resolution:
- {
- integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
- }
+ resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
dev: false
/immutable@3.7.6:
- resolution:
- {
- integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==}
+ engines: {node: '>=0.8.0'}
/immutable@4.3.2:
- resolution:
- {
- integrity: sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==
- }
+ resolution: {integrity: sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==}
dev: true
/import-cwd@3.0.0:
- resolution:
- {
- integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==}
+ engines: {node: '>=8'}
dependencies:
import-from: 3.0.0
dev: true
/import-fresh@2.0.0:
- resolution:
- {
- integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==}
+ engines: {node: '>=4'}
dependencies:
caller-path: 2.0.0
resolve-from: 3.0.0
/import-fresh@3.3.0:
- resolution:
- {
- integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
+ engines: {node: '>=6'}
dependencies:
parent-module: 1.0.1
resolve-from: 4.0.0
/import-from@3.0.0:
- resolution:
- {
- integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==}
+ engines: {node: '>=8'}
dependencies:
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
dev: true
/import-from@4.0.0:
- resolution:
- {
- integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==
- }
- engines: { node: ">=12.2" }
+ resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==}
+ engines: {node: '>=12.2'}
/import-in-the-middle@1.3.5:
- resolution:
- {
- integrity: sha512-yzHlBqi1EBFrkieAnSt8eTgO5oLSl+YJ7qaOpUH/PMqQOMZoQ/RmDlwnTLQrwYto+gHYjRG+i/IbsB1eDx32NQ==
- }
+ resolution: {integrity: sha512-yzHlBqi1EBFrkieAnSt8eTgO5oLSl+YJ7qaOpUH/PMqQOMZoQ/RmDlwnTLQrwYto+gHYjRG+i/IbsB1eDx32NQ==}
dependencies:
module-details-from-path: 1.0.3
dev: true
/import-in-the-middle@1.4.2:
- resolution:
- {
- integrity: sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==
- }
+ resolution: {integrity: sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==}
dependencies:
acorn: 8.10.0
acorn-import-assertions: 1.9.0(acorn@8.10.0)
@@ -36515,104 +28314,64 @@ packages:
dev: false
/import-lazy@2.1.0:
- resolution:
- {
- integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==}
+ engines: {node: '>=4'}
dev: false
/import-lazy@4.0.0:
- resolution:
- {
- integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
+ engines: {node: '>=8'}
dev: true
/import-local@3.1.0:
- resolution:
- {
- integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==
- }
- engines: { node: ">=8" }
- hasBin: true
+ resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
+ engines: {node: '>=8'}
dependencies:
pkg-dir: 4.2.0
resolve-cwd: 3.0.0
dev: true
/import-meta-resolve@2.2.2:
- resolution:
- {
- integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==
- }
+ resolution: {integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==}
dev: true
/imurmurhash@0.1.4:
- resolution:
- {
- integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
- }
- engines: { node: ">=0.8.19" }
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
+ engines: {node: '>=0.8.19'}
/indent-string@4.0.0:
- resolution:
- {
- integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
+ engines: {node: '>=8'}
/indent-string@5.0.0:
- resolution:
- {
- integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
+ engines: {node: '>=12'}
dev: true
/indento@1.1.13:
- resolution:
- {
- integrity: sha512-YZWk3mreBEM7sBPddsiQnW9Z8SGg/gNpFfscJq00HCDS7pxcQWWWMSVKJU7YkTRyDu1Zv2s8zaK8gQWKmCXHlg==
- }
+ resolution: {integrity: sha512-YZWk3mreBEM7sBPddsiQnW9Z8SGg/gNpFfscJq00HCDS7pxcQWWWMSVKJU7YkTRyDu1Zv2s8zaK8gQWKmCXHlg==}
dev: false
/index-array-by@1.4.1:
- resolution:
- {
- integrity: sha512-Zu6THdrxQdyTuT2uA5FjUoBEsFHPzHcPIj18FszN6yXKHxSfGcR4TPLabfuT//E25q1Igyx9xta2WMvD/x9P/g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Zu6THdrxQdyTuT2uA5FjUoBEsFHPzHcPIj18FszN6yXKHxSfGcR4TPLabfuT//E25q1Igyx9xta2WMvD/x9P/g==}
+ engines: {node: '>=12'}
dev: false
/indexof@0.0.1:
- resolution:
- {
- integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==
- }
+ resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==}
dev: true
/infer-owner@1.0.4:
- resolution:
- {
- integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
- }
+ resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==}
dev: false
/infima@0.2.0-alpha.43:
- resolution:
- {
- integrity: sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==}
+ engines: {node: '>=12'}
dev: false
- /infisical-node@1.4.3:
- resolution:
- {
- integrity: sha512-z/gYkctAB6yQoH/9um9znvljsF6WVhsrMw9urZ80O5E1M+/RwZW40mc6LHs2nQpZD90at6SbuzVWQoEwSdEmTw==
- }
+ /infisical-node@1.4.3(patch_hash=k4c2sstcv5r4gub5mucryqqjom):
+ resolution: {integrity: sha512-z/gYkctAB6yQoH/9um9znvljsF6WVhsrMw9urZ80O5E1M+/RwZW40mc6LHs2nQpZD90at6SbuzVWQoEwSdEmTw==}
dependencies:
axios: 1.4.0
dotenv: 16.3.1
@@ -36621,78 +28380,49 @@ packages:
transitivePeerDependencies:
- debug
dev: false
+ patched: true
/inflight@1.0.6:
- resolution:
- {
- integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
- }
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
dependencies:
once: 1.4.0
wrappy: 1.0.2
/inherits@2.0.1:
- resolution:
- {
- integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==
- }
+ resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==}
/inherits@2.0.3:
- resolution:
- {
- integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
- }
+ resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
/inherits@2.0.4:
- resolution:
- {
- integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
- }
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
/ini@1.3.8:
- resolution:
- {
- integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
- }
+ resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
/ini@2.0.0:
- resolution:
- {
- integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==}
+ engines: {node: '>=10'}
/ini@4.1.1:
- resolution:
- {
- integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/inline-style-parser@0.1.1:
- resolution:
- {
- integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
- }
+ resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==}
dev: false
/inline-style-prefixer@6.0.4:
- resolution:
- {
- integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==
- }
+ resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==}
dependencies:
css-in-js-utils: 3.1.0
fast-loops: 1.1.3
dev: false
/inquirer@7.3.3:
- resolution:
- {
- integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==}
+ engines: {node: '>=8.0.0'}
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.0
@@ -36710,11 +28440,8 @@ packages:
dev: true
/inquirer@8.2.5:
- resolution:
- {
- integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==}
+ engines: {node: '>=12.0.0'}
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -36734,11 +28461,8 @@ packages:
dev: true
/inquirer@8.2.6:
- resolution:
- {
- integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==}
+ engines: {node: '>=12.0.0'}
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -36757,949 +28481,595 @@ packages:
wrap-ansi: 6.2.0
dev: true
+ /inspector@0.5.0:
+ resolution: {integrity: sha512-qs91uK2uL3Bjcl+zSe088cR2Jh8TWgjifv54jsIvr593q92rUPFaTo+WZGvoyMgsRZWusZQR6JJmNA913QSZ+A==}
+ dependencies:
+ endpoint: 0.4.5
+ ws: 0.7.2
+ dev: false
+
/internal-slot@1.0.5:
- resolution:
- {
- integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==}
+ engines: {node: '>= 0.4'}
dependencies:
get-intrinsic: 1.2.1
has: 1.0.3
side-channel: 1.0.4
/internmap@1.0.1:
- resolution:
- {
- integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==
- }
+ resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==}
dev: false
/internmap@2.0.3:
- resolution:
- {
- integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
+ engines: {node: '>=12'}
dev: false
/interpret@1.4.0:
- resolution:
- {
- integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==}
+ engines: {node: '>= 0.10'}
/intl-messageformat@9.13.0:
- resolution:
- {
- integrity: sha512-7sGC7QnSQGa5LZP7bXLDhVDtQOeKGeBFGHF2Y8LVBwYZoQZCgWeKoPGTa5GMG8g/TzDgeXuYJQis7Ggiw2xTOw==
- }
- dependencies:
- "@formatjs/ecma402-abstract": 1.11.4
- "@formatjs/fast-memoize": 1.2.1
- "@formatjs/icu-messageformat-parser": 2.1.0
+ resolution: {integrity: sha512-7sGC7QnSQGa5LZP7bXLDhVDtQOeKGeBFGHF2Y8LVBwYZoQZCgWeKoPGTa5GMG8g/TzDgeXuYJQis7Ggiw2xTOw==}
+ dependencies:
+ '@formatjs/ecma402-abstract': 1.11.4
+ '@formatjs/fast-memoize': 1.2.1
+ '@formatjs/icu-messageformat-parser': 2.1.0
tslib: 2.6.1
dev: true
/into-stream@6.0.0:
- resolution:
- {
- integrity: sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==}
+ engines: {node: '>=10'}
dependencies:
from2: 2.3.0
p-is-promise: 3.0.0
dev: true
/invariant@2.2.4:
- resolution:
- {
- integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
- }
+ resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
dependencies:
loose-envify: 1.4.0
/inversify@6.0.1:
- resolution:
- {
- integrity: sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ==
- }
+ resolution: {integrity: sha512-B3ex30927698TJENHR++8FfEaJGqoWOgI6ZY5Ht/nLUsFCwHn6akbwtnUAPCgUepAnTpe2qHxhDNjoKLyz6rgQ==}
dev: false
/ip@1.1.8:
- resolution:
- {
- integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
- }
+ resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==}
dev: false
/ip@2.0.0:
- resolution:
- {
- integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
- }
+ resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==}
/ipaddr.js@1.9.1:
- resolution:
- {
- integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
- }
- engines: { node: ">= 0.10" }
- requiresBuild: true
+ resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
+ engines: {node: '>= 0.10'}
/ipaddr.js@2.1.0:
- resolution:
- {
- integrity: sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==}
+ engines: {node: '>= 10'}
/is-absolute-url@3.0.3:
- resolution:
- {
- integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==}
+ engines: {node: '>=8'}
dev: true
/is-absolute@1.0.0:
- resolution:
- {
- integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==}
+ engines: {node: '>=0.10.0'}
dependencies:
is-relative: 1.0.0
is-windows: 1.0.2
dev: true
/is-alphabetical@1.0.4:
- resolution:
- {
- integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
- }
+ resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==}
/is-alphabetical@2.0.1:
- resolution:
- {
- integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==
- }
+ resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
dev: true
/is-alphanumerical@1.0.4:
- resolution:
- {
- integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==
- }
+ resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==}
dependencies:
is-alphabetical: 1.0.4
is-decimal: 1.0.4
/is-alphanumerical@2.0.1:
- resolution:
- {
- integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==
- }
+ resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
dependencies:
is-alphabetical: 2.0.1
is-decimal: 2.0.1
dev: true
/is-arguments@1.1.1:
- resolution:
- {
- integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
has-tostringtag: 1.0.0
dev: true
/is-array-buffer@3.0.2:
- resolution:
- {
- integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==
- }
+ resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
is-typed-array: 1.1.12
/is-arrayish@0.2.1:
- resolution:
- {
- integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
- }
+ resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
/is-arrayish@0.3.2:
- resolution:
- {
- integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
- }
+ resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
dev: true
/is-bigint@1.0.4:
- resolution:
- {
- integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
- }
+ resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==}
dependencies:
has-bigints: 1.0.2
/is-binary-path@2.1.0:
- resolution:
- {
- integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
+ engines: {node: '>=8'}
dependencies:
binary-extensions: 2.2.0
/is-boolean-object@1.1.2:
- resolution:
- {
- integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
has-tostringtag: 1.0.0
/is-buffer@2.0.5:
- resolution:
- {
- integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==}
+ engines: {node: '>=4'}
/is-builtin-module@3.2.1:
- resolution:
- {
- integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
+ engines: {node: '>=6'}
dependencies:
builtin-modules: 3.3.0
dev: true
/is-callable@1.2.7:
- resolution:
- {
- integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
+ engines: {node: '>= 0.4'}
/is-ci@2.0.0:
- resolution:
- {
- integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
- }
- hasBin: true
+ resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==}
dependencies:
ci-info: 2.0.0
dev: false
/is-ci@3.0.1:
- resolution:
- {
- integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
dependencies:
ci-info: 3.8.0
dev: true
/is-core-module@2.13.0:
- resolution:
- {
- integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
- }
+ resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
dependencies:
has: 1.0.3
/is-date-object@1.0.5:
- resolution:
- {
- integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
+ engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
/is-decimal@1.0.4:
- resolution:
- {
- integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
- }
+ resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==}
/is-decimal@2.0.1:
- resolution:
- {
- integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==
- }
+ resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
dev: true
/is-deflate@1.0.0:
- resolution:
- {
- integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==
- }
+ resolution: {integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==}
dev: true
/is-directory@0.3.1:
- resolution:
- {
- integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==}
+ engines: {node: '>=0.10.0'}
/is-docker@2.2.1:
- resolution:
- {
- integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
- }
- engines: { node: ">=8" }
- hasBin: true
+ resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
+ engines: {node: '>=8'}
/is-empty@1.2.0:
- resolution:
- {
- integrity: sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w==
- }
+ resolution: {integrity: sha512-F2FnH/otLNJv0J6wc73A5Xo7oHLNnqplYqZhUu01tD54DIPvxIRSTSLkrUB/M0nHO4vo1O9PDfN4KoTxCzLh/w==}
dev: true
/is-extendable@0.1.1:
- resolution:
- {
- integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
+ engines: {node: '>=0.10.0'}
dev: false
/is-extglob@2.1.1:
- resolution:
- {
- integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
+ engines: {node: '>=0.10.0'}
/is-fullwidth-code-point@1.0.0:
- resolution:
- {
- integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==}
+ engines: {node: '>=0.10.0'}
dependencies:
number-is-nan: 1.0.1
dev: false
/is-fullwidth-code-point@2.0.0:
- resolution:
- {
- integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==}
+ engines: {node: '>=4'}
dev: false
/is-fullwidth-code-point@3.0.0:
- resolution:
- {
- integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
+ engines: {node: '>=8'}
/is-fullwidth-code-point@4.0.0:
- resolution:
- {
- integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
+ engines: {node: '>=12'}
dev: true
/is-generator-fn@2.1.0:
- resolution:
- {
- integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==}
+ engines: {node: '>=6'}
dev: true
/is-generator-function@1.0.10:
- resolution:
- {
- integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==}
+ engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
dev: true
/is-glob@4.0.3:
- resolution:
- {
- integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
+ engines: {node: '>=0.10.0'}
dependencies:
is-extglob: 2.1.1
/is-gzip@1.0.0:
- resolution:
- {
- integrity: sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/is-hexadecimal@1.0.4:
- resolution:
- {
- integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
- }
+ resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==}
/is-hexadecimal@2.0.1:
- resolution:
- {
- integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==
- }
+ resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
dev: true
/is-in-browser@1.1.3:
- resolution:
- {
- integrity: sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==
- }
+ resolution: {integrity: sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==}
dev: true
/is-installed-globally@0.4.0:
- resolution:
- {
- integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==}
+ engines: {node: '>=10'}
dependencies:
global-dirs: 3.0.1
is-path-inside: 3.0.3
/is-interactive@1.0.0:
- resolution:
- {
- integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
+ engines: {node: '>=8'}
/is-interactive@2.0.0:
- resolution:
- {
- integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
+ engines: {node: '>=12'}
dev: false
/is-lambda@1.0.1:
- resolution:
- {
- integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
- }
+ resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==}
dev: false
/is-lower-case@2.0.2:
- resolution:
- {
- integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==
- }
+ resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==}
dependencies:
tslib: 2.6.1
/is-map@2.0.2:
- resolution:
- {
- integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
- }
+ resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
dev: true
/is-module@1.0.0:
- resolution:
- {
- integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
- }
+ resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
dev: true
/is-nan@1.3.2:
- resolution:
- {
- integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
dev: true
/is-negative-zero@2.0.2:
- resolution:
- {
- integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
+ engines: {node: '>= 0.4'}
/is-npm@5.0.0:
- resolution:
- {
- integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==}
+ engines: {node: '>=10'}
dev: false
/is-npm@6.0.0:
- resolution:
- {
- integrity: sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/is-number-object@1.0.7:
- resolution:
- {
- integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
+ engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
/is-number@7.0.0:
- resolution:
- {
- integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
- }
- engines: { node: ">=0.12.0" }
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
+ engines: {node: '>=0.12.0'}
/is-obj@1.0.1:
- resolution:
- {
- integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==}
+ engines: {node: '>=0.10.0'}
dev: false
/is-obj@2.0.0:
- resolution:
- {
- integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
+ engines: {node: '>=8'}
/is-path-cwd@2.2.0:
- resolution:
- {
- integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==}
+ engines: {node: '>=6'}
/is-path-inside@3.0.3:
- resolution:
- {
- integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
+ engines: {node: '>=8'}
/is-plain-obj@1.1.0:
- resolution:
- {
- integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==}
+ engines: {node: '>=0.10.0'}
dev: true
/is-plain-obj@2.1.0:
- resolution:
- {
- integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
+ engines: {node: '>=8'}
/is-plain-obj@3.0.0:
- resolution:
- {
- integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
+ engines: {node: '>=10'}
/is-plain-obj@4.1.0:
- resolution:
- {
- integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
+ engines: {node: '>=12'}
dev: true
/is-plain-object@2.0.4:
- resolution:
- {
- integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
+ engines: {node: '>=0.10.0'}
dependencies:
isobject: 3.0.1
/is-plain-object@3.0.1:
- resolution:
- {
- integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==}
+ engines: {node: '>=0.10.0'}
dev: true
/is-plain-object@5.0.0:
- resolution:
- {
- integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
+ engines: {node: '>=0.10.0'}
/is-potential-custom-element-name@1.0.1:
- resolution:
- {
- integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
- }
+ resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
/is-promise@2.2.2:
- resolution:
- {
- integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==
- }
+ resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==}
/is-reference@1.2.1:
- resolution:
- {
- integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==
- }
+ resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
dev: true
/is-regex@1.1.4:
- resolution:
- {
- integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
has-tostringtag: 1.0.0
/is-regexp@1.0.0:
- resolution:
- {
- integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==}
+ engines: {node: '>=0.10.0'}
dev: false
/is-relative@1.0.0:
- resolution:
- {
- integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==}
+ engines: {node: '>=0.10.0'}
dependencies:
is-unc-path: 1.0.0
dev: true
/is-retry-allowed@2.2.0:
- resolution:
- {
- integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==}
+ engines: {node: '>=10'}
/is-root@2.1.0:
- resolution:
- {
- integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==}
+ engines: {node: '>=6'}
dev: false
/is-set@2.0.2:
- resolution:
- {
- integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
- }
+ resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==}
dev: true
/is-shared-array-buffer@1.0.2:
- resolution:
- {
- integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
- }
+ resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
dependencies:
call-bind: 1.0.2
/is-ssh@1.4.0:
- resolution:
- {
- integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==
- }
+ resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==}
dependencies:
protocols: 2.0.1
dev: true
/is-stream@1.1.0:
- resolution:
- {
- integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/is-stream@2.0.1:
- resolution:
- {
- integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
+ engines: {node: '>=8'}
/is-stream@3.0.0:
- resolution:
- {
- integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/is-string@1.0.7:
- resolution:
- {
- integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==}
+ engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
/is-symbol@1.0.4:
- resolution:
- {
- integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==}
+ engines: {node: '>= 0.4'}
dependencies:
has-symbols: 1.0.3
/is-text-path@1.0.1:
- resolution:
- {
- integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==}
+ engines: {node: '>=0.10.0'}
dependencies:
text-extensions: 1.9.0
dev: true
/is-typed-array@1.1.12:
- resolution:
- {
- integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==}
+ engines: {node: '>= 0.4'}
dependencies:
which-typed-array: 1.1.11
/is-typedarray@1.0.0:
- resolution:
- {
- integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
- }
+ resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==}
/is-unc-path@1.0.0:
- resolution:
- {
- integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==}
+ engines: {node: '>=0.10.0'}
dependencies:
unc-path-regex: 0.1.2
dev: true
/is-unicode-supported@0.1.0:
- resolution:
- {
- integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==}
+ engines: {node: '>=10'}
/is-unicode-supported@1.3.0:
- resolution:
- {
- integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
+ engines: {node: '>=12'}
/is-upper-case@2.0.2:
- resolution:
- {
- integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==
- }
+ resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==}
dependencies:
tslib: 2.6.1
/is-url@1.2.4:
- resolution:
- {
- integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==
- }
+ resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==}
dev: true
/is-utf8@0.2.1:
- resolution:
- {
- integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==
- }
+ resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==}
dev: true
/is-weakmap@2.0.1:
- resolution:
- {
- integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==
- }
+ resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==}
dev: true
/is-weakref@1.0.2:
- resolution:
- {
- integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
- }
+ resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
dependencies:
call-bind: 1.0.2
/is-weakset@2.0.2:
- resolution:
- {
- integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==
- }
+ resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
dev: true
/is-what@3.14.1:
- resolution:
- {
- integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==
- }
+ resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
dev: true
/is-what@4.1.15:
- resolution:
- {
- integrity: sha512-uKua1wfy3Yt+YqsD6mTUEa2zSi3G1oPlqTflgaPJ7z63vUGN5pxFpnQfeSLMFnJDEsdvOtkp1rUWkYjB4YfhgA==
- }
- engines: { node: ">=12.13" }
+ resolution: {integrity: sha512-uKua1wfy3Yt+YqsD6mTUEa2zSi3G1oPlqTflgaPJ7z63vUGN5pxFpnQfeSLMFnJDEsdvOtkp1rUWkYjB4YfhgA==}
+ engines: {node: '>=12.13'}
dev: false
/is-whitespace-character@1.0.4:
- resolution:
- {
- integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==
- }
+ resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==}
dev: false
/is-windows@1.0.2:
- resolution:
- {
- integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==}
+ engines: {node: '>=0.10.0'}
dev: true
/is-word-character@1.0.4:
- resolution:
- {
- integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
- }
+ resolution: {integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==}
dev: false
/is-wsl@1.1.0:
- resolution:
- {
- integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==}
+ engines: {node: '>=4'}
dev: false
/is-wsl@2.2.0:
- resolution:
- {
- integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
+ engines: {node: '>=8'}
dependencies:
is-docker: 2.2.1
/is-yarn-global@0.3.0:
- resolution:
- {
- integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
- }
+ resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==}
dev: false
/is-yarn-global@0.4.1:
- resolution:
- {
- integrity: sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==}
+ engines: {node: '>=12'}
dev: true
/isarray@0.0.1:
- resolution:
- {
- integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
- }
+ resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==}
/isarray@1.0.0:
- resolution:
- {
- integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
- }
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
/isarray@2.0.1:
- resolution:
- {
- integrity: sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==
- }
+ resolution: {integrity: sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==}
dev: true
/isarray@2.0.5:
- resolution:
- {
- integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
- }
+ resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
/isexe@2.0.0:
- resolution:
- {
- integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
- }
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
/isobject@3.0.1:
- resolution:
- {
- integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
+ engines: {node: '>=0.10.0'}
/isomorphic-dompurify@0.13.0:
- resolution:
- {
- integrity: sha512-j2/kt/PGbxvfeEm1uiRLlttZkQdn3hFe1rMr/wm3qFnMXSIw0Nmqu79k+TIoSj+KOwO98Sz9TbuNHU7ejv7IZA==
- }
+ resolution: {integrity: sha512-j2/kt/PGbxvfeEm1uiRLlttZkQdn3hFe1rMr/wm3qFnMXSIw0Nmqu79k+TIoSj+KOwO98Sz9TbuNHU7ejv7IZA==}
dependencies:
- "@types/dompurify": 2.4.0
+ '@types/dompurify': 2.4.0
dompurify: 2.4.7
jsdom: 16.7.0
transitivePeerDependencies:
@@ -37710,10 +29080,7 @@ packages:
dev: false
/isomorphic-unfetch@3.1.0:
- resolution:
- {
- integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==
- }
+ resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==}
dependencies:
node-fetch: 2.6.12
unfetch: 4.2.0
@@ -37722,28 +29089,19 @@ packages:
dev: true
/isomorphic-ws@5.0.0(ws@8.13.0):
- resolution:
- {
- integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
- }
+ resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==}
peerDependencies:
- ws: "*"
+ ws: '*'
dependencies:
ws: 8.13.0
dev: true
/isstream@0.1.2:
- resolution:
- {
- integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
- }
+ resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==}
/issue-parser@6.0.0:
- resolution:
- {
- integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==
- }
- engines: { node: ">=10.13" }
+ resolution: {integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==}
+ engines: {node: '>=10.13'}
dependencies:
lodash.capitalize: 4.2.1
lodash.escaperegexp: 4.1.2
@@ -37753,23 +29111,17 @@ packages:
dev: true
/istanbul-lib-coverage@3.2.0:
- resolution:
- {
- integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==}
+ engines: {node: '>=8'}
dev: true
/istanbul-lib-instrument@5.2.1:
- resolution:
- {
- integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==
- }
- engines: { node: ">=8" }
- dependencies:
- "@babel/core": 7.22.10
- "@babel/parser": 7.22.10
- "@istanbuljs/schema": 0.1.3
+ resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==}
+ engines: {node: '>=8'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/parser': 7.22.10
+ '@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
semver: 6.3.1
transitivePeerDependencies:
@@ -37777,11 +29129,8 @@ packages:
dev: true
/istanbul-lib-report@3.0.1:
- resolution:
- {
- integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==}
+ engines: {node: '>=10'}
dependencies:
istanbul-lib-coverage: 3.2.0
make-dir: 4.0.0
@@ -37789,11 +29138,8 @@ packages:
dev: true
/istanbul-lib-source-maps@4.0.1:
- resolution:
- {
- integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
+ engines: {node: '>=10'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
istanbul-lib-coverage: 3.2.0
@@ -37803,43 +29149,31 @@ packages:
dev: true
/istanbul-reports@3.1.6:
- resolution:
- {
- integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==}
+ engines: {node: '>=8'}
dependencies:
html-escaper: 2.0.2
istanbul-lib-report: 3.0.1
dev: true
/ix@5.0.0:
- resolution:
- {
- integrity: sha512-6LyyrHnvNrSy5pKtW/KA+KKusHrB223aBJCJlIGPN7QBfDkEEtNrAkAz9lLLShIcdJntq6BiPCHuKaCM/9wwXw==
- }
+ resolution: {integrity: sha512-6LyyrHnvNrSy5pKtW/KA+KKusHrB223aBJCJlIGPN7QBfDkEEtNrAkAz9lLLShIcdJntq6BiPCHuKaCM/9wwXw==}
dependencies:
- "@types/node": 13.13.52
+ '@types/node': 13.13.52
tslib: 2.6.1
dev: false
/jackspeak@2.3.0:
- resolution:
- {
- integrity: sha512-uKmsITSsF4rUWQHzqaRUuyAir3fZfW3f202Ee34lz/gZCi970CPZwyQXLGNgWJvvZbvFyzeyGq0+4fcG/mBKZg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-uKmsITSsF4rUWQHzqaRUuyAir3fZfW3f202Ee34lz/gZCi970CPZwyQXLGNgWJvvZbvFyzeyGq0+4fcG/mBKZg==}
+ engines: {node: '>=14'}
dependencies:
- "@isaacs/cliui": 8.0.2
+ '@isaacs/cliui': 8.0.2
optionalDependencies:
- "@pkgjs/parseargs": 0.11.0
+ '@pkgjs/parseargs': 0.11.0
/jaeger-client@3.19.0:
- resolution:
- {
- integrity: sha512-M0c7cKHmdyEUtjemnJyx/y9uX16XHocL46yQvyqDlPdvAcwPDbHrIbKjQdBqtiE4apQ/9dmr+ZLJYYPGnurgpw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-M0c7cKHmdyEUtjemnJyx/y9uX16XHocL46yQvyqDlPdvAcwPDbHrIbKjQdBqtiE4apQ/9dmr+ZLJYYPGnurgpw==}
+ engines: {node: '>=10'}
dependencies:
node-int64: 0.4.0
opentracing: 0.14.7
@@ -37849,12 +29183,8 @@ packages:
dev: false
/jake@10.8.7:
- resolution:
- {
- integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==}
+ engines: {node: '>=10'}
dependencies:
async: 3.2.4
chalk: 4.1.0
@@ -37862,44 +29192,32 @@ packages:
minimatch: 3.1.2
/java-properties@1.0.2:
- resolution:
- {
- integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==}
+ engines: {node: '>= 0.6.0'}
dev: true
/jerrypick@1.1.1:
- resolution:
- {
- integrity: sha512-XTtedPYEyVp4t6hJrXuRKr/jHj8SC4z+4K0b396PMkov6muL+i8IIamJIvZWe3jUspgIJak0P+BaWKawMYNBLg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-XTtedPYEyVp4t6hJrXuRKr/jHj8SC4z+4K0b396PMkov6muL+i8IIamJIvZWe3jUspgIJak0P+BaWKawMYNBLg==}
+ engines: {node: '>=12'}
dev: false
/jest-changed-files@29.5.0:
- resolution:
- {
- integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
execa: 5.1.1
p-limit: 3.1.0
dev: true
/jest-circus@29.6.2:
- resolution:
- {
- integrity: sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/environment": 29.6.2
- "@jest/expect": 29.6.2
- "@jest/test-result": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/environment': 29.6.2
+ '@jest/expect': 29.6.2
+ '@jest/test-result': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
chalk: 4.1.0
co: 4.6.0
dedent: 1.5.1
@@ -37921,11 +29239,8 @@ packages:
dev: true
/jest-cli@29.5.0(@types/node@20.3.3)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -37933,9 +29248,9 @@ packages:
node-notifier:
optional: true
dependencies:
- "@jest/core": 29.6.2(ts-node@10.9.1)
- "@jest/test-result": 29.6.2
- "@jest/types": 29.6.1
+ '@jest/core': 29.6.2(ts-node@10.9.1)
+ '@jest/test-result': 29.6.2
+ '@jest/types': 29.6.1
chalk: 4.1.0
exit: 0.1.2
graceful-fs: 4.2.11
@@ -37946,31 +29261,28 @@ packages:
prompts: 2.4.2
yargs: 17.7.2
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- babel-plugin-macros
- supports-color
- ts-node
dev: true
/jest-config@29.6.2(@types/node@20.3.3)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- peerDependencies:
- "@types/node": "*"
- ts-node: ">=9.0.0"
+ resolution: {integrity: sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ peerDependencies:
+ '@types/node': '*'
+ ts-node: '>=9.0.0'
peerDependenciesMeta:
- "@types/node":
+ '@types/node':
optional: true
ts-node:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@jest/test-sequencer": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.3.3
+ '@babel/core': 7.22.10
+ '@jest/test-sequencer': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.3.3
babel-jest: 29.6.2(@babel/core@7.22.10)
chalk: 4.1.0
ci-info: 3.8.0
@@ -37990,31 +29302,28 @@ packages:
pretty-format: 29.6.2
slash: 3.0.0
strip-json-comments: 3.1.1
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
dev: true
/jest-config@29.6.2(@types/node@20.5.0)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- peerDependencies:
- "@types/node": "*"
- ts-node: ">=9.0.0"
+ resolution: {integrity: sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ peerDependencies:
+ '@types/node': '*'
+ ts-node: '>=9.0.0'
peerDependenciesMeta:
- "@types/node":
+ '@types/node':
optional: true
ts-node:
optional: true
dependencies:
- "@babel/core": 7.22.10
- "@jest/test-sequencer": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ '@babel/core': 7.22.10
+ '@jest/test-sequencer': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
babel-jest: 29.6.2(@babel/core@7.22.10)
chalk: 4.1.0
ci-info: 3.8.0
@@ -38034,18 +29343,15 @@ packages:
pretty-format: 29.6.2
slash: 3.0.0
strip-json-comments: 3.1.1
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
dev: true
/jest-diff@29.6.2:
- resolution:
- {
- integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.0
diff-sequences: 29.4.3
@@ -38054,23 +29360,17 @@ packages:
dev: true
/jest-docblock@29.4.3:
- resolution:
- {
- integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
detect-newline: 3.1.0
dev: true
/jest-each@29.6.2:
- resolution:
- {
- integrity: sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jest/types": 29.6.1
+ '@jest/types': 29.6.1
chalk: 4.1.0
jest-get-type: 29.4.3
jest-util: 29.6.2
@@ -38078,22 +29378,19 @@ packages:
dev: true
/jest-environment-jsdom@29.5.0:
- resolution:
- {
- integrity: sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
canvas: ^2.5.0
peerDependenciesMeta:
canvas:
optional: true
dependencies:
- "@jest/environment": 29.6.2
- "@jest/fake-timers": 29.6.2
- "@jest/types": 29.6.1
- "@types/jsdom": 20.0.1
- "@types/node": 20.5.0
+ '@jest/environment': 29.6.2
+ '@jest/fake-timers': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/jsdom': 20.0.1
+ '@types/node': 20.5.0
jest-mock: 29.6.2
jest-util: 29.6.2
jsdom: 20.0.3
@@ -38104,51 +29401,39 @@ packages:
dev: true
/jest-environment-node@29.4.1:
- resolution:
- {
- integrity: sha512-x/H2kdVgxSkxWAIlIh9MfMuBa0hZySmfsC5lCsWmWr6tZySP44ediRKDUiNggX/eHLH7Cd5ZN10Rw+XF5tXsqg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/environment": 29.6.2
- "@jest/fake-timers": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-x/H2kdVgxSkxWAIlIh9MfMuBa0hZySmfsC5lCsWmWr6tZySP44ediRKDUiNggX/eHLH7Cd5ZN10Rw+XF5tXsqg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/environment': 29.6.2
+ '@jest/fake-timers': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
jest-mock: 29.6.2
jest-util: 29.6.2
dev: true
/jest-environment-node@29.6.2:
- resolution:
- {
- integrity: sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/environment": 29.6.2
- "@jest/fake-timers": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/environment': 29.6.2
+ '@jest/fake-timers': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
jest-mock: 29.6.2
jest-util: 29.6.2
/jest-get-type@29.4.3:
- resolution:
- {
- integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
/jest-haste-map@29.6.2:
- resolution:
- {
- integrity: sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/types": 29.6.1
- "@types/graceful-fs": 4.1.6
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/types': 29.6.1
+ '@types/graceful-fs': 4.1.6
+ '@types/node': 20.5.0
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -38162,22 +29447,16 @@ packages:
dev: true
/jest-leak-detector@29.6.2:
- resolution:
- {
- integrity: sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
jest-get-type: 29.4.3
pretty-format: 29.6.2
dev: true
/jest-matcher-utils@29.6.2:
- resolution:
- {
- integrity: sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.0
jest-diff: 29.6.2
@@ -38186,15 +29465,12 @@ packages:
dev: true
/jest-message-util@29.6.2:
- resolution:
- {
- integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@babel/code-frame": 7.22.10
- "@jest/types": 29.6.1
- "@types/stack-utils": 2.0.1
+ resolution: {integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@babel/code-frame': 7.22.10
+ '@jest/types': 29.6.1
+ '@types/stack-utils': 2.0.1
chalk: 4.1.0
graceful-fs: 4.2.11
micromatch: 4.0.5
@@ -38203,24 +29479,18 @@ packages:
stack-utils: 2.0.6
/jest-mock@29.6.2:
- resolution:
- {
- integrity: sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
jest-util: 29.6.2
/jest-pnp-resolver@1.2.3(jest-resolve@29.6.2):
- resolution:
- {
- integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
+ engines: {node: '>=6'}
peerDependencies:
- jest-resolve: "*"
+ jest-resolve: '*'
peerDependenciesMeta:
jest-resolve:
optional: true
@@ -38229,27 +29499,18 @@ packages:
dev: true
/jest-regex-util@27.5.1:
- resolution:
- {
- integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
+ resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dev: false
/jest-regex-util@29.4.3:
- resolution:
- {
- integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dev: true
/jest-resolve-dependencies@29.6.2:
- resolution:
- {
- integrity: sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
jest-regex-util: 29.4.3
jest-snapshot: 29.6.2
@@ -38258,11 +29519,8 @@ packages:
dev: true
/jest-resolve@29.6.2:
- resolution:
- {
- integrity: sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.0
graceful-fs: 4.2.11
@@ -38276,18 +29534,15 @@ packages:
dev: true
/jest-runner@29.6.2:
- resolution:
- {
- integrity: sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/console": 29.6.2
- "@jest/environment": 29.6.2
- "@jest/test-result": 29.6.2
- "@jest/transform": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/console': 29.6.2
+ '@jest/environment': 29.6.2
+ '@jest/test-result': 29.6.2
+ '@jest/transform': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
chalk: 4.1.0
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -38308,20 +29563,17 @@ packages:
dev: true
/jest-runtime@29.6.2:
- resolution:
- {
- integrity: sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/environment": 29.6.2
- "@jest/fake-timers": 29.6.2
- "@jest/globals": 29.6.2
- "@jest/source-map": 29.6.0
- "@jest/test-result": 29.6.2
- "@jest/transform": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/environment': 29.6.2
+ '@jest/fake-timers': 29.6.2
+ '@jest/globals': 29.6.2
+ '@jest/source-map': 29.6.0
+ '@jest/test-result': 29.6.2
+ '@jest/transform': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
chalk: 4.1.0
cjs-module-lexer: 1.2.3
collect-v8-coverage: 1.0.2
@@ -38341,20 +29593,17 @@ packages:
dev: true
/jest-snapshot@29.6.2:
- resolution:
- {
- integrity: sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/types": 7.22.10
- "@jest/expect-utils": 29.6.2
- "@jest/transform": 29.6.2
- "@jest/types": 29.6.1
+ resolution: {integrity: sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/types': 7.22.10
+ '@jest/expect-utils': 29.6.2
+ '@jest/transform': 29.6.2
+ '@jest/types': 29.6.1
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.10)
chalk: 4.1.0
expect: 29.6.2
@@ -38372,12 +29621,9 @@ packages:
dev: true
/jest-specific-snapshot@8.0.0(jest@29.5.0):
- resolution:
- {
- integrity: sha512-PjK0cqPbN3ZGU1pdP78YBEFMsS1AsV28hIHg249E0v/bTtGAJqDm7lNDLj0Cs0O26P2sulbXbgEQU9xLm34WmA==
- }
+ resolution: {integrity: sha512-PjK0cqPbN3ZGU1pdP78YBEFMsS1AsV28hIHg249E0v/bTtGAJqDm7lNDLj0Cs0O26P2sulbXbgEQU9xLm34WmA==}
peerDependencies:
- jest: ">= 29.0.0"
+ jest: '>= 29.0.0'
dependencies:
jest: 29.5.0(@types/node@20.3.3)(ts-node@10.9.1)
jest-snapshot: 29.6.2
@@ -38386,14 +29632,11 @@ packages:
dev: true
/jest-util@27.5.1:
- resolution:
- {
- integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
- dependencies:
- "@jest/types": 27.5.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
+ dependencies:
+ '@jest/types': 27.5.1
+ '@types/node': 20.5.0
chalk: 4.1.0
ci-info: 3.8.0
graceful-fs: 4.2.11
@@ -38401,27 +29644,21 @@ packages:
dev: false
/jest-util@29.6.2:
- resolution:
- {
- integrity: sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
chalk: 4.1.0
ci-info: 3.8.0
graceful-fs: 4.2.11
picomatch: 2.3.1
/jest-validate@29.6.2:
- resolution:
- {
- integrity: sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jest/types": 29.6.1
+ '@jest/types': 29.6.1
camelcase: 6.3.0
chalk: 4.1.0
jest-get-type: 29.4.3
@@ -38429,15 +29666,12 @@ packages:
pretty-format: 29.6.2
/jest-watcher@29.6.2:
- resolution:
- {
- integrity: sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
- dependencies:
- "@jest/test-result": 29.6.2
- "@jest/types": 29.6.1
- "@types/node": 20.5.0
+ resolution: {integrity: sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dependencies:
+ '@jest/test-result': 29.6.2
+ '@jest/types': 29.6.1
+ '@types/node': 20.5.0
ansi-escapes: 4.3.2
chalk: 4.1.0
emittery: 0.13.1
@@ -38446,46 +29680,34 @@ packages:
dev: true
/jest-worker@27.0.0-next.5:
- resolution:
- {
- integrity: sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
+ resolution: {integrity: sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
/jest-worker@27.5.1:
- resolution:
- {
- integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
- }
- engines: { node: ">= 10.13.0" }
+ resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
+ engines: {node: '>= 10.13.0'}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
merge-stream: 2.0.0
supports-color: 8.1.1
/jest-worker@29.6.2:
- resolution:
- {
- integrity: sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
jest-util: 29.6.2
merge-stream: 2.0.0
supports-color: 8.1.1
/jest@29.5.0(@types/node@20.3.3)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -38493,102 +29715,76 @@ packages:
node-notifier:
optional: true
dependencies:
- "@jest/core": 29.6.2(ts-node@10.9.1)
- "@jest/types": 29.6.1
+ '@jest/core': 29.6.2(ts-node@10.9.1)
+ '@jest/types': 29.6.1
import-local: 3.1.0
jest-cli: 29.5.0(@types/node@20.3.3)(ts-node@10.9.1)
transitivePeerDependencies:
- - "@types/node"
+ - '@types/node'
- babel-plugin-macros
- supports-color
- ts-node
dev: true
/jiti@1.17.1:
- resolution:
- {
- integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==
- }
- hasBin: true
+ resolution: {integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==}
dev: true
/jiti@1.19.1:
- resolution:
- {
- integrity: sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==
- }
- hasBin: true
+ resolution: {integrity: sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==}
/jju@1.4.0:
- resolution:
- {
- integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==
- }
+ resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==}
dev: true
/jmespath@0.15.0:
- resolution:
- {
- integrity: sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-+kHj8HXArPfpPEKGLZ+kB5ONRTCiGQXo8RQYL0hH8t6pWXUBBK5KkkQmTNOwKK4LEsd0yTsgtjJVm4UBSZea4w==}
+ engines: {node: '>= 0.6.0'}
dev: false
/joi@17.9.2:
- resolution:
- {
- integrity: sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==
- }
+ resolution: {integrity: sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==}
dependencies:
- "@hapi/hoek": 9.3.0
- "@hapi/topo": 5.1.0
- "@sideway/address": 4.1.4
- "@sideway/formula": 3.0.1
- "@sideway/pinpoint": 2.0.0
+ '@hapi/hoek': 9.3.0
+ '@hapi/topo': 5.1.0
+ '@sideway/address': 4.1.4
+ '@sideway/formula': 3.0.1
+ '@sideway/pinpoint': 2.0.0
/jose@4.14.4:
- resolution:
- {
- integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==
- }
+ resolution: {integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==}
/jotai-molecules@1.1.1(jotai@2.1.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-Z57pYXbZumT/Ix/nAFZdSF6ur4V2bTRO6Trh/iNwUwzUnw446UsxdObJ9+eWrhd/WUjAqq9TyIei/txKRNtSvw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Z57pYXbZumT/Ix/nAFZdSF6ur4V2bTRO6Trh/iNwUwzUnw446UsxdObJ9+eWrhd/WUjAqq9TyIei/txKRNtSvw==}
+ engines: {node: '>=10'}
peerDependencies:
- jotai: ">=1"
- react: ">=16"
+ jotai: '>=1'
+ react: '>=16'
dependencies:
jotai: 2.1.0(react@18.2.0)
react: 18.2.0
dev: false
- /jotai@1.13.1(@babel/core@7.22.10)(react@17.0.2):
- resolution:
- {
- integrity: sha512-RUmH1S4vLsG3V6fbGlKzGJnLrDcC/HNb5gH2AeA9DzuJknoVxSGvvg8OBB7lke+gDc4oXmdVsaKn/xDUhWZ0vw==
- }
- engines: { node: ">=12.20.0" }
- peerDependencies:
- "@babel/core": "*"
- "@babel/template": "*"
- jotai-devtools: "*"
- jotai-immer: "*"
- jotai-optics: "*"
- jotai-redux: "*"
- jotai-tanstack-query: "*"
- jotai-urql: "*"
- jotai-valtio: "*"
- jotai-xstate: "*"
- jotai-zustand: "*"
- react: ">=16.8"
+ /jotai@1.13.1(@babel/core@7.12.9)(react@17.0.2):
+ resolution: {integrity: sha512-RUmH1S4vLsG3V6fbGlKzGJnLrDcC/HNb5gH2AeA9DzuJknoVxSGvvg8OBB7lke+gDc4oXmdVsaKn/xDUhWZ0vw==}
+ engines: {node: '>=12.20.0'}
+ peerDependencies:
+ '@babel/core': '*'
+ '@babel/template': '*'
+ jotai-devtools: '*'
+ jotai-immer: '*'
+ jotai-optics: '*'
+ jotai-redux: '*'
+ jotai-tanstack-query: '*'
+ jotai-urql: '*'
+ jotai-valtio: '*'
+ jotai-xstate: '*'
+ jotai-zustand: '*'
+ react: '>=16.8'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
- "@babel/template":
+ '@babel/template':
optional: true
jotai-devtools:
optional: true
@@ -38609,18 +29805,15 @@ packages:
jotai-zustand:
optional: true
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.12.9
react: 17.0.2
dev: false
/jotai@2.1.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-fR82PtHAmEQrc/daMEYGc4EteW96/b6wodtDSCzLvoJA/6y4YG70er4hh2f8CYwYjqwQ0eZUModGfG4DmwkTyQ==
- }
- engines: { node: ">=12.20.0" }
+ resolution: {integrity: sha512-fR82PtHAmEQrc/daMEYGc4EteW96/b6wodtDSCzLvoJA/6y4YG70er4hh2f8CYwYjqwQ0eZUModGfG4DmwkTyQ==}
+ engines: {node: '>=12.20.0'}
peerDependencies:
- react: ">=17.0.0"
+ react: '>=17.0.0'
peerDependenciesMeta:
react:
optional: true
@@ -38629,98 +29822,63 @@ packages:
dev: false
/joycon@3.1.1:
- resolution:
- {
- integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
+ engines: {node: '>=10'}
dev: false
/js-cookie@2.2.1:
- resolution:
- {
- integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==
- }
+ resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==}
dev: false
/js-file-download@0.4.12:
- resolution:
- {
- integrity: sha512-rML+NkoD08p5Dllpjo0ffy4jRHeY6Zsapvr/W86N7E0yuzAO6qa5X9+xog6zQNlH102J7IXljNY2FtS6Lj3ucg==
- }
+ resolution: {integrity: sha512-rML+NkoD08p5Dllpjo0ffy4jRHeY6Zsapvr/W86N7E0yuzAO6qa5X9+xog6zQNlH102J7IXljNY2FtS6Lj3ucg==}
dev: false
/js-tokens@4.0.0:
- resolution:
- {
- integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
- }
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
/js-yaml@3.14.1:
- resolution:
- {
- integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
- }
- hasBin: true
+ resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
dependencies:
argparse: 1.0.10
esprima: 4.0.1
/js-yaml@4.1.0:
- resolution:
- {
- integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
- }
- hasBin: true
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
dependencies:
argparse: 2.0.1
/jsbi@4.3.0:
- resolution:
- {
- integrity: sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==
- }
+ resolution: {integrity: sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==}
dev: false
/jsbn@0.1.1:
- resolution:
- {
- integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
- }
+ resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==}
/jsc-android@250231.0.0:
- resolution:
- {
- integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==
- }
+ resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==}
dev: false
/jsc-safe-url@0.2.4:
- resolution:
- {
- integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==
- }
+ resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==}
dev: false
/jscodeshift@0.14.0(@babel/preset-env@7.21.5):
- resolution:
- {
- integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==
- }
+ resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==}
hasBin: true
peerDependencies:
- "@babel/preset-env": ^7.1.6
- dependencies:
- "@babel/core": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-env": 7.21.5(@babel/core@7.21.8)
- "@babel/preset-flow": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/register": 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': ^7.1.6
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': 7.21.5(@babel/core@7.21.8)
+ '@babel/preset-flow': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/register': 7.22.5(@babel/core@7.22.10)
babel-core: 7.0.0-bridge.0(@babel/core@7.22.10)
chalk: 4.1.2
flow-parser: 0.214.0
@@ -38736,24 +29894,21 @@ packages:
dev: true
/jscodeshift@0.14.0(@babel/preset-env@7.22.10):
- resolution:
- {
- integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==
- }
+ resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==}
hasBin: true
peerDependencies:
- "@babel/preset-env": ^7.1.6
- dependencies:
- "@babel/core": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-env": 7.22.10(@babel/core@7.22.10)
- "@babel/preset-flow": 7.22.5(@babel/core@7.22.10)
- "@babel/preset-typescript": 7.22.5(@babel/core@7.22.10)
- "@babel/register": 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': ^7.1.6
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-env': 7.22.10(@babel/core@7.22.10)
+ '@babel/preset-flow': 7.22.5(@babel/core@7.22.10)
+ '@babel/preset-typescript': 7.22.5(@babel/core@7.22.10)
+ '@babel/register': 7.22.5(@babel/core@7.22.10)
babel-core: 7.0.0-bridge.0(@babel/core@7.22.10)
chalk: 4.1.2
flow-parser: 0.214.0
@@ -38768,11 +29923,8 @@ packages:
- supports-color
/jsdom@16.7.0:
- resolution:
- {
- integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==}
+ engines: {node: '>=10'}
peerDependencies:
canvas: ^2.5.0
peerDependenciesMeta:
@@ -38813,11 +29965,8 @@ packages:
dev: false
/jsdom@20.0.3:
- resolution:
- {
- integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==}
+ engines: {node: '>=14'}
peerDependencies:
canvas: ^2.5.0
peerDependenciesMeta:
@@ -38857,47 +30006,26 @@ packages:
dev: true
/jsep@1.3.8:
- resolution:
- {
- integrity: sha512-qofGylTGgYj9gZFsHuyWAN4jr35eJ66qJCK4eKDnldohuUoQFbU3iZn2zjvEbd9wOAhP9Wx5DsAAduTyE1PSWQ==
- }
- engines: { node: ">= 10.16.0" }
+ resolution: {integrity: sha512-qofGylTGgYj9gZFsHuyWAN4jr35eJ66qJCK4eKDnldohuUoQFbU3iZn2zjvEbd9wOAhP9Wx5DsAAduTyE1PSWQ==}
+ engines: {node: '>= 10.16.0'}
dev: false
/jsesc@0.5.0:
- resolution:
- {
- integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
- }
- hasBin: true
+ resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
/jsesc@2.5.2:
- resolution:
- {
- integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
+ engines: {node: '>=4'}
/json-buffer@3.0.0:
- resolution:
- {
- integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==
- }
+ resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==}
/json-buffer@3.0.1:
- resolution:
- {
- integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
- }
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
dev: true
/json-diff@0.9.0:
- resolution:
- {
- integrity: sha512-cVnggDrVkAAA3OvFfHpFEhOnmcsUpleEKq4d4O8sQWWSH40MBrWstKigVB1kGrgLWzuom+7rRdaCsnBD6VyObQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-cVnggDrVkAAA3OvFfHpFEhOnmcsUpleEKq4d4O8sQWWSH40MBrWstKigVB1kGrgLWzuom+7rRdaCsnBD6VyObQ==}
dependencies:
cli-color: 2.0.3
difflib: 0.2.4
@@ -38905,47 +30033,38 @@ packages:
dev: true
/json-e@4.5.3:
- resolution:
- {
- integrity: sha512-dpH7RFjP74uLxVym1kYz3lvLjdb5Iv4L1jv/emA0RbhrBLWY1ridB549aEHHg4QSFDAHOD/Cc8+6wFf5m1elQQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-dpH7RFjP74uLxVym1kYz3lvLjdb5Iv4L1jv/emA0RbhrBLWY1ridB549aEHHg4QSFDAHOD/Cc8+6wFf5m1elQQ==}
+ engines: {node: '>=12'}
dependencies:
json-stable-stringify-without-jsonify: 1.0.1
dev: false
/json-fixer@1.6.15:
- resolution:
- {
- integrity: sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-TuDuZ5KrgyjoCIppdPXBMqiGfota55+odM+j2cQ5rt/XKyKmqGB3Whz1F8SN8+60yYGy/Nu5lbRZ+rx8kBIvBw==}
+ engines: {node: '>=10'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
chalk: 4.1.2
pegjs: 0.10.0
dev: true
/json-machete@0.94.0(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-f3QUti6GVE+dKa7256OCdNHY/DR8G9sYutvu+YC5O8UgCYsuWC8j9+9NqzbP07KToRUVE2n0Zn2tss2D84GdMQ==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.0
- "@graphql-mesh/utils": ^0.94.0
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-f3QUti6GVE+dKa7256OCdNHY/DR8G9sYutvu+YC5O8UgCYsuWC8j9+9NqzbP07KToRUVE2n0Zn2tss2D84GdMQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.0
+ '@graphql-mesh/utils': ^0.94.0
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@json-schema-tools/meta-schema": 1.7.0
- "@whatwg-node/fetch": 0.9.9
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@json-schema-tools/meta-schema': 1.7.0
+ '@whatwg-node/fetch': 0.9.9
graphql: 16.8.0
json-pointer: 0.6.2
to-json-schema: 0.2.5
@@ -38954,25 +30073,22 @@ packages:
dev: false
/json-machete@0.94.6(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-mesh/utils@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-n+jqpQ2BGMFHvWo8Uqh8mea7gCiriWOwz1n+F3WcY/iT5SYh6kJFC0UdBtLe+YUZx+d7BPe33qVPrreUAMEpdQ==
- }
- engines: { node: ">=16.0.0" }
- peerDependencies:
- "@graphql-mesh/cross-helpers": ^0.4.0
- "@graphql-mesh/types": ^0.94.6
- "@graphql-mesh/utils": ^0.94.6
- "@graphql-tools/utils": ^9.2.1 || ^10.0.0
- graphql: "*"
+ resolution: {integrity: sha512-n+jqpQ2BGMFHvWo8Uqh8mea7gCiriWOwz1n+F3WcY/iT5SYh6kJFC0UdBtLe+YUZx+d7BPe33qVPrreUAMEpdQ==}
+ engines: {node: '>=16.0.0'}
+ peerDependencies:
+ '@graphql-mesh/cross-helpers': ^0.4.0
+ '@graphql-mesh/types': ^0.94.6
+ '@graphql-mesh/utils': ^0.94.6
+ '@graphql-tools/utils': ^9.2.1 || ^10.0.0
+ graphql: ^16.8.0
tslib: ^2.4.0
dependencies:
- "@graphql-mesh/cross-helpers": 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
- "@graphql-mesh/types": 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-mesh/utils": 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
- "@graphql-tools/utils": 9.2.1(graphql@16.8.0)
- "@json-schema-tools/meta-schema": 1.7.0
- "@whatwg-node/fetch": 0.9.9
+ '@graphql-mesh/cross-helpers': 0.4.0(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(react-native@0.72.4)
+ '@graphql-mesh/types': 0.94.5(@graphql-mesh/store@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-mesh/utils': 0.94.5(@graphql-mesh/cross-helpers@0.4.0)(@graphql-mesh/types@0.94.5)(@graphql-tools/utils@9.2.1)(graphql@16.8.0)(tslib@2.5.2)
+ '@graphql-tools/utils': 9.2.1(graphql@16.8.0)
+ '@json-schema-tools/meta-schema': 1.7.0
+ '@whatwg-node/fetch': 0.9.9
graphql: 16.8.0
json-pointer: 0.6.2
to-json-schema: 0.2.5
@@ -38981,64 +30097,42 @@ packages:
dev: false
/json-parse-better-errors@1.0.2:
- resolution:
- {
- integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
- }
+ resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==}
/json-parse-even-better-errors@2.3.1:
- resolution:
- {
- integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
- }
+ resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
/json-parse-even-better-errors@3.0.0:
- resolution:
- {
- integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/json-pointer@0.6.2:
- resolution:
- {
- integrity: sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==
- }
+ resolution: {integrity: sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==}
dependencies:
foreach: 2.0.6
dev: false
/json-schema-compare@0.2.2:
- resolution:
- {
- integrity: sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==
- }
+ resolution: {integrity: sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==}
dependencies:
lodash: 4.17.21
dev: false
/json-schema-migrate@0.2.0:
- resolution:
- {
- integrity: sha512-dq4/oHWmtw/+0ytnXsDqVn+VsVweTEmzm5jLgguPn9BjSzn6/q58ZiZx3BHiQyJs612f0T5Z+MrUEUUY5DHsRg==
- }
+ resolution: {integrity: sha512-dq4/oHWmtw/+0ytnXsDqVn+VsVweTEmzm5jLgguPn9BjSzn6/q58ZiZx3BHiQyJs612f0T5Z+MrUEUUY5DHsRg==}
dependencies:
ajv: 5.5.2
dev: false
/json-schema-to-typescript@11.0.5:
- resolution:
- {
- integrity: sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw==
- }
- engines: { node: ">=12.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-ZNlvngzlPzjYYECbR+uJ9aUWo25Gw/VuwUytvcuKiwc6NaiZhMyf7qBsxZE2eixmj8AoQEQJhSRG7btln0sUDw==}
+ engines: {node: '>=12.0.0'}
dependencies:
- "@bcherny/json-schema-ref-parser": 10.0.5-fork
- "@types/json-schema": 7.0.12
- "@types/lodash": 4.14.197
- "@types/prettier": 2.7.3
+ '@bcherny/json-schema-ref-parser': 10.0.5-fork
+ '@types/json-schema': 7.0.12
+ '@types/lodash': 4.14.197
+ '@types/prettier': 2.7.3
cli-color: 2.0.3
get-stdin: 8.0.0
glob: 7.2.3
@@ -39052,112 +30146,68 @@ packages:
dev: false
/json-schema-traverse@0.3.1:
- resolution:
- {
- integrity: sha512-4JD/Ivzg7PoW8NzdrBSr3UFwC9mHgvI7Z6z3QGBsSHgKaRTUDmyZAAKJo2UbG1kUVfS9WS8bi36N49U1xw43DA==
- }
+ resolution: {integrity: sha512-4JD/Ivzg7PoW8NzdrBSr3UFwC9mHgvI7Z6z3QGBsSHgKaRTUDmyZAAKJo2UbG1kUVfS9WS8bi36N49U1xw43DA==}
dev: false
/json-schema-traverse@0.4.1:
- resolution:
- {
- integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
- }
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
/json-schema-traverse@1.0.0:
- resolution:
- {
- integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
- }
+ resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
/json-schema@0.4.0:
- resolution:
- {
- integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
- }
+ resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
/json-stable-stringify-without-jsonify@1.0.1:
- resolution:
- {
- integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
- }
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
/json-stable-stringify@1.0.2:
- resolution:
- {
- integrity: sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==
- }
+ resolution: {integrity: sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==}
dependencies:
jsonify: 0.0.1
/json-stringify-nice@1.1.4:
- resolution:
- {
- integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==
- }
+ resolution: {integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==}
dev: false
/json-stringify-safe@5.0.1:
- resolution:
- {
- integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
- }
+ resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
/json-to-ast@2.1.0:
- resolution:
- {
- integrity: sha512-W9Lq347r8tA1DfMvAGn9QNcgYm4Wm7Yc+k8e6vezpMnRT+NHbtlxgNBXRVjXe9YM6eTn6+p/MKOlV/aABJcSnQ==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-W9Lq347r8tA1DfMvAGn9QNcgYm4Wm7Yc+k8e6vezpMnRT+NHbtlxgNBXRVjXe9YM6eTn6+p/MKOlV/aABJcSnQ==}
+ engines: {node: '>= 4'}
dependencies:
code-error-fragment: 0.0.230
grapheme-splitter: 1.0.4
dev: false
/json-to-pretty-yaml@1.2.2:
- resolution:
- {
- integrity: sha512-rvm6hunfCcqegwYaG5T4yKJWxc9FXFgBVrcTZ4XfSVRwa5HA/Xs+vB/Eo9treYYHCeNM0nrSUr82V/M31Urc7A==
- }
- engines: { node: ">= 0.2.0" }
+ resolution: {integrity: sha512-rvm6hunfCcqegwYaG5T4yKJWxc9FXFgBVrcTZ4XfSVRwa5HA/Xs+vB/Eo9treYYHCeNM0nrSUr82V/M31Urc7A==}
+ engines: {node: '>= 0.2.0'}
dependencies:
remedial: 1.0.8
remove-trailing-spaces: 1.0.8
dev: true
/json2md@1.13.0:
- resolution:
- {
- integrity: sha512-AhMhiz0fE1nmAzqJ042zt/d2wtTmd8cWZyTvBidfOQJvPRu5HPVQxC1lCehW26+XiDTQQ4H904FIRP4PAUHXHg==
- }
+ resolution: {integrity: sha512-AhMhiz0fE1nmAzqJ042zt/d2wtTmd8cWZyTvBidfOQJvPRu5HPVQxC1lCehW26+XiDTQQ4H904FIRP4PAUHXHg==}
dependencies:
indento: 1.1.13
dev: false
/json5@1.0.2:
- resolution:
- {
- integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
- }
- hasBin: true
+ resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
dependencies:
minimist: 1.2.8
dev: true
/json5@2.2.3:
- resolution:
- {
- integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
- }
- engines: { node: ">=6" }
- hasBin: true
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
+ engines: {node: '>=6'}
/jsonc-eslint-parser@2.3.0:
- resolution:
- {
- integrity: sha512-9xZPKVYp9DxnM3sd1yAsh/d59iIaswDkai8oTxbursfKYbg/ibjX0IzFt35+VZ8iEW453TVTXztnRvYUQlAfUQ==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-9xZPKVYp9DxnM3sd1yAsh/d59iIaswDkai8oTxbursfKYbg/ibjX0IzFt35+VZ8iEW453TVTXztnRvYUQlAfUQ==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.10.0
eslint-visitor-keys: 3.4.3
@@ -39166,94 +30216,58 @@ packages:
dev: true
/jsonc-parser@2.2.1:
- resolution:
- {
- integrity: sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==
- }
+ resolution: {integrity: sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==}
dev: false
/jsonc-parser@3.2.0:
- resolution:
- {
- integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
- }
+ resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==}
/jsonfile@1.0.1:
- resolution:
- {
- integrity: sha512-KbsDJNRfRPF5v49tMNf9sqyyGqGLBcz1v5kZT01kG5ns5mQSltwxCKVmUzVKtEinkUnTDtSrp6ngWpV7Xw0ZlA==
- }
+ resolution: {integrity: sha512-KbsDJNRfRPF5v49tMNf9sqyyGqGLBcz1v5kZT01kG5ns5mQSltwxCKVmUzVKtEinkUnTDtSrp6ngWpV7Xw0ZlA==}
dev: false
/jsonfile@4.0.0:
- resolution:
- {
- integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==
- }
+ resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
optionalDependencies:
graceful-fs: 4.2.11
/jsonfile@6.1.0:
- resolution:
- {
- integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
- }
+ resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
dependencies:
universalify: 2.0.0
optionalDependencies:
graceful-fs: 4.2.11
/jsonify@0.0.1:
- resolution:
- {
- integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
- }
+ resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==}
/jsonpack@1.1.5:
- resolution:
- {
- integrity: sha512-d2vwomK605ks7Q+uCpbwGyoIF5j+UZuJjlYcugISBt3CxM+eBo/W6y63yVPIyIvbYON+pvJYsYZjCYbzqJj/xQ==
- }
+ resolution: {integrity: sha512-d2vwomK605ks7Q+uCpbwGyoIF5j+UZuJjlYcugISBt3CxM+eBo/W6y63yVPIyIvbYON+pvJYsYZjCYbzqJj/xQ==}
dev: true
/jsonparse@1.3.1:
- resolution:
- {
- integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
- }
- engines: { "0": node >= 0.2.0 }
+ resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
+ engines: {'0': node >= 0.2.0}
/jsonpath-plus@6.0.1:
- resolution:
- {
- integrity: sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-EvGovdvau6FyLexFH2OeXfIITlgIbgZoAZe3usiySeaIDm5QS+A10DKNpaPBBqqRSZr2HN6HVNXxtwUAr2apEw==}
+ engines: {node: '>=10.0.0'}
requiresBuild: true
dev: false
optional: true
/jsonpath-plus@7.1.0:
- resolution:
- {
- integrity: sha512-gTaNRsPWO/K2KY6MrqaUFClF9kmuM6MFH5Dhg1VYDODgFbByw1yb7xu3hrViE/sz+dGOeMWgCzwUwQtAnCTE9g==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-gTaNRsPWO/K2KY6MrqaUFClF9kmuM6MFH5Dhg1VYDODgFbByw1yb7xu3hrViE/sz+dGOeMWgCzwUwQtAnCTE9g==}
+ engines: {node: '>=12.0.0'}
dev: false
/jsonpath-plus@7.2.0:
- resolution:
- {
- integrity: sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==}
+ engines: {node: '>=12.0.0'}
dev: false
/jsonpath@1.1.1:
- resolution:
- {
- integrity: sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==
- }
+ resolution: {integrity: sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==}
dependencies:
esprima: 1.2.2
static-eval: 2.0.2
@@ -39261,26 +30275,17 @@ packages:
dev: false
/jsonpointer@5.0.1:
- resolution:
- {
- integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
+ engines: {node: '>=0.10.0'}
dev: false
/jsonschema@1.4.1:
- resolution:
- {
- integrity: sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==
- }
+ resolution: {integrity: sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==}
dev: false
/jsprim@1.4.2:
- resolution:
- {
- integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
- }
- engines: { node: ">=0.6.0" }
+ resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==}
+ engines: {node: '>=0.6.0'}
dependencies:
assert-plus: 1.0.0
extsprintf: 1.3.0
@@ -39289,11 +30294,8 @@ packages:
dev: false
/jsprim@2.0.2:
- resolution:
- {
- integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==
- }
- engines: { "0": node >=0.6.0 }
+ resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==}
+ engines: {'0': node >=0.6.0}
dependencies:
assert-plus: 1.0.0
extsprintf: 1.3.0
@@ -39302,97 +30304,70 @@ packages:
dev: true
/jss-plugin-camel-case@10.10.0:
- resolution:
- {
- integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==
- }
+ resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
hyphenate-style-name: 1.0.4
jss: 10.10.0
dev: true
/jss-plugin-default-unit@10.10.0:
- resolution:
- {
- integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==
- }
+ resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
jss: 10.10.0
dev: true
/jss-plugin-global@10.10.0:
- resolution:
- {
- integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==
- }
+ resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
jss: 10.10.0
dev: true
/jss-plugin-nested@10.10.0:
- resolution:
- {
- integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==
- }
+ resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
jss: 10.10.0
tiny-warning: 1.0.3
dev: true
/jss-plugin-props-sort@10.10.0:
- resolution:
- {
- integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==
- }
+ resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
jss: 10.10.0
dev: true
/jss-plugin-rule-value-function@10.10.0:
- resolution:
- {
- integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==
- }
+ resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
jss: 10.10.0
tiny-warning: 1.0.3
dev: true
/jss-plugin-vendor-prefixer@10.10.0:
- resolution:
- {
- integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==
- }
+ resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
css-vendor: 2.0.8
jss: 10.10.0
dev: true
/jss@10.10.0:
- resolution:
- {
- integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==
- }
+ resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
csstype: 3.1.2
is-in-browser: 1.1.3
tiny-warning: 1.0.3
dev: true
/jsx-ast-utils@3.3.5:
- resolution:
- {
- integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
+ engines: {node: '>=4.0'}
dependencies:
array-includes: 3.1.6
array.prototype.flat: 1.3.1
@@ -39401,63 +30376,39 @@ packages:
dev: true
/just-clone@6.2.0:
- resolution:
- {
- integrity: sha512-1IynUYEc/HAwxhi3WDpIpxJbZpMCvvrrmZVqvj9EhpvbH8lls7HhdhiByjL7DkAaWlLIzpC0Xc/VPvy/UxLNjA==
- }
+ resolution: {integrity: sha512-1IynUYEc/HAwxhi3WDpIpxJbZpMCvvrrmZVqvj9EhpvbH8lls7HhdhiByjL7DkAaWlLIzpC0Xc/VPvy/UxLNjA==}
dev: false
/just-curry-it@3.2.1:
- resolution:
- {
- integrity: sha512-Q8206k8pTY7krW32cdmPsP+DqqLgWx/hYPSj9/+7SYqSqz7UuwPbfSe07lQtvuuaVyiSJveXk0E5RydOuWwsEg==
- }
+ resolution: {integrity: sha512-Q8206k8pTY7krW32cdmPsP+DqqLgWx/hYPSj9/+7SYqSqz7UuwPbfSe07lQtvuuaVyiSJveXk0E5RydOuWwsEg==}
dev: false
/just-curry-it@5.3.0:
- resolution:
- {
- integrity: sha512-silMIRiFjUWlfaDhkgSzpuAyQ6EX/o09Eu8ZBfmFwQMbax7+LQzeIU2CBrICT6Ne4l86ITCGvUCBpCubWYy0Yw==
- }
+ resolution: {integrity: sha512-silMIRiFjUWlfaDhkgSzpuAyQ6EX/o09Eu8ZBfmFwQMbax7+LQzeIU2CBrICT6Ne4l86ITCGvUCBpCubWYy0Yw==}
dev: false
/just-diff-apply@3.1.2:
- resolution:
- {
- integrity: sha512-TCa7ZdxCeq6q3Rgms2JCRHTCfWAETPZ8SzYUbkYF6KR3I03sN29DaOIC+xyWboIcMvjAsD5iG2u/RWzHD8XpgQ==
- }
+ resolution: {integrity: sha512-TCa7ZdxCeq6q3Rgms2JCRHTCfWAETPZ8SzYUbkYF6KR3I03sN29DaOIC+xyWboIcMvjAsD5iG2u/RWzHD8XpgQ==}
dev: false
/just-diff@3.1.1:
- resolution:
- {
- integrity: sha512-sdMWKjRq8qWZEjDcVA6llnUT8RDEBIfOiGpYFPYa9u+2c39JCsejktSP7mj5eRid5EIvTzIpQ2kDOCw1Nq9BjQ==
- }
+ resolution: {integrity: sha512-sdMWKjRq8qWZEjDcVA6llnUT8RDEBIfOiGpYFPYa9u+2c39JCsejktSP7mj5eRid5EIvTzIpQ2kDOCw1Nq9BjQ==}
dev: false
/kafkajs@2.2.4:
- resolution:
- {
- integrity: sha512-j/YeapB1vfPT2iOIUn/vxdyKEuhuY2PxMBvf5JWux6iSaukAccrMtXEY/Lb7OvavDhOWME589bpLrEdnVHjfjA==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-j/YeapB1vfPT2iOIUn/vxdyKEuhuY2PxMBvf5JWux6iSaukAccrMtXEY/Lb7OvavDhOWME589bpLrEdnVHjfjA==}
+ engines: {node: '>=14.0.0'}
dev: false
/kapsule@1.14.4:
- resolution:
- {
- integrity: sha512-Ro1US5B5mtyZMM+NqW/0fqcBf9oEO7fG0gYY9FY+BVGo4KaonVsplFfuYx3pZ/GLCQfYE5cONduILLktsYjUpQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Ro1US5B5mtyZMM+NqW/0fqcBf9oEO7fG0gYY9FY+BVGo4KaonVsplFfuYx3pZ/GLCQfYE5cONduILLktsYjUpQ==}
+ engines: {node: '>=12'}
dependencies:
lodash-es: 4.17.21
dev: false
/keytar@7.9.0:
- resolution:
- {
- integrity: sha512-VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==
- }
+ resolution: {integrity: sha512-VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==}
requiresBuild: true
dependencies:
node-addon-api: 4.3.0
@@ -39466,92 +30417,58 @@ packages:
optional: true
/keyv@3.1.0:
- resolution:
- {
- integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==
- }
+ resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==}
dependencies:
json-buffer: 3.0.0
/keyv@4.5.3:
- resolution:
- {
- integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==
- }
+ resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==}
dependencies:
json-buffer: 3.0.1
dev: true
/khroma@2.0.0:
- resolution:
- {
- integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==
- }
+ resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==}
dev: false
/kind-of@6.0.3:
- resolution:
- {
- integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
+ engines: {node: '>=0.10.0'}
/klaw-sync@6.0.0:
- resolution:
- {
- integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==
- }
+ resolution: {integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==}
dependencies:
graceful-fs: 4.2.11
/kleur@3.0.3:
- resolution:
- {
- integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
+ engines: {node: '>=6'}
/kleur@4.1.5:
- resolution:
- {
- integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
+ engines: {node: '>=6'}
/klona@2.0.6:
- resolution:
- {
- integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
+ engines: {node: '>= 8'}
dev: true
/kysely-d1@0.3.0(kysely@0.26.0):
- resolution:
- {
- integrity: sha512-9wTbE6ooLiYtBa4wPg9e4fjfcmvRtgE/2j9pAjYrIq+iz+EsH/Hj9YbtxpEXA6JoRgfulVQ1EtGj6aycGGRpYw==
- }
+ resolution: {integrity: sha512-9wTbE6ooLiYtBa4wPg9e4fjfcmvRtgE/2j9pAjYrIq+iz+EsH/Hj9YbtxpEXA6JoRgfulVQ1EtGj6aycGGRpYw==}
peerDependencies:
- kysely: "*"
+ kysely: '*'
dependencies:
kysely: 0.26.0
dev: false
/kysely@0.26.0:
- resolution:
- {
- integrity: sha512-uj4wsWeWyGYoJlT4vNjO5wMjZxYp55I+igJJsJGe12R2WDZ4AWHNyRRMQz8Mdnv35DnHXck0S7/I2FIPEIZwjw==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-uj4wsWeWyGYoJlT4vNjO5wMjZxYp55I+igJJsJGe12R2WDZ4AWHNyRRMQz8Mdnv35DnHXck0S7/I2FIPEIZwjw==}
+ engines: {node: '>=14.0.0'}
dev: false
/langium-cli@1.2.1:
- resolution:
- {
- integrity: sha512-sbGucMXqfDfLmF6bvFsyv7f4/y2dNivVKpXD5j//OxMrBsF+N8fATVqq8bopUvAxxvb0dmaV0xpIxYr7b7Efjg==
- }
- engines: { node: ">=14.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-sbGucMXqfDfLmF6bvFsyv7f4/y2dNivVKpXD5j//OxMrBsF+N8fATVqq8bopUvAxxvb0dmaV0xpIxYr7b7Efjg==}
+ engines: {node: '>=14.0.0'}
dependencies:
chalk: 4.1.2
commander: 10.0.1
@@ -39562,11 +30479,8 @@ packages:
dev: false
/langium@1.2.1:
- resolution:
- {
- integrity: sha512-tpUa1r47pxuUBNqX5X4GAB08qhWpVwWhxjwOV+948skElHO9OV6emngfY3jOYzchJS4H6UZwyKalsOb8GGPsnQ==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-tpUa1r47pxuUBNqX5X4GAB08qhWpVwWhxjwOV+948skElHO9OV6emngfY3jOYzchJS4H6UZwyKalsOb8GGPsnQ==}
+ engines: {node: '>=14.0.0'}
dependencies:
chevrotain: 10.4.2
chevrotain-allstar: 0.1.7(chevrotain@10.4.2)
@@ -39576,78 +30490,51 @@ packages:
dev: false
/language-subtag-registry@0.3.22:
- resolution:
- {
- integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==
- }
+ resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==}
dev: true
/language-tags@1.0.5:
- resolution:
- {
- integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==
- }
+ resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==}
dependencies:
language-subtag-registry: 0.3.22
dev: true
/latest-version@5.1.0:
- resolution:
- {
- integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==}
+ engines: {node: '>=8'}
dependencies:
package-json: 6.5.0
dev: false
/latest-version@7.0.0:
- resolution:
- {
- integrity: sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==}
+ engines: {node: '>=14.16'}
dependencies:
package-json: 8.1.1
dev: true
/launch-editor@2.6.0:
- resolution:
- {
- integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==
- }
+ resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==}
dependencies:
picocolors: 1.0.0
shell-quote: 1.8.1
/layout-base@1.0.2:
- resolution:
- {
- integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==
- }
+ resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
dev: false
/layout-base@2.0.1:
- resolution:
- {
- integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==
- }
+ resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==}
dev: false
/lazy-ass@1.6.0:
- resolution:
- {
- integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==
- }
- engines: { node: "> 0.8" }
+ resolution: {integrity: sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==}
+ engines: {node: '> 0.8'}
dev: true
/lazy-universal-dotenv@4.0.0:
- resolution:
- {
- integrity: sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==}
+ engines: {node: '>=14.0.0'}
dependencies:
app-root-dir: 1.0.2
dotenv: 16.3.1
@@ -39655,37 +30542,27 @@ packages:
dev: true
/lazystream@1.0.1:
- resolution:
- {
- integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
- }
- engines: { node: ">= 0.6.3" }
+ resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
+ engines: {node: '>= 0.6.3'}
dependencies:
readable-stream: 2.3.8
dev: true
/less-loader@11.1.0(less@4.1.3)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
less: ^3.5.0 || ^4.0.0
webpack: ^5.0.0
dependencies:
klona: 2.0.6
less: 4.1.3
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/less@4.1.3:
- resolution:
- {
- integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==
- }
- engines: { node: ">=6" }
- hasBin: true
+ resolution: {integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==}
+ engines: {node: '>=6'}
dependencies:
copy-anything: 2.0.6
parse-node-version: 1.0.1
@@ -39703,72 +30580,50 @@ packages:
dev: true
/leven@3.1.0:
- resolution:
- {
- integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
+ engines: {node: '>=6'}
/levenshtein-edit-distance@2.0.5:
- resolution:
- {
- integrity: sha512-Yuraz7QnMX/JENJU1HA6UtdsbhRzoSFnGpVGVryjQgHtl2s/YmVgmNYkVs5yzVZ9aAvQR9wPBUH3lG755ylxGA==
- }
- hasBin: true
+ resolution: {integrity: sha512-Yuraz7QnMX/JENJU1HA6UtdsbhRzoSFnGpVGVryjQgHtl2s/YmVgmNYkVs5yzVZ9aAvQR9wPBUH3lG755ylxGA==}
dev: false
/levn@0.3.0:
- resolution:
- {
- integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==}
+ engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.1.2
type-check: 0.3.2
dev: false
/levn@0.4.1:
- resolution:
- {
- integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
+ engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.2.1
type-check: 0.4.0
/license-webpack-plugin@4.0.2(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==
- }
+ resolution: {integrity: sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==}
peerDependencies:
- webpack: "*"
+ webpack: '*'
peerDependenciesMeta:
webpack:
optional: true
webpack-sources:
optional: true
dependencies:
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-sources: 3.2.3
dev: true
/lie@3.1.1:
- resolution:
- {
- integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==
- }
+ resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==}
dependencies:
immediate: 3.0.6
dev: true
/light-my-request@5.10.0:
- resolution:
- {
- integrity: sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA==
- }
+ resolution: {integrity: sha512-ZU2D9GmAcOUculTTdH9/zryej6n8TzT+fNGdNtm6SDp5MMMpHrJJkvAdE3c6d8d2chE9i+a//dS9CWZtisknqA==}
dependencies:
cookie: 0.5.0
process-warning: 2.2.0
@@ -39776,57 +30631,35 @@ packages:
dev: false
/lilconfig@2.1.0:
- resolution:
- {
- integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
+ engines: {node: '>=10'}
/limit-spawn@0.0.3:
- resolution:
- {
- integrity: sha512-2vJ6FDCit0ohq77qdbIdk5JqGs/98W1fGEgozoAMq/oybKPdgLuB8bHH/wWgvCdQzEJpm6Sxh0abG/PtxFr7XA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-2vJ6FDCit0ohq77qdbIdk5JqGs/98W1fGEgozoAMq/oybKPdgLuB8bHH/wWgvCdQzEJpm6Sxh0abG/PtxFr7XA==}
+ engines: {node: '>= 0.8.0'}
dev: true
/lines-and-columns@1.2.4:
- resolution:
- {
- integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
- }
+ resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
/lines-and-columns@2.0.3:
- resolution:
- {
- integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/linkify-it@2.2.0:
- resolution:
- {
- integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
- }
+ resolution: {integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==}
dependencies:
uc.micro: 1.0.6
dev: false
/linkify-it@3.0.3:
- resolution:
- {
- integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
- }
+ resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==}
dependencies:
uc.micro: 1.0.6
/lint-staged@14.0.0:
- resolution:
- {
- integrity: sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==
- }
- engines: { node: ^16.14.0 || >=18.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-0tLf0pqZYkar/wu3nTctk4rVIG+d7PanDYv4/IQR4qwdqfQkTDziLRFnqMcLuLBTuUqmcLwsHPD2EjQ18d/oaA==}
+ engines: {node: ^16.14.0 || >=18.0.0}
dependencies:
chalk: 5.3.0
commander: 11.0.0
@@ -39844,21 +30677,15 @@ packages:
dev: true
/liquid-json@0.3.1:
- resolution:
- {
- integrity: sha512-wUayTU8MS827Dam6MxgD72Ui+KOSF+u/eIqpatOtjnvgJ0+mnDq33uC2M7J0tPK+upe/DpUAuK4JUU89iBoNKQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-wUayTU8MS827Dam6MxgD72Ui+KOSF+u/eIqpatOtjnvgJ0+mnDq33uC2M7J0tPK+upe/DpUAuK4JUU89iBoNKQ==}
+ engines: {node: '>=4'}
dev: false
/listr2@3.14.0(enquirer@2.4.1):
- resolution:
- {
- integrity: sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
- enquirer: ">= 2.3.0 < 3"
+ enquirer: '>= 2.3.0 < 3'
peerDependenciesMeta:
enquirer:
optional: true
@@ -39875,13 +30702,10 @@ packages:
dev: true
/listr2@4.0.5:
- resolution:
- {
- integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==}
+ engines: {node: '>=12'}
peerDependencies:
- enquirer: ">= 2.3.0 < 3"
+ enquirer: '>= 2.3.0 < 3'
peerDependenciesMeta:
enquirer:
optional: true
@@ -39897,13 +30721,10 @@ packages:
dev: true
/listr2@6.6.1:
- resolution:
- {
- integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
- enquirer: ">= 2.3.0 < 3"
+ enquirer: '>= 2.3.0 < 3'
peerDependenciesMeta:
enquirer:
optional: true
@@ -39917,10 +30738,7 @@ packages:
dev: true
/little-state-machine@4.8.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-xfi5+iDxTLhu0hbnNubUs+qoQQqxhtEZeObP5ELjUlHnl74bbasY7mOonsGQrAouyrbag3ebNLSse5xX1T7buQ==
- }
+ resolution: {integrity: sha512-xfi5+iDxTLhu0hbnNubUs+qoQQqxhtEZeObP5ELjUlHnl74bbasY7mOonsGQrAouyrbag3ebNLSse5xX1T7buQ==}
peerDependencies:
react: ^16.8.0 || ^17 || ^18
dependencies:
@@ -39928,11 +30746,8 @@ packages:
dev: true
/load-json-file@4.0.0:
- resolution:
- {
- integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==}
+ engines: {node: '>=4'}
dependencies:
graceful-fs: 4.2.11
parse-json: 4.0.0
@@ -39941,38 +30756,26 @@ packages:
dev: true
/load-module@4.2.1:
- resolution:
- {
- integrity: sha512-Sbfg6R4LjvyThJpqUoADHMjyoI2+cL4msbCQeZ9kkY/CqP/TT2938eftKm7x4I2gd4/A+DEe6nePkbfWYbXwSw==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-Sbfg6R4LjvyThJpqUoADHMjyoI2+cL4msbCQeZ9kkY/CqP/TT2938eftKm7x4I2gd4/A+DEe6nePkbfWYbXwSw==}
+ engines: {node: '>=12.17'}
dependencies:
array-back: 6.2.2
dev: true
/load-plugin@5.1.0:
- resolution:
- {
- integrity: sha512-Lg1CZa1CFj2CbNaxijTL6PCbzd4qGTlZov+iH2p5Xwy/ApcZJh+i6jMN2cYePouTfjJfrNu3nXFdEw8LvbjPFQ==
- }
+ resolution: {integrity: sha512-Lg1CZa1CFj2CbNaxijTL6PCbzd4qGTlZov+iH2p5Xwy/ApcZJh+i6jMN2cYePouTfjJfrNu3nXFdEw8LvbjPFQ==}
dependencies:
- "@npmcli/config": 6.2.1
+ '@npmcli/config': 6.2.1
import-meta-resolve: 2.2.2
dev: true
/loader-runner@4.3.0:
- resolution:
- {
- integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
- }
- engines: { node: ">=6.11.5" }
+ resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
+ engines: {node: '>=6.11.5'}
/loader-utils@1.2.3:
- resolution:
- {
- integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==}
+ engines: {node: '>=4.0.0'}
dependencies:
big.js: 5.2.2
emojis-list: 2.1.0
@@ -39980,371 +30783,221 @@ packages:
dev: true
/loader-utils@2.0.4:
- resolution:
- {
- integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
- }
- engines: { node: ">=8.9.0" }
+ resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==}
+ engines: {node: '>=8.9.0'}
dependencies:
big.js: 5.2.2
emojis-list: 3.0.0
json5: 2.2.3
/loader-utils@3.2.1:
- resolution:
- {
- integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==}
+ engines: {node: '>= 12.13.0'}
/localforage@1.10.0:
- resolution:
- {
- integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==
- }
+ resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==}
dependencies:
lie: 3.1.1
dev: true
/locate-path@2.0.0:
- resolution:
- {
- integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==}
+ engines: {node: '>=4'}
dependencies:
p-locate: 2.0.0
path-exists: 3.0.0
dev: true
/locate-path@3.0.0:
- resolution:
- {
- integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
+ engines: {node: '>=6'}
dependencies:
p-locate: 3.0.0
path-exists: 3.0.0
/locate-path@5.0.0:
- resolution:
- {
- integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
+ engines: {node: '>=8'}
dependencies:
p-locate: 4.1.0
/locate-path@6.0.0:
- resolution:
- {
- integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
+ engines: {node: '>=10'}
dependencies:
p-locate: 5.0.0
/locate-path@7.2.0:
- resolution:
- {
- integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
p-locate: 6.0.0
dev: true
/lodash-es@4.17.21:
- resolution:
- {
- integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
- }
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
/lodash.camelcase@4.3.0:
- resolution:
- {
- integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
- }
+ resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
/lodash.capitalize@4.2.1:
- resolution:
- {
- integrity: sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==
- }
+ resolution: {integrity: sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==}
dev: true
/lodash.castarray@4.4.0:
- resolution:
- {
- integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==
- }
+ resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
/lodash.clonedeep@4.5.0:
- resolution:
- {
- integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
- }
+ resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==}
dev: false
/lodash.curry@4.1.1:
- resolution:
- {
- integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==
- }
+ resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==}
dev: false
/lodash.debounce@4.0.8:
- resolution:
- {
- integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
- }
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
/lodash.defaults@4.2.0:
- resolution:
- {
- integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==
- }
+ resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
dev: true
/lodash.difference@4.5.0:
- resolution:
- {
- integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==
- }
+ resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==}
dev: true
/lodash.escaperegexp@4.1.2:
- resolution:
- {
- integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==
- }
+ resolution: {integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==}
dev: true
/lodash.flatten@4.4.0:
- resolution:
- {
- integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==
- }
+ resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==}
dev: true
/lodash.flow@3.5.0:
- resolution:
- {
- integrity: sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==
- }
+ resolution: {integrity: sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==}
dev: false
/lodash.get@4.4.2:
- resolution:
- {
- integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
- }
+ resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
dev: false
/lodash.isequal@4.5.0:
- resolution:
- {
- integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
- }
+ resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==}
dev: false
/lodash.isfunction@3.0.9:
- resolution:
- {
- integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==
- }
+ resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==}
dev: true
/lodash.ismatch@4.4.0:
- resolution:
- {
- integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
- }
+ resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==}
dev: true
/lodash.isplainobject@4.0.6:
- resolution:
- {
- integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
- }
+ resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
/lodash.isstring@4.0.1:
- resolution:
- {
- integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==
- }
+ resolution: {integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==}
dev: true
/lodash.kebabcase@4.1.1:
- resolution:
- {
- integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==
- }
+ resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==}
dev: true
/lodash.keys@4.2.0:
- resolution:
- {
- integrity: sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ==
- }
+ resolution: {integrity: sha512-J79MkJcp7Df5mizHiVNpjoHXLi4HLjh9VLS/M7lQSGoQ+0oQ+lWEigREkqKyizPB1IawvQLLKY8mzEcm1tkyxQ==}
dev: false
/lodash.lowercase@4.3.0:
- resolution:
- {
- integrity: sha512-UcvP1IZYyDKyEL64mmrwoA1AbFu5ahojhTtkOUr1K9dbuxzS9ev8i4TxMMGCqRC9TE8uDaSoufNAXxRPNTseVA==
- }
+ resolution: {integrity: sha512-UcvP1IZYyDKyEL64mmrwoA1AbFu5ahojhTtkOUr1K9dbuxzS9ev8i4TxMMGCqRC9TE8uDaSoufNAXxRPNTseVA==}
dev: true
/lodash.map@4.6.0:
- resolution:
- {
- integrity: sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==
- }
+ resolution: {integrity: sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==}
dev: true
/lodash.memoize@4.1.2:
- resolution:
- {
- integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
- }
+ resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
/lodash.merge@4.6.2:
- resolution:
- {
- integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
- }
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
/lodash.mergewith@4.6.2:
- resolution:
- {
- integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
- }
+ resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==}
requiresBuild: true
dev: true
/lodash.omit@4.5.0:
- resolution:
- {
- integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==
- }
+ resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==}
dev: false
/lodash.once@4.1.1:
- resolution:
- {
- integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
- }
+ resolution: {integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==}
dev: true
/lodash.snakecase@4.1.1:
- resolution:
- {
- integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==
- }
+ resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==}
dev: true
/lodash.sortby@4.7.0:
- resolution:
- {
- integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
- }
+ resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
/lodash.startcase@4.4.0:
- resolution:
- {
- integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
- }
+ resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==}
dev: true
/lodash.throttle@4.1.1:
- resolution:
- {
- integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==
- }
+ resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==}
/lodash.topath@4.5.2:
- resolution:
- {
- integrity: sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==
- }
+ resolution: {integrity: sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==}
dev: false
/lodash.union@4.6.0:
- resolution:
- {
- integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
- }
+ resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==}
dev: true
/lodash.uniq@4.5.0:
- resolution:
- {
- integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
- }
+ resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
/lodash.uniqby@4.7.0:
- resolution:
- {
- integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==
- }
+ resolution: {integrity: sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==}
dev: true
/lodash.upperfirst@4.3.1:
- resolution:
- {
- integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
- }
+ resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==}
dev: true
/lodash.without@4.4.0:
- resolution:
- {
- integrity: sha512-M3MefBwfDhgKgINVuBJCO1YR3+gf6s9HNJsIiZ/Ru77Ws6uTb9eBuvrkpzO+9iLoAaRodGuq7tyrPCx+74QYGQ==
- }
+ resolution: {integrity: sha512-M3MefBwfDhgKgINVuBJCO1YR3+gf6s9HNJsIiZ/Ru77Ws6uTb9eBuvrkpzO+9iLoAaRodGuq7tyrPCx+74QYGQ==}
dev: false
/lodash.xor@4.5.0:
- resolution:
- {
- integrity: sha512-sVN2zimthq7aZ5sPGXnSz32rZPuqcparVW50chJQe+mzTYV+IsxSsl/2gnkWWE2Of7K3myBQBqtLKOUEHJKRsQ==
- }
+ resolution: {integrity: sha512-sVN2zimthq7aZ5sPGXnSz32rZPuqcparVW50chJQe+mzTYV+IsxSsl/2gnkWWE2Of7K3myBQBqtLKOUEHJKRsQ==}
dev: false
/lodash@4.17.21:
- resolution:
- {
- integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
- }
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
/log-symbols@4.1.0:
- resolution:
- {
- integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
+ engines: {node: '>=10'}
dependencies:
chalk: 4.1.0
is-unicode-supported: 0.1.0
/log-symbols@5.1.0:
- resolution:
- {
- integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==}
+ engines: {node: '>=12'}
dependencies:
chalk: 5.3.0
is-unicode-supported: 1.3.0
dev: false
/log-update@4.0.0:
- resolution:
- {
- integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==}
+ engines: {node: '>=10'}
dependencies:
ansi-escapes: 4.3.2
cli-cursor: 3.1.0
@@ -40353,11 +31006,8 @@ packages:
dev: true
/log-update@5.0.1:
- resolution:
- {
- integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
ansi-escapes: 5.0.0
cli-cursor: 4.0.0
@@ -40367,22 +31017,18 @@ packages:
dev: true
/log4brains@1.0.1(@types/react@18.2.20)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-An53wosvY1rjRX14XaI0432LMj1aRIdavDlOriVBk1d0SGnziQW5KAfBR9bmat7dh1R3evPjNYSqugwUCb9p3w==
- }
- engines: { node: ">=10.23.0" }
- hasBin: true
+ resolution: {integrity: sha512-An53wosvY1rjRX14XaI0432LMj1aRIdavDlOriVBk1d0SGnziQW5KAfBR9bmat7dh1R3evPjNYSqugwUCb9p3w==}
+ engines: {node: '>=10.23.0'}
dependencies:
- "@log4brains/cli": 1.0.0
- "@log4brains/cli-common": 1.0.0
- "@log4brains/init": 1.0.0
- "@log4brains/web": 1.0.1(@types/react@18.2.20)(typescript@5.2.0-beta)(webpack@5.81.0)
+ '@log4brains/cli': 1.0.0
+ '@log4brains/cli-common': 1.0.0
+ '@log4brains/init': 1.0.0
+ '@log4brains/web': 1.0.1(@types/react@18.2.20)(typescript@5.2.0-beta)(webpack@5.81.0)
chalk: 4.1.0
commander: 6.2.1
esm: 3.2.25
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
- fibers
- node-sass
- sass
@@ -40392,10 +31038,7 @@ packages:
dev: true
/logkitty@0.7.1:
- resolution:
- {
- integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==
- }
+ resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==}
hasBin: true
dependencies:
ansi-fragments: 0.2.1
@@ -40404,267 +31047,166 @@ packages:
dev: false
/loglevel@1.8.1:
- resolution:
- {
- integrity: sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==}
+ engines: {node: '>= 0.6.0'}
dev: false
/long@2.4.0:
- resolution:
- {
- integrity: sha512-ijUtjmO/n2A5PaosNG9ZGDsQ3vxJg7ZW8vsY8Kp0f2yIZWhSJvjmegV7t+9RPQKxKrvj8yKGehhS+po14hPLGQ==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-ijUtjmO/n2A5PaosNG9ZGDsQ3vxJg7ZW8vsY8Kp0f2yIZWhSJvjmegV7t+9RPQKxKrvj8yKGehhS+po14hPLGQ==}
+ engines: {node: '>=0.6'}
dev: false
/long@4.0.0:
- resolution:
- {
- integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
- }
+ resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==}
dev: false
/long@5.2.3:
- resolution:
- {
- integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
- }
+ resolution: {integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==}
dev: false
/longest-streak@2.0.4:
- resolution:
- {
- integrity: sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
- }
+ resolution: {integrity: sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==}
/longest-streak@3.1.0:
- resolution:
- {
- integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
- }
+ resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
dev: true
/longest@2.0.1:
- resolution:
- {
- integrity: sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==}
+ engines: {node: '>=0.10.0'}
dev: true
/loose-envify@1.4.0:
- resolution:
- {
- integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
- }
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
dependencies:
js-tokens: 4.0.0
/lottie-web@5.12.0:
- resolution:
- {
- integrity: sha512-tt2oiv0EmXC8J/RF877dVCo93vZBBnww+SO6dldREgHD8EsP97jQ42JRryIRfY+6aVESQsHYNEAYgH25cBFy7A==
- }
+ resolution: {integrity: sha512-tt2oiv0EmXC8J/RF877dVCo93vZBBnww+SO6dldREgHD8EsP97jQ42JRryIRfY+6aVESQsHYNEAYgH25cBFy7A==}
dev: false
/lower-case-first@2.0.2:
- resolution:
- {
- integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==
- }
+ resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==}
dependencies:
tslib: 2.6.1
/lower-case@2.0.2:
- resolution:
- {
- integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
- }
+ resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
dependencies:
tslib: 2.6.1
/lowercase-keys@1.0.1:
- resolution:
- {
- integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==}
+ engines: {node: '>=0.10.0'}
/lowercase-keys@2.0.0:
- resolution:
- {
- integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
+ engines: {node: '>=8'}
/lowercase-keys@3.0.0:
- resolution:
- {
- integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/lowlight@1.20.0:
- resolution:
- {
- integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==
- }
+ resolution: {integrity: sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==}
dependencies:
fault: 1.0.4
highlight.js: 10.7.3
dev: false
/lru-cache@10.0.1:
- resolution:
- {
- integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
- }
- engines: { node: 14 || >=16.14 }
+ resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==}
+ engines: {node: 14 || >=16.14}
/lru-cache@4.1.5:
- resolution:
- {
- integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
- }
+ resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==}
dependencies:
pseudomap: 1.0.2
yallist: 2.1.2
dev: true
/lru-cache@5.1.1:
- resolution:
- {
- integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
- }
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
dependencies:
yallist: 3.1.1
/lru-cache@6.0.0:
- resolution:
- {
- integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
+ engines: {node: '>=10'}
dependencies:
yallist: 4.0.0
/lru-cache@7.18.3:
- resolution:
- {
- integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
+ engines: {node: '>=12'}
/lru-queue@0.1.0:
- resolution:
- {
- integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==
- }
+ resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==}
dependencies:
es5-ext: 0.10.62
/lru_map@0.3.3:
- resolution:
- {
- integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==
- }
+ resolution: {integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==}
/lunr@2.3.9:
- resolution:
- {
- integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
- }
+ resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==}
/lz-string@1.5.0:
- resolution:
- {
- integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
dev: true
/magic-error@0.0.1:
- resolution:
- {
- integrity: sha512-1+N1ET8cbC5bfLQZcRojClzgK2gbUt9keTMr9OJeuXnQKWsfwRRRICuMA3HKaCIXFEgKzxivuMGCNKD7cdU5pg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-1+N1ET8cbC5bfLQZcRojClzgK2gbUt9keTMr9OJeuXnQKWsfwRRRICuMA3HKaCIXFEgKzxivuMGCNKD7cdU5pg==}
+ engines: {node: '>=10'}
dev: false
/magic-string@0.25.9:
- resolution:
- {
- integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==
- }
+ resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
dependencies:
sourcemap-codec: 1.4.8
- dev: true
/magic-string@0.27.0:
- resolution:
- {
- integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
+ engines: {node: '>=12'}
dependencies:
- "@jridgewell/sourcemap-codec": 1.4.15
+ '@jridgewell/sourcemap-codec': 1.4.15
dev: true
/magic-string@0.30.1:
- resolution:
- {
- integrity: sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==}
+ engines: {node: '>=12'}
dependencies:
- "@jridgewell/sourcemap-codec": 1.4.15
+ '@jridgewell/sourcemap-codec': 1.4.15
dev: false
/make-dir@2.1.0:
- resolution:
- {
- integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
+ engines: {node: '>=6'}
dependencies:
pify: 4.0.1
semver: 5.7.2
/make-dir@3.1.0:
- resolution:
- {
- integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
+ engines: {node: '>=8'}
dependencies:
semver: 6.3.1
/make-dir@4.0.0:
- resolution:
- {
- integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==}
+ engines: {node: '>=10'}
dependencies:
semver: 7.5.4
dev: true
/make-error@1.3.6:
- resolution:
- {
- integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
- }
+ resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
/make-fetch-happen@9.1.0:
- resolution:
- {
- integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
+ engines: {node: '>= 10'}
dependencies:
agentkeepalive: 4.5.0
cacache: 15.3.0
@@ -40688,70 +31230,42 @@ packages:
dev: false
/makeerror@1.0.12:
- resolution:
- {
- integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==
- }
+ resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
dependencies:
tmpl: 1.0.5
/map-cache@0.2.2:
- resolution:
- {
- integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
+ engines: {node: '>=0.10.0'}
dev: true
/map-obj@1.0.1:
- resolution:
- {
- integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==}
+ engines: {node: '>=0.10.0'}
dev: true
/map-obj@4.3.0:
- resolution:
- {
- integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
+ engines: {node: '>=8'}
dev: true
/map-or-similar@1.5.0:
- resolution:
- {
- integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==
- }
+ resolution: {integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==}
dev: true
/map-stream@0.1.0:
- resolution:
- {
- integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==
- }
+ resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==}
/markdown-escapes@1.0.4:
- resolution:
- {
- integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
- }
+ resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==}
dev: false
/markdown-it-source-map@0.1.1:
- resolution:
- {
- integrity: sha512-q4+ij82K/0C6O8rw/NnWogcgp3AeQykZZ5954yyxY8pcX8Rago8uAS7e+4Ogd6rERf/tDAen73KwT+Sb7dP/6w==
- }
+ resolution: {integrity: sha512-q4+ij82K/0C6O8rw/NnWogcgp3AeQykZZ5954yyxY8pcX8Rago8uAS7e+4Ogd6rERf/tDAen73KwT+Sb7dP/6w==}
dev: true
/markdown-it@10.0.0:
- resolution:
- {
- integrity: sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
- }
- hasBin: true
+ resolution: {integrity: sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==}
dependencies:
argparse: 1.0.10
entities: 2.0.3
@@ -40761,11 +31275,7 @@ packages:
dev: false
/markdown-it@11.0.1:
- resolution:
- {
- integrity: sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ==}
dependencies:
argparse: 1.0.10
entities: 2.0.3
@@ -40775,11 +31285,7 @@ packages:
dev: true
/markdown-it@12.3.2:
- resolution:
- {
- integrity: sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
- }
- hasBin: true
+ resolution: {integrity: sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==}
dependencies:
argparse: 2.0.1
entities: 2.1.0
@@ -40789,50 +31295,35 @@ packages:
dev: false
/markdown-table@2.0.0:
- resolution:
- {
- integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==
- }
+ resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==}
dependencies:
repeat-string: 1.6.1
/markdown-table@3.0.3:
- resolution:
- {
- integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==
- }
+ resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
dev: true
/markdown-to-jsx@7.3.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==}
+ engines: {node: '>= 10'}
peerDependencies:
- react: ">= 0.14.0"
+ react: '>= 0.14.0'
dependencies:
react: 17.0.2
dev: true
/markdown-to-jsx@7.3.2(react@18.2.0):
- resolution:
- {
- integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==}
+ engines: {node: '>= 10'}
peerDependencies:
- react: ">= 0.14.0"
+ react: '>= 0.14.0'
dependencies:
react: 18.2.0
dev: true
/marked-terminal@5.2.0(marked@4.3.0):
- resolution:
- {
- integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==
- }
- engines: { node: ">=14.13.1 || >=16.0.0" }
+ resolution: {integrity: sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==}
+ engines: {node: '>=14.13.1 || >=16.0.0'}
peerDependencies:
marked: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
dependencies:
@@ -40846,18 +31337,11 @@ packages:
dev: true
/marked@4.3.0:
- resolution:
- {
- integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
- }
- engines: { node: ">= 12" }
- hasBin: true
+ resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==}
+ engines: {node: '>= 12'}
/md5.js@1.3.5:
- resolution:
- {
- integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
- }
+ resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==}
dependencies:
hash-base: 3.1.0
inherits: 2.0.4
@@ -40865,72 +31349,51 @@ packages:
dev: true
/mdast-comment-marker@2.1.2:
- resolution:
- {
- integrity: sha512-HED3ezseRVkBzZ0uK4q6RJMdufr/2p3VfVZstE3H1N9K8bwtspztWo6Xd7rEatuGNoCXaBna8oEqMwUn0Ve1bw==
- }
+ resolution: {integrity: sha512-HED3ezseRVkBzZ0uK4q6RJMdufr/2p3VfVZstE3H1N9K8bwtspztWo6Xd7rEatuGNoCXaBna8oEqMwUn0Ve1bw==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-mdx-expression: 1.3.2
transitivePeerDependencies:
- supports-color
dev: true
/mdast-squeeze-paragraphs@4.0.0:
- resolution:
- {
- integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==
- }
+ resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==}
dependencies:
unist-util-remove: 2.1.0
dev: false
/mdast-util-definitions@4.0.0:
- resolution:
- {
- integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==
- }
+ resolution: {integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==}
dependencies:
unist-util-visit: 2.0.3
/mdast-util-definitions@5.1.2:
- resolution:
- {
- integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==
- }
+ resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
unist-util-visit: 4.1.2
dev: false
/mdast-util-find-and-replace@1.1.1:
- resolution:
- {
- integrity: sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==
- }
+ resolution: {integrity: sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==}
dependencies:
escape-string-regexp: 4.0.0
unist-util-is: 4.1.0
unist-util-visit-parents: 3.1.1
/mdast-util-find-and-replace@2.2.2:
- resolution:
- {
- integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==
- }
+ resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
escape-string-regexp: 5.0.0
unist-util-is: 5.2.1
unist-util-visit-parents: 5.1.3
dev: true
/mdast-util-footnote@0.1.7:
- resolution:
- {
- integrity: sha512-QxNdO8qSxqbO2e3m09KwDKfWiLgqyCurdWTQ198NpbZ2hxntdc+VKS4fDJCmNWbAroUdYnSthu+XbZ8ovh8C3w==
- }
+ resolution: {integrity: sha512-QxNdO8qSxqbO2e3m09KwDKfWiLgqyCurdWTQ198NpbZ2hxntdc+VKS4fDJCmNWbAroUdYnSthu+XbZ8ovh8C3w==}
dependencies:
mdast-util-to-markdown: 0.6.5
micromark: 2.11.4
@@ -40938,12 +31401,9 @@ packages:
- supports-color
/mdast-util-from-markdown@0.8.5:
- resolution:
- {
- integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==
- }
+ resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-to-string: 2.0.0
micromark: 2.11.4
parse-entities: 2.0.0
@@ -40952,13 +31412,10 @@ packages:
- supports-color
/mdast-util-from-markdown@1.3.1:
- resolution:
- {
- integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==
- }
+ resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
decode-named-character-reference: 1.0.2
mdast-util-to-string: 3.2.0
micromark: 3.2.0
@@ -40973,29 +31430,20 @@ packages:
- supports-color
/mdast-util-frontmatter@0.2.0:
- resolution:
- {
- integrity: sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==
- }
+ resolution: {integrity: sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==}
dependencies:
micromark-extension-frontmatter: 0.2.2
/mdast-util-frontmatter@1.0.1:
- resolution:
- {
- integrity: sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==
- }
+ resolution: {integrity: sha512-JjA2OjxRqAa8wEG8hloD0uTU0kdn8kbtOWpPP94NBkfAlbxn4S8gCGf/9DwFtEeGPXrDcNXdiDjVaRdUFqYokw==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-to-markdown: 1.5.0
micromark-extension-frontmatter: 1.1.1
dev: true
/mdast-util-gfm-autolink-literal@0.1.3:
- resolution:
- {
- integrity: sha512-GjmLjWrXg1wqMIO9+ZsRik/s7PLwTaeCHVB7vRxUwLntZc8mzmTsLVr6HW1yLokcnhfURsn5zmSVdi3/xWWu1A==
- }
+ resolution: {integrity: sha512-GjmLjWrXg1wqMIO9+ZsRik/s7PLwTaeCHVB7vRxUwLntZc8mzmTsLVr6HW1yLokcnhfURsn5zmSVdi3/xWWu1A==}
dependencies:
ccount: 1.1.0
mdast-util-find-and-replace: 1.1.1
@@ -41004,62 +31452,44 @@ packages:
- supports-color
/mdast-util-gfm-autolink-literal@1.0.3:
- resolution:
- {
- integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==
- }
+ resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
ccount: 2.0.1
mdast-util-find-and-replace: 2.2.2
micromark-util-character: 1.2.0
dev: true
/mdast-util-gfm-footnote@1.0.2:
- resolution:
- {
- integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==
- }
+ resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-to-markdown: 1.5.0
micromark-util-normalize-identifier: 1.1.0
dev: true
/mdast-util-gfm-strikethrough@0.2.3:
- resolution:
- {
- integrity: sha512-5OQLXpt6qdbttcDG/UxYY7Yjj3e8P7X16LzvpX8pIQPYJ/C2Z1qFGMmcw+1PZMUM3Z8wt8NRfYTvCni93mgsgA==
- }
+ resolution: {integrity: sha512-5OQLXpt6qdbttcDG/UxYY7Yjj3e8P7X16LzvpX8pIQPYJ/C2Z1qFGMmcw+1PZMUM3Z8wt8NRfYTvCni93mgsgA==}
dependencies:
mdast-util-to-markdown: 0.6.5
/mdast-util-gfm-strikethrough@1.0.3:
- resolution:
- {
- integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==
- }
+ resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-to-markdown: 1.5.0
dev: true
/mdast-util-gfm-table@0.1.6:
- resolution:
- {
- integrity: sha512-j4yDxQ66AJSBwGkbpFEp9uG/LS1tZV3P33fN1gkyRB2LoRL+RR3f76m0HPHaby6F4Z5xr9Fv1URmATlRRUIpRQ==
- }
+ resolution: {integrity: sha512-j4yDxQ66AJSBwGkbpFEp9uG/LS1tZV3P33fN1gkyRB2LoRL+RR3f76m0HPHaby6F4Z5xr9Fv1URmATlRRUIpRQ==}
dependencies:
markdown-table: 2.0.0
mdast-util-to-markdown: 0.6.5
/mdast-util-gfm-table@1.0.7:
- resolution:
- {
- integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==
- }
+ resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
markdown-table: 3.0.3
mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
@@ -41068,28 +31498,19 @@ packages:
dev: true
/mdast-util-gfm-task-list-item@0.1.6:
- resolution:
- {
- integrity: sha512-/d51FFIfPsSmCIRNp7E6pozM9z1GYPIkSy1urQ8s/o4TC22BZ7DqfHFWiqBD23bc7J3vV1Fc9O4QIHBlfuit8A==
- }
+ resolution: {integrity: sha512-/d51FFIfPsSmCIRNp7E6pozM9z1GYPIkSy1urQ8s/o4TC22BZ7DqfHFWiqBD23bc7J3vV1Fc9O4QIHBlfuit8A==}
dependencies:
mdast-util-to-markdown: 0.6.5
/mdast-util-gfm-task-list-item@1.0.2:
- resolution:
- {
- integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==
- }
+ resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-to-markdown: 1.5.0
dev: true
/mdast-util-gfm@0.1.2:
- resolution:
- {
- integrity: sha512-NNkhDx/qYcuOWB7xHUGWZYVXvjPFFd6afg6/e2g+SV4r9q5XUcCbV4Wfa3DLYIiD+xAEZc6K4MGaE/m0KDcPwQ==
- }
+ resolution: {integrity: sha512-NNkhDx/qYcuOWB7xHUGWZYVXvjPFFd6afg6/e2g+SV4r9q5XUcCbV4Wfa3DLYIiD+xAEZc6K4MGaE/m0KDcPwQ==}
dependencies:
mdast-util-gfm-autolink-literal: 0.1.3
mdast-util-gfm-strikethrough: 0.2.3
@@ -41100,10 +31521,7 @@ packages:
- supports-color
/mdast-util-gfm@2.0.2:
- resolution:
- {
- integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==
- }
+ resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==}
dependencies:
mdast-util-from-markdown: 1.3.1
mdast-util-gfm-autolink-literal: 1.0.3
@@ -41117,14 +31535,11 @@ packages:
dev: true
/mdast-util-mdx-expression@1.3.2:
- resolution:
- {
- integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==
- }
- dependencies:
- "@types/estree-jsx": 1.0.0
- "@types/hast": 2.3.5
- "@types/mdast": 3.0.12
+ resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==}
+ dependencies:
+ '@types/estree-jsx': 1.0.0
+ '@types/hast': 2.3.5
+ '@types/mdast': 3.0.12
mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
transitivePeerDependencies:
@@ -41132,15 +31547,12 @@ packages:
dev: true
/mdast-util-mdx-jsx@2.1.4:
- resolution:
- {
- integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==
- }
- dependencies:
- "@types/estree-jsx": 1.0.0
- "@types/hast": 2.3.5
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==}
+ dependencies:
+ '@types/estree-jsx': 1.0.0
+ '@types/hast': 2.3.5
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
ccount: 2.0.1
mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
@@ -41154,10 +31566,7 @@ packages:
dev: true
/mdast-util-mdx@2.0.1:
- resolution:
- {
- integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==
- }
+ resolution: {integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==}
dependencies:
mdast-util-from-markdown: 1.3.1
mdast-util-mdx-expression: 1.3.2
@@ -41169,14 +31578,11 @@ packages:
dev: true
/mdast-util-mdxjs-esm@1.3.1:
- resolution:
- {
- integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==
- }
- dependencies:
- "@types/estree-jsx": 1.0.0
- "@types/hast": 2.3.5
- "@types/mdast": 3.0.12
+ resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==}
+ dependencies:
+ '@types/estree-jsx': 1.0.0
+ '@types/hast': 2.3.5
+ '@types/mdast': 3.0.12
mdast-util-from-markdown: 1.3.1
mdast-util-to-markdown: 1.5.0
transitivePeerDependencies:
@@ -41184,23 +31590,17 @@ packages:
dev: true
/mdast-util-phrasing@3.0.1:
- resolution:
- {
- integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==
- }
+ resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
unist-util-is: 5.2.1
dev: true
/mdast-util-to-hast@10.0.1:
- resolution:
- {
- integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==
- }
+ resolution: {integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
mdast-util-definitions: 4.0.0
mdurl: 1.0.1
unist-builder: 2.0.3
@@ -41210,14 +31610,11 @@ packages:
dev: false
/mdast-util-to-hast@11.3.0:
- resolution:
- {
- integrity: sha512-4o3Cli3hXPmm1LhB+6rqhfsIUBjnKFlIUZvudaermXB+4/KONdd/W4saWWkC+LBLbPMqhFSSTSRgafHsT5fVJw==
- }
- dependencies:
- "@types/hast": 2.3.5
- "@types/mdast": 3.0.12
- "@types/mdurl": 1.0.2
+ resolution: {integrity: sha512-4o3Cli3hXPmm1LhB+6rqhfsIUBjnKFlIUZvudaermXB+4/KONdd/W4saWWkC+LBLbPMqhFSSTSRgafHsT5fVJw==}
+ dependencies:
+ '@types/hast': 2.3.5
+ '@types/mdast': 3.0.12
+ '@types/mdurl': 1.0.2
mdast-util-definitions: 5.1.2
mdurl: 1.0.1
unist-builder: 3.0.1
@@ -41227,12 +31624,9 @@ packages:
dev: false
/mdast-util-to-markdown@0.6.5:
- resolution:
- {
- integrity: sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==
- }
+ resolution: {integrity: sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
longest-streak: 2.0.4
mdast-util-to-string: 2.0.0
parse-entities: 2.0.0
@@ -41240,13 +31634,10 @@ packages:
zwitch: 1.0.5
/mdast-util-to-markdown@1.5.0:
- resolution:
- {
- integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==
- }
+ resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
longest-streak: 3.1.0
mdast-util-phrasing: 3.0.1
mdast-util-to-string: 3.2.0
@@ -41256,14 +31647,11 @@ packages:
dev: true
/mdast-util-to-nlcst@5.2.1:
- resolution:
- {
- integrity: sha512-Xznpj85MsJnLQjBboajOovT2fAAvbbbmYutpFgzLi9pjZEOkgGzjq+t6fHcge8uzZ5uEkj5pigzw2QrnIVq/kw==
- }
- dependencies:
- "@types/mdast": 3.0.12
- "@types/nlcst": 1.0.1
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-Xznpj85MsJnLQjBboajOovT2fAAvbbbmYutpFgzLi9pjZEOkgGzjq+t6fHcge8uzZ5uEkj5pigzw2QrnIVq/kw==}
+ dependencies:
+ '@types/mdast': 3.0.12
+ '@types/nlcst': 1.0.1
+ '@types/unist': 2.0.7
nlcst-to-string: 3.1.1
unist-util-position: 4.0.4
vfile: 5.3.7
@@ -41271,86 +31659,49 @@ packages:
dev: true
/mdast-util-to-string@1.1.0:
- resolution:
- {
- integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==
- }
+ resolution: {integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==}
dev: true
/mdast-util-to-string@2.0.0:
- resolution:
- {
- integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
- }
+ resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
/mdast-util-to-string@3.2.0:
- resolution:
- {
- integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==
- }
+ resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
/mdn-data@2.0.14:
- resolution:
- {
- integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
- }
+ resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
/mdn-data@2.0.28:
- resolution:
- {
- integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==
- }
+ resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
/mdn-data@2.0.30:
- resolution:
- {
- integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
- }
+ resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
/mdurl@1.0.1:
- resolution:
- {
- integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==
- }
+ resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==}
/media-engine@1.0.3:
- resolution:
- {
- integrity: sha512-aa5tG6sDoK+k70B9iEX1NeyfT8ObCKhNDs6lJVpwF6r8vhUfuKMslIcirq6HIUYuuUYLefcEQOn9bSBOvawtwg==
- }
+ resolution: {integrity: sha512-aa5tG6sDoK+k70B9iEX1NeyfT8ObCKhNDs6lJVpwF6r8vhUfuKMslIcirq6HIUYuuUYLefcEQOn9bSBOvawtwg==}
dev: true
/media-typer@0.3.0:
- resolution:
- {
- integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
- }
- engines: { node: ">= 0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
+ engines: {node: '>= 0.6'}
/memfs@3.5.3:
- resolution:
- {
- integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==
- }
- engines: { node: ">= 4.0.0" }
+ resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
+ engines: {node: '>= 4.0.0'}
dependencies:
fs-monkey: 1.0.4
/memoize-one@5.2.1:
- resolution:
- {
- integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==
- }
+ resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==}
dev: false
/memoizee@0.4.15:
- resolution:
- {
- integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==
- }
+ resolution: {integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==}
dependencies:
d: 1.0.1
es5-ext: 0.10.62
@@ -41362,22 +31713,16 @@ packages:
timers-ext: 0.1.7
/memoizerific@1.11.3:
- resolution:
- {
- integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==
- }
+ resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==}
dependencies:
map-or-similar: 1.5.0
dev: true
/meow@11.0.0:
- resolution:
- {
- integrity: sha512-Cl0yeeIrko6d94KpUo1M+0X1sB14ikoaqlIGuTH1fW4I+E3+YljL54/hb/BWmVfrV9tTV9zU04+xjw08Fh2WkA==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-Cl0yeeIrko6d94KpUo1M+0X1sB14ikoaqlIGuTH1fW4I+E3+YljL54/hb/BWmVfrV9tTV9zU04+xjw08Fh2WkA==}
+ engines: {node: '>=14.16'}
dependencies:
- "@types/minimist": 1.2.2
+ '@types/minimist': 1.2.2
camelcase-keys: 8.0.2
decamelize: 6.0.0
decamelize-keys: 1.1.1
@@ -41392,13 +31737,10 @@ packages:
dev: true
/meow@8.1.2:
- resolution:
- {
- integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==}
+ engines: {node: '>=10'}
dependencies:
- "@types/minimist": 1.2.2
+ '@types/minimist': 1.2.2
camelcase-keys: 6.2.2
decamelize-keys: 1.1.1
hard-rejection: 2.1.0
@@ -41412,41 +31754,26 @@ packages:
dev: true
/merge-descriptors@1.0.1:
- resolution:
- {
- integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
/merge-stream@2.0.0:
- resolution:
- {
- integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
- }
-
- /merge2@1.4.1:
- resolution:
- {
- integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
+
+ /merge2@1.4.1(patch_hash=fssgnhe6qdoitu5xq556nzi7oi):
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
+ engines: {node: '>= 8'}
+ patched: true
/merge@2.1.1:
- resolution:
- {
- integrity: sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==
- }
+ resolution: {integrity: sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==}
dev: true
/mermaid@10.3.0:
- resolution:
- {
- integrity: sha512-H5quxuQjwXC8M1WuuzhAp2TdqGg74t5skfDBrNKJ7dt3z8Wprl5S6h9VJsRhoBUTSs1TMtHEdplLhCqXleZZLw==
- }
- dependencies:
- "@braintree/sanitize-url": 6.0.4
- "@types/d3-scale": 4.0.3
- "@types/d3-scale-chromatic": 3.0.0
+ resolution: {integrity: sha512-H5quxuQjwXC8M1WuuzhAp2TdqGg74t5skfDBrNKJ7dt3z8Wprl5S6h9VJsRhoBUTSs1TMtHEdplLhCqXleZZLw==}
+ dependencies:
+ '@braintree/sanitize-url': 6.0.4
+ '@types/d3-scale': 4.0.3
+ '@types/d3-scale-chromatic': 3.0.0
cytoscape: 3.26.0
cytoscape-cose-bilkent: 4.1.0(cytoscape@3.26.0)
cytoscape-fcose: 2.2.0(cytoscape@3.26.0)
@@ -41469,36 +31796,26 @@ packages:
dev: false
/meros@1.3.0(@types/node@20.3.3):
- resolution:
- {
- integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==
- }
- engines: { node: ">=13" }
+ resolution: {integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==}
+ engines: {node: '>=13'}
peerDependencies:
- "@types/node": ">=13"
+ '@types/node': '>=13'
peerDependenciesMeta:
- "@types/node":
+ '@types/node':
optional: true
dependencies:
- "@types/node": 20.3.3
+ '@types/node': 20.3.3
dev: true
/methods@1.1.2:
- resolution:
- {
- integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
- }
- engines: { node: ">= 0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
+ engines: {node: '>= 0.6'}
/metro-babel-transformer@0.76.7:
- resolution:
- {
- integrity: sha512-bgr2OFn0J4r0qoZcHrwEvccF7g9k3wdgTOgk6gmGHrtlZ1Jn3oCpklW/DfZ9PzHfjY2mQammKTc19g/EFGyOJw==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-bgr2OFn0J4r0qoZcHrwEvccF7g9k3wdgTOgk6gmGHrtlZ1Jn3oCpklW/DfZ9PzHfjY2mQammKTc19g/EFGyOJw==}
+ engines: {node: '>=16'}
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
hermes-parser: 0.12.0
nullthrows: 1.1.1
transitivePeerDependencies:
@@ -41506,30 +31823,21 @@ packages:
dev: false
/metro-cache-key@0.76.7:
- resolution:
- {
- integrity: sha512-0pecoIzwsD/Whn/Qfa+SDMX2YyasV0ndbcgUFx7w1Ct2sLHClujdhQ4ik6mvQmsaOcnGkIyN0zcceMDjC2+BFQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-0pecoIzwsD/Whn/Qfa+SDMX2YyasV0ndbcgUFx7w1Ct2sLHClujdhQ4ik6mvQmsaOcnGkIyN0zcceMDjC2+BFQ==}
+ engines: {node: '>=16'}
dev: false
/metro-cache@0.76.7:
- resolution:
- {
- integrity: sha512-nWBMztrs5RuSxZRI7hgFgob5PhYDmxICh9FF8anm9/ito0u0vpPvRxt7sRu8fyeD2AHdXqE7kX32rWY0LiXgeg==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-nWBMztrs5RuSxZRI7hgFgob5PhYDmxICh9FF8anm9/ito0u0vpPvRxt7sRu8fyeD2AHdXqE7kX32rWY0LiXgeg==}
+ engines: {node: '>=16'}
dependencies:
metro-core: 0.76.7
rimraf: 3.0.2
dev: false
/metro-config@0.76.7:
- resolution:
- {
- integrity: sha512-CFDyNb9bqxZemiChC/gNdXZ7OQkIwmXzkrEXivcXGbgzlt/b2juCv555GWJHyZSlorwnwJfY3uzAFu4A9iRVfg==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-CFDyNb9bqxZemiChC/gNdXZ7OQkIwmXzkrEXivcXGbgzlt/b2juCv555GWJHyZSlorwnwJfY3uzAFu4A9iRVfg==}
+ engines: {node: '>=16'}
dependencies:
connect: 3.7.0
cosmiconfig: 5.2.1
@@ -41546,22 +31854,16 @@ packages:
dev: false
/metro-core@0.76.7:
- resolution:
- {
- integrity: sha512-0b8KfrwPmwCMW+1V7ZQPkTy2tsEKZjYG9Pu1PTsu463Z9fxX7WaR0fcHFshv+J1CnQSUTwIGGjbNvj1teKe+pw==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-0b8KfrwPmwCMW+1V7ZQPkTy2tsEKZjYG9Pu1PTsu463Z9fxX7WaR0fcHFshv+J1CnQSUTwIGGjbNvj1teKe+pw==}
+ engines: {node: '>=16'}
dependencies:
lodash.throttle: 4.1.1
metro-resolver: 0.76.7
dev: false
/metro-file-map@0.76.7:
- resolution:
- {
- integrity: sha512-s+zEkTcJ4mOJTgEE2ht4jIo1DZfeWreQR3tpT3gDV/Y/0UQ8aJBTv62dE775z0GLsWZApiblAYZsj7ZE8P06nw==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-s+zEkTcJ4mOJTgEE2ht4jIo1DZfeWreQR3tpT3gDV/Y/0UQ8aJBTv62dE775z0GLsWZApiblAYZsj7ZE8P06nw==}
+ engines: {node: '>=16'}
dependencies:
anymatch: 3.1.3
debug: 2.6.9
@@ -41582,11 +31884,8 @@ packages:
dev: false
/metro-inspector-proxy@0.76.7:
- resolution:
- {
- integrity: sha512-rNZ/6edTl/1qUekAhAbaFjczMphM50/UjtxiKulo6vqvgn/Mjd9hVqDvVYfAMZXqPvlusD88n38UjVYPkruLSg==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-rNZ/6edTl/1qUekAhAbaFjczMphM50/UjtxiKulo6vqvgn/Mjd9hVqDvVYfAMZXqPvlusD88n38UjVYPkruLSg==}
+ engines: {node: '>=16'}
hasBin: true
dependencies:
connect: 3.7.0
@@ -41602,71 +31901,62 @@ packages:
dev: false
/metro-minify-terser@0.76.7:
- resolution:
- {
- integrity: sha512-FQiZGhIxCzhDwK4LxyPMLlq0Tsmla10X7BfNGlYFK0A5IsaVKNJbETyTzhpIwc+YFRT4GkFFwgo0V2N5vxO5HA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-FQiZGhIxCzhDwK4LxyPMLlq0Tsmla10X7BfNGlYFK0A5IsaVKNJbETyTzhpIwc+YFRT4GkFFwgo0V2N5vxO5HA==}
+ engines: {node: '>=16'}
dependencies:
terser: 5.19.2
dev: false
/metro-minify-uglify@0.76.7:
- resolution:
- {
- integrity: sha512-FuXIU3j2uNcSvQtPrAJjYWHruPiQ+EpE++J9Z+VznQKEHcIxMMoQZAfIF2IpZSrZYfLOjVFyGMvj41jQMxV1Vw==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-FuXIU3j2uNcSvQtPrAJjYWHruPiQ+EpE++J9Z+VznQKEHcIxMMoQZAfIF2IpZSrZYfLOjVFyGMvj41jQMxV1Vw==}
+ engines: {node: '>=16'}
dependencies:
uglify-es: 3.3.9
dev: false
/metro-react-native-babel-preset@0.76.7(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-R25wq+VOSorAK3hc07NW0SmN8z9S/IR0Us0oGAsBcMZnsgkbOxu77Mduqf+f4is/wnWHc5+9bfiqdLnaMngiVw==
- }
- engines: { node: ">=16" }
- peerDependencies:
- "@babel/core": "*"
- dependencies:
- "@babel/core": 7.22.10
- "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.22.10)
- "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-export-default-from": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.10)
- "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.22.10)
- "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.10)
- "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-export-default-from": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.10)
- "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.22.10)
- "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx-self": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-react-jsx-source": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-runtime": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/plugin-transform-typescript": 7.22.10(@babel/core@7.22.10)
- "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.10)
- "@babel/template": 7.22.5
+ resolution: {integrity: sha512-R25wq+VOSorAK3hc07NW0SmN8z9S/IR0Us0oGAsBcMZnsgkbOxu77Mduqf+f4is/wnWHc5+9bfiqdLnaMngiVw==}
+ engines: {node: '>=16'}
+ peerDependencies:
+ '@babel/core': '*'
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.22.10)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-export-default-from': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.10)
+ '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.10)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.10)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.10)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.22.10)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-runtime': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.10)
+ '@babel/template': 7.22.5
babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.22.10)
react-refresh: 0.4.3
transitivePeerDependencies:
@@ -41674,15 +31964,12 @@ packages:
dev: false
/metro-react-native-babel-transformer@0.76.7(@babel/core@7.22.10):
- resolution:
- {
- integrity: sha512-W6lW3J7y/05ph3c2p3KKJNhH0IdyxdOCbQ5it7aM2MAl0SM4wgKjaV6EYv9b3rHklpV6K3qMH37UKVcjMooWiA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-W6lW3J7y/05ph3c2p3KKJNhH0IdyxdOCbQ5it7aM2MAl0SM4wgKjaV6EYv9b3rHklpV6K3qMH37UKVcjMooWiA==}
+ engines: {node: '>=16'}
peerDependencies:
- "@babel/core": "*"
+ '@babel/core': '*'
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
babel-preset-fbjs: 3.4.0(@babel/core@7.22.10)
hermes-parser: 0.12.0
metro-react-native-babel-preset: 0.76.7(@babel/core@7.22.10)
@@ -41692,44 +31979,32 @@ packages:
dev: false
/metro-resolver@0.76.7:
- resolution:
- {
- integrity: sha512-pC0Wgq29HHIHrwz23xxiNgylhI8Rq1V01kQaJ9Kz11zWrIdlrH0ZdnJ7GC6qA0ErROG+cXmJ0rJb8/SW1Zp2IA==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-pC0Wgq29HHIHrwz23xxiNgylhI8Rq1V01kQaJ9Kz11zWrIdlrH0ZdnJ7GC6qA0ErROG+cXmJ0rJb8/SW1Zp2IA==}
+ engines: {node: '>=16'}
dev: false
/metro-runtime@0.76.7:
- resolution:
- {
- integrity: sha512-MuWHubQHymUWBpZLwuKZQgA/qbb35WnDAKPo83rk7JRLIFPvzXSvFaC18voPuzJBt1V98lKQIonh6MiC9gd8Ug==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-MuWHubQHymUWBpZLwuKZQgA/qbb35WnDAKPo83rk7JRLIFPvzXSvFaC18voPuzJBt1V98lKQIonh6MiC9gd8Ug==}
+ engines: {node: '>=16'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
react-refresh: 0.4.3
dev: false
/metro-runtime@0.76.8:
- resolution:
- {
- integrity: sha512-XKahvB+iuYJSCr3QqCpROli4B4zASAYpkK+j3a0CJmokxCDNbgyI4Fp88uIL6rNaZfN0Mv35S0b99SdFXIfHjg==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-XKahvB+iuYJSCr3QqCpROli4B4zASAYpkK+j3a0CJmokxCDNbgyI4Fp88uIL6rNaZfN0Mv35S0b99SdFXIfHjg==}
+ engines: {node: '>=16'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
react-refresh: 0.4.3
dev: false
/metro-source-map@0.76.7:
- resolution:
- {
- integrity: sha512-Prhx7PeRV1LuogT0Kn5VjCuFu9fVD68eefntdWabrksmNY6mXK8pRqzvNJOhTojh6nek+RxBzZeD6MIOOyXS6w==
- }
- engines: { node: ">=16" }
- dependencies:
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-Prhx7PeRV1LuogT0Kn5VjCuFu9fVD68eefntdWabrksmNY6mXK8pRqzvNJOhTojh6nek+RxBzZeD6MIOOyXS6w==}
+ engines: {node: '>=16'}
+ dependencies:
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
invariant: 2.2.4
metro-symbolicate: 0.76.7
nullthrows: 1.1.1
@@ -41741,14 +32016,11 @@ packages:
dev: false
/metro-source-map@0.76.8:
- resolution:
- {
- integrity: sha512-Hh0ncPsHPVf6wXQSqJqB3K9Zbudht4aUtNpNXYXSxH+pteWqGAXnjtPsRAnCsCWl38wL0jYF0rJDdMajUI3BDw==
- }
- engines: { node: ">=16" }
- dependencies:
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-Hh0ncPsHPVf6wXQSqJqB3K9Zbudht4aUtNpNXYXSxH+pteWqGAXnjtPsRAnCsCWl38wL0jYF0rJDdMajUI3BDw==}
+ engines: {node: '>=16'}
+ dependencies:
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
invariant: 2.2.4
metro-symbolicate: 0.76.8
nullthrows: 1.1.1
@@ -41760,11 +32032,8 @@ packages:
dev: false
/metro-symbolicate@0.76.7:
- resolution:
- {
- integrity: sha512-p0zWEME5qLSL1bJb93iq+zt5fz3sfVn9xFYzca1TJIpY5MommEaS64Va87lp56O0sfEIvh4307Oaf/ZzRjuLiQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-p0zWEME5qLSL1bJb93iq+zt5fz3sfVn9xFYzca1TJIpY5MommEaS64Va87lp56O0sfEIvh4307Oaf/ZzRjuLiQ==}
+ engines: {node: '>=16'}
hasBin: true
dependencies:
invariant: 2.2.4
@@ -41778,11 +32047,8 @@ packages:
dev: false
/metro-symbolicate@0.76.8:
- resolution:
- {
- integrity: sha512-LrRL3uy2VkzrIXVlxoPtqb40J6Bf1mlPNmUQewipc3qfKKFgtPHBackqDy1YL0njDsWopCKcfGtFYLn0PTUn3w==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-LrRL3uy2VkzrIXVlxoPtqb40J6Bf1mlPNmUQewipc3qfKKFgtPHBackqDy1YL0njDsWopCKcfGtFYLn0PTUn3w==}
+ engines: {node: '>=16'}
hasBin: true
dependencies:
invariant: 2.2.4
@@ -41796,32 +32062,26 @@ packages:
dev: false
/metro-transform-plugins@0.76.7:
- resolution:
- {
- integrity: sha512-iSmnjVApbdivjuzb88Orb0JHvcEt5veVyFAzxiS5h0QB+zV79w6JCSqZlHCrbNOkOKBED//LqtKbFVakxllnNg==
- }
- engines: { node: ">=16" }
- dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
+ resolution: {integrity: sha512-iSmnjVApbdivjuzb88Orb0JHvcEt5veVyFAzxiS5h0QB+zV79w6JCSqZlHCrbNOkOKBED//LqtKbFVakxllnNg==}
+ engines: {node: '>=16'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
nullthrows: 1.1.1
transitivePeerDependencies:
- supports-color
dev: false
/metro-transform-worker@0.76.7:
- resolution:
- {
- integrity: sha512-cGvELqFMVk9XTC15CMVzrCzcO6sO1lURfcbgjuuPdzaWuD11eEyocvkTX0DPiRjsvgAmicz4XYxVzgYl3MykDw==
- }
- engines: { node: ">=16" }
- dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/types": 7.22.10
+ resolution: {integrity: sha512-cGvELqFMVk9XTC15CMVzrCzcO6sO1lURfcbgjuuPdzaWuD11eEyocvkTX0DPiRjsvgAmicz4XYxVzgYl3MykDw==}
+ engines: {node: '>=16'}
+ dependencies:
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/types': 7.22.10
babel-preset-fbjs: 3.4.0(@babel/core@7.22.10)
metro: 0.76.7
metro-babel-transformer: 0.76.7
@@ -41838,20 +32098,17 @@ packages:
dev: false
/metro@0.76.7:
- resolution:
- {
- integrity: sha512-67ZGwDeumEPnrHI+pEDSKH2cx+C81Gx8Mn5qOtmGUPm/Up9Y4I1H2dJZ5n17MWzejNo0XAvPh0QL0CrlJEODVQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-67ZGwDeumEPnrHI+pEDSKH2cx+C81Gx8Mn5qOtmGUPm/Up9Y4I1H2dJZ5n17MWzejNo0XAvPh0QL0CrlJEODVQ==}
+ engines: {node: '>=16'}
hasBin: true
dependencies:
- "@babel/code-frame": 7.22.10
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/parser": 7.22.10
- "@babel/template": 7.22.5
- "@babel/traverse": 7.22.10
- "@babel/types": 7.22.10
+ '@babel/code-frame': 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/parser': 7.22.10
+ '@babel/template': 7.22.5
+ '@babel/traverse': 7.22.10
+ '@babel/types': 7.22.10
accepts: 1.3.8
async: 3.2.4
chalk: 4.1.0
@@ -41901,10 +32158,7 @@ packages:
dev: false
/micromark-core-commonmark@1.1.0:
- resolution:
- {
- integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==
- }
+ resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==}
dependencies:
decode-named-character-reference: 1.0.2
micromark-factory-destination: 1.1.0
@@ -41924,28 +32178,19 @@ packages:
uvu: 0.5.6
/micromark-extension-footnote@0.3.2:
- resolution:
- {
- integrity: sha512-gr/BeIxbIWQoUm02cIfK7mdMZ/fbroRpLsck4kvFtjbzP4yi+OPVbnukTc/zy0i7spC2xYE/dbX1Sur8BEDJsQ==
- }
+ resolution: {integrity: sha512-gr/BeIxbIWQoUm02cIfK7mdMZ/fbroRpLsck4kvFtjbzP4yi+OPVbnukTc/zy0i7spC2xYE/dbX1Sur8BEDJsQ==}
dependencies:
micromark: 2.11.4
transitivePeerDependencies:
- supports-color
/micromark-extension-frontmatter@0.2.2:
- resolution:
- {
- integrity: sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==
- }
+ resolution: {integrity: sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==}
dependencies:
fault: 1.0.4
/micromark-extension-frontmatter@1.1.1:
- resolution:
- {
- integrity: sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==
- }
+ resolution: {integrity: sha512-m2UH9a7n3W8VAH9JO9y01APpPKmNNNs71P0RbknEmYSaZU5Ghogv38BYO94AI5Xw6OYfxZRdHZZ2nYjs/Z+SZQ==}
dependencies:
fault: 2.0.1
micromark-util-character: 1.2.0
@@ -41954,20 +32199,14 @@ packages:
dev: true
/micromark-extension-gfm-autolink-literal@0.5.7:
- resolution:
- {
- integrity: sha512-ePiDGH0/lhcngCe8FtH4ARFoxKTUelMp4L7Gg2pujYD5CSMb9PbblnyL+AAMud/SNMyusbS2XDSiPIRcQoNFAw==
- }
+ resolution: {integrity: sha512-ePiDGH0/lhcngCe8FtH4ARFoxKTUelMp4L7Gg2pujYD5CSMb9PbblnyL+AAMud/SNMyusbS2XDSiPIRcQoNFAw==}
dependencies:
micromark: 2.11.4
transitivePeerDependencies:
- supports-color
/micromark-extension-gfm-autolink-literal@1.0.5:
- resolution:
- {
- integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==
- }
+ resolution: {integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-sanitize-uri: 1.2.0
@@ -41976,10 +32215,7 @@ packages:
dev: true
/micromark-extension-gfm-footnote@1.1.2:
- resolution:
- {
- integrity: sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==
- }
+ resolution: {integrity: sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==}
dependencies:
micromark-core-commonmark: 1.1.0
micromark-factory-space: 1.1.0
@@ -41992,20 +32228,14 @@ packages:
dev: true
/micromark-extension-gfm-strikethrough@0.6.5:
- resolution:
- {
- integrity: sha512-PpOKlgokpQRwUesRwWEp+fHjGGkZEejj83k9gU5iXCbDG+XBA92BqnRKYJdfqfkrRcZRgGuPuXb7DaK/DmxOhw==
- }
+ resolution: {integrity: sha512-PpOKlgokpQRwUesRwWEp+fHjGGkZEejj83k9gU5iXCbDG+XBA92BqnRKYJdfqfkrRcZRgGuPuXb7DaK/DmxOhw==}
dependencies:
micromark: 2.11.4
transitivePeerDependencies:
- supports-color
/micromark-extension-gfm-strikethrough@1.0.7:
- resolution:
- {
- integrity: sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==
- }
+ resolution: {integrity: sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==}
dependencies:
micromark-util-chunked: 1.1.0
micromark-util-classify-character: 1.1.0
@@ -42016,20 +32246,14 @@ packages:
dev: true
/micromark-extension-gfm-table@0.4.3:
- resolution:
- {
- integrity: sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==
- }
+ resolution: {integrity: sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==}
dependencies:
micromark: 2.11.4
transitivePeerDependencies:
- supports-color
/micromark-extension-gfm-table@1.0.7:
- resolution:
- {
- integrity: sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==
- }
+ resolution: {integrity: sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==}
dependencies:
micromark-factory-space: 1.1.0
micromark-util-character: 1.2.0
@@ -42039,35 +32263,23 @@ packages:
dev: true
/micromark-extension-gfm-tagfilter@0.3.0:
- resolution:
- {
- integrity: sha512-9GU0xBatryXifL//FJH+tAZ6i240xQuFrSL7mYi8f4oZSbc+NvXjkrHemeYP0+L4ZUT+Ptz3b95zhUZnMtoi/Q==
- }
+ resolution: {integrity: sha512-9GU0xBatryXifL//FJH+tAZ6i240xQuFrSL7mYi8f4oZSbc+NvXjkrHemeYP0+L4ZUT+Ptz3b95zhUZnMtoi/Q==}
/micromark-extension-gfm-tagfilter@1.0.2:
- resolution:
- {
- integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==
- }
+ resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==}
dependencies:
micromark-util-types: 1.1.0
dev: true
/micromark-extension-gfm-task-list-item@0.3.3:
- resolution:
- {
- integrity: sha512-0zvM5iSLKrc/NQl84pZSjGo66aTGd57C1idmlWmE87lkMcXrTxg1uXa/nXomxJytoje9trP0NDLvw4bZ/Z/XCQ==
- }
+ resolution: {integrity: sha512-0zvM5iSLKrc/NQl84pZSjGo66aTGd57C1idmlWmE87lkMcXrTxg1uXa/nXomxJytoje9trP0NDLvw4bZ/Z/XCQ==}
dependencies:
micromark: 2.11.4
transitivePeerDependencies:
- supports-color
/micromark-extension-gfm-task-list-item@1.0.5:
- resolution:
- {
- integrity: sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==
- }
+ resolution: {integrity: sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==}
dependencies:
micromark-factory-space: 1.1.0
micromark-util-character: 1.2.0
@@ -42077,10 +32289,7 @@ packages:
dev: true
/micromark-extension-gfm@0.3.3:
- resolution:
- {
- integrity: sha512-oVN4zv5/tAIA+l3GbMi7lWeYpJ14oQyJ3uEim20ktYFAcfX1x3LNlFGGlmrZHt7u9YlKExmyJdDGaTt6cMSR/A==
- }
+ resolution: {integrity: sha512-oVN4zv5/tAIA+l3GbMi7lWeYpJ14oQyJ3uEim20ktYFAcfX1x3LNlFGGlmrZHt7u9YlKExmyJdDGaTt6cMSR/A==}
dependencies:
micromark: 2.11.4
micromark-extension-gfm-autolink-literal: 0.5.7
@@ -42092,10 +32301,7 @@ packages:
- supports-color
/micromark-extension-gfm@2.0.3:
- resolution:
- {
- integrity: sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==
- }
+ resolution: {integrity: sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==}
dependencies:
micromark-extension-gfm-autolink-literal: 1.0.5
micromark-extension-gfm-footnote: 1.1.2
@@ -42108,12 +32314,9 @@ packages:
dev: true
/micromark-extension-mdx-expression@1.0.8:
- resolution:
- {
- integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==
- }
+ resolution: {integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
micromark-factory-mdx-expression: 1.0.9
micromark-factory-space: 1.1.0
micromark-util-character: 1.2.0
@@ -42124,13 +32327,10 @@ packages:
dev: true
/micromark-extension-mdx-jsx@1.0.5:
- resolution:
- {
- integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==
- }
+ resolution: {integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==}
dependencies:
- "@types/acorn": 4.0.6
- "@types/estree": 1.0.1
+ '@types/acorn': 4.0.6
+ '@types/estree': 1.0.1
estree-util-is-identifier-name: 2.1.0
micromark-factory-mdx-expression: 1.0.9
micromark-factory-space: 1.1.0
@@ -42142,21 +32342,15 @@ packages:
dev: true
/micromark-extension-mdx-md@1.0.1:
- resolution:
- {
- integrity: sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==
- }
+ resolution: {integrity: sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==}
dependencies:
micromark-util-types: 1.1.0
dev: true
/micromark-extension-mdxjs-esm@1.0.5:
- resolution:
- {
- integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==
- }
+ resolution: {integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
micromark-core-commonmark: 1.1.0
micromark-util-character: 1.2.0
micromark-util-events-to-acorn: 1.2.3
@@ -42168,10 +32362,7 @@ packages:
dev: true
/micromark-extension-mdxjs@1.0.1:
- resolution:
- {
- integrity: sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==
- }
+ resolution: {integrity: sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==}
dependencies:
acorn: 8.10.0
acorn-jsx: 5.3.2(acorn@8.10.0)
@@ -42184,20 +32375,14 @@ packages:
dev: true
/micromark-factory-destination@1.1.0:
- resolution:
- {
- integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==
- }
+ resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-symbol: 1.1.0
micromark-util-types: 1.1.0
/micromark-factory-label@1.1.0:
- resolution:
- {
- integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==
- }
+ resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-symbol: 1.1.0
@@ -42205,12 +32390,9 @@ packages:
uvu: 0.5.6
/micromark-factory-mdx-expression@1.0.9:
- resolution:
- {
- integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==
- }
+ resolution: {integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==}
dependencies:
- "@types/estree": 1.0.1
+ '@types/estree': 1.0.1
micromark-util-character: 1.2.0
micromark-util-events-to-acorn: 1.2.3
micromark-util-symbol: 1.1.0
@@ -42221,19 +32403,13 @@ packages:
dev: true
/micromark-factory-space@1.1.0:
- resolution:
- {
- integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==
- }
+ resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-types: 1.1.0
/micromark-factory-title@1.1.0:
- resolution:
- {
- integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==
- }
+ resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==}
dependencies:
micromark-factory-space: 1.1.0
micromark-util-character: 1.2.0
@@ -42241,10 +32417,7 @@ packages:
micromark-util-types: 1.1.0
/micromark-factory-whitespace@1.1.0:
- resolution:
- {
- integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==
- }
+ resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==}
dependencies:
micromark-factory-space: 1.1.0
micromark-util-character: 1.2.0
@@ -42252,54 +32425,36 @@ packages:
micromark-util-types: 1.1.0
/micromark-util-character@1.2.0:
- resolution:
- {
- integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==
- }
+ resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==}
dependencies:
micromark-util-symbol: 1.1.0
micromark-util-types: 1.1.0
/micromark-util-chunked@1.1.0:
- resolution:
- {
- integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==
- }
+ resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==}
dependencies:
micromark-util-symbol: 1.1.0
/micromark-util-classify-character@1.1.0:
- resolution:
- {
- integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==
- }
+ resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-symbol: 1.1.0
micromark-util-types: 1.1.0
/micromark-util-combine-extensions@1.1.0:
- resolution:
- {
- integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==
- }
+ resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==}
dependencies:
micromark-util-chunked: 1.1.0
micromark-util-types: 1.1.0
/micromark-util-decode-numeric-character-reference@1.1.0:
- resolution:
- {
- integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==
- }
+ resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==}
dependencies:
micromark-util-symbol: 1.1.0
/micromark-util-decode-string@1.1.0:
- resolution:
- {
- integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==
- }
+ resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==}
dependencies:
decode-named-character-reference: 1.0.2
micromark-util-character: 1.2.0
@@ -42307,20 +32462,14 @@ packages:
micromark-util-symbol: 1.1.0
/micromark-util-encode@1.1.0:
- resolution:
- {
- integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==
- }
+ resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==}
/micromark-util-events-to-acorn@1.2.3:
- resolution:
- {
- integrity: sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==
- }
- dependencies:
- "@types/acorn": 4.0.6
- "@types/estree": 1.0.1
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==}
+ dependencies:
+ '@types/acorn': 4.0.6
+ '@types/estree': 1.0.1
+ '@types/unist': 2.0.7
estree-util-visit: 1.2.1
micromark-util-symbol: 1.1.0
micromark-util-types: 1.1.0
@@ -42329,42 +32478,27 @@ packages:
dev: true
/micromark-util-html-tag-name@1.2.0:
- resolution:
- {
- integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==
- }
+ resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==}
/micromark-util-normalize-identifier@1.1.0:
- resolution:
- {
- integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==
- }
+ resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==}
dependencies:
micromark-util-symbol: 1.1.0
/micromark-util-resolve-all@1.1.0:
- resolution:
- {
- integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==
- }
+ resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==}
dependencies:
micromark-util-types: 1.1.0
/micromark-util-sanitize-uri@1.2.0:
- resolution:
- {
- integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==
- }
+ resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-encode: 1.1.0
micromark-util-symbol: 1.1.0
/micromark-util-subtokenize@1.1.0:
- resolution:
- {
- integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==
- }
+ resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==}
dependencies:
micromark-util-chunked: 1.1.0
micromark-util-symbol: 1.1.0
@@ -42372,22 +32506,13 @@ packages:
uvu: 0.5.6
/micromark-util-symbol@1.1.0:
- resolution:
- {
- integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==
- }
+ resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==}
/micromark-util-types@1.1.0:
- resolution:
- {
- integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==
- }
+ resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==}
/micromark@2.11.4:
- resolution:
- {
- integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==
- }
+ resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
parse-entities: 2.0.0
@@ -42395,12 +32520,9 @@ packages:
- supports-color
/micromark@3.2.0:
- resolution:
- {
- integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==
- }
+ resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==}
dependencies:
- "@types/debug": 4.1.8
+ '@types/debug': 4.1.8
debug: 4.3.4(supports-color@8.1.1)
decode-named-character-reference: 1.0.2
micromark-core-commonmark: 1.1.0
@@ -42421,178 +32543,112 @@ packages:
- supports-color
/micromatch@4.0.5:
- resolution:
- {
- integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
- }
- engines: { node: ">=8.6" }
+ resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
+ engines: {node: '>=8.6'}
dependencies:
braces: 3.0.2
picomatch: 2.3.1
/miller-rabin@4.0.1:
- resolution:
- {
- integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
- }
- hasBin: true
+ resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==}
dependencies:
bn.js: 4.12.0
brorand: 1.1.0
dev: true
/mime-db@1.33.0:
- resolution:
- {
- integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==}
+ engines: {node: '>= 0.6'}
dev: false
/mime-db@1.52.0:
- resolution:
- {
- integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
+ engines: {node: '>= 0.6'}
/mime-format@2.0.1:
- resolution:
- {
- integrity: sha512-XxU3ngPbEnrYnNbIX+lYSaYg0M01v6p2ntd2YaFksTu0vayaw5OJvbdRyWs07EYRlLED5qadUZ+xo+XhOvFhwg==
- }
+ resolution: {integrity: sha512-XxU3ngPbEnrYnNbIX+lYSaYg0M01v6p2ntd2YaFksTu0vayaw5OJvbdRyWs07EYRlLED5qadUZ+xo+XhOvFhwg==}
dependencies:
charset: 1.0.1
dev: false
/mime-types@2.1.18:
- resolution:
- {
- integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==}
+ engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.33.0
dev: false
/mime-types@2.1.35:
- resolution:
- {
- integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
+ engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.52.0
/mime@1.6.0:
- resolution:
- {
- integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
+ engines: {node: '>=4'}
/mime@2.6.0:
- resolution:
- {
- integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
- }
- engines: { node: ">=4.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==}
+ engines: {node: '>=4.0.0'}
/mime@3.0.0:
- resolution:
- {
- integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
- }
- engines: { node: ">=10.0.0" }
- hasBin: true
- dev: true
+ resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==}
+ engines: {node: '>=10.0.0'}
/mimic-fn@2.1.0:
- resolution:
- {
- integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
+ engines: {node: '>=6'}
/mimic-fn@4.0.0:
- resolution:
- {
- integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
+ engines: {node: '>=12'}
dev: true
/mimic-response@1.0.1:
- resolution:
- {
- integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
+ engines: {node: '>=4'}
/mimic-response@3.1.0:
- resolution:
- {
- integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
+ engines: {node: '>=10'}
/mimic-response@4.0.0:
- resolution:
- {
- integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/min-indent@1.0.1:
- resolution:
- {
- integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
+ engines: {node: '>=4'}
dev: true
/mini-css-extract-plugin@2.4.7(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
schema-utils: 4.2.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/mini-css-extract-plugin@2.7.6(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
schema-utils: 4.2.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/mini-svg-data-uri@1.4.4:
- resolution:
- {
- integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==
- }
- hasBin: true
+ resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
/miniflare@3.20230710.0:
- resolution:
- {
- integrity: sha512-kVxJoJFeepK+rGJp9UN0D8d3sL6hjFbzd3qcLUUUKosp0ouoleOa6uPNK0b8fEBWWqFUD2W4V4ziN7UvXFB4pg==
- }
- engines: { node: ">=16.13" }
+ resolution: {integrity: sha512-kVxJoJFeepK+rGJp9UN0D8d3sL6hjFbzd3qcLUUUKosp0ouoleOa6uPNK0b8fEBWWqFUD2W4V4ziN7UvXFB4pg==}
+ engines: {node: '>=16.13'}
dependencies:
acorn: 8.10.0
acorn-walk: 8.2.0
@@ -42614,109 +32670,72 @@ packages:
- bufferutil
- supports-color
- utf-8-validate
- dev: true
/minim@0.23.8:
- resolution:
- {
- integrity: sha512-bjdr2xW1dBCMsMGGsUeqM4eFI60m94+szhxWys+B1ztIt6gWSfeGBdSVCIawezeHYLYn0j6zrsXdQS/JllBzww==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-bjdr2xW1dBCMsMGGsUeqM4eFI60m94+szhxWys+B1ztIt6gWSfeGBdSVCIawezeHYLYn0j6zrsXdQS/JllBzww==}
+ engines: {node: '>=6'}
dependencies:
lodash: 4.17.21
dev: false
/minimalistic-assert@1.0.1:
- resolution:
- {
- integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
- }
+ resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
/minimalistic-crypto-utils@1.0.1:
- resolution:
- {
- integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
- }
+ resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==}
dev: true
/minimatch@3.0.4:
- resolution:
- {
- integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
- }
+ resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==}
dependencies:
brace-expansion: 1.1.11
dev: false
/minimatch@3.0.5:
- resolution:
- {
- integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
- }
+ resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==}
dependencies:
brace-expansion: 1.1.11
/minimatch@3.1.2:
- resolution:
- {
- integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
- }
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
dependencies:
brace-expansion: 1.1.11
/minimatch@4.2.3:
- resolution:
- {
- integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==}
+ engines: {node: '>=10'}
dependencies:
brace-expansion: 1.1.11
dev: true
/minimatch@5.1.6:
- resolution:
- {
- integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
+ engines: {node: '>=10'}
dependencies:
brace-expansion: 2.0.1
/minimatch@7.4.6:
- resolution:
- {
- integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==}
+ engines: {node: '>=10'}
dependencies:
brace-expansion: 2.0.1
/minimatch@8.0.4:
- resolution:
- {
- integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
- }
- engines: { node: ">=16 || 14 >=14.17" }
+ resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
+ engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
dev: true
/minimatch@9.0.3:
- resolution:
- {
- integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
- }
- engines: { node: ">=16 || 14 >=14.17" }
+ resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
+ engines: {node: '>=16 || 14 >=14.17'}
dependencies:
brace-expansion: 2.0.1
/minimist-options@4.1.0:
- resolution:
- {
- integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
+ engines: {node: '>= 6'}
dependencies:
arrify: 1.0.1
is-plain-obj: 1.1.0
@@ -42724,41 +32743,26 @@ packages:
dev: true
/minimist@0.0.8:
- resolution:
- {
- integrity: sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==
- }
+ resolution: {integrity: sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==}
dev: false
/minimist@1.2.7:
- resolution:
- {
- integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
- }
+ resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==}
dev: true
/minimist@1.2.8:
- resolution:
- {
- integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
- }
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
/minipass-collect@1.0.2:
- resolution:
- {
- integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
+ engines: {node: '>= 8'}
dependencies:
minipass: 3.3.6
dev: false
/minipass-fetch@1.4.1:
- resolution:
- {
- integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==}
+ engines: {node: '>=8'}
dependencies:
minipass: 3.3.6
minipass-sized: 1.0.3
@@ -42768,99 +32772,65 @@ packages:
dev: false
/minipass-flush@1.0.5:
- resolution:
- {
- integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
+ engines: {node: '>= 8'}
dependencies:
minipass: 3.3.6
dev: false
/minipass-json-stream@1.0.1:
- resolution:
- {
- integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==
- }
+ resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==}
dependencies:
jsonparse: 1.3.1
minipass: 3.3.6
dev: false
/minipass-pipeline@1.2.4:
- resolution:
- {
- integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
+ engines: {node: '>=8'}
dependencies:
minipass: 3.3.6
dev: false
/minipass-sized@1.0.3:
- resolution:
- {
- integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
+ engines: {node: '>=8'}
dependencies:
minipass: 3.3.6
dev: false
/minipass@3.3.6:
- resolution:
- {
- integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
+ engines: {node: '>=8'}
dependencies:
yallist: 4.0.0
/minipass@4.2.8:
- resolution:
- {
- integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
+ engines: {node: '>=8'}
dev: true
/minipass@5.0.0:
- resolution:
- {
- integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
+ engines: {node: '>=8'}
/minipass@7.0.3:
- resolution:
- {
- integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
- }
- engines: { node: ">=16 || 14 >=14.17" }
+ resolution: {integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==}
+ engines: {node: '>=16 || 14 >=14.17'}
/minizlib@2.1.2:
- resolution:
- {
- integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
+ engines: {node: '>= 8'}
dependencies:
minipass: 3.3.6
yallist: 4.0.0
/mkdirp-classic@0.5.3:
- resolution:
- {
- integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
/mkdirp-infer-owner@2.0.0:
- resolution:
- {
- integrity: sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==}
+ engines: {node: '>=10'}
dependencies:
chownr: 2.0.0
infer-owner: 1.0.4
@@ -42868,65 +32838,36 @@ packages:
dev: false
/mkdirp@0.3.0:
- resolution:
- {
- integrity: sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==
- }
- deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
+ resolution: {integrity: sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==}
dev: false
/mkdirp@0.3.5:
- resolution:
- {
- integrity: sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==
- }
- deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
+ resolution: {integrity: sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==}
dev: false
/mkdirp@0.5.1:
- resolution:
- {
- integrity: sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==
- }
- deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
- hasBin: true
+ resolution: {integrity: sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==}
dependencies:
minimist: 0.0.8
dev: false
/mkdirp@0.5.6:
- resolution:
- {
- integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
- }
- hasBin: true
+ resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
dependencies:
minimist: 1.2.8
/mkdirp@1.0.4:
- resolution:
- {
- integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
+ engines: {node: '>=10'}
/mkdirp@2.1.6:
- resolution:
- {
- integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==}
+ engines: {node: '>=10'}
dev: false
/mocha@5.2.0:
- resolution:
- {
- integrity: sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==
- }
- engines: { node: ">= 4.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==}
+ engines: {node: '>= 4.0.0'}
dependencies:
browser-stdout: 1.3.1
commander: 2.15.1
@@ -42942,132 +32883,84 @@ packages:
dev: false
/modify-values@1.0.1:
- resolution:
- {
- integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==}
+ engines: {node: '>=0.10.0'}
dev: true
/module-details-from-path@1.0.3:
- resolution:
- {
- integrity: sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==
- }
+ resolution: {integrity: sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==}
/moment-timezone@0.5.43:
- resolution:
- {
- integrity: sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==
- }
+ resolution: {integrity: sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==}
dependencies:
moment: 2.29.4
dev: true
/moment@2.29.4:
- resolution:
- {
- integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
- }
+ resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==}
dev: true
/moo@0.5.2:
- resolution:
- {
- integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==
- }
+ resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==}
dev: false
/mri@1.2.0:
- resolution:
- {
- integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
+ engines: {node: '>=4'}
/mrmime@1.0.1:
- resolution:
- {
- integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==}
+ engines: {node: '>=10'}
/ms@2.0.0:
- resolution:
- {
- integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
- }
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
/ms@2.1.1:
- resolution:
- {
- integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
- }
+ resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==}
dev: true
/ms@2.1.2:
- resolution:
- {
- integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
- }
+ resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
/ms@2.1.3:
- resolution:
- {
- integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
- }
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
/multicast-dns@7.2.5:
- resolution:
- {
- integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==
- }
- hasBin: true
+ resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==}
dependencies:
dns-packet: 5.6.0
thunky: 1.1.0
/mustache@4.2.0:
- resolution:
- {
- integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
- }
- hasBin: true
- dev: true
+ resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
/mute-stream@0.0.8:
- resolution:
- {
- integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
- }
+ resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
/mz@2.7.0:
- resolution:
- {
- integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
- }
+ resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
dependencies:
any-promise: 1.3.0
object-assign: 4.1.1
thenify-all: 1.6.0
+ /nan@1.8.4:
+ resolution: {integrity: sha512-609zQ1h3ApgH/94qmbbEklSrjcYYXCHnsWk4MAojq4OUk3tidhDYhPaMasMFKsZPZ96r4eQA1hbR2W4H7/77XA==}
+ requiresBuild: true
+ dev: false
+ optional: true
+
/nan@2.17.0:
- resolution:
- {
- integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
- }
+ resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==}
requiresBuild: true
dev: false
optional: true
/nano-css@5.3.5(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==
- }
+ resolution: {integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==}
peerDependencies:
- react: "*"
- react-dom: "*"
+ react: '*'
+ react-dom: '*'
dependencies:
css-tree: 1.1.3
csstype: 3.1.2
@@ -43082,64 +32975,36 @@ packages:
dev: false
/nano-memoize@1.3.1:
- resolution:
- {
- integrity: sha512-wQiW3xHptgGlec/Zbo7oq6Zz4kKoK8TaIIs1irTO9iJOGTIG3lnQRUJfH73bJ/rn7MOE4sTdSU+ALPGEidaijQ==
- }
+ resolution: {integrity: sha512-wQiW3xHptgGlec/Zbo7oq6Zz4kKoK8TaIIs1irTO9iJOGTIG3lnQRUJfH73bJ/rn7MOE4sTdSU+ALPGEidaijQ==}
dev: false
/nanoid@3.3.6:
- resolution:
- {
- integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
- }
- engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
- hasBin: true
+ resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
/napi-build-utils@1.0.2:
- resolution:
- {
- integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
/native-url@0.3.4:
- resolution:
- {
- integrity: sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==
- }
+ resolution: {integrity: sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==}
dependencies:
querystring: 0.2.1
dev: true
/natural-compare-lite@1.4.0:
- resolution:
- {
- integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
- }
+ resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
dev: true
/natural-compare@1.4.0:
- resolution:
- {
- integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
- }
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
/ncp@0.4.2:
- resolution:
- {
- integrity: sha512-PfGU8jYWdRl4FqJfCy0IzbkGyFHntfWygZg46nFk/dJD/XRrk2cj0SsKSX9n5u5gE0E0YfEpKWrEkfjnlZSTXA==
- }
- hasBin: true
+ resolution: {integrity: sha512-PfGU8jYWdRl4FqJfCy0IzbkGyFHntfWygZg46nFk/dJD/XRrk2cj0SsKSX9n5u5gE0E0YfEpKWrEkfjnlZSTXA==}
dev: false
/needle@3.2.0:
- resolution:
- {
- integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==
- }
- engines: { node: ">= 4.4.x" }
- hasBin: true
+ resolution: {integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==}
+ engines: {node: '>= 4.4.x'}
requiresBuild: true
dependencies:
debug: 3.2.7(supports-color@8.1.1)
@@ -43151,45 +33016,27 @@ packages:
optional: true
/negotiator@0.6.3:
- resolution:
- {
- integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
+ engines: {node: '>= 0.6'}
/neo-async@2.6.2:
- resolution:
- {
- integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
- }
+ resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
/nerf-dart@1.0.0:
- resolution:
- {
- integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==
- }
+ resolution: {integrity: sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==}
dev: true
/neverthrow@2.7.1:
- resolution:
- {
- integrity: sha512-tk7vBuxlBcVU6GIXrAOpez2ZpvJxVW1xl2OjVufdVd87g61SjvekY0VBOuTh1EdUf6/gbgQcQujpxXlap0bQ0A==
- }
+ resolution: {integrity: sha512-tk7vBuxlBcVU6GIXrAOpez2ZpvJxVW1xl2OjVufdVd87g61SjvekY0VBOuTh1EdUf6/gbgQcQujpxXlap0bQ0A==}
dev: true
/new-github-issue-url@0.2.1:
- resolution:
- {
- integrity: sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA==}
+ engines: {node: '>=10'}
dev: true
/next-auth@4.22.3(next@13.4.4)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==
- }
+ resolution: {integrity: sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==}
peerDependencies:
next: ^12.2.5 || ^13
nodemailer: ^6.6.5
@@ -43199,8 +33046,8 @@ packages:
nodemailer:
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@panva/hkdf": 1.1.1
+ '@babel/runtime': 7.22.10
+ '@panva/hkdf': 1.1.1
cookie: 0.5.0
jose: 4.14.4
next: 13.4.4(@babel/core@7.22.10)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0)
@@ -43214,16 +33061,13 @@ packages:
dev: false
/next-intl@2.13.1(next@13.4.4)(react@18.2.0):
- resolution:
- {
- integrity: sha512-3XUZ7c123QHgQGcz5UUkTtakJdLETBlcHcdHop43iVToOpsezxvMZW6jxWwuHTRvkElfNPy1fhHwzBo/mhVVvQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-3XUZ7c123QHgQGcz5UUkTtakJdLETBlcHcdHop43iVToOpsezxvMZW6jxWwuHTRvkElfNPy1fhHwzBo/mhVVvQ==}
+ engines: {node: '>=10'}
peerDependencies:
next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@formatjs/intl-localematcher": 0.2.32
+ '@formatjs/intl-localematcher': 0.2.32
negotiator: 0.6.3
next: 13.4.4(@babel/core@7.22.10)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
@@ -43231,16 +33075,13 @@ packages:
dev: true
/next-mdx-remote@3.0.8(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-WFSxt0crxG5PN/0WvaunzxzqV3wh3dPBZyhkclxwyQfLSRKzsNSArzot/4gYTOOZ/GtyRfNjbI/HtDsW2S4fqQ==
- }
+ resolution: {integrity: sha512-WFSxt0crxG5PN/0WvaunzxzqV3wh3dPBZyhkclxwyQfLSRKzsNSArzot/4gYTOOZ/GtyRfNjbI/HtDsW2S4fqQ==}
peerDependencies:
- react: ">=16.x <=17.x"
- react-dom: ">=16.x <=17.x"
+ react: '>=16.x <=17.x'
+ react-dom: '>=16.x <=17.x'
dependencies:
- "@mdx-js/mdx": 1.6.22
- "@mdx-js/react": 1.6.22(react@17.0.2)
+ '@mdx-js/mdx': 1.6.22
+ '@mdx-js/react': 1.6.22(react@17.0.2)
esbuild: 0.12.29
pkg-dir: 5.0.0
react: 17.0.2
@@ -43250,20 +33091,14 @@ packages:
dev: false
/next-tick@1.1.0:
- resolution:
- {
- integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
- }
+ resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
/next@10.2.3(react-dom@17.0.2)(react@17.0.2)(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-dkM1mIfnORtGyzw/Yme8RdqNxlCMZyi4Lqj56F01/yHbe1ZtOaJ0cyqqRB4RGiPhjGGh0319f8ddjDyO1605Ow==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-dkM1mIfnORtGyzw/Yme8RdqNxlCMZyi4Lqj56F01/yHbe1ZtOaJ0cyqqRB4RGiPhjGGh0319f8ddjDyO1605Ow==}
+ engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
- fibers: ">= 3.1.0"
+ fibers: '>= 3.1.0'
node-sass: ^4.0.0 || ^5.0.0
react: ^16.6.0 || ^17
react-dom: ^16.6.0 || ^17
@@ -43276,13 +33111,13 @@ packages:
sass:
optional: true
dependencies:
- "@babel/runtime": 7.12.5
- "@hapi/accept": 5.0.2
- "@next/env": 10.2.3
- "@next/polyfill-module": 10.2.3
- "@next/react-dev-overlay": 10.2.3(react-dom@17.0.2)(react@17.0.2)
- "@next/react-refresh-utils": 10.2.3(react-refresh@0.8.3)(webpack@5.81.0)
- "@opentelemetry/api": 0.14.0
+ '@babel/runtime': 7.12.5
+ '@hapi/accept': 5.0.2
+ '@next/env': 10.2.3
+ '@next/polyfill-module': 10.2.3
+ '@next/react-dev-overlay': 10.2.3(react-dom@17.0.2)(react@17.0.2)
+ '@next/react-refresh-utils': 10.2.3(react-refresh@0.8.3)(webpack@5.81.0)
+ '@opentelemetry/api': 0.14.0
assert: 2.0.0
ast-types: 0.13.2
browserify-zlib: 0.2.0
@@ -43334,15 +33169,12 @@ packages:
- webpack
dev: true
- /next@12.3.4(@babel/core@7.22.10)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-VcyMJUtLZBGzLKo3oMxrEF0stxh8HwuW976pAzlHhI3t8qJ4SROjCrSh1T24bhrbjw55wfZXAbXPGwPt5FLRfQ==
- }
- engines: { node: ">=12.22.0" }
+ /next@12.3.4(@babel/core@7.12.9)(react-dom@17.0.2)(react@17.0.2):
+ resolution: {integrity: sha512-VcyMJUtLZBGzLKo3oMxrEF0stxh8HwuW976pAzlHhI3t8qJ4SROjCrSh1T24bhrbjw55wfZXAbXPGwPt5FLRfQ==}
+ engines: {node: '>=12.22.0'}
hasBin: true
peerDependencies:
- fibers: ">= 3.1.0"
+ fibers: '>= 3.1.0'
node-sass: ^6.0.0 || ^7.0.0
react: ^17.0.2 || ^18.0.0-0
react-dom: ^17.0.2 || ^18.0.0-0
@@ -43355,57 +33187,54 @@ packages:
sass:
optional: true
dependencies:
- "@next/env": 12.3.4
- "@swc/helpers": 0.4.11
+ '@next/env': 12.3.4
+ '@swc/helpers': 0.4.11
caniuse-lite: 1.0.30001521
postcss: 8.4.14
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
- styled-jsx: 5.0.7(@babel/core@7.22.10)(react@17.0.2)
+ styled-jsx: 5.0.7(@babel/core@7.12.9)(react@17.0.2)
use-sync-external-store: 1.2.0(react@17.0.2)
optionalDependencies:
- "@next/swc-android-arm-eabi": 12.3.4
- "@next/swc-android-arm64": 12.3.4
- "@next/swc-darwin-arm64": 12.3.4
- "@next/swc-darwin-x64": 12.3.4
- "@next/swc-freebsd-x64": 12.3.4
- "@next/swc-linux-arm-gnueabihf": 12.3.4
- "@next/swc-linux-arm64-gnu": 12.3.4
- "@next/swc-linux-arm64-musl": 12.3.4
- "@next/swc-linux-x64-gnu": 12.3.4
- "@next/swc-linux-x64-musl": 12.3.4
- "@next/swc-win32-arm64-msvc": 12.3.4
- "@next/swc-win32-ia32-msvc": 12.3.4
- "@next/swc-win32-x64-msvc": 12.3.4
- transitivePeerDependencies:
- - "@babel/core"
+ '@next/swc-android-arm-eabi': 12.3.4
+ '@next/swc-android-arm64': 12.3.4
+ '@next/swc-darwin-arm64': 12.3.4
+ '@next/swc-darwin-x64': 12.3.4
+ '@next/swc-freebsd-x64': 12.3.4
+ '@next/swc-linux-arm-gnueabihf': 12.3.4
+ '@next/swc-linux-arm64-gnu': 12.3.4
+ '@next/swc-linux-arm64-musl': 12.3.4
+ '@next/swc-linux-x64-gnu': 12.3.4
+ '@next/swc-linux-x64-musl': 12.3.4
+ '@next/swc-win32-arm64-msvc': 12.3.4
+ '@next/swc-win32-ia32-msvc': 12.3.4
+ '@next/swc-win32-x64-msvc': 12.3.4
+ transitivePeerDependencies:
+ - '@babel/core'
- babel-plugin-macros
dev: false
/next@13.4.4(@babel/core@7.22.10)(@opentelemetry/api@1.4.1)(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-C5S0ysM0Ily9McL4Jb48nOQHT1BukOWI59uC3X/xCMlYIh9rJZCv7nzG92J6e1cOBqQbKovlpgvHWFmz4eKKEA==
- }
- engines: { node: ">=16.8.0" }
+ resolution: {integrity: sha512-C5S0ysM0Ily9McL4Jb48nOQHT1BukOWI59uC3X/xCMlYIh9rJZCv7nzG92J6e1cOBqQbKovlpgvHWFmz4eKKEA==}
+ engines: {node: '>=16.8.0'}
hasBin: true
peerDependencies:
- "@opentelemetry/api": ^1.1.0
- fibers: ">= 3.1.0"
+ '@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":
+ '@opentelemetry/api':
optional: true
fibers:
optional: true
sass:
optional: true
dependencies:
- "@next/env": 13.4.4
- "@opentelemetry/api": 1.4.1
- "@swc/helpers": 0.5.1
+ '@next/env': 13.4.4
+ '@opentelemetry/api': 1.4.1
+ '@swc/helpers': 0.5.1
busboy: 1.6.0
caniuse-lite: 1.0.30001521
postcss: 8.4.14
@@ -43414,31 +33243,25 @@ packages:
styled-jsx: 5.1.1(@babel/core@7.22.10)(react@18.2.0)
zod: 3.21.4
optionalDependencies:
- "@next/swc-darwin-arm64": 13.4.4
- "@next/swc-darwin-x64": 13.4.4
- "@next/swc-linux-arm64-gnu": 13.4.4
- "@next/swc-linux-arm64-musl": 13.4.4
- "@next/swc-linux-x64-gnu": 13.4.4
- "@next/swc-linux-x64-musl": 13.4.4
- "@next/swc-win32-arm64-msvc": 13.4.4
- "@next/swc-win32-ia32-msvc": 13.4.4
- "@next/swc-win32-x64-msvc": 13.4.4
- transitivePeerDependencies:
- - "@babel/core"
+ '@next/swc-darwin-arm64': 13.4.4
+ '@next/swc-darwin-x64': 13.4.4
+ '@next/swc-linux-arm64-gnu': 13.4.4
+ '@next/swc-linux-arm64-musl': 13.4.4
+ '@next/swc-linux-x64-gnu': 13.4.4
+ '@next/swc-linux-x64-musl': 13.4.4
+ '@next/swc-win32-arm64-msvc': 13.4.4
+ '@next/swc-win32-ia32-msvc': 13.4.4
+ '@next/swc-win32-x64-msvc': 13.4.4
+ transitivePeerDependencies:
+ - '@babel/core'
- babel-plugin-macros
/ngraph.events@1.2.2:
- resolution:
- {
- integrity: sha512-JsUbEOzANskax+WSYiAPETemLWYXmixuPAlmZmhIbIj6FH/WDgEGCGnRwUQBK0GjOnVm8Ui+e5IJ+5VZ4e32eQ==
- }
+ resolution: {integrity: sha512-JsUbEOzANskax+WSYiAPETemLWYXmixuPAlmZmhIbIj6FH/WDgEGCGnRwUQBK0GjOnVm8Ui+e5IJ+5VZ4e32eQ==}
dev: false
/ngraph.forcelayout@3.3.1:
- resolution:
- {
- integrity: sha512-MKBuEh1wujyQHFTW57y5vd/uuEOK0XfXYxm3lC7kktjJLRdt/KEKEknyOlc6tjXflqBKEuYBBcu7Ax5VY+S6aw==
- }
+ resolution: {integrity: sha512-MKBuEh1wujyQHFTW57y5vd/uuEOK0XfXYxm3lC7kktjJLRdt/KEKEknyOlc6tjXflqBKEuYBBcu7Ax5VY+S6aw==}
dependencies:
ngraph.events: 1.2.2
ngraph.merge: 1.0.0
@@ -43446,37 +33269,25 @@ packages:
dev: false
/ngraph.graph@20.0.1:
- resolution:
- {
- integrity: sha512-VFsQ+EMkT+7lcJO1QP8Ik3w64WbHJl27Q53EO9hiFU9CRyxJ8HfcXtfWz/U8okuoYKDctbciL6pX3vG5dt1rYA==
- }
+ resolution: {integrity: sha512-VFsQ+EMkT+7lcJO1QP8Ik3w64WbHJl27Q53EO9hiFU9CRyxJ8HfcXtfWz/U8okuoYKDctbciL6pX3vG5dt1rYA==}
dependencies:
ngraph.events: 1.2.2
dev: false
/ngraph.merge@1.0.0:
- resolution:
- {
- integrity: sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==
- }
+ resolution: {integrity: sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==}
dev: false
/ngraph.random@1.1.0:
- resolution:
- {
- integrity: sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==
- }
+ resolution: {integrity: sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==}
dev: false
/nimma@0.2.2:
- resolution:
- {
- integrity: sha512-V52MLl7BU+tH2Np9tDrIXK8bql3MVUadnMIl/0/oZSGC9keuro0O9UUv9QKp0aMvtN8HRew4G7byY7H4eWsxaQ==
- }
- engines: { node: ^12.20 || >=14.13 }
- dependencies:
- "@jsep-plugin/regex": 1.0.3(jsep@1.3.8)
- "@jsep-plugin/ternary": 1.1.3(jsep@1.3.8)
+ resolution: {integrity: sha512-V52MLl7BU+tH2Np9tDrIXK8bql3MVUadnMIl/0/oZSGC9keuro0O9UUv9QKp0aMvtN8HRew4G7byY7H4eWsxaQ==}
+ engines: {node: ^12.20 || >=14.13}
+ dependencies:
+ '@jsep-plugin/regex': 1.0.3(jsep@1.3.8)
+ '@jsep-plugin/ternary': 1.1.3(jsep@1.3.8)
astring: 1.8.6
jsep: 1.3.8
optionalDependencies:
@@ -43485,166 +33296,108 @@ packages:
dev: false
/nlcst-is-literal@2.1.1:
- resolution:
- {
- integrity: sha512-/PyEKNHN+SrcrmnZRwszzZYbvZSN2AVD506+rfMUzyFHB0PtUmqZOdUuXmQxQeZXv6o29pT5chLjQJdC9weOCQ==
- }
+ resolution: {integrity: sha512-/PyEKNHN+SrcrmnZRwszzZYbvZSN2AVD506+rfMUzyFHB0PtUmqZOdUuXmQxQeZXv6o29pT5chLjQJdC9weOCQ==}
dependencies:
- "@types/nlcst": 1.0.1
- "@types/unist": 2.0.7
+ '@types/nlcst': 1.0.1
+ '@types/unist': 2.0.7
nlcst-to-string: 3.1.1
dev: true
/nlcst-normalize@3.1.1:
- resolution:
- {
- integrity: sha512-Fz6DhC0dmsuqilkz0viOScT+u9UGjgUpSrzo6yOZlcQ24F/m2BuoVF72KUOKZ06dRUeWyPpCSMxI5ONop9Qptw==
- }
+ resolution: {integrity: sha512-Fz6DhC0dmsuqilkz0viOScT+u9UGjgUpSrzo6yOZlcQ24F/m2BuoVF72KUOKZ06dRUeWyPpCSMxI5ONop9Qptw==}
dependencies:
- "@types/nlcst": 1.0.1
+ '@types/nlcst': 1.0.1
nlcst-to-string: 3.1.1
dev: true
/nlcst-search@3.1.1:
- resolution:
- {
- integrity: sha512-0KsxSqFzSYWVDTo/SPde0RYf5LVmW1eAje8rbRJm+Lev1NzrWj2bIwtXfwGvfPbCi2ABsTV8bqmGAiF/EVqVWA==
- }
+ resolution: {integrity: sha512-0KsxSqFzSYWVDTo/SPde0RYf5LVmW1eAje8rbRJm+Lev1NzrWj2bIwtXfwGvfPbCi2ABsTV8bqmGAiF/EVqVWA==}
dependencies:
- "@types/nlcst": 1.0.1
- "@types/unist": 2.0.7
+ '@types/nlcst': 1.0.1
+ '@types/unist': 2.0.7
nlcst-is-literal: 2.1.1
nlcst-normalize: 3.1.1
unist-util-visit: 4.1.2
dev: true
/nlcst-to-string@2.0.4:
- resolution:
- {
- integrity: sha512-3x3jwTd6UPG7vi5k4GEzvxJ5rDA7hVUIRNHPblKuMVP9Z3xmlsd9cgLcpAMkc5uPOBna82EeshROFhsPkbnTZg==
- }
+ resolution: {integrity: sha512-3x3jwTd6UPG7vi5k4GEzvxJ5rDA7hVUIRNHPblKuMVP9Z3xmlsd9cgLcpAMkc5uPOBna82EeshROFhsPkbnTZg==}
dev: true
/nlcst-to-string@3.1.1:
- resolution:
- {
- integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==
- }
+ resolution: {integrity: sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==}
dependencies:
- "@types/nlcst": 1.0.1
+ '@types/nlcst': 1.0.1
dev: true
/no-case@3.0.4:
- resolution:
- {
- integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==
- }
+ resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
dependencies:
lower-case: 2.0.2
tslib: 2.6.1
/nocache@3.0.4:
- resolution:
- {
- integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==}
+ engines: {node: '>=12.0.0'}
dev: false
/node-abi@3.46.0:
- resolution:
- {
- integrity: sha512-LXvP3AqTIrtvH/jllXjkNVbYifpRbt9ThTtymSMSuHmhugQLAWr99QQFTm+ZRht9ziUvdGOgB+esme1C6iE6Lg==
- }
- engines: { node: ">=10" }
- requiresBuild: true
+ resolution: {integrity: sha512-LXvP3AqTIrtvH/jllXjkNVbYifpRbt9ThTtymSMSuHmhugQLAWr99QQFTm+ZRht9ziUvdGOgB+esme1C6iE6Lg==}
+ engines: {node: '>=10'}
dependencies:
semver: 7.5.4
/node-abort-controller@3.1.1:
- resolution:
- {
- integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==
- }
+ resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==}
/node-addon-api@3.2.1:
- resolution:
- {
- integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==
- }
+ resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==}
/node-addon-api@4.3.0:
- resolution:
- {
- integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
- }
+ resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==}
requiresBuild: true
dev: false
optional: true
/node-addon-api@7.0.0:
- resolution:
- {
- integrity: sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
- }
+ resolution: {integrity: sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==}
dev: true
/node-dir@0.1.17:
- resolution:
- {
- integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==
- }
- engines: { node: ">= 0.10.5" }
+ resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==}
+ engines: {node: '>= 0.10.5'}
dependencies:
minimatch: 3.1.2
/node-domexception@1.0.0:
- resolution:
- {
- integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
- }
- engines: { node: ">=10.5.0" }
+ resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
+ engines: {node: '>=10.5.0'}
dev: false
/node-emoji@1.11.0:
- resolution:
- {
- integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
- }
+ resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==}
dependencies:
lodash: 4.17.21
/node-fetch-h2@2.3.0:
- resolution:
- {
- integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==
- }
- engines: { node: 4.x || >=6.0.0 }
+ resolution: {integrity: sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==}
+ engines: {node: 4.x || >=6.0.0}
dependencies:
http2-client: 1.3.5
dev: false
/node-fetch-native@1.2.0:
- resolution:
- {
- integrity: sha512-5IAMBTl9p6PaAjYCnMv5FmqIF6GcZnawAVnzaCG0rX2aYZJ4CxEkZNtVPuTRug7fL7wyM5BQYTlAzcyMPi6oTQ==
- }
+ resolution: {integrity: sha512-5IAMBTl9p6PaAjYCnMv5FmqIF6GcZnawAVnzaCG0rX2aYZJ4CxEkZNtVPuTRug7fL7wyM5BQYTlAzcyMPi6oTQ==}
dev: true
/node-fetch@2.6.1:
- resolution:
- {
- integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
- }
- engines: { node: 4.x || >=6.0.0 }
+ resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==}
+ engines: {node: 4.x || >=6.0.0}
dev: true
/node-fetch@2.6.12:
- resolution:
- {
- integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
- }
- engines: { node: 4.x || >=6.0.0 }
+ resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==}
+ engines: {node: 4.x || >=6.0.0}
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
@@ -43654,11 +33407,8 @@ packages:
whatwg-url: 5.0.0
/node-fetch@2.6.7:
- resolution:
- {
- integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
- }
- engines: { node: 4.x || >=6.0.0 }
+ resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==}
+ engines: {node: 4.x || >=6.0.0}
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
@@ -43668,11 +33418,8 @@ packages:
whatwg-url: 5.0.0
/node-fetch@2.6.9:
- resolution:
- {
- integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
- }
- engines: { node: 4.x || >=6.0.0 }
+ resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==}
+ engines: {node: 4.x || >=6.0.0}
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
@@ -43683,26 +33430,15 @@ packages:
dev: true
/node-forge@1.3.1:
- resolution:
- {
- integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
- }
- engines: { node: ">= 6.13.0" }
+ resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
+ engines: {node: '>= 6.13.0'}
/node-gyp-build@4.6.0:
- resolution:
- {
- integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==}
/node-gyp@7.1.2:
- resolution:
- {
- integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==
- }
- engines: { node: ">= 10.12.0" }
- hasBin: true
+ resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==}
+ engines: {node: '>= 10.12.0'}
dependencies:
env-paths: 2.2.1
glob: 7.2.3
@@ -43717,25 +33453,16 @@ packages:
dev: false
/node-html-parser@1.4.9:
- resolution:
- {
- integrity: sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==
- }
+ resolution: {integrity: sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==}
dependencies:
he: 1.2.0
dev: true
/node-int64@0.4.0:
- resolution:
- {
- integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
- }
+ resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==}
/node-libs-browser@2.2.1:
- resolution:
- {
- integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==
- }
+ resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==}
dependencies:
assert: 1.5.0
browserify-zlib: 0.2.0
@@ -43763,85 +33490,52 @@ packages:
dev: true
/node-machine-id@1.1.12:
- resolution:
- {
- integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==
- }
+ resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==}
/node-readfiles@0.2.0:
- resolution:
- {
- integrity: sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==
- }
+ resolution: {integrity: sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==}
dependencies:
es6-promise: 3.3.1
dev: false
/node-releases@1.1.77:
- resolution:
- {
- integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
- }
+ resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==}
dev: true
/node-releases@2.0.13:
- resolution:
- {
- integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
- }
+ resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
/node-stream-zip@1.15.0:
- resolution:
- {
- integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==
- }
- engines: { node: ">=0.12.0" }
+ resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==}
+ engines: {node: '>=0.12.0'}
dev: false
/non-layered-tidy-tree-layout@2.0.2:
- resolution:
- {
- integrity: sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==
- }
+ resolution: {integrity: sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==}
dev: false
/nopt@1.0.10:
- resolution:
- {
- integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==
- }
- hasBin: true
+ resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==}
dependencies:
abbrev: 1.1.1
dev: false
/nopt@5.0.0:
- resolution:
- {
- integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
- }
- engines: { node: ">=6" }
- hasBin: true
+ resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
+ engines: {node: '>=6'}
dependencies:
abbrev: 1.1.1
dev: false
/nopt@7.2.0:
- resolution:
- {
- integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
abbrev: 2.0.0
dev: true
/normalize-package-data@2.5.0:
- resolution:
- {
- integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
- }
+ resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
hosted-git-info: 2.8.9
resolve: 1.22.4
@@ -43850,11 +33544,8 @@ packages:
dev: true
/normalize-package-data@3.0.3:
- resolution:
- {
- integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==}
+ engines: {node: '>=10'}
dependencies:
hosted-git-info: 4.1.0
is-core-module: 2.13.0
@@ -43863,11 +33554,8 @@ packages:
dev: true
/normalize-package-data@4.0.1:
- resolution:
- {
- integrity: sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
hosted-git-info: 5.2.1
is-core-module: 2.13.0
@@ -43876,117 +33564,75 @@ packages:
dev: true
/normalize-path@2.1.1:
- resolution:
- {
- integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
+ engines: {node: '>=0.10.0'}
dependencies:
remove-trailing-separator: 1.1.0
/normalize-path@3.0.0:
- resolution:
- {
- integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
+ engines: {node: '>=0.10.0'}
/normalize-range@0.1.2:
- resolution:
- {
- integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
+ engines: {node: '>=0.10.0'}
/normalize-svg-path@1.1.0:
- resolution:
- {
- integrity: sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==
- }
+ resolution: {integrity: sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==}
dependencies:
svg-arc-to-cubic-bezier: 3.2.0
dev: true
/normalize-url@4.5.1:
- resolution:
- {
- integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==}
+ engines: {node: '>=8'}
/normalize-url@6.1.0:
- resolution:
- {
- integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
+ engines: {node: '>=10'}
/normalize-url@8.0.0:
- resolution:
- {
- integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==}
+ engines: {node: '>=14.16'}
dev: true
/npm-bundled@1.1.2:
- resolution:
- {
- integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==
- }
+ resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==}
dependencies:
npm-normalize-package-bin: 1.0.1
dev: false
/npm-bundled@2.0.1:
- resolution:
- {
- integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
npm-normalize-package-bin: 2.0.0
dev: true
/npm-install-checks@4.0.0:
- resolution:
- {
- integrity: sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==}
+ engines: {node: '>=10'}
dependencies:
semver: 7.5.4
dev: false
/npm-normalize-package-bin@1.0.1:
- resolution:
- {
- integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
- }
+ resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==}
dev: false
/npm-normalize-package-bin@2.0.0:
- resolution:
- {
- integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dev: true
/npm-normalize-package-bin@3.0.1:
- resolution:
- {
- integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/npm-package-arg@8.1.5:
- resolution:
- {
- integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==}
+ engines: {node: '>=10'}
dependencies:
hosted-git-info: 4.1.0
semver: 7.5.4
@@ -43994,12 +33640,8 @@ packages:
dev: false
/npm-packlist@2.2.2:
- resolution:
- {
- integrity: sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==}
+ engines: {node: '>=10'}
dependencies:
glob: 7.2.3
ignore-walk: 3.0.4
@@ -44008,12 +33650,8 @@ packages:
dev: false
/npm-packlist@5.1.3:
- resolution:
- {
- integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
glob: 8.1.0
ignore-walk: 5.0.1
@@ -44022,10 +33660,7 @@ packages:
dev: true
/npm-pick-manifest@6.1.1:
- resolution:
- {
- integrity: sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==
- }
+ resolution: {integrity: sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==}
dependencies:
npm-install-checks: 4.0.0
npm-normalize-package-bin: 1.0.1
@@ -44034,11 +33669,8 @@ packages:
dev: false
/npm-registry-fetch@11.0.0:
- resolution:
- {
- integrity: sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==}
+ engines: {node: '>=10'}
dependencies:
make-fetch-happen: 9.1.0
minipass: 3.3.6
@@ -44052,51 +33684,38 @@ packages:
dev: false
/npm-run-path@2.0.2:
- resolution:
- {
- integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==}
+ engines: {node: '>=4'}
dependencies:
path-key: 2.0.1
dev: true
/npm-run-path@4.0.1:
- resolution:
- {
- integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
+ engines: {node: '>=8'}
dependencies:
path-key: 3.1.1
/npm-run-path@5.1.0:
- resolution:
- {
- integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
path-key: 4.0.0
dev: true
/npm@8.19.4:
- resolution:
- {
- integrity: sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
- hasBin: true
+ resolution: {integrity: sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dev: true
bundledDependencies:
- - "@isaacs/string-locale-compare"
- - "@npmcli/arborist"
- - "@npmcli/ci-detect"
- - "@npmcli/config"
- - "@npmcli/fs"
- - "@npmcli/map-workspaces"
- - "@npmcli/package-json"
- - "@npmcli/run-script"
+ - '@isaacs/string-locale-compare'
+ - '@npmcli/arborist'
+ - '@npmcli/ci-detect'
+ - '@npmcli/config'
+ - '@npmcli/fs'
+ - '@npmcli/map-workspaces'
+ - '@npmcli/package-json'
+ - '@npmcli/run-script'
- abbrev
- archy
- cacache
@@ -44164,10 +33783,7 @@ packages:
- write-file-atomic
/npmlog@4.1.2:
- resolution:
- {
- integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
- }
+ resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==}
dependencies:
are-we-there-yet: 1.1.7
console-control-strings: 1.1.0
@@ -44176,10 +33792,7 @@ packages:
dev: false
/npmlog@5.0.1:
- resolution:
- {
- integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
- }
+ resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==}
dependencies:
are-we-there-yet: 2.0.0
console-control-strings: 1.1.0
@@ -44188,49 +33801,31 @@ packages:
dev: true
/nprogress@0.2.0:
- resolution:
- {
- integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==
- }
+ resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==}
dev: false
/nth-check@1.0.2:
- resolution:
- {
- integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
- }
+ resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==}
dependencies:
boolbase: 1.0.0
dev: true
/nth-check@2.1.1:
- resolution:
- {
- integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
- }
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
dependencies:
boolbase: 1.0.0
/nullthrows@1.1.1:
- resolution:
- {
- integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==
- }
+ resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==}
/number-is-nan@1.0.1:
- resolution:
- {
- integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==}
+ engines: {node: '>=0.10.0'}
dev: false
/nunjucks@3.2.4(chokidar@3.5.3):
- resolution:
- {
- integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==
- }
- engines: { node: ">= 6.9.0" }
+ resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==}
+ engines: {node: '>= 6.9.0'}
hasBin: true
peerDependencies:
chokidar: ^3.3.0
@@ -44245,19 +33840,12 @@ packages:
dev: false
/nwsapi@2.2.7:
- resolution:
- {
- integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
- }
+ resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==}
/nx-cloud@16.3.0:
- resolution:
- {
- integrity: sha512-hmNgpeLO4v4WDSWa8YhwX+q+9ohIyY8iqxlWyIKixWzQH2XfRgYFjOLH4IDLGOlKa3hg7MB6+4+75cK9CfSmKw==
- }
- hasBin: true
+ resolution: {integrity: sha512-hmNgpeLO4v4WDSWa8YhwX+q+9ohIyY8iqxlWyIKixWzQH2XfRgYFjOLH4IDLGOlKa3hg7MB6+4+75cK9CfSmKw==}
dependencies:
- "@nrwl/nx-cloud": 16.3.0
+ '@nrwl/nx-cloud': 16.3.0
axios: 1.1.3
chalk: 4.1.0
dotenv: 10.0.0
@@ -44271,30 +33859,27 @@ packages:
- debug
dev: true
- /nx@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-P1G4t59UvE/lkHyruLeSOB5ZuNyh01IwU0tTUOi8f9s/NbP7+OQ8MYVwDV74JHTr6mQgjlS+n+4Eox8tVm9itA==
- }
+ /nx@15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-P1G4t59UvE/lkHyruLeSOB5ZuNyh01IwU0tTUOi8f9s/NbP7+OQ8MYVwDV74JHTr6mQgjlS+n+4Eox8tVm9itA==}
hasBin: true
requiresBuild: true
peerDependencies:
- "@swc-node/register": ^1.4.2
- "@swc/core": ^1.2.173
+ '@swc-node/register': ^1.4.2
+ '@swc/core': ^1.2.173
peerDependenciesMeta:
- "@swc-node/register":
+ '@swc-node/register':
optional: true
- "@swc/core":
+ '@swc/core':
optional: true
dependencies:
- "@nrwl/cli": 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@nrwl/tao": 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@parcel/watcher": 2.0.4
- "@swc-node/register": 1.6.7(@swc/core@1.3.76)(typescript@5.2.0-beta)
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@yarnpkg/lockfile": 1.1.0
- "@yarnpkg/parsers": 3.0.0-rc.48.1
- "@zkochan/js-yaml": 0.0.6
+ '@nrwl/cli': 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@nrwl/tao': 15.9.4(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@parcel/watcher': 2.0.4
+ '@swc-node/register': 1.6.7(@swc/core@1.3.83)(typescript@5.2.0-beta)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@yarnpkg/lockfile': 1.1.0
+ '@yarnpkg/parsers': 3.0.0-rc.48.1
+ '@zkochan/js-yaml': 0.0.6
axios: 1.4.0
chalk: 4.1.0
cli-cursor: 3.1.0
@@ -44325,42 +33910,39 @@ packages:
yargs: 17.7.2
yargs-parser: 21.1.1
optionalDependencies:
- "@nrwl/nx-darwin-arm64": 15.9.4
- "@nrwl/nx-darwin-x64": 15.9.4
- "@nrwl/nx-linux-arm-gnueabihf": 15.9.4
- "@nrwl/nx-linux-arm64-gnu": 15.9.4
- "@nrwl/nx-linux-arm64-musl": 15.9.4
- "@nrwl/nx-linux-x64-gnu": 15.9.4
- "@nrwl/nx-linux-x64-musl": 15.9.4
- "@nrwl/nx-win32-arm64-msvc": 15.9.4
- "@nrwl/nx-win32-x64-msvc": 15.9.4
+ '@nrwl/nx-darwin-arm64': 15.9.4
+ '@nrwl/nx-darwin-x64': 15.9.4
+ '@nrwl/nx-linux-arm-gnueabihf': 15.9.4
+ '@nrwl/nx-linux-arm64-gnu': 15.9.4
+ '@nrwl/nx-linux-arm64-musl': 15.9.4
+ '@nrwl/nx-linux-x64-gnu': 15.9.4
+ '@nrwl/nx-linux-x64-musl': 15.9.4
+ '@nrwl/nx-win32-arm64-msvc': 15.9.4
+ '@nrwl/nx-win32-x64-msvc': 15.9.4
transitivePeerDependencies:
- debug
dev: true
/nx@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-PPEI4znnR8k0X5mEriMYDlTXTf3GyDTzBYn5qc+FWIY/P1r8E1cEcb0yWh7eNNSv3qgdJYdkRsPO7hNJINM5SA==
- }
+ resolution: {integrity: sha512-PPEI4znnR8k0X5mEriMYDlTXTf3GyDTzBYn5qc+FWIY/P1r8E1cEcb0yWh7eNNSv3qgdJYdkRsPO7hNJINM5SA==}
hasBin: true
requiresBuild: true
peerDependencies:
- "@swc-node/register": ^1.4.2
- "@swc/core": ^1.2.173
+ '@swc-node/register': ^1.4.2
+ '@swc/core': ^1.2.173
peerDependenciesMeta:
- "@swc-node/register":
+ '@swc-node/register':
optional: true
- "@swc/core":
+ '@swc/core':
optional: true
dependencies:
- "@nrwl/tao": 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
- "@parcel/watcher": 2.0.4
- "@swc-node/register": 1.6.7(@swc/core@1.3.76)(typescript@5.2.0-beta)
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@yarnpkg/lockfile": 1.1.0
- "@yarnpkg/parsers": 3.0.0-rc.46
- "@zkochan/js-yaml": 0.0.6
+ '@nrwl/tao': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.76)
+ '@parcel/watcher': 2.0.4
+ '@swc-node/register': 1.6.7(@swc/core@1.3.83)(typescript@5.2.0-beta)
+ '@swc/core': 1.3.76(@swc/helpers@0.5.2)
+ '@yarnpkg/lockfile': 1.1.0
+ '@yarnpkg/parsers': 3.0.0-rc.46
+ '@zkochan/js-yaml': 0.0.6
axios: 1.4.0
chalk: 4.1.0
cli-cursor: 3.1.0
@@ -44392,45 +33974,100 @@ packages:
yargs: 17.7.2
yargs-parser: 21.1.1
optionalDependencies:
- "@nx/nx-darwin-arm64": 16.7.0
- "@nx/nx-darwin-x64": 16.7.0
- "@nx/nx-freebsd-x64": 16.7.0
- "@nx/nx-linux-arm-gnueabihf": 16.7.0
- "@nx/nx-linux-arm64-gnu": 16.7.0
- "@nx/nx-linux-arm64-musl": 16.7.0
- "@nx/nx-linux-x64-gnu": 16.7.0
- "@nx/nx-linux-x64-musl": 16.7.0
- "@nx/nx-win32-arm64-msvc": 16.7.0
- "@nx/nx-win32-x64-msvc": 16.7.0
+ '@nx/nx-darwin-arm64': 16.7.0
+ '@nx/nx-darwin-x64': 16.7.0
+ '@nx/nx-freebsd-x64': 16.7.0
+ '@nx/nx-linux-arm-gnueabihf': 16.7.0
+ '@nx/nx-linux-arm64-gnu': 16.7.0
+ '@nx/nx-linux-arm64-musl': 16.7.0
+ '@nx/nx-linux-x64-gnu': 16.7.0
+ '@nx/nx-linux-x64-musl': 16.7.0
+ '@nx/nx-win32-arm64-msvc': 16.7.0
+ '@nx/nx-win32-x64-msvc': 16.7.0
+ transitivePeerDependencies:
+ - debug
+ dev: false
+
+ /nx@16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83):
+ resolution: {integrity: sha512-PPEI4znnR8k0X5mEriMYDlTXTf3GyDTzBYn5qc+FWIY/P1r8E1cEcb0yWh7eNNSv3qgdJYdkRsPO7hNJINM5SA==}
+ hasBin: true
+ requiresBuild: true
+ peerDependencies:
+ '@swc-node/register': ^1.4.2
+ '@swc/core': ^1.2.173
+ peerDependenciesMeta:
+ '@swc-node/register':
+ optional: true
+ '@swc/core':
+ optional: true
+ dependencies:
+ '@nrwl/tao': 16.7.0(@swc-node/register@1.6.7)(@swc/core@1.3.83)
+ '@parcel/watcher': 2.0.4
+ '@swc-node/register': 1.6.7(@swc/core@1.3.83)(typescript@5.2.0-beta)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@yarnpkg/lockfile': 1.1.0
+ '@yarnpkg/parsers': 3.0.0-rc.46
+ '@zkochan/js-yaml': 0.0.6
+ axios: 1.4.0
+ chalk: 4.1.0
+ cli-cursor: 3.1.0
+ cli-spinners: 2.6.1
+ cliui: 7.0.4
+ dotenv: 16.3.1
+ enquirer: 2.3.6
+ fast-glob: 3.2.7
+ figures: 3.2.0
+ flat: 5.0.2
+ fs-extra: 11.1.1
+ glob: 7.1.4
+ ignore: 5.2.4
+ js-yaml: 4.1.0
+ jsonc-parser: 3.2.0
+ lines-and-columns: 2.0.3
+ minimatch: 3.0.5
+ node-machine-id: 1.1.12
+ npm-run-path: 4.0.1
+ open: 8.4.2
+ semver: 7.5.3
+ string-width: 4.2.3
+ strong-log-transformer: 2.1.0
+ tar-stream: 2.2.0
+ tmp: 0.2.1
+ tsconfig-paths: 4.2.0
+ tslib: 2.6.1
+ v8-compile-cache: 2.3.0
+ yargs: 17.7.2
+ yargs-parser: 21.1.1
+ optionalDependencies:
+ '@nx/nx-darwin-arm64': 16.7.0
+ '@nx/nx-darwin-x64': 16.7.0
+ '@nx/nx-freebsd-x64': 16.7.0
+ '@nx/nx-linux-arm-gnueabihf': 16.7.0
+ '@nx/nx-linux-arm64-gnu': 16.7.0
+ '@nx/nx-linux-arm64-musl': 16.7.0
+ '@nx/nx-linux-x64-gnu': 16.7.0
+ '@nx/nx-linux-x64-musl': 16.7.0
+ '@nx/nx-win32-arm64-msvc': 16.7.0
+ '@nx/nx-win32-x64-msvc': 16.7.0
transitivePeerDependencies:
- debug
/oas-kit-common@1.0.8:
- resolution:
- {
- integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==
- }
+ resolution: {integrity: sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==}
dependencies:
fast-safe-stringify: 2.1.1
dev: false
/oas-linter@3.2.2:
- resolution:
- {
- integrity: sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==
- }
+ resolution: {integrity: sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==}
dependencies:
- "@exodus/schemasafe": 1.2.3
+ '@exodus/schemasafe': 1.2.3
should: 13.2.3
yaml: 1.10.2
dev: false
/oas-resolver@2.5.6:
- resolution:
- {
- integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==}
dependencies:
node-fetch-h2: 2.3.0
oas-kit-common: 1.0.8
@@ -44440,17 +34077,11 @@ packages:
dev: false
/oas-schema-walker@1.1.5:
- resolution:
- {
- integrity: sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==
- }
+ resolution: {integrity: sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==}
dev: false
/oas-validator@5.0.8:
- resolution:
- {
- integrity: sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==
- }
+ resolution: {integrity: sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==}
dependencies:
call-me-maybe: 1.0.2
oas-kit-common: 1.0.8
@@ -44463,94 +34094,58 @@ packages:
dev: false
/oauth-sign@0.9.0:
- resolution:
- {
- integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
- }
+ resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==}
dev: false
/oauth@0.9.15:
- resolution:
- {
- integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==
- }
+ resolution: {integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==}
dev: false
/ob1@0.76.7:
- resolution:
- {
- integrity: sha512-BQdRtxxoUNfSoZxqeBGOyuT9nEYSn18xZHwGMb0mMVpn2NBcYbnyKY4BK2LIHRgw33CBGlUmE+KMaNvyTpLLtQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-BQdRtxxoUNfSoZxqeBGOyuT9nEYSn18xZHwGMb0mMVpn2NBcYbnyKY4BK2LIHRgw33CBGlUmE+KMaNvyTpLLtQ==}
+ engines: {node: '>=16'}
dev: false
/ob1@0.76.8:
- resolution:
- {
- integrity: sha512-dlBkJJV5M/msj9KYA9upc+nUWVwuOFFTbu28X6kZeGwcuW+JxaHSBZ70SYQnk5M+j5JbNLR6yKHmgW4M5E7X5g==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-dlBkJJV5M/msj9KYA9upc+nUWVwuOFFTbu28X6kZeGwcuW+JxaHSBZ70SYQnk5M+j5JbNLR6yKHmgW4M5E7X5g==}
+ engines: {node: '>=16'}
dev: false
/object-assign@4.1.1:
- resolution:
- {
- integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
+ engines: {node: '>=0.10.0'}
/object-hash@2.2.0:
- resolution:
- {
- integrity: sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==}
+ engines: {node: '>= 6'}
dev: false
/object-hash@3.0.0:
- resolution:
- {
- integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
+ engines: {node: '>= 6'}
/object-inspect@1.12.3:
- resolution:
- {
- integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==
- }
+ resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
/object-is@1.1.5:
- resolution:
- {
- integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
dev: true
/object-keys@0.4.0:
- resolution:
- {
- integrity: sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==
- }
+ resolution: {integrity: sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==}
dev: true
/object-keys@1.1.1:
- resolution:
- {
- integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
+ engines: {node: '>= 0.4'}
/object.assign@4.1.4:
- resolution:
- {
- integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -44558,11 +34153,8 @@ packages:
object-keys: 1.1.1
/object.entries@1.1.6:
- resolution:
- {
- integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -44570,11 +34162,8 @@ packages:
dev: true
/object.fromentries@2.0.6:
- resolution:
- {
- integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -44582,21 +34171,15 @@ packages:
dev: true
/object.hasown@1.1.2:
- resolution:
- {
- integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
- }
+ resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==}
dependencies:
define-properties: 1.2.0
es-abstract: 1.22.1
dev: true
/object.values@1.1.6:
- resolution:
- {
- integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -44604,123 +34187,80 @@ packages:
dev: true
/objectorarray@1.0.5:
- resolution:
- {
- integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==
- }
+ resolution: {integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==}
dev: true
/obuf@1.1.2:
- resolution:
- {
- integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
- }
+ resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
/oidc-token-hash@5.0.3:
- resolution:
- {
- integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==
- }
- engines: { node: ^10.13.0 || >=12.0.0 }
+ resolution: {integrity: sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==}
+ engines: {node: ^10.13.0 || >=12.0.0}
dev: false
/on-exit-leak-free@2.1.0:
- resolution:
- {
- integrity: sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w==
- }
+ resolution: {integrity: sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w==}
dev: false
/on-finished@2.3.0:
- resolution:
- {
- integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==}
+ engines: {node: '>= 0.8'}
dependencies:
ee-first: 1.1.1
dev: false
/on-finished@2.4.1:
- resolution:
- {
- integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
- }
- engines: { node: ">= 0.8" }
- requiresBuild: true
+ resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
+ engines: {node: '>= 0.8'}
dependencies:
ee-first: 1.1.1
/on-headers@1.0.2:
- resolution:
- {
- integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==}
+ engines: {node: '>= 0.8'}
/once@1.4.0:
- resolution:
- {
- integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
- }
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
dependencies:
wrappy: 1.0.2
/onetime@5.1.2:
- resolution:
- {
- integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
+ engines: {node: '>=6'}
dependencies:
mimic-fn: 2.1.0
/onetime@6.0.0:
- resolution:
- {
- integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
+ engines: {node: '>=12'}
dependencies:
mimic-fn: 4.0.0
dev: true
/open@6.4.0:
- resolution:
- {
- integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==}
+ engines: {node: '>=8'}
dependencies:
is-wsl: 1.1.0
dev: false
/open@7.4.2:
- resolution:
- {
- integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
+ engines: {node: '>=8'}
dependencies:
is-docker: 2.2.1
is-wsl: 2.2.0
/open@8.4.2:
- resolution:
- {
- integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
+ engines: {node: '>=12'}
dependencies:
define-lazy-prop: 2.0.0
is-docker: 2.2.1
is-wsl: 2.2.0
/openai@3.3.0(debug@4.3.4):
- resolution:
- {
- integrity: sha512-uqxI/Au+aPRnsaQRe8CojU0eCR7I0mBiKjD3sNMzY6DaC1ZVrc85u98mtJW6voDug8fgGN+DIZmTDxTthxb7dQ==
- }
+ resolution: {integrity: sha512-uqxI/Au+aPRnsaQRe8CojU0eCR7I0mBiKjD3sNMzY6DaC1ZVrc85u98mtJW6voDug8fgGN+DIZmTDxTthxb7dQ==}
dependencies:
axios: 0.26.1(debug@4.3.4)
form-data: 4.0.0
@@ -44729,50 +34269,31 @@ packages:
dev: false
/openapi-sampler@1.0.0-beta.17:
- resolution:
- {
- integrity: sha512-xYGPaPaEQFFAGQVrRpunkb8loNfL1rq4fJ+q7NH+LVBsrHKGUicD2f5Rzw6fWcRwwcOvnKD/aik9guiNWq2kpA==
- }
+ resolution: {integrity: sha512-xYGPaPaEQFFAGQVrRpunkb8loNfL1rq4fJ+q7NH+LVBsrHKGUicD2f5Rzw6fWcRwwcOvnKD/aik9guiNWq2kpA==}
dependencies:
json-pointer: 0.6.2
dev: false
/openapi-sampler@1.3.1:
- resolution:
- {
- integrity: sha512-Ert9mvc2tLPmmInwSyGZS+v4Ogu9/YoZuq9oP3EdUklg2cad6+IGndP9yqJJwbgdXwZibiq5fpv6vYujchdJFg==
- }
+ resolution: {integrity: sha512-Ert9mvc2tLPmmInwSyGZS+v4Ogu9/YoZuq9oP3EdUklg2cad6+IGndP9yqJJwbgdXwZibiq5fpv6vYujchdJFg==}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
json-pointer: 0.6.2
dev: false
/openapi-types@12.1.0:
- resolution:
- {
- integrity: sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==
- }
+ resolution: {integrity: sha512-XpeCy01X6L5EpP+6Hc3jWN7rMZJ+/k1lwki/kTmWzbVhdPie3jd5O2ZtedEx8Yp58icJ0osVldLMrTB/zslQXA==}
dev: false
/openapi-types@9.3.0:
- resolution:
- {
- integrity: sha512-sR23YjmuwDSMsQVZDHbV9mPgi0RyniQlqR0AQxTC2/F3cpSjRFMH3CFPjoWvNqhC4OxPkDYNb2l8Mc1Me6D/KQ==
- }
+ resolution: {integrity: sha512-sR23YjmuwDSMsQVZDHbV9mPgi0RyniQlqR0AQxTC2/F3cpSjRFMH3CFPjoWvNqhC4OxPkDYNb2l8Mc1Me6D/KQ==}
dev: false
/opener@1.5.2:
- resolution:
- {
- integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
- }
- hasBin: true
+ resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
/openid-client@5.4.3:
- resolution:
- {
- integrity: sha512-sVQOvjsT/sbSfYsQI/9liWQGVZH/Pp3rrtlGEwgk/bbHfrUDZ24DN57lAagIwFtuEu+FM9Ev7r85s8S/yPjimQ==
- }
+ resolution: {integrity: sha512-sVQOvjsT/sbSfYsQI/9liWQGVZH/Pp3rrtlGEwgk/bbHfrUDZ24DN57lAagIwFtuEu+FM9Ev7r85s8S/yPjimQ==}
dependencies:
jose: 4.14.4
lru-cache: 6.0.0
@@ -44781,19 +34302,13 @@ packages:
dev: false
/opentracing@0.14.7:
- resolution:
- {
- integrity: sha512-vz9iS7MJ5+Bp1URw8Khvdyw1H/hGvzHWlKQ7eRrQojSCDL1/SrWfrY9QebLw97n2deyRtzHRC3MkQfVNUCo91Q==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-vz9iS7MJ5+Bp1URw8Khvdyw1H/hGvzHWlKQ7eRrQojSCDL1/SrWfrY9QebLw97n2deyRtzHRC3MkQfVNUCo91Q==}
+ engines: {node: '>=0.10'}
dev: false
/optionator@0.8.3:
- resolution:
- {
- integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==}
+ engines: {node: '>= 0.8.0'}
dependencies:
deep-is: 0.1.4
fast-levenshtein: 2.0.6
@@ -44804,25 +34319,24 @@ packages:
dev: false
/optionator@0.9.3:
- resolution:
- {
- integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==}
+ engines: {node: '>= 0.8.0'}
dependencies:
- "@aashutoshrathi/word-wrap": 1.2.6
+ '@aashutoshrathi/word-wrap': 1.2.6
deep-is: 0.1.4
fast-levenshtein: 2.0.6
levn: 0.4.1
prelude-ls: 1.2.1
type-check: 0.4.0
+ /options@0.0.6:
+ resolution: {integrity: sha512-bOj3L1ypm++N+n7CEbbe473A414AB7z+amKYshRb//iuL3MpdDCLhPnw6aVTdKB9g5ZRVHIEp8eUln6L2NUStg==}
+ engines: {node: '>=0.4.0'}
+ dev: false
+
/ora@5.4.1:
- resolution:
- {
- integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
+ engines: {node: '>=10'}
dependencies:
bl: 4.1.0
chalk: 4.1.0
@@ -44835,11 +34349,8 @@ packages:
wcwidth: 1.0.1
/ora@7.0.1:
- resolution:
- {
- integrity: sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==}
+ engines: {node: '>=16'}
dependencies:
chalk: 5.3.0
cli-cursor: 4.0.0
@@ -44853,270 +34364,177 @@ packages:
dev: false
/os-browserify@0.3.0:
- resolution:
- {
- integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==
- }
+ resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==}
dev: true
/os-filter-obj@2.0.0:
- resolution:
- {
- integrity: sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==}
+ engines: {node: '>=4'}
dependencies:
arch: 2.2.0
dev: true
/os-tmpdir@1.0.2:
- resolution:
- {
- integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==}
+ engines: {node: '>=0.10.0'}
/ospath@1.2.2:
- resolution:
- {
- integrity: sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==
- }
+ resolution: {integrity: sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==}
dev: true
/outvariant@1.4.0:
- resolution:
- {
- integrity: sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==
- }
+ resolution: {integrity: sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==}
dev: false
/p-cancelable@1.1.0:
- resolution:
- {
- integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==}
+ engines: {node: '>=6'}
/p-cancelable@2.1.1:
- resolution:
- {
- integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==}
+ engines: {node: '>=8'}
dev: true
/p-cancelable@3.0.0:
- resolution:
- {
- integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==}
+ engines: {node: '>=12.20'}
dev: true
/p-each-series@3.0.0:
- resolution:
- {
- integrity: sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==}
+ engines: {node: '>=12'}
dev: true
/p-filter@2.1.0:
- resolution:
- {
- integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==}
+ engines: {node: '>=8'}
dependencies:
p-map: 2.1.0
dev: true
/p-finally@1.0.0:
- resolution:
- {
- integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
+ engines: {node: '>=4'}
dev: true
/p-is-promise@3.0.0:
- resolution:
- {
- integrity: sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==}
+ engines: {node: '>=8'}
dev: true
/p-limit@1.3.0:
- resolution:
- {
- integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==}
+ engines: {node: '>=4'}
dependencies:
p-try: 1.0.0
dev: true
/p-limit@2.3.0:
- resolution:
- {
- integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
+ engines: {node: '>=6'}
dependencies:
p-try: 2.2.0
/p-limit@3.1.0:
- resolution:
- {
- integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
+ engines: {node: '>=10'}
dependencies:
yocto-queue: 0.1.0
/p-limit@4.0.0:
- resolution:
- {
- integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
yocto-queue: 1.0.0
dev: true
/p-locate@2.0.0:
- resolution:
- {
- integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==}
+ engines: {node: '>=4'}
dependencies:
p-limit: 1.3.0
dev: true
/p-locate@3.0.0:
- resolution:
- {
- integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
+ engines: {node: '>=6'}
dependencies:
p-limit: 2.3.0
/p-locate@4.1.0:
- resolution:
- {
- integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
+ engines: {node: '>=8'}
dependencies:
p-limit: 2.3.0
/p-locate@5.0.0:
- resolution:
- {
- integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
+ engines: {node: '>=10'}
dependencies:
p-limit: 3.1.0
/p-locate@6.0.0:
- resolution:
- {
- integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
p-limit: 4.0.0
dev: true
/p-map@2.1.0:
- resolution:
- {
- integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
+ engines: {node: '>=6'}
dev: true
/p-map@4.0.0:
- resolution:
- {
- integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
+ engines: {node: '>=10'}
dependencies:
aggregate-error: 3.1.0
/p-queue@6.6.2:
- resolution:
- {
- integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
+ engines: {node: '>=8'}
dependencies:
eventemitter3: 4.0.7
p-timeout: 3.2.0
dev: true
/p-reduce@2.1.0:
- resolution:
- {
- integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==}
+ engines: {node: '>=8'}
dev: true
/p-reduce@3.0.0:
- resolution:
- {
- integrity: sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==}
+ engines: {node: '>=12'}
dev: true
/p-retry@4.6.2:
- resolution:
- {
- integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
+ engines: {node: '>=8'}
dependencies:
- "@types/retry": 0.12.0
+ '@types/retry': 0.12.0
retry: 0.13.1
/p-timeout@3.2.0:
- resolution:
- {
- integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
+ engines: {node: '>=8'}
dependencies:
p-finally: 1.0.0
dev: true
/p-try@1.0.0:
- resolution:
- {
- integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==}
+ engines: {node: '>=4'}
dev: true
/p-try@2.2.0:
- resolution:
- {
- integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
+ engines: {node: '>=6'}
/package-json@6.5.0:
- resolution:
- {
- integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==}
+ engines: {node: '>=8'}
dependencies:
got: 9.6.0
registry-auth-token: 4.2.2
@@ -45124,11 +34542,8 @@ packages:
semver: 6.3.1
/package-json@8.1.1:
- resolution:
- {
- integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==}
+ engines: {node: '>=14.16'}
dependencies:
got: 12.6.1
registry-auth-token: 5.0.2
@@ -45137,17 +34552,13 @@ packages:
dev: true
/pacote@11.3.5:
- resolution:
- {
- integrity: sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==}
+ engines: {node: '>=10'}
dependencies:
- "@npmcli/git": 2.1.0
- "@npmcli/installed-package-contents": 1.0.7
- "@npmcli/promise-spawn": 1.3.2
- "@npmcli/run-script": 1.8.6
+ '@npmcli/git': 2.1.0
+ '@npmcli/installed-package-contents': 1.0.7
+ '@npmcli/promise-spawn': 1.3.2
+ '@npmcli/run-script': 1.8.6
cacache: 15.3.0
chownr: 2.0.0
fs-minipass: 2.1.0
@@ -45169,59 +34580,38 @@ packages:
dev: false
/pako@0.2.9:
- resolution:
- {
- integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==
- }
+ resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
dev: true
/pako@1.0.11:
- resolution:
- {
- integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
- }
+ resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
dev: true
/param-case@3.0.4:
- resolution:
- {
- integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
- }
+ resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==}
dependencies:
dot-case: 3.0.4
tslib: 2.6.1
/parent-module@1.0.1:
- resolution:
- {
- integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
+ engines: {node: '>=6'}
dependencies:
callsites: 3.1.0
/parent-module@2.0.0:
- resolution:
- {
- integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==}
+ engines: {node: '>=8'}
dependencies:
callsites: 3.1.0
dev: true
/parenthesis@3.1.8:
- resolution:
- {
- integrity: sha512-KF/U8tk54BgQewkJPvB4s/US3VQY68BRDpH638+7O/n58TpnwiwnOtGIOsT2/i+M78s61BBpeC83STB88d8sqw==
- }
+ resolution: {integrity: sha512-KF/U8tk54BgQewkJPvB4s/US3VQY68BRDpH638+7O/n58TpnwiwnOtGIOsT2/i+M78s61BBpeC83STB88d8sqw==}
dev: true
/parse-asn1@5.1.6:
- resolution:
- {
- integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==
- }
+ resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==}
dependencies:
asn1.js: 5.4.1
browserify-aes: 1.2.0
@@ -45231,10 +34621,7 @@ packages:
dev: true
/parse-conflict-json@1.1.1:
- resolution:
- {
- integrity: sha512-4gySviBiW5TRl7XHvp1agcS7SOe0KZOjC//71dzZVWJrY9hCrgtvl5v3SyIxCZ4fZF47TxD9nfzmxcx76xmbUw==
- }
+ resolution: {integrity: sha512-4gySviBiW5TRl7XHvp1agcS7SOe0KZOjC//71dzZVWJrY9hCrgtvl5v3SyIxCZ4fZF47TxD9nfzmxcx76xmbUw==}
dependencies:
json-parse-even-better-errors: 2.3.1
just-diff: 3.1.1
@@ -45242,10 +34629,7 @@ packages:
dev: false
/parse-english@5.0.0:
- resolution:
- {
- integrity: sha512-sMe/JmsY6g21aJCAm8KgCH90a9zCZ7aGSriSJ5B0CcGEsDN7YmiCk3+1iKPE1heDG6zYY4Xf++V8llWtCvNBSQ==
- }
+ resolution: {integrity: sha512-sMe/JmsY6g21aJCAm8KgCH90a9zCZ7aGSriSJ5B0CcGEsDN7YmiCk3+1iKPE1heDG6zYY4Xf++V8llWtCvNBSQ==}
dependencies:
nlcst-to-string: 2.0.4
parse-latin: 5.0.1
@@ -45254,10 +34638,7 @@ packages:
dev: true
/parse-entities@2.0.0:
- resolution:
- {
- integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==
- }
+ resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==}
dependencies:
character-entities: 1.2.4
character-entities-legacy: 1.1.4
@@ -45267,12 +34648,9 @@ packages:
is-hexadecimal: 1.0.4
/parse-entities@4.0.1:
- resolution:
- {
- integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==
- }
+ resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
character-entities: 2.0.2
character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1
@@ -45283,11 +34661,8 @@ packages:
dev: true
/parse-filepath@1.0.2:
- resolution:
- {
- integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==}
+ engines: {node: '>=0.8'}
dependencies:
is-absolute: 1.0.0
map-cache: 0.2.2
@@ -45295,72 +34670,50 @@ packages:
dev: true
/parse-git-config@3.0.0:
- resolution:
- {
- integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==}
+ engines: {node: '>=8'}
dependencies:
git-config-path: 2.0.0
ini: 1.3.8
dev: true
/parse-github-url@1.0.2:
- resolution:
- {
- integrity: sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==
- }
- engines: { node: ">=0.10.0" }
- hasBin: true
+ resolution: {integrity: sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==}
+ engines: {node: '>=0.10.0'}
dev: true
/parse-headers@2.0.5:
- resolution:
- {
- integrity: sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==
- }
+ resolution: {integrity: sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA==}
dev: true
/parse-json@4.0.0:
- resolution:
- {
- integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==}
+ engines: {node: '>=4'}
dependencies:
error-ex: 1.3.2
json-parse-better-errors: 1.0.2
/parse-json@5.2.0:
- resolution:
- {
- integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
+ engines: {node: '>=8'}
dependencies:
- "@babel/code-frame": 7.22.10
+ '@babel/code-frame': 7.22.10
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
/parse-json@6.0.2:
- resolution:
- {
- integrity: sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
- "@babel/code-frame": 7.22.10
+ '@babel/code-frame': 7.22.10
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 2.0.3
dev: true
/parse-latin@5.0.1:
- resolution:
- {
- integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==
- }
+ resolution: {integrity: sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==}
dependencies:
nlcst-to-string: 3.1.1
unist-util-modify-children: 3.1.1
@@ -45368,33 +34721,21 @@ packages:
dev: true
/parse-node-version@1.0.1:
- resolution:
- {
- integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
+ engines: {node: '>= 0.10'}
dev: true
/parse-numeric-range@1.3.0:
- resolution:
- {
- integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==
- }
+ resolution: {integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==}
dev: false
/parse-passwd@1.0.0:
- resolution:
- {
- integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==}
+ engines: {node: '>=0.10.0'}
dev: true
/parse-path@4.0.4:
- resolution:
- {
- integrity: sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==
- }
+ resolution: {integrity: sha512-Z2lWUis7jlmXC1jeOG9giRO2+FsuyNipeQ43HAjqAZjwSe3SEf+q/84FGPHoso3kyntbxa4c4i77t3m6fGf8cw==}
dependencies:
is-ssh: 1.4.0
protocols: 1.4.8
@@ -45403,26 +34744,17 @@ packages:
dev: true
/parse-semver@1.1.1:
- resolution:
- {
- integrity: sha512-Eg1OuNntBMH0ojvEKSrvDSnwLmvVuUOSdylH/pSCPNMIspLlweJyIWXCE+k/5hm3cj/EBUYwmWkjhBALNP4LXQ==
- }
+ resolution: {integrity: sha512-Eg1OuNntBMH0ojvEKSrvDSnwLmvVuUOSdylH/pSCPNMIspLlweJyIWXCE+k/5hm3cj/EBUYwmWkjhBALNP4LXQ==}
dependencies:
semver: 5.7.2
dev: false
/parse-svg-path@0.1.2:
- resolution:
- {
- integrity: sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ==
- }
+ resolution: {integrity: sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ==}
dev: true
/parse-url@6.0.5:
- resolution:
- {
- integrity: sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA==
- }
+ resolution: {integrity: sha512-e35AeLTSIlkw/5GFq70IN7po8fmDUjpDPY1rIK+VubRfsUvBonjQ+PBZG+vWMACnQSmNlvl524IucoDmcioMxA==}
dependencies:
is-ssh: 1.4.0
normalize-url: 6.1.0
@@ -45431,84 +34763,53 @@ packages:
dev: true
/parse5-htmlparser2-tree-adapter@7.0.0:
- resolution:
- {
- integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==
- }
+ resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==}
dependencies:
domhandler: 5.0.3
parse5: 7.1.2
dev: false
/parse5@3.0.3:
- resolution:
- {
- integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==
- }
+ resolution: {integrity: sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==}
dependencies:
- "@types/node": 20.5.0
+ '@types/node': 20.5.0
dev: true
/parse5@4.0.0:
- resolution:
- {
- integrity: sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==
- }
+ resolution: {integrity: sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==}
dev: true
/parse5@6.0.1:
- resolution:
- {
- integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
- }
+ resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==}
/parse5@7.1.2:
- resolution:
- {
- integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
- }
+ resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
dependencies:
entities: 4.5.0
/parseqs@0.0.6:
- resolution:
- {
- integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==
- }
+ resolution: {integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==}
dev: true
/parseuri@0.0.6:
- resolution:
- {
- integrity: sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==
- }
+ resolution: {integrity: sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==}
dev: true
/parseurl@1.3.3:
- resolution:
- {
- integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
+ engines: {node: '>= 0.8'}
/pascal-case@3.1.2:
- resolution:
- {
- integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
- }
+ resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==}
dependencies:
no-case: 3.0.4
tslib: 2.6.1
/patch-package@7.0.0:
- resolution:
- {
- integrity: sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==
- }
- engines: { node: ">=14", npm: ">5" }
- hasBin: true
+ resolution: {integrity: sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==}
+ engines: {node: '>=14', npm: '>5'}
dependencies:
- "@yarnpkg/lockfile": 1.1.0
+ '@yarnpkg/lockfile': 1.1.0
chalk: 4.1.2
ci-info: 3.8.0
cross-spawn: 7.0.3
@@ -45525,14 +34826,10 @@ packages:
dev: true
/patch-package@8.0.0:
- resolution:
- {
- integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==
- }
- engines: { node: ">=14", npm: ">5" }
- hasBin: true
+ resolution: {integrity: sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==}
+ engines: {node: '>=14', npm: '>5'}
dependencies:
- "@yarnpkg/lockfile": 1.1.0
+ '@yarnpkg/lockfile': 1.1.0
chalk: 4.1.2
ci-info: 3.8.0
cross-spawn: 7.0.3
@@ -45550,195 +34847,119 @@ packages:
dev: false
/path-browserify@0.0.1:
- resolution:
- {
- integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
- }
+ resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==}
dev: true
/path-browserify@1.0.1:
- resolution:
- {
- integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
- }
+ resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
/path-case@3.0.4:
- resolution:
- {
- integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==
- }
+ resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==}
dependencies:
dot-case: 3.0.4
tslib: 2.6.1
/path-equal@1.2.5:
- resolution:
- {
- integrity: sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==
- }
+ resolution: {integrity: sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==}
dev: false
/path-exists@3.0.0:
- resolution:
- {
- integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
+ engines: {node: '>=4'}
/path-exists@4.0.0:
- resolution:
- {
- integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
+ engines: {node: '>=8'}
/path-exists@5.0.0:
- resolution:
- {
- integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/path-is-absolute@1.0.1:
- resolution:
- {
- integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
+ engines: {node: '>=0.10.0'}
/path-is-inside@1.0.2:
- resolution:
- {
- integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==
- }
+ resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==}
dev: false
/path-key@2.0.1:
- resolution:
- {
- integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==}
+ engines: {node: '>=4'}
dev: true
/path-key@3.1.1:
- resolution:
- {
- integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
/path-key@4.0.0:
- resolution:
- {
- integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
+ engines: {node: '>=12'}
dev: true
/path-parse@1.0.7:
- resolution:
- {
- integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
- }
+ resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
/path-root-regex@0.1.2:
- resolution:
- {
- integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/path-root@0.1.1:
- resolution:
- {
- integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==}
+ engines: {node: '>=0.10.0'}
dependencies:
path-root-regex: 0.1.2
dev: true
/path-scurry@1.10.1:
- resolution:
- {
- integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
- }
- engines: { node: ">=16 || 14 >=14.17" }
+ resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
+ engines: {node: '>=16 || 14 >=14.17'}
dependencies:
lru-cache: 10.0.1
minipass: 7.0.3
/path-to-regexp@0.1.7:
- resolution:
- {
- integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
/path-to-regexp@1.8.0:
- resolution:
- {
- integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
- }
+ resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==}
dependencies:
isarray: 0.0.1
dev: false
/path-to-regexp@2.2.1:
- resolution:
- {
- integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
- }
+ resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==}
dev: false
/path-to-regexp@6.2.1:
- resolution:
- {
- integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
- }
- dev: true
+ resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==}
- /path-type@4.0.0:
- resolution:
- {
- integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
- }
- engines: { node: ">=8" }
+ /path-type@4.0.0(patch_hash=t2y4p5c63ifj2lrtth34hk3bda):
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
+ engines: {node: '>=8'}
+ patched: true
/path@0.12.7:
- resolution:
- {
- integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==
- }
+ resolution: {integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==}
dependencies:
process: 0.11.10
util: 0.10.3
dev: false
/pathe@1.1.1:
- resolution:
- {
- integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==
- }
+ resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==}
dev: true
/pause-stream@0.0.11:
- resolution:
- {
- integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==
- }
+ resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==}
dependencies:
through: 2.3.8
/pbkdf2@3.1.2:
- resolution:
- {
- integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==}
+ engines: {node: '>=0.12'}
dependencies:
create-hash: 1.2.0
create-hmac: 1.1.7
@@ -45748,18 +34969,12 @@ packages:
dev: true
/peek-readable@5.0.0:
- resolution:
- {
- integrity: sha512-YtCKvLUOvwtMGmrniQPdO7MwPjgkFBtFIrmfSbYmYuq3tKDV/mcfAhBth1+C3ru7uXIZasc/pHnb+YDYNkkj4A==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-YtCKvLUOvwtMGmrniQPdO7MwPjgkFBtFIrmfSbYmYuq3tKDV/mcfAhBth1+C3ru7uXIZasc/pHnb+YDYNkkj4A==}
+ engines: {node: '>=14.16'}
dev: true
/peek-stream@1.1.3:
- resolution:
- {
- integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==
- }
+ resolution: {integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==}
dependencies:
buffer-from: 1.1.2
duplexify: 3.7.1
@@ -45767,47 +34982,28 @@ packages:
dev: true
/pegjs@0.10.0:
- resolution:
- {
- integrity: sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow==
- }
- engines: { node: ">=0.10" }
- hasBin: true
+ resolution: {integrity: sha512-qI5+oFNEGi3L5HAxDwN2LA4Gg7irF70Zs25edhjld9QemOgp0CbvMtbFcMvFtEo1OityPrcCzkQFB8JP/hxgow==}
+ engines: {node: '>=0.10'}
dev: true
/pend@1.2.0:
- resolution:
- {
- integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
- }
+ resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
/performance-now@2.1.0:
- resolution:
- {
- integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
- }
+ resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==}
/pg-int8@1.0.1:
- resolution:
- {
- integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
+ engines: {node: '>=4.0.0'}
dev: false
/pg-protocol@1.6.0:
- resolution:
- {
- integrity: sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==
- }
+ resolution: {integrity: sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==}
dev: false
/pg-types@2.2.0:
- resolution:
- {
- integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
+ engines: {node: '>=4'}
dependencies:
pg-int8: 1.0.1
postgres-array: 2.0.0
@@ -45817,74 +35013,44 @@ packages:
dev: false
/picocolors@1.0.0:
- resolution:
- {
- integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
- }
+ resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
/picomatch@2.3.1:
- resolution:
- {
- integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
- }
- engines: { node: ">=8.6" }
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ engines: {node: '>=8.6'}
/pidtree@0.6.0:
- resolution:
- {
- integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
- }
- engines: { node: ">=0.10" }
- hasBin: true
+ resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
+ engines: {node: '>=0.10'}
dev: true
/pify@2.3.0:
- resolution:
- {
- integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
+ engines: {node: '>=0.10.0'}
/pify@3.0.0:
- resolution:
- {
- integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==}
+ engines: {node: '>=4'}
dev: true
/pify@4.0.1:
- resolution:
- {
- integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
- }
- engines: { node: ">=6" }
- requiresBuild: true
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
+ engines: {node: '>=6'}
/pify@5.0.0:
- resolution:
- {
- integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==}
+ engines: {node: '>=10'}
dev: true
/pino-abstract-transport@1.0.0:
- resolution:
- {
- integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==
- }
+ resolution: {integrity: sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==}
dependencies:
readable-stream: 4.4.2
split2: 4.2.0
dev: false
/pino-pretty@10.2.0:
- resolution:
- {
- integrity: sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==
- }
- hasBin: true
+ resolution: {integrity: sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==}
dependencies:
colorette: 2.0.20
dateformat: 4.6.3
@@ -45903,18 +35069,11 @@ packages:
dev: false
/pino-std-serializers@6.2.2:
- resolution:
- {
- integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
- }
+ resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==}
dev: false
/pino@8.14.2:
- resolution:
- {
- integrity: sha512-zKu9aWeSWTy1JgvxIpZveJKKsAr4+6uNMZ0Vf0KRwzl/UNZA3XjHiIl/0WwqLMkDwuHuDkT5xAgPA2jpKq4whA==
- }
- hasBin: true
+ resolution: {integrity: sha512-zKu9aWeSWTy1JgvxIpZveJKKsAr4+6uNMZ0Vf0KRwzl/UNZA3XjHiIl/0WwqLMkDwuHuDkT5xAgPA2jpKq4whA==}
dependencies:
atomic-sleep: 1.0.0
fast-redact: 3.3.0
@@ -45930,90 +35089,60 @@ packages:
dev: false
/pirates@4.0.6:
- resolution:
- {
- integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
+ engines: {node: '>= 6'}
/pkg-conf@2.1.0:
- resolution:
- {
- integrity: sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==}
+ engines: {node: '>=4'}
dependencies:
find-up: 2.1.0
load-json-file: 4.0.0
dev: true
/pkg-dir@3.0.0:
- resolution:
- {
- integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==}
+ engines: {node: '>=6'}
dependencies:
find-up: 3.0.0
/pkg-dir@4.2.0:
- resolution:
- {
- integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
+ engines: {node: '>=8'}
dependencies:
find-up: 4.1.0
/pkg-dir@5.0.0:
- resolution:
- {
- integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==}
+ engines: {node: '>=10'}
dependencies:
find-up: 5.0.0
/pkg-dir@7.0.0:
- resolution:
- {
- integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
+ engines: {node: '>=14.16'}
dependencies:
find-up: 6.3.0
dev: true
/pkg-up@3.1.0:
- resolution:
- {
- integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==}
+ engines: {node: '>=8'}
dependencies:
find-up: 3.0.0
dev: false
/platform@1.3.6:
- resolution:
- {
- integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
- }
+ resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==}
dev: true
/pluralize@8.0.0:
- resolution:
- {
- integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
+ engines: {node: '>=4'}
/pnp-webpack-plugin@1.6.4(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==}
+ engines: {node: '>=6'}
dependencies:
ts-pnp: 1.2.0(typescript@5.2.0-beta)
transitivePeerDependencies:
@@ -46021,42 +35150,27 @@ packages:
dev: true
/pnpapi@0.0.0:
- resolution:
- {
- integrity: sha512-UemFU6zCZ4MZwsBcgmcFZX71nnNUUCwxKxdxctxfiEDB39SOzvUUJ28g+Arx5JF8kO3N0yxyjY/4+N6+jBFqZw==
- }
+ resolution: {integrity: sha512-UemFU6zCZ4MZwsBcgmcFZX71nnNUUCwxKxdxctxfiEDB39SOzvUUJ28g+Arx5JF8kO3N0yxyjY/4+N6+jBFqZw==}
dev: false
/polished@4.2.2:
- resolution:
- {
- integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==}
+ engines: {node: '>=10'}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
/pony-cause@1.1.1:
- resolution:
- {
- integrity: sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==}
+ engines: {node: '>=12.0.0'}
dev: false
/popper.js@1.16.1-lts:
- resolution:
- {
- integrity: sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
- }
+ resolution: {integrity: sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==}
dev: true
/portfinder@1.0.32:
- resolution:
- {
- integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==
- }
- engines: { node: ">= 0.12.0" }
+ resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
+ engines: {node: '>= 0.12.0'}
dependencies:
async: 2.6.4
debug: 3.2.7(supports-color@8.1.1)
@@ -46066,10 +35180,7 @@ packages:
dev: true
/postcss-calc@8.2.4(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==
- }
+ resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
peerDependencies:
postcss: ^8.2.2
dependencies:
@@ -46078,11 +35189,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-calc@9.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.2
dependencies:
@@ -46092,11 +35200,8 @@ packages:
dev: true
/postcss-colormin@5.3.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46107,11 +35212,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-colormin@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46123,11 +35225,8 @@ packages:
dev: true
/postcss-convert-values@5.1.3(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46136,11 +35235,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-convert-values@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46150,22 +35246,16 @@ packages:
dev: true
/postcss-discard-comments@5.1.2(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/postcss-discard-comments@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46173,22 +35263,16 @@ packages:
dev: true
/postcss-discard-duplicates@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/postcss-discard-duplicates@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46196,22 +35280,16 @@ packages:
dev: true
/postcss-discard-empty@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/postcss-discard-empty@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46219,22 +35297,16 @@ packages:
dev: true
/postcss-discard-overridden@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/postcss-discard-overridden@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46242,11 +35314,8 @@ packages:
dev: true
/postcss-discard-unused@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46255,11 +35324,8 @@ packages:
dev: false
/postcss-import@14.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
@@ -46270,11 +35336,8 @@ packages:
dev: true
/postcss-import@15.1.0(postcss@8.4.23):
- resolution:
- {
- integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
@@ -46285,11 +35348,8 @@ packages:
dev: true
/postcss-import@15.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
postcss: ^8.0.0
dependencies:
@@ -46299,11 +35359,8 @@ packages:
resolve: 1.22.4
/postcss-js@4.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==
- }
- engines: { node: ^12 || ^14 || >= 16 }
+ resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
+ engines: {node: ^12 || ^14 || >= 16}
peerDependencies:
postcss: ^8.4.21
dependencies:
@@ -46311,14 +35368,11 @@ packages:
postcss: 8.4.28
/postcss-load-config@3.1.4(postcss@8.4.28)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
- }
- engines: { node: ">= 10" }
- peerDependencies:
- postcss: ">=8.0.9"
- ts-node: ">=9.0.0"
+ resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
+ engines: {node: '>= 10'}
+ peerDependencies:
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
peerDependenciesMeta:
postcss:
optional: true
@@ -46327,19 +35381,16 @@ packages:
dependencies:
lilconfig: 2.1.0
postcss: 8.4.28
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
yaml: 1.10.2
dev: true
/postcss-load-config@4.0.1(postcss@8.4.28)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==
- }
- engines: { node: ">= 14" }
- peerDependencies:
- postcss: ">=8.0.9"
- ts-node: ">=9.0.0"
+ resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
+ engines: {node: '>= 14'}
+ peerDependencies:
+ postcss: '>=8.0.9'
+ ts-node: '>=9.0.0'
peerDependenciesMeta:
postcss:
optional: true
@@ -46348,15 +35399,12 @@ packages:
dependencies:
lilconfig: 2.1.0
postcss: 8.4.28
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta)
yaml: 2.3.1
/postcss-loader@6.2.1(postcss@8.4.28)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
@@ -46365,15 +35413,12 @@ packages:
klona: 2.0.6
postcss: 8.4.28
semver: 7.5.4
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/postcss-loader@7.3.3(postcss@8.4.28)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
@@ -46382,15 +35427,12 @@ packages:
jiti: 1.19.1
postcss: 8.4.28
semver: 7.5.4
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/postcss-merge-idents@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46400,11 +35442,8 @@ packages:
dev: false
/postcss-merge-longhand@5.1.7(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46413,11 +35452,8 @@ packages:
stylehacks: 5.1.1(postcss@8.4.28)
/postcss-merge-longhand@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46427,11 +35463,8 @@ packages:
dev: true
/postcss-merge-rules@5.1.4(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46442,11 +35475,8 @@ packages:
postcss-selector-parser: 6.0.13
/postcss-merge-rules@6.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46458,11 +35488,8 @@ packages:
dev: true
/postcss-minify-font-values@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46470,11 +35497,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-minify-font-values@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46483,11 +35507,8 @@ packages:
dev: true
/postcss-minify-gradients@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46497,11 +35518,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-minify-gradients@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46512,11 +35530,8 @@ packages:
dev: true
/postcss-minify-params@5.1.4(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46526,11 +35541,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-minify-params@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46541,11 +35553,8 @@ packages:
dev: true
/postcss-minify-selectors@5.2.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46553,11 +35562,8 @@ packages:
postcss-selector-parser: 6.0.13
/postcss-minify-selectors@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46566,22 +35572,16 @@ packages:
dev: true
/postcss-modules-extract-imports@3.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
- }
- engines: { node: ^10 || ^12 || >= 14 }
+ resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
+ engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
postcss: 8.4.28
/postcss-modules-local-by-default@4.0.3(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==
- }
- engines: { node: ^10 || ^12 || >= 14 }
+ resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==}
+ engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
@@ -46591,11 +35591,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-modules-scope@3.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
- }
- engines: { node: ^10 || ^12 || >= 14 }
+ resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==}
+ engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
@@ -46603,11 +35600,8 @@ packages:
postcss-selector-parser: 6.0.13
/postcss-modules-values@4.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
- }
- engines: { node: ^10 || ^12 || >= 14 }
+ resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
+ engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
dependencies:
@@ -46615,10 +35609,7 @@ packages:
postcss: 8.4.28
/postcss-modules@4.3.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==
- }
+ resolution: {integrity: sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==}
peerDependencies:
postcss: ^8.0.0
dependencies:
@@ -46634,11 +35625,8 @@ packages:
dev: true
/postcss-nested@6.0.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==
- }
- engines: { node: ">=12.0" }
+ resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
+ engines: {node: '>=12.0'}
peerDependencies:
postcss: ^8.2.14
dependencies:
@@ -46646,22 +35634,16 @@ packages:
postcss-selector-parser: 6.0.13
/postcss-normalize-charset@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
postcss: 8.4.28
/postcss-normalize-charset@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46669,11 +35651,8 @@ packages:
dev: true
/postcss-normalize-display-values@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46681,11 +35660,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-display-values@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46694,11 +35670,8 @@ packages:
dev: true
/postcss-normalize-positions@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46706,11 +35679,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-positions@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46719,11 +35689,8 @@ packages:
dev: true
/postcss-normalize-repeat-style@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46731,11 +35698,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-repeat-style@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46744,11 +35708,8 @@ packages:
dev: true
/postcss-normalize-string@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46756,11 +35717,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-string@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46769,11 +35727,8 @@ packages:
dev: true
/postcss-normalize-timing-functions@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46781,11 +35736,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-timing-functions@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46794,11 +35746,8 @@ packages:
dev: true
/postcss-normalize-unicode@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46807,11 +35756,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-unicode@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46821,11 +35767,8 @@ packages:
dev: true
/postcss-normalize-url@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46834,11 +35777,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-url@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46847,11 +35787,8 @@ packages:
dev: true
/postcss-normalize-whitespace@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46859,11 +35796,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-normalize-whitespace@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46872,11 +35806,8 @@ packages:
dev: true
/postcss-ordered-values@5.1.3(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46885,11 +35816,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-ordered-values@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46899,11 +35827,8 @@ packages:
dev: true
/postcss-reduce-idents@5.2.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46912,11 +35837,8 @@ packages:
dev: false
/postcss-reduce-initial@5.1.2(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46925,11 +35847,8 @@ packages:
postcss: 8.4.28
/postcss-reduce-initial@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46939,11 +35858,8 @@ packages:
dev: true
/postcss-reduce-transforms@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46951,11 +35867,8 @@ packages:
postcss-value-parser: 4.2.0
/postcss-reduce-transforms@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -46964,31 +35877,22 @@ packages:
dev: true
/postcss-selector-parser@6.0.10:
- resolution:
- {
- integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
+ engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
/postcss-selector-parser@6.0.13:
- resolution:
- {
- integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==}
+ engines: {node: '>=4'}
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
/postcss-sort-media-queries@4.4.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
postcss: ^8.4.16
dependencies:
@@ -46997,11 +35901,8 @@ packages:
dev: false
/postcss-svgo@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -47010,11 +35911,8 @@ packages:
svgo: 2.8.0
/postcss-svgo@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==
- }
- engines: { node: ^14 || ^16 || >= 18 }
+ resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==}
+ engines: {node: ^14 || ^16 || >= 18}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -47024,11 +35922,8 @@ packages:
dev: true
/postcss-unique-selectors@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -47036,11 +35931,8 @@ packages:
postcss-selector-parser: 6.0.13
/postcss-unique-selectors@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -47049,17 +35941,11 @@ packages:
dev: true
/postcss-value-parser@4.2.0:
- resolution:
- {
- integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
- }
+ resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
/postcss-zindex@5.1.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -47067,11 +35953,8 @@ packages:
dev: false
/postcss@8.2.13:
- resolution:
- {
- integrity: sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==}
+ engines: {node: ^10 || ^12 || >=14}
dependencies:
colorette: 1.4.0
nanoid: 3.3.6
@@ -47079,22 +35962,16 @@ packages:
dev: true
/postcss@8.4.14:
- resolution:
- {
- integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
+ engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
picocolors: 1.0.0
source-map-js: 1.0.2
/postcss@8.4.23:
- resolution:
- {
- integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==}
+ engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
picocolors: 1.0.0
@@ -47102,58 +35979,40 @@ packages:
dev: true
/postcss@8.4.28:
- resolution:
- {
- integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
- }
- engines: { node: ^10 || ^12 || >=14 }
+ resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==}
+ engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.6
picocolors: 1.0.0
source-map-js: 1.0.2
/postgres-array@2.0.0:
- resolution:
- {
- integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
+ engines: {node: '>=4'}
dev: false
/postgres-bytea@1.0.0:
- resolution:
- {
- integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==}
+ engines: {node: '>=0.10.0'}
dev: false
/postgres-date@1.0.7:
- resolution:
- {
- integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==}
+ engines: {node: '>=0.10.0'}
dev: false
/postgres-interval@1.2.0:
- resolution:
- {
- integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==}
+ engines: {node: '>=0.10.0'}
dependencies:
xtend: 4.0.2
dev: false
/postman-collection@4.2.0:
- resolution:
- {
- integrity: sha512-tvOLgN1h6Kab6dt43PmBoV5kYO/YUta3x0C2QqfmbzmHZe47VTpZ/+gIkGlbNhjKNPUUub5X6ehxYKoaTYdy1w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-tvOLgN1h6Kab6dt43PmBoV5kYO/YUta3x0C2QqfmbzmHZe47VTpZ/+gIkGlbNhjKNPUUub5X6ehxYKoaTYdy1w==}
+ engines: {node: '>=10'}
dependencies:
- "@faker-js/faker": 5.5.3
+ '@faker-js/faker': 5.5.3
file-type: 3.9.0
http-reasons: 0.1.0
iconv-lite: 0.6.3
@@ -47167,39 +36026,26 @@ packages:
dev: false
/postman-url-encoder@3.0.5:
- resolution:
- {
- integrity: sha512-jOrdVvzUXBC7C+9gkIkpDJ3HIxOHTIqjpQ4C1EMt1ZGeMvSEpbFCKq23DEfgsj46vMnDgyQf+1ZLp2Wm+bKSsA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-jOrdVvzUXBC7C+9gkIkpDJ3HIxOHTIqjpQ4C1EMt1ZGeMvSEpbFCKq23DEfgsj46vMnDgyQf+1ZLp2Wm+bKSsA==}
+ engines: {node: '>=10'}
dependencies:
punycode: 2.3.0
dev: false
/preact-render-to-string@5.2.6(preact@10.17.0):
- resolution:
- {
- integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==
- }
+ resolution: {integrity: sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==}
peerDependencies:
- preact: ">=10"
+ preact: '>=10'
dependencies:
preact: 10.17.0
pretty-format: 3.8.0
/preact@10.17.0:
- resolution:
- {
- integrity: sha512-SNsI8cbaCcUS5tbv9nlXuCfIXnJ9ysBMWk0WnB6UWwcVA3qZ2O6FxqDFECMAMttvLQcW/HaNZUe2BLidyvrVYw==
- }
+ resolution: {integrity: sha512-SNsI8cbaCcUS5tbv9nlXuCfIXnJ9ysBMWk0WnB6UWwcVA3qZ2O6FxqDFECMAMttvLQcW/HaNZUe2BLidyvrVYw==}
/prebuild-install@7.1.1:
- resolution:
- {
- integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==}
+ engines: {node: '>=10'}
dependencies:
detect-libc: 2.0.2
expand-template: 2.0.3
@@ -47215,60 +36061,48 @@ packages:
tunnel-agent: 0.6.0
/prelude-ls@1.1.2:
- resolution:
- {
- integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
+ engines: {node: '>= 0.8.0'}
dev: false
/prelude-ls@1.2.1:
- resolution:
- {
- integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
+ engines: {node: '>= 0.8.0'}
/prepend-http@2.0.0:
- resolution:
- {
- integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==}
+ engines: {node: '>=4'}
/prettier-plugin-tailwindcss@0.3.0(prettier@2.8.8):
- resolution:
- {
- integrity: sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==
- }
- engines: { node: ">=12.17.0" }
- peerDependencies:
- "@ianvs/prettier-plugin-sort-imports": "*"
- "@prettier/plugin-pug": "*"
- "@shopify/prettier-plugin-liquid": "*"
- "@shufo/prettier-plugin-blade": "*"
- "@trivago/prettier-plugin-sort-imports": "*"
- prettier: ">=2.2.0"
- prettier-plugin-astro: "*"
- prettier-plugin-css-order: "*"
- prettier-plugin-import-sort: "*"
- prettier-plugin-jsdoc: "*"
- prettier-plugin-marko: "*"
- prettier-plugin-organize-attributes: "*"
- prettier-plugin-organize-imports: "*"
- prettier-plugin-style-order: "*"
- prettier-plugin-svelte: "*"
- prettier-plugin-twig-melody: "*"
+ resolution: {integrity: sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==}
+ engines: {node: '>=12.17.0'}
+ peerDependencies:
+ '@ianvs/prettier-plugin-sort-imports': '*'
+ '@prettier/plugin-pug': '*'
+ '@shopify/prettier-plugin-liquid': '*'
+ '@shufo/prettier-plugin-blade': '*'
+ '@trivago/prettier-plugin-sort-imports': '*'
+ prettier: '>=2.2.0'
+ prettier-plugin-astro: '*'
+ prettier-plugin-css-order: '*'
+ prettier-plugin-import-sort: '*'
+ prettier-plugin-jsdoc: '*'
+ prettier-plugin-marko: '*'
+ prettier-plugin-organize-attributes: '*'
+ prettier-plugin-organize-imports: '*'
+ prettier-plugin-style-order: '*'
+ prettier-plugin-svelte: '*'
+ prettier-plugin-twig-melody: '*'
peerDependenciesMeta:
- "@ianvs/prettier-plugin-sort-imports":
+ '@ianvs/prettier-plugin-sort-imports':
optional: true
- "@prettier/plugin-pug":
+ '@prettier/plugin-pug':
optional: true
- "@shopify/prettier-plugin-liquid":
+ '@shopify/prettier-plugin-liquid':
optional: true
- "@shufo/prettier-plugin-blade":
+ '@shufo/prettier-plugin-blade':
optional: true
- "@trivago/prettier-plugin-sort-imports":
+ '@trivago/prettier-plugin-sort-imports':
optional: true
prettier-plugin-astro:
optional: true
@@ -47295,49 +36129,33 @@ packages:
dev: true
/prettier@2.8.8:
- resolution:
- {
- integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
- }
- engines: { node: ">=10.13.0" }
- hasBin: true
+ resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
+ engines: {node: '>=10.13.0'}
/pretty-bytes@5.6.0:
- resolution:
- {
- integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
+ engines: {node: '>=6'}
dev: true
/pretty-error@4.0.0:
- resolution:
- {
- integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==
- }
+ resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==}
dependencies:
lodash: 4.17.21
renderkid: 3.0.0
/pretty-format@26.6.2:
- resolution:
- {
- integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==}
+ engines: {node: '>= 10'}
dependencies:
- "@jest/types": 26.6.2
+ '@jest/types': 26.6.2
ansi-regex: 5.0.1
ansi-styles: 4.3.0
react-is: 17.0.2
dev: false
/pretty-format@27.5.1:
- resolution:
- {
- integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
- }
- engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 }
+ resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
+ engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
ansi-regex: 5.0.1
ansi-styles: 5.2.0
@@ -47345,83 +36163,57 @@ packages:
dev: true
/pretty-format@29.6.2:
- resolution:
- {
- integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- "@jest/schemas": 29.6.0
+ '@jest/schemas': 29.6.0
ansi-styles: 5.2.0
react-is: 18.2.0
/pretty-format@3.8.0:
- resolution:
- {
- integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==
- }
+ resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==}
/pretty-hrtime@1.0.3:
- resolution:
- {
- integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==}
+ engines: {node: '>= 0.8'}
dev: true
/pretty-time@1.1.0:
- resolution:
- {
- integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==}
+ engines: {node: '>=4'}
dev: false
/printable-characters@1.0.42:
- resolution:
- {
- integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==
- }
- dev: true
+ resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==}
/printj@1.3.1:
- resolution:
- {
- integrity: sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg==
- }
- engines: { node: ">=0.8" }
- hasBin: true
+ resolution: {integrity: sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg==}
+ engines: {node: '>=0.8'}
dev: true
/prism-react-renderer@1.3.5(react@17.0.2):
- resolution:
- {
- integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==
- }
+ resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==}
peerDependencies:
- react: ">=0.14.9"
+ react: '>=0.14.9'
dependencies:
react: 17.0.2
dev: false
/prisma-generator-pothos-codegen@0.5.8(@pothos/core@3.30.0)(@pothos/plugin-prisma@3.53.0)(@prisma/client@5.2.0)(graphql@16.8.0)(prisma@5.2.0):
- resolution:
- {
- integrity: sha512-rL/yApp900bvjxbDoNeHuuiNFcV/VTw8umpf3uk5kUBGvAXtG95B/BOZr8blYVHFrsPaMCZ+dJ3wPUtbK0xQKQ==
- }
+ resolution: {integrity: sha512-rL/yApp900bvjxbDoNeHuuiNFcV/VTw8umpf3uk5kUBGvAXtG95B/BOZr8blYVHFrsPaMCZ+dJ3wPUtbK0xQKQ==}
hasBin: true
peerDependencies:
- "@pothos/core": ^3.23.0
- "@pothos/plugin-prisma": ^3.37.0
- "@prisma/client": ^4.7.0
- graphql: ^16.6.0
+ '@pothos/core': ^3.23.0
+ '@pothos/plugin-prisma': ^3.37.0
+ '@prisma/client': ^4.7.0
+ graphql: ^16.8.0
prisma: ^4.7.0
dependencies:
- "@pothos/core": 3.30.0(graphql@16.8.0)
- "@pothos/plugin-prisma": 3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta)
- "@prisma/client": 5.2.0(prisma@5.2.0)
- "@prisma/generator-helper": 4.3.0
- "@prisma/internals": 4.3.0
+ '@pothos/core': 3.30.0(graphql@16.8.0)
+ '@pothos/plugin-prisma': 3.53.0(@pothos/core@3.30.0)(@prisma/client@5.2.0)(graphql@16.8.0)(typescript@5.2.0-beta)
+ '@prisma/client': 5.2.0(prisma@5.2.0)
+ '@prisma/generator-helper': 4.3.0
+ '@prisma/internals': 4.3.0
graphql: 16.8.0
prisma: 5.2.0
tokenizr: 1.6.7
@@ -47431,15 +36223,11 @@ packages:
dev: true
/prisma-kysely@1.5.0:
- resolution:
- {
- integrity: sha512-v+7BDxnV/Q7tefGOkCKnFnPO174CquOrn/Pl9/svNggM106VqSDx2Z8Yb4ZqW4vSttCO4fgaYoEjbbaF+2Payg==
- }
- hasBin: true
+ resolution: {integrity: sha512-v+7BDxnV/Q7tefGOkCKnFnPO174CquOrn/Pl9/svNggM106VqSDx2Z8Yb4ZqW4vSttCO4fgaYoEjbbaF+2Payg==}
dependencies:
- "@mrleebo/prisma-ast": 0.6.0
- "@prisma/generator-helper": 4.13.0
- "@prisma/internals": 4.13.0
+ '@mrleebo/prisma-ast': 0.6.0
+ '@prisma/generator-helper': 4.13.0
+ '@prisma/internals': 4.13.0
typescript: 4.6.2
zod: 3.21.4
transitivePeerDependencies:
@@ -47448,177 +36236,113 @@ packages:
dev: true
/prisma@5.2.0:
- resolution:
- {
- integrity: sha512-FfFlpjVCkZwrqxDnP4smlNYSH1so+CbfjgdpioFzGGqlQAEm6VHAYSzV7jJgC3ebtY9dNOhDMS2+4/1DDSM7bQ==
- }
- engines: { node: ">=16.13" }
- hasBin: true
+ resolution: {integrity: sha512-FfFlpjVCkZwrqxDnP4smlNYSH1so+CbfjgdpioFzGGqlQAEm6VHAYSzV7jJgC3ebtY9dNOhDMS2+4/1DDSM7bQ==}
+ engines: {node: '>=16.13'}
requiresBuild: true
dependencies:
- "@prisma/engines": 5.2.0
+ '@prisma/engines': 5.2.0
/prismjs@1.27.0:
- resolution:
- {
- integrity: sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==}
+ engines: {node: '>=6'}
dev: false
/prismjs@1.29.0:
- resolution:
- {
- integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
+ engines: {node: '>=6'}
dev: false
/proc-log@1.0.0:
- resolution:
- {
- integrity: sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==
- }
+ resolution: {integrity: sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==}
dev: false
/proc-log@3.0.0:
- resolution:
- {
- integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dev: true
/process-nextick-args@1.0.7:
- resolution:
- {
- integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==
- }
+ resolution: {integrity: sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==}
dev: true
/process-nextick-args@2.0.1:
- resolution:
- {
- integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
- }
+ resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
/process-warning@2.2.0:
- resolution:
- {
- integrity: sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==
- }
+ resolution: {integrity: sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==}
dev: false
/process@0.10.1:
- resolution:
- {
- integrity: sha512-dyIett8dgGIZ/TXKUzeYExt7WA6ldDzys9vTDU/cCA9L17Ypme+KzS+NjQCjpn9xsvi/shbMC+yP/BcFMBz0NA==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-dyIett8dgGIZ/TXKUzeYExt7WA6ldDzys9vTDU/cCA9L17Ypme+KzS+NjQCjpn9xsvi/shbMC+yP/BcFMBz0NA==}
+ engines: {node: '>= 0.6.0'}
dev: false
/process@0.11.10:
- resolution:
- {
- integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
- }
- engines: { node: ">= 0.6.0" }
+ resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
+ engines: {node: '>= 0.6.0'}
/progress-stream@2.0.0:
- resolution:
- {
- integrity: sha512-xJwOWR46jcXUq6EH9yYyqp+I52skPySOeHfkxOZ2IY1AiBi/sFJhbhAKHoV3OTw/omQ45KTio9215dRJ2Yxd3Q==
- }
+ resolution: {integrity: sha512-xJwOWR46jcXUq6EH9yYyqp+I52skPySOeHfkxOZ2IY1AiBi/sFJhbhAKHoV3OTw/omQ45KTio9215dRJ2Yxd3Q==}
dependencies:
speedometer: 1.0.0
through2: 2.0.5
dev: true
/progress@2.0.3:
- resolution:
- {
- integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
+ engines: {node: '>=0.4.0'}
dev: true
/promise-all-reject-late@1.0.1:
- resolution:
- {
- integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==
- }
+ resolution: {integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==}
dev: false
/promise-call-limit@1.0.2:
- resolution:
- {
- integrity: sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==
- }
+ resolution: {integrity: sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==}
dev: false
/promise-inflight@1.0.1:
- resolution:
- {
- integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==
- }
+ resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
peerDependencies:
- bluebird: "*"
+ bluebird: '*'
peerDependenciesMeta:
bluebird:
optional: true
dev: false
/promise-retry@2.0.1:
- resolution:
- {
- integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==}
+ engines: {node: '>=10'}
dependencies:
err-code: 2.0.3
retry: 0.12.0
dev: false
/promise.series@0.2.0:
- resolution:
- {
- integrity: sha512-VWQJyU2bcDTgZw8kpfBpB/ejZASlCrzwz5f2hjb/zlujOEB4oeiAhHygAWq8ubsX2GVkD4kCU5V2dwOTaCY5EQ==
- }
- engines: { node: ">=0.12" }
+ resolution: {integrity: sha512-VWQJyU2bcDTgZw8kpfBpB/ejZASlCrzwz5f2hjb/zlujOEB4oeiAhHygAWq8ubsX2GVkD4kCU5V2dwOTaCY5EQ==}
+ engines: {node: '>=0.12'}
dev: true
/promise@7.3.1:
- resolution:
- {
- integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
- }
+ resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==}
dependencies:
asap: 2.0.6
/promise@8.3.0:
- resolution:
- {
- integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
- }
+ resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==}
dependencies:
asap: 2.0.6
dev: false
/prompts@2.4.2:
- resolution:
- {
- integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
+ engines: {node: '>= 6'}
dependencies:
kleur: 3.0.3
sisteransi: 1.0.5
/prop-types@15.7.2:
- resolution:
- {
- integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
- }
+ resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
@@ -47626,141 +36350,92 @@ packages:
dev: true
/prop-types@15.8.1:
- resolution:
- {
- integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
- }
+ resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
react-is: 16.13.1
/property-information@5.6.0:
- resolution:
- {
- integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==
- }
+ resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==}
dependencies:
xtend: 4.0.2
dev: false
/property-information@6.2.0:
- resolution:
- {
- integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==
- }
+ resolution: {integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==}
/proto-list@1.2.4:
- resolution:
- {
- integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
- }
+ resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
dev: true
/protobufjs@7.2.4:
- resolution:
- {
- integrity: sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==
- }
- engines: { node: ">=12.0.0" }
- requiresBuild: true
- 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.5.0
+ resolution: {integrity: sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==}
+ engines: {node: '>=12.0.0'}
+ requiresBuild: true
+ 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.5.0
long: 5.2.3
dev: false
/protocol-buffers-schema@3.6.0:
- resolution:
- {
- integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==
- }
+ resolution: {integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==}
dev: false
/protocols@1.4.8:
- resolution:
- {
- integrity: sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==
- }
+ resolution: {integrity: sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==}
dev: true
/protocols@2.0.1:
- resolution:
- {
- integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==
- }
+ resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==}
dev: true
/proxy-addr@2.0.7:
- resolution:
- {
- integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
+ engines: {node: '>= 0.10'}
dependencies:
forwarded: 0.2.0
ipaddr.js: 1.9.1
/proxy-from-env@1.0.0:
- resolution:
- {
- integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
- }
+ resolution: {integrity: sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==}
dev: true
/proxy-from-env@1.1.0:
- resolution:
- {
- integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
- }
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
/prr@1.0.1:
- resolution:
- {
- integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==
- }
+ resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
requiresBuild: true
dev: true
optional: true
/ps-tree@1.2.0:
- resolution:
- {
- integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==
- }
- engines: { node: ">= 0.10" }
- hasBin: true
+ resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==}
+ engines: {node: '>= 0.10'}
dependencies:
event-stream: 3.3.4
dev: false
/pseudomap@1.0.2:
- resolution:
- {
- integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==
- }
+ resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==}
dev: true
/psl@1.9.0:
- resolution:
- {
- integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
- }
+ resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
/public-encrypt@4.0.3:
- resolution:
- {
- integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
- }
+ resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==}
dependencies:
bn.js: 4.12.0
browserify-rsa: 4.1.0
@@ -47771,17 +36446,11 @@ packages:
dev: true
/pubsub-js@1.9.4:
- resolution:
- {
- integrity: sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A==
- }
+ resolution: {integrity: sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A==}
dev: false
/pump-chain@1.0.0:
- resolution:
- {
- integrity: sha512-Gqkf1pfKMsowLBtWkhEJNxL5eU9EN1zs/bmWC/mKKODH3j6Xtxe4NH3873UeNzVCjDYWvi/BEXAmbviqRhm6pw==
- }
+ resolution: {integrity: sha512-Gqkf1pfKMsowLBtWkhEJNxL5eU9EN1zs/bmWC/mKKODH3j6Xtxe4NH3873UeNzVCjDYWvi/BEXAmbviqRhm6pw==}
dependencies:
bubble-stream-error: 1.0.0
pump: 1.0.3
@@ -47789,39 +36458,27 @@ packages:
dev: true
/pump@1.0.3:
- resolution:
- {
- integrity: sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==
- }
+ resolution: {integrity: sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==}
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
dev: true
/pump@2.0.1:
- resolution:
- {
- integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
- }
+ resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==}
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
dev: true
/pump@3.0.0:
- resolution:
- {
- integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
- }
+ resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
/pumpify@1.5.1:
- resolution:
- {
- integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
- }
+ resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==}
dependencies:
duplexify: 3.7.1
inherits: 2.0.4
@@ -47829,46 +36486,31 @@ packages:
dev: true
/punycode@1.4.1:
- resolution:
- {
- integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
- }
+ resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==}
/punycode@2.3.0:
- resolution:
- {
- integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
+ engines: {node: '>=6'}
/pupa@2.1.1:
- resolution:
- {
- integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==}
+ engines: {node: '>=8'}
dependencies:
escape-goat: 2.1.1
dev: false
/pupa@3.1.0:
- resolution:
- {
- integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==}
+ engines: {node: '>=12.20'}
dependencies:
escape-goat: 4.0.0
dev: true
/puppeteer-core@2.1.1:
- resolution:
- {
- integrity: sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==
- }
- engines: { node: ">=8.16.0" }
+ resolution: {integrity: sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==}
+ engines: {node: '>=8.16.0'}
dependencies:
- "@types/mime-types": 2.1.1
+ '@types/mime-types': 2.1.1
debug: 4.3.4(supports-color@8.1.1)
extract-zip: 1.7.0
https-proxy-agent: 4.0.0
@@ -47885,86 +36527,55 @@ packages:
dev: true
/pure-color@1.3.0:
- resolution:
- {
- integrity: sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==
- }
+ resolution: {integrity: sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==}
dev: false
/pure-rand@6.0.2:
- resolution:
- {
- integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==
- }
+ resolution: {integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==}
dev: true
/pvtsutils@1.3.3:
- resolution:
- {
- integrity: sha512-6sAOMlXyrJ+8tRN5IAaYfuYZRp1C2uJ0SyDynEFxL+VY8kCRib9Lpj/+KPaNFpaQWr/iRik5nrzz6iaNlxgEGA==
- }
+ resolution: {integrity: sha512-6sAOMlXyrJ+8tRN5IAaYfuYZRp1C2uJ0SyDynEFxL+VY8kCRib9Lpj/+KPaNFpaQWr/iRik5nrzz6iaNlxgEGA==}
dependencies:
tslib: 2.6.1
dev: true
/pvutils@1.1.3:
- resolution:
- {
- integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==}
+ engines: {node: '>=6.0.0'}
dev: true
/q@1.5.1:
- resolution:
- {
- integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
- }
- engines: { node: ">=0.6.0", teleport: ">=0.2.0" }
+ resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==}
+ engines: {node: '>=0.6.0', teleport: '>=0.2.0'}
/qs@6.10.4:
- resolution:
- {
- integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==}
+ engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
dev: true
/qs@6.11.0:
- resolution:
- {
- integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
- }
- engines: { node: ">=0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
+ engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
/qs@6.11.2:
- resolution:
- {
- integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==}
+ engines: {node: '>=0.6'}
dependencies:
side-channel: 1.0.4
/qs@6.5.3:
- resolution:
- {
- integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==}
+ engines: {node: '>=0.6'}
dev: false
/query-string@6.14.1:
- resolution:
- {
- integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==}
+ engines: {node: '>=6'}
dependencies:
decode-uri-component: 0.2.2
filter-obj: 1.1.0
@@ -47973,119 +36584,72 @@ packages:
dev: true
/querystring-es3@0.2.1:
- resolution:
- {
- integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==
- }
- engines: { node: ">=0.4.x" }
+ resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==}
+ engines: {node: '>=0.4.x'}
dev: true
/querystring@0.2.1:
- resolution:
- {
- integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
- }
- engines: { node: ">=0.4.x" }
- deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
+ resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==}
+ engines: {node: '>=0.4.x'}
dev: true
/querystringify@2.2.0:
- resolution:
- {
- integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
- }
+ resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==}
/queue-microtask@1.2.3:
- resolution:
- {
- integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
- }
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
/queue@6.0.2:
- resolution:
- {
- integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==
- }
+ resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==}
dependencies:
inherits: 2.0.4
/quick-format-unescaped@4.0.4:
- resolution:
- {
- integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==
- }
+ resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==}
dev: false
/quick-lru@4.0.1:
- resolution:
- {
- integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==}
+ engines: {node: '>=8'}
dev: true
/quick-lru@5.1.1:
- resolution:
- {
- integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
+ engines: {node: '>=10'}
dev: true
/quick-lru@6.1.1:
- resolution:
- {
- integrity: sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-S27GBT+F0NTRiehtbrgaSE1idUAJ5bX8dPAQTdylEyNlrdcH5X4Lz7Edz3DYzecbsCluD5zO8ZNEe04z3D3u6Q==}
+ engines: {node: '>=12'}
dev: true
/quotation@2.0.2:
- resolution:
- {
- integrity: sha512-FeUlLe40ROXHVWLZkzmeR2PNYWdkvTXEXhW6FX8axRv1ODt8Gxed3APrE1Qb5i1n70ZzZGRmvs0jY3v/BRcJQQ==
- }
+ resolution: {integrity: sha512-FeUlLe40ROXHVWLZkzmeR2PNYWdkvTXEXhW6FX8axRv1ODt8Gxed3APrE1Qb5i1n70ZzZGRmvs0jY3v/BRcJQQ==}
dev: true
/radash@11.0.0:
- resolution:
- {
- integrity: sha512-CRWxTFTDff0IELGJ/zz58yY4BDgyI14qSM5OLNKbCItJrff7m7dXbVF0kWYVCXQtPb3SXIVhXvAImH6eT7VLSg==
- }
- engines: { node: ">=14.18.0" }
+ resolution: {integrity: sha512-CRWxTFTDff0IELGJ/zz58yY4BDgyI14qSM5OLNKbCItJrff7m7dXbVF0kWYVCXQtPb3SXIVhXvAImH6eT7VLSg==}
+ engines: {node: '>=14.18.0'}
dev: false
/ramda-adjunct@4.1.0(ramda@0.29.0):
- resolution:
- {
- integrity: sha512-b43+fO08lDfYl/a9WumIxInNAFSBGLz+BezH7Q5q9MpDXOdqzz5qC2jSON7Yz6bkxj0xdjTlXCRce1Srbp4CjA==
- }
- engines: { node: ">=0.10.3" }
+ resolution: {integrity: sha512-b43+fO08lDfYl/a9WumIxInNAFSBGLz+BezH7Q5q9MpDXOdqzz5qC2jSON7Yz6bkxj0xdjTlXCRce1Srbp4CjA==}
+ engines: {node: '>=0.10.3'}
peerDependencies:
- ramda: ">= 0.29.0"
+ ramda: '>= 0.29.0'
dependencies:
ramda: 0.29.0
dev: false
/ramda@0.28.0:
- resolution:
- {
- integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==
- }
+ resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==}
dev: false
/ramda@0.29.0:
- resolution:
- {
- integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==
- }
+ resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==}
/ramldt2jsonschema@1.2.3:
- resolution:
- {
- integrity: sha512-+wLDAV2NNv9NkfEUOYStaDu/6RYgYXeC1zLtXE+dMU/jDfjpN4iJnBGycDwFTFaIQGosOQhxph7fEX6Mpwxdug==
- }
- hasBin: true
+ resolution: {integrity: sha512-+wLDAV2NNv9NkfEUOYStaDu/6RYgYXeC1zLtXE+dMU/jDfjpN4iJnBGycDwFTFaIQGosOQhxph7fEX6Mpwxdug==}
dependencies:
commander: 5.1.0
js-yaml: 3.14.1
@@ -48094,55 +36658,37 @@ packages:
dev: false
/randexp@0.5.3:
- resolution:
- {
- integrity: sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w==}
+ engines: {node: '>=4'}
dependencies:
drange: 1.1.1
ret: 0.2.2
dev: false
/randombytes@2.1.0:
- resolution:
- {
- integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
- }
+ resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
dependencies:
safe-buffer: 5.2.1
/randomfill@1.0.4:
- resolution:
- {
- integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
- }
+ resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==}
dependencies:
randombytes: 2.1.0
safe-buffer: 5.2.1
dev: true
/range-parser@1.2.0:
- resolution:
- {
- integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==}
+ engines: {node: '>= 0.6'}
dev: false
/range-parser@1.2.1:
- resolution:
- {
- integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
+ engines: {node: '>= 0.6'}
/raw-body@2.4.1:
- resolution:
- {
- integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==}
+ engines: {node: '>= 0.8'}
dependencies:
bytes: 3.1.0
http-errors: 1.7.3
@@ -48151,12 +36697,8 @@ packages:
dev: true
/raw-body@2.5.1:
- resolution:
- {
- integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
- }
- engines: { node: ">= 0.8" }
- requiresBuild: true
+ resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==}
+ engines: {node: '>= 0.8'}
dependencies:
bytes: 3.1.2
http-errors: 2.0.0
@@ -48164,11 +36706,8 @@ packages:
unpipe: 1.0.0
/raw-body@2.5.2:
- resolution:
- {
- integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==}
+ engines: {node: '>= 0.8'}
dependencies:
bytes: 3.1.2
http-errors: 2.0.0
@@ -48177,11 +36716,7 @@ packages:
dev: false
/rc@1.2.8:
- resolution:
- {
- integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
- }
- hasBin: true
+ resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
dependencies:
deep-extend: 0.6.0
ini: 1.3.8
@@ -48189,10 +36724,7 @@ packages:
strip-json-comments: 2.0.1
/react-base16-styling@0.6.0:
- resolution:
- {
- integrity: sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==
- }
+ resolution: {integrity: sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==}
dependencies:
base16: 1.0.0
lodash.curry: 4.1.1
@@ -48201,23 +36733,17 @@ packages:
dev: false
/react-colorful@5.6.1(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==
- }
+ resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==}
peerDependencies:
- react: ">=16.8.0"
- react-dom: ">=16.8.0"
+ react: '>=16.8.0'
+ react-dom: '>=16.8.0'
dependencies:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/react-copy-to-clipboard@5.1.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==
- }
+ resolution: {integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==}
peerDependencies:
react: ^15.3.0 || 16 || 17 || 18
dependencies:
@@ -48227,10 +36753,7 @@ packages:
dev: false
/react-debounce-input@3.3.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-VEqkvs8JvY/IIZvh71Z0TC+mdbxERvYF33RcebnodlsUZ8RSgyKe2VWaHXv4+/8aoOgXLxWrdsYs2hDhcwbUgA==
- }
+ resolution: {integrity: sha512-VEqkvs8JvY/IIZvh71Z0TC+mdbxERvYF33RcebnodlsUZ8RSgyKe2VWaHXv4+/8aoOgXLxWrdsYs2hDhcwbUgA==}
peerDependencies:
react: ^15.3.0 || 16 || 17 || 18
dependencies:
@@ -48240,19 +36763,16 @@ packages:
dev: false
/react-dev-utils@12.0.1(eslint@8.46.0)(typescript@5.1.6)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
- }
- engines: { node: ">=14" }
- peerDependencies:
- typescript: ">=2.7"
- webpack: ">=4"
+ resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ typescript: '>=2.7'
+ webpack: '>=4'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
- "@babel/code-frame": 7.22.10
+ '@babel/code-frame': 7.22.10
address: 1.2.2
browserslist: 4.21.10
chalk: 4.1.2
@@ -48263,7 +36783,7 @@ packages:
find-up: 5.0.0
fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.46.0)(typescript@5.1.6)(webpack@5.81.0)
global-modules: 2.0.0
- globby: 11.1.0
+ globby: 11.1.0(patch_hash=gplpbpehw32fud55fw3qc54d5y)
gzip-size: 6.0.0
immer: 9.0.21
is-root: 2.1.0
@@ -48277,7 +36797,7 @@ packages:
strip-ansi: 6.0.1
text-table: 0.2.0
typescript: 5.1.6
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
transitivePeerDependencies:
- eslint
- supports-color
@@ -48285,10 +36805,7 @@ packages:
dev: false
/react-devtools-core@4.28.0:
- resolution:
- {
- integrity: sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==
- }
+ resolution: {integrity: sha512-E3C3X1skWBdBzwpOUbmXG8SgH6BtsluSMe+s6rRcujNKG1DGi8uIfhdhszkgDpAsMoE55hwqRUzeXCmETDBpTg==}
dependencies:
shell-quote: 1.8.1
ws: 7.5.9(bufferutil@4.0.7)(utf-8-validate@5.0.10)
@@ -48298,38 +36815,28 @@ packages:
dev: false
/react-docgen-typescript@2.2.2(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==
- }
+ resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==}
peerDependencies:
- typescript: ">= 4.3.x"
+ typescript: '>= 4.3.x'
dependencies:
typescript: 5.1.6
dev: false
/react-docgen-typescript@2.2.2(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==
- }
+ resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==}
peerDependencies:
- typescript: ">= 4.3.x"
+ typescript: '>= 4.3.x'
dependencies:
typescript: 5.2.0-beta
dev: true
/react-docgen@5.4.3:
- resolution:
- {
- integrity: sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==
- }
- engines: { node: ">=8.10.0" }
- hasBin: true
+ resolution: {integrity: sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==}
+ engines: {node: '>=8.10.0'}
dependencies:
- "@babel/core": 7.22.10
- "@babel/generator": 7.22.10
- "@babel/runtime": 7.22.10
+ '@babel/core': 7.22.10
+ '@babel/generator': 7.22.10
+ '@babel/runtime': 7.22.10
ast-types: 0.14.2
commander: 2.20.3
doctrine: 3.0.0
@@ -48342,10 +36849,7 @@ packages:
dev: true
/react-dom@17.0.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
- }
+ resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==}
peerDependencies:
react: 17.0.2
dependencies:
@@ -48355,10 +36859,7 @@ packages:
scheduler: 0.20.2
/react-dom@18.2.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
- }
+ resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
peerDependencies:
react: ^18.2.0
dependencies:
@@ -48367,13 +36868,10 @@ packages:
scheduler: 0.23.0
/react-draggable@4.4.5(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==
- }
+ resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==}
peerDependencies:
- react: ">= 16.3.0"
- react-dom: ">= 16.3.0"
+ react: '>= 16.3.0'
+ react-dom: '>= 16.3.0'
dependencies:
clsx: 1.2.1
prop-types: 15.8.1
@@ -48382,15 +36880,12 @@ packages:
dev: false
/react-element-to-jsx-string@15.0.0(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==
- }
+ resolution: {integrity: sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==}
peerDependencies:
react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0
react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0
dependencies:
- "@base2/pretty-print-object": 1.0.1
+ '@base2/pretty-print-object': 1.0.1
is-plain-object: 5.0.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -48398,31 +36893,21 @@ packages:
dev: true
/react-error-overlay@6.0.11:
- resolution:
- {
- integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
- }
+ resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==}
dev: false
/react-fast-compare@3.2.2:
- resolution:
- {
- integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
- }
+ resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
dev: false
/react-flow-renderer@9.7.4(react-dom@17.0.2)(react-native@0.72.4)(react@17.0.2):
- resolution:
- {
- integrity: sha512-GxHBXzkn8Y+TEG8pul7h6Fjo4cKrT0kW9UQ34OAGZqAnSBLbBsx9W++TF8GiULBbTn3O8o7HtHxux685Op10mQ==
- }
- engines: { node: ">=12" }
- deprecated: react-flow-renderer has been renamed to reactflow, please use this package from now on https://reactflow.dev/docs/guides/migrate-to-v11/
+ resolution: {integrity: sha512-GxHBXzkn8Y+TEG8pul7h6Fjo4cKrT0kW9UQ34OAGZqAnSBLbBsx9W++TF8GiULBbTn3O8o7HtHxux685Op10mQ==}
+ engines: {node: '>=12'}
peerDependencies:
react: 16 || 17
react-dom: 16 || 17
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
classcat: 5.0.4
d3-selection: 3.0.0
d3-zoom: 3.0.0
@@ -48437,13 +36922,10 @@ packages:
dev: false
/react-force-graph-3d@1.23.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-B/o4L79liATUYvf70yC7nhmN+gLJQ87e9VYg6zJGVW7ffnJ59S9jQdUa2LaWhjX4hlk65goVb1OuoGyjOFAN9g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-B/o4L79liATUYvf70yC7nhmN+gLJQ87e9VYg6zJGVW7ffnJ59S9jQdUa2LaWhjX4hlk65goVb1OuoGyjOFAN9g==}
+ engines: {node: '>=12'}
peerDependencies:
- react: "*"
+ react: '*'
dependencies:
3d-force-graph: 1.72.2
prop-types: 15.8.1
@@ -48452,15 +36934,12 @@ packages:
dev: false
/react-helmet-async@1.3.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
- }
+ resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==}
peerDependencies:
react: ^16.6.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
invariant: 2.2.4
prop-types: 15.8.1
react: 17.0.2
@@ -48470,11 +36949,8 @@ packages:
dev: false
/react-hook-form@7.44.3(react@18.2.0):
- resolution:
- {
- integrity: sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==
- }
- engines: { node: ">=12.22.0" }
+ resolution: {integrity: sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==}
+ engines: {node: '>=12.22.0'}
peerDependencies:
react: ^16.8.0 || ^17 || ^18
dependencies:
@@ -48482,38 +36958,29 @@ packages:
dev: false
/react-icons@3.11.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==
- }
+ resolution: {integrity: sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==}
peerDependencies:
- react: "*"
+ react: '*'
dependencies:
camelcase: 5.3.1
react: 17.0.2
dev: true
/react-immutable-proptypes@2.2.0(immutable@3.7.6):
- resolution:
- {
- integrity: sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==
- }
+ resolution: {integrity: sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==}
peerDependencies:
- immutable: ">=3.6.2"
+ immutable: '>=3.6.2'
dependencies:
immutable: 3.7.6
invariant: 2.2.4
dev: false
/react-immutable-pure-component@2.2.2(immutable@3.7.6)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-vkgoMJUDqHZfXXnjVlG3keCxSO/U6WeDQ5/Sl0GK2cH8TOxEzQ5jXqDXHEL/jqk6fsNxV05oH5kD7VNMUE2k+A==
- }
+ resolution: {integrity: sha512-vkgoMJUDqHZfXXnjVlG3keCxSO/U6WeDQ5/Sl0GK2cH8TOxEzQ5jXqDXHEL/jqk6fsNxV05oH5kD7VNMUE2k+A==}
peerDependencies:
- immutable: ">= 2 || >= 4.0.0-rc"
- react: ">= 16.6"
- react-dom: ">= 16.6"
+ immutable: '>= 2 || >= 4.0.0-rc'
+ react: '>= 16.6'
+ react-dom: '>= 16.6'
dependencies:
immutable: 3.7.6
react: 17.0.2
@@ -48521,10 +36988,7 @@ packages:
dev: false
/react-inspector@6.0.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==
- }
+ resolution: {integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==}
peerDependencies:
react: ^16.8.4 || ^17.0.0 || ^18.0.0
dependencies:
@@ -48532,10 +36996,7 @@ packages:
dev: false
/react-inspector@6.0.2(react@18.2.0):
- resolution:
- {
- integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==
- }
+ resolution: {integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==}
peerDependencies:
react: ^16.8.4 || ^17.0.0 || ^18.0.0
dependencies:
@@ -48543,35 +37004,20 @@ packages:
dev: true
/react-is@16.13.1:
- resolution:
- {
- integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
- }
+ resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
/react-is@17.0.2:
- resolution:
- {
- integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
- }
+ resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
/react-is@18.1.0:
- resolution:
- {
- integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
- }
+ resolution: {integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==}
dev: true
/react-is@18.2.0:
- resolution:
- {
- integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
- }
+ resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
/react-json-view@1.21.3(@types/react@18.2.20)(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==
- }
+ resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==}
peerDependencies:
react: ^17.0.0 || ^16.3.0 || ^15.5.4
react-dom: ^17.0.0 || ^16.3.0 || ^15.5.4
@@ -48583,18 +37029,15 @@ packages:
react-lifecycles-compat: 3.0.4
react-textarea-autosize: 8.5.2(@types/react@18.2.20)(react@17.0.2)
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
- encoding
dev: false
/react-kapsule@2.4.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-w4Yv9CgWdj8kWGQEPNWFGJJ08dYEZHZpiaFR/DgZjCMBNqv9wus2Gy1qvHVJmJbzvAZbq6jdvFC+NYzEqAlNhQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-w4Yv9CgWdj8kWGQEPNWFGJJ08dYEZHZpiaFR/DgZjCMBNqv9wus2Gy1qvHVJmJbzvAZbq6jdvFC+NYzEqAlNhQ==}
+ engines: {node: '>=12'}
peerDependencies:
- react: ">=16.13.1"
+ react: '>=16.13.1'
dependencies:
fromentries: 1.3.2
jerrypick: 1.1.1
@@ -48602,35 +37045,26 @@ packages:
dev: false
/react-lifecycles-compat@3.0.4:
- resolution:
- {
- integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
- }
+ resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
dev: false
/react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==}
+ engines: {node: '>=10.13.0'}
peerDependencies:
- react-loadable: "*"
- webpack: ">=4.41.1 || 5.x"
+ react-loadable: '*'
+ webpack: '>=4.41.1 || 5.x'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/react-native-fs@2.20.0(react-native@0.72.4):
- resolution:
- {
- integrity: sha512-VkTBzs7fIDUiy/XajOSNk0XazFE9l+QlMAce7lGuebZcag5CnjszB+u4BdqzwaQOdcYb5wsJIsqq4kxInIRpJQ==
- }
+ resolution: {integrity: sha512-VkTBzs7fIDUiy/XajOSNk0XazFE9l+QlMAce7lGuebZcag5CnjszB+u4BdqzwaQOdcYb5wsJIsqq4kxInIRpJQ==}
peerDependencies:
- react-native: "*"
- react-native-windows: "*"
+ react-native: '*'
+ react-native-windows: '*'
peerDependenciesMeta:
react-native-windows:
optional: true
@@ -48641,32 +37075,26 @@ packages:
dev: false
/react-native-path@0.0.5:
- resolution:
- {
- integrity: sha512-WJr256xBquk7X2O83QYWKqgLg43Zg3SrgjPc/kr0gCD2LoXA+2L72BW4cmstH12GbGeutqs/eXk3jgDQ2iCSvQ==
- }
+ resolution: {integrity: sha512-WJr256xBquk7X2O83QYWKqgLg43Zg3SrgjPc/kr0gCD2LoXA+2L72BW4cmstH12GbGeutqs/eXk3jgDQ2iCSvQ==}
dev: false
/react-native@0.72.4(@babel/core@7.22.10)(@babel/preset-env@7.22.10)(react@18.2.0):
- resolution:
- {
- integrity: sha512-+vrObi0wZR+NeqL09KihAAdVlQ9IdplwznJWtYrjnQ4UbCW6rkzZJebRsugwUneSOKNFaHFEo1uKU89HsgtYBg==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-+vrObi0wZR+NeqL09KihAAdVlQ9IdplwznJWtYrjnQ4UbCW6rkzZJebRsugwUneSOKNFaHFEo1uKU89HsgtYBg==}
+ engines: {node: '>=16'}
hasBin: true
peerDependencies:
react: 18.2.0
dependencies:
- "@jest/create-cache-key-function": 29.6.2
- "@react-native-community/cli": 11.3.6(@babel/core@7.22.10)
- "@react-native-community/cli-platform-android": 11.3.6
- "@react-native-community/cli-platform-ios": 11.3.6
- "@react-native/assets-registry": 0.72.0
- "@react-native/codegen": 0.72.6(@babel/preset-env@7.22.10)
- "@react-native/gradle-plugin": 0.72.11
- "@react-native/js-polyfills": 0.72.1
- "@react-native/normalize-colors": 0.72.0
- "@react-native/virtualized-lists": 0.72.8(react-native@0.72.4)
+ '@jest/create-cache-key-function': 29.6.2
+ '@react-native-community/cli': 11.3.6(@babel/core@7.22.10)
+ '@react-native-community/cli-platform-android': 11.3.6
+ '@react-native-community/cli-platform-ios': 11.3.6
+ '@react-native/assets-registry': 0.72.0
+ '@react-native/codegen': 0.72.6(@babel/preset-env@7.22.10)
+ '@react-native/gradle-plugin': 0.72.11
+ '@react-native/js-polyfills': 0.72.1
+ '@react-native/normalize-colors': 0.72.0
+ '@react-native/virtualized-lists': 0.72.8(react-native@0.72.4)
abort-controller: 3.0.0
anser: 1.4.10
base64-js: 1.5.1
@@ -48695,8 +37123,8 @@ packages:
ws: 6.2.2
yargs: 17.7.2
transitivePeerDependencies:
- - "@babel/core"
- - "@babel/preset-env"
+ - '@babel/core'
+ - '@babel/preset-env'
- bufferutil
- encoding
- supports-color
@@ -48704,13 +37132,10 @@ packages:
dev: false
/react-overflow-list@0.5.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-+UegukgQ10E4ll3txz4DJyrnCgZ3eDVuv5dvR8ziyG5FfgCDZcUKeKhIgbU90oyqQa21aH4oLOoGKt0TiYJRmg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-+UegukgQ10E4ll3txz4DJyrnCgZ3eDVuv5dvR8ziyG5FfgCDZcUKeKhIgbU90oyqQa21aH4oLOoGKt0TiYJRmg==}
+ engines: {node: '>=10'}
peerDependencies:
- react: ">=16"
+ react: '>=16'
dependencies:
react: 17.0.2
react-use: 17.4.0(react-dom@17.0.2)(react@17.0.2)
@@ -48719,12 +37144,9 @@ packages:
dev: false
/react-pdf-tailwind@2.1.0(react@18.2.0)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-CRBCmkhSA9Nl13DVKbOLNQcAPFEFHpLPr4qyqqLQYLlF8+3aoNQ68869oF0360zhcA/jWUUxq2kbLFzs1Nl0IA==
- }
+ resolution: {integrity: sha512-CRBCmkhSA9Nl13DVKbOLNQcAPFEFHpLPr4qyqqLQYLlF8+3aoNQ68869oF0360zhcA/jWUUxq2kbLFzs1Nl0IA==}
dependencies:
- "@react-pdf/renderer": 3.1.9(react@18.2.0)
+ '@react-pdf/renderer': 3.1.9(react@18.2.0)
tailwindcss: 3.3.2(ts-node@10.9.1)
transitivePeerDependencies:
- encoding
@@ -48733,22 +37155,19 @@ packages:
dev: true
/react-redux@7.2.9(react-dom@17.0.2)(react-native@0.72.4)(react@17.0.2):
- resolution:
- {
- integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==
- }
+ resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==}
peerDependencies:
react: ^16.8.3 || ^17 || ^18
- react-dom: "*"
- react-native: "*"
+ react-dom: '*'
+ react-native: '*'
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@types/react-redux": 7.1.25
+ '@babel/runtime': 7.22.10
+ '@types/react-redux': 7.1.25
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -48759,21 +37178,18 @@ packages:
dev: false
/react-redux@8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@17.0.2)(react-native@0.72.4)(react@17.0.2)(redux@4.2.1):
- resolution:
- {
- integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==
- }
+ resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==}
peerDependencies:
- "@types/react": ^16.8 || ^17.0 || ^18.0
- "@types/react-dom": ^16.8 || ^17.0 || ^18.0
+ '@types/react': ^16.8 || ^17.0 || ^18.0
+ '@types/react-dom': ^16.8 || ^17.0 || ^18.0
react: ^16.8 || ^17.0 || ^18.0
react-dom: ^16.8 || ^17.0 || ^18.0
- react-native: ">=0.59"
+ react-native: '>=0.59'
redux: ^4 || ^5.0.0-beta.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
- "@types/react-dom":
+ '@types/react-dom':
optional: true
react-dom:
optional: true
@@ -48782,11 +37198,11 @@ packages:
redux:
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@types/hoist-non-react-statics": 3.3.1
- "@types/react": 18.2.20
- "@types/react-dom": 18.2.7
- "@types/use-sync-external-store": 0.0.3
+ '@babel/runtime': 7.22.10
+ '@types/hoist-non-react-statics': 3.3.1
+ '@types/react': 18.2.20
+ '@types/react-dom': 18.2.7
+ '@types/use-sync-external-store': 0.0.3
hoist-non-react-statics: 3.3.2
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
@@ -48797,46 +37213,31 @@ packages:
dev: false
/react-refresh@0.11.0:
- resolution:
- {
- integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==}
+ engines: {node: '>=0.10.0'}
dev: true
/react-refresh@0.14.0:
- resolution:
- {
- integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/react-refresh@0.4.3:
- resolution:
- {
- integrity: sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==}
+ engines: {node: '>=0.10.0'}
dev: false
/react-refresh@0.8.3:
- resolution:
- {
- integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==}
+ engines: {node: '>=0.10.0'}
dev: true
/react-relay@15.0.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-KWdeMMKMJanOL9LsGZYkyAekayYIi+Y4mbDM8VYbHVPgTWJWAQP6yJKS+V4D17qIMo1L84QJQjGaQWEG139p9Q==
- }
+ resolution: {integrity: sha512-KWdeMMKMJanOL9LsGZYkyAekayYIi+Y4mbDM8VYbHVPgTWJWAQP6yJKS+V4D17qIMo1L84QJQjGaQWEG139p9Q==}
peerDependencies:
react: ^16.9.0 || ^17 || ^18
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
fbjs: 3.0.5
invariant: 2.2.4
nullthrows: 1.1.1
@@ -48847,10 +37248,7 @@ packages:
dev: false
/react-resize-detector@7.1.2(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-zXnPJ2m8+6oq9Nn8zsep/orts9vQv3elrpA+R8XTcW7DVVUJ9vwDwMXaBtykAYjMnkCIaOoK9vObyR7ZgFNlOw==
- }
+ resolution: {integrity: sha512-zXnPJ2m8+6oq9Nn8zsep/orts9vQv3elrpA+R8XTcW7DVVUJ9vwDwMXaBtykAYjMnkCIaOoK9vObyR7ZgFNlOw==}
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
@@ -48861,28 +37259,22 @@ packages:
dev: true
/react-router-config@5.1.1(react-router@5.3.4)(react@17.0.2):
- resolution:
- {
- integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==
- }
+ resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==}
peerDependencies:
- react: ">=15"
- react-router: ">=5"
+ react: '>=15'
+ react-router: '>=5'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
react: 17.0.2
react-router: 5.3.4(react@17.0.2)
dev: false
/react-router-dom@5.3.4(react@17.0.2):
- resolution:
- {
- integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
- }
+ resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==}
peerDependencies:
- react: ">=15"
+ react: '>=15'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -48893,14 +37285,11 @@ packages:
dev: false
/react-router-dom@5.3.4(react@18.2.0):
- resolution:
- {
- integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
- }
+ resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==}
peerDependencies:
- react: ">=15"
+ react: '>=15'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -48911,14 +37300,11 @@ packages:
dev: false
/react-router@5.3.4(react@17.0.2):
- resolution:
- {
- integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
- }
+ resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==}
peerDependencies:
- react: ">=15"
+ react: '>=15'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
history: 4.10.1
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
@@ -48931,14 +37317,11 @@ packages:
dev: false
/react-router@5.3.4(react@18.2.0):
- resolution:
- {
- integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
- }
+ resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==}
peerDependencies:
- react: ">=15"
+ react: '>=15'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
history: 4.10.1
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
@@ -48951,10 +37334,7 @@ packages:
dev: false
/react-shallow-renderer@16.15.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==
- }
+ resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==}
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
dependencies:
@@ -48963,10 +37343,7 @@ packages:
react-is: 18.2.0
/react-simple-animate@3.5.2(react-dom@18.2.0):
- resolution:
- {
- integrity: sha512-xLE65euP920QMTOmv5haPlml+hmOPDkbIr5WeF7ADIXWBYt5kW/vwpNfWg8EKMab8aeDxIZ6QjffVh8v2dUyhg==
- }
+ resolution: {integrity: sha512-xLE65euP920QMTOmv5haPlml+hmOPDkbIr5WeF7ADIXWBYt5kW/vwpNfWg8EKMab8aeDxIZ6QjffVh8v2dUyhg==}
peerDependencies:
react-dom: ^16.8.0 || ^17 || ^18
dependencies:
@@ -48974,14 +37351,11 @@ packages:
dev: true
/react-syntax-highlighter@15.5.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
- }
+ resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==}
peerDependencies:
- react: ">= 0.14.0"
+ react: '>= 0.14.0'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
highlight.js: 10.7.3
lowlight: 1.20.0
prismjs: 1.29.0
@@ -48990,10 +37364,7 @@ packages:
dev: false
/react-test-renderer@18.2.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==
- }
+ resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==}
peerDependencies:
react: ^18.2.0
dependencies:
@@ -49004,32 +37375,26 @@ packages:
dev: true
/react-textarea-autosize@8.5.2(@types/react@18.2.20)(react@17.0.2):
- resolution:
- {
- integrity: sha512-uOkyjkEl0ByEK21eCJMHDGBAAd/BoFQBawYK5XItjAmCTeSbjxghd8qnt7nzsLYzidjnoObu6M26xts0YGKsGg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-uOkyjkEl0ByEK21eCJMHDGBAAd/BoFQBawYK5XItjAmCTeSbjxghd8qnt7nzsLYzidjnoObu6M26xts0YGKsGg==}
+ engines: {node: '>=10'}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
react: 17.0.2
use-composed-ref: 1.3.0(react@17.0.2)
use-latest: 1.2.1(@types/react@18.2.20)(react@17.0.2)
transitivePeerDependencies:
- - "@types/react"
+ - '@types/react'
dev: false
/react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
- }
+ resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
peerDependencies:
- react: ">=16.6.0"
- react-dom: ">=16.6.0"
+ react: '>=16.6.0'
+ react-dom: '>=16.6.0'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
@@ -49038,29 +37403,23 @@ packages:
dev: true
/react-universal-interface@0.6.2(react@17.0.2)(tslib@2.6.1):
- resolution:
- {
- integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==
- }
+ resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==}
peerDependencies:
- react: "*"
- tslib: "*"
+ react: '*'
+ tslib: '*'
dependencies:
react: 17.0.2
tslib: 2.6.1
dev: false
/react-use@17.4.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==
- }
+ resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@types/js-cookie": 2.2.7
- "@xobotyi/scrollbar-width": 1.9.5
+ '@types/js-cookie': 2.2.7
+ '@xobotyi/scrollbar-width': 1.9.5
copy-to-clipboard: 3.3.3
fast-deep-equal: 3.1.3
fast-shallow-equal: 1.0.0
@@ -49078,67 +37437,46 @@ packages:
dev: false
/react@17.0.2:
- resolution:
- {
- integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==}
+ engines: {node: '>=0.10.0'}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
/react@18.2.0:
- resolution:
- {
- integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
+ engines: {node: '>=0.10.0'}
dependencies:
loose-envify: 1.4.0
/read-cache@1.0.0:
- resolution:
- {
- integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
- }
+ resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
dependencies:
pify: 2.3.0
/read-cmd-shim@2.0.0:
- resolution:
- {
- integrity: sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==
- }
+ resolution: {integrity: sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==}
dev: false
/read-package-json-fast@2.0.3:
- resolution:
- {
- integrity: sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==}
+ engines: {node: '>=10'}
dependencies:
json-parse-even-better-errors: 2.3.1
npm-normalize-package-bin: 1.0.1
dev: false
/read-package-json-fast@3.0.2:
- resolution:
- {
- integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
json-parse-even-better-errors: 3.0.0
npm-normalize-package-bin: 3.0.1
dev: true
/read-pkg-up@7.0.1:
- resolution:
- {
- integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
+ engines: {node: '>=8'}
dependencies:
find-up: 4.1.0
read-pkg: 5.2.0
@@ -49146,11 +37484,8 @@ packages:
dev: true
/read-pkg-up@9.1.0:
- resolution:
- {
- integrity: sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
find-up: 6.3.0
read-pkg: 7.1.0
@@ -49158,37 +37493,28 @@ packages:
dev: true
/read-pkg@5.2.0:
- resolution:
- {
- integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
+ engines: {node: '>=8'}
dependencies:
- "@types/normalize-package-data": 2.4.1
+ '@types/normalize-package-data': 2.4.1
normalize-package-data: 2.5.0
parse-json: 5.2.0
type-fest: 0.6.0
dev: true
/read-pkg@7.1.0:
- resolution:
- {
- integrity: sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==}
+ engines: {node: '>=12.20'}
dependencies:
- "@types/normalize-package-data": 2.4.1
+ '@types/normalize-package-data': 2.4.1
normalize-package-data: 3.0.3
parse-json: 5.2.0
type-fest: 2.19.0
dev: true
/read-yaml-file@1.1.0:
- resolution:
- {
- integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==}
+ engines: {node: '>=6'}
dependencies:
graceful-fs: 4.2.11
js-yaml: 3.14.1
@@ -49197,20 +37523,14 @@ packages:
dev: true
/read@1.0.7:
- resolution:
- {
- integrity: sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==}
+ engines: {node: '>=0.8'}
dependencies:
mute-stream: 0.0.8
dev: false
/readable-stream@1.0.34:
- resolution:
- {
- integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==
- }
+ resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==}
dependencies:
core-util-is: 1.0.3
inherits: 2.0.4
@@ -49219,10 +37539,7 @@ packages:
dev: true
/readable-stream@2.0.6:
- resolution:
- {
- integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==
- }
+ resolution: {integrity: sha512-TXcFfb63BQe1+ySzsHZI/5v1aJPCShfqvWJ64ayNImXMsN1Cd0YGk/wm8KB7/OeessgPc9QvS9Zou8QTkFzsLw==}
dependencies:
core-util-is: 1.0.3
inherits: 2.0.4
@@ -49233,10 +37550,7 @@ packages:
dev: true
/readable-stream@2.3.8:
- resolution:
- {
- integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
- }
+ resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
dependencies:
core-util-is: 1.0.3
inherits: 2.0.4
@@ -49247,22 +37561,16 @@ packages:
util-deprecate: 1.0.2
/readable-stream@3.6.2:
- resolution:
- {
- integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
+ engines: {node: '>= 6'}
dependencies:
inherits: 2.0.4
string_decoder: 1.3.0
util-deprecate: 1.0.2
/readable-stream@4.4.2:
- resolution:
- {
- integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==
- }
- engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 }
+ resolution: {integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
abort-controller: 3.0.0
buffer: 6.0.3
@@ -49272,30 +37580,20 @@ packages:
dev: false
/readable-web-to-node-stream@3.0.2:
- resolution:
- {
- integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==}
+ engines: {node: '>=8'}
dependencies:
readable-stream: 3.6.2
dev: true
/readdir-glob@1.1.3:
- resolution:
- {
- integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==
- }
+ resolution: {integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==}
dependencies:
minimatch: 5.1.6
dev: true
/readdir-scoped-modules@1.1.0:
- resolution:
- {
- integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==
- }
- deprecated: This functionality has been moved to @npmcli/fs
+ resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==}
dependencies:
debuglog: 1.0.1
dezalgo: 1.0.4
@@ -49304,52 +37602,34 @@ packages:
dev: false
/readdirp@3.5.0:
- resolution:
- {
- integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
- }
- engines: { node: ">=8.10.0" }
+ resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==}
+ engines: {node: '>=8.10.0'}
dependencies:
picomatch: 2.3.1
dev: true
/readdirp@3.6.0:
- resolution:
- {
- integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
- }
- engines: { node: ">=8.10.0" }
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
+ engines: {node: '>=8.10.0'}
dependencies:
picomatch: 2.3.1
/reading-time@1.5.0:
- resolution:
- {
- integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==
- }
+ resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==}
dev: false
/readline@1.3.0:
- resolution:
- {
- integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==
- }
+ resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==}
dev: false
/real-require@0.2.0:
- resolution:
- {
- integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
+ engines: {node: '>= 12.13.0'}
dev: false
/recast@0.21.5:
- resolution:
- {
- integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==}
+ engines: {node: '>= 4'}
dependencies:
ast-types: 0.15.2
esprima: 4.0.1
@@ -49357,11 +37637,8 @@ packages:
tslib: 2.6.1
/recast@0.23.4:
- resolution:
- {
- integrity: sha512-qtEDqIZGVcSZCHniWwZWbRy79Dc6Wp3kT/UmDA2RJKBPg7+7k51aQBZirHmUGn5uvHf2rg8DkjizrN26k61ATw==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-qtEDqIZGVcSZCHniWwZWbRy79Dc6Wp3kT/UmDA2RJKBPg7+7k51aQBZirHmUGn5uvHf2rg8DkjizrN26k61ATw==}
+ engines: {node: '>= 4'}
dependencies:
assert: 2.0.0
ast-types: 0.16.1
@@ -49371,61 +37648,43 @@ packages:
dev: true
/rechoir@0.6.2:
- resolution:
- {
- integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
+ engines: {node: '>= 0.10'}
dependencies:
resolve: 1.22.4
/recursive-readdir@2.2.3:
- resolution:
- {
- integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==}
+ engines: {node: '>=6.0.0'}
dependencies:
minimatch: 3.1.2
dev: false
/redent@3.0.0:
- resolution:
- {
- integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
+ engines: {node: '>=8'}
dependencies:
indent-string: 4.0.0
strip-indent: 3.0.0
dev: true
/redent@4.0.0:
- resolution:
- {
- integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==}
+ engines: {node: '>=12'}
dependencies:
indent-string: 5.0.0
strip-indent: 4.0.0
dev: true
/redeyed@2.1.1:
- resolution:
- {
- integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==
- }
+ resolution: {integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==}
dependencies:
esprima: 4.0.1
dev: true
/redis-om@0.4.0-beta.3:
- resolution:
- {
- integrity: sha512-zGWBMGoe3exrvkbFjWqAFG8UJL3tdby5UkfPKiZLvA67d7FsR0ScEpsBaaWGL33y5EQUWnYL+pI8jzZaQ6brtA==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-zGWBMGoe3exrvkbFjWqAFG8UJL3tdby5UkfPKiZLvA67d7FsR0ScEpsBaaWGL33y5EQUWnYL+pI8jzZaQ6brtA==}
+ engines: {node: '>= 14'}
dependencies:
jsonpath-plus: 7.2.0
just-clone: 6.2.0
@@ -49434,32 +37693,23 @@ packages:
dev: false
/redis@4.6.6:
- resolution:
- {
- integrity: sha512-aLs2fuBFV/VJ28oLBqYykfnhGGkFxvx0HdCEBYdJ99FFbSEMZ7c1nVKwR6ZRv+7bb7JnC0mmCzaqu8frgOYhpA==
- }
+ resolution: {integrity: sha512-aLs2fuBFV/VJ28oLBqYykfnhGGkFxvx0HdCEBYdJ99FFbSEMZ7c1nVKwR6ZRv+7bb7JnC0mmCzaqu8frgOYhpA==}
dependencies:
- "@redis/bloom": 1.2.0(@redis/client@1.5.7)
- "@redis/client": 1.5.7
- "@redis/graph": 1.1.0(@redis/client@1.5.7)
- "@redis/json": 1.0.4(@redis/client@1.5.7)
- "@redis/search": 1.1.2(@redis/client@1.5.7)
- "@redis/time-series": 1.0.4(@redis/client@1.5.7)
+ '@redis/bloom': 1.2.0(@redis/client@1.5.7)
+ '@redis/client': 1.5.7
+ '@redis/graph': 1.1.0(@redis/client@1.5.7)
+ '@redis/json': 1.0.4(@redis/client@1.5.7)
+ '@redis/search': 1.1.2(@redis/client@1.5.7)
+ '@redis/time-series': 1.0.4(@redis/client@1.5.7)
dev: false
/reduce-flatten@2.0.0:
- resolution:
- {
- integrity: sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==}
+ engines: {node: '>=6'}
dev: true
/redux-immutable@4.0.0(immutable@3.7.6):
- resolution:
- {
- integrity: sha512-SchSn/DWfGb3oAejd+1hhHx01xUoxY+V7TeK0BKqpkLKiQPVFf7DYzEaKmrEVxsWxielKfSK9/Xq66YyxgR1cg==
- }
+ resolution: {integrity: sha512-SchSn/DWfGb3oAejd+1hhHx01xUoxY+V7TeK0BKqpkLKiQPVFf7DYzEaKmrEVxsWxielKfSK9/Xq66YyxgR1cg==}
peerDependencies:
immutable: ^3.8.1 || ^4.0.0-rc.1
dependencies:
@@ -49467,26 +37717,17 @@ packages:
dev: false
/redux@4.2.1:
- resolution:
- {
- integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==
- }
+ resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: false
/reflect-metadata@0.1.13:
- resolution:
- {
- integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
- }
+ resolution: {integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==}
dev: true
/refractor@3.6.0:
- resolution:
- {
- integrity: sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==
- }
+ resolution: {integrity: sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==}
dependencies:
hastscript: 6.0.0
parse-entities: 2.0.0
@@ -49494,72 +37735,45 @@ packages:
dev: false
/reftools@1.1.9:
- resolution:
- {
- integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==
- }
+ resolution: {integrity: sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==}
dev: false
/regenerate-unicode-properties@10.1.0:
- resolution:
- {
- integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==}
+ engines: {node: '>=4'}
dependencies:
regenerate: 1.4.2
/regenerate@1.4.2:
- resolution:
- {
- integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
- }
+ resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
/regenerator-runtime@0.13.11:
- resolution:
- {
- integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
- }
+ resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
/regenerator-runtime@0.14.0:
- resolution:
- {
- integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
- }
+ resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==}
/regenerator-transform@0.15.2:
- resolution:
- {
- integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
- }
+ resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
/regexp-to-ast@0.5.0:
- resolution:
- {
- integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==
- }
+ resolution: {integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==}
/regexp.prototype.flags@1.5.0:
- resolution:
- {
- integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
functions-have-names: 1.2.3
/regexpu-core@5.3.2:
- resolution:
- {
- integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
+ engines: {node: '>=4'}
dependencies:
- "@babel/regjsgen": 0.8.0
+ '@babel/regjsgen': 0.8.0
regenerate: 1.4.2
regenerate-unicode-properties: 10.1.0
regjsparser: 0.9.1
@@ -49567,98 +37781,66 @@ packages:
unicode-match-property-value-ecmascript: 2.1.0
/registry-auth-token@4.2.2:
- resolution:
- {
- integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==}
+ engines: {node: '>=6.0.0'}
dependencies:
rc: 1.2.8
/registry-auth-token@5.0.2:
- resolution:
- {
- integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==}
+ engines: {node: '>=14'}
dependencies:
- "@pnpm/npm-conf": 2.2.2
+ '@pnpm/npm-conf': 2.2.2
dev: true
/registry-url@5.1.0:
- resolution:
- {
- integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==}
+ engines: {node: '>=8'}
dependencies:
rc: 1.2.8
/registry-url@6.0.1:
- resolution:
- {
- integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==}
+ engines: {node: '>=12'}
dependencies:
rc: 1.2.8
dev: true
/regjsparser@0.9.1:
- resolution:
- {
- integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
dependencies:
jsesc: 0.5.0
/rehype-parse@8.0.4:
- resolution:
- {
- integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==
- }
+ resolution: {integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==}
dependencies:
- "@types/hast": 2.3.5
+ '@types/hast': 2.3.5
hast-util-from-parse5: 7.1.2
parse5: 6.0.1
unified: 10.1.2
dev: true
/rehype-retext@3.0.2:
- resolution:
- {
- integrity: sha512-9Q2JyXBBnXQfwVhrp4/YPGY2GMC2uiSgW0V3WANT3md1lJD5M2V+jlvvQVTu6tFhA1Ap4a2v0zZDZffkND0tAw==
- }
+ resolution: {integrity: sha512-9Q2JyXBBnXQfwVhrp4/YPGY2GMC2uiSgW0V3WANT3md1lJD5M2V+jlvvQVTu6tFhA1Ap4a2v0zZDZffkND0tAw==}
dependencies:
- "@types/hast": 2.3.5
- "@types/unist": 2.0.7
+ '@types/hast': 2.3.5
+ '@types/unist': 2.0.7
hast-util-to-nlcst: 2.2.0
unified: 10.1.2
dev: true
/relateurl@0.2.7:
- resolution:
- {
- integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
- }
- engines: { node: ">= 0.10" }
+ resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==}
+ engines: {node: '>= 0.10'}
/relay-compiler@15.0.0:
- resolution:
- {
- integrity: sha512-19gIIdrVe/lk7Dkz/hqxpBd54bBDWAKG+kR5ael+xznJPdjlr/rlAmh5Tqi6Mgf/wiEQGdtKiZqeNdOW2/wVRw==
- }
- hasBin: true
+ resolution: {integrity: sha512-19gIIdrVe/lk7Dkz/hqxpBd54bBDWAKG+kR5ael+xznJPdjlr/rlAmh5Tqi6Mgf/wiEQGdtKiZqeNdOW2/wVRw==}
dev: true
/relay-runtime@12.0.0:
- resolution:
- {
- integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==
- }
+ resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
fbjs: 3.0.5
invariant: 2.2.4
transitivePeerDependencies:
@@ -49666,12 +37848,9 @@ packages:
dev: true
/relay-runtime@15.0.0:
- resolution:
- {
- integrity: sha512-7AXkXLQo6gpJNBhk4Kii5b+Yat62HSDD1TgJBi021iSjT1muI8iYd4UZG4f/If209LmaVjkZt2HTNAlk6xtslw==
- }
+ resolution: {integrity: sha512-7AXkXLQo6gpJNBhk4Kii5b+Yat62HSDD1TgJBi021iSjT1muI8iYd4UZG4f/If209LmaVjkZt2HTNAlk6xtslw==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
fbjs: 3.0.5
invariant: 2.2.4
transitivePeerDependencies:
@@ -49679,10 +37858,7 @@ packages:
dev: false
/remark-emoji@2.2.0:
- resolution:
- {
- integrity: sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==
- }
+ resolution: {integrity: sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==}
dependencies:
emoticon: 3.2.0
node-emoji: 1.11.0
@@ -49690,10 +37866,7 @@ packages:
dev: false
/remark-external-links@8.0.0:
- resolution:
- {
- integrity: sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==
- }
+ resolution: {integrity: sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==}
dependencies:
extend: 3.0.2
is-absolute-url: 3.0.3
@@ -49703,17 +37876,11 @@ packages:
dev: true
/remark-footnotes@2.0.0:
- resolution:
- {
- integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==
- }
+ resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==}
dev: false
/remark-footnotes@3.0.0:
- resolution:
- {
- integrity: sha512-ZssAvH9FjGYlJ/PBVKdSmfyPc3Cz4rTWgZLI4iE/SX8Nt5l3o3oEjv3wwG5VD7xOjktzdwp5coac+kJV9l4jgg==
- }
+ resolution: {integrity: sha512-ZssAvH9FjGYlJ/PBVKdSmfyPc3Cz4rTWgZLI4iE/SX8Nt5l3o3oEjv3wwG5VD7xOjktzdwp5coac+kJV9l4jgg==}
dependencies:
mdast-util-footnote: 0.1.7
micromark-extension-footnote: 0.3.2
@@ -49721,31 +37888,22 @@ packages:
- supports-color
/remark-frontmatter@3.0.0:
- resolution:
- {
- integrity: sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==
- }
+ resolution: {integrity: sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==}
dependencies:
mdast-util-frontmatter: 0.2.0
micromark-extension-frontmatter: 0.2.2
/remark-frontmatter@4.0.1:
- resolution:
- {
- integrity: sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==
- }
+ resolution: {integrity: sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-frontmatter: 1.0.1
micromark-extension-frontmatter: 1.1.1
unified: 10.1.2
dev: true
/remark-gfm@1.0.0:
- resolution:
- {
- integrity: sha512-KfexHJCiqvrdBZVbQ6RopMZGwaXz6wFJEfByIuEwGf0arvITHjiKKZ1dpXujjH9KZdm1//XJQwgfnJ3lmXaDPA==
- }
+ resolution: {integrity: sha512-KfexHJCiqvrdBZVbQ6RopMZGwaXz6wFJEfByIuEwGf0arvITHjiKKZ1dpXujjH9KZdm1//XJQwgfnJ3lmXaDPA==}
dependencies:
mdast-util-gfm: 0.1.2
micromark-extension-gfm: 0.3.3
@@ -49753,12 +37911,9 @@ packages:
- supports-color
/remark-gfm@3.0.1:
- resolution:
- {
- integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==
- }
+ resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-gfm: 2.0.2
micromark-extension-gfm: 2.0.3
unified: 10.1.2
@@ -49767,16 +37922,13 @@ packages:
dev: true
/remark-mdx@1.6.22:
- resolution:
- {
- integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==
- }
- dependencies:
- "@babel/core": 7.12.9
- "@babel/helper-plugin-utils": 7.10.4
- "@babel/plugin-proposal-object-rest-spread": 7.12.1(@babel/core@7.12.9)
- "@babel/plugin-syntax-jsx": 7.12.1(@babel/core@7.12.9)
- "@mdx-js/util": 1.6.22
+ resolution: {integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==}
+ dependencies:
+ '@babel/core': 7.12.9
+ '@babel/helper-plugin-utils': 7.10.4
+ '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.12.9)
+ '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9)
+ '@mdx-js/util': 1.6.22
is-alphabetical: 1.0.4
remark-parse: 8.0.3
unified: 9.2.0
@@ -49785,10 +37937,7 @@ packages:
dev: false
/remark-mdx@2.0.0:
- resolution:
- {
- integrity: sha512-TDnjSv77Oynf+K1deGWZPKSwh3/9hykVAxVm9enAw6BmicCGklREET8s19KYnjGsNPms0pNDJLmp+bnHDVItAQ==
- }
+ resolution: {integrity: sha512-TDnjSv77Oynf+K1deGWZPKSwh3/9hykVAxVm9enAw6BmicCGklREET8s19KYnjGsNPms0pNDJLmp+bnHDVItAQ==}
dependencies:
mdast-util-mdx: 2.0.1
micromark-extension-mdxjs: 1.0.1
@@ -49797,12 +37946,9 @@ packages:
dev: true
/remark-message-control@7.1.1:
- resolution:
- {
- integrity: sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==
- }
+ resolution: {integrity: sha512-xKRWl1NTBOKed0oEtCd8BUfH5m4s8WXxFFSoo7uUwx6GW/qdCy4zov5LfPyw7emantDmhfWn5PdIZgcbVcWMDQ==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-comment-marker: 2.1.2
unified: 10.1.2
unified-message-control: 4.0.0
@@ -49812,12 +37958,9 @@ packages:
dev: true
/remark-parse@10.0.2:
- resolution:
- {
- integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==
- }
+ resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==}
dependencies:
- "@types/mdast": 3.0.12
+ '@types/mdast': 3.0.12
mdast-util-from-markdown: 1.3.1
unified: 10.1.2
transitivePeerDependencies:
@@ -49825,10 +37968,7 @@ packages:
dev: true
/remark-parse@8.0.3:
- resolution:
- {
- integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==
- }
+ resolution: {integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==}
dependencies:
ccount: 1.1.0
collapse-white-space: 1.0.6
@@ -49849,32 +37989,23 @@ packages:
dev: false
/remark-parse@9.0.0:
- resolution:
- {
- integrity: sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==
- }
+ resolution: {integrity: sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==}
dependencies:
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
/remark-retext@5.0.1:
- resolution:
- {
- integrity: sha512-h3kOjKNy7oJfohqXlKp+W4YDigHD3rw01x91qvQP/cUkK5nJrDl6yEYwTujQCAXSLZrsBxywlK3ntzIX6c29aA==
- }
+ resolution: {integrity: sha512-h3kOjKNy7oJfohqXlKp+W4YDigHD3rw01x91qvQP/cUkK5nJrDl6yEYwTujQCAXSLZrsBxywlK3ntzIX6c29aA==}
dependencies:
- "@types/mdast": 3.0.12
- "@types/unist": 2.0.7
+ '@types/mdast': 3.0.12
+ '@types/unist': 2.0.7
mdast-util-to-nlcst: 5.2.1
unified: 10.1.2
dev: true
/remark-slug@6.1.0:
- resolution:
- {
- integrity: sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==
- }
+ resolution: {integrity: sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==}
dependencies:
github-slugger: 1.5.0
mdast-util-to-string: 1.1.0
@@ -49882,76 +38013,47 @@ packages:
dev: true
/remark-squeeze-paragraphs@4.0.0:
- resolution:
- {
- integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==
- }
+ resolution: {integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==}
dependencies:
mdast-squeeze-paragraphs: 4.0.0
dev: false
/remark-stringify@9.0.1:
- resolution:
- {
- integrity: sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==
- }
+ resolution: {integrity: sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==}
dependencies:
mdast-util-to-markdown: 0.6.5
dev: false
/remarkable@2.0.1:
- resolution:
- {
- integrity: sha512-YJyMcOH5lrR+kZdmB0aJJ4+93bEojRZ1HGDn9Eagu6ibg7aVZhc3OWbbShRid+Q5eAfsEqWxpe+g5W5nYNfNiA==
- }
- engines: { node: ">= 6.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-YJyMcOH5lrR+kZdmB0aJJ4+93bEojRZ1HGDn9Eagu6ibg7aVZhc3OWbbShRid+Q5eAfsEqWxpe+g5W5nYNfNiA==}
+ engines: {node: '>= 6.0.0'}
dependencies:
argparse: 1.0.10
autolinker: 3.16.2
dev: false
/remeda@0.0.32:
- resolution:
- {
- integrity: sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==
- }
+ resolution: {integrity: sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==}
dev: true
/remeda@1.24.1:
- resolution:
- {
- integrity: sha512-BHJ43Um1Ykczaaz6Ew/I3JzJmU8DMB9uQgLBGf3XCKI9wxgsLIg1OX0YEv2qPUSUcwY/Nbk5kA97Yq9WnZs0Jg==
- }
+ resolution: {integrity: sha512-BHJ43Um1Ykczaaz6Ew/I3JzJmU8DMB9uQgLBGf3XCKI9wxgsLIg1OX0YEv2qPUSUcwY/Nbk5kA97Yq9WnZs0Jg==}
dev: false
/remedial@1.0.8:
- resolution:
- {
- integrity: sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==
- }
+ resolution: {integrity: sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==}
dev: true
/remove-trailing-separator@1.1.0:
- resolution:
- {
- integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==
- }
+ resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
/remove-trailing-spaces@1.0.8:
- resolution:
- {
- integrity: sha512-O3vsMYfWighyFbTd8hk8VaSj9UAGENxAtX+//ugIst2RMk5e03h6RoIS+0ylsFxY1gvmPuAY/PO4It+gPEeySA==
- }
+ resolution: {integrity: sha512-O3vsMYfWighyFbTd8hk8VaSj9UAGENxAtX+//ugIst2RMk5e03h6RoIS+0ylsFxY1gvmPuAY/PO4It+gPEeySA==}
dev: true
/renamer@4.0.0:
- resolution:
- {
- integrity: sha512-yurufcXxbJfFBVAUoByNyDVH811zTZ/MrKo6gUH8pHGeAmdK7J5egj2lSNe57HuVIvnVzSalzeVGu8pi8UHGxg==
- }
- engines: { node: ">=12.17" }
- hasBin: true
+ resolution: {integrity: sha512-yurufcXxbJfFBVAUoByNyDVH811zTZ/MrKo6gUH8pHGeAmdK7J5egj2lSNe57HuVIvnVzSalzeVGu8pi8UHGxg==}
+ engines: {node: '>=12.17'}
dependencies:
array-back: 6.2.2
chalk: 4.1.2
@@ -49968,10 +38070,7 @@ packages:
dev: true
/renderkid@3.0.0:
- resolution:
- {
- integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==
- }
+ resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==}
dependencies:
css-select: 4.3.0
dom-converter: 0.2.0
@@ -49980,36 +38079,23 @@ packages:
strip-ansi: 6.0.1
/repeat-string@1.6.1:
- resolution:
- {
- integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
+ engines: {node: '>=0.10'}
/replace-string@3.1.0:
- resolution:
- {
- integrity: sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q==}
+ engines: {node: '>=8'}
dev: true
/request-progress@3.0.0:
- resolution:
- {
- integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==
- }
+ resolution: {integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==}
dependencies:
throttleit: 1.0.0
dev: true
/request@2.88.2:
- resolution:
- {
- integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
- }
- engines: { node: ">= 6" }
- deprecated: request has been deprecated, see /~https://github.com/request/request/issues/3142
+ resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==}
+ engines: {node: '>= 6'}
dependencies:
aws-sign2: 0.7.0
aws4: 1.12.0
@@ -50034,25 +38120,16 @@ packages:
dev: false
/require-directory@2.1.1:
- resolution:
- {
- integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
+ engines: {node: '>=0.10.0'}
/require-from-string@2.0.2:
- resolution:
- {
- integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
+ engines: {node: '>=0.10.0'}
/require-in-the-middle@6.0.0:
- resolution:
- {
- integrity: sha512-+dtWQ7l2lqQDxheaG3jjyN1QI37gEwvzACSgjYi4/C2y+ZTUMeRW8BIOm+9NBKvwaMBUSZfPXVOt1skB0vBkRw==
- }
- engines: { node: ">=8.6.0" }
+ resolution: {integrity: sha512-+dtWQ7l2lqQDxheaG3jjyN1QI37gEwvzACSgjYi4/C2y+ZTUMeRW8BIOm+9NBKvwaMBUSZfPXVOt1skB0vBkRw==}
+ engines: {node: '>=8.6.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
module-details-from-path: 1.0.3
@@ -50062,11 +38139,8 @@ packages:
dev: false
/require-in-the-middle@7.2.0:
- resolution:
- {
- integrity: sha512-3TLx5TGyAY6AOqLBoXmHkNql0HIf2RGbuMgCDT2WO/uGVAPJs6h7Kl+bN6TIZGd9bWhWPwnDnTHGtW8Iu77sdw==
- }
- engines: { node: ">=8.6.0" }
+ resolution: {integrity: sha512-3TLx5TGyAY6AOqLBoXmHkNql0HIf2RGbuMgCDT2WO/uGVAPJs6h7Kl+bN6TIZGd9bWhWPwnDnTHGtW8Iu77sdw==}
+ engines: {node: '>=8.6.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
module-details-from-path: 1.0.3
@@ -50075,151 +38149,94 @@ packages:
- supports-color
/require-like@0.1.2:
- resolution:
- {
- integrity: sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==
- }
+ resolution: {integrity: sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==}
dev: false
/require-main-filename@2.0.0:
- resolution:
- {
- integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
- }
+ resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==}
/requireindex@1.2.0:
- resolution:
- {
- integrity: sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
- }
- engines: { node: ">=0.10.5" }
+ resolution: {integrity: sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==}
+ engines: {node: '>=0.10.5'}
dev: true
/requires-port@1.0.0:
- resolution:
- {
- integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
- }
+ resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==}
/reselect@4.1.8:
- resolution:
- {
- integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==
- }
+ resolution: {integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==}
dev: false
/resize-observer-polyfill@1.5.1:
- resolution:
- {
- integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
- }
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
dev: false
/resolve-alpn@1.2.1:
- resolution:
- {
- integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==
- }
+ resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==}
dev: true
/resolve-cwd@3.0.0:
- resolution:
- {
- integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
+ engines: {node: '>=8'}
dependencies:
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
dev: true
/resolve-dir@1.0.1:
- resolution:
- {
- integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==}
+ engines: {node: '>=0.10.0'}
dependencies:
expand-tilde: 2.0.2
global-modules: 1.0.0
dev: true
/resolve-from@3.0.0:
- resolution:
- {
- integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==}
+ engines: {node: '>=4'}
/resolve-from@4.0.0:
- resolution:
- {
- integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
- }
- engines: { node: ">=4" }
-
- /resolve-from@5.0.0:
- resolution:
- {
- integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
+ engines: {node: '>=4'}
+
+ /resolve-from@5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte):
+ resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
+ engines: {node: '>=8'}
+ patched: true
/resolve-global@1.0.0:
- resolution:
- {
- integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==}
+ engines: {node: '>=8'}
dependencies:
global-dirs: 0.1.1
dev: true
/resolve-pathname@3.0.0:
- resolution:
- {
- integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
- }
+ resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==}
dev: false
/resolve-pkg-maps@1.0.0:
- resolution:
- {
- integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
- }
+ resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
dev: true
/resolve-pkg@2.0.0:
- resolution:
- {
- integrity: sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==}
+ engines: {node: '>=8'}
dependencies:
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
dev: false
/resolve.exports@1.1.0:
- resolution:
- {
- integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==}
+ engines: {node: '>=10'}
dev: true
/resolve.exports@2.0.2:
- resolution:
- {
- integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==}
+ engines: {node: '>=10'}
dev: true
/resolve@1.22.1:
- resolution:
- {
- integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
- }
- hasBin: true
+ resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
dependencies:
is-core-module: 2.13.0
path-parse: 1.0.7
@@ -50227,11 +38244,7 @@ packages:
dev: true
/resolve@1.22.2:
- resolution:
- {
- integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
- }
- hasBin: true
+ resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
dependencies:
is-core-module: 2.13.0
path-parse: 1.0.7
@@ -50239,22 +38252,14 @@ packages:
dev: true
/resolve@1.22.4:
- resolution:
- {
- integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==
- }
- hasBin: true
+ resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==}
dependencies:
is-core-module: 2.13.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
/resolve@2.0.0-next.4:
- resolution:
- {
- integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==}
dependencies:
is-core-module: 2.13.0
path-parse: 1.0.7
@@ -50262,87 +38267,60 @@ packages:
dev: true
/responselike@1.0.2:
- resolution:
- {
- integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==
- }
+ resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
dependencies:
lowercase-keys: 1.0.1
/responselike@2.0.1:
- resolution:
- {
- integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==
- }
+ resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==}
dependencies:
lowercase-keys: 2.0.0
dev: true
/responselike@3.0.0:
- resolution:
- {
- integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==}
+ engines: {node: '>=14.16'}
dependencies:
lowercase-keys: 3.0.0
dev: true
/restore-cursor@3.1.0:
- resolution:
- {
- integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
+ engines: {node: '>=8'}
dependencies:
onetime: 5.1.2
signal-exit: 3.0.7
/restore-cursor@4.0.0:
- resolution:
- {
- integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
onetime: 5.1.2
signal-exit: 3.0.7
/restructure@3.0.0:
- resolution:
- {
- integrity: sha512-Xj8/MEIhhfj9X2rmD9iJ4Gga9EFqVlpMj3vfLnV2r/Mh5jRMryNV+6lWh9GdJtDBcBSPIqzRdfBQ3wDtNFv/uw==
- }
+ resolution: {integrity: sha512-Xj8/MEIhhfj9X2rmD9iJ4Gga9EFqVlpMj3vfLnV2r/Mh5jRMryNV+6lWh9GdJtDBcBSPIqzRdfBQ3wDtNFv/uw==}
dev: true
/ret@0.2.2:
- resolution:
- {
- integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==}
+ engines: {node: '>=4'}
dev: false
/retext-english@4.1.0:
- resolution:
- {
- integrity: sha512-Pky2idjvgkzfodO0GH9X4IU8LX/d4ULTnLf7S1WsBRlSCh/JdTFPafXZstJqZehtQWNHrgoCqVOiGugsNFYvIQ==
- }
+ resolution: {integrity: sha512-Pky2idjvgkzfodO0GH9X4IU8LX/d4ULTnLf7S1WsBRlSCh/JdTFPafXZstJqZehtQWNHrgoCqVOiGugsNFYvIQ==}
dependencies:
- "@types/nlcst": 1.0.1
+ '@types/nlcst': 1.0.1
parse-english: 5.0.0
unherit: 3.0.1
unified: 10.1.2
dev: true
/retext-equality@6.6.0:
- resolution:
- {
- integrity: sha512-il0Q8Dlxluc67UQnk49XmwISl3mzf1Lvuat0yZKzR2NuuluzTXI4EK44HA5JOobt/vmYkDaJaDsxHf0MmE4OMA==
- }
+ resolution: {integrity: sha512-il0Q8Dlxluc67UQnk49XmwISl3mzf1Lvuat0yZKzR2NuuluzTXI4EK44HA5JOobt/vmYkDaJaDsxHf0MmE4OMA==}
dependencies:
- "@types/nlcst": 1.0.1
- "@types/unist": 2.0.7
+ '@types/nlcst': 1.0.1
+ '@types/unist': 2.0.7
nlcst-normalize: 3.1.1
nlcst-search: 3.1.1
nlcst-to-string: 3.1.1
@@ -50354,12 +38332,9 @@ packages:
dev: true
/retext-profanities@7.2.2:
- resolution:
- {
- integrity: sha512-nwrR987v3m7+JQ8wyK8oE+adqS1aYUyHyf+k6omflI/8PL9Slbp/39YieTJJvrmR0udBe2iV7aURXW5/3Uj12w==
- }
+ resolution: {integrity: sha512-nwrR987v3m7+JQ8wyK8oE+adqS1aYUyHyf+k6omflI/8PL9Slbp/39YieTJJvrmR0udBe2iV7aURXW5/3Uj12w==}
dependencies:
- "@types/nlcst": 1.0.1
+ '@types/nlcst': 1.0.1
cuss: 2.2.0
nlcst-search: 3.1.1
nlcst-to-string: 3.1.1
@@ -50370,104 +38345,63 @@ packages:
dev: true
/retry@0.12.0:
- resolution:
- {
- integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
+ engines: {node: '>= 4'}
dev: false
/retry@0.13.1:
- resolution:
- {
- integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
+ engines: {node: '>= 4'}
/reusify@1.0.4:
- resolution:
- {
- integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
- }
- engines: { iojs: ">=1.0.0", node: ">=0.10.0" }
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
/rfdc@1.3.0:
- resolution:
- {
- integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
- }
+ resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==}
/rimraf@2.2.8:
- resolution:
- {
- integrity: sha512-R5KMKHnPAQaZMqLOsyuyUmcIjSeDm+73eoqQpaXA7AZ22BL+6C+1mcUscgOsNd8WVlJuvlgAPsegcx7pjlV0Dg==
- }
- hasBin: true
+ resolution: {integrity: sha512-R5KMKHnPAQaZMqLOsyuyUmcIjSeDm+73eoqQpaXA7AZ22BL+6C+1mcUscgOsNd8WVlJuvlgAPsegcx7pjlV0Dg==}
dev: false
/rimraf@2.6.3:
- resolution:
- {
- integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
- }
- hasBin: true
+ resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==}
dependencies:
glob: 7.2.3
/rimraf@2.7.1:
- resolution:
- {
- integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
- }
- hasBin: true
+ resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
dependencies:
glob: 7.2.3
/rimraf@3.0.2:
- resolution:
- {
- integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
- }
- hasBin: true
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
dependencies:
glob: 7.2.3
/rimraf@5.0.0:
- resolution:
- {
- integrity: sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
- }
- engines: { node: ">=14" }
- hasBin: true
+ resolution: {integrity: sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==}
+ engines: {node: '>=14'}
dependencies:
glob: 10.3.3
dev: false
/ripemd160@2.0.2:
- resolution:
- {
- integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
- }
+ resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==}
dependencies:
hash-base: 3.1.0
inherits: 2.0.4
dev: true
/robust-predicates@3.0.2:
- resolution:
- {
- integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==
- }
+ resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
dev: false
/rollup-plugin-copy@3.4.0:
- resolution:
- {
- integrity: sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ==
- }
- engines: { node: ">=8.3" }
+ resolution: {integrity: sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ==}
+ engines: {node: '>=8.3'}
dependencies:
- "@types/fs-extra": 8.1.2
+ '@types/fs-extra': 8.1.2
colorette: 1.4.0
fs-extra: 8.1.0
globby: 10.0.1
@@ -50475,43 +38409,28 @@ packages:
dev: true
/rollup-plugin-inject@3.0.2:
- resolution:
- {
- integrity: sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==
- }
- deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
+ resolution: {integrity: sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==}
dependencies:
estree-walker: 0.6.1
magic-string: 0.25.9
rollup-pluginutils: 2.8.2
- dev: true
/rollup-plugin-node-polyfills@0.2.1:
- resolution:
- {
- integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==
- }
+ resolution: {integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==}
dependencies:
rollup-plugin-inject: 3.0.2
- dev: true
/rollup-plugin-peer-deps-external@2.2.4(rollup@2.79.1):
- resolution:
- {
- integrity: sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==
- }
+ resolution: {integrity: sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==}
peerDependencies:
- rollup: "*"
+ rollup: '*'
dependencies:
rollup: 2.79.1
dev: true
/rollup-plugin-postcss@4.0.2(postcss@8.4.28)(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==}
+ engines: {node: '>=10'}
peerDependencies:
postcss: 8.x
dependencies:
@@ -50534,15 +38453,12 @@ packages:
dev: true
/rollup-plugin-typescript2@0.34.1(rollup@2.79.1)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==
- }
+ resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==}
peerDependencies:
- rollup: ">=1.26.3"
- typescript: ">=2.4.0"
+ rollup: '>=1.26.3'
+ typescript: '>=2.4.0'
dependencies:
- "@rollup/pluginutils": 4.2.1
+ '@rollup/pluginutils': 4.2.1
find-cache-dir: 3.3.2
fs-extra: 10.1.0
rollup: 2.79.1
@@ -50552,14 +38468,10 @@ packages:
dev: true
/rollup-plugin-url@3.0.1(rollup@3.28.0):
- resolution:
- {
- integrity: sha512-fQVrxlW335snHfPqZ7a0JIkkYEIrLeFobpAxRMQnyv7xQeJOY1yOd84STIdCaLYPoGzwOq8waOdGipNH181kzg==
- }
- engines: { node: ">=10.0.0" }
- deprecated: This module has been deprecated and is no longer maintained. Please use @rollup/plugin-url.
+ resolution: {integrity: sha512-fQVrxlW335snHfPqZ7a0JIkkYEIrLeFobpAxRMQnyv7xQeJOY1yOd84STIdCaLYPoGzwOq8waOdGipNH181kzg==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
- rollup: ">=0.60.0"
+ rollup: '>=0.60.0'
dependencies:
mime: 2.6.0
rollup: 3.28.0
@@ -50567,68 +38479,43 @@ packages:
dev: true
/rollup-pluginutils@2.8.2:
- resolution:
- {
- integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
- }
+ resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
dependencies:
estree-walker: 0.6.1
- dev: true
/rollup@2.78.0:
- resolution:
- {
- integrity: sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==
- }
- engines: { node: ">=10.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==}
+ engines: {node: '>=10.0.0'}
optionalDependencies:
fsevents: 2.3.2
dev: true
/rollup@2.79.1:
- resolution:
- {
- integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
- }
- engines: { node: ">=10.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==}
+ engines: {node: '>=10.0.0'}
optionalDependencies:
fsevents: 2.3.2
/rollup@3.28.0:
- resolution:
- {
- integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==
- }
- engines: { node: ">=14.18.0", npm: ">=8.0.0" }
+ resolution: {integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==}
+ engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
fsevents: 2.3.2
dev: true
/rtl-css-js@1.16.1:
- resolution:
- {
- integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==
- }
+ resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==}
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dev: false
/rtl-detect@1.0.4:
- resolution:
- {
- integrity: sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==
- }
+ resolution: {integrity: sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==}
dev: false
/rtlcss@3.5.0:
- resolution:
- {
- integrity: sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==
- }
- hasBin: true
+ resolution: {integrity: sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==}
dependencies:
find-up: 5.0.0
picocolors: 1.0.0
@@ -50637,61 +38524,40 @@ packages:
dev: false
/run-async@2.4.1:
- resolution:
- {
- integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
- }
- engines: { node: ">=0.12.0" }
+ resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
+ engines: {node: '>=0.12.0'}
dev: true
/run-parallel@1.2.0:
- resolution:
- {
- integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
- }
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
dependencies:
queue-microtask: 1.2.3
/rw@1.3.3:
- resolution:
- {
- integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==
- }
+ resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==}
dev: false
/rxjs@6.6.7:
- resolution:
- {
- integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
- }
- engines: { npm: ">=2.0.0" }
+ resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==}
+ engines: {npm: '>=2.0.0'}
dependencies:
tslib: 1.14.1
dev: true
/rxjs@7.8.1:
- resolution:
- {
- integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
- }
+ resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
dependencies:
tslib: 2.6.1
/sade@1.8.1:
- resolution:
- {
- integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
+ engines: {node: '>=6'}
dependencies:
mri: 1.2.0
/safe-array-concat@1.0.0:
- resolution:
- {
- integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==
- }
- engines: { node: ">=0.4" }
+ resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==}
+ engines: {node: '>=0.4'}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
@@ -50699,82 +38565,52 @@ packages:
isarray: 2.0.5
/safe-buffer@5.1.1:
- resolution:
- {
- integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==
- }
+ resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==}
dev: true
/safe-buffer@5.1.2:
- resolution:
- {
- integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
- }
+ resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
/safe-buffer@5.2.1:
- resolution:
- {
- integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
- }
+ resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
/safe-identifier@0.4.2:
- resolution:
- {
- integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==
- }
+ resolution: {integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==}
dev: true
/safe-regex-test@1.0.0:
- resolution:
- {
- integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
- }
+ resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
is-regex: 1.1.4
/safe-regex2@2.0.0:
- resolution:
- {
- integrity: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==
- }
+ resolution: {integrity: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==}
dependencies:
ret: 0.2.2
dev: false
/safe-stable-stringify@1.1.1:
- resolution:
- {
- integrity: sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==
- }
+ resolution: {integrity: sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==}
dev: false
/safe-stable-stringify@2.4.3:
- resolution:
- {
- integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==}
+ engines: {node: '>=10'}
dev: false
/safer-buffer@2.1.2:
- resolution:
- {
- integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
- }
+ resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
/sass-loader@12.6.0(sass@1.65.1)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
- fibers: ">= 3.1.0"
+ fibers: '>= 3.1.0'
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
sass: ^1.3.0
- sass-embedded: "*"
+ sass-embedded: '*'
webpack: ^5.0.0
peerDependenciesMeta:
fibers:
@@ -50789,16 +38625,12 @@ packages:
klona: 2.0.6
neo-async: 2.6.2
sass: 1.65.1
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/sass@1.65.1:
- resolution:
- {
- integrity: sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA==
- }
- engines: { node: ">=14.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA==}
+ engines: {node: '>=14.0.0'}
dependencies:
chokidar: 3.5.3
immutable: 4.3.2
@@ -50806,212 +38638,145 @@ packages:
dev: true
/sax@1.2.4:
- resolution:
- {
- integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
- }
+ resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
/saxes@5.0.1:
- resolution:
- {
- integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==}
+ engines: {node: '>=10'}
dependencies:
xmlchars: 2.2.0
dev: false
/saxes@6.0.0:
- resolution:
- {
- integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==
- }
- engines: { node: ">=v12.22.7" }
+ resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
+ engines: {node: '>=v12.22.7'}
dependencies:
xmlchars: 2.2.0
dev: true
/scheduler@0.17.0:
- resolution:
- {
- integrity: sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==
- }
+ resolution: {integrity: sha512-7rro8Io3tnCPuY4la/NuI5F2yfESpnfZyT6TtkXnSWVkcu0BCDJ+8gk5ozUaFaxpIyNuWAPXrH0yFcSi28fnDA==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
dev: true
/scheduler@0.20.2:
- resolution:
- {
- integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
- }
+ resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
/scheduler@0.23.0:
- resolution:
- {
- integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
- }
+ resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
dependencies:
loose-envify: 1.4.0
/scheduler@0.24.0-canary-efb381bbf-20230505:
- resolution:
- {
- integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==
- }
+ resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==}
dependencies:
loose-envify: 1.4.0
dev: false
/schema-dts@1.1.2(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-MpNwH0dZJHinVxk9bT8XUdjKTxMYrA5bLtrrGmFA6PTLwlOKnhi67XoRd6/ty+Djt6ZC0slR57qFhZDNMI6DhQ==
- }
+ resolution: {integrity: sha512-MpNwH0dZJHinVxk9bT8XUdjKTxMYrA5bLtrrGmFA6PTLwlOKnhi67XoRd6/ty+Djt6ZC0slR57qFhZDNMI6DhQ==}
peerDependencies:
- typescript: ">=4.1.0"
+ typescript: '>=4.1.0'
dependencies:
typescript: 5.2.0-beta
dev: false
/schema-utils@2.7.0:
- resolution:
- {
- integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
- }
- engines: { node: ">= 8.9.0" }
+ resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
+ engines: {node: '>= 8.9.0'}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: false
/schema-utils@2.7.1:
- resolution:
- {
- integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
- }
- engines: { node: ">= 8.9.0" }
+ resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==}
+ engines: {node: '>= 8.9.0'}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: false
/schema-utils@3.3.0:
- resolution:
- {
- integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
- }
- engines: { node: ">= 10.13.0" }
+ resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
+ engines: {node: '>= 10.13.0'}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
/schema-utils@4.2.0:
- resolution:
- {
- integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
+ engines: {node: '>= 12.13.0'}
dependencies:
- "@types/json-schema": 7.0.12
+ '@types/json-schema': 7.0.12
ajv: 8.12.0
ajv-formats: 2.1.1(ajv@8.12.0)
ajv-keywords: 5.1.0(ajv@8.12.0)
/screenfull@5.2.0:
- resolution:
- {
- integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==}
+ engines: {node: '>=0.10.0'}
dev: false
/scuid@1.1.0:
- resolution:
- {
- integrity: sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==
- }
+ resolution: {integrity: sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==}
dev: true
/search-insights@2.7.0:
- resolution:
- {
- integrity: sha512-GLbVaGgzYEKMvuJbHRhLi1qoBFnjXZGZ6l4LxOYPCp4lI2jDRB3jPU9/XNhMwv6kvnA9slTreq6pvK+b3o3aqg==
- }
- engines: { node: ">=8.16.0" }
+ resolution: {integrity: sha512-GLbVaGgzYEKMvuJbHRhLi1qoBFnjXZGZ6l4LxOYPCp4lI2jDRB3jPU9/XNhMwv6kvnA9slTreq6pvK+b3o3aqg==}
+ engines: {node: '>=8.16.0'}
dev: false
/section-matter@1.0.0:
- resolution:
- {
- integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
+ engines: {node: '>=4'}
dependencies:
extend-shallow: 2.0.1
kind-of: 6.0.3
dev: false
/secure-compare@3.0.1:
- resolution:
- {
- integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==
- }
+ resolution: {integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==}
dev: true
/secure-json-parse@2.7.0:
- resolution:
- {
- integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
- }
+ resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==}
dev: false
/select-hose@2.0.0:
- resolution:
- {
- integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==
- }
+ resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==}
/selfsigned@2.1.1:
- resolution:
- {
- integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==}
+ engines: {node: '>=10'}
dependencies:
node-forge: 1.3.1
/semantic-release-plugin-decorators@3.0.1(semantic-release@20.1.0):
- resolution:
- {
- integrity: sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==
- }
+ resolution: {integrity: sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==}
peerDependencies:
- semantic-release: ">=11"
+ semantic-release: '>=11'
dependencies:
semantic-release: 20.1.0
dev: true
/semantic-release@20.1.0:
- resolution:
- {
- integrity: sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==
- }
- engines: { node: ">=18" }
- hasBin: true
- dependencies:
- "@semantic-release/commit-analyzer": 9.0.2(semantic-release@20.1.0)
- "@semantic-release/error": 3.0.0
- "@semantic-release/github": 8.0.7(semantic-release@20.1.0)
- "@semantic-release/npm": 9.0.2(semantic-release@20.1.0)
- "@semantic-release/release-notes-generator": 10.0.3(semantic-release@20.1.0)
+ resolution: {integrity: sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==}
+ engines: {node: '>=18'}
+ dependencies:
+ '@semantic-release/commit-analyzer': 9.0.2(semantic-release@20.1.0)
+ '@semantic-release/error': 3.0.0
+ '@semantic-release/github': 8.0.7(semantic-release@20.1.0)
+ '@semantic-release/npm': 9.0.2(semantic-release@20.1.0)
+ '@semantic-release/release-notes-generator': 10.0.3(semantic-release@20.1.0)
aggregate-error: 4.0.1
cosmiconfig: 8.2.0
debug: 4.3.4(supports-color@8.1.1)
@@ -51030,7 +38795,7 @@ packages:
p-each-series: 3.0.0
p-reduce: 3.0.0
read-pkg-up: 9.1.0
- resolve-from: 5.0.0
+ resolve-from: 5.0.0(patch_hash=m2m3bwjrppw6uynhtumx2kikte)
semver: 7.5.4
semver-diff: 4.0.0
signale: 1.4.0
@@ -51041,113 +38806,70 @@ packages:
dev: true
/sembear@0.5.2:
- resolution:
- {
- integrity: sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==
- }
+ resolution: {integrity: sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==}
dependencies:
- "@types/semver": 6.2.3
+ '@types/semver': 6.2.3
semver: 6.3.1
dev: true
/semver-diff@3.1.1:
- resolution:
- {
- integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==}
+ engines: {node: '>=8'}
dependencies:
semver: 6.3.1
dev: false
/semver-diff@4.0.0:
- resolution:
- {
- integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==}
+ engines: {node: '>=12'}
dependencies:
semver: 7.5.4
dev: true
/semver-regex@4.0.5:
- resolution:
- {
- integrity: sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==}
+ engines: {node: '>=12'}
dev: true
/semver-truncate@3.0.0:
- resolution:
- {
- integrity: sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==}
+ engines: {node: '>=12'}
dependencies:
semver: 7.5.4
dev: true
/semver@5.7.2:
- resolution:
- {
- integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
- }
- hasBin: true
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
/semver@6.3.1:
- resolution:
- {
- integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
- }
- hasBin: true
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
/semver@7.0.0:
- resolution:
- {
- integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
- }
- hasBin: true
+ resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==}
dev: true
/semver@7.3.4:
- resolution:
- {
- integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==}
+ engines: {node: '>=10'}
dependencies:
lru-cache: 6.0.0
dev: true
/semver@7.5.3:
- resolution:
- {
- integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
+ engines: {node: '>=10'}
dependencies:
lru-cache: 6.0.0
/semver@7.5.4:
- resolution:
- {
- integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
+ engines: {node: '>=10'}
dependencies:
lru-cache: 6.0.0
/send@0.18.0:
- resolution:
- {
- integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
- }
- engines: { node: ">= 0.8.0" }
- requiresBuild: true
+ resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
+ engines: {node: '>= 0.8.0'}
dependencies:
debug: 2.6.9
depd: 2.0.0
@@ -51166,47 +38888,32 @@ packages:
- supports-color
/sentence-case@3.0.4:
- resolution:
- {
- integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==
- }
+ resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
dependencies:
no-case: 3.0.4
tslib: 2.6.1
upper-case-first: 2.0.2
/serialize-error@2.1.0:
- resolution:
- {
- integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==}
+ engines: {node: '>=0.10.0'}
dev: false
/serialize-error@8.1.0:
- resolution:
- {
- integrity: sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==}
+ engines: {node: '>=10'}
dependencies:
type-fest: 0.20.2
dev: false
/serialize-javascript@6.0.1:
- resolution:
- {
- integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==
- }
+ resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==}
dependencies:
randombytes: 2.1.0
/serve-favicon@2.5.0:
- resolution:
- {
- integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==}
+ engines: {node: '>= 0.8.0'}
dependencies:
etag: 1.8.1
fresh: 0.5.2
@@ -51216,10 +38923,7 @@ packages:
dev: true
/serve-handler@6.1.5:
- resolution:
- {
- integrity: sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==
- }
+ resolution: {integrity: sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==}
dependencies:
bytes: 3.0.0
content-disposition: 0.5.2
@@ -51232,11 +38936,8 @@ packages:
dev: false
/serve-index@1.9.1:
- resolution:
- {
- integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
+ engines: {node: '>= 0.8.0'}
dependencies:
accepts: 1.3.8
batch: 0.6.1
@@ -51249,11 +38950,8 @@ packages:
- supports-color
/serve-static@1.15.0:
- resolution:
- {
- integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
+ engines: {node: '>= 0.8.0'}
dependencies:
encodeurl: 1.0.2
escape-html: 1.0.3
@@ -51263,148 +38961,88 @@ packages:
- supports-color
/server-only@0.0.1:
- resolution:
- {
- integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==
- }
+ resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==}
dev: true
/set-blocking@2.0.0:
- resolution:
- {
- integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
- }
+ resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
/set-cookie-parser@2.6.0:
- resolution:
- {
- integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==
- }
+ resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==}
/set-harmonic-interval@1.0.1:
- resolution:
- {
- integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==
- }
- engines: { node: ">=6.9" }
+ resolution: {integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==}
+ engines: {node: '>=6.9'}
dev: false
/setimmediate@1.0.5:
- resolution:
- {
- integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
- }
+ resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
/setprototypeof@1.1.0:
- resolution:
- {
- integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
- }
+ resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==}
/setprototypeof@1.1.1:
- resolution:
- {
- integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
- }
+ resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==}
dev: true
/setprototypeof@1.2.0:
- resolution:
- {
- integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
/sha.js@2.4.11:
- resolution:
- {
- integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==}
dependencies:
inherits: 2.0.4
safe-buffer: 5.2.1
/shallow-clone@3.0.1:
- resolution:
- {
- integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
+ engines: {node: '>=8'}
dependencies:
kind-of: 6.0.3
/shallowequal@1.1.0:
- resolution:
- {
- integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
- }
+ resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==}
dev: false
/shebang-command@1.2.0:
- resolution:
- {
- integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==}
+ engines: {node: '>=0.10.0'}
dependencies:
shebang-regex: 1.0.0
dev: true
/shebang-command@2.0.0:
- resolution:
- {
- integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
dependencies:
shebang-regex: 3.0.0
/shebang-regex@1.0.0:
- resolution:
- {
- integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==}
+ engines: {node: '>=0.10.0'}
dev: true
/shebang-regex@3.0.0:
- resolution:
- {
- integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
/shell-quote@1.7.2:
- resolution:
- {
- integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
- }
+ resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==}
dev: true
/shell-quote@1.8.1:
- resolution:
- {
- integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
- }
+ resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
/shelljs@0.8.5:
- resolution:
- {
- integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==}
+ engines: {node: '>=4'}
dependencies:
glob: 7.2.3
interpret: 1.4.0
rechoir: 0.6.2
/shiki@0.14.3:
- resolution:
- {
- integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==
- }
+ resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==}
dependencies:
ansi-sequence-parser: 1.1.1
jsonc-parser: 3.2.0
@@ -51413,67 +39051,42 @@ packages:
dev: false
/shimmer@1.2.1:
- resolution:
- {
- integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==
- }
+ resolution: {integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==}
/short-unique-id@4.4.4:
- resolution:
- {
- integrity: sha512-oLF1NCmtbiTWl2SqdXZQbo5KM1b7axdp0RgQLq8qCBBLoq+o3A5wmLrNM6bZIh54/a8BJ3l69kTXuxwZ+XCYuw==
- }
- hasBin: true
+ resolution: {integrity: sha512-oLF1NCmtbiTWl2SqdXZQbo5KM1b7axdp0RgQLq8qCBBLoq+o3A5wmLrNM6bZIh54/a8BJ3l69kTXuxwZ+XCYuw==}
dev: false
/should-equal@2.0.0:
- resolution:
- {
- integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==
- }
+ resolution: {integrity: sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==}
dependencies:
should-type: 1.4.0
dev: false
/should-format@3.0.3:
- resolution:
- {
- integrity: sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==
- }
+ resolution: {integrity: sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==}
dependencies:
should-type: 1.4.0
should-type-adaptors: 1.1.0
dev: false
/should-type-adaptors@1.1.0:
- resolution:
- {
- integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==
- }
+ resolution: {integrity: sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==}
dependencies:
should-type: 1.4.0
should-util: 1.0.1
dev: false
/should-type@1.4.0:
- resolution:
- {
- integrity: sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==
- }
+ resolution: {integrity: sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==}
dev: false
/should-util@1.0.1:
- resolution:
- {
- integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==
- }
+ resolution: {integrity: sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==}
dev: false
/should@13.2.3:
- resolution:
- {
- integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==
- }
+ resolution: {integrity: sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==}
dependencies:
should-equal: 2.0.0
should-format: 3.0.3
@@ -51483,34 +39096,22 @@ packages:
dev: false
/side-channel@1.0.4:
- resolution:
- {
- integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
- }
+ resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
object-inspect: 1.12.3
/signal-exit@3.0.7:
- resolution:
- {
- integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
- }
+ resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
/signal-exit@4.1.0:
- resolution:
- {
- integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
+ engines: {node: '>=14'}
/signale@1.4.0:
- resolution:
- {
- integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==}
+ engines: {node: '>=6'}
dependencies:
chalk: 2.4.2
figures: 2.0.0
@@ -51518,143 +39119,95 @@ packages:
dev: true
/signedsource@1.0.0:
- resolution:
- {
- integrity: sha512-6+eerH9fEnNmi/hyM1DXcRK3pWdoMQtlkQ+ns0ntzunjKqp5i3sKCc80ym8Fib3iaYhdJUOPdhlJWj1tvge2Ww==
- }
+ resolution: {integrity: sha512-6+eerH9fEnNmi/hyM1DXcRK3pWdoMQtlkQ+ns0ntzunjKqp5i3sKCc80ym8Fib3iaYhdJUOPdhlJWj1tvge2Ww==}
dev: true
/simple-concat@1.0.1:
- resolution:
- {
- integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
/simple-eval@1.0.0:
- resolution:
- {
- integrity: sha512-kpKJR+bqTscgC0xuAl2xHN6bB12lHjC2DCUfqjAx19bQyO3R2EVLOurm3H9AUltv/uFVcSCVNc6faegR+8NYLw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-kpKJR+bqTscgC0xuAl2xHN6bB12lHjC2DCUfqjAx19bQyO3R2EVLOurm3H9AUltv/uFVcSCVNc6faegR+8NYLw==}
+ engines: {node: '>=12'}
dependencies:
jsep: 1.3.8
dev: false
/simple-get@4.0.1:
- resolution:
- {
- integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
dependencies:
decompress-response: 6.0.0
once: 1.4.0
simple-concat: 1.0.1
/simple-git@2.48.0:
- resolution:
- {
- integrity: sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==
- }
+ resolution: {integrity: sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==}
dependencies:
- "@kwsites/file-exists": 1.1.1
- "@kwsites/promise-deferred": 1.1.1
+ '@kwsites/file-exists': 1.1.1
+ '@kwsites/promise-deferred': 1.1.1
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
dev: true
/simple-git@3.19.1:
- resolution:
- {
- integrity: sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==
- }
+ resolution: {integrity: sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==}
dependencies:
- "@kwsites/file-exists": 1.1.1
- "@kwsites/promise-deferred": 1.1.1
+ '@kwsites/file-exists': 1.1.1
+ '@kwsites/promise-deferred': 1.1.1
debug: 4.3.4(supports-color@8.1.1)
transitivePeerDependencies:
- supports-color
dev: false
/simple-swizzle@0.2.2:
- resolution:
- {
- integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
- }
+ resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
dependencies:
is-arrayish: 0.3.2
dev: true
/simple-update-notifier@1.1.0:
- resolution:
- {
- integrity: sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==
- }
- engines: { node: ">=8.10.0" }
+ resolution: {integrity: sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==}
+ engines: {node: '>=8.10.0'}
dependencies:
semver: 7.0.0
dev: true
/sirv@1.0.19:
- resolution:
- {
- integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==}
+ engines: {node: '>= 10'}
dependencies:
- "@polka/url": 1.0.0-next.21
+ '@polka/url': 1.0.0-next.21
mrmime: 1.0.1
totalist: 1.1.0
/sisteransi@1.0.5:
- resolution:
- {
- integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
- }
+ resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
/sitemap@7.1.1:
- resolution:
- {
- integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==
- }
- engines: { node: ">=12.0.0", npm: ">=5.6.0" }
- hasBin: true
+ resolution: {integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==}
+ engines: {node: '>=12.0.0', npm: '>=5.6.0'}
dependencies:
- "@types/node": 17.0.45
- "@types/sax": 1.2.4
+ '@types/node': 17.0.45
+ '@types/sax': 1.2.4
arg: 5.0.2
sax: 1.2.4
dev: false
/slash@2.0.0:
- resolution:
- {
- integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==}
+ engines: {node: '>=6'}
/slash@3.0.0:
- resolution:
- {
- integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
+ engines: {node: '>=8'}
/slash@4.0.0:
- resolution:
- {
- integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==}
+ engines: {node: '>=12'}
/slice-ansi@2.1.0:
- resolution:
- {
- integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==}
+ engines: {node: '>=6'}
dependencies:
ansi-styles: 3.2.1
astral-regex: 1.0.0
@@ -51662,11 +39215,8 @@ packages:
dev: false
/slice-ansi@3.0.0:
- resolution:
- {
- integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==}
+ engines: {node: '>=8'}
dependencies:
ansi-styles: 4.3.0
astral-regex: 2.0.0
@@ -51674,11 +39224,8 @@ packages:
dev: true
/slice-ansi@4.0.0:
- resolution:
- {
- integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==}
+ engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
astral-regex: 2.0.0
@@ -51686,60 +39233,39 @@ packages:
dev: true
/slice-ansi@5.0.0:
- resolution:
- {
- integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
+ engines: {node: '>=12'}
dependencies:
ansi-styles: 6.2.1
is-fullwidth-code-point: 4.0.0
dev: true
/sliced@1.0.1:
- resolution:
- {
- integrity: sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==
- }
+ resolution: {integrity: sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==}
dev: true
/slugify@1.6.6:
- resolution:
- {
- integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==}
+ engines: {node: '>=8.0.0'}
dev: true
/smart-buffer@4.2.0:
- resolution:
- {
- integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
- }
- engines: { node: ">= 6.0.0", npm: ">= 3.0.0" }
+ resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
+ engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
dev: false
/snake-case@3.0.4:
- resolution:
- {
- integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==
- }
+ resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
dependencies:
dot-case: 3.0.4
tslib: 2.6.1
/socket.io-adapter@1.1.2:
- resolution:
- {
- integrity: sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==
- }
+ resolution: {integrity: sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==}
dev: true
/socket.io-client@2.5.0(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-lOO9clmdgssDykiOmVQQitwBAF3I6mYcQAo7hQ7AM6Ny5X7fp8hIJ3HcQs3Rjz4SoggoxA1OgrQyY8EgTbcPYw==
- }
+ resolution: {integrity: sha512-lOO9clmdgssDykiOmVQQitwBAF3I6mYcQAo7hQ7AM6Ny5X7fp8hIJ3HcQs3Rjz4SoggoxA1OgrQyY8EgTbcPYw==}
dependencies:
backo2: 1.0.2
component-bind: 1.0.0
@@ -51759,10 +39285,7 @@ packages:
dev: true
/socket.io-parser@3.3.3:
- resolution:
- {
- integrity: sha512-qOg87q1PMWWTeO01768Yh9ogn7chB9zkKtQnya41Y355S0UmpXgpcrFwAgjYJxu9BdKug5r5e9YtVSeWhKBUZg==
- }
+ resolution: {integrity: sha512-qOg87q1PMWWTeO01768Yh9ogn7chB9zkKtQnya41Y355S0UmpXgpcrFwAgjYJxu9BdKug5r5e9YtVSeWhKBUZg==}
dependencies:
component-emitter: 1.3.0
debug: 3.1.0(supports-color@5.4.0)
@@ -51772,11 +39295,8 @@ packages:
dev: true
/socket.io-parser@3.4.3:
- resolution:
- {
- integrity: sha512-1rE4dZN3kCI/E5wixd393hmbqa78vVpkKmnEJhLeWoS/C5hbFYAbcSfnWoaVH43u9ToUVtzKjguxEZq+1XZfCQ==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-1rE4dZN3kCI/E5wixd393hmbqa78vVpkKmnEJhLeWoS/C5hbFYAbcSfnWoaVH43u9ToUVtzKjguxEZq+1XZfCQ==}
+ engines: {node: '>=10.0.0'}
dependencies:
component-emitter: 1.2.1
debug: 4.1.1
@@ -51786,10 +39306,7 @@ packages:
dev: true
/socket.io@2.5.0(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w==
- }
+ resolution: {integrity: sha512-gGunfS0od3VpwDBpGwVkzSZx6Aqo9uOcf1afJj2cKnKFAoyl16fvhpsUhmUFd4Ldbvl5JvRQed6eQw6oQp6n8w==}
dependencies:
debug: 4.1.1
engine.io: 3.6.1(bufferutil@4.0.7)(utf-8-validate@5.0.10)
@@ -51804,21 +39321,15 @@ packages:
dev: true
/sockjs@0.3.24:
- resolution:
- {
- integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==
- }
+ resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
dependencies:
faye-websocket: 0.11.4
uuid: 8.3.2
websocket-driver: 0.7.4
/socks-proxy-agent@6.2.1:
- resolution:
- {
- integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==}
+ engines: {node: '>= 10'}
dependencies:
agent-base: 6.0.2
debug: 4.3.4(supports-color@8.1.1)
@@ -51828,244 +39339,159 @@ packages:
dev: false
/socks@2.7.1:
- resolution:
- {
- integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==
- }
- engines: { node: ">= 10.13.0", npm: ">= 3.0.0" }
+ resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
+ engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
dependencies:
ip: 2.0.0
smart-buffer: 4.2.0
dev: false
/sonic-boom@3.3.0:
- resolution:
- {
- integrity: sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
- }
+ resolution: {integrity: sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==}
dependencies:
atomic-sleep: 1.0.0
dev: false
/sort-css-media-queries@2.1.0:
- resolution:
- {
- integrity: sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==
- }
- engines: { node: ">= 6.3.0" }
+ resolution: {integrity: sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==}
+ engines: {node: '>= 6.3.0'}
dev: false
/sort-keys-length@1.0.1:
- resolution:
- {
- integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==}
+ engines: {node: '>=0.10.0'}
dependencies:
sort-keys: 1.1.2
dev: true
/sort-keys@1.1.2:
- resolution:
- {
- integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==}
+ engines: {node: '>=0.10.0'}
dependencies:
is-plain-obj: 1.1.0
dev: true
/source-map-js@1.0.2:
- resolution:
- {
- integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
+ engines: {node: '>=0.10.0'}
/source-map-loader@3.0.2(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
abab: 2.0.6
iconv-lite: 0.6.3
source-map-js: 1.0.2
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/source-map-support@0.5.13:
- resolution:
- {
- integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
- }
+ resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
dev: true
/source-map-support@0.5.19:
- resolution:
- {
- integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
- }
+ resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
dev: true
/source-map-support@0.5.21:
- resolution:
- {
- integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
- }
+ resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
dependencies:
buffer-from: 1.1.2
source-map: 0.6.1
/source-map@0.5.6:
- resolution:
- {
- integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==}
+ engines: {node: '>=0.10.0'}
dev: false
/source-map@0.5.7:
- resolution:
- {
- integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
+ engines: {node: '>=0.10.0'}
/source-map@0.6.1:
- resolution:
- {
- integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
+ engines: {node: '>=0.10.0'}
/source-map@0.7.3:
- resolution:
- {
- integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==}
+ engines: {node: '>= 8'}
dev: true
/source-map@0.7.4:
- resolution:
- {
- integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
+ engines: {node: '>= 8'}
/source-map@0.8.0-beta.0:
- resolution:
- {
- integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
+ engines: {node: '>= 8'}
dependencies:
whatwg-url: 7.1.0
dev: true
/sourcemap-codec@1.4.8:
- resolution:
- {
- integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
- }
- deprecated: Please use @jridgewell/sourcemap-codec instead
+ resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
/space-separated-tokens@1.1.5:
- resolution:
- {
- integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==
- }
+ resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==}
/space-separated-tokens@2.0.2:
- resolution:
- {
- integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
- }
+ resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
/spawn-command@0.0.2:
- resolution:
- {
- integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
- }
+ resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==}
dev: true
/spawn-error-forwarder@1.0.0:
- resolution:
- {
- integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==
- }
+ resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==}
dev: true
/spawn-to-readstream@0.1.3:
- resolution:
- {
- integrity: sha512-Xxiqu2wU4nkLv8G+fiv9jT6HRTrz9D8Fajli9HQtqWlrgTwQ3DSs4ZztQbhN/HsVxJX5S7ynzmJ2lQiYDQSYmg==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-Xxiqu2wU4nkLv8G+fiv9jT6HRTrz9D8Fajli9HQtqWlrgTwQ3DSs4ZztQbhN/HsVxJX5S7ynzmJ2lQiYDQSYmg==}
+ engines: {node: '>= 0.8.0'}
dependencies:
limit-spawn: 0.0.3
through2: 0.4.2
dev: true
/spawndamnit@2.0.0:
- resolution:
- {
- integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==
- }
+ resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==}
dependencies:
cross-spawn: 5.1.0
signal-exit: 3.0.7
dev: true
/spdx-correct@3.2.0:
- resolution:
- {
- integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
- }
+ resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
dependencies:
spdx-expression-parse: 3.0.1
spdx-license-ids: 3.0.13
dev: true
/spdx-exceptions@2.3.0:
- resolution:
- {
- integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
- }
+ resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==}
dev: true
/spdx-expression-parse@3.0.1:
- resolution:
- {
- integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
- }
+ resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
dependencies:
spdx-exceptions: 2.3.0
spdx-license-ids: 3.0.13
dev: true
/spdx-license-ids@3.0.13:
- resolution:
- {
- integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==
- }
+ resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==}
dev: true
/spdy-transport@3.0.0:
- resolution:
- {
- integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==
- }
+ resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
detect-node: 2.1.0
@@ -52077,11 +39503,8 @@ packages:
- supports-color
/spdy@4.0.2:
- resolution:
- {
- integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==}
+ engines: {node: '>=6.0.0'}
dependencies:
debug: 4.3.4(supports-color@8.1.1)
handle-thing: 2.0.1
@@ -52092,25 +39515,16 @@ packages:
- supports-color
/speedometer@1.0.0:
- resolution:
- {
- integrity: sha512-lgxErLl/7A5+vgIIXsh9MbeukOaCb2axgQ+bKCdIE+ibNT4XNYGNCR1qFEGq6F+YDASXK3Fh/c5FgtZchFolxw==
- }
+ resolution: {integrity: sha512-lgxErLl/7A5+vgIIXsh9MbeukOaCb2axgQ+bKCdIE+ibNT4XNYGNCR1qFEGq6F+YDASXK3Fh/c5FgtZchFolxw==}
dev: true
/split-on-first@1.1.0:
- resolution:
- {
- integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==}
+ engines: {node: '>=6'}
dev: true
/split-transform-stream@0.1.1:
- resolution:
- {
- integrity: sha512-nV8lOb9BKS3BqODBjmzELm0Kl878nWoTjdfn6z/v6d/zW8YS/EQ76fP11a/D6Fm6QTsbLdsFJBIpz6t17zHJnQ==
- }
+ resolution: {integrity: sha512-nV8lOb9BKS3BqODBjmzELm0Kl878nWoTjdfn6z/v6d/zW8YS/EQ76fP11a/D6Fm6QTsbLdsFJBIpz6t17zHJnQ==}
dependencies:
bubble-stream-error: 0.0.1
event-stream: 3.1.7
@@ -52118,79 +39532,51 @@ packages:
dev: true
/split2@1.0.0:
- resolution:
- {
- integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==
- }
+ resolution: {integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==}
dependencies:
through2: 2.0.5
dev: true
/split2@3.2.2:
- resolution:
- {
- integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
- }
+ resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==}
dependencies:
readable-stream: 3.6.2
dev: true
/split2@4.2.0:
- resolution:
- {
- integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
- }
- engines: { node: ">= 10.x" }
+ resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
+ engines: {node: '>= 10.x'}
dev: false
/split@0.2.10:
- resolution:
- {
- integrity: sha512-e0pKq+UUH2Xq/sXbYpZBZc3BawsfDZ7dgv+JtRTUPNcvF5CMR4Y9cvJqkMY0MoxWzTHvZuz1beg6pNEKlszPiQ==
- }
+ resolution: {integrity: sha512-e0pKq+UUH2Xq/sXbYpZBZc3BawsfDZ7dgv+JtRTUPNcvF5CMR4Y9cvJqkMY0MoxWzTHvZuz1beg6pNEKlszPiQ==}
dependencies:
through: 2.3.8
dev: true
/split@0.3.3:
- resolution:
- {
- integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==
- }
+ resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==}
dependencies:
through: 2.3.8
dev: false
/split@1.0.1:
- resolution:
- {
- integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
- }
+ resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==}
dependencies:
through: 2.3.8
dev: true
/sponge-case@1.0.1:
- resolution:
- {
- integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==
- }
+ resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==}
dependencies:
tslib: 2.6.1
/sprintf-js@1.0.3:
- resolution:
- {
- integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
- }
+ resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
/sshpk@1.17.0:
- resolution:
- {
- integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
- }
- engines: { node: ">=0.10.0" }
- hasBin: true
+ resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==}
+ engines: {node: '>=0.10.0'}
dependencies:
asn1: 0.2.6
assert-plus: 1.0.0
@@ -52203,61 +39589,39 @@ packages:
tweetnacl: 0.14.5
/ssri@8.0.1:
- resolution:
- {
- integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
+ engines: {node: '>= 8'}
dependencies:
minipass: 3.3.6
dev: false
/stable@0.1.8:
- resolution:
- {
- integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
- }
- deprecated: "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility"
+ resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
/stack-generator@2.0.10:
- resolution:
- {
- integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==
- }
+ resolution: {integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==}
dependencies:
stackframe: 1.3.4
dev: false
/stack-utils@2.0.6:
- resolution:
- {
- integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==}
+ engines: {node: '>=10'}
dependencies:
escape-string-regexp: 2.0.0
/stackframe@1.3.4:
- resolution:
- {
- integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==
- }
+ resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==}
/stacktrace-gps@3.1.2:
- resolution:
- {
- integrity: sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==
- }
+ resolution: {integrity: sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==}
dependencies:
source-map: 0.5.6
stackframe: 1.3.4
dev: false
/stacktrace-js@2.0.2:
- resolution:
- {
- integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==
- }
+ resolution: {integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==}
dependencies:
error-stack-parser: 2.1.4
stack-generator: 2.0.10
@@ -52265,111 +39629,69 @@ packages:
dev: false
/stacktrace-parser@0.1.10:
- resolution:
- {
- integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==}
+ engines: {node: '>=6'}
dependencies:
type-fest: 0.7.1
/stacktracey@2.1.8:
- resolution:
- {
- integrity: sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==
- }
+ resolution: {integrity: sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==}
dependencies:
as-table: 1.0.55
get-source: 2.0.12
- dev: true
/stampit@4.3.2:
- resolution:
- {
- integrity: sha512-pE2org1+ZWQBnIxRPrBM2gVupkuDD0TTNIo1H6GdT/vO82NXli2z8lRE8cu/nBIHrcOCXFBAHpb9ZldrB2/qOA==
- }
+ resolution: {integrity: sha512-pE2org1+ZWQBnIxRPrBM2gVupkuDD0TTNIo1H6GdT/vO82NXli2z8lRE8cu/nBIHrcOCXFBAHpb9ZldrB2/qOA==}
dev: false
/state-toggle@1.0.3:
- resolution:
- {
- integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==
- }
+ resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==}
dev: false
/static-eval@2.0.2:
- resolution:
- {
- integrity: sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==
- }
+ resolution: {integrity: sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==}
dependencies:
escodegen: 1.14.3
dev: false
/statuses@1.5.0:
- resolution:
- {
- integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
- }
- engines: { node: ">= 0.6" }
+ resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
+ engines: {node: '>= 0.6'}
/statuses@2.0.1:
- resolution:
- {
- integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
- }
- engines: { node: ">= 0.8" }
- requiresBuild: true
+ resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
+ engines: {node: '>= 0.8'}
/std-env@3.4.0:
- resolution:
- {
- integrity: sha512-YqHeQIIQ8r1VtUZOTOyjsAXAsjr369SplZ5rlQaiJTBsvodvPSCME7vuz8pnQltbQ0Cw0lyFo5Q8uyNwYQ58Xw==
- }
+ resolution: {integrity: sha512-YqHeQIIQ8r1VtUZOTOyjsAXAsjr369SplZ5rlQaiJTBsvodvPSCME7vuz8pnQltbQ0Cw0lyFo5Q8uyNwYQ58Xw==}
dev: false
/stdin-discarder@0.1.0:
- resolution:
- {
- integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
bl: 5.1.0
dev: false
/stop-iteration-iterator@1.0.0:
- resolution:
- {
- integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==}
+ engines: {node: '>= 0.4'}
dependencies:
internal-slot: 1.0.5
dev: true
/stoppable@1.1.0:
- resolution:
- {
- integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==
- }
- engines: { node: ">=4", npm: ">=6" }
- dev: true
+ resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==}
+ engines: {node: '>=4', npm: '>=6'}
/store2@2.14.2:
- resolution:
- {
- integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==
- }
+ resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==}
dev: true
- /storybook-addon-swc@1.2.0(@swc/core@1.3.76)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-PEpxhAH+407KTcVDC7uUH4S26qtuBDC/JlZI3NqFYu0Tm2uCBf56On+13lK4iE3Iz8FORl4aSXo2RricJ/UhPQ==
- }
+ /storybook-addon-swc@1.2.0(@swc/core@1.3.83)(webpack@5.81.0):
+ resolution: {integrity: sha512-PEpxhAH+407KTcVDC7uUH4S26qtuBDC/JlZI3NqFYu0Tm2uCBf56On+13lK4iE3Iz8FORl4aSXo2RricJ/UhPQ==}
peerDependencies:
- "@swc/core": ^1.2.152
+ '@swc/core': ^1.2.152
terser-webpack-plugin: ^4.0.0 || ^5.0.0
webpack: ^4.0.0 || ^5.0.0
peerDependenciesMeta:
@@ -52378,21 +39700,17 @@ packages:
webpack:
optional: true
dependencies:
- "@babel/runtime": 7.22.10
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@babel/runtime': 7.22.10
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
deepmerge: 4.3.1
- swc-loader: 0.1.16(@swc/core@1.3.76)(webpack@5.81.0)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ swc-loader: 0.1.16(@swc/core@1.3.83)(webpack@5.81.0)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/storybook@7.0.7:
- resolution:
- {
- integrity: sha512-MaFAhpPm/KsaoIQfGzapnRyXNh1VbS8l38BNZR5ZD97ejGkLukJ7TO4fFS87Hyy6whAXo6tTdtqeCByMQ9gRFA==
- }
- hasBin: true
+ resolution: {integrity: sha512-MaFAhpPm/KsaoIQfGzapnRyXNh1VbS8l38BNZR5ZD97ejGkLukJ7TO4fFS87Hyy6whAXo6tTdtqeCByMQ9gRFA==}
dependencies:
- "@storybook/cli": 7.0.7
+ '@storybook/cli': 7.0.7
transitivePeerDependencies:
- bufferutil
- encoding
@@ -52401,48 +39719,33 @@ packages:
dev: true
/stream-browserify@2.0.2:
- resolution:
- {
- integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
- }
+ resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==}
dependencies:
inherits: 2.0.4
readable-stream: 2.3.8
dev: true
/stream-browserify@3.0.0:
- resolution:
- {
- integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
- }
+ resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==}
dependencies:
inherits: 2.0.4
readable-stream: 3.6.2
dev: true
/stream-combiner2@1.1.1:
- resolution:
- {
- integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==
- }
+ resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==}
dependencies:
duplexer2: 0.1.4
readable-stream: 2.3.8
dev: true
/stream-combiner@0.0.4:
- resolution:
- {
- integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==
- }
+ resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==}
dependencies:
duplexer: 0.1.2
/stream-http@2.8.3:
- resolution:
- {
- integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
- }
+ resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==}
dependencies:
builtin-status-codes: 3.0.0
inherits: 2.0.4
@@ -52452,10 +39755,7 @@ packages:
dev: true
/stream-http@3.1.1:
- resolution:
- {
- integrity: sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==
- }
+ resolution: {integrity: sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==}
dependencies:
builtin-status-codes: 3.0.0
inherits: 2.0.4
@@ -52464,10 +39764,7 @@ packages:
dev: true
/stream-parser@0.3.1:
- resolution:
- {
- integrity: sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==
- }
+ resolution: {integrity: sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==}
dependencies:
debug: 2.6.9
transitivePeerDependencies:
@@ -52475,81 +39772,51 @@ packages:
dev: true
/stream-read-all@3.0.1:
- resolution:
- {
- integrity: sha512-EWZT9XOceBPlVJRrYcykW8jyRSZYbkb/0ZK36uLEmoWVO5gxBOnntNTseNzfREsqxqdfEGQrD8SXQ3QWbBmq8A==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-EWZT9XOceBPlVJRrYcykW8jyRSZYbkb/0ZK36uLEmoWVO5gxBOnntNTseNzfREsqxqdfEGQrD8SXQ3QWbBmq8A==}
+ engines: {node: '>=10'}
dev: true
/stream-shift@1.0.1:
- resolution:
- {
- integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
- }
+ resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==}
dev: true
/streamsearch@1.1.0:
- resolution:
- {
- integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
+ engines: {node: '>=10.0.0'}
/strict-uri-encode@2.0.0:
- resolution:
- {
- integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==}
+ engines: {node: '>=4'}
dev: true
/string-argv@0.3.2:
- resolution:
- {
- integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
- }
- engines: { node: ">=0.6.19" }
+ resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==}
+ engines: {node: '>=0.6.19'}
dev: true
/string-env-interpolation@1.0.1:
- resolution:
- {
- integrity: sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==
- }
+ resolution: {integrity: sha512-78lwMoCcn0nNu8LszbP1UA7g55OeE4v7rCeWnM5B453rnNr4aq+5it3FEYtZrSEiMvHZOZ9Jlqb0OD0M2VInqg==}
dev: true
/string-hash@1.1.3:
- resolution:
- {
- integrity: sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
- }
+ resolution: {integrity: sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==}
dev: true
/string-length@4.0.2:
- resolution:
- {
- integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==}
+ engines: {node: '>=10'}
dependencies:
char-regex: 1.0.2
strip-ansi: 6.0.1
dev: true
/string-template@0.2.1:
- resolution:
- {
- integrity: sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==
- }
+ resolution: {integrity: sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==}
dev: false
/string-width@1.0.2:
- resolution:
- {
- integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==}
+ engines: {node: '>=0.10.0'}
dependencies:
code-point-at: 1.1.0
is-fullwidth-code-point: 1.0.0
@@ -52557,33 +39824,24 @@ packages:
dev: false
/string-width@4.2.3:
- resolution:
- {
- integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
+ engines: {node: '>=8'}
dependencies:
emoji-regex: 8.0.0
is-fullwidth-code-point: 3.0.0
strip-ansi: 6.0.1
/string-width@5.1.2:
- resolution:
- {
- integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
+ engines: {node: '>=12'}
dependencies:
eastasianwidth: 0.2.0
emoji-regex: 9.2.2
strip-ansi: 7.1.0
/string-width@6.1.0:
- resolution:
- {
- integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==
- }
- engines: { node: ">=16" }
+ resolution: {integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==}
+ engines: {node: '>=16'}
dependencies:
eastasianwidth: 0.2.0
emoji-regex: 10.2.1
@@ -52591,10 +39849,7 @@ packages:
dev: false
/string.prototype.matchall@4.0.8:
- resolution:
- {
- integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
- }
+ resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
@@ -52607,75 +39862,51 @@ packages:
dev: true
/string.prototype.trim@1.2.7:
- resolution:
- {
- integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.22.1
/string.prototype.trimend@1.0.6:
- resolution:
- {
- integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
- }
+ resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.22.1
/string.prototype.trimstart@1.0.6:
- resolution:
- {
- integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
- }
+ resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==}
dependencies:
call-bind: 1.0.2
define-properties: 1.2.0
es-abstract: 1.22.1
/string_decoder@0.10.31:
- resolution:
- {
- integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
- }
+ resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==}
dev: true
/string_decoder@1.1.1:
- resolution:
- {
- integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
- }
+ resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
dependencies:
safe-buffer: 5.1.2
/string_decoder@1.3.0:
- resolution:
- {
- integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
- }
+ resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
dependencies:
safe-buffer: 5.2.1
/stringify-entities@4.0.3:
- resolution:
- {
- integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==
- }
+ resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==}
dependencies:
character-entities-html4: 2.1.0
character-entities-legacy: 3.0.0
dev: true
/stringify-object@3.3.0:
- resolution:
- {
- integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==}
+ engines: {node: '>=4'}
dependencies:
get-own-enumerable-property-symbols: 3.0.2
is-obj: 1.0.1
@@ -52683,189 +39914,123 @@ packages:
dev: false
/strip-ansi@3.0.1:
- resolution:
- {
- integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==}
+ engines: {node: '>=0.10.0'}
dependencies:
ansi-regex: 2.1.1
dev: false
/strip-ansi@5.2.0:
- resolution:
- {
- integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==}
+ engines: {node: '>=6'}
dependencies:
ansi-regex: 4.1.1
dev: false
/strip-ansi@6.0.0:
- resolution:
- {
- integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==}
+ engines: {node: '>=8'}
dependencies:
ansi-regex: 5.0.1
dev: true
/strip-ansi@6.0.1:
- resolution:
- {
- integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
+ engines: {node: '>=8'}
dependencies:
ansi-regex: 5.0.1
/strip-ansi@7.1.0:
- resolution:
- {
- integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
+ engines: {node: '>=12'}
dependencies:
ansi-regex: 6.0.1
/strip-bom-string@1.0.0:
- resolution:
- {
- integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
+ engines: {node: '>=0.10.0'}
dev: false
/strip-bom@3.0.0:
- resolution:
- {
- integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
+ engines: {node: '>=4'}
/strip-bom@4.0.0:
- resolution:
- {
- integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==}
+ engines: {node: '>=8'}
dev: true
/strip-eof@1.0.0:
- resolution:
- {
- integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==}
+ engines: {node: '>=0.10.0'}
dev: true
/strip-final-newline@2.0.0:
- resolution:
- {
- integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
+ engines: {node: '>=6'}
/strip-final-newline@3.0.0:
- resolution:
- {
- integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
+ engines: {node: '>=12'}
dev: true
/strip-indent@3.0.0:
- resolution:
- {
- integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
+ engines: {node: '>=8'}
dependencies:
min-indent: 1.0.1
dev: true
/strip-indent@4.0.0:
- resolution:
- {
- integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==}
+ engines: {node: '>=12'}
dependencies:
min-indent: 1.0.1
dev: true
/strip-json-comments@2.0.1:
- resolution:
- {
- integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
- }
- engines: { node: ">=0.10.0" }
- requiresBuild: true
+ 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" }
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
+ engines: {node: '>=8'}
/strip-outer@1.0.1:
- resolution:
- {
- integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==}
+ engines: {node: '>=0.10.0'}
dependencies:
escape-string-regexp: 1.0.5
dev: false
/strip-outer@2.0.0:
- resolution:
- {
- integrity: sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==
- }
- engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
+ resolution: {integrity: sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
/strnum@1.0.5:
- resolution:
- {
- integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
- }
+ resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==}
dev: false
/strong-log-transformer@2.1.0:
- resolution:
- {
- integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==
- }
- engines: { node: ">=4" }
- hasBin: true
+ resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==}
+ engines: {node: '>=4'}
dependencies:
duplexer: 0.1.2
minimist: 1.2.8
through: 2.3.8
/strtok3@7.0.0:
- resolution:
- {
- integrity: sha512-pQ+V+nYQdC5H3Q7qBZAz/MO6lwGhoC2gOAjuouGf/VO0m7vQRh8QNMl2Uf6SwAtzZ9bOw3UIeBukEGNJl5dtXQ==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-pQ+V+nYQdC5H3Q7qBZAz/MO6lwGhoC2gOAjuouGf/VO0m7vQRh8QNMl2Uf6SwAtzZ9bOw3UIeBukEGNJl5dtXQ==}
+ engines: {node: '>=14.16'}
dependencies:
- "@tokenizer/token": 0.3.0
+ '@tokenizer/token': 0.3.0
peek-readable: 5.0.0
dev: true
/style-dictionary@3.8.0:
- resolution:
- {
- integrity: sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
- }
- engines: { node: ">=12.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==}
+ engines: {node: '>=12.0.0'}
dependencies:
chalk: 4.1.2
change-case: 4.1.2
@@ -52878,51 +40043,36 @@ packages:
tinycolor2: 1.6.0
/style-inject@0.3.0:
- resolution:
- {
- integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==
- }
+ resolution: {integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==}
dev: true
/style-loader@3.3.2(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
dependencies:
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/style-to-object@0.3.0:
- resolution:
- {
- integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==
- }
+ resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==}
dependencies:
inline-style-parser: 0.1.1
dev: false
/style-to-object@0.4.2:
- resolution:
- {
- integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==
- }
+ resolution: {integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==}
dependencies:
inline-style-parser: 0.1.1
dev: false
/styled-jsx@3.3.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==
- }
+ resolution: {integrity: sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==}
peerDependencies:
react: 15.x.x || 16.x.x || 17.x.x
dependencies:
- "@babel/types": 7.8.3
+ '@babel/types': 7.8.3
babel-plugin-syntax-jsx: 6.18.0
convert-source-map: 1.7.0
loader-utils: 1.2.3
@@ -52933,52 +40083,43 @@ packages:
stylis-rule-sheet: 0.0.10(stylis@3.5.4)
dev: true
- /styled-jsx@5.0.7(@babel/core@7.22.10)(react@17.0.2):
- resolution:
- {
- integrity: sha512-b3sUzamS086YLRuvnaDigdAewz1/EFYlHpYBP5mZovKEdQQOIIYq8lApylub3HHZ6xFjV051kkGU7cudJmrXEA==
- }
- engines: { node: ">= 12.0.0" }
+ /styled-jsx@5.0.7(@babel/core@7.12.9)(react@17.0.2):
+ resolution: {integrity: sha512-b3sUzamS086YLRuvnaDigdAewz1/EFYlHpYBP5mZovKEdQQOIIYq8lApylub3HHZ6xFjV051kkGU7cudJmrXEA==}
+ engines: {node: '>= 12.0.0'}
peerDependencies:
- "@babel/core": "*"
- babel-plugin-macros: "*"
- react: ">= 16.8.0 || 17.x.x || ^18.0.0-0"
+ '@babel/core': '*'
+ babel-plugin-macros: '*'
+ react: '>= 16.8.0 || 17.x.x || ^18.0.0-0'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
babel-plugin-macros:
optional: true
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.12.9
react: 17.0.2
dev: false
/styled-jsx@5.1.1(@babel/core@7.22.10)(react@18.2.0):
- resolution:
- {
- integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==
- }
- engines: { node: ">= 12.0.0" }
- peerDependencies:
- "@babel/core": "*"
- babel-plugin-macros: "*"
- react: ">= 16.8.0 || 17.x.x || ^18.0.0-0"
+ resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
+ engines: {node: '>= 12.0.0'}
+ peerDependencies:
+ '@babel/core': '*'
+ babel-plugin-macros: '*'
+ react: '>= 16.8.0 || 17.x.x || ^18.0.0-0'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
babel-plugin-macros:
optional: true
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
client-only: 0.0.1
react: 18.2.0
/stylehacks@5.1.1(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==
- }
- engines: { node: ^10 || ^12 || >=14.0 }
+ resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
+ engines: {node: ^10 || ^12 || >=14.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -52987,11 +40128,8 @@ packages:
postcss-selector-parser: 6.0.13
/stylehacks@6.0.0(postcss@8.4.28):
- resolution:
- {
- integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==
- }
- engines: { node: ^14 || ^16 || >=18.0 }
+ resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.15
dependencies:
@@ -53001,10 +40139,7 @@ packages:
dev: true
/stylis-rule-sheet@0.0.10(stylis@3.5.4):
- resolution:
- {
- integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
- }
+ resolution: {integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==}
peerDependencies:
stylis: ^3.5.0
dependencies:
@@ -53012,43 +40147,30 @@ packages:
dev: true
/stylis@3.5.4:
- resolution:
- {
- integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
- }
+ resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==}
dev: true
/stylis@4.2.0:
- resolution:
- {
- integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
- }
+ resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==}
/stylus-loader@7.1.0(stylus@0.59.0)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-gNUEjjozR+oZ8cuC/Fx4LVXqZOgDKvpW9t2hpXHcxjfPYqSjQftaGwZUK+wL9B0QJ26uS6p1EmoWHmvld1dF7g==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-gNUEjjozR+oZ8cuC/Fx4LVXqZOgDKvpW9t2hpXHcxjfPYqSjQftaGwZUK+wL9B0QJ26uS6p1EmoWHmvld1dF7g==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
- stylus: ">=0.52.4"
+ stylus: '>=0.52.4'
webpack: ^5.0.0
dependencies:
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
klona: 2.0.6
normalize-path: 3.0.0
stylus: 0.59.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/stylus@0.59.0:
- resolution:
- {
- integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==
- }
- hasBin: true
+ resolution: {integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==}
dependencies:
- "@adobe/css-tools": 4.3.1
+ '@adobe/css-tools': 4.3.1
debug: 4.3.4(supports-color@8.1.1)
glob: 7.2.3
sax: 1.2.4
@@ -53058,14 +40180,10 @@ packages:
dev: true
/sucrase@3.34.0:
- resolution:
- {
- integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==
- }
- engines: { node: ">=8" }
- hasBin: true
+ resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==}
+ engines: {node: '>=8'}
dependencies:
- "@jridgewell/gen-mapping": 0.3.3
+ '@jridgewell/gen-mapping': 0.3.3
commander: 4.1.1
glob: 7.1.6
lines-and-columns: 1.2.4
@@ -53074,106 +40192,69 @@ packages:
ts-interface-checker: 0.1.13
/sudo-prompt@9.2.1:
- resolution:
- {
- integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==
- }
+ resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==}
dev: false
/superjson@1.13.1:
- resolution:
- {
- integrity: sha512-AVH2eknm9DEd3qvxM4Sq+LTCkSXE2ssfh1t11MHMXyYXFQyQ1HLgVvV+guLTsaQnJU3gnaVo34TohHPulY/wLg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-AVH2eknm9DEd3qvxM4Sq+LTCkSXE2ssfh1t11MHMXyYXFQyQ1HLgVvV+guLTsaQnJU3gnaVo34TohHPulY/wLg==}
+ engines: {node: '>=10'}
dependencies:
copy-anything: 3.0.5
dev: false
/supports-color@5.4.0:
- resolution:
- {
- integrity: sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==}
+ engines: {node: '>=4'}
dependencies:
has-flag: 3.0.0
/supports-color@5.5.0:
- resolution:
- {
- integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
+ engines: {node: '>=4'}
dependencies:
has-flag: 3.0.0
/supports-color@7.2.0:
- resolution:
- {
- integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
+ engines: {node: '>=8'}
dependencies:
has-flag: 4.0.0
/supports-color@8.1.1:
- resolution:
- {
- integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
+ engines: {node: '>=10'}
dependencies:
has-flag: 4.0.0
/supports-color@9.4.0:
- resolution:
- {
- integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==}
+ engines: {node: '>=12'}
dev: true
/supports-hyperlinks@2.3.0:
- resolution:
- {
- integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==}
+ engines: {node: '>=8'}
dependencies:
has-flag: 4.0.0
supports-color: 7.2.0
dev: true
/supports-preserve-symlinks-flag@1.0.0:
- resolution:
- {
- integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
+ engines: {node: '>= 0.4'}
/svg-arc-to-cubic-bezier@3.2.0:
- resolution:
- {
- integrity: sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==
- }
+ resolution: {integrity: sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==}
dev: true
/svg-parser@2.0.4:
- resolution:
- {
- integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
- }
+ resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==}
/svgo@2.8.0:
- resolution:
- {
- integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
- }
- engines: { node: ">=10.13.0" }
- hasBin: true
+ resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==}
+ engines: {node: '>=10.13.0'}
dependencies:
- "@trysound/sax": 0.2.0
+ '@trysound/sax': 0.2.0
commander: 7.2.0
css-select: 4.3.0
css-tree: 1.1.3
@@ -53182,14 +40263,10 @@ packages:
stable: 0.1.8
/svgo@3.0.2:
- resolution:
- {
- integrity: sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==
- }
- engines: { node: ">=14.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@trysound/sax": 0.2.0
+ '@trysound/sax': 0.2.0
commander: 7.2.0
css-select: 5.1.0
css-tree: 2.3.1
@@ -53197,16 +40274,13 @@ packages:
picocolors: 1.0.0
/swagger-client@3.20.0:
- resolution:
- {
- integrity: sha512-5RLge2NIE1UppIT/AjUPEceT05hcBAzjiQkrXJYjpxsbFV/UDH3pp+fsrWbAeuZtgRdhNB9KDo+szLoUpzkydQ==
- }
- dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@swagger-api/apidom-core": 0.74.1
- "@swagger-api/apidom-json-pointer": 0.74.1
- "@swagger-api/apidom-ns-openapi-3-1": 0.74.1
- "@swagger-api/apidom-reference": 0.74.1
+ resolution: {integrity: sha512-5RLge2NIE1UppIT/AjUPEceT05hcBAzjiQkrXJYjpxsbFV/UDH3pp+fsrWbAeuZtgRdhNB9KDo+szLoUpzkydQ==}
+ dependencies:
+ '@babel/runtime-corejs3': 7.22.10
+ '@swagger-api/apidom-core': 0.74.1
+ '@swagger-api/apidom-json-pointer': 0.74.1
+ '@swagger-api/apidom-ns-openapi-3-1': 0.74.1
+ '@swagger-api/apidom-reference': 0.74.1
cookie: 0.5.0
cross-fetch: 3.1.8
deepmerge: 4.3.1
@@ -53225,16 +40299,13 @@ packages:
dev: false
/swagger-ui-react@5.4.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@17.0.2)(react-native@0.72.4)(react@17.0.2):
- resolution:
- {
- integrity: sha512-dO/N645AeF/H6If79LQQY858I6aUB+4j7ayjLBePvTT8kjztOpXqenkHMWk6cmghe6ZhNMNnPYON1F1jmp+guQ==
- }
+ resolution: {integrity: sha512-dO/N645AeF/H6If79LQQY858I6aUB+4j7ayjLBePvTT8kjztOpXqenkHMWk6cmghe6ZhNMNnPYON1F1jmp+guQ==}
peerDependencies:
- react: ">=17.0.0"
- react-dom: ">=17.0.0"
+ react: '>=17.0.0'
+ react-dom: '>=17.0.0'
dependencies:
- "@babel/runtime-corejs3": 7.22.10
- "@braintree/sanitize-url": 6.0.4
+ '@babel/runtime-corejs3': 7.22.10
+ '@braintree/sanitize-url': 6.0.4
base64-js: 1.5.1
classnames: 2.3.2
css.escape: 1.5.1
@@ -53270,19 +40341,15 @@ packages:
xml-but-prettier: 1.0.1
zenscroll: 4.0.2
transitivePeerDependencies:
- - "@types/react"
- - "@types/react-dom"
+ - '@types/react'
+ - '@types/react-dom'
- debug
- encoding
- react-native
dev: false
/swagger2openapi@7.0.8:
- resolution:
- {
- integrity: sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==
- }
- hasBin: true
+ resolution: {integrity: sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==}
dependencies:
call-me-maybe: 1.0.2
node-fetch: 2.6.12
@@ -53300,68 +40367,46 @@ packages:
dev: false
/swap-case@2.0.2:
- resolution:
- {
- integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==
- }
+ resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==}
dependencies:
tslib: 2.6.1
- /swc-loader@0.1.16(@swc/core@1.3.76)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-NKIm8aJjK/z/yfzk+v7YGwJMjBKaLaUs9ZKI2zoaIGKAjtkwjO92ZLI0fiTZuwzRqVLQl/29fBdSgFCBzquR0w==
- }
+ /swc-loader@0.1.16(@swc/core@1.3.83)(webpack@5.81.0):
+ resolution: {integrity: sha512-NKIm8aJjK/z/yfzk+v7YGwJMjBKaLaUs9ZKI2zoaIGKAjtkwjO92ZLI0fiTZuwzRqVLQl/29fBdSgFCBzquR0w==}
peerDependencies:
- "@swc/core": ^1.2.147
- webpack: ">=2"
+ '@swc/core': ^1.2.147
+ webpack: '>=2'
dependencies:
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
- /swc-loader@0.2.3(@swc/core@1.3.76)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==
- }
+ /swc-loader@0.2.3(@swc/core@1.3.83)(webpack@5.81.0):
+ resolution: {integrity: sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==}
peerDependencies:
- "@swc/core": ^1.2.147
- webpack: ">=2"
+ '@swc/core': ^1.2.147
+ webpack: '>=2'
dependencies:
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/symbol-tree@3.2.4:
- resolution:
- {
- integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
- }
+ resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
/synchronous-promise@2.0.17:
- resolution:
- {
- integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
- }
+ resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==}
dev: true
/systeminformation@5.18.15:
- resolution:
- {
- integrity: sha512-IS7UFVYDC7kILt/C1I5qYwxddC849uJidzR+56bv/RdpU6deOwXvXa5EgFaRP18TCPBULQj/zrri5++fXC9EGg==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-IS7UFVYDC7kILt/C1I5qYwxddC849uJidzR+56bv/RdpU6deOwXvXa5EgFaRP18TCPBULQj/zrri5++fXC9EGg==}
+ engines: {node: '>=8.0.0'}
os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android]
- hasBin: true
dev: false
/table-layout@1.0.2:
- resolution:
- {
- integrity: sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==}
+ engines: {node: '>=8.0.0'}
dependencies:
array-back: 4.0.2
deep-extend: 0.6.0
@@ -53370,19 +40415,15 @@ packages:
dev: true
/tailwindcss@3.3.2(ts-node@10.9.1):
- resolution:
- {
- integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==
- }
- engines: { node: ">=14.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==}
+ engines: {node: '>=14.0.0'}
dependencies:
- "@alloc/quick-lru": 5.2.0
+ '@alloc/quick-lru': 5.2.0
arg: 5.0.2
chokidar: 3.5.3
didyoumean: 1.2.2
dlv: 1.1.3
- fast-glob: 3.3.1
+ fast-glob: 3.3.1(patch_hash=wq7w7k5hzaxinly3lzq6dm2j74)
glob-parent: 6.0.2
is-glob: 4.0.3
jiti: 1.19.1
@@ -53404,25 +40445,16 @@ packages:
- ts-node
/tapable@1.1.3:
- resolution:
- {
- integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==}
+ engines: {node: '>=6'}
dev: false
/tapable@2.2.1:
- resolution:
- {
- integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
+ engines: {node: '>=6'}
/tar-fs@2.1.1:
- resolution:
- {
- integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
- }
+ resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
@@ -53430,11 +40462,8 @@ packages:
tar-stream: 2.2.0
/tar-stream@2.2.0:
- resolution:
- {
- integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
+ engines: {node: '>=6'}
dependencies:
bl: 4.1.0
end-of-stream: 1.4.4
@@ -53443,11 +40472,8 @@ packages:
readable-stream: 3.6.2
/tar@6.1.11:
- resolution:
- {
- integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==}
+ engines: {node: '>= 10'}
dependencies:
chownr: 2.0.0
fs-minipass: 2.1.0
@@ -53458,11 +40484,8 @@ packages:
dev: true
/tar@6.1.15:
- resolution:
- {
- integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==}
+ engines: {node: '>=10'}
dependencies:
chownr: 2.0.0
fs-minipass: 2.1.0
@@ -53472,36 +40495,24 @@ packages:
yallist: 4.0.0
/telejson@7.1.0:
- resolution:
- {
- integrity: sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==
- }
+ resolution: {integrity: sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==}
dependencies:
memoizerific: 1.11.3
dev: true
/temp-dir@1.0.0:
- resolution:
- {
- integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==}
+ engines: {node: '>=4'}
dev: true
/temp-dir@2.0.0:
- resolution:
- {
- integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==}
+ engines: {node: '>=8'}
dev: true
/temp-write@4.0.0:
- resolution:
- {
- integrity: sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw==}
+ engines: {node: '>=8'}
dependencies:
graceful-fs: 4.2.11
is-stream: 2.0.1
@@ -53511,20 +40522,14 @@ packages:
dev: true
/temp@0.8.4:
- resolution:
- {
- integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
- }
- engines: { node: ">=6.0.0" }
+ resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==}
+ engines: {node: '>=6.0.0'}
dependencies:
rimraf: 2.6.3
/tempy@1.0.1:
- resolution:
- {
- integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==}
+ engines: {node: '>=10'}
dependencies:
del: 6.1.1
is-stream: 2.0.1
@@ -53534,127 +40539,93 @@ packages:
dev: true
/terminal-link@2.1.1:
- resolution:
- {
- integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==}
+ engines: {node: '>=8'}
dependencies:
ansi-escapes: 4.3.2
supports-hyperlinks: 2.3.0
dev: true
/terminate@2.6.1:
- resolution:
- {
- integrity: sha512-0kdr49oam98yvjkVY+gfUaT3SMaJI6Sc+yijJjU+qhat+0NQKQn60OsIZZeKyVgTO0/33nRa3HowRbpw3A7u9A==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-0kdr49oam98yvjkVY+gfUaT3SMaJI6Sc+yijJjU+qhat+0NQKQn60OsIZZeKyVgTO0/33nRa3HowRbpw3A7u9A==}
+ engines: {node: '>=12'}
dependencies:
ps-tree: 1.2.0
dev: false
- /terser-webpack-plugin@5.3.9(@swc/core@1.3.76)(esbuild@0.18.11)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==
- }
- engines: { node: ">= 10.13.0" }
+ /terser-webpack-plugin@5.3.9(@swc/core@1.3.83)(esbuild@0.18.11)(webpack@5.81.0):
+ resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
+ engines: {node: '>= 10.13.0'}
peerDependencies:
- "@swc/core": "*"
- esbuild: "*"
- uglify-js: "*"
+ '@swc/core': '*'
+ esbuild: '*'
+ uglify-js: '*'
webpack: ^5.1.0
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
esbuild:
optional: true
uglify-js:
optional: true
dependencies:
- "@jridgewell/trace-mapping": 0.3.19
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
+ '@jridgewell/trace-mapping': 0.3.19
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
esbuild: 0.18.11
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.1
terser: 5.19.2
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/terser@5.19.2:
- resolution:
- {
- integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==
- }
- engines: { node: ">=10" }
- hasBin: true
+ resolution: {integrity: sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==}
+ engines: {node: '>=10'}
dependencies:
- "@jridgewell/source-map": 0.3.5
+ '@jridgewell/source-map': 0.3.5
acorn: 8.10.0
commander: 2.20.3
source-map-support: 0.5.21
/test-exclude@6.0.0:
- resolution:
- {
- integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
+ engines: {node: '>=8'}
dependencies:
- "@istanbuljs/schema": 0.1.3
+ '@istanbuljs/schema': 0.1.3
glob: 7.2.3
minimatch: 3.1.2
dev: true
/text-extensions@1.9.0:
- resolution:
- {
- integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
- }
- engines: { node: ">=0.10" }
+ resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==}
+ engines: {node: '>=0.10'}
dev: true
/text-table@0.2.0:
- resolution:
- {
- integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
- }
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
/thenify-all@1.6.0:
- resolution:
- {
- integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
+ engines: {node: '>=0.8'}
dependencies:
thenify: 3.3.1
/thenify@3.3.1:
- resolution:
- {
- integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==
- }
+ resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
dependencies:
any-promise: 1.3.0
/thread-stream@2.4.0:
- resolution:
- {
- integrity: sha512-xZYtOtmnA63zj04Q+F9bdEay5r47bvpo1CaNqsKi7TpoJHcotUez8Fkfo2RJWpW91lnnaApdpRbVwCWsy+ifcw==
- }
+ resolution: {integrity: sha512-xZYtOtmnA63zj04Q+F9bdEay5r47bvpo1CaNqsKi7TpoJHcotUez8Fkfo2RJWpW91lnnaApdpRbVwCWsy+ifcw==}
dependencies:
real-require: 0.2.0
dev: false
/three-forcegraph@1.41.10(three@0.155.0):
- resolution:
- {
- integrity: sha512-XrrH0HzlWQiY5A30RMtlu+SpAM/LOoHMyaQouCFgavTSLrSsP4UIUP3eWrfJ0be1xDPuMGt3iofSYjgu4UT2NA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-XrrH0HzlWQiY5A30RMtlu+SpAM/LOoHMyaQouCFgavTSLrSsP4UIUP3eWrfJ0be1xDPuMGt3iofSYjgu4UT2NA==}
+ engines: {node: '>=12'}
peerDependencies:
- three: ">=0.118.3"
+ three: '>=0.118.3'
dependencies:
accessor-fn: 1.5.0
d3-array: 3.2.4
@@ -53670,15 +40641,12 @@ packages:
dev: false
/three-render-objects@1.28.6(three@0.155.0):
- resolution:
- {
- integrity: sha512-e1Dls7NbT9XvKByueLRFRFKIAnNRL9sz7Ul318uXkP/f9uZjUFmelgloBAK3PSQ5xJd++FsKCf7ZIteSWNzTpA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-e1Dls7NbT9XvKByueLRFRFKIAnNRL9sz7Ul318uXkP/f9uZjUFmelgloBAK3PSQ5xJd++FsKCf7ZIteSWNzTpA==}
+ engines: {node: '>=12'}
peerDependencies:
- three: "*"
+ three: '*'
dependencies:
- "@tweenjs/tween.js": 21.0.0
+ '@tweenjs/tween.js': 21.0.0
accessor-fn: 1.5.0
kapsule: 1.14.4
polished: 4.2.2
@@ -53686,19 +40654,12 @@ packages:
dev: false
/three@0.155.0:
- resolution:
- {
- integrity: sha512-sNgCYmDijnIqkD/bMfk+1pHg3YzsxW7V2ChpuP6HCQ8NiZr3RufsXQr8M3SSUMjW4hG+sUk7YbyuY0DncaDTJQ==
- }
+ resolution: {integrity: sha512-sNgCYmDijnIqkD/bMfk+1pHg3YzsxW7V2ChpuP6HCQ8NiZr3RufsXQr8M3SSUMjW4hG+sUk7YbyuY0DncaDTJQ==}
dev: false
/thriftrw@3.11.4:
- resolution:
- {
- integrity: sha512-UcuBd3eanB3T10nXWRRMwfwoaC6VMk7qe3/5YIWP2Jtw+EbHqJ0p1/K3x8ixiR5dozKSSfcg1W+0e33G1Di3XA==
- }
- engines: { node: ">= 0.10.x" }
- hasBin: true
+ resolution: {integrity: sha512-UcuBd3eanB3T10nXWRRMwfwoaC6VMk7qe3/5YIWP2Jtw+EbHqJ0p1/K3x8ixiR5dozKSSfcg1W+0e33G1Di3XA==}
+ engines: {node: '>= 0.10.x'}
dependencies:
bufrw: 1.3.0
error: 7.0.2
@@ -53706,202 +40667,124 @@ packages:
dev: false
/throat@5.0.0:
- resolution:
- {
- integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
- }
+ resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==}
dev: false
/throttle-debounce@3.0.1:
- resolution:
- {
- integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==}
+ engines: {node: '>=10'}
dev: false
/throttleit@1.0.0:
- resolution:
- {
- integrity: sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==
- }
+ resolution: {integrity: sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==}
dev: true
/through2@0.4.2:
- resolution:
- {
- integrity: sha512-45Llu+EwHKtAZYTPPVn3XZHBgakWMN3rokhEv5hu596XP+cNgplMg+Gj+1nmAvj+L0K7+N49zBKx5rah5u0QIQ==
- }
+ resolution: {integrity: sha512-45Llu+EwHKtAZYTPPVn3XZHBgakWMN3rokhEv5hu596XP+cNgplMg+Gj+1nmAvj+L0K7+N49zBKx5rah5u0QIQ==}
dependencies:
readable-stream: 1.0.34
xtend: 2.1.2
dev: true
/through2@2.0.0:
- resolution:
- {
- integrity: sha512-3LhMYlSFQltedwvYhWeUfxaR1cpZb8f9niMsM5T3a5weZKBYu4dfR6Vg6QkK5+SWbK3txeOUCrHtc+KQuVbnDw==
- }
+ resolution: {integrity: sha512-3LhMYlSFQltedwvYhWeUfxaR1cpZb8f9niMsM5T3a5weZKBYu4dfR6Vg6QkK5+SWbK3txeOUCrHtc+KQuVbnDw==}
dependencies:
readable-stream: 2.0.6
xtend: 4.0.2
dev: true
/through2@2.0.5:
- resolution:
- {
- integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
- }
+ resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==}
dependencies:
readable-stream: 2.3.8
xtend: 4.0.2
/through2@4.0.2:
- resolution:
- {
- integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
- }
+ resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==}
dependencies:
readable-stream: 3.6.2
dev: true
/through@2.3.8:
- resolution:
- {
- integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
- }
+ resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
/thunky@1.1.0:
- resolution:
- {
- integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
- }
+ resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
/timers-browserify@2.0.12:
- resolution:
- {
- integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==
- }
- engines: { node: ">=0.6.0" }
+ resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==}
+ engines: {node: '>=0.6.0'}
dependencies:
setimmediate: 1.0.5
dev: true
/timers-ext@0.1.7:
- resolution:
- {
- integrity: sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==
- }
+ resolution: {integrity: sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==}
dependencies:
es5-ext: 0.10.62
next-tick: 1.1.0
/tiny-inflate@1.0.3:
- resolution:
- {
- integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
- }
+ resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
dev: true
/tiny-invariant@1.3.1:
- resolution:
- {
- integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==
- }
+ resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==}
/tiny-lru@11.0.1:
- resolution:
- {
- integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==}
+ engines: {node: '>=12'}
dev: false
/tiny-lru@8.0.2:
- resolution:
- {
- integrity: sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==}
+ engines: {node: '>=6'}
dev: false
/tiny-merge-patch@0.1.2:
- resolution:
- {
- integrity: sha512-NLoA//tTMBPTr0oGdq+fxnvVR0tDa8tOcG9ZGbuovGzROadZ404qOV4g01jeWa5S8MC9nAOvu5bQgCW7s8tlWQ==
- }
+ resolution: {integrity: sha512-NLoA//tTMBPTr0oGdq+fxnvVR0tDa8tOcG9ZGbuovGzROadZ404qOV4g01jeWa5S8MC9nAOvu5bQgCW7s8tlWQ==}
dev: false
/tiny-warning@1.0.3:
- resolution:
- {
- integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
- }
+ resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
/tinycolor2@1.6.0:
- resolution:
- {
- integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
- }
+ resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
/title-case@3.0.3:
- resolution:
- {
- integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==
- }
+ resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==}
dependencies:
tslib: 2.6.1
/tmp@0.0.33:
- resolution:
- {
- integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
- }
- engines: { node: ">=0.6.0" }
+ resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
+ engines: {node: '>=0.6.0'}
dependencies:
os-tmpdir: 1.0.2
/tmp@0.2.1:
- resolution:
- {
- integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
- }
- engines: { node: ">=8.17.0" }
+ resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==}
+ engines: {node: '>=8.17.0'}
dependencies:
rimraf: 3.0.2
/tmpl@1.0.5:
- resolution:
- {
- integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
- }
+ resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==}
/to-array@0.1.4:
- resolution:
- {
- integrity: sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==
- }
+ resolution: {integrity: sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==}
dev: true
/to-arraybuffer@1.0.1:
- resolution:
- {
- integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==
- }
+ resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==}
dev: true
/to-fast-properties@2.0.0:
- resolution:
- {
- integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
+ engines: {node: '>=4'}
/to-json-schema@0.2.5:
- resolution:
- {
- integrity: sha512-jP1ievOee8pec3tV9ncxLSS48Bnw7DIybgy112rhMCEhf3K4uyVNZZHr03iQQBzbV5v5Hos+dlZRRyk6YSMNDw==
- }
+ resolution: {integrity: sha512-jP1ievOee8pec3tV9ncxLSS48Bnw7DIybgy112rhMCEhf3K4uyVNZZHr03iQQBzbV5v5Hos+dlZRRyk6YSMNDw==}
dependencies:
lodash.isequal: 4.5.0
lodash.keys: 4.2.0
@@ -53912,103 +40795,66 @@ packages:
dev: false
/to-readable-stream@1.0.0:
- resolution:
- {
- integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==}
+ engines: {node: '>=6'}
/to-regex-range@5.0.1:
- resolution:
- {
- integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
- }
- engines: { node: ">=8.0" }
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
+ engines: {node: '>=8.0'}
dependencies:
is-number: 7.0.0
/to-vfile@7.2.4:
- resolution:
- {
- integrity: sha512-2eQ+rJ2qGbyw3senPI0qjuM7aut8IYXK6AEoOWb+fJx/mQYzviTckm1wDjq91QYHAPBTYzmdJXxMFA6Mk14mdw==
- }
+ resolution: {integrity: sha512-2eQ+rJ2qGbyw3senPI0qjuM7aut8IYXK6AEoOWb+fJx/mQYzviTckm1wDjq91QYHAPBTYzmdJXxMFA6Mk14mdw==}
dependencies:
is-buffer: 2.0.5
vfile: 5.3.7
dev: true
/tocbot@4.21.1:
- resolution:
- {
- integrity: sha512-IfajhBTeg0HlMXu1f+VMbPef05QpDTsZ9X2Yn1+8npdaXsXg/+wrm9Ze1WG5OS1UDC3qJ5EQN/XOZ3gfXjPFCw==
- }
+ resolution: {integrity: sha512-IfajhBTeg0HlMXu1f+VMbPef05QpDTsZ9X2Yn1+8npdaXsXg/+wrm9Ze1WG5OS1UDC3qJ5EQN/XOZ3gfXjPFCw==}
dev: true
/toggle-selection@1.0.6:
- resolution:
- {
- integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
- }
+ resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==}
dev: false
/toidentifier@1.0.0:
- resolution:
- {
- integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
- }
- engines: { node: ">=0.6" }
+ resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==}
+ engines: {node: '>=0.6'}
dev: true
/toidentifier@1.0.1:
- resolution:
- {
- integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
- }
- engines: { node: ">=0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
+ engines: {node: '>=0.6'}
/token-types@5.0.1:
- resolution:
- {
- integrity: sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==}
+ engines: {node: '>=14.16'}
dependencies:
- "@tokenizer/token": 0.3.0
+ '@tokenizer/token': 0.3.0
ieee754: 1.2.1
dev: true
/tokenizr@1.6.7:
- resolution:
- {
- integrity: sha512-WWB9hGxE/PNjX8EyF1Lcu+IgljTY58d/3DPhWGzJxXTKBWtCY8voxvr0OzG3nc/WRubhXwlSx66/JhTypuG4Eg==
- }
+ resolution: {integrity: sha512-WWB9hGxE/PNjX8EyF1Lcu+IgljTY58d/3DPhWGzJxXTKBWtCY8voxvr0OzG3nc/WRubhXwlSx66/JhTypuG4Eg==}
dev: true
/totalist@1.1.0:
- resolution:
- {
- integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==}
+ engines: {node: '>=6'}
/tough-cookie@2.5.0:
- resolution:
- {
- integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
- }
- engines: { node: ">=0.8" }
+ resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==}
+ engines: {node: '>=0.8'}
dependencies:
psl: 1.9.0
punycode: 2.3.0
dev: false
/tough-cookie@4.1.3:
- resolution:
- {
- integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==}
+ engines: {node: '>=6'}
dependencies:
psl: 1.9.0
punycode: 2.3.0
@@ -54016,60 +40862,37 @@ packages:
url-parse: 1.5.10
/tr46@0.0.3:
- resolution:
- {
- integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
/tr46@1.0.1:
- resolution:
- {
- integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==
- }
+ resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
dependencies:
punycode: 2.3.0
dev: true
/tr46@2.1.0:
- resolution:
- {
- integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==}
+ engines: {node: '>=8'}
dependencies:
punycode: 2.3.0
dev: false
/tr46@3.0.0:
- resolution:
- {
- integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
+ engines: {node: '>=12'}
dependencies:
punycode: 2.3.0
dev: true
/traverse@0.6.7:
- resolution:
- {
- integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==
- }
+ resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==}
/tree-kill@1.2.2:
- resolution:
- {
- integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
- }
- hasBin: true
+ resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
dev: true
/tree-sitter-json@0.20.0:
- resolution:
- {
- integrity: sha512-PteOLH+Tx6Bz4ZA/d40/DbkiSXXRM/gKahhHI8hQ1lWNfFvdknnz9k3Mz84ol5srRyLboJ8wp8GSkhZ6ht9EGQ==
- }
+ resolution: {integrity: sha512-PteOLH+Tx6Bz4ZA/d40/DbkiSXXRM/gKahhHI8hQ1lWNfFvdknnz9k3Mz84ol5srRyLboJ8wp8GSkhZ6ht9EGQ==}
requiresBuild: true
dependencies:
nan: 2.17.0
@@ -54077,10 +40900,7 @@ packages:
optional: true
/tree-sitter-yaml@0.5.0:
- resolution:
- {
- integrity: sha512-POJ4ZNXXSWIG/W4Rjuyg36MkUD4d769YRUGKRqN+sVaj/VCo6Dh6Pkssn1Rtewd5kybx+jT1BWMyWN0CijXnMA==
- }
+ resolution: {integrity: sha512-POJ4ZNXXSWIG/W4Rjuyg36MkUD4d769YRUGKRqN+sVaj/VCo6Dh6Pkssn1Rtewd5kybx+jT1BWMyWN0CijXnMA==}
requiresBuild: true
dependencies:
nan: 2.17.0
@@ -54088,10 +40908,7 @@ packages:
optional: true
/tree-sitter@0.20.4:
- resolution:
- {
- integrity: sha512-rjfR5dc4knG3jnJNN/giJ9WOoN1zL/kZyrS0ILh+eqq8RNcIbiXA63JsMEgluug0aNvfQvK4BfCErN1vIzvKog==
- }
+ resolution: {integrity: sha512-rjfR5dc4knG3jnJNN/giJ9WOoN1zL/kZyrS0ILh+eqq8RNcIbiXA63JsMEgluug0aNvfQvK4BfCErN1vIzvKog==}
requiresBuild: true
dependencies:
nan: 2.17.0
@@ -54100,121 +40917,81 @@ packages:
optional: true
/treeverse@1.0.4:
- resolution:
- {
- integrity: sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g==
- }
+ resolution: {integrity: sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g==}
dev: false
/trim-newlines@3.0.1:
- resolution:
- {
- integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==}
+ engines: {node: '>=8'}
dev: true
/trim-newlines@4.1.1:
- resolution:
- {
- integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==}
+ engines: {node: '>=12'}
dev: true
/trim-repeated@1.0.0:
- resolution:
- {
- integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==}
+ engines: {node: '>=0.10.0'}
dependencies:
escape-string-regexp: 1.0.5
dev: false
/trim-repeated@2.0.0:
- resolution:
- {
- integrity: sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==}
+ engines: {node: '>=12'}
dependencies:
escape-string-regexp: 5.0.0
dev: true
/trim-trailing-lines@1.1.4:
- resolution:
- {
- integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==
- }
+ resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==}
dev: false
/trim@0.0.1:
- resolution:
- {
- integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==
- }
- deprecated: Use String.prototype.trim() instead
+ resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==}
dev: false
/trough@1.0.5:
- resolution:
- {
- integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
- }
+ resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==}
/trough@2.1.0:
- resolution:
- {
- integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==
- }
+ resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==}
dev: true
/ts-dedent@2.2.0:
- resolution:
- {
- integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==
- }
- engines: { node: ">=6.10" }
+ resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
+ engines: {node: '>=6.10'}
/ts-easing@0.2.0:
- resolution:
- {
- integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==
- }
+ resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==}
dev: false
/ts-interface-checker@0.1.13:
- resolution:
- {
- integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
- }
+ resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
/ts-jest@29.1.1(@babel/core@7.22.10)(babel-jest@29.5.0)(esbuild@0.18.11)(jest@29.5.0)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==
- }
- engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 }
+ resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
peerDependencies:
- "@babel/core": ">=7.0.0-beta.0 <8"
- "@jest/types": ^29.0.0
+ '@babel/core': '>=7.0.0-beta.0 <8'
+ '@jest/types': ^29.0.0
babel-jest: ^29.0.0
- esbuild: "*"
+ esbuild: '*'
jest: ^29.0.0
- typescript: ">=4.3 <6"
+ typescript: '>=4.3 <6'
peerDependenciesMeta:
- "@babel/core":
+ '@babel/core':
optional: true
- "@jest/types":
+ '@jest/types':
optional: true
babel-jest:
optional: true
esbuild:
optional: true
dependencies:
- "@babel/core": 7.22.10
+ '@babel/core': 7.22.10
babel-jest: 29.5.0(@babel/core@7.22.10)
bs-logger: 0.2.6
esbuild: 0.18.11
@@ -54230,20 +41007,14 @@ packages:
dev: true
/ts-keycode-enum@1.0.6:
- resolution:
- {
- integrity: sha512-DF8+Cf/FJJnPRxwz8agCoDelQXKZWQOS/gnnwx01nZ106tPJdB3BgJ9QTtLwXgR82D8O+nTjuZzWgf0Rg4vuRA==
- }
+ resolution: {integrity: sha512-DF8+Cf/FJJnPRxwz8agCoDelQXKZWQOS/gnnwx01nZ106tPJdB3BgJ9QTtLwXgR82D8O+nTjuZzWgf0Rg4vuRA==}
dev: false
/ts-loader@9.4.4(typescript@5.2.0-beta)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-MLukxDHBl8OJ5Dk3y69IsKVFRA/6MwzEqBgh+OXMPB/OD01KQuWPFd1WAQP8a5PeSCAxfnkhiuWqfmFJzJQt9w==
- }
- engines: { node: ">=12.0.0" }
+ resolution: {integrity: sha512-MLukxDHBl8OJ5Dk3y69IsKVFRA/6MwzEqBgh+OXMPB/OD01KQuWPFd1WAQP8a5PeSCAxfnkhiuWqfmFJzJQt9w==}
+ engines: {node: '>=12.0.0'}
peerDependencies:
- typescript: "*"
+ typescript: '*'
webpack: ^5.0.0
dependencies:
chalk: 4.1.0
@@ -54251,95 +41022,82 @@ packages:
micromatch: 4.0.5
semver: 7.5.4
typescript: 5.2.0-beta
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/ts-log@2.2.5:
- resolution:
- {
- integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==
- }
+ resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==}
dev: true
/ts-morph@13.0.3:
- resolution:
- {
- integrity: sha512-pSOfUMx8Ld/WUreoSzvMFQG5i9uEiWIsBYjpU9+TTASOeUa89j5HykomeqVULm1oqWtBdleI3KEFRLrlA3zGIw==
- }
+ resolution: {integrity: sha512-pSOfUMx8Ld/WUreoSzvMFQG5i9uEiWIsBYjpU9+TTASOeUa89j5HykomeqVULm1oqWtBdleI3KEFRLrlA3zGIw==}
dependencies:
- "@ts-morph/common": 0.12.3
+ '@ts-morph/common': 0.12.3
code-block-writer: 11.0.3
dev: true
/ts-morph@19.0.0:
- resolution:
- {
- integrity: sha512-D6qcpiJdn46tUqV45vr5UGM2dnIEuTGNxVhg0sk5NX11orcouwj6i1bMqZIz2mZTZB1Hcgy7C3oEVhAT+f6mbQ==
- }
+ resolution: {integrity: sha512-D6qcpiJdn46tUqV45vr5UGM2dnIEuTGNxVhg0sk5NX11orcouwj6i1bMqZIz2mZTZB1Hcgy7C3oEVhAT+f6mbQ==}
dependencies:
- "@ts-morph/common": 0.20.0
+ '@ts-morph/common': 0.20.0
code-block-writer: 12.0.0
dev: false
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@16.18.40)(typescript@4.8.4):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@16.18.40)(typescript@4.9.5):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 16.18.40
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.76(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 16.18.40
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 4.8.4
+ typescript: 4.9.5
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: false
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@16.18.40)(typescript@4.9.5):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 16.18.40
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.76(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.5.0
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -54351,30 +41109,61 @@ packages:
yn: 3.1.1
dev: false
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@20.3.3)(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@16.18.40)(typescript@4.8.4):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
+ hasBin: true
+ peerDependencies:
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
+ peerDependenciesMeta:
+ '@swc/core':
+ optional: true
+ '@swc/wasm':
+ optional: true
+ dependencies:
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 16.18.40
+ acorn: 8.10.0
+ acorn-walk: 8.2.0
+ arg: 4.1.3
+ create-require: 1.1.1
+ diff: 4.0.2
+ make-error: 1.3.6
+ typescript: 4.8.4
+ v8-compile-cache-lib: 3.0.1
+ yn: 3.1.1
+ dev: false
+
+ /ts-node@10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.3.3)(typescript@5.2.0-beta):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 20.3.3
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.3.3
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -54385,30 +41174,28 @@ packages:
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@20.4.7)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.4.7)(typescript@5.1.6):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 20.4.7
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.4.7
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -54420,30 +41207,28 @@ packages:
yn: 3.1.1
dev: true
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@20.5.0)(typescript@4.9.5):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@4.9.5):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 20.5.0
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.5.0
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -54455,30 +41240,28 @@ packages:
yn: 3.1.1
dev: false
- /ts-node@10.9.1(@swc/core@1.3.76)(@types/node@20.5.0)(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
- }
+ /ts-node@10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@20.5.0)(typescript@5.1.6):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
- "@swc/core": ">=1.2.50"
- "@swc/wasm": ">=1.2.50"
- "@types/node": "*"
- typescript: ">=2.7"
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
peerDependenciesMeta:
- "@swc/core":
+ '@swc/core':
optional: true
- "@swc/wasm":
+ '@swc/wasm':
optional: true
dependencies:
- "@cspotcode/source-map-support": 0.8.1
- "@swc/core": 1.3.76(@swc/helpers@0.5.1)
- "@tsconfig/node10": 1.0.9
- "@tsconfig/node12": 1.0.11
- "@tsconfig/node14": 1.0.3
- "@tsconfig/node16": 1.0.4
- "@types/node": 20.5.0
+ '@cspotcode/source-map-support': 0.8.1
+ '@swc/core': 1.3.83(@swc/helpers@0.5.2)
+ '@swc/wasm': 1.3.83
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.5.0
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
@@ -54491,34 +41274,22 @@ packages:
dev: true
/ts-pattern@4.2.2:
- resolution:
- {
- integrity: sha512-qzJMo2pbkUJWusRH5o8xR+xogn6RmvViyUgwBFTtRENLse470clCGjHDf6haWGZ1AOmk8XkEohUoBW8Uut6Scg==
- }
+ resolution: {integrity: sha512-qzJMo2pbkUJWusRH5o8xR+xogn6RmvViyUgwBFTtRENLse470clCGjHDf6haWGZ1AOmk8XkEohUoBW8Uut6Scg==}
dev: true
/ts-pattern@4.3.0:
- resolution:
- {
- integrity: sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==
- }
+ resolution: {integrity: sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==}
dev: true
/ts-pattern@5.0.5:
- resolution:
- {
- integrity: sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==
- }
+ resolution: {integrity: sha512-tL0w8U/pgaacOmkb9fRlYzWEUDCfVjjv9dD4wHTgZ61MjhuMt46VNWTG747NqW6vRzoWIKABVhFSOJ82FvXrfA==}
dev: false
/ts-pnp@1.2.0(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
+ engines: {node: '>=6'}
peerDependencies:
- typescript: "*"
+ typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
@@ -54527,30 +41298,20 @@ packages:
dev: true
/ts-poet@6.5.0:
- resolution:
- {
- integrity: sha512-44jURLT1HG6+NsDcadM826V6Ekux+wk07Go+MX5Gfx+8zcPKfUiFEtnjL9imuRVGSCRtloRLqw4bDGZVJYGZMQ==
- }
+ resolution: {integrity: sha512-44jURLT1HG6+NsDcadM826V6Ekux+wk07Go+MX5Gfx+8zcPKfUiFEtnjL9imuRVGSCRtloRLqw4bDGZVJYGZMQ==}
dependencies:
dprint-node: 1.0.7
dev: false
/ts-proto-descriptors@1.15.0:
- resolution:
- {
- integrity: sha512-TYyJ7+H+7Jsqawdv+mfsEpZPTIj9siDHS6EMCzG/z3b/PZiphsX+mWtqFfFVe5/N0Th6V3elK9lQqjnrgTOfrg==
- }
+ resolution: {integrity: sha512-TYyJ7+H+7Jsqawdv+mfsEpZPTIj9siDHS6EMCzG/z3b/PZiphsX+mWtqFfFVe5/N0Th6V3elK9lQqjnrgTOfrg==}
dependencies:
long: 5.2.3
protobufjs: 7.2.4
dev: false
/ts-proto@1.156.5:
- resolution:
- {
- integrity: sha512-3op38GJa70VphCAO8jWOn01NP4n0dK0/X1KvPnkFOjYd4tq7RJJqYp1deH0YWhRByBIifaaXaAPSPdSzIxeSCA==
- }
- hasBin: true
+ resolution: {integrity: sha512-3op38GJa70VphCAO8jWOn01NP4n0dK0/X1KvPnkFOjYd4tq7RJJqYp1deH0YWhRByBIifaaXaAPSPdSzIxeSCA==}
dependencies:
case-anything: 2.1.13
protobufjs: 7.2.4
@@ -54559,25 +41320,16 @@ packages:
dev: false
/ts-retry-promise@0.7.0:
- resolution:
- {
- integrity: sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg==}
+ engines: {node: '>=6'}
dev: false
/ts-toolbelt@9.6.0:
- resolution:
- {
- integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==
- }
+ resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
/tsconfig-paths-webpack-plugin@4.0.0:
- resolution:
- {
- integrity: sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==}
+ engines: {node: '>=10.13.0'}
dependencies:
chalk: 4.1.0
enhanced-resolve: 5.15.0
@@ -54585,258 +41337,161 @@ packages:
dev: true
/tsconfig-paths@3.14.2:
- resolution:
- {
- integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
- }
+ resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==}
dependencies:
- "@types/json5": 0.0.29
+ '@types/json5': 0.0.29
json5: 1.0.2
minimist: 1.2.8
strip-bom: 3.0.0
dev: true
/tsconfig-paths@4.2.0:
- resolution:
- {
- integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==}
+ engines: {node: '>=6'}
dependencies:
json5: 2.2.3
minimist: 1.2.8
strip-bom: 3.0.0
/tslib@1.14.1:
- resolution:
- {
- integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
- }
+ resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
/tslib@2.5.2:
- resolution:
- {
- integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
- }
+ resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==}
/tslib@2.6.0:
- resolution:
- {
- integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
- }
+ resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==}
dev: false
/tslib@2.6.1:
- resolution:
- {
- integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
- }
+ resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==}
/tsutils@3.21.0(typescript@5.2.0-beta):
- resolution:
- {
- integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
+ engines: {node: '>= 6'}
peerDependencies:
- typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
+ typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
typescript: 5.2.0-beta
dev: true
/tty-browserify@0.0.0:
- resolution:
- {
- integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==
- }
+ resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==}
dev: true
/tty-browserify@0.0.1:
- resolution:
- {
- integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==
- }
+ resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==}
dev: true
/tunnel-agent@0.6.0:
- resolution:
- {
- integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
- }
+ resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}
dependencies:
safe-buffer: 5.2.1
/tunnel@0.0.6:
- resolution:
- {
- integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
- }
- engines: { node: ">=0.6.11 <=0.7.0 || >=0.7.3" }
+ resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==}
+ engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'}
dev: false
/tweetnacl-util@0.15.1:
- resolution:
- {
- integrity: sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==
- }
+ resolution: {integrity: sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw==}
dev: false
/tweetnacl@0.14.5:
- resolution:
- {
- integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
- }
+ resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==}
/tweetnacl@1.0.3:
- resolution:
- {
- integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==
- }
+ resolution: {integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==}
dev: false
/type-check@0.3.2:
- resolution:
- {
- integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==}
+ engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.1.2
dev: false
/type-check@0.4.0:
- resolution:
- {
- integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
+ engines: {node: '>= 0.8.0'}
dependencies:
prelude-ls: 1.2.1
/type-detect@4.0.8:
- resolution:
- {
- integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
+ engines: {node: '>=4'}
/type-fest@0.16.0:
- resolution:
- {
- integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==}
+ engines: {node: '>=10'}
dev: true
/type-fest@0.18.1:
- resolution:
- {
- integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==}
+ engines: {node: '>=10'}
dev: true
/type-fest@0.20.2:
- resolution:
- {
- integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
+ engines: {node: '>=10'}
/type-fest@0.21.3:
- resolution:
- {
- integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==}
+ engines: {node: '>=10'}
dev: true
/type-fest@0.6.0:
- resolution:
- {
- integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==}
+ engines: {node: '>=8'}
dev: true
/type-fest@0.7.1:
- resolution:
- {
- integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==}
+ engines: {node: '>=8'}
/type-fest@0.8.1:
- resolution:
- {
- integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==}
+ engines: {node: '>=8'}
dev: true
/type-fest@1.4.0:
- resolution:
- {
- integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
+ engines: {node: '>=10'}
dev: true
/type-fest@2.19.0:
- resolution:
- {
- integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
+ engines: {node: '>=12.20'}
/type-fest@3.13.1:
- resolution:
- {
- integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
+ engines: {node: '>=14.16'}
/type-is@1.6.18:
- resolution:
- {
- integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
- }
- engines: { node: ">= 0.6" }
- requiresBuild: true
+ resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
+ engines: {node: '>= 0.6'}
dependencies:
media-typer: 0.3.0
mime-types: 2.1.35
/type@1.2.0:
- resolution:
- {
- integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
- }
+ resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==}
/type@2.7.2:
- resolution:
- {
- integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
- }
+ resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==}
/typed-array-buffer@1.0.0:
- resolution:
- {
- integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.2.1
is-typed-array: 1.1.12
/typed-array-byte-length@1.0.0:
- resolution:
- {
- integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
+ engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.2
for-each: 0.3.3
@@ -54844,11 +41499,8 @@ packages:
is-typed-array: 1.1.12
/typed-array-byte-offset@1.0.0:
- resolution:
- {
- integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==}
+ engines: {node: '>= 0.4'}
dependencies:
available-typed-arrays: 1.0.5
call-bind: 1.0.2
@@ -54857,27 +41509,18 @@ packages:
is-typed-array: 1.1.12
/typed-array-length@1.0.4:
- resolution:
- {
- integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==
- }
+ resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
dependencies:
call-bind: 1.0.2
for-each: 0.3.3
is-typed-array: 1.1.12
/typed-assert@1.0.9:
- resolution:
- {
- integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==
- }
+ resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==}
dev: true
/typed-rest-client@1.8.11:
- resolution:
- {
- integrity: sha512-5UvfMpd1oelmUPRbbaVnq+rHP7ng2cE4qoQkQeAqxRL6PklkxsM0g32/HL0yfvruK6ojQ5x8EE+HF4YV6DtuCA==
- }
+ resolution: {integrity: sha512-5UvfMpd1oelmUPRbbaVnq+rHP7ng2cE4qoQkQeAqxRL6PklkxsM0g32/HL0yfvruK6ojQ5x8EE+HF4YV6DtuCA==}
dependencies:
qs: 6.11.2
tunnel: 0.0.6
@@ -54885,38 +41528,26 @@ packages:
dev: false
/typedarray-to-buffer@3.1.5:
- resolution:
- {
- integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
- }
+ resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==}
dependencies:
is-typedarray: 1.0.0
/typedarray@0.0.6:
- resolution:
- {
- integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
- }
+ resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
dev: true
/typedoc-plugin-markdown@3.15.4(typedoc@0.24.8):
- resolution:
- {
- integrity: sha512-KpjFL/NDrQAbY147oIoOgob2vAdEchsMcTVd6+e6H2lC1l5xhi48bhP/fMJI7qYQ8th5nubervgqw51z7gY66A==
- }
+ resolution: {integrity: sha512-KpjFL/NDrQAbY147oIoOgob2vAdEchsMcTVd6+e6H2lC1l5xhi48bhP/fMJI7qYQ8th5nubervgqw51z7gY66A==}
peerDependencies:
- typedoc: ">=0.24.0"
+ typedoc: '>=0.24.0'
dependencies:
handlebars: 4.7.8
typedoc: 0.24.8(typescript@5.1.6)
dev: false
/typedoc@0.24.8(typescript@5.1.6):
- resolution:
- {
- integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==
- }
- engines: { node: ">= 14.14" }
+ resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==}
+ engines: {node: '>= 14.14'}
hasBin: true
peerDependencies:
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x
@@ -54929,139 +41560,89 @@ packages:
dev: false
/types-ramda@0.29.4:
- resolution:
- {
- integrity: sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==
- }
+ resolution: {integrity: sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==}
dependencies:
ts-toolbelt: 9.6.0
- /typescript-json-schema@0.55.0(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-BXaivYecUdiXWWNiUqXgY6A9cMWerwmhtO+lQE7tDZGs7Mf38sORDeQZugfYOZOHPZ9ulsD+w0LWjFDOQoXcwg==
- }
- hasBin: true
+ /typescript-json-schema@0.55.0(@swc/core@1.3.83)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-BXaivYecUdiXWWNiUqXgY6A9cMWerwmhtO+lQE7tDZGs7Mf38sORDeQZugfYOZOHPZ9ulsD+w0LWjFDOQoXcwg==}
dependencies:
- "@types/json-schema": 7.0.12
- "@types/node": 16.18.40
+ '@types/json-schema': 7.0.12
+ '@types/node': 16.18.40
glob: 7.2.3
path-equal: 1.2.5
safe-stable-stringify: 2.4.3
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@16.18.40)(typescript@4.8.4)
+ ts-node: 10.9.1(@swc/core@1.3.83)(@swc/wasm@1.3.83)(@types/node@16.18.40)(typescript@4.8.4)
typescript: 4.8.4
yargs: 17.7.2
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: false
- /typescript-json-schema@0.57.0(@swc/core@1.3.76):
- resolution:
- {
- integrity: sha512-xirQK0s95K3OL7Knve0OOxQHErByCxUsgXr5oCHa9J0jWgiA+9/tidHWPu1UMjRv7MoX5ViP6QmOrWCi+dvRew==
- }
- hasBin: true
+ /typescript-json-schema@0.57.0(@swc/core@1.3.76)(@swc/wasm@1.3.83):
+ resolution: {integrity: sha512-xirQK0s95K3OL7Knve0OOxQHErByCxUsgXr5oCHa9J0jWgiA+9/tidHWPu1UMjRv7MoX5ViP6QmOrWCi+dvRew==}
dependencies:
- "@types/json-schema": 7.0.12
- "@types/node": 16.18.40
+ '@types/json-schema': 7.0.12
+ '@types/node': 16.18.40
glob: 7.2.3
path-equal: 1.2.5
safe-stable-stringify: 2.4.3
- ts-node: 10.9.1(@swc/core@1.3.76)(@types/node@16.18.40)(typescript@4.9.5)
+ ts-node: 10.9.1(@swc/core@1.3.76)(@swc/wasm@1.3.83)(@types/node@16.18.40)(typescript@4.9.5)
typescript: 4.9.5
yargs: 17.7.2
transitivePeerDependencies:
- - "@swc/core"
- - "@swc/wasm"
+ - '@swc/core'
+ - '@swc/wasm'
dev: false
/typescript@4.6.2:
- resolution:
- {
- integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
- }
- engines: { node: ">=4.2.0" }
- hasBin: true
+ resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
+ engines: {node: '>=4.2.0'}
dev: true
/typescript@4.8.4:
- resolution:
- {
- integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
- }
- engines: { node: ">=4.2.0" }
- hasBin: true
+ resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==}
+ engines: {node: '>=4.2.0'}
dev: false
/typescript@4.9.5:
- resolution:
- {
- integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
- }
- engines: { node: ">=4.2.0" }
- hasBin: true
+ resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
+ engines: {node: '>=4.2.0'}
dev: false
/typescript@5.1.6:
- resolution:
- {
- integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
- }
- engines: { node: ">=14.17" }
- hasBin: true
- requiresBuild: true
+ resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
+ engines: {node: '>=14.17'}
/typescript@5.2.0-beta:
- resolution:
- {
- integrity: sha512-z5cq8BXVwaY8cwltw0BiyHRCVXen3QNgIzIcJV4NiLzaWvavxltzFSXd2csO4HoBjlGnuG+/LLbUZ8is3fD6iA==
- }
- engines: { node: ">=14.17" }
- hasBin: true
+ resolution: {integrity: sha512-z5cq8BXVwaY8cwltw0BiyHRCVXen3QNgIzIcJV4NiLzaWvavxltzFSXd2csO4HoBjlGnuG+/LLbUZ8is3fD6iA==}
+ engines: {node: '>=14.17'}
/typical@4.0.0:
- resolution:
- {
- integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==}
+ engines: {node: '>=8'}
dev: true
/typical@5.2.0:
- resolution:
- {
- integrity: sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==}
+ engines: {node: '>=8'}
dev: true
/typical@7.1.1:
- resolution:
- {
- integrity: sha512-T+tKVNs6Wu7IWiAce5BgMd7OZfNYUndHwc5MknN+UHOudi7sGZzuHdCadllRuqJ3fPtgFtIH9+lt9qRv6lmpfA==
- }
- engines: { node: ">=12.17" }
+ resolution: {integrity: sha512-T+tKVNs6Wu7IWiAce5BgMd7OZfNYUndHwc5MknN+UHOudi7sGZzuHdCadllRuqJ3fPtgFtIH9+lt9qRv6lmpfA==}
+ engines: {node: '>=12.17'}
dev: true
/ua-parser-js@1.0.35:
- resolution:
- {
- integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==
- }
+ resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==}
/uc.micro@1.0.6:
- resolution:
- {
- integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
- }
+ resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
/uglify-es@3.3.9:
- resolution:
- {
- integrity: sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==}
+ engines: {node: '>=0.8.0'}
deprecated: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
hasBin: true
dependencies:
@@ -55070,28 +41651,21 @@ packages:
dev: false
/uglify-js@3.17.4:
- resolution:
- {
- integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==
- }
- engines: { node: ">=0.8.0" }
- hasBin: true
+ resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}
+ engines: {node: '>=0.8.0'}
requiresBuild: true
optional: true
/ulid@2.3.0:
- resolution:
- {
- integrity: sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==
- }
- hasBin: true
+ resolution: {integrity: sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==}
+ dev: false
+
+ /ultron@1.0.2:
+ resolution: {integrity: sha512-QMpnpVtYaWEeY+MwKDN/UdKlE/LsFZXM5lO1u7GaZzNgmIbGixHEmVMIKT+vqYOALu3m5GYQy9kz4Xu4IVn7Ow==}
dev: false
/unbox-primitive@1.0.2:
- resolution:
- {
- integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
- }
+ resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
dependencies:
call-bind: 1.0.2
has-bigints: 1.0.2
@@ -55099,134 +41673,85 @@ packages:
which-boxed-primitive: 1.0.2
/unc-path-regex@0.1.2:
- resolution:
- {
- integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==}
+ engines: {node: '>=0.10.0'}
dev: true
/underscore@1.12.1:
- resolution:
- {
- integrity: sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
- }
+ resolution: {integrity: sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==}
dev: false
/underscore@1.13.6:
- resolution:
- {
- integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
- }
+ resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==}
/undici@5.10.0:
- resolution:
- {
- integrity: sha512-c8HsD3IbwmjjbLvoZuRI26TZic+TSEe8FPMLLOkN1AfYRhdjnKBU6yL+IwcSCbdZiX4e5t0lfMDLDCqj4Sq70g==
- }
- engines: { node: ">=12.18" }
+ resolution: {integrity: sha512-c8HsD3IbwmjjbLvoZuRI26TZic+TSEe8FPMLLOkN1AfYRhdjnKBU6yL+IwcSCbdZiX4e5t0lfMDLDCqj4Sq70g==}
+ engines: {node: '>=12.18'}
dev: true
/undici@5.21.0:
- resolution:
- {
- integrity: sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==
- }
- engines: { node: ">=12.18" }
+ resolution: {integrity: sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==}
+ engines: {node: '>=12.18'}
dependencies:
busboy: 1.6.0
dev: true
/undici@5.23.0:
- resolution:
- {
- integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==
- }
- engines: { node: ">=14.0" }
+ resolution: {integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==}
+ engines: {node: '>=14.0'}
dependencies:
busboy: 1.6.0
- dev: true
/unfetch@4.2.0:
- resolution:
- {
- integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
- }
+ resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==}
dev: true
/unherit@1.1.3:
- resolution:
- {
- integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==
- }
+ resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==}
dependencies:
inherits: 2.0.4
xtend: 4.0.2
dev: false
/unherit@3.0.1:
- resolution:
- {
- integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==
- }
+ resolution: {integrity: sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==}
dev: true
/unicode-canonical-property-names-ecmascript@2.0.0:
- resolution:
- {
- integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
+ engines: {node: '>=4'}
/unicode-match-property-ecmascript@2.0.0:
- resolution:
- {
- integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
+ engines: {node: '>=4'}
dependencies:
unicode-canonical-property-names-ecmascript: 2.0.0
unicode-property-aliases-ecmascript: 2.1.0
/unicode-match-property-value-ecmascript@2.1.0:
- resolution:
- {
- integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
+ engines: {node: '>=4'}
/unicode-properties@1.4.1:
- resolution:
- {
- integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==
- }
+ resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==}
dependencies:
base64-js: 1.5.1
unicode-trie: 2.0.0
dev: true
/unicode-property-aliases-ecmascript@2.1.0:
- resolution:
- {
- integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
+ engines: {node: '>=4'}
/unicode-trie@2.0.0:
- resolution:
- {
- integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==
- }
+ resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
dependencies:
pako: 0.2.9
tiny-inflate: 1.0.3
dev: true
/unified-diff@4.0.1:
- resolution:
- {
- integrity: sha512-qiI0GaHi/50NVrChnmZOBeB0aNhHRMG6VnjKEAikaQD/I3gxjTsDp8gycCOUxyVCJrV/Rv3y6zEWMZczO+o3Lw==
- }
+ resolution: {integrity: sha512-qiI0GaHi/50NVrChnmZOBeB0aNhHRMG6VnjKEAikaQD/I3gxjTsDp8gycCOUxyVCJrV/Rv3y6zEWMZczO+o3Lw==}
dependencies:
git-diff-tree: 1.1.0
vfile-find-up: 6.1.0
@@ -55235,16 +41760,13 @@ packages:
dev: true
/unified-engine@10.1.0:
- resolution:
- {
- integrity: sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ==
- }
- dependencies:
- "@types/concat-stream": 2.0.0
- "@types/debug": 4.1.8
- "@types/is-empty": 1.2.1
- "@types/node": 18.17.5
- "@types/unist": 2.0.7
+ resolution: {integrity: sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ==}
+ dependencies:
+ '@types/concat-stream': 2.0.0
+ '@types/debug': 4.1.8
+ '@types/is-empty': 1.2.1
+ '@types/node': 18.17.5
+ '@types/unist': 2.0.7
concat-stream: 2.0.0
debug: 4.3.4(supports-color@8.1.1)
fault: 2.0.1
@@ -55267,12 +41789,9 @@ packages:
dev: true
/unified-message-control@4.0.0:
- resolution:
- {
- integrity: sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==
- }
+ resolution: {integrity: sha512-1b92N+VkPHftOsvXNOtkJm4wHlr+UDmTBF2dUzepn40oy9NxanJ9xS1RwUBTjXJwqr2K0kMbEyv1Krdsho7+Iw==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 5.2.1
unist-util-visit: 3.1.0
vfile: 5.3.7
@@ -55281,12 +41800,9 @@ packages:
dev: true
/unified@10.1.2:
- resolution:
- {
- integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==
- }
+ resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
bail: 2.0.2
extend: 3.0.2
is-buffer: 2.0.5
@@ -55296,12 +41812,9 @@ packages:
dev: true
/unified@9.2.0:
- resolution:
- {
- integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
- }
+ resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
bail: 1.0.5
extend: 3.0.2
is-buffer: 2.0.5
@@ -55311,12 +41824,9 @@ packages:
dev: false
/unified@9.2.2:
- resolution:
- {
- integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
- }
+ resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
bail: 1.0.5
extend: 3.0.2
is-buffer: 2.0.5
@@ -55325,326 +41835,212 @@ packages:
vfile: 4.2.1
/union@0.5.0:
- resolution:
- {
- integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==
- }
- engines: { node: ">= 0.8.0" }
+ resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==}
+ engines: {node: '>= 0.8.0'}
dependencies:
qs: 6.11.2
dev: true
/unique-filename@1.1.1:
- resolution:
- {
- integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
- }
+ resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==}
dependencies:
unique-slug: 2.0.2
dev: false
/unique-slug@2.0.2:
- resolution:
- {
- integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
- }
+ resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==}
dependencies:
imurmurhash: 0.1.4
dev: false
/unique-string@2.0.0:
- resolution:
- {
- integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
+ engines: {node: '>=8'}
dependencies:
crypto-random-string: 2.0.0
/unique-string@3.0.0:
- resolution:
- {
- integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==}
+ engines: {node: '>=12'}
dependencies:
crypto-random-string: 4.0.0
dev: true
/unist-builder@2.0.3:
- resolution:
- {
- integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==
- }
+ resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==}
dev: false
/unist-builder@3.0.1:
- resolution:
- {
- integrity: sha512-gnpOw7DIpCA0vpr6NqdPvTWnlPTApCTRzr+38E6hCWx3rz/cjo83SsKIlS1Z+L5ttScQ2AwutNnb8+tAvpb6qQ==
- }
+ resolution: {integrity: sha512-gnpOw7DIpCA0vpr6NqdPvTWnlPTApCTRzr+38E6hCWx3rz/cjo83SsKIlS1Z+L5ttScQ2AwutNnb8+tAvpb6qQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
dev: false
/unist-util-generated@1.1.6:
- resolution:
- {
- integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==
- }
+ resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==}
dev: false
/unist-util-generated@2.0.1:
- resolution:
- {
- integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==
- }
+ resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==}
dev: false
/unist-util-inspect@7.0.2:
- resolution:
- {
- integrity: sha512-Op0XnmHUl6C2zo/yJCwhXQSm/SmW22eDZdWP2qdf4WpGrgO1ZxFodq+5zFyeRGasFjJotAnLgfuD1jkcKqiH1Q==
- }
+ resolution: {integrity: sha512-Op0XnmHUl6C2zo/yJCwhXQSm/SmW22eDZdWP2qdf4WpGrgO1ZxFodq+5zFyeRGasFjJotAnLgfuD1jkcKqiH1Q==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
dev: true
/unist-util-is@4.1.0:
- resolution:
- {
- integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
- }
+ resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==}
/unist-util-is@5.2.1:
- resolution:
- {
- integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==
- }
+ resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/unist-util-modify-children@2.0.0:
- resolution:
- {
- integrity: sha512-HGrj7JQo9DwZt8XFsX8UD4gGqOsIlCih9opG6Y+N11XqkBGKzHo8cvDi+MfQQgiZ7zXRUiQREYHhjOBHERTMdg==
- }
+ resolution: {integrity: sha512-HGrj7JQo9DwZt8XFsX8UD4gGqOsIlCih9opG6Y+N11XqkBGKzHo8cvDi+MfQQgiZ7zXRUiQREYHhjOBHERTMdg==}
dependencies:
array-iterate: 1.1.4
dev: true
/unist-util-modify-children@3.1.1:
- resolution:
- {
- integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==
- }
+ resolution: {integrity: sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
array-iterate: 2.0.1
dev: true
/unist-util-position-from-estree@1.1.2:
- resolution:
- {
- integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==
- }
+ resolution: {integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
dev: true
/unist-util-position@3.1.0:
- resolution:
- {
- integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==
- }
+ resolution: {integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==}
dev: false
/unist-util-position@4.0.4:
- resolution:
- {
- integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==
- }
+ resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/unist-util-remove-position@2.0.1:
- resolution:
- {
- integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==
- }
+ resolution: {integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==}
dependencies:
unist-util-visit: 2.0.3
dev: false
/unist-util-remove-position@4.0.2:
- resolution:
- {
- integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==
- }
+ resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-visit: 4.1.2
dev: true
/unist-util-remove@2.1.0:
- resolution:
- {
- integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==
- }
+ resolution: {integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==}
dependencies:
unist-util-is: 4.1.0
dev: false
/unist-util-select@4.0.3:
- resolution:
- {
- integrity: sha512-1074+K9VyR3NyUz3lgNtHKm7ln+jSZXtLJM4E22uVuoFn88a/Go2pX8dusrt/W+KWH1ncn8jcd8uCQuvXb/fXA==
- }
+ resolution: {integrity: sha512-1074+K9VyR3NyUz3lgNtHKm7ln+jSZXtLJM4E22uVuoFn88a/Go2pX8dusrt/W+KWH1ncn8jcd8uCQuvXb/fXA==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
css-selector-parser: 1.4.1
nth-check: 2.1.1
zwitch: 2.0.4
dev: false
/unist-util-stringify-position@2.0.3:
- resolution:
- {
- integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
- }
+ resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/unist-util-stringify-position@3.0.3:
- resolution:
- {
- integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==
- }
+ resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
/unist-util-visit-children@1.1.4:
- resolution:
- {
- integrity: sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==
- }
+ resolution: {integrity: sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==}
dev: true
/unist-util-visit-children@2.0.2:
- resolution:
- {
- integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==
- }
+ resolution: {integrity: sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
dev: true
/unist-util-visit-parents@3.1.1:
- resolution:
- {
- integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
- }
+ resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 4.1.0
/unist-util-visit-parents@4.1.1:
- resolution:
- {
- integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==
- }
+ resolution: {integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 5.2.1
/unist-util-visit-parents@5.1.3:
- resolution:
- {
- integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==
- }
+ resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 5.2.1
/unist-util-visit@2.0.3:
- resolution:
- {
- integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
- }
+ resolution: {integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 4.1.0
unist-util-visit-parents: 3.1.1
/unist-util-visit@3.1.0:
- resolution:
- {
- integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==
- }
+ resolution: {integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 5.2.1
unist-util-visit-parents: 4.1.1
/unist-util-visit@4.1.2:
- resolution:
- {
- integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==
- }
+ resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-is: 5.2.1
unist-util-visit-parents: 5.1.3
/universal-user-agent@6.0.0:
- resolution:
- {
- integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
- }
+ resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==}
dev: true
/universalify@0.1.2:
- resolution:
- {
- integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
- }
- engines: { node: ">= 4.0.0" }
+ resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
+ engines: {node: '>= 4.0.0'}
/universalify@0.2.0:
- resolution:
- {
- integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
- }
- engines: { node: ">= 4.0.0" }
+ resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
+ engines: {node: '>= 4.0.0'}
/universalify@2.0.0:
- resolution:
- {
- integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
- }
- engines: { node: ">= 10.0.0" }
+ resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
+ engines: {node: '>= 10.0.0'}
/unixify@1.0.0:
- resolution:
- {
- integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==}
+ engines: {node: '>=0.10.0'}
dependencies:
normalize-path: 2.1.1
/unpipe@1.0.0:
- resolution:
- {
- integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
+ engines: {node: '>= 0.8'}
/unplugin@1.4.0:
- resolution:
- {
- integrity: sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==
- }
+ resolution: {integrity: sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==}
dependencies:
acorn: 8.10.0
chokidar: 3.5.3
@@ -55653,39 +42049,27 @@ packages:
dev: true
/unraw@3.0.0:
- resolution:
- {
- integrity: sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==
- }
+ resolution: {integrity: sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==}
dev: false
/untildify@4.0.0:
- resolution:
- {
- integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
+ engines: {node: '>=8'}
dev: true
/update-browserslist-db@1.0.11(browserslist@4.21.10):
- resolution:
- {
- integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
- }
+ resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
hasBin: true
peerDependencies:
- browserslist: ">= 4.21.0"
+ browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.21.10
escalade: 3.1.1
picocolors: 1.0.0
/update-notifier@5.1.0:
- resolution:
- {
- integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==}
+ engines: {node: '>=10'}
dependencies:
boxen: 5.1.2
chalk: 4.1.0
@@ -55704,11 +42088,8 @@ packages:
dev: false
/update-notifier@6.0.2:
- resolution:
- {
- integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==
- }
- engines: { node: ">=14.16" }
+ resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==}
+ engines: {node: '>=14.16'}
dependencies:
boxen: 7.1.1
chalk: 5.3.0
@@ -55727,56 +42108,35 @@ packages:
dev: true
/update-section@0.3.3:
- resolution:
- {
- integrity: sha512-BpRZMZpgXLuTiKeiu7kK0nIPwGdyrqrs6EDSaXtjD/aQ2T+qVo9a5hRC3HN3iJjCMxNT/VxoLGQ7E/OzE5ucnw==
- }
+ resolution: {integrity: sha512-BpRZMZpgXLuTiKeiu7kK0nIPwGdyrqrs6EDSaXtjD/aQ2T+qVo9a5hRC3HN3iJjCMxNT/VxoLGQ7E/OzE5ucnw==}
/upper-case-first@2.0.2:
- resolution:
- {
- integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==
- }
+ resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==}
dependencies:
tslib: 2.6.1
/upper-case@2.0.2:
- resolution:
- {
- integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==
- }
+ resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==}
dependencies:
tslib: 2.6.1
/uri-js@4.4.1:
- resolution:
- {
- integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
- }
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies:
punycode: 2.3.0
/urijs@1.19.11:
- resolution:
- {
- integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==
- }
+ resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==}
dev: false
/url-join@4.0.1:
- resolution:
- {
- integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
- }
+ resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==}
/url-loader@4.1.1(file-loader@6.2.0)(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==
- }
- engines: { node: ">= 10.13.0" }
+ resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==}
+ engines: {node: '>= 10.13.0'}
peerDependencies:
- file-loader: "*"
+ file-loader: '*'
webpack: ^4.0.0 || ^5.0.0
peerDependenciesMeta:
file-loader:
@@ -55786,53 +42146,35 @@ packages:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/url-parse-lax@3.0.0:
- resolution:
- {
- integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==
- }
- engines: { node: ">=4" }
+ resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==}
+ engines: {node: '>=4'}
dependencies:
prepend-http: 2.0.0
/url-parse@1.5.10:
- resolution:
- {
- integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
- }
+ resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==}
dependencies:
querystringify: 2.2.0
requires-port: 1.0.0
/url@0.11.1:
- resolution:
- {
- integrity: sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==
- }
+ resolution: {integrity: sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==}
dependencies:
punycode: 1.4.1
qs: 6.11.2
/urlpattern-polyfill@8.0.2:
- resolution:
- {
- integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==
- }
+ resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==}
dev: true
/urlpattern-polyfill@9.0.0:
- resolution:
- {
- integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==
- }
+ resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==}
/use-composed-ref@1.3.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==
- }
+ resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
@@ -55840,113 +42182,89 @@ packages:
dev: false
/use-deep-compare-effect@1.8.1(react@18.2.0):
- resolution:
- {
- integrity: sha512-kbeNVZ9Zkc0RFGpfMN3MNfaKNvcLNyxOAAd9O4CBZ+kCBXXscn9s/4I+8ytUER4RDpEYs5+O6Rs4PqiZ+rHr5Q==
- }
- engines: { node: ">=10", npm: ">=6" }
+ resolution: {integrity: sha512-kbeNVZ9Zkc0RFGpfMN3MNfaKNvcLNyxOAAd9O4CBZ+kCBXXscn9s/4I+8ytUER4RDpEYs5+O6Rs4PqiZ+rHr5Q==}
+ engines: {node: '>=10', npm: '>=6'}
peerDependencies:
- react: ">=16.13"
+ react: '>=16.13'
dependencies:
- "@babel/runtime": 7.22.10
+ '@babel/runtime': 7.22.10
dequal: 2.0.3
react: 18.2.0
dev: true
/use-intl@2.19.1(react@18.2.0):
- resolution:
- {
- integrity: sha512-nPsXwwJeH+RuKe2ucN+xmRI7DdfjA7WezXYTJD0JZSPvyIyaledIBlVBbnkxanr+3fpIec3cVG6wvouGp9/lJQ==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-nPsXwwJeH+RuKe2ucN+xmRI7DdfjA7WezXYTJD0JZSPvyIyaledIBlVBbnkxanr+3fpIec3cVG6wvouGp9/lJQ==}
+ engines: {node: '>=10'}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
- "@formatjs/ecma402-abstract": 1.17.0
+ '@formatjs/ecma402-abstract': 1.17.0
intl-messageformat: 9.13.0
react: 18.2.0
dev: true
/use-isomorphic-layout-effect@1.1.2(@types/react@18.2.20)(react@17.0.2):
- resolution:
- {
- integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
- }
+ resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
peerDependencies:
- "@types/react": "*"
+ '@types/react': '*'
react: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
react: 17.0.2
dev: false
/use-latest@1.2.1(@types/react@18.2.20)(react@17.0.2):
- resolution:
- {
- integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==
- }
+ resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
peerDependencies:
- "@types/react": "*"
+ '@types/react': '*'
react: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
- "@types/react":
+ '@types/react':
optional: true
dependencies:
- "@types/react": 18.2.20
+ '@types/react': 18.2.20
react: 17.0.2
use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.20)(react@17.0.2)
dev: false
/use-resize-observer@8.0.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-n0iKSeiQpJCyaFh5JA0qsVLBIovsF4EIIR1G6XiBwKJN66ZrD4Oj62bjcuTAATPKiSp6an/2UZZxCf/67fk3sQ==
- }
+ resolution: {integrity: sha512-n0iKSeiQpJCyaFh5JA0qsVLBIovsF4EIIR1G6XiBwKJN66ZrD4Oj62bjcuTAATPKiSp6an/2UZZxCf/67fk3sQ==}
peerDependencies:
- react: ">=16.8.0"
- react-dom: ">=16.8.0"
+ react: '>=16.8.0'
+ react-dom: '>=16.8.0'
dependencies:
- "@juggle/resize-observer": 3.4.0
+ '@juggle/resize-observer': 3.4.0
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
dev: false
/use-resize-observer@9.1.0(react-dom@17.0.2)(react@17.0.2):
- resolution:
- {
- integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==
- }
+ resolution: {integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==}
peerDependencies:
react: 16.8.0 - 18
react-dom: 16.8.0 - 18
dependencies:
- "@juggle/resize-observer": 3.4.0
+ '@juggle/resize-observer': 3.4.0
react: 17.0.2
react-dom: 17.0.2(react@17.0.2)
dev: false
/use-resize-observer@9.1.0(react-dom@18.2.0)(react@18.2.0):
- resolution:
- {
- integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==
- }
+ resolution: {integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==}
peerDependencies:
react: 16.8.0 - 18
react-dom: 16.8.0 - 18
dependencies:
- "@juggle/resize-observer": 3.4.0
+ '@juggle/resize-observer': 3.4.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: true
/use-subscription@1.5.1(react@17.0.2):
- resolution:
- {
- integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
- }
+ resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0
dependencies:
@@ -55955,10 +42273,7 @@ packages:
dev: true
/use-sync-external-store@1.2.0(react@17.0.2):
- resolution:
- {
- integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
- }
+ resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
@@ -55966,61 +42281,49 @@ packages:
dev: false
/use-sync-external-store@1.2.0(react@18.2.0):
- resolution:
- {
- integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
- }
+ resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
dependencies:
react: 18.2.0
dev: false
+ /utf-8-validate@1.1.0:
+ resolution: {integrity: sha512-Qsgu1u2akdyOneurUEVf/tXhkqBQMoE3x0GY5+P7ayPHvVzTqOkkgBhtl26wm6ap10Amhwy0jIhPwMGywx76QQ==}
+ requiresBuild: true
+ dependencies:
+ bindings: 1.2.1
+ nan: 1.8.4
+ dev: false
+ optional: true
+
/utf-8-validate@5.0.10:
- resolution:
- {
- integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==
- }
- engines: { node: ">=6.14.2" }
+ resolution: {integrity: sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==}
+ engines: {node: '>=6.14.2'}
requiresBuild: true
dependencies:
node-gyp-build: 4.6.0
/utf8@3.0.0:
- resolution:
- {
- integrity: sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==
- }
+ resolution: {integrity: sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==}
dev: false
/util-deprecate@1.0.2:
- resolution:
- {
- integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
- }
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
/util@0.10.3:
- resolution:
- {
- integrity: sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==
- }
+ resolution: {integrity: sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==}
dependencies:
inherits: 2.0.1
/util@0.11.1:
- resolution:
- {
- integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
- }
+ resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==}
dependencies:
inherits: 2.0.3
dev: true
/util@0.12.3:
- resolution:
- {
- integrity: sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==
- }
+ resolution: {integrity: sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==}
dependencies:
inherits: 2.0.4
is-arguments: 1.1.1
@@ -56031,10 +42334,7 @@ packages:
dev: true
/util@0.12.5:
- resolution:
- {
- integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
- }
+ resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==}
dependencies:
inherits: 2.0.4
is-arguments: 1.1.1
@@ -56044,55 +42344,29 @@ packages:
dev: true
/utila@0.4.0:
- resolution:
- {
- integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==
- }
+ resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==}
/utility-types@3.10.0:
- resolution:
- {
- integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==
- }
- engines: { node: ">= 4" }
+ resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==}
+ engines: {node: '>= 4'}
dev: false
/utils-merge@1.0.1:
- resolution:
- {
- integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
- }
- engines: { node: ">= 0.4.0" }
+ resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
+ engines: {node: '>= 0.4.0'}
/uuid@3.4.0:
- resolution:
- {
- integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
- }
- deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
- hasBin: true
+ resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==}
/uuid@8.3.2:
- resolution:
- {
- integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
- }
- hasBin: true
+ resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
/uuid@9.0.0:
- resolution:
- {
- integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
- }
- hasBin: true
+ resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
/uvu@0.5.6:
- resolution:
- {
- integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==
- }
- engines: { node: ">=8" }
- hasBin: true
+ resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==}
+ engines: {node: '>=8'}
dependencies:
dequal: 2.0.3
diff: 5.1.0
@@ -56100,178 +42374,115 @@ packages:
sade: 1.8.1
/v8-compile-cache-lib@3.0.1:
- resolution:
- {
- integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
- }
+ resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
/v8-compile-cache@2.3.0:
- resolution:
- {
- integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
- }
+ resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==}
/v8-to-istanbul@9.1.0:
- resolution:
- {
- integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==
- }
- engines: { node: ">=10.12.0" }
- dependencies:
- "@jridgewell/trace-mapping": 0.3.19
- "@types/istanbul-lib-coverage": 2.0.4
+ resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==}
+ engines: {node: '>=10.12.0'}
+ dependencies:
+ '@jridgewell/trace-mapping': 0.3.19
+ '@types/istanbul-lib-coverage': 2.0.4
convert-source-map: 1.9.0
dev: true
/validate-npm-package-license@3.0.4:
- resolution:
- {
- integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
- }
+ resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
dependencies:
spdx-correct: 3.2.0
spdx-expression-parse: 3.0.1
dev: true
/validate-npm-package-name@3.0.0:
- resolution:
- {
- integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==
- }
+ resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==}
dependencies:
builtins: 1.0.3
/validate.io-array@1.0.6:
- resolution:
- {
- integrity: sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==
- }
+ resolution: {integrity: sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==}
dev: false
/validate.io-function@1.0.2:
- resolution:
- {
- integrity: sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ==
- }
+ resolution: {integrity: sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ==}
dev: false
/validate.io-integer-array@1.0.0:
- resolution:
- {
- integrity: sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==
- }
+ resolution: {integrity: sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==}
dependencies:
validate.io-array: 1.0.6
validate.io-integer: 1.0.5
dev: false
/validate.io-integer@1.0.5:
- resolution:
- {
- integrity: sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==
- }
+ resolution: {integrity: sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==}
dependencies:
validate.io-number: 1.0.3
dev: false
/validate.io-number@1.0.3:
- resolution:
- {
- integrity: sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg==
- }
+ resolution: {integrity: sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg==}
dev: false
/value-equal@1.0.1:
- resolution:
- {
- integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
- }
+ resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==}
dev: false
/value-or-promise@1.0.11:
- resolution:
- {
- integrity: sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==}
+ engines: {node: '>=12'}
dev: false
/value-or-promise@1.0.12:
- resolution:
- {
- integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==}
+ engines: {node: '>=12'}
/vary@1.1.2:
- resolution:
- {
- integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
- }
- engines: { node: ">= 0.8" }
+ resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
+ engines: {node: '>= 0.8'}
/verror@1.10.0:
- resolution:
- {
- integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==
- }
- engines: { "0": node >=0.6.0 }
+ resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==}
+ engines: {'0': node >=0.6.0}
dependencies:
assert-plus: 1.0.0
core-util-is: 1.0.2
extsprintf: 1.3.0
/vfile-find-up@6.1.0:
- resolution:
- {
- integrity: sha512-plN64Ff/wLPvKC8ucTzyB97cgV7SdIcFL74HLCSmI/79FqOI1WACbNM4noKrJa+dZRgN6Gwp4BQElm/yBDqC3w==
- }
+ resolution: {integrity: sha512-plN64Ff/wLPvKC8ucTzyB97cgV7SdIcFL74HLCSmI/79FqOI1WACbNM4noKrJa+dZRgN6Gwp4BQElm/yBDqC3w==}
dependencies:
to-vfile: 7.2.4
vfile: 5.3.7
dev: true
/vfile-location@3.2.0:
- resolution:
- {
- integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==
- }
+ resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==}
dev: false
/vfile-location@4.1.0:
- resolution:
- {
- integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==
- }
+ resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
vfile: 5.3.7
/vfile-message@2.0.4:
- resolution:
- {
- integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==
- }
+ resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-stringify-position: 2.0.3
/vfile-message@3.1.4:
- resolution:
- {
- integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==
- }
+ resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
unist-util-stringify-position: 3.0.3
/vfile-reporter@7.0.5:
- resolution:
- {
- integrity: sha512-NdWWXkv6gcd7AZMvDomlQbK3MqFWL1RlGzMn++/O2TI+68+nqxCPTvLugdOtfSzXmjh+xUyhp07HhlrbJjT+mw==
- }
+ resolution: {integrity: sha512-NdWWXkv6gcd7AZMvDomlQbK3MqFWL1RlGzMn++/O2TI+68+nqxCPTvLugdOtfSzXmjh+xUyhp07HhlrbJjT+mw==}
dependencies:
- "@types/supports-color": 8.1.1
+ '@types/supports-color': 8.1.1
string-width: 5.1.2
supports-color: 9.4.0
unist-util-stringify-position: 3.0.3
@@ -56282,53 +42493,38 @@ packages:
dev: true
/vfile-sort@3.0.1:
- resolution:
- {
- integrity: sha512-1os1733XY6y0D5x0ugqSeaVJm9lYgj0j5qdcZQFyxlZOSy1jYarL77lLyb5gK4Wqr1d5OxmuyflSO3zKyFnTFw==
- }
+ resolution: {integrity: sha512-1os1733XY6y0D5x0ugqSeaVJm9lYgj0j5qdcZQFyxlZOSy1jYarL77lLyb5gK4Wqr1d5OxmuyflSO3zKyFnTFw==}
dependencies:
vfile: 5.3.7
vfile-message: 3.1.4
dev: true
/vfile-statistics@2.0.1:
- resolution:
- {
- integrity: sha512-W6dkECZmP32EG/l+dp2jCLdYzmnDBIw6jwiLZSER81oR5AHRcVqL+k3Z+pfH1R73le6ayDkJRMk0sutj1bMVeg==
- }
+ resolution: {integrity: sha512-W6dkECZmP32EG/l+dp2jCLdYzmnDBIw6jwiLZSER81oR5AHRcVqL+k3Z+pfH1R73le6ayDkJRMk0sutj1bMVeg==}
dependencies:
vfile: 5.3.7
vfile-message: 3.1.4
dev: true
/vfile@4.2.1:
- resolution:
- {
- integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
- }
+ resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
is-buffer: 2.0.5
unist-util-stringify-position: 2.0.3
vfile-message: 2.0.4
/vfile@5.3.7:
- resolution:
- {
- integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==
- }
+ resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==}
dependencies:
- "@types/unist": 2.0.7
+ '@types/unist': 2.0.7
is-buffer: 2.0.5
unist-util-stringify-position: 3.0.3
vfile-message: 3.1.4
/vite-compatible-readable-stream@3.6.1:
- resolution:
- {
- integrity: sha512-t20zYkrSf868+j/p31cRIGN28Phrjm3nRSLR2fyc2tiWi4cZGVdv68yNlwnIINTkMTmPoMiSlc0OadaO7DXZaQ==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-t20zYkrSf868+j/p31cRIGN28Phrjm3nRSLR2fyc2tiWi4cZGVdv68yNlwnIINTkMTmPoMiSlc0OadaO7DXZaQ==}
+ engines: {node: '>= 6'}
dependencies:
inherits: 2.0.4
string_decoder: 1.3.0
@@ -56336,41 +42532,26 @@ packages:
dev: true
/vlq@1.0.1:
- resolution:
- {
- integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==
- }
+ resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==}
dev: false
/vm-browserify@1.1.2:
- resolution:
- {
- integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
- }
+ resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==}
dev: true
/vscode-jsonrpc@8.0.2:
- resolution:
- {
- integrity: sha512-RY7HwI/ydoC1Wwg4gJ3y6LpU9FJRZAUnTYMXthqhFXXu77ErDd/xkREpGuk4MyYkk4a+XDWAMqe0S3KkelYQEQ==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-RY7HwI/ydoC1Wwg4gJ3y6LpU9FJRZAUnTYMXthqhFXXu77ErDd/xkREpGuk4MyYkk4a+XDWAMqe0S3KkelYQEQ==}
+ engines: {node: '>=14.0.0'}
dev: false
/vscode-jsonrpc@8.1.0:
- resolution:
- {
- integrity: sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==
- }
- engines: { node: ">=14.0.0" }
+ resolution: {integrity: sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==}
+ engines: {node: '>=14.0.0'}
dev: false
/vscode-languageclient@8.1.0:
- resolution:
- {
- integrity: sha512-GL4QdbYUF/XxQlAsvYWZRV3V34kOkpRlvV60/72ghHfsYFnS/v2MANZ9P6sHmxFcZKOse8O+L9G7Czg0NUWing==
- }
- engines: { vscode: ^1.67.0 }
+ resolution: {integrity: sha512-GL4QdbYUF/XxQlAsvYWZRV3V34kOkpRlvV60/72ghHfsYFnS/v2MANZ9P6sHmxFcZKOse8O+L9G7Czg0NUWing==}
+ engines: {vscode: ^1.67.0}
dependencies:
minimatch: 5.1.6
semver: 7.5.4
@@ -56378,79 +42559,49 @@ packages:
dev: false
/vscode-languageserver-protocol@3.17.2:
- resolution:
- {
- integrity: sha512-8kYisQ3z/SQ2kyjlNeQxbkkTNmVFoQCqkmGrzLH6A9ecPlgTbp3wDTnUNqaUxYr4vlAcloxx8zwy7G5WdguYNg==
- }
+ resolution: {integrity: sha512-8kYisQ3z/SQ2kyjlNeQxbkkTNmVFoQCqkmGrzLH6A9ecPlgTbp3wDTnUNqaUxYr4vlAcloxx8zwy7G5WdguYNg==}
dependencies:
vscode-jsonrpc: 8.0.2
vscode-languageserver-types: 3.17.2
dev: false
/vscode-languageserver-protocol@3.17.3:
- resolution:
- {
- integrity: sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==
- }
+ resolution: {integrity: sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==}
dependencies:
vscode-jsonrpc: 8.1.0
vscode-languageserver-types: 3.17.3
dev: false
/vscode-languageserver-textdocument@1.0.8:
- resolution:
- {
- integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==
- }
+ resolution: {integrity: sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==}
/vscode-languageserver-types@3.17.2:
- resolution:
- {
- integrity: sha512-zHhCWatviizPIq9B7Vh9uvrH6x3sK8itC84HkamnBWoDFJtzBf7SWlpLCZUit72b3os45h6RWQNC9xHRDF8dRA==
- }
+ resolution: {integrity: sha512-zHhCWatviizPIq9B7Vh9uvrH6x3sK8itC84HkamnBWoDFJtzBf7SWlpLCZUit72b3os45h6RWQNC9xHRDF8dRA==}
dev: false
/vscode-languageserver-types@3.17.3:
- resolution:
- {
- integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==
- }
+ resolution: {integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==}
dev: false
/vscode-languageserver@8.0.2:
- resolution:
- {
- integrity: sha512-bpEt2ggPxKzsAOZlXmCJ50bV7VrxwCS5BI4+egUmure/oI/t4OlFzi/YNtVvY24A2UDOZAgwFGgnZPwqSJubkA==
- }
- hasBin: true
+ resolution: {integrity: sha512-bpEt2ggPxKzsAOZlXmCJ50bV7VrxwCS5BI4+egUmure/oI/t4OlFzi/YNtVvY24A2UDOZAgwFGgnZPwqSJubkA==}
dependencies:
vscode-languageserver-protocol: 3.17.2
dev: false
/vscode-languageserver@8.1.0:
- resolution:
- {
- integrity: sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw==
- }
- hasBin: true
+ resolution: {integrity: sha512-eUt8f1z2N2IEUDBsKaNapkz7jl5QpskN2Y0G01T/ItMxBxw1fJwvtySGB9QMecatne8jFIWJGWI61dWjyTLQsw==}
dependencies:
vscode-languageserver-protocol: 3.17.3
dev: false
/vscode-oniguruma@1.7.0:
- resolution:
- {
- integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
- }
+ resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==}
dev: false
/vscode-test@0.4.3:
- resolution:
- {
- integrity: sha512-EkMGqBSefZH2MgW65nY05rdRSko15uvzq4VAPM5jVmwYuFQKE7eikKXNJDRxL+OITXHB6pI+a3XqqD32Y3KC5w==
- }
- engines: { node: ">=8.9.3" }
- deprecated: This package has been renamed to @vscode/test-electron, please update to the new name
+ resolution: {integrity: sha512-EkMGqBSefZH2MgW65nY05rdRSko15uvzq4VAPM5jVmwYuFQKE7eikKXNJDRxL+OITXHB6pI+a3XqqD32Y3KC5w==}
+ engines: {node: '>=8.9.3'}
dependencies:
http-proxy-agent: 2.1.0
https-proxy-agent: 2.2.4
@@ -56459,26 +42610,15 @@ packages:
dev: false
/vscode-textmate@8.0.0:
- resolution:
- {
- integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
- }
+ resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==}
dev: false
/vscode-uri@3.0.7:
- resolution:
- {
- integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==
- }
+ resolution: {integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==}
/vscode@1.1.37:
- resolution:
- {
- integrity: sha512-vJNj6IlN7IJPdMavlQa1KoFB3Ihn06q1AiN3ZFI/HfzPNzbKZWPPuiU+XkpNOfGU5k15m4r80nxNPlM7wcc0wg==
- }
- engines: { node: ">=8.9.3" }
- deprecated: "This package is deprecated in favor of @types/vscode and vscode-test. For more information please read: https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest"
- hasBin: true
+ resolution: {integrity: sha512-vJNj6IlN7IJPdMavlQa1KoFB3Ihn06q1AiN3ZFI/HfzPNzbKZWPPuiU+XkpNOfGU5k15m4r80nxNPlM7wcc0wg==}
+ engines: {node: '>=8.9.3'}
dependencies:
glob: 7.2.3
http-proxy-agent: 4.0.1
@@ -56492,42 +42632,28 @@ packages:
dev: false
/w3c-hr-time@1.0.2:
- resolution:
- {
- integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
- }
- deprecated: Use your platform's native performance.now() and performance.timeOrigin.
+ resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==}
dependencies:
browser-process-hrtime: 1.0.0
dev: false
/w3c-xmlserializer@2.0.0:
- resolution:
- {
- integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==}
+ engines: {node: '>=10'}
dependencies:
xml-name-validator: 3.0.0
dev: false
/w3c-xmlserializer@4.0.0:
- resolution:
- {
- integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==}
+ engines: {node: '>=14'}
dependencies:
xml-name-validator: 4.0.0
dev: true
/wait-on@6.0.1:
- resolution:
- {
- integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==
- }
- engines: { node: ">=10.0.0" }
- hasBin: true
+ resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
+ engines: {node: '>=10.0.0'}
dependencies:
axios: 0.25.0
joi: 17.9.2
@@ -56539,185 +42665,117 @@ packages:
dev: false
/walk-up-path@1.0.0:
- resolution:
- {
- integrity: sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==
- }
+ resolution: {integrity: sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg==}
dev: false
/walk-up-path@3.0.1:
- resolution:
- {
- integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==
- }
+ resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==}
dev: true
/walk@2.3.15:
- resolution:
- {
- integrity: sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==
- }
+ resolution: {integrity: sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==}
dependencies:
foreachasync: 3.0.0
dev: false
/walker@1.0.8:
- resolution:
- {
- integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==
- }
+ resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
dependencies:
makeerror: 1.0.12
/watchpack@2.1.1:
- resolution:
- {
- integrity: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==}
+ engines: {node: '>=10.13.0'}
dependencies:
glob-to-regexp: 0.4.1
graceful-fs: 4.2.11
dev: true
/watchpack@2.4.0:
- resolution:
- {
- integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
+ engines: {node: '>=10.13.0'}
dependencies:
glob-to-regexp: 0.4.1
graceful-fs: 4.2.11
/wbuf@1.7.3:
- resolution:
- {
- integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==
- }
+ resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==}
dependencies:
minimalistic-assert: 1.0.1
/wcwidth@1.0.1:
- resolution:
- {
- integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==
- }
+ resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
dependencies:
defaults: 1.0.4
/web-namespaces@1.1.4:
- resolution:
- {
- integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
- }
+ resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==}
dev: false
/web-namespaces@2.0.1:
- resolution:
- {
- integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
- }
+ resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
/web-streams-polyfill@3.2.1:
- resolution:
- {
- integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
- }
- engines: { node: ">= 8" }
+ resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==}
+ engines: {node: '>= 8'}
dev: true
/web-streams-polyfill@4.0.0-beta.3:
- resolution:
- {
- integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==}
+ engines: {node: '>= 14'}
dev: false
/web-tree-sitter@0.20.3:
- resolution:
- {
- integrity: sha512-zKGJW9r23y3BcJusbgvnOH2OYAW40MXAOi9bi3Gcc7T4Gms9WWgXF8m6adsJWpGJEhgOzCrfiz1IzKowJWrtYw==
- }
+ resolution: {integrity: sha512-zKGJW9r23y3BcJusbgvnOH2OYAW40MXAOi9bi3Gcc7T4Gms9WWgXF8m6adsJWpGJEhgOzCrfiz1IzKowJWrtYw==}
requiresBuild: true
dev: false
optional: true
/web-worker@1.2.0:
- resolution:
- {
- integrity: sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==
- }
+ resolution: {integrity: sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==}
dev: false
/webapi-parser@0.5.0:
- resolution:
- {
- integrity: sha512-fPt6XuMqLSvBz8exwX4QE1UT+pROLHa00EMDCdO0ybICduwQ1V4f7AWX4pNOpCp+x+0FjczEsOxtQU0d8L3QKw==
- }
+ resolution: {integrity: sha512-fPt6XuMqLSvBz8exwX4QE1UT+pROLHa00EMDCdO0ybICduwQ1V4f7AWX4pNOpCp+x+0FjczEsOxtQU0d8L3QKw==}
dependencies:
ajv: 6.5.2
dev: false
/webcrypto-core@1.7.7:
- resolution:
- {
- integrity: sha512-7FjigXNsBfopEj+5DV2nhNpfic2vumtjjgPmeDKk45z+MJwXKKfhPB7118Pfzrmh4jqOMST6Ch37iPAHoImg5g==
- }
+ resolution: {integrity: sha512-7FjigXNsBfopEj+5DV2nhNpfic2vumtjjgPmeDKk45z+MJwXKKfhPB7118Pfzrmh4jqOMST6Ch37iPAHoImg5g==}
dependencies:
- "@peculiar/asn1-schema": 2.3.6
- "@peculiar/json-schema": 1.1.12
+ '@peculiar/asn1-schema': 2.3.6
+ '@peculiar/json-schema': 1.1.12
asn1js: 3.0.5
pvtsutils: 1.3.3
tslib: 2.6.1
dev: true
/webidl-conversions@3.0.1:
- resolution:
- {
- integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
- }
- requiresBuild: true
+ resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
/webidl-conversions@4.0.2:
- resolution:
- {
- integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
- }
+ resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
dev: true
/webidl-conversions@5.0.0:
- resolution:
- {
- integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==}
+ engines: {node: '>=8'}
dev: false
/webidl-conversions@6.1.0:
- resolution:
- {
- integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
- }
- engines: { node: ">=10.4" }
+ resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==}
+ engines: {node: '>=10.4'}
dev: false
/webidl-conversions@7.0.0:
- resolution:
- {
- integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
+ engines: {node: '>=12'}
dev: true
/webpack-bundle-analyzer@4.3.0(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-J3TPm54bPARx6QG8z4cKBszahnUglcv70+N+8gUqv2I5KOFHJbzBiLx+pAp606so0X004fxM7hqRu10MLjJifA==
- }
- engines: { node: ">= 10.13.0" }
- hasBin: true
+ resolution: {integrity: sha512-J3TPm54bPARx6QG8z4cKBszahnUglcv70+N+8gUqv2I5KOFHJbzBiLx+pAp606so0X004fxM7hqRu10MLjJifA==}
+ engines: {node: '>= 10.13.0'}
dependencies:
acorn: 8.10.0
acorn-walk: 8.2.0
@@ -56734,12 +42792,8 @@ packages:
dev: true
/webpack-bundle-analyzer@4.7.0:
- resolution:
- {
- integrity: sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==
- }
- engines: { node: ">= 10.13.0" }
- hasBin: true
+ resolution: {integrity: sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==}
+ engines: {node: '>= 10.13.0'}
dependencies:
acorn: 8.10.0
acorn-walk: 8.2.0
@@ -56756,11 +42810,8 @@ packages:
dev: false
/webpack-dev-middleware@5.3.3(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==}
+ engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
dependencies:
@@ -56769,14 +42820,11 @@ packages:
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.2.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
/webpack-dev-middleware@6.1.1(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==
- }
- engines: { node: ">= 14.15.0" }
+ resolution: {integrity: sha512-y51HrHaFeeWir0YO4f0g+9GwZawuigzcAdRNon6jErXy/SqV/+O6eaVAzDqE6t3e3NpGeR5CS+cCDaTC+V3yEQ==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
webpack: ^5.0.0
peerDependenciesMeta:
@@ -56788,32 +42836,29 @@ packages:
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.2.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/webpack-dev-server@4.15.1(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==
- }
- engines: { node: ">= 12.13.0" }
+ resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==}
+ engines: {node: '>= 12.13.0'}
hasBin: true
peerDependencies:
webpack: ^4.37.0 || ^5.0.0
- webpack-cli: "*"
+ webpack-cli: '*'
peerDependenciesMeta:
webpack:
optional: true
webpack-cli:
optional: true
dependencies:
- "@types/bonjour": 3.5.10
- "@types/connect-history-api-fallback": 1.5.0
- "@types/express": 4.17.17
- "@types/serve-index": 1.9.1
- "@types/serve-static": 1.15.2
- "@types/sockjs": 0.3.33
- "@types/ws": 8.5.5
+ '@types/bonjour': 3.5.10
+ '@types/connect-history-api-fallback': 1.5.0
+ '@types/express': 4.17.17
+ '@types/serve-index': 1.9.1
+ '@types/serve-static': 1.15.2
+ '@types/sockjs': 0.3.33
+ '@types/ws': 8.5.5
ansi-html-community: 0.0.8
bonjour-service: 1.1.1
chokidar: 3.5.3
@@ -56835,7 +42880,7 @@ packages:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
webpack-dev-middleware: 5.3.3(webpack@5.81.0)
ws: 8.13.0
transitivePeerDependencies:
@@ -56845,10 +42890,7 @@ packages:
- utf-8-validate
/webpack-hot-middleware@2.25.4:
- resolution:
- {
- integrity: sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w==
- }
+ resolution: {integrity: sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w==}
dependencies:
ansi-html-community: 0.0.8
html-entities: 2.4.0
@@ -56856,72 +42898,54 @@ packages:
dev: true
/webpack-merge@5.8.0:
- resolution:
- {
- integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==}
+ engines: {node: '>=10.0.0'}
dependencies:
clone-deep: 4.0.1
wildcard: 2.0.1
/webpack-node-externals@3.0.0:
- resolution:
- {
- integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==}
+ engines: {node: '>=6'}
dev: true
/webpack-sources@3.2.3:
- resolution:
- {
- integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
+ engines: {node: '>=10.13.0'}
/webpack-subresource-integrity@5.1.0(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==
- }
- engines: { node: ">= 12" }
+ resolution: {integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==}
+ engines: {node: '>= 12'}
peerDependencies:
- html-webpack-plugin: ">= 5.0.0-beta.1 < 6"
+ html-webpack-plugin: '>= 5.0.0-beta.1 < 6'
webpack: ^5.12.0
peerDependenciesMeta:
html-webpack-plugin:
optional: true
dependencies:
typed-assert: 1.0.9
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: true
/webpack-virtual-modules@0.5.0:
- resolution:
- {
- integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
- }
- dev: true
-
- /webpack@5.81.0(@swc/core@1.3.76)(esbuild@0.18.11):
- resolution:
- {
- integrity: sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==
- }
- engines: { node: ">=10.13.0" }
+ resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
+ dev: true
+
+ /webpack@5.81.0(@swc/core@1.3.83)(esbuild@0.18.11):
+ resolution: {integrity: sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==}
+ engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
- webpack-cli: "*"
+ webpack-cli: '*'
peerDependenciesMeta:
webpack-cli:
optional: true
dependencies:
- "@types/eslint-scope": 3.7.4
- "@types/estree": 1.0.1
- "@webassemblyjs/ast": 1.11.6
- "@webassemblyjs/wasm-edit": 1.11.6
- "@webassemblyjs/wasm-parser": 1.11.6
+ '@types/eslint-scope': 3.7.4
+ '@types/estree': 1.0.1
+ '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/wasm-edit': 1.11.6
+ '@webassemblyjs/wasm-parser': 1.11.6
acorn: 8.10.0
acorn-import-assertions: 1.9.0(acorn@8.10.0)
browserslist: 4.21.10
@@ -56938,20 +42962,17 @@ packages:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.9(@swc/core@1.3.76)(esbuild@0.18.11)(webpack@5.81.0)
+ terser-webpack-plugin: 5.3.9(@swc/core@1.3.83)(esbuild@0.18.11)(webpack@5.81.0)
watchpack: 2.4.0
webpack-sources: 3.2.3
transitivePeerDependencies:
- - "@swc/core"
+ - '@swc/core'
- esbuild
- uglify-js
/webpackbar@5.0.2(webpack@5.81.0):
- resolution:
- {
- integrity: sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==}
+ engines: {node: '>=12'}
peerDependencies:
webpack: 3 || 4 || 5
dependencies:
@@ -56959,92 +42980,62 @@ packages:
consola: 2.15.3
pretty-time: 1.1.0
std-env: 3.4.0
- webpack: 5.81.0(@swc/core@1.3.76)(esbuild@0.18.11)
+ webpack: 5.81.0(@swc/core@1.3.83)(esbuild@0.18.11)
dev: false
/websocket-driver@0.7.4:
- resolution:
- {
- integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==}
+ engines: {node: '>=0.8.0'}
dependencies:
http-parser-js: 0.5.8
safe-buffer: 5.2.1
websocket-extensions: 0.1.4
/websocket-extensions@0.1.4:
- resolution:
- {
- integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
- }
- engines: { node: ">=0.8.0" }
+ resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==}
+ engines: {node: '>=0.8.0'}
/whatwg-encoding@1.0.5:
- resolution:
- {
- integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
- }
+ resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==}
dependencies:
iconv-lite: 0.4.24
dev: false
/whatwg-encoding@2.0.0:
- resolution:
- {
- integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==}
+ engines: {node: '>=12'}
dependencies:
iconv-lite: 0.6.3
dev: true
/whatwg-fetch@3.6.17:
- resolution:
- {
- integrity: sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==
- }
+ resolution: {integrity: sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==}
dev: false
/whatwg-mimetype@2.3.0:
- resolution:
- {
- integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
- }
+ resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==}
dev: false
/whatwg-mimetype@3.0.0:
- resolution:
- {
- integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
+ engines: {node: '>=12'}
/whatwg-url@11.0.0:
- resolution:
- {
- integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==}
+ engines: {node: '>=12'}
dependencies:
tr46: 3.0.0
webidl-conversions: 7.0.0
dev: true
/whatwg-url@5.0.0:
- resolution:
- {
- integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
- }
+ resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
dependencies:
tr46: 0.0.3
webidl-conversions: 3.0.1
/whatwg-url@7.1.0:
- resolution:
- {
- integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
- }
+ resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
dependencies:
lodash.sortby: 4.7.0
tr46: 1.0.1
@@ -57052,11 +43043,8 @@ packages:
dev: true
/whatwg-url@8.7.0:
- resolution:
- {
- integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==}
+ engines: {node: '>=10'}
dependencies:
lodash: 4.17.21
tr46: 2.1.0
@@ -57064,10 +43052,7 @@ packages:
dev: false
/which-boxed-primitive@1.0.2:
- resolution:
- {
- integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
- }
+ resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==}
dependencies:
is-bigint: 1.0.4
is-boolean-object: 1.1.2
@@ -57076,10 +43061,7 @@ packages:
is-symbol: 1.0.4
/which-collection@1.0.1:
- resolution:
- {
- integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==
- }
+ resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==}
dependencies:
is-map: 2.0.2
is-set: 2.0.2
@@ -57088,17 +43070,11 @@ packages:
dev: true
/which-module@2.0.1:
- resolution:
- {
- integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
- }
+ resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==}
/which-typed-array@1.1.11:
- resolution:
- {
- integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==
- }
- engines: { node: ">= 0.4" }
+ resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==}
+ engines: {node: '>= 0.4'}
dependencies:
available-typed-arrays: 1.0.5
call-bind: 1.0.2
@@ -57107,114 +43083,73 @@ packages:
has-tostringtag: 1.0.0
/which@1.3.1:
- resolution:
- {
- integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==}
dependencies:
isexe: 2.0.0
/which@2.0.2:
- resolution:
- {
- integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
- }
- engines: { node: ">= 8" }
- hasBin: true
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
dependencies:
isexe: 2.0.0
/wide-align@1.1.5:
- resolution:
- {
- integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
- }
+ resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
dependencies:
string-width: 4.2.3
/widest-line@3.1.0:
- resolution:
- {
- integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==}
+ engines: {node: '>=8'}
dependencies:
string-width: 4.2.3
/widest-line@4.0.1:
- resolution:
- {
- integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==}
+ engines: {node: '>=12'}
dependencies:
string-width: 5.1.2
/wildcard@2.0.1:
- resolution:
- {
- integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
- }
+ resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
/wolfy87-eventemitter@5.2.9:
- resolution:
- {
- integrity: sha512-P+6vtWyuDw+MB01X7UeF8TaHBvbCovf4HPEMF/SV7BdDc1SMTiBy13SRD71lQh4ExFTG1d/WNzDGDCyOKSMblw==
- }
+ resolution: {integrity: sha512-P+6vtWyuDw+MB01X7UeF8TaHBvbCovf4HPEMF/SV7BdDc1SMTiBy13SRD71lQh4ExFTG1d/WNzDGDCyOKSMblw==}
dev: false
/word-wrap@1.2.5:
- resolution:
- {
- integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
- }
- engines: { node: ">=0.10.0" }
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
+ engines: {node: '>=0.10.0'}
/wordwrap@1.0.0:
- resolution:
- {
- integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
- }
+ resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
/wordwrapjs@4.0.1:
- resolution:
- {
- integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==
- }
- engines: { node: ">=8.0.0" }
+ resolution: {integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==}
+ engines: {node: '>=8.0.0'}
dependencies:
reduce-flatten: 2.0.0
typical: 5.2.0
dev: true
/workerd@1.20230710.0:
- resolution:
- {
- integrity: sha512-4iC+8w3UNixJ+b6GA2VOG2B6rnfSbSnm7Fnvsvq9iJuolG34fnD9xrfaXu6oN7H3Wyby3z8OIm0fy3szTvuRcg==
- }
- engines: { node: ">=16" }
- hasBin: true
+ resolution: {integrity: sha512-4iC+8w3UNixJ+b6GA2VOG2B6rnfSbSnm7Fnvsvq9iJuolG34fnD9xrfaXu6oN7H3Wyby3z8OIm0fy3szTvuRcg==}
+ engines: {node: '>=16'}
requiresBuild: true
optionalDependencies:
- "@cloudflare/workerd-darwin-64": 1.20230710.0
- "@cloudflare/workerd-darwin-arm64": 1.20230710.0
- "@cloudflare/workerd-linux-64": 1.20230710.0
- "@cloudflare/workerd-linux-arm64": 1.20230710.0
- "@cloudflare/workerd-windows-64": 1.20230710.0
- dev: true
+ '@cloudflare/workerd-darwin-64': 1.20230710.0
+ '@cloudflare/workerd-darwin-arm64': 1.20230710.0
+ '@cloudflare/workerd-linux-64': 1.20230710.0
+ '@cloudflare/workerd-linux-arm64': 1.20230710.0
+ '@cloudflare/workerd-windows-64': 1.20230710.0
/wrangler@3.2.0:
- resolution:
- {
- integrity: sha512-Fne5c91uolV4+E0B60F/meWbD/sr/oSPBfr6x1gapu6I7Ipu5uUt29K/fuGRgXRQcVVKnd5k3fS++ruuLODoxA==
- }
- engines: { node: ">=16.13.0" }
- hasBin: true
+ resolution: {integrity: sha512-Fne5c91uolV4+E0B60F/meWbD/sr/oSPBfr6x1gapu6I7Ipu5uUt29K/fuGRgXRQcVVKnd5k3fS++ruuLODoxA==}
+ engines: {node: '>=16.13.0'}
dependencies:
- "@cloudflare/kv-asset-handler": 0.2.0
- "@esbuild-plugins/node-globals-polyfill": 0.1.1(esbuild@0.16.3)
- "@esbuild-plugins/node-modules-polyfill": 0.1.4(esbuild@0.16.3)
+ '@cloudflare/kv-asset-handler': 0.2.0
+ '@esbuild-plugins/node-globals-polyfill': 0.1.1(esbuild@0.16.3)
+ '@esbuild-plugins/node-modules-polyfill': 0.1.4(esbuild@0.16.3)
blake3-wasm: 2.1.5
chokidar: 3.5.3
esbuild: 0.16.3
@@ -57230,62 +43165,43 @@ packages:
- bufferutil
- supports-color
- utf-8-validate
- dev: true
/wrap-ansi@6.2.0:
- resolution:
- {
- integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
+ engines: {node: '>=8'}
dependencies:
ansi-styles: 4.3.0
string-width: 4.2.3
strip-ansi: 6.0.1
/wrap-ansi@7.0.0:
- resolution:
- {
- integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
+ engines: {node: '>=10'}
dependencies:
ansi-styles: 4.3.0
string-width: 4.2.3
strip-ansi: 6.0.1
/wrap-ansi@8.1.0:
- resolution:
- {
- integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
+ engines: {node: '>=12'}
dependencies:
ansi-styles: 6.2.1
string-width: 5.1.2
strip-ansi: 7.1.0
/wrappy@1.0.2:
- resolution:
- {
- integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
- }
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
/write-file-atomic@2.4.3:
- resolution:
- {
- integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==
- }
+ resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==}
dependencies:
graceful-fs: 4.2.11
imurmurhash: 0.1.4
signal-exit: 3.0.7
/write-file-atomic@3.0.3:
- resolution:
- {
- integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==
- }
+ resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==}
dependencies:
imurmurhash: 0.1.4
is-typedarray: 1.0.0
@@ -57293,32 +43209,38 @@ packages:
typedarray-to-buffer: 3.1.5
/write-file-atomic@4.0.2:
- resolution:
- {
- integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==
- }
- engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 }
+ resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
imurmurhash: 0.1.4
signal-exit: 3.0.7
dev: true
/write-file-atomic@5.0.1:
- resolution:
- {
- integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==
- }
- engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 }
+ resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
dependencies:
imurmurhash: 0.1.4
signal-exit: 4.1.0
dev: false
+ /ws@0.7.2:
+ resolution: {integrity: sha512-8mJ1Ku743qD/PKmO9Dg+y7BXTwzUgKdXguecfIyOVHFmez4JMqMF+V+M684btmQXHlwzyrJqRl3NYDltGDf6CQ==}
+ peerDependenciesMeta:
+ bufferutil:
+ optional: true
+ utf-8-validate:
+ optional: true
+ dependencies:
+ options: 0.0.6
+ ultron: 1.0.2
+ optionalDependencies:
+ bufferutil: 1.1.0
+ utf-8-validate: 1.1.0
+ dev: false
+
/ws@6.2.2:
- resolution:
- {
- integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
- }
+ resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==}
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
@@ -57331,11 +43253,8 @@ packages:
async-limiter: 1.0.1
/ws@7.4.6(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
- }
- engines: { node: ">=8.3.0" }
+ resolution: {integrity: sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==}
+ engines: {node: '>=8.3.0'}
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
@@ -57350,11 +43269,8 @@ packages:
dev: true
/ws@7.5.9(bufferutil@4.0.7)(utf-8-validate@5.0.10):
- resolution:
- {
- integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
- }
- engines: { node: ">=8.3.0" }
+ resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==}
+ engines: {node: '>=8.3.0'}
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
@@ -57368,14 +43284,11 @@ packages:
utf-8-validate: 5.0.10
/ws@8.13.0:
- resolution:
- {
- integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
- }
- engines: { node: ">=10.0.0" }
+ resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==}
+ engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
- utf-8-validate: ">=5.0.2"
+ utf-8-validate: '>=5.0.2'
peerDependenciesMeta:
bufferutil:
optional: true
@@ -57383,227 +43296,137 @@ packages:
optional: true
/xdg-basedir@4.0.0:
- resolution:
- {
- integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==}
+ engines: {node: '>=8'}
/xdg-basedir@5.1.0:
- resolution:
- {
- integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==}
+ engines: {node: '>=12'}
dev: true
/xml-but-prettier@1.0.1:
- resolution:
- {
- integrity: sha512-C2CJaadHrZTqESlH03WOyw0oZTtoy2uEg6dSDF6YRg+9GnYNub53RRemLpnvtbHDFelxMx4LajiFsYeR6XJHgQ==
- }
+ resolution: {integrity: sha512-C2CJaadHrZTqESlH03WOyw0oZTtoy2uEg6dSDF6YRg+9GnYNub53RRemLpnvtbHDFelxMx4LajiFsYeR6XJHgQ==}
dependencies:
repeat-string: 1.6.1
dev: false
/xml-js@1.6.11:
- resolution:
- {
- integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==
- }
- hasBin: true
+ resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==}
dependencies:
sax: 1.2.4
dev: false
/xml-name-validator@3.0.0:
- resolution:
- {
- integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
- }
+ resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==}
dev: false
/xml-name-validator@4.0.0:
- resolution:
- {
- integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
+ engines: {node: '>=12'}
dev: true
/xml2js@0.5.0:
- resolution:
- {
- integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
- }
- engines: { node: ">=4.0.0" }
+ resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==}
+ engines: {node: '>=4.0.0'}
dependencies:
sax: 1.2.4
xmlbuilder: 11.0.1
dev: false
/xml@1.0.1:
- resolution:
- {
- integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==
- }
+ resolution: {integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==}
dev: false
/xmlbuilder@11.0.1:
- resolution:
- {
- integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==
- }
- engines: { node: ">=4.0" }
+ resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==}
+ engines: {node: '>=4.0'}
dev: false
/xmlchars@2.2.0:
- resolution:
- {
- integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
- }
+ resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
/xmlhttprequest-ssl@1.6.3:
- resolution:
- {
- integrity: sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==
- }
- engines: { node: ">=0.4.0" }
+ resolution: {integrity: sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==}
+ engines: {node: '>=0.4.0'}
dev: true
/xorshift@1.2.0:
- resolution:
- {
- integrity: sha512-iYgNnGyeeJ4t6U11NpA/QiKy+PXn5Aa3Azg5qkwIFz1tBLllQrjjsk9yzD7IAK0naNU4JxdeDgqW9ov4u/hc4g==
- }
+ resolution: {integrity: sha512-iYgNnGyeeJ4t6U11NpA/QiKy+PXn5Aa3Azg5qkwIFz1tBLllQrjjsk9yzD7IAK0naNU4JxdeDgqW9ov4u/hc4g==}
dev: false
/xtend@2.1.2:
- resolution:
- {
- integrity: sha512-vMNKzr2rHP9Dp/e1NQFnLQlwlhp9L/LfvnsVdHxN1f+uggyVI3i08uD14GPvCToPkdsRfyPqIyYGmIk58V98ZQ==
- }
- engines: { node: ">=0.4" }
+ resolution: {integrity: sha512-vMNKzr2rHP9Dp/e1NQFnLQlwlhp9L/LfvnsVdHxN1f+uggyVI3i08uD14GPvCToPkdsRfyPqIyYGmIk58V98ZQ==}
+ engines: {node: '>=0.4'}
dependencies:
object-keys: 0.4.0
dev: true
/xtend@4.0.2:
- resolution:
- {
- integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
- }
- engines: { node: ">=0.4" }
+ resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
+ engines: {node: '>=0.4'}
/xxhash-wasm@1.0.2:
- resolution:
- {
- integrity: sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A==
- }
- dev: true
+ resolution: {integrity: sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A==}
/y18n@4.0.3:
- resolution:
- {
- integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
- }
+ resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==}
/y18n@5.0.8:
- resolution:
- {
- integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
+ engines: {node: '>=10'}
/yallist@2.1.2:
- resolution:
- {
- integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
- }
+ resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==}
dev: true
/yallist@3.1.1:
- resolution:
- {
- integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
- }
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
/yallist@4.0.0:
- resolution:
- {
- integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
- }
+ resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
/yaml-ast-parser@0.0.43:
- resolution:
- {
- integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==
- }
+ resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==}
/yaml@1.10.2:
- resolution:
- {
- integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
- }
- engines: { node: ">= 6" }
+ resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
+ engines: {node: '>= 6'}
/yaml@2.0.0:
- resolution:
- {
- integrity: sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ==}
+ engines: {node: '>= 14'}
dev: false
/yaml@2.3.1:
- resolution:
- {
- integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==
- }
- engines: { node: ">= 14" }
+ resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==}
+ engines: {node: '>= 14'}
/yamljs@0.3.0:
- resolution:
- {
- integrity: sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==
- }
- hasBin: true
+ resolution: {integrity: sha512-C/FsVVhht4iPQYXOInoxUM/1ELSf9EsgKH34FofQOp6hwCPrW4vG4w5++TED3xRUo8gD7l0P1J1dLlDYzODsTQ==}
dependencies:
argparse: 1.0.10
glob: 7.2.3
dev: false
/yargs-parser@18.1.3:
- resolution:
- {
- integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
+ engines: {node: '>=6'}
dependencies:
camelcase: 5.3.1
decamelize: 1.2.0
/yargs-parser@20.2.9:
- resolution:
- {
- integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
+ engines: {node: '>=10'}
dev: true
/yargs-parser@21.1.1:
- resolution:
- {
- integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
+ engines: {node: '>=12'}
/yargs@15.4.1:
- resolution:
- {
- integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
- }
- engines: { node: ">=8" }
+ resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==}
+ engines: {node: '>=8'}
dependencies:
cliui: 6.0.0
decamelize: 1.2.0
@@ -57618,11 +43441,8 @@ packages:
yargs-parser: 18.1.3
/yargs@16.2.0:
- resolution:
- {
- integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==}
+ engines: {node: '>=10'}
dependencies:
cliui: 7.0.4
escalade: 3.1.1
@@ -57634,11 +43454,8 @@ packages:
dev: true
/yargs@17.7.2:
- resolution:
- {
- integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
- }
- engines: { node: ">=12" }
+ resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
+ engines: {node: '>=12'}
dependencies:
cliui: 8.0.1
escalade: 3.1.1
@@ -57649,76 +43466,48 @@ packages:
yargs-parser: 21.1.1
/yauzl@2.10.0:
- resolution:
- {
- integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
- }
+ resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
dependencies:
buffer-crc32: 0.2.13
fd-slicer: 1.1.0
/yazl@2.5.1:
- resolution:
- {
- integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==
- }
+ resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==}
dependencies:
buffer-crc32: 0.2.13
dev: false
/yeast@0.1.2:
- resolution:
- {
- integrity: sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==
- }
+ resolution: {integrity: sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==}
dev: true
/yn@3.1.1:
- resolution:
- {
- integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
- }
- engines: { node: ">=6" }
+ resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==}
+ engines: {node: '>=6'}
/yocto-queue@0.1.0:
- resolution:
- {
- integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
- }
- engines: { node: ">=10" }
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
+ engines: {node: '>=10'}
/yocto-queue@1.0.0:
- resolution:
- {
- integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
- }
- engines: { node: ">=12.20" }
+ resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
+ engines: {node: '>=12.20'}
dev: true
/youch@3.2.3:
- resolution:
- {
- integrity: sha512-ZBcWz/uzZaQVdCvfV4uk616Bbpf2ee+F/AvuKDR5EwX/Y4v06xWdtMluqTD7+KlZdM93lLm9gMZYo0sKBS0pgw==
- }
+ resolution: {integrity: sha512-ZBcWz/uzZaQVdCvfV4uk616Bbpf2ee+F/AvuKDR5EwX/Y4v06xWdtMluqTD7+KlZdM93lLm9gMZYo0sKBS0pgw==}
dependencies:
cookie: 0.5.0
mustache: 4.2.0
stacktracey: 2.1.8
- dev: true
/zenscroll@4.0.2:
- resolution:
- {
- integrity: sha512-jEA1znR7b4C/NnaycInCU6h/d15ZzCd1jmsruqOKnZP6WXQSMH3W2GL+OXbkruslU4h+Tzuos0HdswzRUk/Vgg==
- }
+ resolution: {integrity: sha512-jEA1znR7b4C/NnaycInCU6h/d15ZzCd1jmsruqOKnZP6WXQSMH3W2GL+OXbkruslU4h+Tzuos0HdswzRUk/Vgg==}
dev: false
/zip-stream@4.1.0:
- resolution:
- {
- integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==
- }
- engines: { node: ">= 10" }
+ resolution: {integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==}
+ engines: {node: '>= 10'}
dependencies:
archiver-utils: 2.1.0
compress-commons: 4.1.1
@@ -57726,13 +43515,9 @@ packages:
dev: true
/zod-prisma-types@2.7.4:
- resolution:
- {
- integrity: sha512-D+mUndT6r/H9E9ZMtA9+A1WfHHrluWwRqcBq0ayw5EHax8WBuDStgkdw1H6pWMW06AtKd95Yv2ugY3Y/exSeFw==
- }
- hasBin: true
+ resolution: {integrity: sha512-D+mUndT6r/H9E9ZMtA9+A1WfHHrluWwRqcBq0ayw5EHax8WBuDStgkdw1H6pWMW06AtKd95Yv2ugY3Y/exSeFw==}
dependencies:
- "@prisma/generator-helper": 4.16.2
+ '@prisma/generator-helper': 4.16.2
code-block-writer: 11.0.3
lodash: 4.17.21
zod: 3.21.4
@@ -57741,11 +43526,8 @@ packages:
dev: true
/zod-prisma@0.5.4(prisma@5.2.0)(zod@3.21.4):
- resolution:
- {
- integrity: sha512-5Ca4Qd1a1jy1T/NqCEpbr0c+EsbjJfJ/7euEHob3zDvtUK2rTuD1Rc/vfzH8q8PtaR2TZbysD88NHmrLwpv3Xg==
- }
- engines: { node: ">=14" }
+ resolution: {integrity: sha512-5Ca4Qd1a1jy1T/NqCEpbr0c+EsbjJfJ/7euEHob3zDvtUK2rTuD1Rc/vfzH8q8PtaR2TZbysD88NHmrLwpv3Xg==}
+ engines: {node: '>=14'}
hasBin: true
peerDependencies:
decimal.js: ^10.0.0
@@ -57755,7 +43537,7 @@ packages:
decimal.js:
optional: true
dependencies:
- "@prisma/generator-helper": 3.8.1
+ '@prisma/generator-helper': 3.8.1
parenthesis: 3.1.8
prisma: 5.2.0
ts-morph: 13.0.3
@@ -57763,10 +43545,7 @@ packages:
dev: true
/zod-to-json-schema@3.21.4(zod@3.21.4):
- resolution:
- {
- integrity: sha512-fjUZh4nQ1s6HMccgIeE0VP4QG/YRGPmyjO9sAh890aQKPEk3nqbfUXhMFaC+Dr5KvYBm8BCyvfpZf2jY9aGSsw==
- }
+ resolution: {integrity: sha512-fjUZh4nQ1s6HMccgIeE0VP4QG/YRGPmyjO9sAh890aQKPEk3nqbfUXhMFaC+Dr5KvYBm8BCyvfpZf2jY9aGSsw==}
peerDependencies:
zod: ^3.21.4
dependencies:
@@ -57774,11 +43553,8 @@ packages:
dev: false
/zod-validation-error@1.3.1(zod@3.21.4):
- resolution:
- {
- integrity: sha512-cNEXpla+tREtNdAnNKY4xKY1SGOn2yzyuZMu4O0RQylX9apRpUjNcPkEc3uHIAr5Ct7LenjZt6RzjEH6+JsqVQ==
- }
- engines: { node: ">=16.0.0" }
+ resolution: {integrity: sha512-cNEXpla+tREtNdAnNKY4xKY1SGOn2yzyuZMu4O0RQylX9apRpUjNcPkEc3uHIAr5Ct7LenjZt6RzjEH6+JsqVQ==}
+ engines: {node: '>=16.0.0'}
peerDependencies:
zod: ^3.18.0
dependencies:
@@ -57786,19 +43562,13 @@ packages:
dev: false
/zod@3.21.4:
- resolution:
- {
- integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==
- }
+ resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
/zustand@3.7.2(react@17.0.2):
- resolution:
- {
- integrity: sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==
- }
- engines: { node: ">=12.7.0" }
+ resolution: {integrity: sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==}
+ engines: {node: '>=12.7.0'}
peerDependencies:
- react: ">=16.8"
+ react: '>=16.8'
peerDependenciesMeta:
react:
optional: true
@@ -57807,13 +43577,7 @@ packages:
dev: false
/zwitch@1.0.5:
- resolution:
- {
- integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
- }
+ resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
/zwitch@2.0.4:
- resolution:
- {
- integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
- }
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
diff --git a/tools/executors/typescript/cloudflare-worker-serve/impl.ts b/tools/executors/typescript/cloudflare-worker-serve/impl.ts
index 205b12a6c..a18671366 100644
--- a/tools/executors/typescript/cloudflare-worker-serve/impl.ts
+++ b/tools/executors/typescript/cloudflare-worker-serve/impl.ts
@@ -10,7 +10,11 @@ export default async function (
try {
ConsoleLogger.info("Executing Cloudflare Worker Serve executor...");
- await runWranglerCommand(options, context, "dev");
+ await runWranglerCommand(
+ { "minify": false, "log-level": "debug", ...options },
+ {},
+ "dev"
+ );
ConsoleLogger.success(
`Cloudflare Worker server successfully ran for ${context.projectName}.`
diff --git a/tools/executors/typescript/project.json b/tools/executors/typescript/project.json
index 07893ec95..420ff735c 100644
--- a/tools/executors/typescript/project.json
+++ b/tools/executors/typescript/project.json
@@ -103,6 +103,7 @@
"implicitDependencies": [
"core-shared-utilities",
"core-server-utilities",
+ "core-server-cloudflare",
"tools-async-api-kafka",
"tools-storm-schema"
]
diff --git a/tools/generators/typescript/cloudflare-worker/impl.ts b/tools/generators/typescript/cloudflare-worker/impl.ts
index 16cd54dee..775f102a1 100644
--- a/tools/generators/typescript/cloudflare-worker/impl.ts
+++ b/tools/generators/typescript/cloudflare-worker/impl.ts
@@ -5,8 +5,7 @@ import {
installPackagesTask,
joinPathFragments,
names,
- readProjectConfiguration,
- updateProjectConfiguration,
+ readProjectConfiguration
} from "@nx/devkit";
import { applicationGenerator } from "@nx/node";
import { ConsoleLogger } from "@open-system/core-shared-utilities";
@@ -25,7 +24,7 @@ export default async function (
framework: "none",
standaloneConfig: true,
port: null,
- rootProject: null,
+ rootProject: null
});
const appName =
@@ -41,7 +40,7 @@ export default async function (
route: options.route ?? "",
workers_dev: options.workersDev ?? true,
compatibility_date: new Date().toISOString().split("T")[0],
- ...names(options.name),
+ ...names(options.name)
};
// remove all files that were created except for the config files
@@ -79,7 +78,7 @@ export default async function (
}
}
-const addTargets = (host: Tree, appName: string) => {
+/*const addTargets = (host: Tree, appName: string) => {
try {
const projectConfiguration = readProjectConfiguration(host, appName);
const packageRoot = projectConfiguration.root;
@@ -94,16 +93,16 @@ const addTargets = (host: Tree, appName: string) => {
outputPath: `../../../dist/${packageRoot}`,
tsConfig: `${packageRoot}/tsconfig.json`,
packageJson: `${packageRoot}/package.json`,
- main: `${packageSourceRoot}/index.ts`,
- },
+ main: `${packageSourceRoot}/index.ts`
+ }
},
serve: {
executor:
- "@open-system/tools-executors-typescript:cloudflare-worker-serve",
+ "@open-system/tools-executors-typescript:cloudflare-worker-serve"
},
deploy: {
executor:
- "@open-system/tools-executors-typescript:cloudflare-worker-deploy",
+ "@open-system/tools-executors-typescript:cloudflare-worker-deploy"
},
"semantic-release": {
executor: "@theunderscorer/nx-semantic-release:semantic-release",
@@ -111,16 +110,16 @@ const addTargets = (host: Tree, appName: string) => {
github: true,
npm: false,
changelog: true,
- tagFormat: "worker-" + appName + "-v${VERSION}",
- },
- },
+ tagFormat: "worker-" + appName + "-v${VERSION}"
+ }
+ }
};
updateProjectConfiguration(host, appName, projectConfiguration);
} catch (e) {
ConsoleLogger.error(e);
}
-};
+};*/
/*const updateGitIgnore = (host: Tree) => {
const requiredIgnores = [".dist"];
diff --git a/tools/generators/typescript/package.json b/tools/generators/typescript/package.json
index 01f4d2e3f..bade7a0c1 100644
--- a/tools/generators/typescript/package.json
+++ b/tools/generators/typescript/package.json
@@ -9,7 +9,8 @@
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"lodash": "^4.17.21",
- "path-scurry": "^1.10.1"
+ "path-scurry": "^1.10.1",
+ "pnpapi": "^0.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
diff --git a/tools/generators/typescript/project.json b/tools/generators/typescript/project.json
index 08e2d428d..83683f44b 100644
--- a/tools/generators/typescript/project.json
+++ b/tools/generators/typescript/project.json
@@ -20,9 +20,12 @@
"platform": "node",
"deleteOutputPath": true,
"bundle": true,
+ "metafile": true,
"sourcemap": true,
"minify": true,
+ "thirdParty": true,
"skipTypeCheck": true,
+ "external": ["@swc/wasm"],
"format": ["esm", "cjs"],
"assets": [
{
@@ -90,5 +93,9 @@
}
},
"tags": ["scope:tools", "platform:admin"],
- "implicitDependencies": ["core-shared-utilities", "core-server-utilities"]
+ "implicitDependencies": [
+ "core-shared-utilities",
+ "core-server-utilities",
+ "core-server-cloudflare"
+ ]
}
diff --git a/tools/storm/plugins/graphql/src/generator.ts b/tools/storm/plugins/graphql/src/generator.ts
index 118fd5919..facbea4fb 100644
--- a/tools/storm/plugins/graphql/src/generator.ts
+++ b/tools/storm/plugins/graphql/src/generator.ts
@@ -93,6 +93,9 @@ export async function generate(model: Model, options: PluginOptions) {
}
);
sfSchema.replaceWithText(writer => {
+ writer.writeLine(
+ "directive @oneOf on INPUT_OBJECT | OBJECT | FIELD_DEFINITION"
+ );
generateInterfaceSchemas(project, interfaces, writer, generator);
generateEnumSchemas(project, enums, writer, generator);
generateOperationSchemas(project, operationGroups, writer, generator);
@@ -324,7 +327,7 @@ async function generateGraphQLTypes(
await mkdir(typesDir);
}
- ConsoleLogger.debug("Loading GraphQL schema types codegen");
+ /*ConsoleLogger.debug("Loading GraphQL schema types codegen");
const typesOutput = await codegen({
documents: [],
config: {},
@@ -346,6 +349,11 @@ async function generateGraphQLTypes(
output: "string"
},
JSON: "{ [key: string]: any }"
+ },
+ contextType:
+ "@open-system/core-server-graphql/types#GraphQLServerContext",
+ mappers: {
+ IEntity: "@open-system/core-server-domain/types#IEntity"
}
}
}
@@ -358,12 +366,12 @@ async function generateGraphQLTypes(
ConsoleLogger.debug("Writing GraphQL schema types codegen file");
await fs.writeFile(
join(output, "types", "schema-types.ts"),
- await formatString(`/* eslint-disable */
+ await formatString(`/* eslint-disable */ /*
${getFileHeader("GraphQL Schema", "//")}
${typesOutput}`),
"utf8"
- );
+ );*/
ConsoleLogger.debug("Loading GraphQL schema resolvers codegen");
const resolversOutput = await codegen({
@@ -373,20 +381,45 @@ ${typesOutput}`),
schema: parse(printSchema(schema)),
plugins: [
{
+ typescript: {
+ constEnums: true,
+ enumsAsConst: true,
+ enumsAsTypes: true,
+ futureProofEnums: true,
+ futureProofUnions: true,
+ skipTypename: false,
+ nonOptionalTypename: true,
+ scalars: {
+ ID: {
+ input: "string",
+ output: "string"
+ },
+ JSON: "{ [key: string]: any }"
+ },
+ contextType:
+ "@open-system/core-server-graphql/types#GraphQLServerContext",
+ mappers: {
+ IEntity: "@open-system/core-server-domain/types#IEntity"
+ }
+ },
typescriptResolvers: {
immutableTypes: true,
allowParentTypeOverride: true,
skipTypename: false,
nonOptionalTypename: true,
+ resolversNonOptionalTypename: true, // or { unionMember: true, interfaceImplementingType: true }
+ defaultMapper: "any",
+ optionalResolveType: false,
contextType:
"@open-system/core-server-graphql/types#GraphQLServerContext",
mappers: {
- IModel: "@open-system/core-server-application/types#IModel"
+ IEntity: "@open-system/core-server-domain/types#IEntity"
}
}
}
],
pluginMap: {
+ typescript: typescriptPlugin,
typescriptResolvers: typescriptResolversPlugin
}
});
diff --git a/tools/storm/plugins/graphql/src/utils/model-enrich.ts b/tools/storm/plugins/graphql/src/utils/model-enrich.ts
index ab3d1a02b..9102bd3b7 100644
--- a/tools/storm/plugins/graphql/src/utils/model-enrich.ts
+++ b/tools/storm/plugins/graphql/src/utils/model-enrich.ts
@@ -26,7 +26,11 @@ import {
getInterfaces,
getOperationGroups
} from "@open-system/tools-storm-schema/sdk/utils";
-import { EnrichModelReturn } from "../types";
+import {
+ ENTITY_CLASS_FIELDS,
+ EnrichModelReturn,
+ EntityClassFields
+} from "../types";
export const enrichModel = (model: Model): EnrichModelReturn => {
const dataModels = getDataModels(model);
@@ -1606,39 +1610,41 @@ const addMutations = (
};
dataModel.fields.forEach(field => {
- const createDataModelInputDataField: DataModelField = {
- name: field.name,
- "$container": createDataModelInput,
- "$type": "DataModelField",
- attributes: [],
- comments: [],
- type: undefined
- };
- if (
- isDataModel(field.type.reference?.ref) ||
- isEnum(field.type.reference?.ref)
- ) {
- createDataModelInputDataField.type = {
- $container: createDataModelInputDataField,
- $type: "DataModelFieldType",
- array: field.type.array,
- optional: field.type.optional,
- reference: {
- ref: field.type.reference.ref,
- $refText: field.type.reference.ref.name
- }
- };
- } else {
- createDataModelInputDataField.type = {
- $container: createDataModelInputDataField,
- $type: "DataModelFieldType",
- array: field.type.array,
- optional: field.type.optional,
- type: field.type.type
+ if (!ENTITY_CLASS_FIELDS.includes(field.name as EntityClassFields)) {
+ const createDataModelInputDataField: DataModelField = {
+ name: field.name,
+ "$container": createDataModelInput,
+ "$type": "DataModelField",
+ attributes: [],
+ comments: [],
+ type: undefined
};
- }
+ if (
+ isDataModel(field.type.reference?.ref) ||
+ isEnum(field.type.reference?.ref)
+ ) {
+ createDataModelInputDataField.type = {
+ $container: createDataModelInputDataField,
+ $type: "DataModelFieldType",
+ array: field.type.array,
+ optional: field.type.optional,
+ reference: {
+ ref: field.type.reference.ref,
+ $refText: field.type.reference.ref.name
+ }
+ };
+ } else {
+ createDataModelInputDataField.type = {
+ $container: createDataModelInputDataField,
+ $type: "DataModelFieldType",
+ array: field.type.array,
+ optional: field.type.optional,
+ type: field.type.type
+ };
+ }
- createDataModelInput.fields.push(createDataModelInputDataField);
+ createDataModelInput.fields.push(createDataModelInputDataField);
+ }
});
inputs.push(createDataModelInput);
diff --git a/tools/storm/plugins/graphql/src/utils/schema-gen.ts b/tools/storm/plugins/graphql/src/utils/schema-gen.ts
index 4eafcc9f3..1ceedbe1d 100644
--- a/tools/storm/plugins/graphql/src/utils/schema-gen.ts
+++ b/tools/storm/plugins/graphql/src/utils/schema-gen.ts
@@ -92,7 +92,7 @@ export class SchemaGenerator {
public getScalarsSchema(): string {
let schema = `
-interface IModel {
+interface IEntity {
"""
The identifier of the record
"""
@@ -101,6 +101,22 @@ interface IModel {
The sequence number (version, or event counter, etc.) of the record
"""
sequence: Int!
+ """
+ A timestamp of when the record was created
+ """
+ createdAt: DateTime!
+ """
+ The user who created the record
+ """
+ createdBy: String!
+ """
+ A timestamp of when the record was last updated
+ """
+ updatedAt: DateTime
+ """
+ The user who last updated the record
+ """
+ updatedBy: String
}
`;
@@ -460,7 +476,7 @@ A response object containing the successful result data or error details of the
operation.name
} operation
"""
-type ${upperCaseFirst(operation.name)}Result {
+type ${upperCaseFirst(operation.name)}Result @oneOf {
ok: ${upperCaseFirst(operation.name)}Ok
error: ${upperCaseFirst(operation.name)}Error
}