diff --git a/about/cloud-preview.mdx b/about/cloud-preview.mdx
index f475ae7ee1b..36a2ed92cec 100644
--- a/about/cloud-preview.mdx
+++ b/about/cloud-preview.mdx
@@ -1,5 +1,7 @@
import './common.scss';
+{/* truncate */}
+
# About Logto Cloud (Preview)
Thank you for joining us in Logto Cloud (Preview), giving you a sneak peek into our current progress. Logto Cloud is built on top of Logto OSS, providing a seamless upgrade path without incurring heavy overhead.
diff --git a/babel.config.js b/babel.config.js
index 64161b39d25..f7d2bb9c602 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,8 +1,11 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
plugins: [
- ['@babel/plugin-transform-react-jsx', {
- runtime: 'automatic',
- }],
+ [
+ '@babel/plugin-transform-react-jsx',
+ {
+ runtime: 'automatic',
+ },
+ ],
],
};
diff --git a/blog/2022-08-07-typescript-all-in-one.md b/blog/2022-08-07-typescript-all-in-one.md
index 072547cabd5..8b2e6b61f6a 100644
--- a/blog/2022-08-07-typescript-all-in-one.md
+++ b/blog/2022-08-07-typescript-all-in-one.md
@@ -12,7 +12,7 @@ I always had a dream of monorepo.
I saw the monorepo approach while working for Airbnb, but it was for the frontend only. With a deep love of the JavaScript ecosystem and the “happy” TypeScript developing experience, I started to align frontend and backend code in the same language from ~three years ago. It was great (for hiring) but not that great for developing since our projects were still scattered across multiple repos.
-
+{/* truncate */}
:::info FYI
There are quotes around the word “happy” since TypeScript did bring me a lot of fun and a-ha moments, but it also let me think “how could this doesn’t work” sometimes.
diff --git a/blog/2022-08-20-logto-x-hasura/index.mdx b/blog/2022-08-20-logto-x-hasura/index.mdx
index b7b369e8a65..db620946a57 100644
--- a/blog/2022-08-20-logto-x-hasura/index.mdx
+++ b/blog/2022-08-20-logto-x-hasura/index.mdx
@@ -15,7 +15,7 @@ When it comes to a new project, you usually cannot skip several things: APIs, au
Also, most of the works are “repeating”. I mean, they are needed and similar for almost every project, with some tweaks.
-
+{/* truncate */}
Sounds scary and tedious? Don’t panic. Today we have open source. With the two open-source projects below, things become not tricky :
diff --git a/blog/2022-11-15-design-for-seamless-sie-1/index.mdx b/blog/2022-11-15-design-for-seamless-sie-1/index.mdx
index 0e14f223568..0aeba5d8d1f 100644
--- a/blog/2022-11-15-design-for-seamless-sie-1/index.mdx
+++ b/blog/2022-11-15-design-for-seamless-sie-1/index.mdx
@@ -10,7 +10,7 @@ import architecture from './architecture.png';
We are thrilled to announce the release of the newest version of the Sign-in Experience, which includes more ways to sign-in and sign-up, as well as a framework that is easier to understand and more flexible to configure in the Admin Console. When compared to Sign-in Experience V1, this version's capability was expanded so that it could support a greater variety of flexible use cases. We hope that this will be able to assist developers in delivering a successful sign-in flow, which will also be appreciated by the end users.
-
+{/* truncate */}
In this article, we'll go over the history of Sign-in Experience, including its conception, design decisions, and product tradeoffs. You will also gain a better grasp of how to construct a successful and frictionless sign-in or sign-up experience.
diff --git a/blog/2022-11-28-ciam-101-authn-identity-sso/index.mdx b/blog/2022-11-28-ciam-101-authn-identity-sso/index.mdx
index ae7d613f406..af4190f4125 100644
--- a/blog/2022-11-28-ciam-101-authn-identity-sso/index.mdx
+++ b/blog/2022-11-28-ciam-101-authn-identity-sso/index.mdx
@@ -10,7 +10,7 @@ tags: [ciam, auth, authentication]
I began the build Logto because I noticed that Identity and Access Management (IAM) had become increasingly complex and expansive over time. The concept of IAM is even large enough to give rise to new concepts, such as WIAM (Workforce IAM) and CIAM (Customer IAM).
-While WIAM and CIAM share the same foundation, they have distinct use cases: WIAM is typically used for internal users, while CIAM is used for external customers. Some examples:
+While WIAM and CIAM share the same foundation, they have distinct use cases: WIAM is typically used for internal users, while CIAM is used for external customers.{/* truncate */} Some examples:
- **WIAM** Your company has a unified identity system for employees, thus every one can use the same account to access company resources, such as software subscriptions, cloud computing services, etc.
- **CIAM** Your online bookstore requires a user identity system for customers and sellers. The sign-in experience is a critical part of onboarding, as it is located at the top of the conversion funnel.
diff --git a/blog/2022-12-05-design-for-seamless-sie-2/index.md b/blog/2022-12-05-design-for-seamless-sie-2/index.md
index d101f852b0b..e3638772972 100644
--- a/blog/2022-12-05-design-for-seamless-sie-2/index.md
+++ b/blog/2022-12-05-design-for-seamless-sie-2/index.md
@@ -15,7 +15,7 @@ In the previous piece, we discussed the development of the Sign-in Experience, a
In this article, we'll answer these questions and show you how the Logto Admin Console can help.
-
+{/* truncate */}
## Make Admin Console thoughtful and educational
diff --git a/blog/2023-02-05-ciam-102-authz-and-rbac/index.md b/blog/2023-02-05-ciam-102-authz-and-rbac/index.md
index c0e7cd04438..4285bf96d26 100644
--- a/blog/2023-02-05-ciam-102-authz-and-rbac/index.md
+++ b/blog/2023-02-05-ciam-102-authz-and-rbac/index.md
@@ -12,7 +12,7 @@ In the [previous article](../2022-11-28-ciam-101-authn-identity-sso/index.mdx),
Organization and Tenant are great for grouping Identities, but they lead to an absolute democracy: everyone can do anything in this system. While utopia is still a mystery, let’s take a look at the governance of access: Authorization (AuthZ).
-
+{/* truncate */}
### Why do we need authorization?
diff --git a/blog/2023-02-16-do-you-need-to-build-auth/index.md b/blog/2023-02-16-do-you-need-to-build-auth/index.md
index 2ef55e3ed96..74ff387a2a6 100644
--- a/blog/2023-02-16-do-you-need-to-build-auth/index.md
+++ b/blog/2023-02-16-do-you-need-to-build-auth/index.md
@@ -14,7 +14,7 @@ I would like to point out this first for a better reading experience.
I’ve seen a lot of developers asking questions like “Should I build my own auth for my app?”. While the answer cannot be a simple "Yes" or "No", I’d like to write an article to breakdown the implementation and demonstrate the pros and cons to help you decide.
-
+{/* truncate */}
> **TL;DR** If you're still learning, auth will be a good challenge. If you want full control, it's worth building your own auth system. Otherwise, it's necessary to find an existing solution that fits your needs.
diff --git a/blog/2023-03-20-announcing-logto-cloud-preview/index.md b/blog/2023-03-20-announcing-logto-cloud-preview/index.md
index f471405235b..51f4bf155e3 100644
--- a/blog/2023-03-20-announcing-logto-cloud-preview/index.md
+++ b/blog/2023-03-20-announcing-logto-cloud-preview/index.md
@@ -14,7 +14,7 @@ Hi there,
I’m Gao, one of the creators of Logto. I remember feeling nervous last July - that’s the date we launched the first beta version of Logto OSS.
-
+{/* truncate */}
To our surprise, we had some deep conversations with the community from the outset. We talked about the terrible developer experience of building authentication, even with existing products, and the dramatic costs of current industry leaders. As developers ourselves, we feel you and that's why we started building Logto.
diff --git a/blog/releases/2023-feb-extended.md b/blog/releases/2023-feb-extended.md
index f214b069e89..c2a0f4cf2d0 100644
--- a/blog/releases/2023-feb-extended.md
+++ b/blog/releases/2023-feb-extended.md
@@ -19,7 +19,7 @@ Notable updates include:
Let's take a look at what's inside!
-
+{/* truncate */}
## 💥 BREAKING CHANGES 💥
diff --git a/blog/releases/2023-feb.md b/blog/releases/2023-feb.md
index 6c3a727ad12..2763b99e8ea 100644
--- a/blog/releases/2023-feb.md
+++ b/blog/releases/2023-feb.md
@@ -10,7 +10,7 @@ tags: [release]
Please welcome our first release candidate! Logto is just a few steps away from general availability.
:::
-
+{/* truncate */}
## 💥 Breaking changes 💥
diff --git a/blog/releases/2023-jan.md b/blog/releases/2023-jan.md
index ec1d5648954..6e8b8103b02 100644
--- a/blog/releases/2023-jan.md
+++ b/blog/releases/2023-jan.md
@@ -18,7 +18,7 @@ For the first day of 2023, we shipped a few things for everybody:
We are currently busy working on the general availability version which includes User profile, RBAC (Role-based access control), and much more!
:::
-
+{/* truncate */}
## 💥 Breaking change 💥
diff --git a/blog/releases/2023-mar.md b/blog/releases/2023-mar.md
index 705f5435394..bad48ff7d05 100644
--- a/blog/releases/2023-mar.md
+++ b/blog/releases/2023-mar.md
@@ -11,7 +11,7 @@ tags: [release]
We are grateful for your participation in testing Logto OSS, and we're excited to announce our first general availability version. In this version, we have delivered numerous improvements to the sign-in experience, making it more delightful for your end-users. This new release also includes several new practical features.
-
+{/* truncate */}
> **Note**
> In case you missed it, please see the letter from Gao: [Announcing Logto Cloud (Preview) and OSS General Availability](https://docs.logto.io/blog/announcing-logto-cloud-preview).
diff --git a/commitlint.config.js b/commitlint.config.js
deleted file mode 100644
index b5beec85554..00000000000
--- a/commitlint.config.js
+++ /dev/null
@@ -1,9 +0,0 @@
-const { rules } = require('@commitlint/config-conventional');
-
-/** @type {import('@commitlint/types').UserConfig} **/
-module.exports = {
- extends: ['@commitlint/config-conventional'],
- rules: {
- 'type-enum': [2, 'always', [...rules['type-enum'][2], 'blog']],
- },
-};
diff --git a/commitlint.config.ts b/commitlint.config.ts
new file mode 100644
index 00000000000..7dd9657ec57
--- /dev/null
+++ b/commitlint.config.ts
@@ -0,0 +1,11 @@
+import conventional from '@commitlint/config-conventional';
+import type { UserConfig } from '@commitlint/types';
+
+const configs: UserConfig = {
+ extends: ['@commitlint/config-conventional'],
+ rules: {
+ 'type-enum': [2, 'always', [...conventional.rules['type-enum'][2], 'blog']],
+ },
+};
+
+export default configs;
diff --git a/docusaurus.config.js b/docusaurus.config.ts
similarity index 61%
rename from docusaurus.config.js
rename to docusaurus.config.ts
index 6080eff28b9..fdce858f88b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.ts
@@ -1,14 +1,17 @@
-// @ts-check
-// Note: type annotations allow type checking and IDEs autocompletion
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
-const path = require('node:path');
+import type { ThemeConfig, Options } from '@docusaurus/preset-classic';
+import type { Config, PluginConfig } from '@docusaurus/types';
+import { themes } from 'prism-react-renderer';
-const { dracula: darkCodeTheme, github: lightCodeTheme } = require('prism-react-renderer').themes;
+import { generateConnectorGuides } from './docs/integrations/generate';
-const { generateConnectorGuides } = require('./docs/integrations/generate');
+const __dirname = path.dirname(fileURLToPath(import.meta.url));
-/** @type {import('@docusaurus/types').PluginConfig} */
-const addAliasPlugin = () => ({
+const { dracula: darkCodeTheme, github: lightCodeTheme } = themes;
+
+const addAliasPlugin: PluginConfig = () => ({
name: 'add-alias-plugin',
configureWebpack: () => ({
resolve: {
@@ -20,10 +23,9 @@ const addAliasPlugin = () => ({
}),
});
-export const gtagAwTrackingId = 'AW-11124811245';
+const gtagAwTrackingId = 'AW-11124811245';
-/** @type {import('@docusaurus/types').PluginConfig} */
-const injectHeadTagsPlugin = () => ({
+const injectHeadTagsPlugin: PluginConfig = () => ({
name: 'inject-head-tags-plugin',
injectHtmlTags: () => ({
headTags: [
@@ -96,14 +98,13 @@ const injectHeadTagsPlugin = () => ({
}),
});
-/** @type {import('@docusaurus/types').Config} */
-const config = {
+const config: Config = {
title: 'Logto docs',
url: 'https://docs.logto.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
- favicon: 'img/favicon.ico',
+ favicon: '/img/favicon.ico',
organizationName: 'logto-io', // Usually your GitHub org/user name.
projectName: 'docs', // Usually your repo name.
@@ -121,12 +122,11 @@ const config = {
presets: [
[
'classic',
- /** @type {import('@docusaurus/preset-classic').Options} */
- ({
+ {
docs: {
routeBasePath: '/',
breadcrumbs: false,
- sidebarPath: require.resolve('./sidebars.js'),
+ sidebarPath: './src/sidebars.ts',
editUrl: 'https://github.com/logto-io/docs/tree/master',
editLocalizedFiles: true,
},
@@ -135,123 +135,120 @@ const config = {
blogSidebarCount: 0,
},
theme: {
- customCss: require.resolve('./src/scss/custom.scss'),
+ customCss: './src/scss/custom.scss',
},
- }),
+ } satisfies Options,
],
],
-
- themeConfig:
- /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
- ({
- navbar: {
- logo: {
- alt: 'Silverhand Logo',
- src: 'img/logto.svg',
- srcDark: 'img/logto_dark.svg',
- href: 'https://logto.io',
- },
- items: [
- {
- type: 'doc',
- docId: 'docs/README',
- position: 'left',
- label: 'Docs',
- },
- {
- href: 'https://blog.logto.io/',
- position: 'left',
- label: 'Blog',
- },
- {
- type: 'doc',
- docId: 'quick-starts/README',
- position: 'left',
- label: 'Quick starts',
- },
- {
- type: 'doc',
- docId: 'integrations/README',
- position: 'left',
- label: 'Integrations',
- },
- {
- to: 'https://openapi.logto.io/',
- position: 'left',
- label: 'API',
- items: [
- {
- to: 'https://bump.sh/logto/doc/logto-experience-api',
- label: 'Experience API',
- },
- {
- to: 'https://bump.sh/logto/doc/logto-management-api',
- label: 'Management API',
- },
- ],
- },
- {
- href: 'https://github.com/logto-io/logto',
- label: 'GitHub',
- position: 'right',
- },
- ],
+ themeConfig: {
+ navbar: {
+ logo: {
+ alt: 'Silverhand Logo',
+ src: 'img/logto.svg',
+ srcDark: 'img/logto_dark.svg',
+ href: 'https://logto.io',
},
- footer: {
- logo: {
- alt: 'Logo',
- src: '/img/silverhand.svg',
+ items: [
+ {
+ type: 'doc',
+ docId: 'docs/README',
+ position: 'left',
+ label: 'Docs',
},
- style: 'dark',
- links: [
- {
- label: 'Docs',
- to: '/',
- },
- {
- label: 'GitHub',
- href: 'https://github.com/logto-io/logto',
- },
- {
- label: 'About Us',
- href: 'https://logto.io/about',
- },
- {
- label: 'Contact Us',
- href: 'mailto: contact@logto.io',
- },
- ],
- copyright: `Copyright © ${new Date().getFullYear()} Silverhand Inc. Built with Docusaurus.`,
- },
- prism: {
- theme: lightCodeTheme,
- darkTheme: darkCodeTheme,
- additionalLanguages: [
- 'swift',
- 'kotlin',
- 'groovy',
- 'java',
- 'php',
- 'json',
- 'bash',
- 'csharp',
- 'cshtml',
- 'json5',
- 'dart',
- 'ruby',
- 'erb',
- 'http',
- ],
- },
- colorMode: {
- respectPrefersColorScheme: true,
- },
- algolia: {
- appId: 'DE7QZWOVO6',
- apiKey: '4c64ad7f3b8622f59d8121dbac801337',
- indexName: 'logto',
+ {
+ href: 'https://blog.logto.io/',
+ position: 'left',
+ label: 'Blog',
+ },
+ {
+ type: 'doc',
+ docId: 'quick-starts/README',
+ position: 'left',
+ label: 'Quick starts',
+ },
+ {
+ type: 'doc',
+ docId: 'integrations/README',
+ position: 'left',
+ label: 'Integrations',
+ },
+ {
+ to: 'https://openapi.logto.io/',
+ position: 'left',
+ label: 'API',
+ items: [
+ {
+ to: 'https://bump.sh/logto/doc/logto-experience-api',
+ label: 'Experience API',
+ },
+ {
+ to: 'https://bump.sh/logto/doc/logto-management-api',
+ label: 'Management API',
+ },
+ ],
+ },
+ {
+ href: 'https://github.com/logto-io/logto',
+ label: 'GitHub',
+ position: 'right',
+ },
+ ],
+ },
+ footer: {
+ logo: {
+ alt: 'Logo',
+ src: '/img/silverhand.svg',
},
- }),
+ style: 'dark',
+ links: [
+ {
+ label: 'Docs',
+ to: '/',
+ },
+ {
+ label: 'GitHub',
+ href: 'https://github.com/logto-io/logto',
+ },
+ {
+ label: 'About Us',
+ href: 'https://logto.io/about',
+ },
+ {
+ label: 'Contact Us',
+ href: 'mailto: contact@logto.io',
+ },
+ ],
+ copyright: `Copyright © ${new Date().getFullYear()} Silverhand Inc. Built with Docusaurus.`,
+ },
+ prism: {
+ theme: lightCodeTheme,
+ darkTheme: darkCodeTheme,
+ additionalLanguages: [
+ 'swift',
+ 'kotlin',
+ 'groovy',
+ 'java',
+ 'php',
+ 'json',
+ 'bash',
+ 'csharp',
+ 'cshtml',
+ 'json5',
+ 'dart',
+ 'ruby',
+ 'erb',
+ 'http',
+ ],
+ },
+ colorMode: {
+ respectPrefersColorScheme: true,
+ },
+ algolia: {
+ appId: 'DE7QZWOVO6',
+ apiKey: '4c64ad7f3b8622f59d8121dbac801337',
+ indexName: 'logto',
+ },
+ } satisfies ThemeConfig,
plugins: [
addAliasPlugin,
injectHeadTagsPlugin,
@@ -328,7 +325,7 @@ const config = {
},
],
// `existingPath` is the path `to`, the return value is the path `from`.
- createRedirects(existingPath) {
+ createRedirects(existingPath: string) {
if (existingPath.includes('/quick-starts')) {
return existingPath.replace('/quick-starts', '/sdk');
}
@@ -346,4 +343,4 @@ const config = {
themes: ['@docusaurus/theme-mermaid'],
};
-module.exports = config;
+export default config;
diff --git a/eslint.config.mjs b/eslint.config.mjs
new file mode 100644
index 00000000000..3ede5c0732d
--- /dev/null
+++ b/eslint.config.mjs
@@ -0,0 +1,76 @@
+import path from 'node:path';
+import { fileURLToPath } from 'node:url';
+
+import { FlatCompat } from '@eslint/eslintrc';
+import * as mdx from 'eslint-plugin-mdx';
+
+const compat = new FlatCompat({
+ baseDirectory: path.dirname(fileURLToPath(import.meta.url)),
+});
+
+const configs = [
+ // Mimic ESLintRC-style extends
+ ...compat.extends('@silverhand/react'),
+ {
+ rules: {
+ 'sql/no-unsafe-query': 'off',
+ },
+ },
+ {
+ ignores: ['**/generated-*.md', '**/generated-*.mdx', '**/_template-*.mdx'],
+ },
+ {
+ ...mdx.flat,
+ processor: mdx.createRemarkProcessor({
+ lintCodeBlocks: false,
+ }),
+ },
+ {
+ files: ['**/*.ts', '**/*.tsx', '**/*.md', '**/*.mdx'],
+ rules: {
+ complexity: 'off',
+ 'unicorn/filename-case': 'off',
+ 'no-unused-expressions': 'off',
+ 'max-statements-per-line': 'off',
+ '@typescript-eslint/prefer-nullish-coalescing': 'off',
+ 'react/self-closing-comp': 'off',
+ 'react/no-unescaped-entities': 'off',
+ },
+ languageOptions: {
+ parserOptions: {
+ extraFileExtensions: ['.mdx'],
+ },
+ globals: {
+ props: 'readonly',
+ },
+ },
+ },
+ {
+ files: ['src/pages/**/*'],
+ rules: {
+ 'consistent-default-export-name/default-export-match-filename': 'off',
+ },
+ },
+ {
+ files: ['**/*.mdx', '**/*.md'],
+ rules: {
+ camelcase: 'off',
+ 'no-undef': 'off',
+ 'max-lines': 'off',
+ },
+ },
+ {
+ files: ['**/*.config.ts', '**/*.config.js'],
+ rules: {
+ 'max-lines': 'off',
+ },
+ },
+ {
+ files: ['**/generate.mjs', '**/generate.js'],
+ rules: {
+ 'no-template-curly-in-string': 'off',
+ },
+ },
+];
+
+export default configs;
diff --git a/lint-staged.config.js b/lint-staged.config.js
deleted file mode 100644
index d9664f2ae1b..00000000000
--- a/lint-staged.config.js
+++ /dev/null
@@ -1,4 +0,0 @@
-module.exports = {
- '*.md?(x)': ['eslint --cache'],
- '*.ts?(x)': ['eslint --cache --fix', () => 'tsc -p tsconfig.json --noEmit'],
-};
diff --git a/lint-staged.config.mjs b/lint-staged.config.mjs
new file mode 100644
index 00000000000..5d103916e27
--- /dev/null
+++ b/lint-staged.config.mjs
@@ -0,0 +1,7 @@
+const configs = {
+ 'tutorial/**/!(generated-|_template-)*.md?(x)': ['pnpm lint'],
+ '(src|docs)/**/*.md?(x)': ['pnpm lint'],
+ '!(*.config).ts?(x)': ['pnpm lint --fix', () => 'tsc -p tsconfig.json --noEmit'],
+};
+
+export default configs;
diff --git a/package.json b/package.json
index 69f177c899e..ba571f197ab 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"prepare": "if test \"$NODE_ENV\" != \"production\" && test \"$CI\" != \"true\" ; then husky ; fi",
"docusaurus": "docusaurus",
"start": "pnpm generate && docusaurus start",
- "generate": "cd tutorial/build-with-logto && node generate.js",
+ "generate": "cd tutorial/build-with-logto && node generate.mjs",
"build": "pnpm generate && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "pnpm generate && docusaurus deploy",
@@ -15,51 +15,49 @@
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
- "lint": "eslint --ext ts,tsx,md,mdx src docs tutorial",
+ "lint": "eslint src docs tutorial",
"typecheck": "tsc"
},
"devDependencies": {
- "@algolia/client-search": "^4.13.1",
- "@babel/core": "^7.18.6",
- "@babel/plugin-transform-react-jsx": "^7.18.6",
- "@commitlint/cli": "^18.0.0",
- "@commitlint/config-conventional": "^18.0.0",
- "@commitlint/types": "^18.0.0",
- "@docusaurus/core": "3.4.0",
- "@docusaurus/module-type-aliases": "3.4.0",
- "@docusaurus/plugin-client-redirects": "3.4.0",
- "@docusaurus/preset-classic": "3.4.0",
- "@docusaurus/theme-classic": "3.4.0",
- "@docusaurus/theme-common": "3.4.0",
- "@docusaurus/theme-mermaid": "3.4.0",
- "@docusaurus/types": "3.4.0",
- "@mdx-js/react": "^3.0.0",
+ "@babel/plugin-transform-react-jsx": "^7.25.9",
+ "@commitlint/cli": "^19.5.0",
+ "@commitlint/config-conventional": "^19.5.0",
+ "@commitlint/types": "^19.5.0",
+ "@docusaurus/core": "3.5.2",
+ "@docusaurus/module-type-aliases": "3.5.2",
+ "@docusaurus/plugin-client-redirects": "3.5.2",
+ "@docusaurus/plugin-content-docs": "3.5.2",
+ "@docusaurus/preset-classic": "3.5.2",
+ "@docusaurus/theme-classic": "3.5.2",
+ "@docusaurus/theme-common": "3.5.2",
+ "@docusaurus/theme-mermaid": "3.5.2",
+ "@docusaurus/tsconfig": "3.5.2",
+ "@docusaurus/types": "3.5.2",
+ "@eslint/eslintrc": "^3.1.0",
+ "@mdx-js/react": "^3.1.0",
"@silverhand/eslint-config": "^6.0.0",
"@silverhand/eslint-config-react": "^6.0.0",
"@silverhand/ts-config": "^6.0.0",
"@silverhand/ts-config-react": "^6.0.0",
- "@tsconfig/docusaurus": "^2.0.2",
- "@types/node": "^20.0.0",
- "@types/react": "^18.2.38",
- "clsx": "^2.0.0",
- "core-js": "^3.23.0",
+ "@types/node": "^20.11.0",
+ "@types/react": "^18.3.12",
+ "clsx": "^2.1.1",
+ "core-js": "^3.38.1",
"docusaurus-plugin-remote-content": "^4.0.0",
"docusaurus-plugin-sass": "^0.2.5",
- "eslint": "^8.57.0",
+ "eslint": "^9.13.0",
"eslint-plugin-mdx": "^3.1.5",
- "husky": "^9.0.0",
- "lint-staged": "^15.0.0",
- "postcss": "^8.4.31",
- "prettier": "^3.3.0",
- "prism-react-renderer": "^2.3.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-is": "^18.0.0",
- "sass": "^1.52.3",
- "sass-loader": "^14.0.0",
- "stylelint": "^15.0.0",
- "typescript": "^5.3.3",
- "webpack": "^5.76.0"
+ "husky": "^9.1.6",
+ "lint-staged": "^15.2.0",
+ "prettier": "^3.3.3",
+ "prism-react-renderer": "^2.3.0",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "sass": "^1.80.4",
+ "sass-loader": "^16.0.2",
+ "stylelint": "^16.10.0",
+ "typescript": "~5.5.4",
+ "webpack": "^5.95.0"
},
"browserslist": {
"production": [
@@ -73,57 +71,8 @@
"last 1 safari version"
]
},
- "eslintConfig": {
- "extends": [
- "@silverhand/react",
- "plugin:mdx/recommended"
- ],
- "ignorePatterns": [
- "generated-*.md",
- "generated-*.mdx",
- "_template-*.mdx"
- ],
- "settings": {
- "mdx/code-blocks": false
- },
- "rules": {
- "complexity": "off",
- "unicorn/filename-case": "off",
- "no-unused-expressions": "off",
- "max-statements-per-line": "off",
- "@typescript-eslint/prefer-nullish-coalescing": "off",
- "react/self-closing-comp": "off",
- "react/no-unescaped-entities": "off"
- },
- "overrides": [
- {
- "files": [
- "src/pages/**/*"
- ],
- "rules": {
- "consistent-default-export-name/default-export-match-filename": "off"
- }
- },
- {
- "files": [
- "**/*.mdx",
- "**/*.md"
- ],
- "rules": {
- "camelcase": "off",
- "no-undef": "off",
- "max-lines": "off"
- }
- }
- ],
- "parserOptions": {
- "extraFileExtensions": [
- "mdx"
- ]
- },
- "globals": {
- "props": "readonly"
- }
+ "engines": {
+ "node": "^20.11.0 || ^22.0.0"
},
"prettier": "@silverhand/eslint-config/.prettierrc"
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 564479bdbef..eb0a0626a95 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,136 +8,126 @@ importers:
.:
devDependencies:
- '@algolia/client-search':
- specifier: ^4.13.1
- version: 4.13.1
- '@babel/core':
- specifier: ^7.18.6
- version: 7.18.6
'@babel/plugin-transform-react-jsx':
- specifier: ^7.18.6
- version: 7.18.6(@babel/core@7.18.6)
+ specifier: ^7.25.9
+ version: 7.25.9(@babel/core@7.25.9)
'@commitlint/cli':
- specifier: ^18.0.0
- version: 18.4.3(typescript@5.3.3)
+ specifier: ^19.5.0
+ version: 19.5.0(@types/node@20.17.0)(typescript@5.5.4)
'@commitlint/config-conventional':
- specifier: ^18.0.0
- version: 18.4.3
+ specifier: ^19.5.0
+ version: 19.5.0
'@commitlint/types':
- specifier: ^18.0.0
- version: 18.4.3
+ specifier: ^19.5.0
+ version: 19.5.0
'@docusaurus/core':
- specifier: 3.4.0
- version: 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
'@docusaurus/module-type-aliases':
- specifier: 3.4.0
- version: 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ specifier: 3.5.2
+ version: 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@docusaurus/plugin-client-redirects':
- specifier: 3.4.0
- version: 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-docs':
+ specifier: 3.5.2
+ version: 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
'@docusaurus/preset-classic':
- specifier: 3.4.0
- version: 3.4.0(@algolia/client-search@4.13.1)(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@algolia/client-search@4.24.0)(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.5.4)
'@docusaurus/theme-classic':
- specifier: 3.4.0
- version: 3.4.0(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
'@docusaurus/theme-common':
- specifier: 3.4.0
- version: 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
'@docusaurus/theme-mermaid':
- specifier: 3.4.0
- version: 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
+ specifier: 3.5.2
+ version: 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/tsconfig':
+ specifier: 3.5.2
+ version: 3.5.2
'@docusaurus/types':
- specifier: 3.4.0
- version: 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ specifier: 3.5.2
+ version: 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@eslint/eslintrc':
+ specifier: ^3.1.0
+ version: 3.1.0
'@mdx-js/react':
- specifier: ^3.0.0
- version: 3.0.0(@types/react@18.2.38)(react@18.2.0)
+ specifier: ^3.1.0
+ version: 3.1.0(@types/react@18.3.12)(react@18.3.1)
'@silverhand/eslint-config':
specifier: ^6.0.0
- version: 6.0.1(@types/eslint@8.4.3)(eslint@8.57.0)(prettier@3.3.0)(typescript@5.3.3)
+ version: 6.0.1(@types/eslint@9.6.1)(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3)(typescript@5.5.4)
'@silverhand/eslint-config-react':
specifier: ^6.0.0
- version: 6.0.2(@types/eslint@8.4.3)(eslint@8.57.0)(postcss@8.4.31)(prettier@3.3.0)(stylelint@15.11.0(typescript@5.3.3))(typescript@5.3.3)
+ version: 6.0.2(@types/eslint@9.6.1)(eslint@9.13.0(jiti@1.21.6))(postcss@8.4.47)(prettier@3.3.3)(stylelint@16.10.0(typescript@5.5.4))(typescript@5.5.4)
'@silverhand/ts-config':
specifier: ^6.0.0
- version: 6.0.0(typescript@5.3.3)
+ version: 6.0.0(typescript@5.5.4)
'@silverhand/ts-config-react':
specifier: ^6.0.0
- version: 6.0.0(typescript@5.3.3)
- '@tsconfig/docusaurus':
- specifier: ^2.0.2
- version: 2.0.2
+ version: 6.0.0(typescript@5.5.4)
'@types/node':
- specifier: ^20.0.0
- version: 20.11.16
+ specifier: ^20.11.0
+ version: 20.17.0
'@types/react':
- specifier: ^18.2.38
- version: 18.2.38
+ specifier: ^18.3.12
+ version: 18.3.12
clsx:
- specifier: ^2.0.0
- version: 2.0.0
+ specifier: ^2.1.1
+ version: 2.1.1
core-js:
- specifier: ^3.23.0
- version: 3.23.0
+ specifier: ^3.38.1
+ version: 3.38.1
docusaurus-plugin-remote-content:
specifier: ^4.0.0
- version: 4.0.0(@docusaurus/core@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3))
+ version: 4.0.0(@docusaurus/core@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))
docusaurus-plugin-sass:
specifier: ^0.2.5
- version: 0.2.5(@docusaurus/core@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3))(sass@1.52.3)(webpack@5.76.0)
+ version: 0.2.5(@docusaurus/core@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(sass@1.80.4)(webpack@5.95.0)
eslint:
- specifier: ^8.57.0
- version: 8.57.0
+ specifier: ^9.13.0
+ version: 9.13.0(jiti@1.21.6)
eslint-plugin-mdx:
specifier: ^3.1.5
- version: 3.1.5(eslint@8.57.0)
+ version: 3.1.5(eslint@9.13.0(jiti@1.21.6))
husky:
- specifier: ^9.0.0
- version: 9.0.10
+ specifier: ^9.1.6
+ version: 9.1.6
lint-staged:
- specifier: ^15.0.0
- version: 15.0.1
- postcss:
- specifier: ^8.4.31
- version: 8.4.31
+ specifier: ^15.2.0
+ version: 15.2.10
prettier:
- specifier: ^3.3.0
- version: 3.3.0
+ specifier: ^3.3.3
+ version: 3.3.3
prism-react-renderer:
- specifier: ^2.3.1
- version: 2.3.1(react@18.2.0)
+ specifier: ^2.3.0
+ version: 2.4.0(react@18.3.1)
react:
- specifier: ^18.2.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1
react-dom:
- specifier: ^18.2.0
- version: 18.2.0(react@18.2.0)
- react-is:
- specifier: ^18.0.0
- version: 18.2.0
+ specifier: ^18.3.1
+ version: 18.3.1(react@18.3.1)
sass:
- specifier: ^1.52.3
- version: 1.52.3
+ specifier: ^1.80.4
+ version: 1.80.4
sass-loader:
- specifier: ^14.0.0
- version: 14.1.0(sass@1.52.3)(webpack@5.76.0)
+ specifier: ^16.0.2
+ version: 16.0.2(sass@1.80.4)(webpack@5.95.0)
stylelint:
- specifier: ^15.0.0
- version: 15.11.0(typescript@5.3.3)
+ specifier: ^16.10.0
+ version: 16.10.0(typescript@5.5.4)
typescript:
- specifier: ^5.3.3
- version: 5.3.3
+ specifier: ~5.5.4
+ version: 5.5.4
webpack:
- specifier: ^5.76.0
- version: 5.76.0
+ specifier: ^5.95.0
+ version: 5.95.0
packages:
- '@aashutoshrathi/word-wrap@1.2.6':
- resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
- engines: {node: '>=0.10.0'}
-
'@algolia/autocomplete-core@1.9.3':
resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
@@ -158,284 +148,206 @@ packages:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/cache-browser-local-storage@4.20.0':
- resolution: {integrity: sha512-uujahcBt4DxduBTvYdwO3sBfHuJvJokiC3BP1+O70fglmE1ShkH8lpXqZBac1rrU3FnNYSUs4pL9lBdTKeRPOQ==}
-
- '@algolia/cache-common@4.13.1':
- resolution: {integrity: sha512-7Vaf6IM4L0Jkl3sYXbwK+2beQOgVJ0mKFbz/4qSxKd1iy2Sp77uTAazcX+Dlexekg1fqGUOSO7HS4Sx47ZJmjA==}
-
- '@algolia/cache-common@4.20.0':
- resolution: {integrity: sha512-vCfxauaZutL3NImzB2G9LjLt36vKAckc6DhMp05An14kVo8F1Yofb6SIl6U3SaEz8pG2QOB9ptwM5c+zGevwIQ==}
+ '@algolia/cache-browser-local-storage@4.24.0':
+ resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==}
- '@algolia/cache-in-memory@4.20.0':
- resolution: {integrity: sha512-Wm9ak/IaacAZXS4mB3+qF/KCoVSBV6aLgIGFEtQtJwjv64g4ePMapORGmCyulCFwfePaRAtcaTbMcJF+voc/bg==}
+ '@algolia/cache-common@4.24.0':
+ resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==}
- '@algolia/client-account@4.20.0':
- resolution: {integrity: sha512-GGToLQvrwo7am4zVkZTnKa72pheQeez/16sURDWm7Seyz+HUxKi3BM6fthVVPUEBhtJ0reyVtuK9ArmnaKl10Q==}
+ '@algolia/cache-in-memory@4.24.0':
+ resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==}
- '@algolia/client-analytics@4.20.0':
- resolution: {integrity: sha512-EIr+PdFMOallRdBTHHdKI3CstslgLORQG7844Mq84ib5oVFRVASuuPmG4bXBgiDbcsMLUeOC6zRVJhv1KWI0ug==}
+ '@algolia/client-account@4.24.0':
+ resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==}
- '@algolia/client-common@4.13.1':
- resolution: {integrity: sha512-LcDoUE0Zz3YwfXJL6lJ2OMY2soClbjrrAKB6auYVMNJcoKZZ2cbhQoFR24AYoxnGUYBER/8B+9sTBj5bj/Gqbg==}
+ '@algolia/client-analytics@4.24.0':
+ resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==}
- '@algolia/client-common@4.20.0':
- resolution: {integrity: sha512-P3WgMdEss915p+knMMSd/fwiHRHKvDu4DYRrCRaBrsfFw7EQHon+EbRSm4QisS9NYdxbS04kcvNoavVGthyfqQ==}
+ '@algolia/client-common@4.24.0':
+ resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==}
- '@algolia/client-personalization@4.20.0':
- resolution: {integrity: sha512-N9+zx0tWOQsLc3K4PVRDV8GUeOLAY0i445En79Pr3zWB+m67V+n/8w4Kw1C5LlbHDDJcyhMMIlqezh6BEk7xAQ==}
+ '@algolia/client-personalization@4.24.0':
+ resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==}
- '@algolia/client-search@4.13.1':
- resolution: {integrity: sha512-YQKYA83MNRz3FgTNM+4eRYbSmHi0WWpo019s5SeYcL3HUan/i5R09VO9dk3evELDFJYciiydSjbsmhBzbpPP2A==}
-
- '@algolia/client-search@4.20.0':
- resolution: {integrity: sha512-zgwqnMvhWLdpzKTpd3sGmMlr4c+iS7eyyLGiaO51zDZWGMkpgoNVmltkzdBwxOVXz0RsFMznIxB9zuarUv4TZg==}
+ '@algolia/client-search@4.24.0':
+ resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==}
'@algolia/events@4.0.1':
resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==}
- '@algolia/logger-common@4.13.1':
- resolution: {integrity: sha512-L6slbL/OyZaAXNtS/1A8SAbOJeEXD5JcZeDCPYDqSTYScfHu+2ePRTDMgUTY4gQ7HsYZ39N1LujOd8WBTmM2Aw==}
-
- '@algolia/logger-common@4.20.0':
- resolution: {integrity: sha512-xouigCMB5WJYEwvoWW5XDv7Z9f0A8VoXJc3VKwlHJw/je+3p2RcDXfksLI4G4lIVncFUYMZx30tP/rsdlvvzHQ==}
+ '@algolia/logger-common@4.24.0':
+ resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==}
- '@algolia/logger-console@4.20.0':
- resolution: {integrity: sha512-THlIGG1g/FS63z0StQqDhT6bprUczBI8wnLT3JWvfAQDZX5P6fCg7dG+pIrUBpDIHGszgkqYEqECaKKsdNKOUA==}
+ '@algolia/logger-console@4.24.0':
+ resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==}
- '@algolia/requester-browser-xhr@4.20.0':
- resolution: {integrity: sha512-HbzoSjcjuUmYOkcHECkVTwAelmvTlgs48N6Owt4FnTOQdwn0b8pdht9eMgishvk8+F8bal354nhx/xOoTfwiAw==}
+ '@algolia/recommend@4.24.0':
+ resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==}
- '@algolia/requester-common@4.13.1':
- resolution: {integrity: sha512-eGVf0ID84apfFEuXsaoSgIxbU3oFsIbz4XiotU3VS8qGCJAaLVUC5BUJEkiFENZIhon7hIB4d0RI13HY4RSA+w==}
+ '@algolia/requester-browser-xhr@4.24.0':
+ resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==}
- '@algolia/requester-common@4.20.0':
- resolution: {integrity: sha512-9h6ye6RY/BkfmeJp7Z8gyyeMrmmWsMOCRBXQDs4mZKKsyVlfIVICpcSibbeYcuUdurLhIlrOUkH3rQEgZzonng==}
+ '@algolia/requester-common@4.24.0':
+ resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==}
- '@algolia/requester-node-http@4.20.0':
- resolution: {integrity: sha512-ocJ66L60ABSSTRFnCHIEZpNHv6qTxsBwJEPfYaSBsLQodm0F9ptvalFkHMpvj5DfE22oZrcrLbOYM2bdPJRHng==}
+ '@algolia/requester-node-http@4.24.0':
+ resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==}
- '@algolia/transporter@4.13.1':
- resolution: {integrity: sha512-pICnNQN7TtrcYJqqPEXByV8rJ8ZRU2hCiIKLTLRyNpghtQG3VAFk6fVtdzlNfdUGZcehSKGarPIZEHlQXnKjgw==}
+ '@algolia/transporter@4.24.0':
+ resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==}
- '@algolia/transporter@4.20.0':
- resolution: {integrity: sha512-Lsii1pGWOAISbzeyuf+r/GPhvHMPHSPrTDWNcIzOE1SG1inlJHICaVe2ikuoRjcpgxZNU54Jl+if15SUCsaTUg==}
-
- '@ampproject/remapping@2.2.0':
- resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==}
+ '@ampproject/remapping@2.3.0':
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@babel/code-frame@7.18.6':
- resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==}
- engines: {node: '>=6.9.0'}
-
- '@babel/code-frame@7.23.4':
- resolution: {integrity: sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==}
- engines: {node: '>=6.9.0'}
-
- '@babel/compat-data@7.23.3':
- resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/core@7.18.6':
- resolution: {integrity: sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/core@7.23.3':
- resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==}
- engines: {node: '>=6.9.0'}
-
- '@babel/generator@7.18.7':
- resolution: {integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==}
+ '@babel/code-frame@7.25.9':
+ resolution: {integrity: sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.23.4':
- resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==}
+ '@babel/compat-data@7.25.9':
+ resolution: {integrity: sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-annotate-as-pure@7.18.6':
- resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==}
+ '@babel/core@7.25.9':
+ resolution: {integrity: sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-annotate-as-pure@7.22.5':
- resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
+ '@babel/generator@7.25.9':
+ resolution: {integrity: sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
- resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.18.6':
- resolution: {integrity: sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==}
+ '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9':
+ resolution: {integrity: sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==}
engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- '@babel/helper-compilation-targets@7.22.15':
- resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
+ '@babel/helper-compilation-targets@7.25.9':
+ resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-create-class-features-plugin@7.22.15':
- resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
+ '@babel/helper-create-class-features-plugin@7.25.9':
+ resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-create-regexp-features-plugin@7.22.15':
- resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
+ '@babel/helper-create-regexp-features-plugin@7.25.9':
+ resolution: {integrity: sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-define-polyfill-provider@0.4.3':
- resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==}
+ '@babel/helper-define-polyfill-provider@0.6.2':
+ resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- '@babel/helper-environment-visitor@7.22.20':
- resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-function-name@7.23.0':
- resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-hoist-variables@7.22.5':
- resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-member-expression-to-functions@7.23.0':
- resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-module-imports@7.18.6':
- resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-module-imports@7.22.15':
- resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.18.8':
- resolution: {integrity: sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==}
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.23.3':
- resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
+ '@babel/helper-module-transforms@7.25.9':
+ resolution: {integrity: sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-optimise-call-expression@7.22.5':
- resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-plugin-utils@7.18.6':
- resolution: {integrity: sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==}
+ '@babel/helper-optimise-call-expression@7.25.9':
+ resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.22.5':
- resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
+ '@babel/helper-plugin-utils@7.25.9':
+ resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-remap-async-to-generator@7.22.20':
- resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
+ '@babel/helper-remap-async-to-generator@7.25.9':
+ resolution: {integrity: sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-replace-supers@7.22.20':
- resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
+ '@babel/helper-replace-supers@7.25.9':
+ resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-simple-access@7.22.5':
- resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-skip-transparent-expression-wrappers@7.22.5':
- resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-split-export-declaration@7.22.6':
- resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
+ '@babel/helper-simple-access@7.25.9':
+ resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.23.4':
- resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.22.20':
- resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.22.15':
- resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-wrap-function@7.22.20':
- resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==}
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.18.6':
- resolution: {integrity: sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==}
+ '@babel/helper-wrap-function@7.25.9':
+ resolution: {integrity: sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.23.4':
- resolution: {integrity: sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==}
+ '@babel/helpers@7.25.9':
+ resolution: {integrity: sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==}
engines: {node: '>=6.9.0'}
- '@babel/highlight@7.23.4':
- resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
+ '@babel/highlight@7.25.9':
+ resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.18.8':
- resolution: {integrity: sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==}
- engines: {node: '>=6.0.0'}
- hasBin: true
-
- '@babel/parser@7.23.4':
- resolution: {integrity: sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==}
+ '@babel/parser@7.25.9':
+ resolution: {integrity: sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==}
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3':
- resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==}
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9':
+ resolution: {integrity: sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3':
- resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==}
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9':
+ resolution: {integrity: sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.13.0
+ '@babel/core': ^7.0.0
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3':
- resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==}
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9':
+ resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
- resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9':
+ resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-async-generators@7.8.4':
- resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.13.0
- '@babel/plugin-syntax-class-properties@7.12.13':
- resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9':
+ resolution: {integrity: sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.0.0
- '@babel/plugin-syntax-class-static-block@7.14.5':
- resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2':
+ resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -445,89 +357,26 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-export-namespace-from@7.8.3':
- resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-import-assertions@7.23.3':
- resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-import-attributes@7.23.3':
- resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-import-meta@7.10.4':
- resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-json-strings@7.8.3':
- resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-jsx@7.18.6':
- resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-jsx@7.23.3':
- resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==}
+ '@babel/plugin-syntax-import-assertions@7.25.9':
+ resolution: {integrity: sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4':
- resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3':
- resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-numeric-separator@7.10.4':
- resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-object-rest-spread@7.8.3':
- resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-optional-catch-binding@7.8.3':
- resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-optional-chaining@7.8.3':
- resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
-
- '@babel/plugin-syntax-private-property-in-object@7.14.5':
- resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
+ '@babel/plugin-syntax-import-attributes@7.25.9':
+ resolution: {integrity: sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-top-level-await@7.14.5':
- resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
+ '@babel/plugin-syntax-jsx@7.25.9':
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-typescript@7.23.3':
- resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==}
+ '@babel/plugin-syntax-typescript@7.25.9':
+ resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -538,344 +387,344 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-transform-arrow-functions@7.23.3':
- resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==}
+ '@babel/plugin-transform-arrow-functions@7.25.9':
+ resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-generator-functions@7.23.4':
- resolution: {integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==}
+ '@babel/plugin-transform-async-generator-functions@7.25.9':
+ resolution: {integrity: sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-to-generator@7.23.3':
- resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==}
+ '@babel/plugin-transform-async-to-generator@7.25.9':
+ resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-block-scoped-functions@7.23.3':
- resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==}
+ '@babel/plugin-transform-block-scoped-functions@7.25.9':
+ resolution: {integrity: sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-block-scoping@7.23.4':
- resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==}
+ '@babel/plugin-transform-block-scoping@7.25.9':
+ resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-class-properties@7.23.3':
- resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==}
+ '@babel/plugin-transform-class-properties@7.25.9':
+ resolution: {integrity: sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-class-static-block@7.23.4':
- resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==}
+ '@babel/plugin-transform-class-static-block@7.25.9':
+ resolution: {integrity: sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
- '@babel/plugin-transform-classes@7.23.3':
- resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==}
+ '@babel/plugin-transform-classes@7.25.9':
+ resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-computed-properties@7.23.3':
- resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==}
+ '@babel/plugin-transform-computed-properties@7.25.9':
+ resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-destructuring@7.23.3':
- resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==}
+ '@babel/plugin-transform-destructuring@7.25.9':
+ resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-dotall-regex@7.23.3':
- resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==}
+ '@babel/plugin-transform-dotall-regex@7.25.9':
+ resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-duplicate-keys@7.23.3':
- resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==}
+ '@babel/plugin-transform-duplicate-keys@7.25.9':
+ resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-dynamic-import@7.23.4':
- resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==}
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9':
+ resolution: {integrity: sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.0.0
- '@babel/plugin-transform-exponentiation-operator@7.23.3':
- resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==}
+ '@babel/plugin-transform-dynamic-import@7.25.9':
+ resolution: {integrity: sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-export-namespace-from@7.23.4':
- resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==}
+ '@babel/plugin-transform-exponentiation-operator@7.25.9':
+ resolution: {integrity: sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-for-of@7.23.3':
- resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==}
+ '@babel/plugin-transform-export-namespace-from@7.25.9':
+ resolution: {integrity: sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-function-name@7.23.3':
- resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==}
+ '@babel/plugin-transform-for-of@7.25.9':
+ resolution: {integrity: sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-json-strings@7.23.4':
- resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==}
+ '@babel/plugin-transform-function-name@7.25.9':
+ resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-literals@7.23.3':
- resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==}
+ '@babel/plugin-transform-json-strings@7.25.9':
+ resolution: {integrity: sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-logical-assignment-operators@7.23.4':
- resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==}
+ '@babel/plugin-transform-literals@7.25.9':
+ resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-member-expression-literals@7.23.3':
- resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==}
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9':
+ resolution: {integrity: sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-amd@7.23.3':
- resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==}
+ '@babel/plugin-transform-member-expression-literals@7.25.9':
+ resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-commonjs@7.23.3':
- resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==}
+ '@babel/plugin-transform-modules-amd@7.25.9':
+ resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-systemjs@7.23.3':
- resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==}
+ '@babel/plugin-transform-modules-commonjs@7.25.9':
+ resolution: {integrity: sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-umd@7.23.3':
- resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==}
+ '@babel/plugin-transform-modules-systemjs@7.25.9':
+ resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5':
- resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
+ '@babel/plugin-transform-modules-umd@7.25.9':
+ resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0
+ '@babel/core': ^7.0.0-0
- '@babel/plugin-transform-new-target@7.23.3':
- resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==}
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9':
+ resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==}
engines: {node: '>=6.9.0'}
peerDependencies:
- '@babel/core': ^7.0.0-0
+ '@babel/core': ^7.0.0
- '@babel/plugin-transform-nullish-coalescing-operator@7.23.4':
- resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==}
+ '@babel/plugin-transform-new-target@7.25.9':
+ resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-numeric-separator@7.23.4':
- resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==}
+ '@babel/plugin-transform-nullish-coalescing-operator@7.25.9':
+ resolution: {integrity: sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-object-rest-spread@7.23.4':
- resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==}
+ '@babel/plugin-transform-numeric-separator@7.25.9':
+ resolution: {integrity: sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-object-super@7.23.3':
- resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==}
+ '@babel/plugin-transform-object-rest-spread@7.25.9':
+ resolution: {integrity: sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-optional-catch-binding@7.23.4':
- resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==}
+ '@babel/plugin-transform-object-super@7.25.9':
+ resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-optional-chaining@7.23.4':
- resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==}
+ '@babel/plugin-transform-optional-catch-binding@7.25.9':
+ resolution: {integrity: sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-parameters@7.23.3':
- resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==}
+ '@babel/plugin-transform-optional-chaining@7.25.9':
+ resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-private-methods@7.23.3':
- resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==}
+ '@babel/plugin-transform-parameters@7.25.9':
+ resolution: {integrity: sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-private-property-in-object@7.23.4':
- resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==}
+ '@babel/plugin-transform-private-methods@7.25.9':
+ resolution: {integrity: sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-property-literals@7.23.3':
- resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==}
+ '@babel/plugin-transform-private-property-in-object@7.25.9':
+ resolution: {integrity: sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-constant-elements@7.23.3':
- resolution: {integrity: sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==}
+ '@babel/plugin-transform-property-literals@7.25.9':
+ resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-display-name@7.23.3':
- resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==}
+ '@babel/plugin-transform-react-constant-elements@7.25.9':
+ resolution: {integrity: sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx-development@7.22.5':
- resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
+ '@babel/plugin-transform-react-display-name@7.25.9':
+ resolution: {integrity: sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx@7.18.6':
- resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==}
+ '@babel/plugin-transform-react-jsx-development@7.25.9':
+ resolution: {integrity: sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx@7.23.4':
- resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==}
+ '@babel/plugin-transform-react-jsx@7.25.9':
+ resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-pure-annotations@7.23.3':
- resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==}
+ '@babel/plugin-transform-react-pure-annotations@7.25.9':
+ resolution: {integrity: sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-regenerator@7.23.3':
- resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==}
+ '@babel/plugin-transform-regenerator@7.25.9':
+ resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-reserved-words@7.23.3':
- resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==}
+ '@babel/plugin-transform-reserved-words@7.25.9':
+ resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-runtime@7.23.4':
- resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==}
+ '@babel/plugin-transform-runtime@7.25.9':
+ resolution: {integrity: sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-shorthand-properties@7.23.3':
- resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==}
+ '@babel/plugin-transform-shorthand-properties@7.25.9':
+ resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-spread@7.23.3':
- resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==}
+ '@babel/plugin-transform-spread@7.25.9':
+ resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-sticky-regex@7.23.3':
- resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==}
+ '@babel/plugin-transform-sticky-regex@7.25.9':
+ resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-template-literals@7.23.3':
- resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==}
+ '@babel/plugin-transform-template-literals@7.25.9':
+ resolution: {integrity: sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typeof-symbol@7.23.3':
- resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==}
+ '@babel/plugin-transform-typeof-symbol@7.25.9':
+ resolution: {integrity: sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typescript@7.23.4':
- resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==}
+ '@babel/plugin-transform-typescript@7.25.9':
+ resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-escapes@7.23.3':
- resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==}
+ '@babel/plugin-transform-unicode-escapes@7.25.9':
+ resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-property-regex@7.23.3':
- resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==}
+ '@babel/plugin-transform-unicode-property-regex@7.25.9':
+ resolution: {integrity: sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-regex@7.23.3':
- resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==}
+ '@babel/plugin-transform-unicode-regex@7.25.9':
+ resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-unicode-sets-regex@7.23.3':
- resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==}
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9':
+ resolution: {integrity: sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/preset-env@7.23.3':
- resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==}
+ '@babel/preset-env@7.25.9':
+ resolution: {integrity: sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -885,157 +734,146 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
- '@babel/preset-react@7.23.3':
- resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==}
+ '@babel/preset-react@7.25.9':
+ resolution: {integrity: sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/preset-typescript@7.23.3':
- resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==}
+ '@babel/preset-typescript@7.25.9':
+ resolution: {integrity: sha512-XWxw1AcKk36kgxf4C//fl0ikjLeqGUWn062/Fd8GtpTfDJOX6Ud95FK+4JlDA36BX4bNGndXi3a6Vr4Jo5/61A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/regjsgen@0.8.0':
- resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
-
- '@babel/runtime-corejs3@7.23.4':
- resolution: {integrity: sha512-zQyB4MJGM+rvd4pM58n26kf3xbiitw9MHzL8oLiBMKb8MCtVDfV5nDzzJWWzLMtbvKI9wN6XwJYl479qF4JluQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/runtime@7.23.4':
- resolution: {integrity: sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==}
+ '@babel/runtime-corejs3@7.25.9':
+ resolution: {integrity: sha512-eHeq2HWhgn3aH6Gz4Dnajqp8U5DjBg3h933LlGJ52hAN6Kx34KAL7O3NzwTrldl9PrgKTyBcz0ScVIQ3A6e2fA==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.18.6':
- resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==}
+ '@babel/runtime@7.25.9':
+ resolution: {integrity: sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.22.15':
- resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
+ '@babel/template@7.25.9':
+ resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.23.4':
- resolution: {integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==}
+ '@babel/traverse@7.25.9':
+ resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.18.8':
- resolution: {integrity: sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==}
+ '@babel/types@7.25.9':
+ resolution: {integrity: sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.23.4':
- resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==}
- engines: {node: '>=6.9.0'}
-
- '@braintree/sanitize-url@6.0.2':
- resolution: {integrity: sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==}
+ '@braintree/sanitize-url@6.0.4':
+ resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==}
'@colors/colors@1.5.0':
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
- '@commitlint/cli@18.4.3':
- resolution: {integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==}
+ '@commitlint/cli@19.5.0':
+ resolution: {integrity: sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==}
engines: {node: '>=v18'}
hasBin: true
- '@commitlint/config-conventional@18.4.3':
- resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==}
+ '@commitlint/config-conventional@19.5.0':
+ resolution: {integrity: sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==}
engines: {node: '>=v18'}
- '@commitlint/config-validator@18.4.3':
- resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==}
+ '@commitlint/config-validator@19.5.0':
+ resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==}
engines: {node: '>=v18'}
- '@commitlint/ensure@18.4.3':
- resolution: {integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==}
+ '@commitlint/ensure@19.5.0':
+ resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==}
engines: {node: '>=v18'}
- '@commitlint/execute-rule@18.4.3':
- resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==}
+ '@commitlint/execute-rule@19.5.0':
+ resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==}
engines: {node: '>=v18'}
- '@commitlint/format@18.4.3':
- resolution: {integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==}
+ '@commitlint/format@19.5.0':
+ resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==}
engines: {node: '>=v18'}
- '@commitlint/is-ignored@18.4.3':
- resolution: {integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==}
+ '@commitlint/is-ignored@19.5.0':
+ resolution: {integrity: sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==}
engines: {node: '>=v18'}
- '@commitlint/lint@18.4.3':
- resolution: {integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==}
+ '@commitlint/lint@19.5.0':
+ resolution: {integrity: sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==}
engines: {node: '>=v18'}
- '@commitlint/load@18.4.3':
- resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==}
+ '@commitlint/load@19.5.0':
+ resolution: {integrity: sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==}
engines: {node: '>=v18'}
- '@commitlint/message@18.4.3':
- resolution: {integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==}
+ '@commitlint/message@19.5.0':
+ resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==}
engines: {node: '>=v18'}
- '@commitlint/parse@18.4.3':
- resolution: {integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==}
+ '@commitlint/parse@19.5.0':
+ resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==}
engines: {node: '>=v18'}
- '@commitlint/read@18.4.3':
- resolution: {integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==}
+ '@commitlint/read@19.5.0':
+ resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==}
engines: {node: '>=v18'}
- '@commitlint/resolve-extends@18.4.3':
- resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==}
+ '@commitlint/resolve-extends@19.5.0':
+ resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==}
engines: {node: '>=v18'}
- '@commitlint/rules@18.4.3':
- resolution: {integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==}
+ '@commitlint/rules@19.5.0':
+ resolution: {integrity: sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==}
engines: {node: '>=v18'}
- '@commitlint/to-lines@18.4.3':
- resolution: {integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==}
+ '@commitlint/to-lines@19.5.0':
+ resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==}
engines: {node: '>=v18'}
- '@commitlint/top-level@18.4.3':
- resolution: {integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==}
+ '@commitlint/top-level@19.5.0':
+ resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==}
engines: {node: '>=v18'}
- '@commitlint/types@18.4.3':
- resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==}
+ '@commitlint/types@19.5.0':
+ resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==}
engines: {node: '>=v18'}
- '@csstools/css-parser-algorithms@2.5.0':
- resolution: {integrity: sha512-abypo6m9re3clXA00eu5syw+oaPHbJTPapu9C4pzNsJ4hdZDzushT50Zhu+iIYXgEe1CxnRMn7ngsbV+MLrlpQ==}
- engines: {node: ^14 || ^16 || >=18}
+ '@csstools/css-parser-algorithms@3.0.3':
+ resolution: {integrity: sha512-15WQTALDyxAwSgAvLt7BksAssiSrNNhTv4zM7qX9U6R7FtpNskVVakzWQlYODlwPwXhGpKPmB10LM943pxMe7w==}
+ engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-tokenizer': ^2.2.3
+ '@csstools/css-tokenizer': ^3.0.2
- '@csstools/css-tokenizer@2.2.3':
- resolution: {integrity: sha512-pp//EvZ9dUmGuGtG1p+n17gTHEOqu9jO+FiCUjNN3BDmyhdA2Jq9QsVeR7K8/2QCK17HSsioPlTW9ZkzoWb3Lg==}
- engines: {node: ^14 || ^16 || >=18}
+ '@csstools/css-tokenizer@3.0.2':
+ resolution: {integrity: sha512-IuTRcD53WHsXPCZ6W7ubfGqReTJ9Ra0yRRFmXYP/Re8hFYYfoIYIK4080X5luslVLWimhIeFq0hj09urVMQzTw==}
+ engines: {node: '>=18'}
- '@csstools/media-query-list-parser@2.1.7':
- resolution: {integrity: sha512-lHPKJDkPUECsyAvD60joYfDmp8UERYxHGkFfyLJFTVK/ERJe0sVlIFLXU5XFxdjNDTerp5L4KeaKG+Z5S94qxQ==}
- engines: {node: ^14 || ^16 || >=18}
+ '@csstools/media-query-list-parser@3.0.1':
+ resolution: {integrity: sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==}
+ engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.5.0
- '@csstools/css-tokenizer': ^2.2.3
+ '@csstools/css-parser-algorithms': ^3.0.1
+ '@csstools/css-tokenizer': ^3.0.1
- '@csstools/selector-specificity@3.0.1':
- resolution: {integrity: sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==}
- engines: {node: ^14 || ^16 || >=18}
+ '@csstools/selector-specificity@4.0.0':
+ resolution: {integrity: sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==}
+ engines: {node: '>=18'}
peerDependencies:
- postcss-selector-parser: ^6.0.13
+ postcss-selector-parser: ^6.1.0
'@discoveryjs/json-ext@0.5.7':
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
- '@docsearch/css@3.5.2':
- resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==}
+ '@docsearch/css@3.6.2':
+ resolution: {integrity: sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==}
- '@docsearch/react@3.5.2':
- resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==}
+ '@docsearch/react@3.6.2':
+ resolution: {integrity: sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0'
react: '>= 16.8.0 < 19.0.0'
@@ -1051,100 +889,102 @@ packages:
search-insights:
optional: true
- '@docusaurus/core@3.4.0':
- resolution: {integrity: sha512-g+0wwmN2UJsBqy2fQRQ6fhXruoEa62JDeEa5d8IdTJlMoaDaEDfHh7WjwGRn4opuTQWpjAwP/fbcgyHKlE+64w==}
+ '@docusaurus/core@3.5.2':
+ resolution: {integrity: sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==}
engines: {node: '>=18.0'}
hasBin: true
peerDependencies:
+ '@mdx-js/react': ^3.0.0
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/cssnano-preset@3.4.0':
- resolution: {integrity: sha512-qwLFSz6v/pZHy/UP32IrprmH5ORce86BGtN0eBtG75PpzQJAzp9gefspox+s8IEOr0oZKuQ/nhzZ3xwyc3jYJQ==}
+ '@docusaurus/cssnano-preset@3.5.2':
+ resolution: {integrity: sha512-D3KiQXOMA8+O0tqORBrTOEQyQxNIfPm9jEaJoALjjSjc2M/ZAWcUfPQEnwr2JB2TadHw2gqWgpZckQmrVWkytA==}
engines: {node: '>=18.0'}
- '@docusaurus/logger@3.4.0':
- resolution: {integrity: sha512-bZwkX+9SJ8lB9kVRkXw+xvHYSMGG4bpYHKGXeXFvyVc79NMeeBSGgzd4TQLHH+DYeOJoCdl8flrFJVxlZ0wo/Q==}
+ '@docusaurus/logger@3.5.2':
+ resolution: {integrity: sha512-LHC540SGkeLfyT3RHK3gAMK6aS5TRqOD4R72BEU/DE2M/TY8WwEUAMY576UUc/oNJXv8pGhBmQB6N9p3pt8LQw==}
engines: {node: '>=18.0'}
- '@docusaurus/mdx-loader@3.4.0':
- resolution: {integrity: sha512-kSSbrrk4nTjf4d+wtBA9H+FGauf2gCax89kV8SUSJu3qaTdSIKdWERlngsiHaCFgZ7laTJ8a67UFf+xlFPtuTw==}
+ '@docusaurus/mdx-loader@3.5.2':
+ resolution: {integrity: sha512-ku3xO9vZdwpiMIVd8BzWV0DCqGEbCP5zs1iHfKX50vw6jX8vQo0ylYo1YJMZyz6e+JFJ17HYHT5FzVidz2IflA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/module-type-aliases@3.4.0':
- resolution: {integrity: sha512-A1AyS8WF5Bkjnb8s+guTDuYmUiwJzNrtchebBHpc0gz0PyHJNMaybUlSrmJjHVcGrya0LKI4YcR3lBDQfXRYLw==}
+ '@docusaurus/module-type-aliases@3.5.2':
+ resolution: {integrity: sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==}
peerDependencies:
react: '*'
react-dom: '*'
- '@docusaurus/plugin-client-redirects@3.4.0':
- resolution: {integrity: sha512-Pr8kyh/+OsmYCvdZhc60jy/FnrY6flD2TEAhl4rJxeVFxnvvRgEhoaIVX8q9MuJmaQoh6frPk94pjs7/6YgBDQ==}
+ '@docusaurus/plugin-client-redirects@3.5.2':
+ resolution: {integrity: sha512-GMU0ZNoVG1DEsZlBbwLPdh0iwibrVZiRfmdppvX17SnByCVP74mb/Nne7Ss7ALgxQLtM4IHbXi8ij90VVjAJ+Q==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-content-blog@3.4.0':
- resolution: {integrity: sha512-vv6ZAj78ibR5Jh7XBUT4ndIjmlAxkijM3Sx5MAAzC1gyv0vupDQNhzuFg1USQmQVj3P5I6bquk12etPV3LJ+Xw==}
+ '@docusaurus/plugin-content-blog@3.5.2':
+ resolution: {integrity: sha512-R7ghWnMvjSf+aeNDH0K4fjyQnt5L0KzUEnUhmf1e3jZrv3wogeytZNN6n7X8yHcMsuZHPOrctQhXWnmxu+IRRg==}
engines: {node: '>=18.0'}
peerDependencies:
+ '@docusaurus/plugin-content-docs': '*'
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-content-docs@3.4.0':
- resolution: {integrity: sha512-HkUCZffhBo7ocYheD9oZvMcDloRnGhBMOZRyVcAQRFmZPmNqSyISlXA1tQCIxW+r478fty97XXAGjNYzBjpCsg==}
+ '@docusaurus/plugin-content-docs@3.5.2':
+ resolution: {integrity: sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-content-pages@3.4.0':
- resolution: {integrity: sha512-h2+VN/0JjpR8fIkDEAoadNjfR3oLzB+v1qSXbIAKjQ46JAHx3X22n9nqS+BWSQnTnp1AjkjSvZyJMekmcwxzxg==}
+ '@docusaurus/plugin-content-pages@3.5.2':
+ resolution: {integrity: sha512-WzhHjNpoQAUz/ueO10cnundRz+VUtkjFhhaQ9jApyv1a46FPURO4cef89pyNIOMny1fjDz/NUN2z6Yi+5WUrCw==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-debug@3.4.0':
- resolution: {integrity: sha512-uV7FDUNXGyDSD3PwUaf5YijX91T5/H9SX4ErEcshzwgzWwBtK37nUWPU3ZLJfeTavX3fycTOqk9TglpOLaWkCg==}
+ '@docusaurus/plugin-debug@3.5.2':
+ resolution: {integrity: sha512-kBK6GlN0itCkrmHuCS6aX1wmoWc5wpd5KJlqQ1FyrF0cLDnvsYSnh7+ftdwzt7G6lGBho8lrVwkkL9/iQvaSOA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-google-analytics@3.4.0':
- resolution: {integrity: sha512-mCArluxEGi3cmYHqsgpGGt3IyLCrFBxPsxNZ56Mpur0xSlInnIHoeLDH7FvVVcPJRPSQ9/MfRqLsainRw+BojA==}
+ '@docusaurus/plugin-google-analytics@3.5.2':
+ resolution: {integrity: sha512-rjEkJH/tJ8OXRE9bwhV2mb/WP93V441rD6XnM6MIluu7rk8qg38iSxS43ga2V2Q/2ib53PcqbDEJDG/yWQRJhQ==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-google-gtag@3.4.0':
- resolution: {integrity: sha512-Dsgg6PLAqzZw5wZ4QjUYc8Z2KqJqXxHxq3vIoyoBWiLEEfigIs7wHR+oiWUQy3Zk9MIk6JTYj7tMoQU0Jm3nqA==}
+ '@docusaurus/plugin-google-gtag@3.5.2':
+ resolution: {integrity: sha512-lm8XL3xLkTPHFKKjLjEEAHUrW0SZBSHBE1I+i/tmYMBsjCcUB5UJ52geS5PSiOCFVR74tbPGcPHEV/gaaxFeSA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-google-tag-manager@3.4.0':
- resolution: {integrity: sha512-O9tX1BTwxIhgXpOLpFDueYA9DWk69WCbDRrjYoMQtFHSkTyE7RhNgyjSPREUWJb9i+YUg3OrsvrBYRl64FCPCQ==}
+ '@docusaurus/plugin-google-tag-manager@3.5.2':
+ resolution: {integrity: sha512-QkpX68PMOMu10Mvgvr5CfZAzZQFx8WLlOiUQ/Qmmcl6mjGK6H21WLT5x7xDmcpCoKA/3CegsqIqBR+nA137lQg==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/plugin-sitemap@3.4.0':
- resolution: {integrity: sha512-+0VDvx9SmNrFNgwPoeoCha+tRoAjopwT0+pYO1xAbyLcewXSemq+eLxEa46Q1/aoOaJQ0qqHELuQM7iS2gp33Q==}
+ '@docusaurus/plugin-sitemap@3.5.2':
+ resolution: {integrity: sha512-DnlqYyRAdQ4NHY28TfHuVk414ft2uruP4QWCH//jzpHjqvKyXjj2fmDtI8RPUBh9K8iZKFMHRnLtzJKySPWvFA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/preset-classic@3.4.0':
- resolution: {integrity: sha512-Ohj6KB7siKqZaQhNJVMBBUzT3Nnp6eTKqO+FXO3qu/n1hJl3YLwVKTWBg28LF7MWrKu46UuYavwMRxud0VyqHg==}
+ '@docusaurus/preset-classic@3.5.2':
+ resolution: {integrity: sha512-3ihfXQ95aOHiLB5uCu+9PRy2gZCeSZoDcqpnDvf3B+sTrMvMTr8qRUzBvWkoIqc82yG5prCboRjk1SVILKx6sg==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
@@ -1155,46 +995,50 @@ packages:
peerDependencies:
react: '*'
- '@docusaurus/theme-classic@3.4.0':
- resolution: {integrity: sha512-0IPtmxsBYv2adr1GnZRdMkEQt1YW6tpzrUPj02YxNpvJ5+ju4E13J5tB4nfdaen/tfR1hmpSPlTFPvTf4kwy8Q==}
+ '@docusaurus/theme-classic@3.5.2':
+ resolution: {integrity: sha512-XRpinSix3NBv95Rk7xeMF9k4safMkwnpSgThn0UNQNumKvmcIYjfkwfh2BhwYh/BxMXQHJ/PdmNh22TQFpIaYg==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/theme-common@3.4.0':
- resolution: {integrity: sha512-0A27alXuv7ZdCg28oPE8nH/Iz73/IUejVaCazqu9elS4ypjiLhK3KfzdSQBnL/g7YfHSlymZKdiOHEo8fJ0qMA==}
+ '@docusaurus/theme-common@3.5.2':
+ resolution: {integrity: sha512-QXqlm9S6x9Ibwjs7I2yEDgsCocp708DrCrgHgKwg2n2AY0YQ6IjU0gAK35lHRLOvAoJUfCKpQAwUykB0R7+Eew==}
engines: {node: '>=18.0'}
peerDependencies:
+ '@docusaurus/plugin-content-docs': '*'
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/theme-mermaid@3.4.0':
- resolution: {integrity: sha512-3w5QW0HEZ2O6x2w6lU3ZvOe1gNXP2HIoKDMJBil1VmLBc9PmpAG17VmfhI/p3L2etNmOiVs5GgniUqvn8AFEGQ==}
+ '@docusaurus/theme-mermaid@3.5.2':
+ resolution: {integrity: sha512-7vWCnIe/KoyTN1Dc55FIyqO5hJ3YaV08Mr63Zej0L0mX1iGzt+qKSmeVUAJ9/aOalUhF0typV0RmNUSy5FAmCg==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/theme-search-algolia@3.4.0':
- resolution: {integrity: sha512-aiHFx7OCw4Wck1z6IoShVdUWIjntC8FHCw9c5dR8r3q4Ynh+zkS8y2eFFunN/DL6RXPzpnvKCg3vhLQYJDmT9Q==}
+ '@docusaurus/theme-search-algolia@3.5.2':
+ resolution: {integrity: sha512-qW53kp3VzMnEqZGjakaV90sst3iN1o32PH+nawv1uepROO8aEGxptcq2R5rsv7aBShSRbZwIobdvSYKsZ5pqvA==}
engines: {node: '>=18.0'}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/theme-translations@3.4.0':
- resolution: {integrity: sha512-zSxCSpmQCCdQU5Q4CnX/ID8CSUUI3fvmq4hU/GNP/XoAWtXo9SAVnM3TzpU8Gb//H3WCsT8mJcTfyOk3d9ftNg==}
+ '@docusaurus/theme-translations@3.5.2':
+ resolution: {integrity: sha512-GPZLcu4aT1EmqSTmbdpVrDENGR2yObFEX8ssEFYTCiAIVc0EihNSdOIBTazUvgNqwvnoU1A8vIs1xyzc3LITTw==}
engines: {node: '>=18.0'}
- '@docusaurus/types@3.4.0':
- resolution: {integrity: sha512-4jcDO8kXi5Cf9TcyikB/yKmz14f2RZ2qTRerbHAsS+5InE9ZgSLBNLsewtFTcTOXSVcbU3FoGOzcNWAmU1TR0A==}
+ '@docusaurus/tsconfig@3.5.2':
+ resolution: {integrity: sha512-rQ7toURCFnWAIn8ubcquDs0ewhPwviMzxh6WpRjBW7sJVCXb6yzwUaY3HMNa0VXCFw+qkIbFywrMTf+Pb4uHWQ==}
+
+ '@docusaurus/types@3.5.2':
+ resolution: {integrity: sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==}
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
- '@docusaurus/utils-common@3.4.0':
- resolution: {integrity: sha512-NVx54Wr4rCEKsjOH5QEVvxIqVvm+9kh7q8aYTU5WzUU9/Hctd6aTrcZ3G0Id4zYJ+AeaG5K5qHA4CY5Kcm2iyQ==}
+ '@docusaurus/utils-common@3.5.2':
+ resolution: {integrity: sha512-i0AZjHiRgJU6d7faQngIhuHKNrszpL/SHQPgF1zH4H+Ij6E9NBYGy6pkcGWToIv7IVPbs+pQLh1P3whn0gWXVg==}
engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/types': '*'
@@ -1202,12 +1046,12 @@ packages:
'@docusaurus/types':
optional: true
- '@docusaurus/utils-validation@3.4.0':
- resolution: {integrity: sha512-hYQ9fM+AXYVTWxJOT1EuNaRnrR2WGpRdLDQG07O8UOpsvCPWUVOeo26Rbm0JWY2sGLfzAb+tvJ62yF+8F+TV0g==}
+ '@docusaurus/utils-validation@3.5.2':
+ resolution: {integrity: sha512-m+Foq7augzXqB6HufdS139PFxDC5d5q2QKZy8q0qYYvGdI6nnlNsGH4cIGsgBnV7smz+mopl3g4asbSDvMV0jA==}
engines: {node: '>=18.0'}
- '@docusaurus/utils@3.4.0':
- resolution: {integrity: sha512-fRwnu3L3nnWaXOgs88BVBmG1yGjcQqZNHG+vInhEa2Sz2oQB+ZjbEMO5Rh9ePFpZ0YDiDUhpaVjwmS+AU2F14g==}
+ '@docusaurus/utils@3.5.2':
+ resolution: {integrity: sha512-33QvcNFh+Gv+C2dP9Y9xWEzMgf3JzrpL2nW9PopidiohS1nDcyknKRx2DWaFvyVTTYIkkABVSr073VTj/NITNA==}
engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/types': '*'
@@ -1215,23 +1059,46 @@ packages:
'@docusaurus/types':
optional: true
+ '@dual-bundle/import-meta-resolve@4.1.0':
+ resolution: {integrity: sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==}
+
'@eslint-community/eslint-utils@4.4.0':
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.0':
- resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
+ '@eslint-community/regexpp@4.11.1':
+ resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
+ '@eslint/config-array@0.18.0':
+ resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@eslint/core@0.7.0':
+ resolution: {integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@eslint/js@8.57.0':
- resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ '@eslint/eslintrc@3.1.0':
+ resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@eslint/js@9.13.0':
+ resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@eslint/object-schema@2.1.4':
+ resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@eslint/plugin-kit@0.2.1':
+ resolution: {integrity: sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@hapi/hoek@9.3.0':
resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==}
@@ -1239,16 +1106,21 @@ packages:
'@hapi/topo@5.1.0':
resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==}
- '@humanwhocodes/config-array@0.11.14':
- resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
- engines: {node: '>=10.10.0'}
+ '@humanfs/core@0.19.0':
+ resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==}
+ engines: {node: '>=18.18.0'}
+
+ '@humanfs/node@0.16.5':
+ resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==}
+ engines: {node: '>=18.18.0'}
'@humanwhocodes/module-importer@1.0.1':
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
engines: {node: '>=12.22'}
- '@humanwhocodes/object-schema@2.0.2':
- resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
+ '@humanwhocodes/retry@0.3.1':
+ resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
+ engines: {node: '>=18.18'}
'@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
@@ -1262,39 +1134,35 @@ packages:
resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- '@jridgewell/gen-mapping@0.1.1':
- resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==}
- engines: {node: '>=6.0.0'}
-
- '@jridgewell/gen-mapping@0.3.2':
- resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==}
+ '@jridgewell/gen-mapping@0.3.5':
+ resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
engines: {node: '>=6.0.0'}
- '@jridgewell/resolve-uri@3.1.1':
- resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
+ '@jridgewell/resolve-uri@3.1.2':
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines: {node: '>=6.0.0'}
- '@jridgewell/set-array@1.1.1':
- resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==}
+ '@jridgewell/set-array@1.2.1':
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
- '@jridgewell/source-map@0.3.5':
- resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
+ '@jridgewell/source-map@0.3.6':
+ resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
- '@jridgewell/trace-mapping@0.3.20':
- resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==}
+ '@jridgewell/trace-mapping@0.3.25':
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
- '@leichtgewicht/ip-codec@2.0.4':
- resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
+ '@leichtgewicht/ip-codec@2.0.5':
+ resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==}
- '@mdx-js/mdx@3.0.0':
- resolution: {integrity: sha512-Icm0TBKBLYqroYbNW3BPnzMGn+7mwpQOK310aZ7+fkCtiU3aqv2cdcX+nd0Ydo3wI5Rx8bX2Z2QmGb/XcAClCw==}
+ '@mdx-js/mdx@3.1.0':
+ resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==}
- '@mdx-js/react@3.0.0':
- resolution: {integrity: sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==}
+ '@mdx-js/react@3.1.0':
+ resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==}
peerDependencies:
'@types/react': '>=16'
react: '>=16'
@@ -1311,18 +1179,110 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
- '@npmcli/config@8.1.0':
- resolution: {integrity: sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==}
+ '@nolyfill/is-core-module@1.0.39':
+ resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==}
+ engines: {node: '>=12.4.0'}
+
+ '@npmcli/config@8.3.4':
+ resolution: {integrity: sha512-01rtHedemDNhUXdicU7s+QYz/3JyV5Naj84cvdXGH4mgCdL+agmSYaLF4LUG4vMCLzhBO8YtS0gPpH1FGvbgAw==}
engines: {node: ^16.14.0 || >=18.0.0}
- '@npmcli/map-workspaces@3.0.4':
- resolution: {integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==}
+ '@npmcli/git@5.0.8':
+ resolution: {integrity: sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ '@npmcli/map-workspaces@3.0.6':
+ resolution: {integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
'@npmcli/name-from-folder@2.0.0':
resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ '@npmcli/package-json@5.2.1':
+ resolution: {integrity: sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ '@npmcli/promise-spawn@7.0.2':
+ resolution: {integrity: sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ '@parcel/watcher-android-arm64@2.4.1':
+ resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ '@parcel/watcher-darwin-arm64@2.4.1':
+ resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@parcel/watcher-darwin-x64@2.4.1':
+ resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@parcel/watcher-freebsd-x64@2.4.1':
+ resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
+ resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
+ resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
+ resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
+ resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
+ '@parcel/watcher-linux-x64-musl@2.4.1':
+ resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
+ '@parcel/watcher-win32-arm64@2.4.1':
+ resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@parcel/watcher-win32-ia32@2.4.1':
+ resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@parcel/watcher-win32-x64@2.4.1':
+ resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ '@parcel/watcher@2.4.1':
+ resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==}
+ engines: {node: '>= 10.0.0'}
+
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
@@ -1339,15 +1299,18 @@ packages:
resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==}
engines: {node: '>=12.22.0'}
- '@pnpm/npm-conf@2.2.2':
- resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==}
+ '@pnpm/npm-conf@2.3.1':
+ resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==}
engines: {node: '>=12'}
- '@polka/url@1.0.0-next.21':
- resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
+ '@polka/url@1.0.0-next.28':
+ resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
- '@sideway/address@4.1.4':
- resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
+ '@rtsao/scc@1.1.0':
+ resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==}
+
+ '@sideway/address@4.1.5':
+ resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==}
'@sideway/formula@3.0.1':
resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==}
@@ -1486,26 +1449,26 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- '@tsconfig/docusaurus@2.0.2':
- resolution: {integrity: sha512-12HWfYmgUl4M2o76/TFufGtI68wl2k/b8qPrIrG7ci9YJLrpAtadpy897Bz5v29Mlkr7a1Hq4KHdQTKtU+2rhQ==}
-
'@types/acorn@4.0.6':
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
- '@types/body-parser@1.19.2':
- resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
+ '@types/body-parser@1.19.5':
+ resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==}
- '@types/bonjour@3.5.10':
- resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
+ '@types/bonjour@3.5.13':
+ resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==}
'@types/concat-stream@2.0.3':
resolution: {integrity: sha512-3qe4oQAPNwVNwK4C9c8u+VJqv9kez+2MR4qJpoPFfXtgxxif1QbFusvXzK0/Wra2VX07smostI2VMmJNSpZjuQ==}
- '@types/connect-history-api-fallback@1.3.5':
- resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
+ '@types/connect-history-api-fallback@1.5.4':
+ resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==}
- '@types/connect@3.4.35':
- resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
+ '@types/connect@3.4.38':
+ resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
+
+ '@types/conventional-commits-parser@5.0.0':
+ resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==}
'@types/d3-scale-chromatic@3.0.3':
resolution: {integrity: sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==}
@@ -1516,35 +1479,32 @@ packages:
'@types/d3-time@3.0.3':
resolution: {integrity: sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==}
- '@types/debug@4.1.7':
- resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==}
-
- '@types/eslint-scope@3.7.3':
- resolution: {integrity: sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==}
+ '@types/debug@4.1.12':
+ resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
- '@types/eslint@8.4.3':
- resolution: {integrity: sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw==}
+ '@types/eslint@9.6.1':
+ resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
- '@types/estree-jsx@1.0.3':
- resolution: {integrity: sha512-pvQ+TKeRHeiUGRhvYwRrQ/ISnohKkSJR14fT2yqyZ4e9K5vqc7hrtY2Y1Dw0ZwAzQ6DQsxsaCUuSIIi8v0Cq6w==}
+ '@types/estree-jsx@1.0.5':
+ resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
- '@types/estree@0.0.51':
- resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
+ '@types/estree@1.0.6':
+ resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
- '@types/estree@1.0.5':
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
+ '@types/express-serve-static-core@4.19.6':
+ resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==}
- '@types/express-serve-static-core@4.17.28':
- resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
+ '@types/express-serve-static-core@5.0.0':
+ resolution: {integrity: sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==}
- '@types/express@4.17.13':
- resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==}
+ '@types/express@4.17.21':
+ resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==}
'@types/gtag.js@0.0.12':
resolution: {integrity: sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==}
- '@types/hast@3.0.3':
- resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==}
+ '@types/hast@3.0.4':
+ resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
'@types/history@4.7.11':
resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==}
@@ -1555,8 +1515,11 @@ packages:
'@types/http-cache-semantics@4.0.4':
resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
- '@types/http-proxy@1.17.9':
- resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==}
+ '@types/http-errors@2.0.4':
+ resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==}
+
+ '@types/http-proxy@1.17.15':
+ resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==}
'@types/is-empty@1.2.3':
resolution: {integrity: sha512-4J1l5d79hoIvsrKh5VUKVRA1aIdsOb10Hu5j3J2VfP/msDnfTdGPmNp2E1Wg+vs97Bktzo+MZePFFXSGoykYJw==}
@@ -1576,107 +1539,98 @@ packages:
'@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
- '@types/mdast@3.0.10':
- resolution: {integrity: sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==}
-
- '@types/mdast@4.0.3':
- resolution: {integrity: sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==}
+ '@types/mdast@3.0.15':
+ resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==}
- '@types/mdx@2.0.10':
- resolution: {integrity: sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg==}
+ '@types/mdast@4.0.4':
+ resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
- '@types/mime@1.3.2':
- resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
+ '@types/mdx@2.0.13':
+ resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
- '@types/minimist@1.2.2':
- resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
+ '@types/mime@1.3.5':
+ resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
- '@types/ms@0.7.31':
- resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
+ '@types/ms@0.7.34':
+ resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
- '@types/node-forge@1.3.10':
- resolution: {integrity: sha512-y6PJDYN4xYBxwd22l+OVH35N+1fCYWiuC3aiP2SlXVE6Lo7SS+rSx9r89hLxrP4pn6n1lBGhHJ12pj3F3Mpttw==}
+ '@types/node-forge@1.3.11':
+ resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
- '@types/node@17.0.42':
- resolution: {integrity: sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==}
+ '@types/node@17.0.45':
+ resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
- '@types/node@18.18.11':
- resolution: {integrity: sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==}
+ '@types/node@20.17.0':
+ resolution: {integrity: sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==}
- '@types/node@20.11.16':
- resolution: {integrity: sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==}
+ '@types/normalize-package-data@2.4.4':
+ resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
- '@types/normalize-package-data@2.4.1':
- resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
+ '@types/parse-json@4.0.2':
+ resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
- '@types/parse-json@4.0.0':
- resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
+ '@types/prismjs@1.26.5':
+ resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==}
- '@types/prismjs@1.26.3':
- resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==}
+ '@types/prop-types@15.7.13':
+ resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
- '@types/prop-types@15.7.5':
- resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
+ '@types/qs@6.9.16':
+ resolution: {integrity: sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==}
- '@types/qs@6.9.7':
- resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
+ '@types/range-parser@1.2.7':
+ resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
- '@types/range-parser@1.2.4':
- resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
-
- '@types/react-router-config@5.0.10':
- resolution: {integrity: sha512-Wn6c/tXdEgi9adCMtDwx8Q2vGty6TsPTc/wCQQ9kAlye8UqFxj0vGFWWuhywNfkwqth+SOgJxQTLTZukrqDQmQ==}
+ '@types/react-router-config@5.0.11':
+ resolution: {integrity: sha512-WmSAg7WgqW7m4x8Mt4N6ZyKz0BubSj/2tVUMsAHp+Yd2AMwcSbeFq9WympT19p5heCFmF97R9eD5uUR/t4HEqw==}
'@types/react-router-dom@5.3.3':
resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==}
- '@types/react-router@5.1.18':
- resolution: {integrity: sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==}
+ '@types/react-router@5.1.20':
+ resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==}
- '@types/react@18.2.38':
- resolution: {integrity: sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==}
+ '@types/react@18.3.12':
+ resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==}
'@types/retry@0.12.0':
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
- '@types/sax@1.2.4':
- resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==}
-
- '@types/scheduler@0.16.2':
- resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==}
+ '@types/sax@1.2.7':
+ resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
- '@types/semver@7.5.8':
- resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
+ '@types/send@0.17.4':
+ resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
- '@types/serve-index@1.9.1':
- resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==}
+ '@types/serve-index@1.9.4':
+ resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==}
- '@types/serve-static@1.13.10':
- resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
+ '@types/serve-static@1.15.7':
+ resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==}
- '@types/sockjs@0.3.33':
- resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
+ '@types/sockjs@0.3.36':
+ resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==}
'@types/supports-color@8.1.3':
resolution: {integrity: sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==}
- '@types/unist@2.0.6':
- resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
+ '@types/unist@2.0.11':
+ resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
- '@types/unist@3.0.2':
- resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}
+ '@types/unist@3.0.3':
+ resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
- '@types/ws@8.5.10':
- resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==}
+ '@types/ws@8.5.12':
+ resolution: {integrity: sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==}
'@types/yargs-parser@21.0.3':
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
- '@types/yargs@17.0.32':
- resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==}
+ '@types/yargs@17.0.33':
+ resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==}
- '@typescript-eslint/eslint-plugin@7.7.0':
- resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==}
+ '@typescript-eslint/eslint-plugin@7.18.0':
+ resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -1686,8 +1640,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.7.0':
- resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==}
+ '@typescript-eslint/parser@7.18.0':
+ resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -1696,12 +1650,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.7.0':
- resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==}
+ '@typescript-eslint/scope-manager@7.18.0':
+ resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.7.0':
- resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==}
+ '@typescript-eslint/type-utils@7.18.0':
+ resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -1710,12 +1664,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@7.7.0':
- resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==}
+ '@typescript-eslint/types@7.18.0':
+ resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/typescript-estree@7.7.0':
- resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==}
+ '@typescript-eslint/typescript-estree@7.18.0':
+ resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -1723,108 +1677,63 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.7.0':
- resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==}
+ '@typescript-eslint/utils@7.18.0':
+ resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@7.7.0':
- resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==}
+ '@typescript-eslint/visitor-keys@7.18.0':
+ resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
engines: {node: ^18.18.0 || >=20.0.0}
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@webassemblyjs/ast@1.11.1':
- resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==}
-
- '@webassemblyjs/ast@1.11.6':
- resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==}
-
- '@webassemblyjs/floating-point-hex-parser@1.11.1':
- resolution: {integrity: sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==}
+ '@webassemblyjs/ast@1.12.1':
+ resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==}
'@webassemblyjs/floating-point-hex-parser@1.11.6':
resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==}
- '@webassemblyjs/helper-api-error@1.11.1':
- resolution: {integrity: sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==}
-
'@webassemblyjs/helper-api-error@1.11.6':
resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==}
- '@webassemblyjs/helper-buffer@1.11.1':
- resolution: {integrity: sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==}
-
- '@webassemblyjs/helper-buffer@1.11.6':
- resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==}
-
- '@webassemblyjs/helper-numbers@1.11.1':
- resolution: {integrity: sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==}
+ '@webassemblyjs/helper-buffer@1.12.1':
+ resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==}
'@webassemblyjs/helper-numbers@1.11.6':
resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==}
- '@webassemblyjs/helper-wasm-bytecode@1.11.1':
- resolution: {integrity: sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==}
-
'@webassemblyjs/helper-wasm-bytecode@1.11.6':
resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==}
- '@webassemblyjs/helper-wasm-section@1.11.1':
- resolution: {integrity: sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==}
-
- '@webassemblyjs/helper-wasm-section@1.11.6':
- resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==}
-
- '@webassemblyjs/ieee754@1.11.1':
- resolution: {integrity: sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==}
+ '@webassemblyjs/helper-wasm-section@1.12.1':
+ resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==}
'@webassemblyjs/ieee754@1.11.6':
resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==}
- '@webassemblyjs/leb128@1.11.1':
- resolution: {integrity: sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==}
-
'@webassemblyjs/leb128@1.11.6':
resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==}
- '@webassemblyjs/utf8@1.11.1':
- resolution: {integrity: sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==}
-
'@webassemblyjs/utf8@1.11.6':
resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==}
- '@webassemblyjs/wasm-edit@1.11.1':
- resolution: {integrity: sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==}
-
- '@webassemblyjs/wasm-edit@1.11.6':
- resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==}
-
- '@webassemblyjs/wasm-gen@1.11.1':
- resolution: {integrity: sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==}
-
- '@webassemblyjs/wasm-gen@1.11.6':
- resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==}
-
- '@webassemblyjs/wasm-opt@1.11.1':
- resolution: {integrity: sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==}
+ '@webassemblyjs/wasm-edit@1.12.1':
+ resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==}
- '@webassemblyjs/wasm-opt@1.11.6':
- resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==}
+ '@webassemblyjs/wasm-gen@1.12.1':
+ resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==}
- '@webassemblyjs/wasm-parser@1.11.1':
- resolution: {integrity: sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==}
+ '@webassemblyjs/wasm-opt@1.12.1':
+ resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==}
- '@webassemblyjs/wasm-parser@1.11.6':
- resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==}
+ '@webassemblyjs/wasm-parser@1.12.1':
+ resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==}
- '@webassemblyjs/wast-printer@1.11.1':
- resolution: {integrity: sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==}
-
- '@webassemblyjs/wast-printer@1.11.6':
- resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==}
+ '@webassemblyjs/wast-printer@1.12.1':
+ resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==}
'@xtuc/ieee754@1.2.0':
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
@@ -1844,13 +1753,8 @@ packages:
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
engines: {node: '>= 0.6'}
- acorn-import-assertions@1.8.0:
- resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==}
- peerDependencies:
- acorn: ^8
-
- acorn-import-assertions@1.9.0:
- resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
+ acorn-import-attributes@1.9.5:
+ resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
peerDependencies:
acorn: ^8
@@ -1859,22 +1763,17 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn-walk@8.2.0:
- resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
+ acorn-walk@8.3.4:
+ resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
engines: {node: '>=0.4.0'}
- acorn@8.11.3:
- resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
+ acorn@8.13.0:
+ resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
engines: {node: '>=0.4.0'}
hasBin: true
- acorn@8.7.1:
- resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==}
- engines: {node: '>=0.4.0'}
- hasBin: true
-
- address@1.2.0:
- resolution: {integrity: sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==}
+ address@1.2.2:
+ resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}
engines: {node: '>= 10.0.0'}
aggregate-error@3.1.0:
@@ -1902,23 +1801,23 @@ packages:
ajv@6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
- ajv@8.11.0:
- resolution: {integrity: sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==}
+ ajv@8.17.1:
+ resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- algoliasearch-helper@3.15.0:
- resolution: {integrity: sha512-DGUnK3TGtDQsaUE4ayF/LjSN0DGsuYThB8WBgnnDY0Wq04K6lNVruO3LfqJOgSfDiezp+Iyt8Tj4YKHi+/ivSA==}
+ algoliasearch-helper@3.22.5:
+ resolution: {integrity: sha512-lWvhdnc+aKOKx8jyA3bsdEgHzm/sglC4cYdMG4xSQyRiPLJVJtH/IVYZG3Hp6PkTEhQqhyVYkeP9z2IlcHJsWw==}
peerDependencies:
algoliasearch: '>= 3.1 < 6'
- algoliasearch@4.20.0:
- resolution: {integrity: sha512-y+UHEjnOItoNy0bYO+WWmLWBlPwDjKHW6mNHrPi0NkuhpQOOEbrkwQH/wgKFDLh7qlKjzoKeiRtlpewDPDG23g==}
+ algoliasearch@4.24.0:
+ resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==}
ansi-align@3.0.1:
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
- ansi-escapes@5.0.0:
- resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==}
- engines: {node: '>=12'}
+ ansi-escapes@7.0.0:
+ resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==}
+ engines: {node: '>=18'}
ansi-html-community@0.0.8:
resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
@@ -1929,8 +1828,8 @@ packages:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- ansi-regex@6.0.1:
- resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ ansi-regex@6.1.0:
+ resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
engines: {node: '>=12'}
ansi-styles@3.2.1:
@@ -1941,12 +1840,12 @@ packages:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines: {node: '>=8'}
- ansi-styles@6.1.0:
- resolution: {integrity: sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==}
+ ansi-styles@6.2.1:
+ resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
engines: {node: '>=12'}
- anymatch@3.1.2:
- resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
+ anymatch@3.1.3:
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines: {node: '>= 8'}
arg@5.0.2:
@@ -1958,8 +1857,9 @@ packages:
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
- aria-query@5.3.0:
- resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
+ aria-query@5.3.2:
+ resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
+ engines: {node: '>= 0.4'}
array-buffer-byte-length@1.0.1:
resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==}
@@ -1968,30 +1868,23 @@ packages:
array-flatten@1.1.1:
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
- array-flatten@2.1.2:
- resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==}
-
array-ify@1.0.0:
resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
- array-includes@3.1.7:
- resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==}
+ array-includes@3.1.8:
+ resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==}
engines: {node: '>= 0.4'}
array-union@2.1.0:
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
engines: {node: '>=8'}
- array.prototype.filter@1.0.3:
- resolution: {integrity: sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==}
- engines: {node: '>= 0.4'}
-
array.prototype.findlast@1.2.5:
resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==}
engines: {node: '>= 0.4'}
- array.prototype.findlastindex@1.2.3:
- resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==}
+ array.prototype.findlastindex@1.2.5:
+ resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==}
engines: {node: '>= 0.4'}
array.prototype.flat@1.3.2:
@@ -2002,20 +1895,14 @@ packages:
resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==}
engines: {node: '>= 0.4'}
- array.prototype.toreversed@1.1.2:
- resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==}
-
- array.prototype.tosorted@1.1.3:
- resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==}
+ array.prototype.tosorted@1.1.4:
+ resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==}
+ engines: {node: '>= 0.4'}
arraybuffer.prototype.slice@1.0.3:
resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==}
engines: {node: '>= 0.4'}
- arrify@1.0.1:
- resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==}
- engines: {node: '>=0.10.0'}
-
ast-types-flow@0.0.8:
resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==}
@@ -2023,13 +1910,10 @@ packages:
resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==}
engines: {node: '>=8'}
- astring@1.8.3:
- resolution: {integrity: sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A==}
+ astring@1.9.0:
+ resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
hasBin: true
- asynciterator.prototype@1.0.0:
- resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==}
-
asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
@@ -2037,33 +1921,30 @@ packages:
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
engines: {node: '>= 4.0.0'}
- autoprefixer@10.4.19:
- resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
+ autoprefixer@10.4.20:
+ resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
- available-typed-arrays@1.0.6:
- resolution: {integrity: sha512-j1QzY8iPNPG4o4xmO3ptzpRxTciqD3MgEHtifP/YnJpIo58Xu+ne4BejlbkuaLfXn/nz6HFiw29bLpj2PNMdGg==}
- engines: {node: '>= 0.4'}
-
available-typed-arrays@1.0.7:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
- axe-core@4.7.0:
- resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==}
+ axe-core@4.10.2:
+ resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==}
engines: {node: '>=4'}
- axios@1.6.8:
- resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==}
+ axios@1.7.7:
+ resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
- axobject-query@3.2.1:
- resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==}
+ axobject-query@4.1.0:
+ resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
+ engines: {node: '>= 0.4'}
- babel-loader@9.1.3:
- resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
+ babel-loader@9.2.1:
+ resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==}
engines: {node: '>= 14.15.0'}
peerDependencies:
'@babel/core': ^7.12.0
@@ -2072,18 +1953,18 @@ packages:
babel-plugin-dynamic-import-node@2.3.3:
resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==}
- babel-plugin-polyfill-corejs2@0.4.6:
- resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==}
+ babel-plugin-polyfill-corejs2@0.4.11:
+ resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.8.6:
- resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==}
+ babel-plugin-polyfill-corejs3@0.10.6:
+ resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-regenerator@0.5.3:
- resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==}
+ babel-plugin-polyfill-regenerator@0.6.2:
+ resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -2102,16 +1983,16 @@ packages:
big.js@5.2.2:
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
- binary-extensions@2.2.0:
- resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
+ binary-extensions@2.3.0:
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
engines: {node: '>=8'}
- body-parser@1.20.2:
- resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==}
+ body-parser@1.20.3:
+ resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
- bonjour-service@1.0.13:
- resolution: {integrity: sha512-LWKRU/7EqDUC9CTAQtuZl5HzBALoCYwtLhffW3et7vZMwv3bWLpJf8bRYlMD5OCcDpTfnPgNCV4yo9ZIaJGMiA==}
+ bonjour-service@1.2.1:
+ resolution: {integrity: sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==}
boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
@@ -2130,17 +2011,12 @@ packages:
brace-expansion@2.0.1:
resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
- braces@3.0.2:
- resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
+ braces@3.0.3:
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.20.4:
- resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==}
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
- hasBin: true
-
- browserslist@4.23.0:
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
+ browserslist@4.24.2:
+ resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -2178,18 +2054,6 @@ packages:
camel-case@4.1.2:
resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==}
- camelcase-keys@6.2.2:
- resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==}
- engines: {node: '>=8'}
-
- camelcase-keys@7.0.2:
- resolution: {integrity: sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==}
- engines: {node: '>=12'}
-
- camelcase@5.3.1:
- resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
- engines: {node: '>=6'}
-
camelcase@6.3.0:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
@@ -2201,8 +2065,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001611:
- resolution: {integrity: sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==}
+ caniuse-lite@1.0.30001669:
+ resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -2251,12 +2115,16 @@ packages:
resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==}
engines: {node: '>= 6'}
- chokidar@3.5.3:
- resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
+ chokidar@3.6.0:
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
- chrome-trace-event@1.0.3:
- resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
+ chokidar@4.0.1:
+ resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
+ engines: {node: '>= 14.16.0'}
+
+ chrome-trace-event@1.0.4:
+ resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
engines: {node: '>=6.0'}
ci-info@3.9.0:
@@ -2267,8 +2135,8 @@ packages:
resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==}
engines: {node: '>=8'}
- clean-css@5.3.2:
- resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==}
+ clean-css@5.3.3:
+ resolution: {integrity: sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==}
engines: {node: '>= 10.0'}
clean-regexp@1.0.0:
@@ -2283,27 +2151,28 @@ packages:
resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
engines: {node: '>=10'}
- cli-cursor@4.0.0:
- resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ cli-cursor@5.0.0:
+ resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
+ engines: {node: '>=18'}
- cli-table3@0.6.3:
- resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==}
+ cli-table3@0.6.5:
+ resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
engines: {node: 10.* || >= 12.*}
- cli-truncate@3.1.0:
- resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ cli-truncate@4.0.0:
+ resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==}
+ engines: {node: '>=18'}
- cliui@7.0.4:
- resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==}
+ cliui@8.0.1:
+ resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
+ engines: {node: '>=12'}
clone-deep@4.0.1:
resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
engines: {node: '>=6'}
- clsx@2.0.0:
- resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==}
+ clsx@2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
engines: {node: '>=6'}
collapse-white-space@2.1.0:
@@ -2328,8 +2197,8 @@ packages:
colorette@2.0.20:
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
- combine-promises@1.1.0:
- resolution: {integrity: sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==}
+ combine-promises@1.2.0:
+ resolution: {integrity: sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==}
engines: {node: '>=10'}
combined-stream@1.0.8:
@@ -2343,9 +2212,9 @@ packages:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
- commander@11.1.0:
- resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
- engines: {node: '>=16'}
+ commander@12.1.0:
+ resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
+ engines: {node: '>=18'}
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
@@ -2377,7 +2246,7 @@ packages:
engines: {node: '>= 0.8.0'}
concat-map@0.0.1:
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
+ resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
concat-stream@2.0.0:
resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==}
@@ -2425,17 +2294,14 @@ packages:
engines: {node: '>=16'}
hasBin: true
- convert-source-map@1.8.0:
- resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==}
-
convert-source-map@2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
cookie-signature@1.0.6:
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
- cookie@0.6.0:
- resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
+ cookie@0.7.1:
+ resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
engines: {node: '>= 0.6'}
copy-text-to-clipboard@3.2.0:
@@ -2448,18 +2314,14 @@ packages:
peerDependencies:
webpack: ^5.1.0
- core-js-compat@3.37.0:
- resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==}
-
- core-js-pure@3.33.3:
- resolution: {integrity: sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==}
+ core-js-compat@3.38.1:
+ resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==}
- core-js@3.23.0:
- resolution: {integrity: sha512-v2/hZoRcRrvQiBoGsHwmRdr+S4oICKcjA6xb2qjVurin6TpcDC1X2CIDa8rdu/d5n8RT/Sdoos2IlnpQ1rXs5A==}
- deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
+ core-js-pure@3.38.1:
+ resolution: {integrity: sha512-BY8Etc1FZqdw1glX0XNOq2FDwfrg/VGqoZOZCdaL+UmdaqDwQwYXkMJT4t6In+zfEfOJDcM9T0KdbBeJg8KKCQ==}
- core-js@3.33.3:
- resolution: {integrity: sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==}
+ core-js@3.38.1:
+ resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -2467,11 +2329,8 @@ packages:
cose-base@1.0.3:
resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==}
- cose-base@2.2.0:
- resolution: {integrity: sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==}
-
- cosmiconfig-typescript-loader@5.0.0:
- resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
+ cosmiconfig-typescript-loader@5.1.0:
+ resolution: {integrity: sha512-7PtBB+6FdsOvZyJtlF3hEPpACq7RQX6BVGsgC7/lfVXnKMvNCu/XY3ykreqG5w/rBNdu2z8LCIKoF3kpHHdHlA==}
engines: {node: '>=v16'}
peerDependencies:
'@types/node': '*'
@@ -2491,6 +2350,15 @@ packages:
typescript:
optional: true
+ cosmiconfig@9.0.0:
+ resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ typescript: '>=4.9.5'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
create-eslint-index@1.0.0:
resolution: {integrity: sha512-nXvJjnfDytOOaPOonX0h0a1ggMoqrhdekGeZkD6hkcWYvlCWhU719tKFVh8eU04CnMwu3uwe1JjwuUF2C3k2qg==}
engines: {node: '>=4.0.0'}
@@ -2509,15 +2377,21 @@ packages:
peerDependencies:
postcss: ^8.0.9
- css-functions-list@3.2.1:
- resolution: {integrity: sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==}
+ css-functions-list@3.2.3:
+ resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==}
engines: {node: '>=12 || >=16'}
- css-loader@6.8.1:
- resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==}
+ css-loader@6.11.0:
+ resolution: {integrity: sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==}
engines: {node: '>= 12.13.0'}
peerDependencies:
+ '@rspack/core': 0.x || 1.x
webpack: ^5.0.0
+ peerDependenciesMeta:
+ '@rspack/core':
+ optional: true
+ webpack:
+ optional: true
css-minimizer-webpack-plugin@5.0.1:
resolution: {integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==}
@@ -2558,6 +2432,10 @@ packages:
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
+ css-tree@3.0.0:
+ resolution: {integrity: sha512-o88DVQ6GzsABn1+6+zo2ct801dBO5OASVyxbbvA2W20ue2puSh/VOuqUj90eUeMSX/xqGqBmOKiRQN7tJOuBXw==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
+
css-what@6.1.0:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
@@ -2595,28 +2473,23 @@ packages:
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
- csstype@3.1.1:
- resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==}
+ csstype@3.1.3:
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
cytoscape-cose-bilkent@4.1.0:
resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==}
peerDependencies:
cytoscape: ^3.2.0
- cytoscape-fcose@2.2.0:
- resolution: {integrity: sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==}
- peerDependencies:
- cytoscape: ^3.2.0
-
- cytoscape@3.27.0:
- resolution: {integrity: sha512-pPZJilfX9BxESwujODz5pydeGi+FBrXq1rcaB1mfhFXXFJ9GjE6CNndAk+8jPzoXGD+16LtSS4xlYEIUiW4Abg==}
+ cytoscape@3.30.3:
+ resolution: {integrity: sha512-HncJ9gGJbVtw7YXtIs3+6YAFSSiKsom0amWc33Z7QbylbY2JGMrA0yz4EwrdTScZxnwclXeEZHzO5pxoy0ZE4g==}
engines: {node: '>=0.10'}
d3-array@2.12.1:
resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==}
- d3-array@3.2.1:
- resolution: {integrity: sha512-gUY/qeHq/yNqqoCKNq4vtpFLdoCdvyNpWoC/KNjhGbhDuQpAM9sIQQKkXSNpXa9h5KySs/gzm7R88WkUutgwWQ==}
+ d3-array@3.2.4:
+ resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
engines: {node: '>=12'}
d3-axis@3.0.0:
@@ -2635,12 +2508,12 @@ packages:
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
engines: {node: '>=12'}
- d3-contour@4.0.0:
- resolution: {integrity: sha512-7aQo0QHUTu/Ko3cP9YK9yUTxtoDEiDGwnBHyLxG5M4vqlBkO/uixMRele3nfsfj6UXOcuReVpVXzAboGraYIJw==}
+ d3-contour@4.0.2:
+ resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==}
engines: {node: '>=12'}
- d3-delaunay@6.0.2:
- resolution: {integrity: sha512-IMLNldruDQScrcfT+MWnazhHbDJhcRJyOEBAJfwQnHle1RPh6WDuLvxNArUju2VSMSUuKlY5BGHRJ2cYyoFLQQ==}
+ d3-delaunay@6.0.4:
+ resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==}
engines: {node: '>=12'}
d3-dispatch@3.0.1:
@@ -2672,8 +2545,8 @@ packages:
resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
engines: {node: '>=12'}
- d3-geo@3.1.0:
- resolution: {integrity: sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==}
+ d3-geo@3.1.1:
+ resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==}
engines: {node: '>=12'}
d3-hierarchy@3.1.2:
@@ -2706,8 +2579,8 @@ packages:
d3-sankey@0.12.3:
resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==}
- d3-scale-chromatic@3.0.0:
- resolution: {integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==}
+ d3-scale-chromatic@3.1.0:
+ resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==}
engines: {node: '>=12'}
d3-scale@4.0.2:
@@ -2747,8 +2620,8 @@ packages:
resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==}
engines: {node: '>=12'}
- d3@7.8.5:
- resolution: {integrity: sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==}
+ d3@7.9.0:
+ resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==}
engines: {node: '>=12'}
dagre-d3-es@7.0.10:
@@ -2757,9 +2630,9 @@ packages:
damerau-levenshtein@1.0.8:
resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==}
- dargs@7.0.0:
- resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
- engines: {node: '>=8'}
+ dargs@8.1.0:
+ resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==}
+ engines: {node: '>=12'}
data-view-buffer@1.0.1:
resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==}
@@ -2773,8 +2646,8 @@ packages:
resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==}
engines: {node: '>= 0.4'}
- dayjs@1.11.10:
- resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==}
+ dayjs@1.11.13:
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
debounce@1.2.1:
resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==}
@@ -2795,8 +2668,8 @@ packages:
supports-color:
optional: true
- debug@4.3.4:
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
+ debug@4.3.7:
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -2804,18 +2677,6 @@ packages:
supports-color:
optional: true
- decamelize-keys@1.1.0:
- resolution: {integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==}
- engines: {node: '>=0.10.0'}
-
- decamelize@1.2.0:
- resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
- engines: {node: '>=0.10.0'}
-
- decamelize@5.0.1:
- resolution: {integrity: sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==}
- engines: {node: '>=10'}
-
decode-named-character-reference@1.0.2:
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
@@ -2858,8 +2719,8 @@ packages:
resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==}
engines: {node: '>=10'}
- delaunator@5.0.0:
- resolution: {integrity: sha512-AyLvtyJdbv/U1GkiS6gUUzclRoAY4Gs75qkMygJJhU75LW4DNuSF2RMzpxs9jw9Oz1BobHjTdkG3zdP55VxAqw==}
+ delaunator@5.0.1:
+ resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==}
delayed-stream@1.0.0:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
@@ -2881,6 +2742,11 @@ packages:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
+ detect-libc@1.0.3:
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
detect-node@2.1.0:
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
@@ -2889,36 +2755,30 @@ packages:
engines: {node: '>= 4.2.1'}
hasBin: true
- detect-port@1.5.1:
- resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==}
+ detect-port@1.6.1:
+ resolution: {integrity: sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==}
+ engines: {node: '>= 4.0.0'}
hasBin: true
devlop@1.1.0:
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
- diff@5.1.0:
- resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==}
+ diff@5.2.0:
+ resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==}
engines: {node: '>=0.3.1'}
dir-glob@3.0.1:
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
engines: {node: '>=8'}
- dns-equal@1.0.0:
- resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==}
-
- dns-packet@5.6.0:
- resolution: {integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==}
+ dns-packet@5.6.1:
+ resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==}
engines: {node: '>=6'}
doctrine@2.1.0:
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
engines: {node: '>=0.10.0'}
- doctrine@3.0.0:
- resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
- engines: {node: '>=6.0.0'}
-
docusaurus-plugin-remote-content@4.0.0:
resolution: {integrity: sha512-e+gBmNdgOwA+7u6O2kk/u1w4ET23j8OIF6OiOWV6EoKHJJ/w/8U5smkHNlrQC3hQOltxE2NRC1jbsG7wfS+d3w==}
engines: {node: '>=18'}
@@ -2951,14 +2811,14 @@ packages:
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
engines: {node: '>= 4'}
- dompurify@3.0.6:
- resolution: {integrity: sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==}
+ dompurify@3.1.6:
+ resolution: {integrity: sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==}
domutils@2.8.0:
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
- domutils@3.0.1:
- resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==}
+ domutils@3.1.0:
+ resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
dot-case@3.0.4:
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
@@ -2980,14 +2840,14 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.4.744:
- resolution: {integrity: sha512-nAGcF0yeKKfrP13LMFr5U1eghfFSvFLg302VUFzWlcjPOnUYd52yU5x6PBYrujhNbc4jYmZFrGZFK+xasaEzVA==}
+ electron-to-chromium@1.5.45:
+ resolution: {integrity: sha512-vOzZS6uZwhhbkZbcRyiy99Wg+pYFV5hk+5YaECvx0+Z31NR3Tt5zS6dze2OepT6PCTzVzT0dIJItti+uAW5zmw==}
- elkjs@0.8.2:
- resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==}
+ elkjs@0.9.3:
+ resolution: {integrity: sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==}
- emoji-regex@10.3.0:
- resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
+ emoji-regex@10.4.0:
+ resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -3002,15 +2862,19 @@ packages:
resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
engines: {node: '>= 4'}
- emoticon@4.0.1:
- resolution: {integrity: sha512-dqx7eA9YaqyvYtUhJwT4rC1HIp82j5ybS1/vQ42ur+jBe17dJMwZE4+gvL1XadSFfxaPFFGt3Xsw+Y8akThDlw==}
+ emoticon@4.1.0:
+ resolution: {integrity: sha512-VWZfnxqwNcc51hIy/sbOdEem6D+cVtpPzEEtVAFdaas30+1dgkyaOQ4sQ6Bp0tOMqWO1v+HQfYaoodOkdhK6SQ==}
encodeurl@1.0.2:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
- enhanced-resolve@5.15.0:
- resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
+ encodeurl@2.0.0:
+ resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
+ engines: {node: '>= 0.8'}
+
+ enhanced-resolve@5.17.1:
+ resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==}
engines: {node: '>=10.13.0'}
entities@2.2.0:
@@ -3020,20 +2884,24 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
+ env-paths@2.2.1:
+ resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
+ engines: {node: '>=6'}
+
+ environment@1.1.0:
+ resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
+ engines: {node: '>=18'}
+
+ err-code@2.0.3:
+ resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
+
error-ex@1.3.2:
resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
- es-abstract@1.22.3:
- resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==}
- engines: {node: '>= 0.4'}
-
es-abstract@1.23.3:
resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==}
engines: {node: '>= 0.4'}
- es-array-method-boxes-properly@1.0.0:
- resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==}
-
es-define-property@1.0.0:
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
engines: {node: '>= 0.4'}
@@ -3042,27 +2910,17 @@ packages:
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines: {node: '>= 0.4'}
- es-iterator-helpers@1.0.15:
- resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==}
-
- es-iterator-helpers@1.0.18:
- resolution: {integrity: sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==}
+ es-iterator-helpers@1.1.0:
+ resolution: {integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==}
engines: {node: '>= 0.4'}
- es-module-lexer@0.9.3:
- resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==}
-
- es-module-lexer@1.4.1:
- resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==}
+ es-module-lexer@1.5.4:
+ resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
es-object-atoms@1.0.0:
resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==}
engines: {node: '>= 0.4'}
- es-set-tostringtag@2.0.2:
- resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
- engines: {node: '>= 0.4'}
-
es-set-tostringtag@2.0.3:
resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==}
engines: {node: '>= 0.4'}
@@ -3074,8 +2932,14 @@ packages:
resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==}
engines: {node: '>= 0.4'}
- escalade@3.1.1:
- resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
+ esast-util-from-estree@2.0.0:
+ resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==}
+
+ esast-util-from-js@2.0.1:
+ resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==}
+
+ escalade@3.2.0:
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
escape-goat@4.0.0:
@@ -3101,8 +2965,8 @@ packages:
resolution: {integrity: sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==}
engines: {node: '>=4'}
- eslint-compat-utils@0.5.0:
- resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==}
+ eslint-compat-utils@0.5.1:
+ resolution: {integrity: sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==}
engines: {node: '>=12'}
peerDependencies:
eslint: '>=6.0.0'
@@ -3139,12 +3003,18 @@ packages:
eslint-import-resolver-node@0.3.9:
resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==}
- eslint-import-resolver-typescript@3.6.1:
- resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==}
+ eslint-import-resolver-typescript@3.6.3:
+ resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
eslint: '*'
eslint-plugin-import: '*'
+ eslint-plugin-import-x: '*'
+ peerDependenciesMeta:
+ eslint-plugin-import:
+ optional: true
+ eslint-plugin-import-x:
+ optional: true
eslint-mdx@3.1.5:
resolution: {integrity: sha512-ynztX0k7CQ3iDL7fDEIeg3g0O/d6QPv7IBI9fdYLhXp5fAp0fi8X22xF/D3+Pk0f90R27uwqa1clHpay6t0l8Q==}
@@ -3152,8 +3022,8 @@ packages:
peerDependencies:
eslint: '>=8.0.0'
- eslint-module-utils@2.8.0:
- resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
+ eslint-module-utils@2.12.0:
+ resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
@@ -3177,8 +3047,8 @@ packages:
resolution: {integrity: sha512-gqW7dnJbWMxI5H6/Pyz6Sl/vBMwOktePMI2iuuKPb4N82uvemUkfaWhsRZCKndSzpIVaCZ9wdspCVO1tm0wXJQ==}
engines: {node: '>=0.10.0'}
- eslint-plugin-es-x@7.6.0:
- resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==}
+ eslint-plugin-es-x@7.8.0:
+ resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
eslint: '>=8'
@@ -3189,21 +3059,21 @@ packages:
peerDependencies:
eslint: '>=4.19.1'
- eslint-plugin-import@2.29.1:
- resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==}
+ eslint-plugin-import@2.31.0:
+ resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
engines: {node: '>=4'}
peerDependencies:
'@typescript-eslint/parser': '*'
- eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
+ eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
peerDependenciesMeta:
'@typescript-eslint/parser':
optional: true
- eslint-plugin-jsx-a11y@6.8.0:
- resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==}
+ eslint-plugin-jsx-a11y@6.10.1:
+ resolution: {integrity: sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==}
engines: {node: '>=4.0'}
peerDependencies:
- eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
+ eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
eslint-plugin-markdown@3.0.1:
resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==}
@@ -3217,8 +3087,8 @@ packages:
peerDependencies:
eslint: '>=8.0.0'
- eslint-plugin-n@17.2.1:
- resolution: {integrity: sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg==}
+ eslint-plugin-n@17.11.1:
+ resolution: {integrity: sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'
@@ -3227,8 +3097,8 @@ packages:
resolution: {integrity: sha512-dBNjs8hor8rJgeXLH4HTut5eD3RGWf9JUsadIfuL7UosVQ/dnvOKwxEcRrXrFxrMZ8llUVWT+hOimxJABsAUzQ==}
engines: {node: '>=6.0.0'}
- eslint-plugin-prettier@5.1.3:
- resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==}
+ eslint-plugin-prettier@5.2.1:
+ resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
'@types/eslint': '>=8.0.0'
@@ -3241,23 +3111,23 @@ packages:
eslint-config-prettier:
optional: true
- eslint-plugin-promise@6.1.1:
- resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
+ eslint-plugin-promise@6.6.0:
+ resolution: {integrity: sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
- eslint: ^7.0.0 || ^8.0.0
+ eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
- eslint-plugin-react-hooks@4.6.0:
- resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
+ eslint-plugin-react-hooks@4.6.2:
+ resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
engines: {node: '>=10'}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
- eslint-plugin-react@7.34.1:
- resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==}
+ eslint-plugin-react@7.37.2:
+ resolution: {integrity: sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==}
engines: {node: '>=4'}
peerDependencies:
- eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
+ eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
eslint-plugin-sql@2.1.0:
resolution: {integrity: sha512-UPapPPhK1ADgQDTogpApiSAh6bYjrt2daYkKCdApHm5KPbq9qR4ca4TPyYod06bAnLgswbri6Z9gEPAy0R+B1A==}
@@ -3271,8 +3141,8 @@ packages:
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-unused-imports@3.1.0:
- resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==}
+ eslint-plugin-unused-imports@3.2.0:
+ resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/eslint-plugin': 6 - 7
@@ -3289,18 +3159,31 @@ packages:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.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}
+ eslint-scope@8.1.0:
+ resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.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}
- eslint@8.57.0:
- resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ eslint-visitor-keys@4.1.0:
+ resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ eslint@9.13.0:
+ resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
+ peerDependencies:
+ jiti: '*'
+ peerDependenciesMeta:
+ jiti:
+ optional: true
+
+ espree@10.2.0:
+ resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
espree@9.6.1:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
@@ -3311,8 +3194,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -3336,12 +3219,14 @@ packages:
estree-util-is-identifier-name@3.0.0:
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
+ estree-util-scope@1.0.0:
+ resolution: {integrity: sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==}
+
estree-util-to-js@2.0.0:
resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
- estree-util-value-to-estree@3.0.1:
- resolution: {integrity: sha512-b2tdzTurEIbwRh+mKrEcaWfu1wgb8J1hVsgREg7FFiecWwK/PhO8X0kyc+0bIcKNtD4sqxIdNoRy6/p/TvECEA==}
- engines: {node: '>=16.0.0'}
+ estree-util-value-to-estree@3.1.2:
+ resolution: {integrity: sha512-S0gW2+XZkmsx00tU2uJ4L9hUT7IFabbml9pHh2WQqFmAbxit++YGZne0sKJbNwkj9Wvg9E4uqWl4nCIFQMmfag==}
estree-util-visit@2.0.0:
resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
@@ -3383,8 +3268,8 @@ packages:
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
engines: {node: '>=16.17'}
- express@4.19.2:
- resolution: {integrity: sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==}
+ express@4.21.1:
+ resolution: {integrity: sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==}
engines: {node: '>= 0.10.0'}
extend-shallow@2.0.1:
@@ -3397,8 +3282,8 @@ packages:
fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
- fast-diff@1.2.0:
- resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==}
+ fast-diff@1.3.0:
+ resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
fast-glob@3.3.2:
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
@@ -3410,15 +3295,15 @@ packages:
fast-levenshtein@2.0.6:
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
- fast-url-parser@1.1.3:
- resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==}
+ fast-uri@3.0.3:
+ resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==}
fastest-levenshtein@1.0.16:
resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==}
engines: {node: '>= 4.9.1'}
- fastq@1.13.0:
- resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==}
+ fastq@1.17.1:
+ resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
fault@2.0.1:
resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
@@ -3431,13 +3316,13 @@ packages:
resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==}
engines: {node: '>=0.4.0'}
- file-entry-cache@6.0.1:
- resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
- engines: {node: ^10.12.0 || >=12.0.0}
+ file-entry-cache@8.0.0:
+ resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
+ engines: {node: '>=16.0.0'}
- file-entry-cache@7.0.2:
- resolution: {integrity: sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==}
- engines: {node: '>=12.0.0'}
+ file-entry-cache@9.1.0:
+ resolution: {integrity: sha512-/pqPFG+FdxWQj+/WSuzXSDaNzxgTLr/OrR1QuqfEZzDakpdYE70PwUxL7BPUa8hpjbvY1+qvCl8k+8Tq34xJgg==}
+ engines: {node: '>=18'}
file-loader@6.2.0:
resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==}
@@ -3449,12 +3334,12 @@ packages:
resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==}
engines: {node: '>= 0.4.0'}
- fill-range@7.0.1:
- resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
+ fill-range@7.1.1:
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
- finalhandler@1.2.0:
- resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==}
+ finalhandler@1.3.1:
+ resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==}
engines: {node: '>= 0.8'}
find-cache-dir@4.0.0:
@@ -3477,23 +3362,27 @@ packages:
resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- flat-cache@3.0.4:
- resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
- engines: {node: ^10.12.0 || >=12.0.0}
+ find-up@7.0.0:
+ resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
+ engines: {node: '>=18'}
+
+ flat-cache@4.0.1:
+ resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
+ engines: {node: '>=16'}
- flat-cache@3.2.0:
- resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
- engines: {node: ^10.12.0 || >=12.0.0}
+ flat-cache@5.0.0:
+ resolution: {integrity: sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ==}
+ engines: {node: '>=18'}
flat@5.0.2:
resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==}
hasBin: true
- flatted@3.2.9:
- resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==}
+ flatted@3.3.1:
+ resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
- follow-redirects@1.15.6:
- resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==}
+ follow-redirects@1.15.9:
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
engines: {node: '>=4.0'}
peerDependencies:
debug: '*'
@@ -3504,12 +3393,12 @@ packages:
for-each@0.3.3:
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
- foreground-child@3.1.1:
- resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
+ foreground-child@3.3.0:
+ resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
engines: {node: '>=14'}
- fork-ts-checker-webpack-plugin@6.5.2:
- resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==}
+ fork-ts-checker-webpack-plugin@6.5.3:
+ resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
engines: {node: '>=10', yarn: '>=1.0.0'}
peerDependencies:
eslint: '>= 6'
@@ -3526,8 +3415,8 @@ packages:
resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==}
engines: {node: '>= 14.17'}
- form-data@4.0.0:
- resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
+ form-data@4.0.1:
+ resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
engines: {node: '>= 6'}
format@0.2.2:
@@ -3545,10 +3434,6 @@ packages:
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
- fs-extra@11.1.1:
- resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
- engines: {node: '>=14.14'}
-
fs-extra@11.2.0:
resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==}
engines: {node: '>=14.14'}
@@ -3557,14 +3442,14 @@ packages:
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
engines: {node: '>=10'}
- fs-monkey@1.0.3:
- resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==}
+ fs-monkey@1.0.6:
+ resolution: {integrity: sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==}
fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
- fsevents@2.3.2:
- resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
+ fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
os: [darwin]
@@ -3586,6 +3471,10 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
+ get-east-asian-width@1.3.0:
+ resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
+ engines: {node: '>=18'}
+
get-intrinsic@1.2.4:
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
engines: {node: '>= 0.4'}
@@ -3605,20 +3494,16 @@ packages:
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines: {node: '>=16'}
- get-symbol-description@1.0.0:
- resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==}
- engines: {node: '>= 0.4'}
-
get-symbol-description@1.0.2:
resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==}
engines: {node: '>= 0.4'}
- get-tsconfig@4.7.2:
- resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==}
+ get-tsconfig@4.8.1:
+ resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==}
- git-raw-commits@2.0.11:
- resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==}
- engines: {node: '>=10'}
+ git-raw-commits@4.0.0:
+ resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==}
+ engines: {node: '>=16'}
hasBin: true
github-slugger@1.5.0:
@@ -3635,21 +3520,20 @@ packages:
glob-to-regexp@0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- glob@10.3.10:
- resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==}
- engines: {node: '>=16 || 14 >=14.17'}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
- global-dirs@0.1.1:
- resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==}
- engines: {node: '>=4'}
+ global-directory@4.0.1:
+ resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
+ engines: {node: '>=18'}
- global-dirs@3.0.0:
- resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==}
+ global-dirs@3.0.1:
+ resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
engines: {node: '>=10'}
global-modules@2.0.0:
@@ -3672,16 +3556,20 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globalthis@1.0.3:
- resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==}
+ globals@15.11.0:
+ resolution: {integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==}
+ engines: {node: '>=18'}
+
+ globalthis@1.0.4:
+ resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
engines: {node: '>= 0.4'}
globby@11.1.0:
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
engines: {node: '>=10'}
- globby@13.1.2:
- resolution: {integrity: sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==}
+ globby@13.2.2:
+ resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
globjoin@0.1.4:
@@ -3697,6 +3585,9 @@ packages:
graceful-fs@4.2.10:
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
+ graceful-fs@4.2.11:
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
+
graphemer@1.4.0:
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
@@ -3711,10 +3602,6 @@ packages:
handle-thing@2.0.1:
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
- hard-rejection@2.1.0:
- resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==}
- engines: {node: '>=6'}
-
has-bigints@1.0.2:
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
@@ -3755,14 +3642,14 @@ packages:
hast-util-parse-selector@4.0.0:
resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
- hast-util-raw@9.0.1:
- resolution: {integrity: sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==}
+ hast-util-raw@9.0.4:
+ resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==}
hast-util-to-estree@3.1.0:
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
- hast-util-to-jsx-runtime@2.2.0:
- resolution: {integrity: sha512-wSlp23N45CMjDg/BPW8zvhEi3R+8eRE1qFbjEyAUzMCzu2l1Wzwakq+Tlia9nkCtEl5mDxa7nKHsvYJ6Gfn21A==}
+ hast-util-to-jsx-runtime@2.3.2:
+ resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==}
hast-util-to-parse5@8.0.0:
resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==}
@@ -3777,9 +3664,6 @@ packages:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true
- heap@0.2.7:
- resolution: {integrity: sha512-2bsegYkkHO+h/9MGbn6KWcE45cHZgPANo5LXF7EvWdT0yT2EguSVO1nDgU5c8+ZOPwp2vMNa7YFsJhVcDR9Sdg==}
-
history@4.10.1:
resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==}
@@ -3789,15 +3673,15 @@ packages:
hosted-git-info@2.8.9:
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
- hosted-git-info@4.1.0:
- resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==}
- engines: {node: '>=10'}
+ hosted-git-info@7.0.2:
+ resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==}
+ engines: {node: ^16.14.0 || >=18.0.0}
hpack.js@2.1.6:
resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
- html-entities@2.3.3:
- resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
+ html-entities@2.5.2:
+ resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==}
html-escaper@2.0.2:
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
@@ -3819,17 +3703,23 @@ packages:
html-void-elements@3.0.0:
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
- html-webpack-plugin@5.5.3:
- resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==}
+ html-webpack-plugin@5.6.3:
+ resolution: {integrity: sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==}
engines: {node: '>=10.13.0'}
peerDependencies:
+ '@rspack/core': 0.x || 1.x
webpack: ^5.20.0
+ peerDependenciesMeta:
+ '@rspack/core':
+ optional: true
+ webpack:
+ optional: true
htmlparser2@6.1.0:
resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==}
- htmlparser2@8.0.1:
- resolution: {integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==}
+ htmlparser2@8.0.2:
+ resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
http-cache-semantics@4.1.1:
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
@@ -3845,11 +3735,11 @@ packages:
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
engines: {node: '>= 0.8'}
- http-parser-js@0.5.6:
- resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==}
+ http-parser-js@0.5.8:
+ resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==}
- http-proxy-middleware@2.0.6:
- resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==}
+ http-proxy-middleware@2.0.7:
+ resolution: {integrity: sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==}
engines: {node: '>=12.0.0'}
peerDependencies:
'@types/express': ^4.17.13
@@ -3873,8 +3763,8 @@ packages:
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
engines: {node: '>=16.17.0'}
- husky@9.0.10:
- resolution: {integrity: sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==}
+ husky@9.1.6:
+ resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==}
engines: {node: '>=18'}
hasBin: true
@@ -3892,20 +3782,24 @@ packages:
peerDependencies:
postcss: ^8.1.0
- ignore@5.3.1:
- resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
+ ignore@5.3.2:
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
- image-size@1.0.2:
- resolution: {integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==}
- engines: {node: '>=14.0.0'}
+ ignore@6.0.2:
+ resolution: {integrity: sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==}
+ engines: {node: '>= 4'}
+
+ image-size@1.1.1:
+ resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==}
+ engines: {node: '>=16.x'}
hasBin: true
- immer@9.0.15:
- resolution: {integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==}
+ immer@9.0.21:
+ resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==}
- immutable@4.1.0:
- resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==}
+ immutable@4.3.7:
+ resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
import-fresh@3.3.0:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
@@ -3915,8 +3809,8 @@ packages:
resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
engines: {node: '>=8'}
- import-meta-resolve@4.0.0:
- resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==}
+ import-meta-resolve@4.1.0:
+ resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
import-modules@2.1.0:
resolution: {integrity: sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==}
@@ -3930,12 +3824,8 @@ packages:
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
engines: {node: '>=8'}
- indent-string@5.0.0:
- resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==}
- engines: {node: '>=12'}
-
- infima@0.2.0-alpha.43:
- resolution: {integrity: sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==}
+ infima@0.2.0-alpha.44:
+ resolution: {integrity: sha512-tuRkUSO/lB3rEhLJk25atwAjgLuzq070+pOW8XcvpHky/YbENnRRdPd85IBkyeTgttmOy5ah+yHYsK1HhUd4lQ==}
engines: {node: '>=12'}
inflight@1.0.6:
@@ -3959,12 +3849,15 @@ packages:
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ ini@4.1.3:
+ resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
inline-style-parser@0.1.1:
resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==}
- internal-slot@1.0.6:
- resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==}
- engines: {node: '>= 0.4'}
+ inline-style-parser@0.2.4:
+ resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==}
internal-slot@1.0.7:
resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==}
@@ -3988,8 +3881,8 @@ packages:
resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==}
engines: {node: '>= 0.10'}
- ipaddr.js@2.0.1:
- resolution: {integrity: sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==}
+ ipaddr.js@2.2.0:
+ resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==}
engines: {node: '>= 10'}
is-alphabetical@1.0.4:
@@ -4030,6 +3923,9 @@ packages:
resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
engines: {node: '>=6'}
+ is-bun-module@1.2.1:
+ resolution: {integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==}
+
is-callable@1.2.7:
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines: {node: '>= 0.4'}
@@ -4038,8 +3934,9 @@ packages:
resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
- is-core-module@2.13.1:
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ is-core-module@2.15.1:
+ resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
+ engines: {node: '>= 0.4'}
is-data-view@1.0.1:
resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==}
@@ -4082,6 +3979,10 @@ packages:
resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==}
engines: {node: '>=12'}
+ is-fullwidth-code-point@5.0.0:
+ resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==}
+ engines: {node: '>=18'}
+
is-generator-function@1.0.10:
resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==}
engines: {node: '>= 0.4'}
@@ -4106,11 +4007,8 @@ packages:
is-js-type@2.0.0:
resolution: {integrity: sha512-Aj13l47+uyTjlQNHtXBV8Cji3jb037vxwMWCgopRR8h6xocgBGW3qG8qGlIOEmbXQtkKShKuBM9e8AA1OeQ+xw==}
- is-map@2.0.2:
- resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==}
-
- is-negative-zero@2.0.2:
- resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==}
+ is-map@2.0.3:
+ resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
engines: {node: '>= 0.4'}
is-negative-zero@2.0.3:
@@ -4148,10 +4046,6 @@ packages:
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'}
-
is-plain-obj@3.0.0:
resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
engines: {node: '>=10'}
@@ -4171,9 +4065,6 @@ packages:
is-proto-prop@2.0.0:
resolution: {integrity: sha512-jl3NbQ/fGLv5Jhan4uX+Ge9ohnemqyblWVVCpAvtTQzNFvV2xhJq+esnkIbYQ9F1nITXoLfDDQLp7LBw/zzncg==}
- is-reference@3.0.2:
- resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==}
-
is-regex@1.1.4:
resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
engines: {node: '>= 0.4'}
@@ -4186,11 +4077,9 @@ packages:
resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==}
engines: {node: '>=6'}
- is-set@2.0.2:
- resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==}
-
- is-shared-array-buffer@1.0.2:
- resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
+ is-set@2.0.3:
+ resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
+ engines: {node: '>= 0.4'}
is-shared-array-buffer@1.0.3:
resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==}
@@ -4223,14 +4112,16 @@ packages:
is-typedarray@1.0.0:
resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==}
- is-weakmap@2.0.1:
- resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==}
+ is-weakmap@2.0.2:
+ resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
+ engines: {node: '>= 0.4'}
is-weakref@1.0.2:
resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==}
- is-weakset@2.0.2:
- resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
+ is-weakset@2.0.3:
+ resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==}
+ engines: {node: '>= 0.4'}
is-wsl@2.2.0:
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
@@ -4252,16 +4143,20 @@ packages:
isexe@2.0.0:
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
+ isexe@3.1.1:
+ resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
+ engines: {node: '>=16'}
+
isobject@3.0.1:
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
engines: {node: '>=0.10.0'}
- iterator.prototype@1.1.2:
- resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
+ iterator.prototype@1.1.3:
+ resolution: {integrity: sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==}
+ engines: {node: '>= 0.4'}
- jackspeak@2.3.6:
- resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
- engines: {node: '>=14'}
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
jest-util@29.7.0:
resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==}
@@ -4275,12 +4170,12 @@ packages:
resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- jiti@1.21.0:
- resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
+ jiti@1.21.6:
+ resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
hasBin: true
- joi@17.11.0:
- resolution: {integrity: sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==}
+ joi@17.13.3:
+ resolution: {integrity: sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==}
js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
@@ -4301,11 +4196,6 @@ packages:
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
hasBin: true
- jsesc@2.5.2:
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
- engines: {node: '>=4'}
- hasBin: true
-
jsesc@3.0.2:
resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
engines: {node: '>=6'}
@@ -4317,8 +4207,8 @@ packages:
json-parse-even-better-errors@2.3.1:
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
- json-parse-even-better-errors@3.0.1:
- resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==}
+ json-parse-even-better-errors@3.0.2:
+ resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
json-schema-traverse@0.4.1:
@@ -4334,11 +4224,6 @@ packages:
resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
hasBin: true
- json5@2.2.2:
- resolution: {integrity: sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==}
- engines: {node: '>=6'}
- hasBin: true
-
json5@2.2.3:
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
@@ -4355,11 +4240,15 @@ packages:
resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==}
engines: {node: '>=4.0'}
+ katex@0.16.11:
+ resolution: {integrity: sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==}
+ hasBin: true
+
keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
- khroma@2.0.0:
- resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==}
+ khroma@2.1.0:
+ resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==}
kind-of@6.0.3:
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
@@ -4373,15 +4262,15 @@ packages:
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
engines: {node: '>=6'}
- klona@2.0.5:
- resolution: {integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==}
+ klona@2.0.6:
+ resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
engines: {node: '>= 8'}
- known-css-properties@0.29.0:
- resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==}
+ known-css-properties@0.34.0:
+ resolution: {integrity: sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==}
- language-subtag-registry@0.3.22:
- resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==}
+ language-subtag-registry@0.3.23:
+ resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==}
language-tags@1.0.9:
resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==}
@@ -4391,15 +4280,12 @@ packages:
resolution: {integrity: sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==}
engines: {node: '>=14.16'}
- launch-editor@2.6.1:
- resolution: {integrity: sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==}
+ launch-editor@2.9.1:
+ resolution: {integrity: sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==}
layout-base@1.0.2:
resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==}
- layout-base@2.0.1:
- resolution: {integrity: sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==}
-
leven@3.1.0:
resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
engines: {node: '>=6'}
@@ -4408,12 +4294,8 @@ packages:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
engines: {node: '>= 0.8.0'}
- lilconfig@2.1.0:
- resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
- engines: {node: '>=10'}
-
- lilconfig@3.1.1:
- resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
+ lilconfig@3.1.2:
+ resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
engines: {node: '>=14'}
lines-and-columns@1.2.4:
@@ -4423,17 +4305,17 @@ packages:
resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- lint-staged@15.0.1:
- resolution: {integrity: sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==}
+ lint-staged@15.2.10:
+ resolution: {integrity: sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg==}
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@7.0.1:
- resolution: {integrity: sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==}
- engines: {node: '>=16.0.0'}
+ listr2@8.2.5:
+ resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
+ engines: {node: '>=18.0.0'}
- load-plugin@6.0.2:
- resolution: {integrity: sha512-3KRkTvCOsyNrx4zvBl/+ZMqPdVyp26TIf6xkmfEGuGwCfNQ/HzhktwbJCxd1KJpzPbK42t/WVOL3cX+TDaMRuQ==}
+ load-plugin@6.0.3:
+ resolution: {integrity: sha512-kc0X2FEUZr145odl68frm+lMJuQ23+rTXYmR6TImqPtbpmXC4vVXbWKDQ9IzndA0HfyQamWfKLhzsqGSTxE63w==}
loader-runner@4.3.0:
resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==}
@@ -4443,8 +4325,8 @@ packages:
resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==}
engines: {node: '>=8.9.0'}
- loader-utils@3.2.0:
- resolution: {integrity: sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==}
+ loader-utils@3.3.1:
+ resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==}
engines: {node: '>= 12.13.0'}
locate-path@3.0.0:
@@ -4475,9 +4357,6 @@ packages:
lodash.get@4.4.2:
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
- lodash.isfunction@3.0.9:
- resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==}
-
lodash.isplainobject@4.0.6:
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
@@ -4514,12 +4393,12 @@ packages:
lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
- log-update@5.0.1:
- resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ log-update@6.1.0:
+ resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
+ engines: {node: '>=18'}
- longest-streak@3.0.1:
- resolution: {integrity: sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg==}
+ longest-streak@3.1.0:
+ resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
loose-envify@1.4.0:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
@@ -4536,31 +4415,18 @@ packages:
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- lru-cache@10.2.0:
- resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==}
- engines: {node: 14 || >=16.14}
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
- lru-cache@6.0.0:
- resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
- engines: {node: '>=10'}
-
- map-obj@1.0.1:
- resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==}
- engines: {node: '>=0.10.0'}
-
- map-obj@4.3.0:
- resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==}
- engines: {node: '>=8'}
-
markdown-extensions@2.0.0:
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
engines: {node: '>=16'}
- markdown-table@3.0.3:
- resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
+ markdown-table@3.0.4:
+ resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
mathml-tag-names@2.1.3:
resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==}
@@ -4577,14 +4443,14 @@ packages:
mdast-util-from-markdown@1.3.1:
resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==}
- mdast-util-from-markdown@2.0.0:
- resolution: {integrity: sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==}
+ mdast-util-from-markdown@2.0.1:
+ resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==}
mdast-util-frontmatter@2.0.1:
resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==}
- mdast-util-gfm-autolink-literal@2.0.0:
- resolution: {integrity: sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==}
+ mdast-util-gfm-autolink-literal@2.0.1:
+ resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
mdast-util-gfm-footnote@2.0.0:
resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==}
@@ -4601,11 +4467,11 @@ packages:
mdast-util-gfm@3.0.0:
resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==}
- mdast-util-mdx-expression@2.0.0:
- resolution: {integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==}
+ mdast-util-mdx-expression@2.0.1:
+ resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
- mdast-util-mdx-jsx@3.0.0:
- resolution: {integrity: sha512-XZuPPzQNBPAlaqsTTgRrcJnyFbSOBovSadFgbFu8SnuNgm+6Bdx1K+IWoitsmj6Lq6MNtI+ytOqwN70n//NaBA==}
+ mdast-util-mdx-jsx@3.1.3:
+ resolution: {integrity: sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==}
mdast-util-mdx@3.0.0:
resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
@@ -4613,11 +4479,11 @@ packages:
mdast-util-mdxjs-esm@2.0.1:
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
- mdast-util-phrasing@4.0.0:
- resolution: {integrity: sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==}
+ mdast-util-phrasing@4.1.0:
+ resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
- mdast-util-to-hast@13.0.2:
- resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==}
+ mdast-util-to-hast@13.2.0:
+ resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==}
mdast-util-to-markdown@2.1.0:
resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==}
@@ -4625,8 +4491,8 @@ packages:
mdast-util-to-string@2.0.0:
resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
- mdast-util-to-string@3.1.0:
- resolution: {integrity: sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==}
+ mdast-util-to-string@3.2.0:
+ resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==}
mdast-util-to-string@4.0.0:
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
@@ -4637,28 +4503,30 @@ packages:
mdn-data@2.0.30:
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
+ mdn-data@2.10.0:
+ resolution: {integrity: sha512-qq7C3EtK3yJXMwz1zAab65pjl+UhohqMOctTgcqjLOWABqmwj+me02LSsCuEUxnst9X1lCBpoE0WArGKgdGDzw==}
+
+ mdn-data@2.11.1:
+ resolution: {integrity: sha512-Hdx3wmyqPFrhd6YHVuSkUK2eIGAcxR0xlndcgZqjA68yMJTbfXrjJwbgsBOsNjI7LnBIVUQnmyMVSdi/ob0GpQ==}
+
media-typer@0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
- memfs@3.4.4:
- resolution: {integrity: sha512-W4gHNUE++1oSJVn8Y68jPXi+mkx3fXR5ITE/Ubz6EQ3xRpCN5k2CQ4AUR8094Z7211F876TyoBACGsIveqgiGA==}
+ memfs@3.5.3:
+ resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
engines: {node: '>= 4.0.0'}
- meow@10.1.5:
- resolution: {integrity: sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
meow@12.1.1:
resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==}
engines: {node: '>=16.10'}
- meow@8.1.2:
- resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==}
- engines: {node: '>=10'}
+ meow@13.2.0:
+ resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
+ engines: {node: '>=18'}
- merge-descriptors@1.0.1:
- resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
+ merge-descriptors@1.0.3:
+ resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
merge-stream@2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
@@ -4667,42 +4535,42 @@ packages:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
- mermaid@10.6.1:
- resolution: {integrity: sha512-Hky0/RpOw/1il9X8AvzOEChfJtVvmXm+y7JML5C//ePYMy0/9jCEmW1E1g86x9oDfW9+iVEdTV/i+M6KWRNs4A==}
+ mermaid@10.9.3:
+ resolution: {integrity: sha512-V80X1isSEvAewIL3xhmz/rVmc27CVljcsbWxkxlWJWY/1kQa4XOABqpDl2qQLGKzpKm6WbTfUEKImBlUfFYArw==}
methods@1.1.2:
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
- micromark-core-commonmark@1.0.6:
- resolution: {integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==}
+ micromark-core-commonmark@1.1.0:
+ resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==}
- micromark-core-commonmark@2.0.0:
- resolution: {integrity: sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==}
+ micromark-core-commonmark@2.0.1:
+ resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==}
- micromark-extension-directive@3.0.0:
- resolution: {integrity: sha512-61OI07qpQrERc+0wEysLHMvoiO3s2R56x5u7glHq2Yqq6EHbH4dW25G9GfDdGCDYqA21KE6DWgNSzxSwHc2hSg==}
+ micromark-extension-directive@3.0.2:
+ resolution: {integrity: sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==}
micromark-extension-frontmatter@2.0.0:
resolution: {integrity: sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==}
- micromark-extension-gfm-autolink-literal@2.0.0:
- resolution: {integrity: sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==}
+ micromark-extension-gfm-autolink-literal@2.1.0:
+ resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
- micromark-extension-gfm-footnote@2.0.0:
- resolution: {integrity: sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==}
+ micromark-extension-gfm-footnote@2.1.0:
+ resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
- micromark-extension-gfm-strikethrough@2.0.0:
- resolution: {integrity: sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==}
+ micromark-extension-gfm-strikethrough@2.1.0:
+ resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
- micromark-extension-gfm-table@2.0.0:
- resolution: {integrity: sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==}
+ micromark-extension-gfm-table@2.1.0:
+ resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==}
micromark-extension-gfm-tagfilter@2.0.0:
resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
- micromark-extension-gfm-task-list-item@2.0.1:
- resolution: {integrity: sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==}
+ micromark-extension-gfm-task-list-item@2.1.0:
+ resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
micromark-extension-gfm@3.0.0:
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
@@ -4710,8 +4578,8 @@ packages:
micromark-extension-mdx-expression@3.0.0:
resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==}
- micromark-extension-mdx-jsx@3.0.0:
- resolution: {integrity: sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==}
+ micromark-extension-mdx-jsx@3.0.1:
+ resolution: {integrity: sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==}
micromark-extension-mdx-md@2.0.0:
resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
@@ -4722,77 +4590,77 @@ packages:
micromark-extension-mdxjs@3.0.0:
resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
- micromark-factory-destination@1.0.0:
- resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==}
+ micromark-factory-destination@1.1.0:
+ resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==}
micromark-factory-destination@2.0.0:
resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==}
- micromark-factory-label@1.0.2:
- resolution: {integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==}
+ micromark-factory-label@1.1.0:
+ resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==}
micromark-factory-label@2.0.0:
resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==}
- micromark-factory-mdx-expression@2.0.1:
- resolution: {integrity: sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==}
+ micromark-factory-mdx-expression@2.0.2:
+ resolution: {integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==}
- micromark-factory-space@1.0.0:
- resolution: {integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==}
+ micromark-factory-space@1.1.0:
+ resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==}
micromark-factory-space@2.0.0:
resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==}
- micromark-factory-title@1.0.2:
- resolution: {integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==}
+ micromark-factory-title@1.1.0:
+ resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==}
micromark-factory-title@2.0.0:
resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==}
- micromark-factory-whitespace@1.0.0:
- resolution: {integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==}
+ micromark-factory-whitespace@1.1.0:
+ resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==}
micromark-factory-whitespace@2.0.0:
resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==}
- micromark-util-character@1.1.0:
- resolution: {integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==}
+ micromark-util-character@1.2.0:
+ resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==}
- micromark-util-character@2.0.1:
- resolution: {integrity: sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==}
+ micromark-util-character@2.1.0:
+ resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==}
- micromark-util-chunked@1.0.0:
- resolution: {integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==}
+ micromark-util-chunked@1.1.0:
+ resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==}
micromark-util-chunked@2.0.0:
resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==}
- micromark-util-classify-character@1.0.0:
- resolution: {integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==}
+ micromark-util-classify-character@1.1.0:
+ resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==}
micromark-util-classify-character@2.0.0:
resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==}
- micromark-util-combine-extensions@1.0.0:
- resolution: {integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==}
+ micromark-util-combine-extensions@1.1.0:
+ resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==}
micromark-util-combine-extensions@2.0.0:
resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==}
- micromark-util-decode-numeric-character-reference@1.0.0:
- resolution: {integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==}
+ micromark-util-decode-numeric-character-reference@1.1.0:
+ resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==}
micromark-util-decode-numeric-character-reference@2.0.1:
resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==}
- micromark-util-decode-string@1.0.2:
- resolution: {integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==}
+ micromark-util-decode-string@1.1.0:
+ resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==}
micromark-util-decode-string@2.0.0:
resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==}
- micromark-util-encode@1.0.1:
- resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==}
+ micromark-util-encode@1.1.0:
+ resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==}
micromark-util-encode@2.0.0:
resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==}
@@ -4800,44 +4668,44 @@ packages:
micromark-util-events-to-acorn@2.0.2:
resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==}
- micromark-util-html-tag-name@1.1.0:
- resolution: {integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==}
+ micromark-util-html-tag-name@1.2.0:
+ resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==}
micromark-util-html-tag-name@2.0.0:
resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==}
- micromark-util-normalize-identifier@1.0.0:
- resolution: {integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==}
+ micromark-util-normalize-identifier@1.1.0:
+ resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==}
micromark-util-normalize-identifier@2.0.0:
resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==}
- micromark-util-resolve-all@1.0.0:
- resolution: {integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==}
+ micromark-util-resolve-all@1.1.0:
+ resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==}
micromark-util-resolve-all@2.0.0:
resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==}
- micromark-util-sanitize-uri@1.0.0:
- resolution: {integrity: sha512-cCxvBKlmac4rxCGx6ejlIviRaMKZc0fWm5HdCHEeDWRSkn44l6NdYVRyU+0nT1XC72EQJMZV8IPHF+jTr56lAg==}
+ micromark-util-sanitize-uri@1.2.0:
+ resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==}
micromark-util-sanitize-uri@2.0.0:
resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==}
- micromark-util-subtokenize@1.0.2:
- resolution: {integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==}
+ micromark-util-subtokenize@1.1.0:
+ resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==}
- micromark-util-subtokenize@2.0.0:
- resolution: {integrity: sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==}
+ micromark-util-subtokenize@2.0.1:
+ resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==}
- micromark-util-symbol@1.0.1:
- resolution: {integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==}
+ micromark-util-symbol@1.1.0:
+ resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==}
micromark-util-symbol@2.0.0:
resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==}
- micromark-util-types@1.0.2:
- resolution: {integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==}
+ micromark-util-types@1.1.0:
+ resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==}
micromark-util-types@2.0.0:
resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==}
@@ -4845,14 +4713,14 @@ packages:
micromark@2.11.4:
resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==}
- micromark@3.0.10:
- resolution: {integrity: sha512-ryTDy6UUunOXy2HPjelppgJ2sNfcPz1pLlMdA6Rz9jPzhLikWXv/irpWV/I2jd68Uhmny7hHxAlAhk4+vWggpg==}
+ micromark@3.2.0:
+ resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==}
micromark@4.0.0:
resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==}
- micromatch@4.0.5:
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
mime-db@1.33.0:
@@ -4863,6 +4731,10 @@ packages:
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
+ mime-db@1.53.0:
+ resolution: {integrity: sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==}
+ engines: {node: '>= 0.6'}
+
mime-types@2.1.18:
resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==}
engines: {node: '>= 0.6'}
@@ -4884,6 +4756,10 @@ packages:
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
engines: {node: '>=12'}
+ mimic-function@5.0.1:
+ resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
+ engines: {node: '>=18'}
+
mimic-response@3.1.0:
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
engines: {node: '>=10'}
@@ -4896,8 +4772,8 @@ packages:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
- mini-css-extract-plugin@2.7.6:
- resolution: {integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==}
+ mini-css-extract-plugin@2.9.1:
+ resolution: {integrity: sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: ^5.0.0
@@ -4905,41 +4781,31 @@ packages:
minimalistic-assert@1.0.1:
resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
- minimatch@3.0.4:
- resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==}
-
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
- minimatch@9.0.4:
- resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
- minimist-options@4.1.0:
- resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
- engines: {node: '>= 6'}
-
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
- minipass@7.0.4:
- resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==}
+ minipass@7.1.2:
+ resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
- mrmime@1.0.1:
- resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==}
+ mrmime@2.0.0:
+ resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==}
engines: {node: '>=10'}
ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
- ms@2.1.2:
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
-
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
@@ -4965,6 +4831,9 @@ packages:
no-case@3.0.4:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
+ node-addon-api@7.1.1:
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
+
node-emoji@2.1.3:
resolution: {integrity: sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==}
engines: {node: '>=18'}
@@ -4973,23 +4842,23 @@ packages:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.18:
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
non-layered-tidy-tree-layout@2.0.2:
resolution: {integrity: sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==}
- nopt@7.2.0:
- resolution: {integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==}
+ nopt@7.2.1:
+ resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
hasBin: true
normalize-package-data@2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
- normalize-package-data@3.0.3:
- resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==}
- engines: {node: '>=10'}
+ normalize-package-data@6.0.2:
+ resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==}
+ engines: {node: ^16.14.0 || >=18.0.0}
normalize-path@3.0.0:
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
@@ -4999,20 +4868,32 @@ packages:
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
engines: {node: '>=0.10.0'}
- normalize-url@8.0.0:
- resolution: {integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==}
+ normalize-url@8.0.1:
+ resolution: {integrity: sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==}
engines: {node: '>=14.16'}
+ npm-install-checks@6.3.0:
+ resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
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}
+ npm-package-arg@11.0.3:
+ resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ npm-pick-manifest@9.1.0:
+ resolution: {integrity: sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
npm-run-path@4.0.1:
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
engines: {node: '>=8'}
- npm-run-path@5.1.0:
- resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==}
+ npm-run-path@5.3.0:
+ resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
nprogress@0.2.0:
@@ -5029,8 +4910,9 @@ packages:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'}
- object-inspect@1.13.1:
- resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
+ object-inspect@1.13.2:
+ resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
+ engines: {node: '>= 0.4'}
object-keys@1.1.1:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
@@ -5040,22 +4922,20 @@ packages:
resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==}
engines: {node: '>= 0.4'}
- object.entries@1.1.7:
- resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==}
+ object.entries@1.1.8:
+ resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==}
engines: {node: '>= 0.4'}
- object.fromentries@2.0.7:
- resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==}
+ object.fromentries@2.0.8:
+ resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==}
engines: {node: '>= 0.4'}
- object.groupby@1.0.2:
- resolution: {integrity: sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==}
-
- object.hasown@1.1.3:
- resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==}
+ object.groupby@1.0.3:
+ resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==}
+ engines: {node: '>= 0.4'}
- object.values@1.1.7:
- resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==}
+ object.values@1.2.0:
+ resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==}
engines: {node: '>= 0.4'}
obuf@1.1.2:
@@ -5080,16 +4960,20 @@ packages:
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines: {node: '>=12'}
- open@8.4.0:
- resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==}
+ onetime@7.0.0:
+ resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
+ engines: {node: '>=18'}
+
+ open@8.4.2:
+ resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines: {node: '>=12'}
opener@1.5.2:
resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
hasBin: true
- optionator@0.9.3:
- resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==}
+ optionator@0.9.4:
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
p-cancelable@3.0.0:
@@ -5136,6 +5020,9 @@ packages:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}
+ package-json-from-dist@1.0.1:
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
+
package-json@8.1.1:
resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==}
engines: {node: '>=14.16'}
@@ -5150,8 +5037,8 @@ packages:
parse-entities@2.0.0:
resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==}
- parse-entities@4.0.0:
- resolution: {integrity: sha512-5nk9Fn03x3rEhGaX1FU6IDwG/k+GxLXlFAkgrbM1asuAFl3BhdQWvASaIsmwWypRNcZKHPYnIuOSfIWEyEQnPQ==}
+ parse-entities@4.0.1:
+ resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
parse-json@5.2.0:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
@@ -5168,11 +5055,11 @@ packages:
parse-numeric-range@1.3.0:
resolution: {integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==}
- parse5-htmlparser2-tree-adapter@7.0.0:
- resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==}
+ parse5-htmlparser2-tree-adapter@7.1.0:
+ resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==}
- parse5@7.0.0:
- resolution: {integrity: sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g==}
+ parse5@7.2.0:
+ resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==}
parseurl@1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
@@ -5211,33 +5098,30 @@ packages:
path-parse@1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
- path-scurry@1.10.1:
- resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==}
- engines: {node: '>=16 || 14 >=14.17'}
+ path-scurry@1.11.1:
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
+ engines: {node: '>=16 || 14 >=14.18'}
- path-to-regexp@0.1.7:
- resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
+ path-to-regexp@0.1.10:
+ resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==}
- path-to-regexp@1.8.0:
- resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==}
+ path-to-regexp@1.9.0:
+ resolution: {integrity: sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==}
- path-to-regexp@2.2.1:
- resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==}
+ path-to-regexp@3.3.0:
+ resolution: {integrity: sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==}
path-type@4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines: {node: '>=8'}
- periscopic@3.1.0:
- resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==}
-
pg-formatter@1.3.0:
resolution: {integrity: sha512-y1kNdgD+QWzhmYCm91z/k7VGyx6BekQg6ww/krFEEhw1IIB4zEk2xaB0pmueTcc59YFetpiHIKECgHEuw6gyvg==}
engines: {node: '>=10.0'}
hasBin: true
- picocolors@1.0.0:
- resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
@@ -5316,8 +5200,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-loader@7.3.3:
- resolution: {integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==}
+ postcss-loader@7.3.4:
+ resolution: {integrity: sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==}
engines: {node: '>= 14.15.0'}
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
@@ -5368,20 +5252,20 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-modules-extract-imports@3.0.0:
- resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==}
+ postcss-modules-extract-imports@3.1.0:
+ resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
- postcss-modules-local-by-default@4.0.3:
- resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==}
+ postcss-modules-local-by-default@4.0.5:
+ resolution: {integrity: sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
- postcss-modules-scope@3.0.0:
- resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==}
+ postcss-modules-scope@3.2.0:
+ resolution: {integrity: sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==}
engines: {node: ^10 || ^12 || >= 14}
peerDependencies:
postcss: ^8.1.0
@@ -5470,14 +5354,14 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-resolve-nested-selector@0.1.1:
- resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==}
+ postcss-resolve-nested-selector@0.1.6:
+ resolution: {integrity: sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==}
- postcss-safe-parser@6.0.0:
- resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==}
- engines: {node: '>=12.0'}
+ postcss-safe-parser@7.0.1:
+ resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==}
+ engines: {node: '>=18.0'}
peerDependencies:
- postcss: ^8.3.3
+ postcss: ^8.4.31
postcss-scss@4.0.9:
resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==}
@@ -5485,12 +5369,8 @@ packages:
peerDependencies:
postcss: ^8.4.29
- postcss-selector-parser@6.0.15:
- resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==}
- engines: {node: '>=4'}
-
- postcss-selector-parser@6.0.16:
- resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==}
+ postcss-selector-parser@6.1.2:
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'}
postcss-sort-media-queries@5.2.0:
@@ -5525,16 +5405,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss@8.4.31:
- resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
- engines: {node: ^10 || ^12 || >=14}
-
- postcss@8.4.33:
- resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
- engines: {node: ^10 || ^12 || >=14}
-
- postcss@8.4.38:
- resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
+ postcss@8.4.47:
+ resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1:
@@ -5545,8 +5417,8 @@ packages:
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
engines: {node: '>=6.0.0'}
- prettier@3.3.0:
- resolution: {integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==}
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
@@ -5561,8 +5433,8 @@ packages:
resolution: {integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==}
engines: {node: '>=4'}
- prism-react-renderer@2.3.1:
- resolution: {integrity: sha512-Rdf+HzBLR7KYjzpJ1rSoxT9ioO85nZngQEoFIhL07XhtJHlCU3SOz0GJ6+qvMyQe0Se+BV3qpe6Yd/NmQF5Juw==}
+ prism-react-renderer@2.4.0:
+ resolution: {integrity: sha512-327BsVCD/unU4CNLZTWVHyUHKnsqcvj2qbPlQ8MiBE2eq2rgctjigPA1Gp9HLF83kZ20zNN6jgizHJeEsyFYOw==}
peerDependencies:
react: '>=16.0.0'
@@ -5570,13 +5442,25 @@ packages:
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
engines: {node: '>=6'}
- proc-log@3.0.0:
- resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==}
+ proc-log@4.2.0:
+ resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
+ promise-inflight@1.0.1:
+ resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
+ peerDependencies:
+ bluebird: '*'
+ peerDependenciesMeta:
+ bluebird:
+ optional: true
+
+ promise-retry@2.0.1:
+ resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==}
+ engines: {node: '>=10'}
+
prompts@2.4.2:
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
engines: {node: '>= 6'}
@@ -5584,8 +5468,8 @@ packages:
prop-types@15.8.1:
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
- property-information@6.4.0:
- resolution: {integrity: sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==}
+ property-information@6.5.0:
+ resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==}
proto-list@1.2.4:
resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
@@ -5601,19 +5485,16 @@ packages:
proxy-from-env@1.1.0:
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
- punycode@1.4.1:
- resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==}
-
- punycode@2.1.1:
- resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==}
+ punycode@2.3.1:
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines: {node: '>=6'}
pupa@3.1.0:
resolution: {integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==}
engines: {node: '>=12.20'}
- qs@6.11.0:
- resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
+ qs@6.13.0:
+ resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
engines: {node: '>=0.6'}
queue-microtask@1.2.3:
@@ -5622,10 +5503,6 @@ packages:
queue@6.0.2:
resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==}
- quick-lru@4.0.1:
- resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==}
- engines: {node: '>=8'}
-
quick-lru@5.1.1:
resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
engines: {node: '>=10'}
@@ -5659,16 +5536,16 @@ packages:
typescript:
optional: true
- react-dom@18.2.0:
- resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
+ react-dom@18.3.1:
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
peerDependencies:
- react: ^18.2.0
+ react: ^18.3.1
react-error-overlay@6.0.11:
resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==}
- react-fast-compare@3.2.0:
- resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==}
+ react-fast-compare@3.2.2:
+ resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
react-helmet-async@1.3.0:
resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==}
@@ -5676,14 +5553,16 @@ packages:
react: ^16.6.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0
+ react-helmet-async@2.0.5:
+ resolution: {integrity: sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==}
+ peerDependencies:
+ react: ^16.6.0 || ^17.0.0 || ^18.0.0
+
react-is@16.13.1:
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
- react-is@18.2.0:
- resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
-
- react-json-view-lite@1.2.1:
- resolution: {integrity: sha512-Itc0g86fytOmKZoIoJyGgvNqohWSbh3NXIKNgH6W6FT9PC1ck4xas1tT3Rr/b3UlFXyA9Jjaw9QSXdZy2JwGMQ==}
+ react-json-view-lite@1.5.0:
+ resolution: {integrity: sha512-nWqA1E4jKPklL2jvHWs6s+7Na0qNgw9HCP6xehdQJeg6nPBTFZgGwyko9Q0oj+jQWKTTVRS30u0toM5wiuL3iw==}
engines: {node: '>=14'}
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
@@ -5711,8 +5590,8 @@ packages:
peerDependencies:
react: '>=15'
- react@18.2.0:
- resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
+ react@18.3.1:
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
engines: {node: '>=0.10.0'}
read-package-json-fast@3.0.2:
@@ -5723,29 +5602,25 @@ packages:
resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
engines: {node: '>=8'}
- read-pkg-up@8.0.0:
- resolution: {integrity: sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==}
- engines: {node: '>=12'}
-
read-pkg@5.2.0:
resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
engines: {node: '>=8'}
- read-pkg@6.0.0:
- resolution: {integrity: sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==}
- engines: {node: '>=12'}
-
- readable-stream@2.3.7:
- resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==}
+ readable-stream@2.3.8:
+ resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
- readable-stream@3.6.0:
- resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==}
+ readable-stream@3.6.2:
+ resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
engines: {node: '>= 6'}
readdirp@3.6.0:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
+ readdirp@4.0.2:
+ resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
+ engines: {node: '>= 14.16.0'}
+
reading-time@1.5.0:
resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==}
@@ -5753,31 +5628,35 @@ packages:
resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
engines: {node: '>= 0.10'}
- recursive-readdir@2.2.2:
- resolution: {integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==}
- engines: {node: '>=0.10.0'}
+ recma-build-jsx@1.0.0:
+ resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==}
- redent@3.0.0:
- resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
- engines: {node: '>=8'}
+ recma-jsx@1.0.0:
+ resolution: {integrity: sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==}
- redent@4.0.0:
- resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==}
- engines: {node: '>=12'}
+ recma-parse@1.0.0:
+ resolution: {integrity: sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==}
+
+ recma-stringify@1.0.0:
+ resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==}
+
+ recursive-readdir@2.2.3:
+ resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==}
+ engines: {node: '>=6.0.0'}
- reflect.getprototypeof@1.0.5:
- resolution: {integrity: sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==}
+ reflect.getprototypeof@1.0.6:
+ resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==}
engines: {node: '>= 0.4'}
- regenerate-unicode-properties@10.1.1:
- resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==}
+ regenerate-unicode-properties@10.2.0:
+ resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==}
engines: {node: '>=4'}
regenerate@1.4.2:
resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
- regenerator-runtime@0.14.0:
- resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==}
+ regenerator-runtime@0.14.1:
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
regenerator-transform@0.15.2:
resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==}
@@ -5786,16 +5665,12 @@ packages:
resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
hasBin: true
- regexp.prototype.flags@1.5.1:
- resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==}
+ regexp.prototype.flags@1.5.3:
+ resolution: {integrity: sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==}
engines: {node: '>= 0.4'}
- regexp.prototype.flags@1.5.2:
- resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==}
- engines: {node: '>= 0.4'}
-
- regexpu-core@5.3.2:
- resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==}
+ regexpu-core@6.1.1:
+ resolution: {integrity: sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==}
engines: {node: '>=4'}
registry-auth-token@5.0.2:
@@ -5806,17 +5681,23 @@ packages:
resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==}
engines: {node: '>=12'}
+ regjsgen@0.8.0:
+ resolution: {integrity: sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==}
+
regjsparser@0.10.0:
resolution: {integrity: sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==}
hasBin: true
- regjsparser@0.9.1:
- resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==}
+ regjsparser@0.11.1:
+ resolution: {integrity: sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ==}
hasBin: true
rehype-raw@7.0.0:
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
+ rehype-recma@1.0.0:
+ resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==}
+
relateurl@0.2.7:
resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==}
engines: {node: '>= 0.10'}
@@ -5834,14 +5715,14 @@ packages:
remark-gfm@4.0.0:
resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==}
- remark-mdx@3.0.0:
- resolution: {integrity: sha512-O7yfjuC6ra3NHPbRVxfflafAj3LTwx3b73aBvkEFU5z4PsD6FD4vrqJAkE5iNGLz71GdjXfgRqm3SQ0h0VuE7g==}
+ remark-mdx@3.1.0:
+ resolution: {integrity: sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA==}
remark-parse@11.0.0:
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
- remark-rehype@11.0.0:
- resolution: {integrity: sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==}
+ remark-rehype@11.1.1:
+ resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==}
remark-stringify@11.0.0:
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
@@ -5874,10 +5755,6 @@ packages:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
- resolve-global@1.0.0:
- resolution: {integrity: sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==}
- engines: {node: '>=8'}
-
resolve-pathname@3.0.0:
resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==}
@@ -5896,9 +5773,13 @@ packages:
resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==}
engines: {node: '>=14.16'}
- restore-cursor@4.0.0:
- resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ restore-cursor@5.1.0:
+ resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
+ engines: {node: '>=18'}
+
+ retry@0.12.0:
+ resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
+ engines: {node: '>= 4'}
retry@0.13.1:
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
@@ -5908,27 +5789,26 @@ packages:
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==}
+ rfdc@1.4.1:
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
rimraf@3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rimraf@5.0.7:
- resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
- engines: {node: '>=14.18'}
+ rimraf@5.0.10:
+ resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==}
hasBin: true
- robust-predicates@3.0.1:
- resolution: {integrity: sha512-ndEIpszUHiG4HtDsQLeIuMvRsDnn8c8rYStabochtUeCvfuvNptb5TUbVD68LRAILPX7p9nqQGh4xJgn3EHS/g==}
+ robust-predicates@3.0.2:
+ resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==}
- rtl-detect@1.0.4:
- resolution: {integrity: sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==}
+ rtl-detect@1.1.2:
+ resolution: {integrity: sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==}
- rtlcss@4.1.1:
- resolution: {integrity: sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==}
+ rtlcss@4.3.0:
+ resolution: {integrity: sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==}
engines: {node: '>=12.0.0'}
hasBin: true
@@ -5942,10 +5822,6 @@ packages:
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
engines: {node: '>=6'}
- safe-array-concat@1.1.0:
- resolution: {integrity: sha512-ZdQ0Jeb9Ofti4hbt5lX3T2JcAamT9hfzYU1MNB+z/jaEbB6wfFfPIR/zEORmZqobkCCJhSjodobH6WHNmJ97dg==}
- engines: {node: '>=0.4'}
-
safe-array-concat@1.1.2:
resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==}
engines: {node: '>=0.4'}
@@ -5956,10 +5832,6 @@ packages:
safe-buffer@5.2.1:
resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
- safe-regex-test@1.0.2:
- resolution: {integrity: sha512-83S9w6eFq12BBIJYvjMux6/dkirb8+4zJRA9cxNBVb7Wq5fJBW+Xze48WqR8pxua7bDuAaaAxtVVd4Idjp1dBQ==}
- engines: {node: '>= 0.4'}
-
safe-regex-test@1.0.3:
resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==}
engines: {node: '>= 0.4'}
@@ -5967,12 +5839,12 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass-loader@10.2.1:
- resolution: {integrity: sha512-RRvWl+3K2LSMezIsd008ErK4rk6CulIMSwrcc2aZvjymUgKo/vjXGp1rSWmfTUX7bblEOz8tst4wBwWtCGBqKA==}
+ sass-loader@10.5.2:
+ resolution: {integrity: sha512-vMUoSNOUKJILHpcNCCyD23X34gve1TS7Rjd9uXHeKqhvBG39x6XbswFDtpbTElj6XdMFezoWhkh5vtKudf2cgQ==}
engines: {node: '>= 10.13.0'}
peerDependencies:
fibers: '>= 3.1.0'
- node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0
+ node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
sass: ^1.3.0
webpack: ^4.36.0 || ^5.0.0
peerDependenciesMeta:
@@ -5983,8 +5855,8 @@ packages:
sass:
optional: true
- sass-loader@14.1.0:
- resolution: {integrity: sha512-LS2mLeFWA+orYxHNu+O18Xe4jR0kyamNOOUsE3NyBP4DvIL+8stHpNX0arYTItdPe80kluIiJ7Wfe/9iHSRO0Q==}
+ sass-loader@16.0.2:
+ resolution: {integrity: sha512-Ll6iXZ1EYwYT19SqW4mSBb76vSSi8JgzElmzIerhEGgzB5hRjDQIWsPmuk1UrAXkR16KJHqVY0eH+5/uw9Tmfw==}
engines: {node: '>= 18.12.0'}
peerDependencies:
'@rspack/core': 0.x || 1.x
@@ -6004,25 +5876,21 @@ packages:
webpack:
optional: true
- sass@1.52.3:
- resolution: {integrity: sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==}
- engines: {node: '>=12.0.0'}
+ sass@1.80.4:
+ resolution: {integrity: sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==}
+ engines: {node: '>=14.0.0'}
hasBin: true
- sax@1.2.4:
- resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
+ sax@1.4.1:
+ resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
- scheduler@0.23.0:
- resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
+ scheduler@0.23.2:
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
schema-utils@2.7.0:
resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
engines: {node: '>= 8.9.0'}
- schema-utils@3.1.1:
- resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==}
- engines: {node: '>= 10.13.0'}
-
schema-utils@3.3.0:
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
engines: {node: '>= 10.13.0'}
@@ -6031,8 +5899,8 @@ packages:
resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==}
engines: {node: '>= 12.13.0'}
- search-insights@2.11.0:
- resolution: {integrity: sha512-Uin2J8Bpm3xaZi9Y8QibSys6uJOFZ+REMrf42v20AA3FUDUrshKkMEP6liJbMAHCm71wO6ls4mwAf7a3gFVxLw==}
+ search-insights@2.17.2:
+ resolution: {integrity: sha512-zFNpOpUO+tY2D85KrxJ+aqwnIfdEGi06UH2+xEb+Bp9Mwznmauqc9djbnBibJO5mpfUPPa8st6Sx65+vbeO45g==}
section-matter@1.0.0:
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
@@ -6049,52 +5917,43 @@ packages:
resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==}
engines: {node: '>=12'}
- semver@5.7.1:
- resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
- hasBin: true
-
- semver@6.3.0:
- resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
+ semver@5.7.2:
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
hasBin: true
semver@6.3.1:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true
- semver@7.5.4:
- resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
- engines: {node: '>=10'}
- hasBin: true
-
- semver@7.6.0:
- resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==}
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
engines: {node: '>=10'}
hasBin: true
- send@0.18.0:
- resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
+ send@0.19.0:
+ resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
engines: {node: '>= 0.8.0'}
- serialize-javascript@6.0.1:
- resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==}
+ serialize-javascript@6.0.2:
+ resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
- serve-handler@6.1.5:
- resolution: {integrity: sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==}
+ serve-handler@6.1.6:
+ resolution: {integrity: sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==}
serve-index@1.9.1:
resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==}
engines: {node: '>= 0.8.0'}
- serve-static@1.15.0:
- resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==}
+ serve-static@1.16.2:
+ resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==}
engines: {node: '>= 0.8.0'}
set-function-length@1.2.2:
resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
engines: {node: '>= 0.4'}
- set-function-name@2.0.1:
- resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==}
+ set-function-name@2.0.2:
+ resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
engines: {node: '>= 0.4'}
setprototypeof@1.1.0:
@@ -6126,8 +5985,9 @@ packages:
engines: {node: '>=4'}
hasBin: true
- side-channel@1.0.4:
- resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
+ side-channel@1.0.6:
+ resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
+ engines: {node: '>= 0.4'}
signal-exit@3.0.7:
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
@@ -6136,15 +5996,15 @@ packages:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
- sirv@2.0.3:
- resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==}
+ sirv@2.0.4:
+ resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines: {node: '>= 10'}
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
- sitemap@7.1.1:
- resolution: {integrity: sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==}
+ sitemap@7.1.2:
+ resolution: {integrity: sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==}
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
hasBin: true
@@ -6168,6 +6028,10 @@ packages:
resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==}
engines: {node: '>=12'}
+ slice-ansi@7.1.0:
+ resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==}
+ engines: {node: '>=18'}
+
snake-case@3.0.4:
resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
@@ -6178,12 +6042,8 @@ packages:
resolution: {integrity: sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==}
engines: {node: '>= 6.3.0'}
- source-map-js@1.0.2:
- resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
- engines: {node: '>=0.10.0'}
-
- source-map-js@1.2.0:
- resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
source-map-support@0.5.21:
@@ -6200,17 +6060,17 @@ packages:
space-separated-tokens@2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
- spdx-correct@3.1.1:
- resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==}
+ spdx-correct@3.2.0:
+ resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
- spdx-exceptions@2.3.0:
- resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==}
+ spdx-exceptions@2.5.0:
+ resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==}
spdx-expression-parse@3.0.1:
resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
- spdx-license-ids@3.0.11:
- resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==}
+ spdx-license-ids@3.0.20:
+ resolution: {integrity: sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==}
spdy-transport@3.0.0:
resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==}
@@ -6219,9 +6079,6 @@ packages:
resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==}
engines: {node: '>=6.0.0'}
- split2@3.2.2:
- resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==}
-
split2@4.2.0:
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
engines: {node: '>= 10.x'}
@@ -6245,8 +6102,8 @@ packages:
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
engines: {node: '>= 0.8'}
- std-env@3.1.1:
- resolution: {integrity: sha512-/c645XdExBypL01TpFKiG/3RAa/Qmu+zRi0MwAmrdEkwHNuN0ebo8ccAXBBDa5Z0QOJgBskUIbuCK91x0sCVEw==}
+ std-env@3.7.0:
+ resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==}
string-argv@0.3.2:
resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==}
@@ -6264,26 +6121,28 @@ packages:
resolution: {integrity: sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==}
engines: {node: '>=16'}
- string.prototype.matchall@4.0.10:
- resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==}
+ string-width@7.2.0:
+ resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
+ engines: {node: '>=18'}
+
+ string.prototype.includes@2.0.1:
+ resolution: {integrity: sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==}
+ engines: {node: '>= 0.4'}
- string.prototype.trim@1.2.8:
- resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==}
+ string.prototype.matchall@4.0.11:
+ resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==}
engines: {node: '>= 0.4'}
+ string.prototype.repeat@1.0.0:
+ resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==}
+
string.prototype.trim@1.2.9:
resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==}
engines: {node: '>= 0.4'}
- string.prototype.trimend@1.0.7:
- resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==}
-
string.prototype.trimend@1.0.8:
resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==}
- string.prototype.trimstart@1.0.7:
- resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==}
-
string.prototype.trimstart@1.0.8:
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
engines: {node: '>= 0.4'}
@@ -6294,8 +6153,8 @@ packages:
string_decoder@1.3.0:
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
- stringify-entities@4.0.3:
- resolution: {integrity: sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==}
+ stringify-entities@4.0.4:
+ resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
stringify-object@3.3.0:
resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==}
@@ -6329,10 +6188,6 @@ packages:
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
engines: {node: '>=8'}
- strip-indent@4.0.0:
- resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==}
- engines: {node: '>=12'}
-
strip-json-comments@2.0.1:
resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==}
engines: {node: '>=0.10.0'}
@@ -6341,12 +6196,12 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- style-search@0.1.0:
- resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
-
style-to-object@0.4.4:
resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
+ style-to-object@1.0.8:
+ resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==}
+
stylehacks@6.1.1:
resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==}
engines: {node: ^14 || ^16 || >=18.0}
@@ -6370,19 +6225,19 @@ packages:
peerDependencies:
stylelint: ^14.0.0 || ^15.0.0 || ^16.0.1
- stylelint-scss@6.2.1:
- resolution: {integrity: sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==}
+ stylelint-scss@6.8.1:
+ resolution: {integrity: sha512-al+5eRb72bKrFyVAY+CLWKUMX+k+wsDCgyooSfhISJA2exqnJq1PX1iIIpdrvhu3GtJgNJZl9/BIW6EVSMCxdg==}
engines: {node: '>=18.12.0'}
peerDependencies:
stylelint: ^16.0.2
- stylelint@15.11.0:
- resolution: {integrity: sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==}
- engines: {node: ^14.13.1 || >=16.0.0}
+ stylelint@16.10.0:
+ resolution: {integrity: sha512-z/8X2rZ52dt2c0stVwI9QL2AFJhLhbPkyfpDFcizs200V/g7v+UYY6SNcB9hKOLcDDX/yGLDsY/pX08sLkz9xQ==}
+ engines: {node: '>=18.12.0'}
hasBin: true
- stylis@4.1.3:
- resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==}
+ stylis@4.3.4:
+ resolution: {integrity: sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==}
supports-color@5.5.0:
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
@@ -6400,8 +6255,8 @@ packages:
resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==}
engines: {node: '>=12'}
- supports-hyperlinks@3.0.0:
- resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==}
+ supports-hyperlinks@3.1.0:
+ resolution: {integrity: sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==}
engines: {node: '>=14.18'}
supports-preserve-symlinks-flag@1.0.0:
@@ -6414,21 +6269,17 @@ packages:
svg-tags@1.0.0:
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
- svgo@3.2.0:
- resolution: {integrity: sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==}
+ svgo@3.3.2:
+ resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==}
engines: {node: '>=14.0.0'}
hasBin: true
- synckit@0.8.8:
- resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==}
- engines: {node: ^14.18.0 || >=16.0.0}
-
- synckit@0.9.0:
- resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==}
+ synckit@0.9.2:
+ resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
engines: {node: ^14.18.0 || >=16.0.0}
- table@6.8.1:
- resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==}
+ table@6.8.2:
+ resolution: {integrity: sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==}
engines: {node: '>=10.0.0'}
tapable@1.1.3:
@@ -6439,24 +6290,8 @@ packages:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
- terser-webpack-plugin@5.3.3:
- resolution: {integrity: sha512-Fx60G5HNYknNTNQnzQ1VePRuu89ZVYWfjRAeT5rITuCY/1b08s49e5kSQwHDirKZWuoKOBRFS98EUUoZ9kLEwQ==}
- engines: {node: '>= 10.13.0'}
- peerDependencies:
- '@swc/core': '*'
- esbuild: '*'
- uglify-js: '*'
- webpack: ^5.1.0
- peerDependenciesMeta:
- '@swc/core':
- optional: true
- esbuild:
- optional: true
- uglify-js:
- optional: true
-
- terser-webpack-plugin@5.3.9:
- resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
+ terser-webpack-plugin@5.3.10:
+ resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==}
engines: {node: '>= 10.13.0'}
peerDependencies:
'@swc/core': '*'
@@ -6471,8 +6306,8 @@ packages:
uglify-js:
optional: true
- terser@5.24.0:
- resolution: {integrity: sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==}
+ terser@5.36.0:
+ resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==}
engines: {node: '>=10'}
hasBin: true
@@ -6483,24 +6318,20 @@ packages:
text-table@0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
- through2@4.0.2:
- resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==}
-
through@2.3.8:
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
thunky@1.1.0:
resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
- tiny-invariant@1.2.0:
- resolution: {integrity: sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==}
+ tiny-invariant@1.3.3:
+ resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
tiny-warning@1.0.3:
resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==}
- to-fast-properties@2.0.0:
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
- engines: {node: '>=4'}
+ tinyexec@0.3.1:
+ resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==}
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
@@ -6517,16 +6348,8 @@ packages:
trim-lines@3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
- trim-newlines@3.0.1:
- resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==}
- engines: {node: '>=8'}
-
- trim-newlines@4.1.1:
- resolution: {integrity: sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==}
- engines: {node: '>=12'}
-
- trough@2.1.0:
- resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==}
+ trough@2.2.0:
+ resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
ts-api-utils@1.3.0:
resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
@@ -6541,17 +6364,13 @@ packages:
tsconfig-paths@3.15.0:
resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
- tslib@2.6.2:
- resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
+ tslib@2.8.0:
+ resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
type-check@0.4.0:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
- type-fest@0.18.1:
- resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==}
- engines: {node: '>=10'}
-
type-fest@0.20.2:
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
engines: {node: '>=10'}
@@ -6568,8 +6387,8 @@ packages:
resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
engines: {node: '>=10'}
- type-fest@2.13.1:
- resolution: {integrity: sha512-hXYyrPFwETT2swFLHeoKtJrvSF/ftG/sA15/8nGaLuaDGfVAaq8DYFpu4yOyV4tzp082WqnTEoMsm3flKMI2FQ==}
+ type-fest@2.19.0:
+ resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
engines: {node: '>=12.20'}
type-fest@3.13.1:
@@ -6580,33 +6399,18 @@ packages:
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
engines: {node: '>= 0.6'}
- typed-array-buffer@1.0.0:
- resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==}
- engines: {node: '>= 0.4'}
-
typed-array-buffer@1.0.2:
resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==}
engines: {node: '>= 0.4'}
- typed-array-byte-length@1.0.0:
- resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==}
- engines: {node: '>= 0.4'}
-
typed-array-byte-length@1.0.1:
resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==}
engines: {node: '>= 0.4'}
- typed-array-byte-offset@1.0.0:
- resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==}
- engines: {node: '>= 0.4'}
-
typed-array-byte-offset@1.0.2:
resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==}
engines: {node: '>= 0.4'}
- typed-array-length@1.0.4:
- resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==}
-
typed-array-length@1.0.6:
resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==}
engines: {node: '>= 0.4'}
@@ -6617,19 +6421,19 @@ packages:
typedarray@0.0.6:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
- typescript@5.3.3:
- resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
+ typescript@5.5.4:
+ resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
engines: {node: '>=14.17'}
hasBin: true
unbox-primitive@1.0.2:
resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==}
- undici-types@5.26.5:
- resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
+ undici-types@6.19.8:
+ resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
- unicode-canonical-property-names-ecmascript@2.0.0:
- resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
+ unicode-canonical-property-names-ecmascript@2.0.1:
+ resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
engines: {node: '>=4'}
unicode-emoji-modifier-base@1.0.0:
@@ -6640,26 +6444,30 @@ packages:
resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines: {node: '>=4'}
- unicode-match-property-value-ecmascript@2.1.0:
- resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==}
+ unicode-match-property-value-ecmascript@2.2.0:
+ resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==}
engines: {node: '>=4'}
- unicode-property-aliases-ecmascript@2.0.0:
- resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==}
+ unicode-property-aliases-ecmascript@2.1.0:
+ resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
engines: {node: '>=4'}
- unified-engine@11.2.0:
- resolution: {integrity: sha512-H9wEDpBSM0cpEUuuYAOIiPzLCVN0pjASZZ6FFNzgzYS/HHzl9tArk/ereOMGtcF8m8vgjzw+HrU3YN7oenT7Ww==}
+ unicorn-magic@0.1.0:
+ resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
+ engines: {node: '>=18'}
+
+ unified-engine@11.2.1:
+ resolution: {integrity: sha512-xBAdZ8UY2X4R9Hm6X6kMne4Nz0PlpOc1oE6DPeqJnewr5Imkb8uT5Eyvy1h7xNekPL3PSWh3ZJyNrMW6jnNQBg==}
- unified@11.0.4:
- resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==}
+ unified@11.0.5:
+ resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
unique-string@3.0.0:
resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==}
engines: {node: '>=12'}
- unist-util-inspect@8.0.0:
- resolution: {integrity: sha512-/3Wn/wU6/H6UEo4FoYUeo8KUePN8ERiZpQYFWYoihOsr1DoDuv80PeB0hobVZyYSvALa2e556bG1A1/AbwU4yg==}
+ unist-util-inspect@8.1.0:
+ resolution: {integrity: sha512-mOlg8Mp33pR0eeFpo5d2902ojqFFOKMMG2hF8bmH7ZlhnmjFgh0NI3/ZDwdaBJNbvrS7LZFVrBVtIE9KZ9s7vQ==}
unist-util-is@6.0.0:
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
@@ -6670,14 +6478,11 @@ packages:
unist-util-position@5.0.0:
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
- unist-util-remove-position@5.0.0:
- resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==}
-
unist-util-stringify-position@2.0.3:
resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
- unist-util-stringify-position@3.0.2:
- resolution: {integrity: sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==}
+ unist-util-stringify-position@3.0.3:
+ resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==}
unist-util-stringify-position@4.0.0:
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
@@ -6688,16 +6493,16 @@ packages:
unist-util-visit@5.0.0:
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
- universalify@2.0.0:
- resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
+ universalify@2.0.1:
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
unpipe@1.0.0:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
- update-browserslist-db@1.0.13:
- resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
+ update-browserslist-db@1.1.1:
+ resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -6725,20 +6530,20 @@ packages:
utila@0.4.0:
resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==}
- utility-types@3.10.0:
- resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==}
+ utility-types@3.11.0:
+ resolution: {integrity: sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==}
engines: {node: '>= 4'}
utils-merge@1.0.1:
- resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
+ resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=}
engines: {node: '>= 0.4.0'}
uuid@8.3.2:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
hasBin: true
- uuid@9.0.0:
- resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
+ uuid@9.0.1:
+ resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
hasBin: true
uvu@0.5.6:
@@ -6749,6 +6554,10 @@ packages:
validate-npm-package-license@3.0.4:
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
+ validate-npm-package-name@5.0.1:
+ resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
value-equal@1.0.1:
resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==}
@@ -6756,14 +6565,14 @@ packages:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
- vfile-location@5.0.2:
- resolution: {integrity: sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==}
+ vfile-location@5.0.3:
+ resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
vfile-message@4.0.2:
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
- vfile-reporter@8.1.0:
- resolution: {integrity: sha512-NfHyHdkCcy0BsXiLA3nId29TY7W7hgpc8nd8Soe3imATx5N4/+mkLYdMR+Y6Zvu6BXMMi0FZsD4FLCm1dN85Pg==}
+ vfile-reporter@8.1.1:
+ resolution: {integrity: sha512-qxRZcnFSQt6pWKn3PAk81yLK2rO2i7CDXpy8v8ZquiEOMLSnPw6BMSi9Y1sUCwGGl7a9b3CJT1CKpnRF7pp66g==}
vfile-sort@4.0.0:
resolution: {integrity: sha512-lffPI1JrbHDTToJwcq0rl6rBmkjQmMuXkAxsZPRS9DXbaJQvc642eCg6EGxcX2i1L+esbuhq+2l9tBll5v8AeQ==}
@@ -6771,14 +6580,14 @@ packages:
vfile-statistics@3.0.0:
resolution: {integrity: sha512-/qlwqwWBWFOmpXujL/20P+Iuydil0rZZNglR+VNm6J0gpLHwuVM5s7g2TfVoswbXjZ4HuIhLMySEyIw5i7/D8w==}
- vfile@6.0.1:
- resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
+ vfile@6.0.3:
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
walk-up-path@3.0.1:
resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==}
- watchpack@2.4.0:
- resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
+ watchpack@2.4.2:
+ resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==}
engines: {node: '>=10.13.0'}
wbuf@1.7.3:
@@ -6787,11 +6596,11 @@ packages:
web-namespaces@2.0.1:
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
- web-worker@1.2.0:
- resolution: {integrity: sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==}
+ web-worker@1.3.0:
+ resolution: {integrity: sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==}
- webpack-bundle-analyzer@4.10.1:
- resolution: {integrity: sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==}
+ webpack-bundle-analyzer@4.10.2:
+ resolution: {integrity: sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==}
engines: {node: '>= 10.13.0'}
hasBin: true
@@ -6801,8 +6610,8 @@ packages:
peerDependencies:
webpack: ^4.0.0 || ^5.0.0
- webpack-dev-server@4.15.1:
- resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==}
+ webpack-dev-server@4.15.2:
+ resolution: {integrity: sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==}
engines: {node: '>= 12.13.0'}
hasBin: true
peerDependencies:
@@ -6822,18 +6631,8 @@ packages:
resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
engines: {node: '>=10.13.0'}
- webpack@5.76.0:
- resolution: {integrity: sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==}
- engines: {node: '>=10.13.0'}
- hasBin: true
- peerDependencies:
- webpack-cli: '*'
- peerDependenciesMeta:
- webpack-cli:
- optional: true
-
- webpack@5.89.0:
- resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==}
+ webpack@5.95.0:
+ resolution: {integrity: sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==}
engines: {node: '>=10.13.0'}
hasBin: true
peerDependencies:
@@ -6859,15 +6658,12 @@ packages:
which-boxed-primitive@1.0.2:
resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==}
- which-builtin-type@1.1.3:
- resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==}
+ which-builtin-type@1.1.4:
+ resolution: {integrity: sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==}
engines: {node: '>= 0.4'}
- which-collection@1.0.1:
- resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==}
-
- which-typed-array@1.1.14:
- resolution: {integrity: sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==}
+ which-collection@1.0.2:
+ resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==}
engines: {node: '>= 0.4'}
which-typed-array@1.1.15:
@@ -6883,12 +6679,21 @@ packages:
engines: {node: '>= 8'}
hasBin: true
+ which@4.0.0:
+ resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==}
+ engines: {node: ^16.13.0 || >=18.0.0}
+ hasBin: true
+
widest-line@4.0.1:
resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==}
engines: {node: '>=12'}
- wildcard@2.0.0:
- resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==}
+ wildcard@2.0.1:
+ resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==}
+
+ word-wrap@1.2.5:
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
+ engines: {node: '>=0.10.0'}
wrap-ansi@7.0.0:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
@@ -6898,6 +6703,10 @@ packages:
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
engines: {node: '>=12'}
+ wrap-ansi@9.0.0:
+ resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==}
+ engines: {node: '>=18'}
+
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
@@ -6908,8 +6717,8 @@ packages:
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- ws@7.5.8:
- resolution: {integrity: sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==}
+ ws@7.5.10:
+ resolution: {integrity: sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==}
engines: {node: '>=8.3.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -6920,8 +6729,8 @@ packages:
utf-8-validate:
optional: true
- ws@8.14.2:
- resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==}
+ ws@8.18.0:
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -6947,1275 +6756,1136 @@ packages:
yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
- yallist@4.0.0:
- resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
-
yaml@1.10.2:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
- yaml@2.3.2:
- resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==}
+ yaml@2.5.1:
+ resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==}
engines: {node: '>= 14'}
+ hasBin: true
- yargs-parser@20.2.9:
- resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
- engines: {node: '>=10'}
+ yaml@2.6.0:
+ resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==}
+ engines: {node: '>= 14'}
+ hasBin: true
- yargs-parser@21.0.1:
- resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==}
+ yargs-parser@21.1.1:
+ resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines: {node: '>=12'}
- yargs@17.5.1:
- resolution: {integrity: sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==}
+ yargs@17.7.2:
+ resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
yocto-queue@0.1.0:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yocto-queue@1.0.0:
- resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
+ yocto-queue@1.1.1:
+ resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
engines: {node: '>=12.20'}
- zwitch@2.0.2:
- resolution: {integrity: sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==}
+ zwitch@2.0.4:
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
snapshots:
- '@aashutoshrathi/word-wrap@1.2.6': {}
-
- '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)(search-insights@2.11.0)':
+ '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)(search-insights@2.11.0)
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.2)
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)(search-insights@2.11.0)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)
- search-insights: 2.11.0
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
+ search-insights: 2.17.2
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)':
+ '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)
- '@algolia/client-search': 4.13.1
- algoliasearch: 4.20.0
+ '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
+ '@algolia/client-search': 4.24.0
+ algoliasearch: 4.24.0
- '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)':
+ '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
dependencies:
- '@algolia/client-search': 4.13.1
- algoliasearch: 4.20.0
-
- '@algolia/cache-browser-local-storage@4.20.0':
- dependencies:
- '@algolia/cache-common': 4.20.0
-
- '@algolia/cache-common@4.13.1': {}
-
- '@algolia/cache-common@4.20.0': {}
+ '@algolia/client-search': 4.24.0
+ algoliasearch: 4.24.0
- '@algolia/cache-in-memory@4.20.0':
+ '@algolia/cache-browser-local-storage@4.24.0':
dependencies:
- '@algolia/cache-common': 4.20.0
+ '@algolia/cache-common': 4.24.0
- '@algolia/client-account@4.20.0':
- dependencies:
- '@algolia/client-common': 4.20.0
- '@algolia/client-search': 4.20.0
- '@algolia/transporter': 4.20.0
+ '@algolia/cache-common@4.24.0': {}
- '@algolia/client-analytics@4.20.0':
+ '@algolia/cache-in-memory@4.24.0':
dependencies:
- '@algolia/client-common': 4.20.0
- '@algolia/client-search': 4.20.0
- '@algolia/requester-common': 4.20.0
- '@algolia/transporter': 4.20.0
+ '@algolia/cache-common': 4.24.0
- '@algolia/client-common@4.13.1':
+ '@algolia/client-account@4.24.0':
dependencies:
- '@algolia/requester-common': 4.13.1
- '@algolia/transporter': 4.13.1
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/transporter': 4.24.0
- '@algolia/client-common@4.20.0':
+ '@algolia/client-analytics@4.24.0':
dependencies:
- '@algolia/requester-common': 4.20.0
- '@algolia/transporter': 4.20.0
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
- '@algolia/client-personalization@4.20.0':
+ '@algolia/client-common@4.24.0':
dependencies:
- '@algolia/client-common': 4.20.0
- '@algolia/requester-common': 4.20.0
- '@algolia/transporter': 4.20.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
- '@algolia/client-search@4.13.1':
+ '@algolia/client-personalization@4.24.0':
dependencies:
- '@algolia/client-common': 4.13.1
- '@algolia/requester-common': 4.13.1
- '@algolia/transporter': 4.13.1
+ '@algolia/client-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
- '@algolia/client-search@4.20.0':
+ '@algolia/client-search@4.24.0':
dependencies:
- '@algolia/client-common': 4.20.0
- '@algolia/requester-common': 4.20.0
- '@algolia/transporter': 4.20.0
+ '@algolia/client-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
'@algolia/events@4.0.1': {}
- '@algolia/logger-common@4.13.1': {}
-
- '@algolia/logger-common@4.20.0': {}
+ '@algolia/logger-common@4.24.0': {}
- '@algolia/logger-console@4.20.0':
+ '@algolia/logger-console@4.24.0':
dependencies:
- '@algolia/logger-common': 4.20.0
+ '@algolia/logger-common': 4.24.0
- '@algolia/requester-browser-xhr@4.20.0':
+ '@algolia/recommend@4.24.0':
dependencies:
- '@algolia/requester-common': 4.20.0
-
- '@algolia/requester-common@4.13.1': {}
-
- '@algolia/requester-common@4.20.0': {}
+ '@algolia/cache-browser-local-storage': 4.24.0
+ '@algolia/cache-common': 4.24.0
+ '@algolia/cache-in-memory': 4.24.0
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/logger-common': 4.24.0
+ '@algolia/logger-console': 4.24.0
+ '@algolia/requester-browser-xhr': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/requester-node-http': 4.24.0
+ '@algolia/transporter': 4.24.0
- '@algolia/requester-node-http@4.20.0':
+ '@algolia/requester-browser-xhr@4.24.0':
dependencies:
- '@algolia/requester-common': 4.20.0
+ '@algolia/requester-common': 4.24.0
- '@algolia/transporter@4.13.1':
- dependencies:
- '@algolia/cache-common': 4.13.1
- '@algolia/logger-common': 4.13.1
- '@algolia/requester-common': 4.13.1
+ '@algolia/requester-common@4.24.0': {}
- '@algolia/transporter@4.20.0':
+ '@algolia/requester-node-http@4.24.0':
dependencies:
- '@algolia/cache-common': 4.20.0
- '@algolia/logger-common': 4.20.0
- '@algolia/requester-common': 4.20.0
+ '@algolia/requester-common': 4.24.0
- '@ampproject/remapping@2.2.0':
+ '@algolia/transporter@4.24.0':
dependencies:
- '@jridgewell/gen-mapping': 0.1.1
- '@jridgewell/trace-mapping': 0.3.20
+ '@algolia/cache-common': 4.24.0
+ '@algolia/logger-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
- '@babel/code-frame@7.18.6':
+ '@ampproject/remapping@2.3.0':
dependencies:
- '@babel/highlight': 7.23.4
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
- '@babel/code-frame@7.23.4':
+ '@babel/code-frame@7.25.9':
dependencies:
- '@babel/highlight': 7.23.4
- chalk: 2.4.2
+ '@babel/highlight': 7.25.9
+ picocolors: 1.1.1
- '@babel/compat-data@7.23.3': {}
-
- '@babel/core@7.18.6':
- dependencies:
- '@ampproject/remapping': 2.2.0
- '@babel/code-frame': 7.18.6
- '@babel/generator': 7.18.7
- '@babel/helper-compilation-targets': 7.18.6(@babel/core@7.18.6)
- '@babel/helper-module-transforms': 7.18.8
- '@babel/helpers': 7.18.6
- '@babel/parser': 7.18.8
- '@babel/template': 7.18.6
- '@babel/traverse': 7.23.4
- '@babel/types': 7.18.8
- convert-source-map: 1.8.0
- debug: 4.3.4
- gensync: 1.0.0-beta.2
- json5: 2.2.2
- semver: 6.3.0
- transitivePeerDependencies:
- - supports-color
+ '@babel/compat-data@7.25.9': {}
- '@babel/core@7.23.3':
+ '@babel/core@7.25.9':
dependencies:
- '@ampproject/remapping': 2.2.0
- '@babel/code-frame': 7.23.4
- '@babel/generator': 7.23.4
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3)
- '@babel/helpers': 7.23.4
- '@babel/parser': 7.23.4
- '@babel/template': 7.22.15
- '@babel/traverse': 7.23.4
- '@babel/types': 7.23.4
+ '@ampproject/remapping': 2.3.0
+ '@babel/code-frame': 7.25.9
+ '@babel/generator': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helpers': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
convert-source-map: 2.0.0
- debug: 4.3.4
+ debug: 4.3.7
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.18.7':
- dependencies:
- '@babel/types': 7.23.4
- '@jridgewell/gen-mapping': 0.3.2
- jsesc: 2.5.2
-
- '@babel/generator@7.23.4':
- dependencies:
- '@babel/types': 7.23.4
- '@jridgewell/gen-mapping': 0.3.2
- '@jridgewell/trace-mapping': 0.3.20
- jsesc: 2.5.2
-
- '@babel/helper-annotate-as-pure@7.18.6':
- dependencies:
- '@babel/types': 7.18.8
-
- '@babel/helper-annotate-as-pure@7.22.5':
+ '@babel/generator@7.25.9':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/types': 7.25.9
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
+ jsesc: 3.0.2
- '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
+ '@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/types': 7.25.9
- '@babel/helper-compilation-targets@7.18.6(@babel/core@7.18.6)':
+ '@babel/helper-builder-binary-assignment-operator-visitor@7.25.9':
dependencies:
- '@babel/compat-data': 7.23.3
- '@babel/core': 7.18.6
- '@babel/helper-validator-option': 7.22.15
- browserslist: 4.23.0
- semver: 6.3.1
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-compilation-targets@7.22.15':
+ '@babel/helper-compilation-targets@7.25.9':
dependencies:
- '@babel/compat-data': 7.23.3
- '@babel/helper-validator-option': 7.22.15
- browserslist: 4.23.0
+ '@babel/compat-data': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ browserslist: 4.24.2
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-member-expression-to-functions': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3)
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.25.9
semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.3)':
+ '@babel/helper-create-regexp-features-plugin@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- regexpu-core: 5.3.2
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ regexpu-core: 6.1.1
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.3)':
+ '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- debug: 4.3.4
+ '@babel/core': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ debug: 4.3.7
lodash.debounce: 4.0.8
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- '@babel/helper-environment-visitor@7.22.20': {}
-
- '@babel/helper-function-name@7.23.0':
- dependencies:
- '@babel/template': 7.22.15
- '@babel/types': 7.23.4
-
- '@babel/helper-hoist-variables@7.22.5':
- dependencies:
- '@babel/types': 7.23.4
-
- '@babel/helper-member-expression-to-functions@7.23.0':
- dependencies:
- '@babel/types': 7.23.4
-
- '@babel/helper-module-imports@7.18.6':
- dependencies:
- '@babel/types': 7.18.8
-
- '@babel/helper-module-imports@7.22.15':
- dependencies:
- '@babel/types': 7.23.4
-
- '@babel/helper-module-transforms@7.18.8':
+ '@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-simple-access': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.20
- '@babel/template': 7.22.15
- '@babel/traverse': 7.23.4
- '@babel/types': 7.23.4
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-simple-access': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.20
-
- '@babel/helper-optimise-call-expression@7.22.5':
- dependencies:
- '@babel/types': 7.23.4
-
- '@babel/helper-plugin-utils@7.18.6': {}
-
- '@babel/helper-plugin-utils@7.22.5': {}
-
- '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-wrap-function': 7.22.20
-
- '@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-member-expression-to-functions': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
-
- '@babel/helper-simple-access@7.22.5':
+ '@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-skip-transparent-expression-wrappers@7.22.5':
+ '@babel/helper-module-transforms@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/core': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-simple-access': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-split-export-declaration@7.22.6':
+ '@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.23.4
-
- '@babel/helper-string-parser@7.23.4': {}
+ '@babel/types': 7.25.9
- '@babel/helper-validator-identifier@7.22.20': {}
+ '@babel/helper-plugin-utils@7.25.9': {}
- '@babel/helper-validator-option@7.22.15': {}
-
- '@babel/helper-wrap-function@7.22.20':
- dependencies:
- '@babel/helper-function-name': 7.23.0
- '@babel/template': 7.22.15
- '@babel/types': 7.23.4
-
- '@babel/helpers@7.18.6':
+ '@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/template': 7.22.15
- '@babel/traverse': 7.23.4
- '@babel/types': 7.23.4
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-wrap-function': 7.25.9
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helpers@7.23.4':
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/template': 7.22.15
- '@babel/traverse': 7.23.4
- '@babel/types': 7.23.4
+ '@babel/core': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/highlight@7.23.4':
- dependencies:
- '@babel/helper-validator-identifier': 7.22.20
- chalk: 2.4.2
- js-tokens: 4.0.0
-
- '@babel/parser@7.18.8':
+ '@babel/helper-simple-access@7.25.9':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/parser@7.23.4':
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-string-parser@7.25.9': {}
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.3)
+ '@babel/helper-validator-identifier@7.25.9': {}
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option@7.25.9': {}
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3)':
+ '@babel/helper-wrap-function@7.25.9':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3)':
+ '@babel/helpers@7.25.9':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/template': 7.25.9
+ '@babel/types': 7.25.9
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3)':
+ '@babel/highlight@7.25.9':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-identifier': 7.25.9
+ chalk: 2.4.2
+ js-tokens: 4.0.0
+ picocolors: 1.1.1
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3)':
+ '@babel/parser@7.25.9':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/types': 7.25.9
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
- '@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.18.6)':
+ '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.18.6
- '@babel/helper-plugin-utils': 7.18.6
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-syntax-import-assertions@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3)':
+ '@babel/plugin-syntax-import-attributes@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3)':
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-async-generator-functions@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9)
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3)':
+ '@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3)':
+ '@babel/plugin-transform-block-scoped-functions@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3)':
+ '@babel/plugin-transform-class-properties@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-class-static-block@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-classes@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9)
+ '@babel/traverse': 7.25.9
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/template': 7.25.9
- '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-dynamic-import@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3)
- '@babel/helper-split-export-declaration': 7.22.6
- globals: 11.12.0
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-exponentiation-operator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/template': 7.22.15
+ '@babel/core': 7.25.9
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-export-namespace-from@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-for-of@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-function-name@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-json-strings@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-literals@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-logical-assignment-operators@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-modules-commonjs@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-simple-access': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-new-target@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-simple-access': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-numeric-separator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-object-rest-spread@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9)
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3)':
+ '@babel/plugin-transform-object-super@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-replace-supers': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-optional-catch-binding@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-parameters@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-private-methods@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/compat-data': 7.23.3
- '@babel/core': 7.23.3
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-private-property-in-object@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-react-constant-elements@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@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.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-react-display-name@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.9)
+ '@babel/types': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-react-pure-annotations@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-constant-elements@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ regenerator-transform: 0.15.2
- '@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.3)':
+ '@babel/plugin-transform-runtime@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.9)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.9)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.9)
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-react-jsx@7.18.6(@babel/core@7.18.6)':
+ '@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.18.6
- '@babel/helper-annotate-as-pure': 7.18.6
- '@babel/helper-module-imports': 7.18.6
- '@babel/helper-plugin-utils': 7.18.6
- '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.18.6)
- '@babel/types': 7.18.8
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-spread@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3)
- '@babel/types': 7.23.4
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ transitivePeerDependencies:
+ - supports-color
- '@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-template-literals@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- regenerator-transform: 0.15.2
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3)':
+ '@babel/plugin-transform-typeof-symbol@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.3)':
+ '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3)
- babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3)
- babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3)
- semver: 6.3.1
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.25.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
-
- '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3)
-
- '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3)
- '@babel/helper-plugin-utils': 7.22.5
-
- '@babel/preset-env@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/compat-data': 7.23.3
- '@babel/core': 7.23.3
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-validator-option': 7.22.15
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.3)
- '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3)
- '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.3)
- babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3)
- babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3)
- babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3)
- core-js-compat: 3.37.0
+ '@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-property-regex@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/plugin-transform-unicode-sets-regex@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/helper-create-regexp-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+
+ '@babel/preset-env@7.25.9(@babel/core@7.25.9)':
+ dependencies:
+ '@babel/compat-data': 7.25.9
+ '@babel/core': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.9)
+ '@babel/plugin-syntax-import-assertions': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-syntax-import-attributes': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.9)
+ '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-async-generator-functions': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-block-scoped-functions': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-class-properties': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-class-static-block': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-dynamic-import': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-exponentiation-operator': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-export-namespace-from': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-for-of': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-json-strings': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-logical-assignment-operators': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-numeric-separator': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-object-rest-spread': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-optional-catch-binding': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-private-methods': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-private-property-in-object': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-template-literals': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-typeof-symbol': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-unicode-property-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-unicode-sets-regex': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.9)
+ babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.9)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.9)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.9)
+ core-js-compat: 3.38.1
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/types': 7.23.4
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/types': 7.25.9
esutils: 2.0.3
- '@babel/preset-react@7.23.3(@babel/core@7.23.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-validator-option': 7.22.15
- '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3)
- '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.3)
- '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.3)
-
- '@babel/preset-typescript@7.23.3(@babel/core@7.23.3)':
+ '@babel/preset-react@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-validator-option': 7.22.15
- '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3)
- '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3)
-
- '@babel/regjsgen@0.8.0': {}
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-transform-react-display-name': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-react-pure-annotations': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/runtime-corejs3@7.23.4':
+ '@babel/preset-typescript@7.25.9(@babel/core@7.25.9)':
dependencies:
- core-js-pure: 3.33.3
- regenerator-runtime: 0.14.0
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-modules-commonjs': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.25.9)
+ transitivePeerDependencies:
+ - supports-color
- '@babel/runtime@7.23.4':
+ '@babel/runtime-corejs3@7.25.9':
dependencies:
- regenerator-runtime: 0.14.0
+ core-js-pure: 3.38.1
+ regenerator-runtime: 0.14.1
- '@babel/template@7.18.6':
+ '@babel/runtime@7.25.9':
dependencies:
- '@babel/code-frame': 7.23.4
- '@babel/parser': 7.23.4
- '@babel/types': 7.23.4
+ regenerator-runtime: 0.14.1
- '@babel/template@7.22.15':
+ '@babel/template@7.25.9':
dependencies:
- '@babel/code-frame': 7.23.4
- '@babel/parser': 7.23.4
- '@babel/types': 7.23.4
+ '@babel/code-frame': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/types': 7.25.9
- '@babel/traverse@7.23.4':
+ '@babel/traverse@7.25.9':
dependencies:
- '@babel/code-frame': 7.23.4
- '@babel/generator': 7.23.4
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.23.4
- '@babel/types': 7.23.4
- debug: 4.3.4
+ '@babel/code-frame': 7.25.9
+ '@babel/generator': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/template': 7.25.9
+ '@babel/types': 7.25.9
+ debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.18.8':
- dependencies:
- '@babel/helper-validator-identifier': 7.22.20
- to-fast-properties: 2.0.0
-
- '@babel/types@7.23.4':
+ '@babel/types@7.25.9':
dependencies:
- '@babel/helper-string-parser': 7.23.4
- '@babel/helper-validator-identifier': 7.22.20
- to-fast-properties: 2.0.0
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
- '@braintree/sanitize-url@6.0.2': {}
+ '@braintree/sanitize-url@6.0.4': {}
'@colors/colors@1.5.0':
optional: true
- '@commitlint/cli@18.4.3(typescript@5.3.3)':
+ '@commitlint/cli@19.5.0(@types/node@20.17.0)(typescript@5.5.4)':
dependencies:
- '@commitlint/format': 18.4.3
- '@commitlint/lint': 18.4.3
- '@commitlint/load': 18.4.3(typescript@5.3.3)
- '@commitlint/read': 18.4.3
- '@commitlint/types': 18.4.3
- execa: 5.1.1
- lodash.isfunction: 3.0.9
- resolve-from: 5.0.0
- resolve-global: 1.0.0
- yargs: 17.5.1
+ '@commitlint/format': 19.5.0
+ '@commitlint/lint': 19.5.0
+ '@commitlint/load': 19.5.0(@types/node@20.17.0)(typescript@5.5.4)
+ '@commitlint/read': 19.5.0
+ '@commitlint/types': 19.5.0
+ tinyexec: 0.3.1
+ yargs: 17.7.2
transitivePeerDependencies:
+ - '@types/node'
- typescript
- '@commitlint/config-conventional@18.4.3':
+ '@commitlint/config-conventional@19.5.0':
dependencies:
+ '@commitlint/types': 19.5.0
conventional-changelog-conventionalcommits: 7.0.2
- '@commitlint/config-validator@18.4.3':
+ '@commitlint/config-validator@19.5.0':
dependencies:
- '@commitlint/types': 18.4.3
- ajv: 8.11.0
+ '@commitlint/types': 19.5.0
+ ajv: 8.17.1
- '@commitlint/ensure@18.4.3':
+ '@commitlint/ensure@19.5.0':
dependencies:
- '@commitlint/types': 18.4.3
+ '@commitlint/types': 19.5.0
lodash.camelcase: 4.3.0
lodash.kebabcase: 4.1.1
lodash.snakecase: 4.1.1
lodash.startcase: 4.4.0
lodash.upperfirst: 4.3.1
- '@commitlint/execute-rule@18.4.3': {}
+ '@commitlint/execute-rule@19.5.0': {}
- '@commitlint/format@18.4.3':
+ '@commitlint/format@19.5.0':
dependencies:
- '@commitlint/types': 18.4.3
- chalk: 4.1.2
+ '@commitlint/types': 19.5.0
+ chalk: 5.3.0
- '@commitlint/is-ignored@18.4.3':
+ '@commitlint/is-ignored@19.5.0':
dependencies:
- '@commitlint/types': 18.4.3
- semver: 7.5.4
+ '@commitlint/types': 19.5.0
+ semver: 7.6.3
- '@commitlint/lint@18.4.3':
+ '@commitlint/lint@19.5.0':
dependencies:
- '@commitlint/is-ignored': 18.4.3
- '@commitlint/parse': 18.4.3
- '@commitlint/rules': 18.4.3
- '@commitlint/types': 18.4.3
+ '@commitlint/is-ignored': 19.5.0
+ '@commitlint/parse': 19.5.0
+ '@commitlint/rules': 19.5.0
+ '@commitlint/types': 19.5.0
- '@commitlint/load@18.4.3(typescript@5.3.3)':
+ '@commitlint/load@19.5.0(@types/node@20.17.0)(typescript@5.5.4)':
dependencies:
- '@commitlint/config-validator': 18.4.3
- '@commitlint/execute-rule': 18.4.3
- '@commitlint/resolve-extends': 18.4.3
- '@commitlint/types': 18.4.3
- '@types/node': 18.18.11
- chalk: 4.1.2
- cosmiconfig: 8.3.6(typescript@5.3.3)
- cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.11)(cosmiconfig@8.3.6(typescript@5.3.3))(typescript@5.3.3)
+ '@commitlint/config-validator': 19.5.0
+ '@commitlint/execute-rule': 19.5.0
+ '@commitlint/resolve-extends': 19.5.0
+ '@commitlint/types': 19.5.0
+ chalk: 5.3.0
+ cosmiconfig: 9.0.0(typescript@5.5.4)
+ cosmiconfig-typescript-loader: 5.1.0(@types/node@20.17.0)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
- resolve-from: 5.0.0
transitivePeerDependencies:
+ - '@types/node'
- typescript
- '@commitlint/message@18.4.3': {}
+ '@commitlint/message@19.5.0': {}
- '@commitlint/parse@18.4.3':
+ '@commitlint/parse@19.5.0':
dependencies:
- '@commitlint/types': 18.4.3
+ '@commitlint/types': 19.5.0
conventional-changelog-angular: 7.0.0
conventional-commits-parser: 5.0.0
- '@commitlint/read@18.4.3':
+ '@commitlint/read@19.5.0':
dependencies:
- '@commitlint/top-level': 18.4.3
- '@commitlint/types': 18.4.3
- fs-extra: 11.1.1
- git-raw-commits: 2.0.11
+ '@commitlint/top-level': 19.5.0
+ '@commitlint/types': 19.5.0
+ git-raw-commits: 4.0.0
minimist: 1.2.8
+ tinyexec: 0.3.1
- '@commitlint/resolve-extends@18.4.3':
+ '@commitlint/resolve-extends@19.5.0':
dependencies:
- '@commitlint/config-validator': 18.4.3
- '@commitlint/types': 18.4.3
- import-fresh: 3.3.0
+ '@commitlint/config-validator': 19.5.0
+ '@commitlint/types': 19.5.0
+ global-directory: 4.0.1
+ import-meta-resolve: 4.1.0
lodash.mergewith: 4.6.2
resolve-from: 5.0.0
- resolve-global: 1.0.0
- '@commitlint/rules@18.4.3':
+ '@commitlint/rules@19.5.0':
dependencies:
- '@commitlint/ensure': 18.4.3
- '@commitlint/message': 18.4.3
- '@commitlint/to-lines': 18.4.3
- '@commitlint/types': 18.4.3
- execa: 5.1.1
+ '@commitlint/ensure': 19.5.0
+ '@commitlint/message': 19.5.0
+ '@commitlint/to-lines': 19.5.0
+ '@commitlint/types': 19.5.0
- '@commitlint/to-lines@18.4.3': {}
+ '@commitlint/to-lines@19.5.0': {}
- '@commitlint/top-level@18.4.3':
+ '@commitlint/top-level@19.5.0':
dependencies:
- find-up: 5.0.0
+ find-up: 7.0.0
- '@commitlint/types@18.4.3':
+ '@commitlint/types@19.5.0':
dependencies:
- chalk: 4.1.2
+ '@types/conventional-commits-parser': 5.0.0
+ chalk: 5.3.0
- '@csstools/css-parser-algorithms@2.5.0(@csstools/css-tokenizer@2.2.3)':
+ '@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2)':
dependencies:
- '@csstools/css-tokenizer': 2.2.3
+ '@csstools/css-tokenizer': 3.0.2
- '@csstools/css-tokenizer@2.2.3': {}
+ '@csstools/css-tokenizer@3.0.2': {}
- '@csstools/media-query-list-parser@2.1.7(@csstools/css-parser-algorithms@2.5.0(@csstools/css-tokenizer@2.2.3))(@csstools/css-tokenizer@2.2.3)':
+ '@csstools/media-query-list-parser@3.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
dependencies:
- '@csstools/css-parser-algorithms': 2.5.0(@csstools/css-tokenizer@2.2.3)
- '@csstools/css-tokenizer': 2.2.3
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-tokenizer': 3.0.2
- '@csstools/selector-specificity@3.0.1(postcss-selector-parser@6.0.15)':
+ '@csstools/selector-specificity@4.0.0(postcss-selector-parser@6.1.2)':
dependencies:
- postcss-selector-parser: 6.0.15
+ postcss-selector-parser: 6.1.2
'@discoveryjs/json-ext@0.5.7': {}
- '@docsearch/css@3.5.2': {}
+ '@docsearch/css@3.6.2': {}
- '@docsearch/react@3.5.2(@algolia/client-search@4.13.1)(@types/react@18.2.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)':
+ '@docsearch/react@3.6.2(@algolia/client-search@4.24.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)':
dependencies:
- '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)(search-insights@2.11.0)
- '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.13.1)(algoliasearch@4.20.0)
- '@docsearch/css': 3.5.2
- algoliasearch: 4.20.0
+ '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.2)
+ '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
+ '@docsearch/css': 3.6.2
+ algoliasearch: 4.24.0
optionalDependencies:
- '@types/react': 18.2.38
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- search-insights: 2.11.0
+ '@types/react': 18.3.12
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ search-insights: 2.17.2
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/core@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
- dependencies:
- '@babel/core': 7.23.3
- '@babel/generator': 7.23.4
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3)
- '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.3)
- '@babel/preset-env': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-react': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-typescript': 7.23.3(@babel/core@7.23.3)
- '@babel/runtime': 7.23.4
- '@babel/runtime-corejs3': 7.23.4
- '@babel/traverse': 7.23.4
- '@docusaurus/cssnano-preset': 3.4.0
- '@docusaurus/logger': 3.4.0
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- autoprefixer: 10.4.19(postcss@8.4.38)
- babel-loader: 9.1.3(@babel/core@7.23.3)(webpack@5.89.0)
+ '@docusaurus/core@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
+ dependencies:
+ '@babel/core': 7.25.9
+ '@babel/generator': 7.25.9
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.9)
+ '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-env': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-react': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-typescript': 7.25.9(@babel/core@7.25.9)
+ '@babel/runtime': 7.25.9
+ '@babel/runtime-corejs3': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@docusaurus/cssnano-preset': 3.5.2
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@mdx-js/react': 3.1.0(@types/react@18.3.12)(react@18.3.1)
+ autoprefixer: 10.4.20(postcss@8.4.47)
+ babel-loader: 9.2.1(@babel/core@7.25.9)(webpack@5.95.0)
babel-plugin-dynamic-import-node: 2.3.3
boxen: 6.2.1
chalk: 4.1.2
- chokidar: 3.5.3
- clean-css: 5.3.2
- cli-table3: 0.6.3
- combine-promises: 1.1.0
+ chokidar: 3.6.0
+ clean-css: 5.3.3
+ cli-table3: 0.6.5
+ combine-promises: 1.2.0
commander: 5.1.0
- copy-webpack-plugin: 11.0.0(webpack@5.89.0)
- core-js: 3.33.3
- css-loader: 6.8.1(webpack@5.89.0)
- css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.2)(webpack@5.89.0)
- cssnano: 6.1.2(postcss@8.4.38)
+ copy-webpack-plugin: 11.0.0(webpack@5.95.0)
+ core-js: 3.38.1
+ css-loader: 6.11.0(webpack@5.95.0)
+ css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.95.0)
+ cssnano: 6.1.2(postcss@8.4.47)
del: 6.1.1
- detect-port: 1.5.1
+ detect-port: 1.6.1
escape-html: 1.0.3
eta: 2.2.0
eval: 0.1.8
- file-loader: 6.2.0(webpack@5.89.0)
- fs-extra: 11.1.1
+ file-loader: 6.2.0(webpack@5.95.0)
+ fs-extra: 11.2.0
html-minifier-terser: 7.2.0
html-tags: 3.3.1
- html-webpack-plugin: 5.5.3(webpack@5.89.0)
+ html-webpack-plugin: 5.6.3(webpack@5.95.0)
leven: 3.1.0
lodash: 4.17.21
- mini-css-extract-plugin: 2.7.6(webpack@5.89.0)
+ mini-css-extract-plugin: 2.9.1(webpack@5.95.0)
p-map: 4.0.0
- postcss: 8.4.38
- postcss-loader: 7.3.3(postcss@8.4.38)(typescript@5.3.3)(webpack@5.89.0)
+ postcss: 8.4.47
+ postcss-loader: 7.3.4(postcss@8.4.47)(typescript@5.5.4)(webpack@5.95.0)
prompts: 2.4.2
- react: 18.2.0
- react-dev-utils: 12.0.1(eslint@8.57.0)(typescript@5.3.3)(webpack@5.89.0)
- react-dom: 18.2.0(react@18.2.0)
- react-helmet-async: 1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.2.0)'
- react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.2.0))(webpack@5.89.0)
- react-router: 5.3.4(react@18.2.0)
- react-router-config: 5.1.1(react-router@5.3.4(react@18.2.0))(react@18.2.0)
- react-router-dom: 5.3.4(react@18.2.0)
- rtl-detect: 1.0.4
- semver: 7.6.0
- serve-handler: 6.1.5
+ react: 18.3.1
+ react-dev-utils: 12.0.1(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)(webpack@5.95.0)
+ react-dom: 18.3.1(react@18.3.1)
+ react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
+ react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.95.0)
+ react-router: 5.3.4(react@18.3.1)
+ react-router-config: 5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1)
+ react-router-dom: 5.3.4(react@18.3.1)
+ rtl-detect: 1.1.2
+ semver: 7.6.3
+ serve-handler: 6.1.6
shelljs: 0.8.5
- terser-webpack-plugin: 5.3.9(webpack@5.89.0)
- tslib: 2.6.2
+ terser-webpack-plugin: 5.3.10(webpack@5.95.0)
+ tslib: 2.8.0
update-notifier: 6.0.2
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.89.0))(webpack@5.89.0)
- webpack: 5.89.0
- webpack-bundle-analyzer: 4.10.1
- webpack-dev-server: 4.15.1(webpack@5.89.0)
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.95.0))(webpack@5.95.0)
+ webpack: 5.95.0
+ webpack-bundle-analyzer: 4.10.2
+ webpack-dev-server: 4.15.2(webpack@5.95.0)
webpack-merge: 5.10.0
- webpackbar: 5.0.2(webpack@5.89.0)
+ webpackbar: 5.0.2(webpack@5.95.0)
transitivePeerDependencies:
- '@docusaurus/types'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8229,91 +7899,96 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/cssnano-preset@3.4.0':
+ '@docusaurus/cssnano-preset@3.5.2':
dependencies:
- cssnano-preset-advanced: 6.1.2(postcss@8.4.38)
- postcss: 8.4.38
- postcss-sort-media-queries: 5.2.0(postcss@8.4.38)
- tslib: 2.6.2
+ cssnano-preset-advanced: 6.1.2(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-sort-media-queries: 5.2.0(postcss@8.4.47)
+ tslib: 2.8.0
- '@docusaurus/logger@3.4.0':
+ '@docusaurus/logger@3.5.2':
dependencies:
chalk: 4.1.2
- tslib: 2.6.2
+ tslib: 2.8.0
- '@docusaurus/mdx-loader@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/mdx-loader@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/logger': 3.4.0
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@mdx-js/mdx': 3.0.0
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@mdx-js/mdx': 3.1.0(acorn@8.13.0)
'@slorber/remark-comment': 1.0.0
escape-html: 1.0.3
- estree-util-value-to-estree: 3.0.1
- file-loader: 6.2.0(webpack@5.89.0)
- fs-extra: 11.1.1
- image-size: 1.0.2
+ estree-util-value-to-estree: 3.1.2
+ file-loader: 6.2.0(webpack@5.95.0)
+ fs-extra: 11.2.0
+ image-size: 1.1.1
mdast-util-mdx: 3.0.0
mdast-util-to-string: 4.0.0
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
rehype-raw: 7.0.0
remark-directive: 3.0.0
remark-emoji: 4.0.1
remark-frontmatter: 5.0.0
remark-gfm: 4.0.0
stringify-object: 3.3.0
- tslib: 2.6.2
- unified: 11.0.4
+ tslib: 2.8.0
+ unified: 11.0.5
unist-util-visit: 5.0.0
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.89.0))(webpack@5.89.0)
- vfile: 6.0.1
- webpack: 5.89.0
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.95.0))(webpack@5.95.0)
+ vfile: 6.0.3
+ webpack: 5.95.0
transitivePeerDependencies:
- '@docusaurus/types'
- '@swc/core'
+ - acorn
- esbuild
- supports-color
- typescript
- uglify-js
- webpack-cli
- '@docusaurus/module-type-aliases@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@docusaurus/module-type-aliases@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@types/history': 4.7.11
- '@types/react': 18.2.38
- '@types/react-router-config': 5.0.10
+ '@types/react': 18.3.12
+ '@types/react-router-config': 5.0.11
'@types/react-router-dom': 5.3.3
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-helmet-async: 1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.2.0)'
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ react-helmet-async: 2.0.5(react@18.3.1)
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
transitivePeerDependencies:
- '@swc/core'
+ - acorn
- esbuild
- supports-color
- uglify-js
- webpack-cli
- '@docusaurus/plugin-client-redirects@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-client-redirects@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/logger': 3.4.0
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
eta: 2.2.0
- fs-extra: 11.1.1
+ fs-extra: 11.2.0
lodash: 4.17.21
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
- '@docusaurus/types'
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8327,31 +8002,36 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-blog@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/logger': 3.4.0
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
+ '@docusaurus/plugin-content-blog@3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
+ dependencies:
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-docs': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
cheerio: 1.0.0-rc.12
feed: 4.2.2
- fs-extra: 11.1.1
+ fs-extra: 11.2.0
lodash: 4.17.21
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
reading-time: 1.5.0
srcset: 4.0.0
- tslib: 2.6.2
+ tslib: 2.8.0
unist-util-visit: 5.0.0
- utility-types: 3.10.0
- webpack: 5.89.0
+ utility-types: 3.11.0
+ webpack: 5.95.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8365,30 +8045,34 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-docs@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/logger': 3.4.0
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/module-type-aliases': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@types/react-router-config': 5.0.10
- combine-promises: 1.1.0
- fs-extra: 11.1.1
+ '@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
+ dependencies:
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/module-type-aliases': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@types/react-router-config': 5.0.11
+ combine-promises: 1.2.0
+ fs-extra: 11.2.0
js-yaml: 4.1.0
lodash: 4.17.21
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
- utility-types: 3.10.0
- webpack: 5.89.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
+ utility-types: 3.11.0
+ webpack: 5.95.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8402,22 +8086,25 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-content-pages@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-content-pages@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- fs-extra: 11.1.1
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
- webpack: 5.89.0
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
+ webpack: 5.95.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8431,20 +8118,23 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-debug@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-debug@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- fs-extra: 11.1.1
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-json-view-lite: 1.2.1(react@18.2.0)
- tslib: 2.6.2
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ react-json-view-lite: 1.5.0(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8458,18 +8148,21 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-analytics@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-google-analytics@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8483,19 +8176,22 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-gtag@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-google-gtag@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
'@types/gtag.js': 0.0.12
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8509,18 +8205,21 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-google-tag-manager@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-google-tag-manager@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8534,23 +8233,26 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/plugin-sitemap@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/plugin-sitemap@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/logger': 3.4.0
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- fs-extra: 11.1.1
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- sitemap: 7.1.1
- tslib: 2.6.2
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ sitemap: 7.1.2
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8564,29 +8266,32 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/preset-classic@3.4.0(@algolia/client-search@4.13.1)(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(typescript@5.3.3)':
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-blog': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-docs': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-pages': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-debug': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-google-analytics': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-google-gtag': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-google-tag-manager': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-sitemap': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-classic': 3.4.0(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-search-algolia': 3.4.0(@algolia/client-search@4.13.1)(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
+ '@docusaurus/preset-classic@3.5.2(@algolia/client-search@4.24.0)(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.5.4)':
+ dependencies:
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-blog': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-docs': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-pages': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-debug': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-google-analytics': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-google-gtag': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-google-tag-manager': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-sitemap': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-classic': 3.5.2(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-search-algolia': 3.5.2(@algolia/client-search@4.24.0)(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
transitivePeerDependencies:
- '@algolia/client-search'
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
- '@types/react'
+ - acorn
- bufferutil
- csso
- debug
@@ -8601,45 +8306,47 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/react-loadable@6.0.0(react@18.2.0)':
- dependencies:
- '@types/react': 18.2.38
- react: 18.2.0
-
- '@docusaurus/theme-classic@3.4.0(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/module-type-aliases': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/plugin-content-blog': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-docs': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-pages': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-translations': 3.4.0
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@mdx-js/react': 3.0.0(@types/react@18.2.38)(react@18.2.0)
- clsx: 2.0.0
+ '@docusaurus/react-loadable@6.0.0(react@18.3.1)':
+ dependencies:
+ '@types/react': 18.3.12
+ react: 18.3.1
+
+ '@docusaurus/theme-classic@3.5.2(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
+ dependencies:
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/module-type-aliases': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/plugin-content-blog': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-docs': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/plugin-content-pages': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@mdx-js/react': 3.1.0(@types/react@18.3.12)(react@18.3.1)
+ clsx: 2.1.1
copy-text-to-clipboard: 3.2.0
- infima: 0.2.0-alpha.43
+ infima: 0.2.0-alpha.44
lodash: 4.17.21
nprogress: 0.2.0
- postcss: 8.4.38
- prism-react-renderer: 2.3.1(react@18.2.0)
+ postcss: 8.4.47
+ prism-react-renderer: 2.4.0(react@18.3.1)
prismjs: 1.29.0
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-router-dom: 5.3.4(react@18.2.0)
- rtlcss: 4.1.1
- tslib: 2.6.2
- utility-types: 3.10.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ react-router-dom: 5.3.4(react@18.3.1)
+ rtlcss: 4.3.0
+ tslib: 2.8.0
+ utility-types: 3.11.0
transitivePeerDependencies:
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
- '@types/react'
+ - acorn
- bufferutil
- csso
- debug
@@ -8653,58 +8360,52 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-common@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
+ '@docusaurus/theme-common@3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
dependencies:
- '@docusaurus/mdx-loader': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/module-type-aliases': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/plugin-content-blog': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-docs': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/plugin-content-pages': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
+ '@docusaurus/mdx-loader': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/module-type-aliases': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/plugin-content-docs': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
'@types/history': 4.7.11
- '@types/react': 18.2.38
- '@types/react-router-config': 5.0.10
- clsx: 2.0.0
+ '@types/react': 18.3.12
+ '@types/react-router-config': 5.0.11
+ clsx: 2.1.1
parse-numeric-range: 1.3.0
- prism-react-renderer: 2.3.1(react@18.2.0)
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
- utility-types: 3.10.0
+ prism-react-renderer: 2.4.0(react@18.3.1)
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
+ utility-types: 3.11.0
transitivePeerDependencies:
- '@docusaurus/types'
- - '@parcel/css'
- '@swc/core'
- - '@swc/css'
- - bufferutil
- - csso
- - debug
+ - acorn
- esbuild
- - eslint
- - lightningcss
- supports-color
- typescript
- uglify-js
- - utf-8-validate
- - vue-template-compiler
- webpack-cli
- '@docusaurus/theme-mermaid@3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)':
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/module-type-aliases': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/theme-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- mermaid: 10.6.1
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
+ '@docusaurus/theme-mermaid@3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)':
+ dependencies:
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/module-type-aliases': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ mermaid: 10.9.3
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
transitivePeerDependencies:
+ - '@docusaurus/plugin-content-docs'
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - acorn
- bufferutil
- csso
- debug
@@ -8718,33 +8419,36 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-search-algolia@3.4.0(@algolia/client-search@4.13.1)(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.2.38)(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(typescript@5.3.3)':
- dependencies:
- '@docsearch/react': 3.5.2(@algolia/client-search@4.13.1)(@types/react@18.2.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/logger': 3.4.0
- '@docusaurus/plugin-content-docs': 3.4.0(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- '@docusaurus/theme-translations': 3.4.0
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-validation': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- algoliasearch: 4.20.0
- algoliasearch-helper: 3.15.0(algoliasearch@4.20.0)
- clsx: 2.0.0
+ '@docusaurus/theme-search-algolia@3.5.2(@algolia/client-search@4.24.0)(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)(typescript@5.5.4)':
+ dependencies:
+ '@docsearch/react': 3.6.2(@algolia/client-search@4.24.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.2)
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/plugin-content-docs': 3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-common': 3.5.2(@docusaurus/plugin-content-docs@3.5.2(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ algoliasearch: 4.24.0
+ algoliasearch-helper: 3.22.5(algoliasearch@4.24.0)
+ clsx: 2.1.1
eta: 2.2.0
- fs-extra: 11.1.1
+ fs-extra: 11.2.0
lodash: 4.17.21
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- tslib: 2.6.2
- utility-types: 3.10.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ tslib: 2.8.0
+ utility-types: 3.11.0
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/types'
+ - '@mdx-js/react'
- '@parcel/css'
+ - '@rspack/core'
- '@swc/core'
- '@swc/css'
- '@types/react'
+ - acorn
- bufferutil
- csso
- debug
@@ -8759,47 +8463,50 @@ snapshots:
- vue-template-compiler
- webpack-cli
- '@docusaurus/theme-translations@3.4.0':
+ '@docusaurus/theme-translations@3.5.2':
dependencies:
- fs-extra: 11.1.1
- tslib: 2.6.2
+ fs-extra: 11.2.0
+ tslib: 2.8.0
- '@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@docusaurus/tsconfig@3.5.2': {}
+
+ '@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@mdx-js/mdx': 3.0.0
+ '@mdx-js/mdx': 3.1.0(acorn@8.13.0)
'@types/history': 4.7.11
- '@types/react': 18.2.38
+ '@types/react': 18.3.12
commander: 5.1.0
- joi: 17.11.0
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-helmet-async: 1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- utility-types: 3.10.0
- webpack: 5.89.0
+ joi: 17.13.3
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ utility-types: 3.11.0
+ webpack: 5.95.0
webpack-merge: 5.10.0
transitivePeerDependencies:
- '@swc/core'
+ - acorn
- esbuild
- supports-color
- uglify-js
- webpack-cli
- '@docusaurus/utils-common@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))':
+ '@docusaurus/utils-common@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))':
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.0
optionalDependencies:
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@docusaurus/utils-validation@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)':
+ '@docusaurus/utils-validation@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)':
dependencies:
- '@docusaurus/logger': 3.4.0
- '@docusaurus/utils': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
fs-extra: 11.2.0
- joi: 17.11.0
+ joi: 17.13.3
js-yaml: 4.1.0
lodash: 4.17.21
- tslib: 2.6.2
+ tslib: 2.8.0
transitivePeerDependencies:
- '@docusaurus/types'
- '@swc/core'
@@ -8809,30 +8516,30 @@ snapshots:
- uglify-js
- webpack-cli
- '@docusaurus/utils@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.3.3)':
+ '@docusaurus/utils@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4)':
dependencies:
- '@docusaurus/logger': 3.4.0
- '@docusaurus/utils-common': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))
- '@svgr/webpack': 8.1.0(typescript@5.3.3)
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ '@svgr/webpack': 8.1.0(typescript@5.5.4)
escape-string-regexp: 4.0.0
- file-loader: 6.2.0(webpack@5.89.0)
- fs-extra: 11.1.1
+ file-loader: 6.2.0(webpack@5.95.0)
+ fs-extra: 11.2.0
github-slugger: 1.5.0
globby: 11.1.0
gray-matter: 4.0.3
- jiti: 1.21.0
+ jiti: 1.21.6
js-yaml: 4.1.0
lodash: 4.17.21
- micromatch: 4.0.5
+ micromatch: 4.0.8
prompts: 2.4.2
resolve-pathname: 3.0.0
shelljs: 0.8.5
- tslib: 2.6.2
- url-loader: 4.1.1(file-loader@6.2.0(webpack@5.89.0))(webpack@5.89.0)
- utility-types: 3.10.0
- webpack: 5.89.0
+ tslib: 2.8.0
+ url-loader: 4.1.1(file-loader@6.2.0(webpack@5.95.0))(webpack@5.95.0)
+ utility-types: 3.11.0
+ webpack: 5.95.0
optionalDependencies:
- '@docusaurus/types': 3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@docusaurus/types': 3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
transitivePeerDependencies:
- '@swc/core'
- esbuild
@@ -8841,20 +8548,46 @@ snapshots:
- uglify-js
- webpack-cli
- '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)':
+ '@dual-bundle/import-meta-resolve@4.1.0': {}
+
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.13.0(jiti@1.21.6))':
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.0': {}
+ '@eslint-community/regexpp@4.11.1': {}
+
+ '@eslint/config-array@0.18.0':
+ dependencies:
+ '@eslint/object-schema': 2.1.4
+ debug: 4.3.7
+ minimatch: 3.1.2
+ transitivePeerDependencies:
+ - supports-color
+
+ '@eslint/core@0.7.0': {}
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
- debug: 4.3.4
+ debug: 4.3.7
espree: 9.6.1
globals: 13.24.0
- ignore: 5.3.1
+ ignore: 5.3.2
+ import-fresh: 3.3.0
+ js-yaml: 4.1.0
+ minimatch: 3.1.2
+ strip-json-comments: 3.1.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@eslint/eslintrc@3.1.0':
+ dependencies:
+ ajv: 6.12.6
+ debug: 4.3.7
+ espree: 10.2.0
+ globals: 14.0.0
+ ignore: 5.3.2
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
@@ -8862,7 +8595,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@8.57.0': {}
+ '@eslint/js@9.13.0': {}
+
+ '@eslint/object-schema@2.1.4': {}
+
+ '@eslint/plugin-kit@0.2.1':
+ dependencies:
+ levn: 0.4.1
'@hapi/hoek@9.3.0': {}
@@ -8870,17 +8609,16 @@ snapshots:
dependencies:
'@hapi/hoek': 9.3.0
- '@humanwhocodes/config-array@0.11.14':
+ '@humanfs/core@0.19.0': {}
+
+ '@humanfs/node@0.16.5':
dependencies:
- '@humanwhocodes/object-schema': 2.0.2
- debug: 4.3.4
- minimatch: 3.1.2
- transitivePeerDependencies:
- - supports-color
+ '@humanfs/core': 0.19.0
+ '@humanwhocodes/retry': 0.3.1
'@humanwhocodes/module-importer@1.0.1': {}
- '@humanwhocodes/object-schema@2.0.2': {}
+ '@humanwhocodes/retry@0.3.1': {}
'@isaacs/cliui@8.0.2':
dependencies:
@@ -8900,72 +8638,69 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 20.11.16
- '@types/yargs': 17.0.32
+ '@types/node': 20.17.0
+ '@types/yargs': 17.0.33
chalk: 4.1.2
- '@jridgewell/gen-mapping@0.1.1':
- dependencies:
- '@jridgewell/set-array': 1.1.1
- '@jridgewell/sourcemap-codec': 1.4.15
-
- '@jridgewell/gen-mapping@0.3.2':
+ '@jridgewell/gen-mapping@0.3.5':
dependencies:
- '@jridgewell/set-array': 1.1.1
- '@jridgewell/sourcemap-codec': 1.4.15
- '@jridgewell/trace-mapping': 0.3.20
+ '@jridgewell/set-array': 1.2.1
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@jridgewell/trace-mapping': 0.3.25
- '@jridgewell/resolve-uri@3.1.1': {}
+ '@jridgewell/resolve-uri@3.1.2': {}
- '@jridgewell/set-array@1.1.1': {}
+ '@jridgewell/set-array@1.2.1': {}
- '@jridgewell/source-map@0.3.5':
+ '@jridgewell/source-map@0.3.6':
dependencies:
- '@jridgewell/gen-mapping': 0.3.2
- '@jridgewell/trace-mapping': 0.3.20
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
- '@jridgewell/trace-mapping@0.3.20':
+ '@jridgewell/trace-mapping@0.3.25':
dependencies:
- '@jridgewell/resolve-uri': 3.1.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.0
- '@leichtgewicht/ip-codec@2.0.4': {}
+ '@leichtgewicht/ip-codec@2.0.5': {}
- '@mdx-js/mdx@3.0.0':
+ '@mdx-js/mdx@3.1.0(acorn@8.13.0)':
dependencies:
- '@types/estree': 1.0.5
- '@types/estree-jsx': 1.0.3
- '@types/hast': 3.0.3
- '@types/mdx': 2.0.10
+ '@types/estree': 1.0.6
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdx': 2.0.13
collapse-white-space: 2.1.0
devlop: 1.1.0
- estree-util-build-jsx: 3.0.1
estree-util-is-identifier-name: 3.0.0
- estree-util-to-js: 2.0.0
+ estree-util-scope: 1.0.0
estree-walker: 3.0.3
- hast-util-to-estree: 3.1.0
- hast-util-to-jsx-runtime: 2.2.0
+ hast-util-to-jsx-runtime: 2.3.2
markdown-extensions: 2.0.0
- periscopic: 3.1.0
- remark-mdx: 3.0.0
+ recma-build-jsx: 1.0.0
+ recma-jsx: 1.0.0(acorn@8.13.0)
+ recma-stringify: 1.0.0
+ rehype-recma: 1.0.0
+ remark-mdx: 3.1.0
remark-parse: 11.0.0
- remark-rehype: 11.0.0
+ remark-rehype: 11.1.1
source-map: 0.7.4
- unified: 11.0.4
+ unified: 11.0.5
unist-util-position-from-estree: 2.0.0
unist-util-stringify-position: 4.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.1
+ vfile: 6.0.3
transitivePeerDependencies:
+ - acorn
- supports-color
- '@mdx-js/react@3.0.0(@types/react@18.2.38)(react@18.2.0)':
+ '@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1)':
dependencies:
- '@types/mdx': 2.0.10
- '@types/react': 18.2.38
- react: 18.2.0
+ '@types/mdx': 2.0.13
+ '@types/react': 18.3.12
+ react: 18.3.1
'@nodelib/fs.scandir@2.1.5':
dependencies:
@@ -8977,28 +8712,118 @@ snapshots:
'@nodelib/fs.walk@1.2.8':
dependencies:
'@nodelib/fs.scandir': 2.1.5
- fastq: 1.13.0
+ fastq: 1.17.1
- '@npmcli/config@8.1.0':
+ '@nolyfill/is-core-module@1.0.39': {}
+
+ '@npmcli/config@8.3.4':
dependencies:
- '@npmcli/map-workspaces': 3.0.4
+ '@npmcli/map-workspaces': 3.0.6
+ '@npmcli/package-json': 5.2.1
ci-info: 4.0.0
- ini: 4.1.1
- nopt: 7.2.0
- proc-log: 3.0.0
- read-package-json-fast: 3.0.2
- semver: 7.6.0
+ ini: 4.1.3
+ nopt: 7.2.1
+ proc-log: 4.2.0
+ semver: 7.6.3
walk-up-path: 3.0.1
+ transitivePeerDependencies:
+ - bluebird
+
+ '@npmcli/git@5.0.8':
+ dependencies:
+ '@npmcli/promise-spawn': 7.0.2
+ ini: 4.1.3
+ lru-cache: 10.4.3
+ npm-pick-manifest: 9.1.0
+ proc-log: 4.2.0
+ promise-inflight: 1.0.1
+ promise-retry: 2.0.1
+ semver: 7.6.3
+ which: 4.0.0
+ transitivePeerDependencies:
+ - bluebird
- '@npmcli/map-workspaces@3.0.4':
+ '@npmcli/map-workspaces@3.0.6':
dependencies:
'@npmcli/name-from-folder': 2.0.0
- glob: 10.3.10
- minimatch: 9.0.4
+ glob: 10.4.5
+ minimatch: 9.0.5
read-package-json-fast: 3.0.2
'@npmcli/name-from-folder@2.0.0': {}
+ '@npmcli/package-json@5.2.1':
+ dependencies:
+ '@npmcli/git': 5.0.8
+ glob: 10.4.5
+ hosted-git-info: 7.0.2
+ json-parse-even-better-errors: 3.0.2
+ normalize-package-data: 6.0.2
+ proc-log: 4.2.0
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - bluebird
+
+ '@npmcli/promise-spawn@7.0.2':
+ dependencies:
+ which: 4.0.0
+
+ '@parcel/watcher-android-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-darwin-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-darwin-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-freebsd-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-musl@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-ia32@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher@2.4.1':
+ dependencies:
+ detect-libc: 1.0.3
+ is-glob: 4.0.3
+ micromatch: 4.0.8
+ node-addon-api: 7.1.1
+ optionalDependencies:
+ '@parcel/watcher-android-arm64': 2.4.1
+ '@parcel/watcher-darwin-arm64': 2.4.1
+ '@parcel/watcher-darwin-x64': 2.4.1
+ '@parcel/watcher-freebsd-x64': 2.4.1
+ '@parcel/watcher-linux-arm-glibc': 2.4.1
+ '@parcel/watcher-linux-arm64-glibc': 2.4.1
+ '@parcel/watcher-linux-arm64-musl': 2.4.1
+ '@parcel/watcher-linux-x64-glibc': 2.4.1
+ '@parcel/watcher-linux-x64-musl': 2.4.1
+ '@parcel/watcher-win32-arm64': 2.4.1
+ '@parcel/watcher-win32-ia32': 2.4.1
+ '@parcel/watcher-win32-x64': 2.4.1
+
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -9010,15 +8835,17 @@ snapshots:
dependencies:
graceful-fs: 4.2.10
- '@pnpm/npm-conf@2.2.2':
+ '@pnpm/npm-conf@2.3.1':
dependencies:
'@pnpm/config.env-replace': 1.1.0
'@pnpm/network.ca-file': 1.0.2
config-chain: 1.1.13
- '@polka/url@1.0.0-next.21': {}
+ '@polka/url@1.0.0-next.28': {}
- '@sideway/address@4.1.4':
+ '@rtsao/scc@1.1.0': {}
+
+ '@sideway/address@4.1.5':
dependencies:
'@hapi/hoek': 9.3.0
@@ -9026,71 +8853,73 @@ snapshots:
'@sideway/pinpoint@2.0.0': {}
- '@silverhand/eslint-config-react@6.0.2(@types/eslint@8.4.3)(eslint@8.57.0)(postcss@8.4.31)(prettier@3.3.0)(stylelint@15.11.0(typescript@5.3.3))(typescript@5.3.3)':
- dependencies:
- '@silverhand/eslint-config': 6.0.1(@types/eslint@8.4.3)(eslint@8.57.0)(prettier@3.3.0)(typescript@5.3.3)
- eslint-config-xo-react: 0.27.0(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.34.1(eslint@8.57.0))(eslint@8.57.0)
- eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0)
- eslint-plugin-react: 7.34.1(eslint@8.57.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0)
- postcss-scss: 4.0.9(postcss@8.4.31)
- stylelint: 15.11.0(typescript@5.3.3)
- stylelint-config-xo: 0.22.0(stylelint@15.11.0(typescript@5.3.3))
- stylelint-scss: 6.2.1(stylelint@15.11.0(typescript@5.3.3))
+ '@silverhand/eslint-config-react@6.0.2(@types/eslint@9.6.1)(eslint@9.13.0(jiti@1.21.6))(postcss@8.4.47)(prettier@3.3.3)(stylelint@16.10.0(typescript@5.5.4))(typescript@5.5.4)':
+ dependencies:
+ '@silverhand/eslint-config': 6.0.1(@types/eslint@9.6.1)(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3)(typescript@5.5.4)
+ eslint-config-xo-react: 0.27.0(eslint-plugin-react-hooks@4.6.2(eslint@9.13.0(jiti@1.21.6)))(eslint-plugin-react@7.37.2(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-jsx-a11y: 6.10.1(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-react: 7.37.2(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-react-hooks: 4.6.2(eslint@9.13.0(jiti@1.21.6))
+ postcss-scss: 4.0.9(postcss@8.4.47)
+ stylelint: 16.10.0(typescript@5.5.4)
+ stylelint-config-xo: 0.22.0(stylelint@16.10.0(typescript@5.5.4))
+ stylelint-scss: 6.8.1(stylelint@16.10.0(typescript@5.5.4))
transitivePeerDependencies:
- '@types/eslint'
- eslint
- eslint-import-resolver-node
- eslint-import-resolver-webpack
+ - eslint-plugin-import-x
- postcss
- prettier
- supports-color
- typescript
- '@silverhand/eslint-config@6.0.1(@types/eslint@8.4.3)(eslint@8.57.0)(prettier@3.3.0)(typescript@5.3.3)':
+ '@silverhand/eslint-config@6.0.1(@types/eslint@9.6.1)(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3)(typescript@5.5.4)':
dependencies:
- '@silverhand/eslint-plugin-fp': 2.5.0(eslint@8.57.0)
- '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- eslint: 8.57.0
- eslint-config-prettier: 9.1.0(eslint@8.57.0)
- eslint-config-xo: 0.44.0(eslint@8.57.0)
- eslint-config-xo-typescript: 4.0.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3))(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
- eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0)
+ '@silverhand/eslint-plugin-fp': 2.5.0(eslint@9.13.0(jiti@1.21.6))
+ '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/parser': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-config-prettier: 9.1.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-config-xo: 0.44.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-config-xo-typescript: 4.0.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
eslint-plugin-consistent-default-export-name: 0.0.15
- eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
- eslint-plugin-n: 17.2.1(eslint@8.57.0)
+ eslint-plugin-eslint-comments: 3.2.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-n: 17.11.1(eslint@9.13.0(jiti@1.21.6))
eslint-plugin-no-use-extend-native: 0.5.0
- eslint-plugin-prettier: 5.1.3(@types/eslint@8.4.3)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.0)
- eslint-plugin-promise: 6.1.1(eslint@8.57.0)
- eslint-plugin-sql: 2.1.0(eslint@8.57.0)
- eslint-plugin-unicorn: 52.0.0(eslint@8.57.0)
- eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)
- prettier: 3.3.0
+ eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3)
+ eslint-plugin-promise: 6.6.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-sql: 2.1.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-unicorn: 52.0.0(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))
+ prettier: 3.3.3
transitivePeerDependencies:
- '@types/eslint'
- eslint-import-resolver-node
- eslint-import-resolver-webpack
+ - eslint-plugin-import-x
- supports-color
- typescript
- '@silverhand/eslint-plugin-fp@2.5.0(eslint@8.57.0)':
+ '@silverhand/eslint-plugin-fp@2.5.0(eslint@9.13.0(jiti@1.21.6))':
dependencies:
create-eslint-index: 1.0.0
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
eslint-ast-utils: 1.1.0
import-modules: 2.1.0
lodash: 4.17.21
- '@silverhand/ts-config-react@6.0.0(typescript@5.3.3)':
+ '@silverhand/ts-config-react@6.0.0(typescript@5.5.4)':
dependencies:
- '@silverhand/ts-config': 6.0.0(typescript@5.3.3)
- typescript: 5.3.3
+ '@silverhand/ts-config': 6.0.0(typescript@5.5.4)
+ typescript: 5.5.4
- '@silverhand/ts-config@6.0.0(typescript@5.3.3)':
+ '@silverhand/ts-config@6.0.0(typescript@5.5.4)':
dependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
'@sinclair/typebox@0.27.8': {}
@@ -9100,60 +8929,60 @@ snapshots:
'@slorber/remark-comment@1.0.0':
dependencies:
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
- '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.23.3)':
+ '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
- '@svgr/babel-preset@8.1.0(@babel/core@7.23.3)':
+ '@svgr/babel-preset@8.1.0(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.23.3
- '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.23.3)
- '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.25.9)
+ '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.25.9)
- '@svgr/core@8.1.0(typescript@5.3.3)':
+ '@svgr/core@8.1.0(typescript@5.5.4)':
dependencies:
- '@babel/core': 7.23.3
- '@svgr/babel-preset': 8.1.0(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@svgr/babel-preset': 8.1.0(@babel/core@7.25.9)
camelcase: 6.3.0
- cosmiconfig: 8.3.6(typescript@5.3.3)
+ cosmiconfig: 8.3.6(typescript@5.5.4)
snake-case: 3.0.4
transitivePeerDependencies:
- supports-color
@@ -9161,38 +8990,38 @@ snapshots:
'@svgr/hast-util-to-babel-ast@8.0.0':
dependencies:
- '@babel/types': 7.23.4
+ '@babel/types': 7.25.9
entities: 4.5.0
- '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.3.3))':
+ '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.23.3
- '@svgr/babel-preset': 8.1.0(@babel/core@7.23.3)
- '@svgr/core': 8.1.0(typescript@5.3.3)
+ '@babel/core': 7.25.9
+ '@svgr/babel-preset': 8.1.0(@babel/core@7.25.9)
+ '@svgr/core': 8.1.0(typescript@5.5.4)
'@svgr/hast-util-to-babel-ast': 8.0.0
svg-parser: 2.0.4
transitivePeerDependencies:
- supports-color
- '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.3.3))(typescript@5.3.3)':
+ '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4)':
dependencies:
- '@svgr/core': 8.1.0(typescript@5.3.3)
- cosmiconfig: 8.3.6(typescript@5.3.3)
+ '@svgr/core': 8.1.0(typescript@5.5.4)
+ cosmiconfig: 8.3.6(typescript@5.5.4)
deepmerge: 4.3.1
- svgo: 3.2.0
+ svgo: 3.3.2
transitivePeerDependencies:
- typescript
- '@svgr/webpack@8.1.0(typescript@5.3.3)':
+ '@svgr/webpack@8.1.0(typescript@5.5.4)':
dependencies:
- '@babel/core': 7.23.3
- '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-env': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-react': 7.23.3(@babel/core@7.23.3)
- '@babel/preset-typescript': 7.23.3(@babel/core@7.23.3)
- '@svgr/core': 8.1.0(typescript@5.3.3)
- '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.3.3))
- '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.3.3))(typescript@5.3.3)
+ '@babel/core': 7.25.9
+ '@babel/plugin-transform-react-constant-elements': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-env': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-react': 7.25.9(@babel/core@7.25.9)
+ '@babel/preset-typescript': 7.25.9(@babel/core@7.25.9)
+ '@svgr/core': 8.1.0(typescript@5.5.4)
+ '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4))
+ '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.5.4))(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- typescript
@@ -9203,33 +9032,35 @@ snapshots:
'@trysound/sax@0.2.0': {}
- '@tsconfig/docusaurus@2.0.2': {}
-
'@types/acorn@4.0.6':
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
- '@types/body-parser@1.19.2':
+ '@types/body-parser@1.19.5':
dependencies:
- '@types/connect': 3.4.35
- '@types/node': 20.11.16
+ '@types/connect': 3.4.38
+ '@types/node': 20.17.0
- '@types/bonjour@3.5.10':
+ '@types/bonjour@3.5.13':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
'@types/concat-stream@2.0.3':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
+
+ '@types/connect-history-api-fallback@1.5.4':
+ dependencies:
+ '@types/express-serve-static-core': 5.0.0
+ '@types/node': 20.17.0
- '@types/connect-history-api-fallback@1.3.5':
+ '@types/connect@3.4.38':
dependencies:
- '@types/express-serve-static-core': 4.17.28
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
- '@types/connect@3.4.35':
+ '@types/conventional-commits-parser@5.0.0':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
'@types/d3-scale-chromatic@3.0.3': {}
@@ -9239,46 +9070,48 @@ snapshots:
'@types/d3-time@3.0.3': {}
- '@types/debug@4.1.7':
- dependencies:
- '@types/ms': 0.7.31
-
- '@types/eslint-scope@3.7.3':
+ '@types/debug@4.1.12':
dependencies:
- '@types/eslint': 8.4.3
- '@types/estree': 1.0.5
+ '@types/ms': 0.7.34
- '@types/eslint@8.4.3':
+ '@types/eslint@9.6.1':
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
'@types/json-schema': 7.0.15
+ optional: true
- '@types/estree-jsx@1.0.3':
+ '@types/estree-jsx@1.0.5':
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
- '@types/estree@0.0.51': {}
+ '@types/estree@1.0.6': {}
- '@types/estree@1.0.5': {}
+ '@types/express-serve-static-core@4.19.6':
+ dependencies:
+ '@types/node': 20.17.0
+ '@types/qs': 6.9.16
+ '@types/range-parser': 1.2.7
+ '@types/send': 0.17.4
- '@types/express-serve-static-core@4.17.28':
+ '@types/express-serve-static-core@5.0.0':
dependencies:
- '@types/node': 20.11.16
- '@types/qs': 6.9.7
- '@types/range-parser': 1.2.4
+ '@types/node': 20.17.0
+ '@types/qs': 6.9.16
+ '@types/range-parser': 1.2.7
+ '@types/send': 0.17.4
- '@types/express@4.17.13':
+ '@types/express@4.17.21':
dependencies:
- '@types/body-parser': 1.19.2
- '@types/express-serve-static-core': 4.17.28
- '@types/qs': 6.9.7
- '@types/serve-static': 1.13.10
+ '@types/body-parser': 1.19.5
+ '@types/express-serve-static-core': 4.19.6
+ '@types/qs': 6.9.16
+ '@types/serve-static': 1.15.7
'@types/gtag.js@0.0.12': {}
- '@types/hast@3.0.3':
+ '@types/hast@3.0.4':
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
'@types/history@4.7.11': {}
@@ -9286,9 +9119,11 @@ snapshots:
'@types/http-cache-semantics@4.0.4': {}
- '@types/http-proxy@1.17.9':
+ '@types/http-errors@2.0.4': {}
+
+ '@types/http-proxy@1.17.15':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
'@types/is-empty@1.2.3': {}
@@ -9306,225 +9141,198 @@ snapshots:
'@types/json5@0.0.29': {}
- '@types/mdast@3.0.10':
+ '@types/mdast@3.0.15':
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 2.0.11
- '@types/mdast@4.0.3':
+ '@types/mdast@4.0.4':
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
- '@types/mdx@2.0.10': {}
+ '@types/mdx@2.0.13': {}
- '@types/mime@1.3.2': {}
+ '@types/mime@1.3.5': {}
- '@types/minimist@1.2.2': {}
+ '@types/ms@0.7.34': {}
- '@types/ms@0.7.31': {}
-
- '@types/node-forge@1.3.10':
+ '@types/node-forge@1.3.11':
dependencies:
- '@types/node': 20.11.16
-
- '@types/node@17.0.42': {}
+ '@types/node': 20.17.0
- '@types/node@18.18.11':
- dependencies:
- undici-types: 5.26.5
+ '@types/node@17.0.45': {}
- '@types/node@20.11.16':
+ '@types/node@20.17.0':
dependencies:
- undici-types: 5.26.5
+ undici-types: 6.19.8
- '@types/normalize-package-data@2.4.1': {}
+ '@types/normalize-package-data@2.4.4': {}
- '@types/parse-json@4.0.0': {}
+ '@types/parse-json@4.0.2': {}
- '@types/prismjs@1.26.3': {}
+ '@types/prismjs@1.26.5': {}
- '@types/prop-types@15.7.5': {}
+ '@types/prop-types@15.7.13': {}
- '@types/qs@6.9.7': {}
+ '@types/qs@6.9.16': {}
- '@types/range-parser@1.2.4': {}
+ '@types/range-parser@1.2.7': {}
- '@types/react-router-config@5.0.10':
+ '@types/react-router-config@5.0.11':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.2.38
- '@types/react-router': 5.1.18
+ '@types/react': 18.3.12
+ '@types/react-router': 5.1.20
'@types/react-router-dom@5.3.3':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.2.38
- '@types/react-router': 5.1.18
+ '@types/react': 18.3.12
+ '@types/react-router': 5.1.20
- '@types/react-router@5.1.18':
+ '@types/react-router@5.1.20':
dependencies:
'@types/history': 4.7.11
- '@types/react': 18.2.38
+ '@types/react': 18.3.12
- '@types/react@18.2.38':
+ '@types/react@18.3.12':
dependencies:
- '@types/prop-types': 15.7.5
- '@types/scheduler': 0.16.2
- csstype: 3.1.1
+ '@types/prop-types': 15.7.13
+ csstype: 3.1.3
'@types/retry@0.12.0': {}
- '@types/sax@1.2.4':
+ '@types/sax@1.2.7':
dependencies:
- '@types/node': 20.11.16
-
- '@types/scheduler@0.16.2': {}
+ '@types/node': 20.17.0
- '@types/semver@7.5.8': {}
+ '@types/send@0.17.4':
+ dependencies:
+ '@types/mime': 1.3.5
+ '@types/node': 20.17.0
- '@types/serve-index@1.9.1':
+ '@types/serve-index@1.9.4':
dependencies:
- '@types/express': 4.17.13
+ '@types/express': 4.17.21
- '@types/serve-static@1.13.10':
+ '@types/serve-static@1.15.7':
dependencies:
- '@types/mime': 1.3.2
- '@types/node': 20.11.16
+ '@types/http-errors': 2.0.4
+ '@types/node': 20.17.0
+ '@types/send': 0.17.4
- '@types/sockjs@0.3.33':
+ '@types/sockjs@0.3.36':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
'@types/supports-color@8.1.3': {}
- '@types/unist@2.0.6': {}
+ '@types/unist@2.0.11': {}
- '@types/unist@3.0.2': {}
+ '@types/unist@3.0.3': {}
- '@types/ws@8.5.10':
+ '@types/ws@8.5.12':
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
'@types/yargs-parser@21.0.3': {}
- '@types/yargs@17.0.32':
+ '@types/yargs@17.0.33':
dependencies:
'@types/yargs-parser': 21.0.3
- '@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/type-utils': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/visitor-keys': 7.7.0
- debug: 4.3.4
- eslint: 8.57.0
+ '@eslint-community/regexpp': 4.11.1
+ '@typescript-eslint/parser': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/type-utils': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/utils': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 7.18.0
+ eslint: 9.13.0(jiti@1.21.6)
graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
natural-compare: 1.4.0
- semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.3.3)
- '@typescript-eslint/visitor-keys': 7.7.0
- debug: 4.3.4
- eslint: 8.57.0
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 7.18.0
+ debug: 4.3.7
+ eslint: 9.13.0(jiti@1.21.6)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.7.0':
+ '@typescript-eslint/scope-manager@7.18.0':
dependencies:
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/visitor-keys': 7.7.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
- '@typescript-eslint/type-utils@7.7.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/type-utils@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.3.3)
- '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- debug: 4.3.4
- eslint: 8.57.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
+ '@typescript-eslint/utils': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ debug: 4.3.7
+ eslint: 9.13.0(jiti@1.21.6)
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@7.7.0': {}
+ '@typescript-eslint/types@7.18.0': {}
- '@typescript-eslint/typescript-estree@7.7.0(typescript@5.3.3)':
+ '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/visitor-keys': 7.7.0
- debug: 4.3.4
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
+ debug: 4.3.7
globby: 11.1.0
is-glob: 4.0.3
- minimatch: 9.0.4
- semver: 7.6.0
- ts-api-utils: 1.3.0(typescript@5.3.3)
+ minimatch: 9.0.5
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.7.0(eslint@8.57.0)(typescript@5.3.3)':
+ '@typescript-eslint/utils@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 7.7.0
- '@typescript-eslint/types': 7.7.0
- '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.3.3)
- eslint: 8.57.0
- semver: 7.6.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
+ eslint: 9.13.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@7.7.0':
+ '@typescript-eslint/visitor-keys@7.18.0':
dependencies:
- '@typescript-eslint/types': 7.7.0
+ '@typescript-eslint/types': 7.18.0
eslint-visitor-keys: 3.4.3
'@ungap/structured-clone@1.2.0': {}
- '@webassemblyjs/ast@1.11.1':
- dependencies:
- '@webassemblyjs/helper-numbers': 1.11.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.1
-
- '@webassemblyjs/ast@1.11.6':
+ '@webassemblyjs/ast@1.12.1':
dependencies:
'@webassemblyjs/helper-numbers': 1.11.6
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/floating-point-hex-parser@1.11.1': {}
-
'@webassemblyjs/floating-point-hex-parser@1.11.6': {}
- '@webassemblyjs/helper-api-error@1.11.1': {}
-
'@webassemblyjs/helper-api-error@1.11.6': {}
- '@webassemblyjs/helper-buffer@1.11.1': {}
-
- '@webassemblyjs/helper-buffer@1.11.6': {}
-
- '@webassemblyjs/helper-numbers@1.11.1':
- dependencies:
- '@webassemblyjs/floating-point-hex-parser': 1.11.1
- '@webassemblyjs/helper-api-error': 1.11.1
- '@xtuc/long': 4.2.2
+ '@webassemblyjs/helper-buffer@1.12.1': {}
'@webassemblyjs/helper-numbers@1.11.6':
dependencies:
@@ -9532,122 +9340,63 @@ snapshots:
'@webassemblyjs/helper-api-error': 1.11.6
'@xtuc/long': 4.2.2
- '@webassemblyjs/helper-wasm-bytecode@1.11.1': {}
-
'@webassemblyjs/helper-wasm-bytecode@1.11.6': {}
- '@webassemblyjs/helper-wasm-section@1.11.1':
- dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/helper-buffer': 1.11.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.1
- '@webassemblyjs/wasm-gen': 1.11.1
-
- '@webassemblyjs/helper-wasm-section@1.11.6':
+ '@webassemblyjs/helper-wasm-section@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.6
- '@webassemblyjs/helper-buffer': 1.11.6
+ '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/helper-buffer': 1.12.1
'@webassemblyjs/helper-wasm-bytecode': 1.11.6
- '@webassemblyjs/wasm-gen': 1.11.6
-
- '@webassemblyjs/ieee754@1.11.1':
- dependencies:
- '@xtuc/ieee754': 1.2.0
+ '@webassemblyjs/wasm-gen': 1.12.1
'@webassemblyjs/ieee754@1.11.6':
dependencies:
'@xtuc/ieee754': 1.2.0
- '@webassemblyjs/leb128@1.11.1':
- dependencies:
- '@xtuc/long': 4.2.2
-
'@webassemblyjs/leb128@1.11.6':
dependencies:
'@xtuc/long': 4.2.2
- '@webassemblyjs/utf8@1.11.1': {}
-
'@webassemblyjs/utf8@1.11.6': {}
- '@webassemblyjs/wasm-edit@1.11.1':
+ '@webassemblyjs/wasm-edit@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/helper-buffer': 1.11.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.1
- '@webassemblyjs/helper-wasm-section': 1.11.1
- '@webassemblyjs/wasm-gen': 1.11.1
- '@webassemblyjs/wasm-opt': 1.11.1
- '@webassemblyjs/wasm-parser': 1.11.1
- '@webassemblyjs/wast-printer': 1.11.1
-
- '@webassemblyjs/wasm-edit@1.11.6':
- dependencies:
- '@webassemblyjs/ast': 1.11.6
- '@webassemblyjs/helper-buffer': 1.11.6
+ '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/helper-buffer': 1.12.1
'@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.1':
- dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.1
- '@webassemblyjs/ieee754': 1.11.1
- '@webassemblyjs/leb128': 1.11.1
- '@webassemblyjs/utf8': 1.11.1
+ '@webassemblyjs/helper-wasm-section': 1.12.1
+ '@webassemblyjs/wasm-gen': 1.12.1
+ '@webassemblyjs/wasm-opt': 1.12.1
+ '@webassemblyjs/wasm-parser': 1.12.1
+ '@webassemblyjs/wast-printer': 1.12.1
- '@webassemblyjs/wasm-gen@1.11.6':
+ '@webassemblyjs/wasm-gen@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/ast': 1.12.1
'@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.1':
- dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/helper-buffer': 1.11.1
- '@webassemblyjs/wasm-gen': 1.11.1
- '@webassemblyjs/wasm-parser': 1.11.1
-
- '@webassemblyjs/wasm-opt@1.11.6':
- 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/wasm-parser@1.11.1':
+ '@webassemblyjs/wasm-opt@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/helper-api-error': 1.11.1
- '@webassemblyjs/helper-wasm-bytecode': 1.11.1
- '@webassemblyjs/ieee754': 1.11.1
- '@webassemblyjs/leb128': 1.11.1
- '@webassemblyjs/utf8': 1.11.1
+ '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/helper-buffer': 1.12.1
+ '@webassemblyjs/wasm-gen': 1.12.1
+ '@webassemblyjs/wasm-parser': 1.12.1
- '@webassemblyjs/wasm-parser@1.11.6':
+ '@webassemblyjs/wasm-parser@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/ast': 1.12.1
'@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.1':
+ '@webassemblyjs/wast-printer@1.12.1':
dependencies:
- '@webassemblyjs/ast': 1.11.1
- '@xtuc/long': 4.2.2
-
- '@webassemblyjs/wast-printer@1.11.6':
- dependencies:
- '@webassemblyjs/ast': 1.11.6
+ '@webassemblyjs/ast': 1.12.1
'@xtuc/long': 4.2.2
'@xtuc/ieee754@1.2.0': {}
@@ -9666,42 +9415,38 @@ snapshots:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-import-assertions@1.8.0(acorn@8.7.1):
+ acorn-import-attributes@1.9.5(acorn@8.13.0):
dependencies:
- acorn: 8.7.1
+ acorn: 8.13.0
- acorn-import-assertions@1.9.0(acorn@8.11.3):
+ acorn-jsx@5.3.2(acorn@8.13.0):
dependencies:
- acorn: 8.11.3
+ acorn: 8.13.0
- acorn-jsx@5.3.2(acorn@8.11.3):
+ acorn-walk@8.3.4:
dependencies:
- acorn: 8.11.3
-
- acorn-walk@8.2.0: {}
+ acorn: 8.13.0
- acorn@8.11.3: {}
+ acorn@8.13.0: {}
- acorn@8.7.1: {}
-
- address@1.2.0: {}
+ address@1.2.2: {}
aggregate-error@3.1.0:
dependencies:
clean-stack: 2.2.0
indent-string: 4.0.0
- ajv-formats@2.1.1(ajv@8.11.0):
+ ajv-formats@2.1.1(ajv@8.17.1):
optionalDependencies:
- ajv: 8.11.0
+ ajv: 8.17.1
ajv-keywords@3.5.2(ajv@6.12.6):
dependencies:
ajv: 6.12.6
- ajv-keywords@5.1.0(ajv@8.11.0):
+ ajv-keywords@5.1.0(ajv@8.17.1):
dependencies:
- ajv: 8.11.0
+ ajv: 8.17.1
fast-deep-equal: 3.1.3
ajv@6.12.6:
@@ -9711,48 +9456,49 @@ snapshots:
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- ajv@8.11.0:
+ ajv@8.17.1:
dependencies:
fast-deep-equal: 3.1.3
+ fast-uri: 3.0.3
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- uri-js: 4.4.1
- algoliasearch-helper@3.15.0(algoliasearch@4.20.0):
+ algoliasearch-helper@3.22.5(algoliasearch@4.24.0):
dependencies:
'@algolia/events': 4.0.1
- algoliasearch: 4.20.0
-
- algoliasearch@4.20.0:
- dependencies:
- '@algolia/cache-browser-local-storage': 4.20.0
- '@algolia/cache-common': 4.20.0
- '@algolia/cache-in-memory': 4.20.0
- '@algolia/client-account': 4.20.0
- '@algolia/client-analytics': 4.20.0
- '@algolia/client-common': 4.20.0
- '@algolia/client-personalization': 4.20.0
- '@algolia/client-search': 4.20.0
- '@algolia/logger-common': 4.20.0
- '@algolia/logger-console': 4.20.0
- '@algolia/requester-browser-xhr': 4.20.0
- '@algolia/requester-common': 4.20.0
- '@algolia/requester-node-http': 4.20.0
- '@algolia/transporter': 4.20.0
+ algoliasearch: 4.24.0
+
+ algoliasearch@4.24.0:
+ dependencies:
+ '@algolia/cache-browser-local-storage': 4.24.0
+ '@algolia/cache-common': 4.24.0
+ '@algolia/cache-in-memory': 4.24.0
+ '@algolia/client-account': 4.24.0
+ '@algolia/client-analytics': 4.24.0
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-personalization': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/logger-common': 4.24.0
+ '@algolia/logger-console': 4.24.0
+ '@algolia/recommend': 4.24.0
+ '@algolia/requester-browser-xhr': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/requester-node-http': 4.24.0
+ '@algolia/transporter': 4.24.0
ansi-align@3.0.1:
dependencies:
string-width: 4.2.3
- ansi-escapes@5.0.0:
+ ansi-escapes@7.0.0:
dependencies:
- type-fest: 1.4.0
+ environment: 1.1.0
ansi-html-community@0.0.8: {}
ansi-regex@5.0.1: {}
- ansi-regex@6.0.1: {}
+ ansi-regex@6.1.0: {}
ansi-styles@3.2.1:
dependencies:
@@ -9762,9 +9508,9 @@ snapshots:
dependencies:
color-convert: 2.0.1
- ansi-styles@6.1.0: {}
+ ansi-styles@6.2.1: {}
- anymatch@3.1.2:
+ anymatch@3.1.3:
dependencies:
normalize-path: 3.0.0
picomatch: 2.3.1
@@ -9777,9 +9523,7 @@ snapshots:
argparse@2.0.1: {}
- aria-query@5.3.0:
- dependencies:
- dequal: 2.0.3
+ aria-query@5.3.2: {}
array-buffer-byte-length@1.0.1:
dependencies:
@@ -9788,28 +9532,19 @@ snapshots:
array-flatten@1.1.1: {}
- array-flatten@2.1.2: {}
-
array-ify@1.0.0: {}
- array-includes@3.1.7:
+ array-includes@3.1.8:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
+ es-object-atoms: 1.0.0
get-intrinsic: 1.2.4
is-string: 1.0.7
array-union@2.1.0: {}
- array.prototype.filter@1.0.3:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
- es-abstract: 1.22.3
- es-array-method-boxes-properly: 1.0.0
- is-string: 1.0.7
-
array.prototype.findlast@1.2.5:
dependencies:
call-bind: 1.0.7
@@ -9819,40 +9554,34 @@ snapshots:
es-object-atoms: 1.0.0
es-shim-unscopables: 1.0.2
- array.prototype.findlastindex@1.2.3:
+ array.prototype.findlastindex@1.2.5:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
+ es-errors: 1.3.0
+ es-object-atoms: 1.0.0
es-shim-unscopables: 1.0.2
- get-intrinsic: 1.2.4
array.prototype.flat@1.3.2:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
es-shim-unscopables: 1.0.2
array.prototype.flatmap@1.3.2:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
- es-shim-unscopables: 1.0.2
-
- array.prototype.toreversed@1.1.2:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
es-shim-unscopables: 1.0.2
- array.prototype.tosorted@1.1.3:
+ array.prototype.tosorted@1.1.4:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
es-errors: 1.3.0
es-shim-unscopables: 1.0.2
@@ -9861,90 +9590,80 @@ snapshots:
array-buffer-byte-length: 1.0.1
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
es-errors: 1.3.0
get-intrinsic: 1.2.4
is-array-buffer: 3.0.4
- is-shared-array-buffer: 1.0.2
-
- arrify@1.0.1: {}
+ is-shared-array-buffer: 1.0.3
ast-types-flow@0.0.8: {}
astral-regex@2.0.0: {}
- astring@1.8.3: {}
-
- asynciterator.prototype@1.0.0:
- dependencies:
- has-symbols: 1.0.3
+ astring@1.9.0: {}
asynckit@0.4.0: {}
at-least-node@1.0.0: {}
- autoprefixer@10.4.19(postcss@8.4.38):
+ autoprefixer@10.4.20(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001611
+ browserslist: 4.24.2
+ caniuse-lite: 1.0.30001669
fraction.js: 4.3.7
normalize-range: 0.1.2
- picocolors: 1.0.0
- postcss: 8.4.38
+ picocolors: 1.1.1
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- available-typed-arrays@1.0.6: {}
-
available-typed-arrays@1.0.7:
dependencies:
possible-typed-array-names: 1.0.0
- axe-core@4.7.0: {}
+ axe-core@4.10.2: {}
- axios@1.6.8:
+ axios@1.7.7:
dependencies:
- follow-redirects: 1.15.6
- form-data: 4.0.0
+ follow-redirects: 1.15.9
+ form-data: 4.0.1
proxy-from-env: 1.1.0
transitivePeerDependencies:
- debug
- axobject-query@3.2.1:
- dependencies:
- dequal: 2.0.3
+ axobject-query@4.1.0: {}
- babel-loader@9.1.3(@babel/core@7.23.3)(webpack@5.89.0):
+ babel-loader@9.2.1(@babel/core@7.25.9)(webpack@5.95.0):
dependencies:
- '@babel/core': 7.23.3
+ '@babel/core': 7.25.9
find-cache-dir: 4.0.0
schema-utils: 4.2.0
- webpack: 5.89.0
+ webpack: 5.95.0
babel-plugin-dynamic-import-node@2.3.3:
dependencies:
object.assign: 4.1.5
- babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.3):
+ babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.9):
dependencies:
- '@babel/compat-data': 7.23.3
- '@babel/core': 7.23.3
- '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3)
+ '@babel/compat-data': 7.25.9
+ '@babel/core': 7.25.9
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.3):
+ babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.9):
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3)
- core-js-compat: 3.37.0
+ '@babel/core': 7.25.9
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9)
+ core-js-compat: 3.38.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3):
+ babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.9):
dependencies:
- '@babel/core': 7.23.3
- '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3)
+ '@babel/core': 7.25.9
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.9)
transitivePeerDependencies:
- supports-color
@@ -9958,9 +9677,9 @@ snapshots:
big.js@5.2.2: {}
- binary-extensions@2.2.0: {}
+ binary-extensions@2.3.0: {}
- body-parser@1.20.2:
+ body-parser@1.20.3:
dependencies:
bytes: 3.1.2
content-type: 1.0.5
@@ -9970,17 +9689,15 @@ snapshots:
http-errors: 2.0.0
iconv-lite: 0.4.24
on-finished: 2.4.1
- qs: 6.11.0
+ qs: 6.13.0
raw-body: 2.5.2
type-is: 1.6.18
unpipe: 1.0.0
transitivePeerDependencies:
- supports-color
- bonjour-service@1.0.13:
+ bonjour-service@1.2.1:
dependencies:
- array-flatten: 2.1.2
- dns-equal: 1.0.0
fast-deep-equal: 3.1.3
multicast-dns: 7.2.5
@@ -9993,7 +9710,7 @@ snapshots:
chalk: 4.1.2
cli-boxes: 3.0.0
string-width: 5.1.2
- type-fest: 2.13.1
+ type-fest: 2.19.0
widest-line: 4.0.1
wrap-ansi: 8.1.0
@@ -10004,7 +9721,7 @@ snapshots:
chalk: 5.3.0
cli-boxes: 3.0.0
string-width: 5.1.2
- type-fest: 2.13.1
+ type-fest: 2.19.0
widest-line: 4.0.1
wrap-ansi: 8.1.0
@@ -10017,24 +9734,16 @@ snapshots:
dependencies:
balanced-match: 1.0.2
- braces@3.0.2:
- dependencies:
- fill-range: 7.0.1
-
- browserslist@4.20.4:
+ braces@3.0.3:
dependencies:
- caniuse-lite: 1.0.30001611
- electron-to-chromium: 1.4.744
- escalade: 3.1.1
- node-releases: 2.0.14
- picocolors: 1.0.0
+ fill-range: 7.1.1
- browserslist@4.23.0:
+ browserslist@4.24.2:
dependencies:
- caniuse-lite: 1.0.30001611
- electron-to-chromium: 1.4.744
- node-releases: 2.0.14
- update-browserslist-db: 1.0.13(browserslist@4.23.0)
+ caniuse-lite: 1.0.30001669
+ electron-to-chromium: 1.5.45
+ node-releases: 2.0.18
+ update-browserslist-db: 1.1.1(browserslist@4.24.2)
buffer-from@1.1.2: {}
@@ -10053,7 +9762,7 @@ snapshots:
http-cache-semantics: 4.1.1
keyv: 4.5.4
mimic-response: 4.0.0
- normalize-url: 8.0.0
+ normalize-url: 8.0.1
responselike: 3.0.0
call-bind@1.0.7:
@@ -10069,22 +9778,7 @@ snapshots:
camel-case@4.1.2:
dependencies:
pascal-case: 3.1.2
- tslib: 2.6.2
-
- camelcase-keys@6.2.2:
- dependencies:
- camelcase: 5.3.1
- map-obj: 4.3.0
- quick-lru: 4.0.1
-
- camelcase-keys@7.0.2:
- dependencies:
- camelcase: 6.3.0
- map-obj: 4.3.0
- quick-lru: 5.1.1
- type-fest: 1.4.0
-
- camelcase@5.3.1: {}
+ tslib: 2.8.0
camelcase@6.3.0: {}
@@ -10092,12 +9786,12 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001611
+ browserslist: 4.24.2
+ caniuse-lite: 1.0.30001669
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001611: {}
+ caniuse-lite@1.0.30001669: {}
ccount@2.0.1: {}
@@ -10137,37 +9831,41 @@ snapshots:
css-what: 6.1.0
domelementtype: 2.3.0
domhandler: 5.0.3
- domutils: 3.0.1
+ domutils: 3.1.0
cheerio@1.0.0-rc.12:
dependencies:
cheerio-select: 2.1.0
dom-serializer: 2.0.0
domhandler: 5.0.3
- domutils: 3.0.1
- htmlparser2: 8.0.1
- parse5: 7.0.0
- parse5-htmlparser2-tree-adapter: 7.0.0
+ domutils: 3.1.0
+ htmlparser2: 8.0.2
+ parse5: 7.2.0
+ parse5-htmlparser2-tree-adapter: 7.1.0
- chokidar@3.5.3:
+ chokidar@3.6.0:
dependencies:
- anymatch: 3.1.2
- braces: 3.0.2
+ anymatch: 3.1.3
+ braces: 3.0.3
glob-parent: 5.1.2
is-binary-path: 2.1.0
is-glob: 4.0.3
normalize-path: 3.0.0
readdirp: 3.6.0
optionalDependencies:
- fsevents: 2.3.2
+ fsevents: 2.3.3
- chrome-trace-event@1.0.3: {}
+ chokidar@4.0.1:
+ dependencies:
+ readdirp: 4.0.2
+
+ chrome-trace-event@1.0.4: {}
ci-info@3.9.0: {}
ci-info@4.0.0: {}
- clean-css@5.3.2:
+ clean-css@5.3.3:
dependencies:
source-map: 0.6.1
@@ -10179,22 +9877,22 @@ snapshots:
cli-boxes@3.0.0: {}
- cli-cursor@4.0.0:
+ cli-cursor@5.0.0:
dependencies:
- restore-cursor: 4.0.0
+ restore-cursor: 5.1.0
- cli-table3@0.6.3:
+ cli-table3@0.6.5:
dependencies:
string-width: 4.2.3
optionalDependencies:
'@colors/colors': 1.5.0
- cli-truncate@3.1.0:
+ cli-truncate@4.0.0:
dependencies:
slice-ansi: 5.0.0
- string-width: 5.1.2
+ string-width: 7.2.0
- cliui@7.0.4:
+ cliui@8.0.1:
dependencies:
string-width: 4.2.3
strip-ansi: 6.0.1
@@ -10206,7 +9904,7 @@ snapshots:
kind-of: 6.0.3
shallow-clone: 3.0.1
- clsx@2.0.0: {}
+ clsx@2.1.1: {}
collapse-white-space@2.1.0: {}
@@ -10226,7 +9924,7 @@ snapshots:
colorette@2.0.20: {}
- combine-promises@1.1.0: {}
+ combine-promises@1.2.0: {}
combined-stream@1.0.8:
dependencies:
@@ -10236,7 +9934,7 @@ snapshots:
commander@10.0.1: {}
- commander@11.1.0: {}
+ commander@12.1.0: {}
commander@2.20.3: {}
@@ -10255,7 +9953,7 @@ snapshots:
compressible@2.0.18:
dependencies:
- mime-db: 1.52.0
+ mime-db: 1.53.0
compression@1.7.4:
dependencies:
@@ -10275,7 +9973,7 @@ snapshots:
dependencies:
buffer-from: 1.1.2
inherits: 2.0.4
- readable-stream: 3.6.0
+ readable-stream: 3.6.2
typedarray: 0.0.6
config-chain@1.1.13:
@@ -10286,7 +9984,7 @@ snapshots:
configstore@6.0.0:
dependencies:
dot-prop: 6.0.1
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
unique-string: 3.0.0
write-file-atomic: 3.0.3
xdg-basedir: 5.1.0
@@ -10320,37 +10018,31 @@ snapshots:
meow: 12.1.1
split2: 4.2.0
- convert-source-map@1.8.0:
- dependencies:
- safe-buffer: 5.1.2
-
convert-source-map@2.0.0: {}
cookie-signature@1.0.6: {}
- cookie@0.6.0: {}
+ cookie@0.7.1: {}
copy-text-to-clipboard@3.2.0: {}
- copy-webpack-plugin@11.0.0(webpack@5.89.0):
+ copy-webpack-plugin@11.0.0(webpack@5.95.0):
dependencies:
fast-glob: 3.3.2
glob-parent: 6.0.2
- globby: 13.1.2
+ globby: 13.2.2
normalize-path: 3.0.0
schema-utils: 4.2.0
- serialize-javascript: 6.0.1
- webpack: 5.89.0
+ serialize-javascript: 6.0.2
+ webpack: 5.95.0
- core-js-compat@3.37.0:
+ core-js-compat@3.38.1:
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.24.2
- core-js-pure@3.33.3: {}
+ core-js-pure@3.38.1: {}
- core-js@3.23.0: {}
-
- core-js@3.33.3: {}
+ core-js@3.38.1: {}
core-util-is@1.0.3: {}
@@ -10358,33 +10050,38 @@ snapshots:
dependencies:
layout-base: 1.0.2
- cose-base@2.2.0:
- dependencies:
- layout-base: 2.0.1
-
- cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.11)(cosmiconfig@8.3.6(typescript@5.3.3))(typescript@5.3.3):
+ cosmiconfig-typescript-loader@5.1.0(@types/node@20.17.0)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4):
dependencies:
- '@types/node': 18.18.11
- cosmiconfig: 8.3.6(typescript@5.3.3)
- jiti: 1.21.0
- typescript: 5.3.3
+ '@types/node': 20.17.0
+ cosmiconfig: 9.0.0(typescript@5.5.4)
+ jiti: 1.21.6
+ typescript: 5.5.4
cosmiconfig@6.0.0:
dependencies:
- '@types/parse-json': 4.0.0
+ '@types/parse-json': 4.0.2
import-fresh: 3.3.0
parse-json: 5.2.0
path-type: 4.0.0
yaml: 1.10.2
- cosmiconfig@8.3.6(typescript@5.3.3):
+ cosmiconfig@8.3.6(typescript@5.5.4):
dependencies:
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
path-type: 4.0.0
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
+
+ cosmiconfig@9.0.0(typescript@5.5.4):
+ dependencies:
+ env-paths: 2.2.1
+ import-fresh: 3.3.0
+ js-yaml: 4.1.0
+ parse-json: 5.2.0
+ optionalDependencies:
+ typescript: 5.5.4
create-eslint-index@1.0.0:
dependencies:
@@ -10400,35 +10097,36 @@ snapshots:
dependencies:
type-fest: 1.4.0
- css-declaration-sorter@7.2.0(postcss@8.4.38):
+ css-declaration-sorter@7.2.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- css-functions-list@3.2.1: {}
+ css-functions-list@3.2.3: {}
- css-loader@6.8.1(webpack@5.89.0):
+ css-loader@6.11.0(webpack@5.95.0):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-modules-extract-imports: 3.0.0(postcss@8.4.38)
- postcss-modules-local-by-default: 4.0.3(postcss@8.4.38)
- postcss-modules-scope: 3.0.0(postcss@8.4.38)
- postcss-modules-values: 4.0.0(postcss@8.4.38)
+ icss-utils: 5.1.0(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.47)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.4.47)
+ postcss-modules-scope: 3.2.0(postcss@8.4.47)
+ postcss-modules-values: 4.0.0(postcss@8.4.47)
postcss-value-parser: 4.2.0
- semver: 7.6.0
- webpack: 5.89.0
+ semver: 7.6.3
+ optionalDependencies:
+ webpack: 5.95.0
- css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.2)(webpack@5.89.0):
+ css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.95.0):
dependencies:
- '@jridgewell/trace-mapping': 0.3.20
- cssnano: 6.1.2(postcss@8.4.38)
+ '@jridgewell/trace-mapping': 0.3.25
+ cssnano: 6.1.2(postcss@8.4.47)
jest-worker: 29.7.0
- postcss: 8.4.38
+ postcss: 8.4.47
schema-utils: 4.2.0
- serialize-javascript: 6.0.1
- webpack: 5.89.0
+ serialize-javascript: 6.0.2
+ webpack: 5.95.0
optionalDependencies:
- clean-css: 5.3.2
+ clean-css: 5.3.3
css-select@4.3.0:
dependencies:
@@ -10443,104 +10141,101 @@ snapshots:
boolbase: 1.0.0
css-what: 6.1.0
domhandler: 5.0.3
- domutils: 3.0.1
+ domutils: 3.1.0
nth-check: 2.1.1
css-tree@2.2.1:
dependencies:
mdn-data: 2.0.28
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
css-tree@2.3.1:
dependencies:
mdn-data: 2.0.30
- source-map-js: 1.0.2
+ source-map-js: 1.2.1
+
+ css-tree@3.0.0:
+ dependencies:
+ mdn-data: 2.10.0
+ source-map-js: 1.2.1
css-what@6.1.0: {}
cssesc@3.0.0: {}
- cssnano-preset-advanced@6.1.2(postcss@8.4.38):
- dependencies:
- autoprefixer: 10.4.19(postcss@8.4.38)
- browserslist: 4.23.0
- cssnano-preset-default: 6.1.2(postcss@8.4.38)
- postcss: 8.4.38
- postcss-discard-unused: 6.0.5(postcss@8.4.38)
- postcss-merge-idents: 6.0.3(postcss@8.4.38)
- postcss-reduce-idents: 6.0.3(postcss@8.4.38)
- postcss-zindex: 6.0.2(postcss@8.4.38)
-
- cssnano-preset-default@6.1.2(postcss@8.4.38):
- dependencies:
- browserslist: 4.23.0
- css-declaration-sorter: 7.2.0(postcss@8.4.38)
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
- postcss-calc: 9.0.1(postcss@8.4.38)
- postcss-colormin: 6.1.0(postcss@8.4.38)
- postcss-convert-values: 6.1.0(postcss@8.4.38)
- postcss-discard-comments: 6.0.2(postcss@8.4.38)
- postcss-discard-duplicates: 6.0.3(postcss@8.4.38)
- postcss-discard-empty: 6.0.3(postcss@8.4.38)
- postcss-discard-overridden: 6.0.2(postcss@8.4.38)
- postcss-merge-longhand: 6.0.5(postcss@8.4.38)
- postcss-merge-rules: 6.1.1(postcss@8.4.38)
- postcss-minify-font-values: 6.1.0(postcss@8.4.38)
- postcss-minify-gradients: 6.0.3(postcss@8.4.38)
- postcss-minify-params: 6.1.0(postcss@8.4.38)
- postcss-minify-selectors: 6.0.4(postcss@8.4.38)
- postcss-normalize-charset: 6.0.2(postcss@8.4.38)
- postcss-normalize-display-values: 6.0.2(postcss@8.4.38)
- postcss-normalize-positions: 6.0.2(postcss@8.4.38)
- postcss-normalize-repeat-style: 6.0.2(postcss@8.4.38)
- postcss-normalize-string: 6.0.2(postcss@8.4.38)
- postcss-normalize-timing-functions: 6.0.2(postcss@8.4.38)
- postcss-normalize-unicode: 6.1.0(postcss@8.4.38)
- postcss-normalize-url: 6.0.2(postcss@8.4.38)
- postcss-normalize-whitespace: 6.0.2(postcss@8.4.38)
- postcss-ordered-values: 6.0.2(postcss@8.4.38)
- postcss-reduce-initial: 6.1.0(postcss@8.4.38)
- postcss-reduce-transforms: 6.0.2(postcss@8.4.38)
- postcss-svgo: 6.0.3(postcss@8.4.38)
- postcss-unique-selectors: 6.0.4(postcss@8.4.38)
-
- cssnano-utils@4.0.2(postcss@8.4.38):
- dependencies:
- postcss: 8.4.38
-
- cssnano@6.1.2(postcss@8.4.38):
- dependencies:
- cssnano-preset-default: 6.1.2(postcss@8.4.38)
- lilconfig: 3.1.1
- postcss: 8.4.38
+ cssnano-preset-advanced@6.1.2(postcss@8.4.47):
+ dependencies:
+ autoprefixer: 10.4.20(postcss@8.4.47)
+ browserslist: 4.24.2
+ cssnano-preset-default: 6.1.2(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-discard-unused: 6.0.5(postcss@8.4.47)
+ postcss-merge-idents: 6.0.3(postcss@8.4.47)
+ postcss-reduce-idents: 6.0.3(postcss@8.4.47)
+ postcss-zindex: 6.0.2(postcss@8.4.47)
+
+ cssnano-preset-default@6.1.2(postcss@8.4.47):
+ dependencies:
+ browserslist: 4.24.2
+ css-declaration-sorter: 7.2.0(postcss@8.4.47)
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-calc: 9.0.1(postcss@8.4.47)
+ postcss-colormin: 6.1.0(postcss@8.4.47)
+ postcss-convert-values: 6.1.0(postcss@8.4.47)
+ postcss-discard-comments: 6.0.2(postcss@8.4.47)
+ postcss-discard-duplicates: 6.0.3(postcss@8.4.47)
+ postcss-discard-empty: 6.0.3(postcss@8.4.47)
+ postcss-discard-overridden: 6.0.2(postcss@8.4.47)
+ postcss-merge-longhand: 6.0.5(postcss@8.4.47)
+ postcss-merge-rules: 6.1.1(postcss@8.4.47)
+ postcss-minify-font-values: 6.1.0(postcss@8.4.47)
+ postcss-minify-gradients: 6.0.3(postcss@8.4.47)
+ postcss-minify-params: 6.1.0(postcss@8.4.47)
+ postcss-minify-selectors: 6.0.4(postcss@8.4.47)
+ postcss-normalize-charset: 6.0.2(postcss@8.4.47)
+ postcss-normalize-display-values: 6.0.2(postcss@8.4.47)
+ postcss-normalize-positions: 6.0.2(postcss@8.4.47)
+ postcss-normalize-repeat-style: 6.0.2(postcss@8.4.47)
+ postcss-normalize-string: 6.0.2(postcss@8.4.47)
+ postcss-normalize-timing-functions: 6.0.2(postcss@8.4.47)
+ postcss-normalize-unicode: 6.1.0(postcss@8.4.47)
+ postcss-normalize-url: 6.0.2(postcss@8.4.47)
+ postcss-normalize-whitespace: 6.0.2(postcss@8.4.47)
+ postcss-ordered-values: 6.0.2(postcss@8.4.47)
+ postcss-reduce-initial: 6.1.0(postcss@8.4.47)
+ postcss-reduce-transforms: 6.0.2(postcss@8.4.47)
+ postcss-svgo: 6.0.3(postcss@8.4.47)
+ postcss-unique-selectors: 6.0.4(postcss@8.4.47)
+
+ cssnano-utils@4.0.2(postcss@8.4.47):
+ dependencies:
+ postcss: 8.4.47
+
+ cssnano@6.1.2(postcss@8.4.47):
+ dependencies:
+ cssnano-preset-default: 6.1.2(postcss@8.4.47)
+ lilconfig: 3.1.2
+ postcss: 8.4.47
csso@5.0.5:
dependencies:
css-tree: 2.2.1
- csstype@3.1.1: {}
+ csstype@3.1.3: {}
- cytoscape-cose-bilkent@4.1.0(cytoscape@3.27.0):
+ cytoscape-cose-bilkent@4.1.0(cytoscape@3.30.3):
dependencies:
cose-base: 1.0.3
- cytoscape: 3.27.0
+ cytoscape: 3.30.3
- cytoscape-fcose@2.2.0(cytoscape@3.27.0):
- dependencies:
- cose-base: 2.2.0
- cytoscape: 3.27.0
-
- cytoscape@3.27.0:
- dependencies:
- heap: 0.2.7
- lodash: 4.17.21
+ cytoscape@3.30.3: {}
d3-array@2.12.1:
dependencies:
internmap: 1.0.1
- d3-array@3.2.1:
+ d3-array@3.2.4:
dependencies:
internmap: 2.0.3
@@ -10560,13 +10255,13 @@ snapshots:
d3-color@3.1.0: {}
- d3-contour@4.0.0:
+ d3-contour@4.0.2:
dependencies:
- d3-array: 3.2.1
+ d3-array: 3.2.4
- d3-delaunay@6.0.2:
+ d3-delaunay@6.0.4:
dependencies:
- delaunator: 5.0.0
+ delaunator: 5.0.1
d3-dispatch@3.0.1: {}
@@ -10595,9 +10290,9 @@ snapshots:
d3-format@3.1.0: {}
- d3-geo@3.1.0:
+ d3-geo@3.1.1:
dependencies:
- d3-array: 3.2.1
+ d3-array: 3.2.4
d3-hierarchy@3.1.2: {}
@@ -10620,14 +10315,14 @@ snapshots:
d3-array: 2.12.1
d3-shape: 1.3.7
- d3-scale-chromatic@3.0.0:
+ d3-scale-chromatic@3.1.0:
dependencies:
d3-color: 3.1.0
d3-interpolate: 3.0.1
d3-scale@4.0.2:
dependencies:
- d3-array: 3.2.1
+ d3-array: 3.2.4
d3-format: 3.1.0
d3-interpolate: 3.0.1
d3-time: 3.1.0
@@ -10649,7 +10344,7 @@ snapshots:
d3-time@3.1.0:
dependencies:
- d3-array: 3.2.1
+ d3-array: 3.2.4
d3-timer@3.0.1: {}
@@ -10670,15 +10365,15 @@ snapshots:
d3-selection: 3.0.0
d3-transition: 3.0.1(d3-selection@3.0.0)
- d3@7.8.5:
+ d3@7.9.0:
dependencies:
- d3-array: 3.2.1
+ d3-array: 3.2.4
d3-axis: 3.0.0
d3-brush: 3.0.0
d3-chord: 3.0.1
d3-color: 3.1.0
- d3-contour: 4.0.0
- d3-delaunay: 6.0.2
+ d3-contour: 4.0.2
+ d3-delaunay: 6.0.4
d3-dispatch: 3.0.1
d3-drag: 3.0.0
d3-dsv: 3.0.1
@@ -10686,7 +10381,7 @@ snapshots:
d3-fetch: 3.0.1
d3-force: 3.0.0
d3-format: 3.1.0
- d3-geo: 3.1.0
+ d3-geo: 3.1.1
d3-hierarchy: 3.1.2
d3-interpolate: 3.0.1
d3-path: 3.1.0
@@ -10694,7 +10389,7 @@ snapshots:
d3-quadtree: 3.0.1
d3-random: 3.0.1
d3-scale: 4.0.2
- d3-scale-chromatic: 3.0.0
+ d3-scale-chromatic: 3.1.0
d3-selection: 3.0.0
d3-shape: 3.2.0
d3-time: 3.1.0
@@ -10705,12 +10400,12 @@ snapshots:
dagre-d3-es@7.0.10:
dependencies:
- d3: 7.8.5
+ d3: 7.9.0
lodash-es: 4.17.21
damerau-levenshtein@1.0.8: {}
- dargs@7.0.0: {}
+ dargs@8.1.0: {}
data-view-buffer@1.0.1:
dependencies:
@@ -10730,7 +10425,7 @@ snapshots:
es-errors: 1.3.0
is-data-view: 1.0.1
- dayjs@1.11.10: {}
+ dayjs@1.11.13: {}
debounce@1.2.1: {}
@@ -10742,18 +10437,9 @@ snapshots:
dependencies:
ms: 2.1.3
- debug@4.3.4:
+ debug@4.3.7:
dependencies:
- ms: 2.1.2
-
- decamelize-keys@1.1.0:
- dependencies:
- decamelize: 1.2.0
- map-obj: 1.0.1
-
- decamelize@1.2.0: {}
-
- decamelize@5.0.1: {}
+ ms: 2.1.3
decode-named-character-reference@1.0.2:
dependencies:
@@ -10792,7 +10478,7 @@ snapshots:
del@6.1.1:
dependencies:
globby: 11.1.0
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
is-glob: 4.0.3
is-path-cwd: 2.2.0
is-path-inside: 3.0.3
@@ -10800,9 +10486,9 @@ snapshots:
rimraf: 3.0.2
slash: 3.0.0
- delaunator@5.0.0:
+ delaunator@5.0.1:
dependencies:
- robust-predicates: 3.0.1
+ robust-predicates: 3.0.2
delayed-stream@1.0.0: {}
@@ -10814,19 +10500,21 @@ snapshots:
destroy@1.2.0: {}
+ detect-libc@1.0.3: {}
+
detect-node@2.1.0: {}
detect-port-alt@1.1.6:
dependencies:
- address: 1.2.0
+ address: 1.2.2
debug: 2.6.9
transitivePeerDependencies:
- supports-color
- detect-port@1.5.1:
+ detect-port@1.6.1:
dependencies:
- address: 1.2.0
- debug: 4.3.4
+ address: 1.2.2
+ debug: 4.3.7
transitivePeerDependencies:
- supports-color
@@ -10834,41 +10522,35 @@ snapshots:
dependencies:
dequal: 2.0.3
- diff@5.1.0: {}
+ diff@5.2.0: {}
dir-glob@3.0.1:
dependencies:
path-type: 4.0.0
- dns-equal@1.0.0: {}
-
- dns-packet@5.6.0:
+ dns-packet@5.6.1:
dependencies:
- '@leichtgewicht/ip-codec': 2.0.4
+ '@leichtgewicht/ip-codec': 2.0.5
doctrine@2.1.0:
dependencies:
esutils: 2.0.3
- doctrine@3.0.0:
+ docusaurus-plugin-remote-content@4.0.0(@docusaurus/core@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)):
dependencies:
- esutils: 2.0.3
-
- docusaurus-plugin-remote-content@4.0.0(@docusaurus/core@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)):
- dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- axios: 1.6.8
- picocolors: 1.0.0
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ axios: 1.7.7
+ picocolors: 1.1.1
pretty-ms: 7.0.1
- rimraf: 5.0.7
+ rimraf: 5.0.10
transitivePeerDependencies:
- debug
- docusaurus-plugin-sass@0.2.5(@docusaurus/core@3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3))(sass@1.52.3)(webpack@5.76.0):
+ docusaurus-plugin-sass@0.2.5(@docusaurus/core@3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4))(sass@1.80.4)(webpack@5.95.0):
dependencies:
- '@docusaurus/core': 3.4.0(@docusaurus/types@3.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(eslint@8.57.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.3)
- sass: 1.52.3
- sass-loader: 10.2.1(sass@1.52.3)(webpack@5.76.0)
+ '@docusaurus/core': 3.5.2(@docusaurus/types@3.5.2(acorn@8.13.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mdx-js/react@3.1.0(@types/react@18.3.12)(react@18.3.1))(acorn@8.13.0)(eslint@9.13.0(jiti@1.21.6))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.5.4)
+ sass: 1.80.4
+ sass-loader: 10.5.2(sass@1.80.4)(webpack@5.95.0)
transitivePeerDependencies:
- fibers
- node-sass
@@ -10900,7 +10582,7 @@ snapshots:
dependencies:
domelementtype: 2.3.0
- dompurify@3.0.6: {}
+ dompurify@3.1.6: {}
domutils@2.8.0:
dependencies:
@@ -10908,7 +10590,7 @@ snapshots:
domelementtype: 2.3.0
domhandler: 4.3.1
- domutils@3.0.1:
+ domutils@3.1.0:
dependencies:
dom-serializer: 2.0.0
domelementtype: 2.3.0
@@ -10917,7 +10599,7 @@ snapshots:
dot-case@3.0.4:
dependencies:
no-case: 3.0.4
- tslib: 2.6.2
+ tslib: 2.8.0
dot-prop@5.3.0:
dependencies:
@@ -10933,11 +10615,11 @@ snapshots:
ee-first@1.1.1: {}
- electron-to-chromium@1.4.744: {}
+ electron-to-chromium@1.5.45: {}
- elkjs@0.8.2: {}
+ elkjs@0.9.3: {}
- emoji-regex@10.3.0: {}
+ emoji-regex@10.4.0: {}
emoji-regex@8.0.0: {}
@@ -10947,65 +10629,31 @@ snapshots:
emojis-list@3.0.0: {}
- emoticon@4.0.1: {}
+ emoticon@4.1.0: {}
encodeurl@1.0.2: {}
- enhanced-resolve@5.15.0:
+ encodeurl@2.0.0: {}
+
+ enhanced-resolve@5.17.1:
dependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
tapable: 2.2.1
entities@2.2.0: {}
entities@4.5.0: {}
+ env-paths@2.2.1: {}
+
+ environment@1.1.0: {}
+
+ err-code@2.0.3: {}
+
error-ex@1.3.2:
dependencies:
is-arrayish: 0.2.1
- es-abstract@1.22.3:
- dependencies:
- array-buffer-byte-length: 1.0.1
- arraybuffer.prototype.slice: 1.0.3
- available-typed-arrays: 1.0.6
- call-bind: 1.0.7
- es-set-tostringtag: 2.0.2
- es-to-primitive: 1.2.1
- function.prototype.name: 1.1.6
- get-intrinsic: 1.2.4
- get-symbol-description: 1.0.0
- globalthis: 1.0.3
- gopd: 1.0.1
- has-property-descriptors: 1.0.2
- has-proto: 1.0.3
- has-symbols: 1.0.3
- hasown: 2.0.2
- internal-slot: 1.0.6
- is-array-buffer: 3.0.4
- is-callable: 1.2.7
- is-negative-zero: 2.0.2
- is-regex: 1.1.4
- is-shared-array-buffer: 1.0.2
- is-string: 1.0.7
- is-typed-array: 1.1.13
- is-weakref: 1.0.2
- object-inspect: 1.13.1
- object-keys: 1.1.1
- object.assign: 4.1.5
- regexp.prototype.flags: 1.5.1
- safe-array-concat: 1.1.0
- safe-regex-test: 1.0.2
- string.prototype.trim: 1.2.8
- string.prototype.trimend: 1.0.7
- string.prototype.trimstart: 1.0.7
- typed-array-buffer: 1.0.0
- typed-array-byte-length: 1.0.0
- typed-array-byte-offset: 1.0.0
- typed-array-length: 1.0.4
- unbox-primitive: 1.0.2
- which-typed-array: 1.1.14
-
es-abstract@1.23.3:
dependencies:
array-buffer-byte-length: 1.0.1
@@ -11023,7 +10671,7 @@ snapshots:
function.prototype.name: 1.1.6
get-intrinsic: 1.2.4
get-symbol-description: 1.0.2
- globalthis: 1.0.3
+ globalthis: 1.0.4
gopd: 1.0.1
has-property-descriptors: 1.0.2
has-proto: 1.0.3
@@ -11039,10 +10687,10 @@ snapshots:
is-string: 1.0.7
is-typed-array: 1.1.13
is-weakref: 1.0.2
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
object-keys: 1.1.1
object.assign: 4.1.5
- regexp.prototype.flags: 1.5.2
+ regexp.prototype.flags: 1.5.3
safe-array-concat: 1.1.2
safe-regex-test: 1.0.3
string.prototype.trim: 1.2.9
@@ -11055,32 +10703,13 @@ snapshots:
unbox-primitive: 1.0.2
which-typed-array: 1.1.15
- es-array-method-boxes-properly@1.0.0: {}
-
es-define-property@1.0.0:
dependencies:
get-intrinsic: 1.2.4
es-errors@1.3.0: {}
- es-iterator-helpers@1.0.15:
- dependencies:
- asynciterator.prototype: 1.0.0
- call-bind: 1.0.7
- define-properties: 1.2.1
- es-abstract: 1.22.3
- es-set-tostringtag: 2.0.2
- function-bind: 1.1.2
- get-intrinsic: 1.2.4
- globalthis: 1.0.3
- has-property-descriptors: 1.0.2
- has-proto: 1.0.3
- has-symbols: 1.0.3
- internal-slot: 1.0.6
- iterator.prototype: 1.1.2
- safe-array-concat: 1.1.0
-
- es-iterator-helpers@1.0.18:
+ es-iterator-helpers@1.1.0:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
@@ -11089,28 +10718,20 @@ snapshots:
es-set-tostringtag: 2.0.3
function-bind: 1.1.2
get-intrinsic: 1.2.4
- globalthis: 1.0.3
+ globalthis: 1.0.4
has-property-descriptors: 1.0.2
has-proto: 1.0.3
has-symbols: 1.0.3
internal-slot: 1.0.7
- iterator.prototype: 1.1.2
+ iterator.prototype: 1.1.3
safe-array-concat: 1.1.2
- es-module-lexer@0.9.3: {}
-
- es-module-lexer@1.4.1: {}
+ es-module-lexer@1.5.4: {}
es-object-atoms@1.0.0:
dependencies:
es-errors: 1.3.0
- es-set-tostringtag@2.0.2:
- dependencies:
- get-intrinsic: 1.2.4
- has-tostringtag: 1.0.2
- hasown: 2.0.2
-
es-set-tostringtag@2.0.3:
dependencies:
get-intrinsic: 1.2.4
@@ -11127,7 +10748,21 @@ snapshots:
is-date-object: 1.0.5
is-symbol: 1.0.4
- escalade@3.1.1: {}
+ esast-util-from-estree@2.0.0:
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ devlop: 1.1.0
+ estree-util-visit: 2.0.0
+ unist-util-position-from-estree: 2.0.0
+
+ esast-util-from-js@2.0.1:
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ acorn: 8.13.0
+ esast-util-from-estree: 2.0.0
+ vfile-message: 4.0.2
+
+ escalade@3.2.0: {}
escape-goat@4.0.0: {}
@@ -11144,86 +10779,89 @@ snapshots:
lodash.get: 4.4.2
lodash.zip: 4.2.0
- eslint-compat-utils@0.5.0(eslint@8.57.0):
+ eslint-compat-utils@0.5.1(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
- semver: 7.6.0
+ eslint: 9.13.0(jiti@1.21.6)
+ semver: 7.6.3
- eslint-config-prettier@9.1.0(eslint@8.57.0):
+ eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
- eslint-config-xo-react@0.27.0(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.34.1(eslint@8.57.0))(eslint@8.57.0):
+ eslint-config-xo-react@0.27.0(eslint-plugin-react-hooks@4.6.2(eslint@9.13.0(jiti@1.21.6)))(eslint-plugin-react@7.37.2(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
- eslint-plugin-react: 7.34.1(eslint@8.57.0)
- eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0)
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-plugin-react: 7.37.2(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-react-hooks: 4.6.2(eslint@9.13.0(jiti@1.21.6))
- eslint-config-xo-typescript@4.0.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3))(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3):
+ eslint-config-xo-typescript@4.0.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- eslint: 8.57.0
- typescript: 5.3.3
+ '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/parser': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.13.0(jiti@1.21.6)
+ typescript: 5.5.4
- eslint-config-xo@0.44.0(eslint@8.57.0):
+ eslint-config-xo@0.44.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
confusing-browser-globals: 1.0.11
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
eslint-import-resolver-node@0.3.9:
dependencies:
debug: 3.2.7
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0):
+ eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- debug: 4.3.4
- enhanced-resolve: 5.15.0
- eslint: 8.57.0
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
- eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
+ '@nolyfill/is-core-module': 1.0.39
+ debug: 4.3.7
+ enhanced-resolve: 5.17.1
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
fast-glob: 3.3.2
- get-tsconfig: 4.7.2
- is-core-module: 2.13.1
+ get-tsconfig: 4.8.1
+ is-bun-module: 1.2.1
is-glob: 4.0.3
+ optionalDependencies:
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
transitivePeerDependencies:
- '@typescript-eslint/parser'
- eslint-import-resolver-node
- eslint-import-resolver-webpack
- supports-color
- eslint-mdx@3.1.5(eslint@8.57.0):
+ eslint-mdx@3.1.5(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- acorn: 8.11.3
- acorn-jsx: 5.3.2(acorn@8.11.3)
- eslint: 8.57.0
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
+ eslint: 9.13.0(jiti@1.21.6)
espree: 9.6.1
estree-util-visit: 2.0.0
- remark-mdx: 3.0.0
+ remark-mdx: 3.1.0
remark-parse: 11.0.0
remark-stringify: 11.0.0
- synckit: 0.9.0
- tslib: 2.6.2
- unified: 11.0.4
- unified-engine: 11.2.0
+ synckit: 0.9.2
+ tslib: 2.8.0
+ unified: 11.0.5
+ unified-engine: 11.2.1
unist-util-visit: 5.0.0
uvu: 0.5.6
- vfile: 6.0.1
+ vfile: 6.0.3
transitivePeerDependencies:
+ - bluebird
- supports-color
- eslint-module-utils@2.8.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
- eslint: 8.57.0
+ '@typescript-eslint/parser': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.13.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0)
+ eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
transitivePeerDependencies:
- supports-color
@@ -11232,98 +10870,101 @@ snapshots:
lodash: 4.17.21
pkg-dir: 5.0.0
- eslint-plugin-es-x@7.6.0(eslint@8.57.0):
+ eslint-plugin-es-x@7.8.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@eslint-community/regexpp': 4.10.0
- eslint: 8.57.0
- eslint-compat-utils: 0.5.0(eslint@8.57.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
+ '@eslint-community/regexpp': 4.11.1
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-compat-utils: 0.5.1(eslint@9.13.0(jiti@1.21.6))
- eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0):
+ eslint-plugin-eslint-comments@3.2.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
escape-string-regexp: 1.0.5
- eslint: 8.57.0
- ignore: 5.3.1
+ eslint: 9.13.0(jiti@1.21.6)
+ ignore: 5.3.2
- eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- array-includes: 3.1.7
- array.prototype.findlastindex: 1.2.3
+ '@rtsao/scc': 1.1.0
+ array-includes: 3.1.8
+ array.prototype.findlastindex: 1.2.5
array.prototype.flat: 1.3.2
array.prototype.flatmap: 1.3.2
debug: 3.2.7
doctrine: 2.1.0
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0)
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))
hasown: 2.0.2
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
is-glob: 4.0.3
minimatch: 3.1.2
- object.fromentries: 2.0.7
- object.groupby: 1.0.2
- object.values: 1.1.7
+ object.fromentries: 2.0.8
+ object.groupby: 1.0.3
+ object.values: 1.2.0
semver: 6.3.1
+ string.prototype.trimend: 1.0.8
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/parser': 7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0):
+ eslint-plugin-jsx-a11y@6.10.1(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- '@babel/runtime': 7.23.4
- aria-query: 5.3.0
- array-includes: 3.1.7
+ aria-query: 5.3.2
+ array-includes: 3.1.8
array.prototype.flatmap: 1.3.2
ast-types-flow: 0.0.8
- axe-core: 4.7.0
- axobject-query: 3.2.1
+ axe-core: 4.10.2
+ axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
- es-iterator-helpers: 1.0.15
- eslint: 8.57.0
+ es-iterator-helpers: 1.1.0
+ eslint: 9.13.0(jiti@1.21.6)
hasown: 2.0.2
jsx-ast-utils: 3.3.5
language-tags: 1.0.9
minimatch: 3.1.2
- object.entries: 1.1.7
- object.fromentries: 2.0.7
+ object.fromentries: 2.0.8
+ safe-regex-test: 1.0.3
+ string.prototype.includes: 2.0.1
- eslint-plugin-markdown@3.0.1(eslint@8.57.0):
+ eslint-plugin-markdown@3.0.1(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
- eslint-plugin-mdx@3.1.5(eslint@8.57.0):
+ eslint-plugin-mdx@3.1.5(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
- eslint-mdx: 3.1.5(eslint@8.57.0)
- eslint-plugin-markdown: 3.0.1(eslint@8.57.0)
- remark-mdx: 3.0.0
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-mdx: 3.1.5(eslint@9.13.0(jiti@1.21.6))
+ eslint-plugin-markdown: 3.0.1(eslint@9.13.0(jiti@1.21.6))
+ remark-mdx: 3.1.0
remark-parse: 11.0.0
remark-stringify: 11.0.0
- tslib: 2.6.2
- unified: 11.0.4
- vfile: 6.0.1
+ tslib: 2.8.0
+ unified: 11.0.5
+ vfile: 6.0.3
transitivePeerDependencies:
+ - bluebird
- supports-color
- eslint-plugin-n@17.2.1(eslint@8.57.0):
+ eslint-plugin-n@17.11.1(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- enhanced-resolve: 5.15.0
- eslint: 8.57.0
- eslint-plugin-es-x: 7.6.0(eslint@8.57.0)
- get-tsconfig: 4.7.2
- globals: 14.0.0
- ignore: 5.3.1
- minimatch: 9.0.4
- semver: 7.6.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
+ enhanced-resolve: 5.17.1
+ eslint: 9.13.0(jiti@1.21.6)
+ eslint-plugin-es-x: 7.8.0(eslint@9.13.0(jiti@1.21.6))
+ get-tsconfig: 4.8.1
+ globals: 15.11.0
+ ignore: 5.3.2
+ minimatch: 9.0.5
+ semver: 7.6.3
eslint-plugin-no-use-extend-native@0.5.0:
dependencies:
@@ -11332,67 +10973,67 @@ snapshots:
is-obj-prop: 1.0.0
is-proto-prop: 2.0.0
- eslint-plugin-prettier@5.1.3(@types/eslint@8.4.3)(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.0):
+ eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@1.21.6)))(eslint@9.13.0(jiti@1.21.6))(prettier@3.3.3):
dependencies:
- eslint: 8.57.0
- prettier: 3.3.0
+ eslint: 9.13.0(jiti@1.21.6)
+ prettier: 3.3.3
prettier-linter-helpers: 1.0.0
- synckit: 0.8.8
+ synckit: 0.9.2
optionalDependencies:
- '@types/eslint': 8.4.3
- eslint-config-prettier: 9.1.0(eslint@8.57.0)
+ '@types/eslint': 9.6.1
+ eslint-config-prettier: 9.1.0(eslint@9.13.0(jiti@1.21.6))
- eslint-plugin-promise@6.1.1(eslint@8.57.0):
+ eslint-plugin-promise@6.6.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
- eslint-plugin-react-hooks@4.6.0(eslint@8.57.0):
+ eslint-plugin-react-hooks@4.6.2(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
- eslint-plugin-react@7.34.1(eslint@8.57.0):
+ eslint-plugin-react@7.37.2(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- array-includes: 3.1.7
+ array-includes: 3.1.8
array.prototype.findlast: 1.2.5
array.prototype.flatmap: 1.3.2
- array.prototype.toreversed: 1.1.2
- array.prototype.tosorted: 1.1.3
+ array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
- es-iterator-helpers: 1.0.18
- eslint: 8.57.0
+ es-iterator-helpers: 1.1.0
+ eslint: 9.13.0(jiti@1.21.6)
estraverse: 5.3.0
+ hasown: 2.0.2
jsx-ast-utils: 3.3.5
minimatch: 3.1.2
- object.entries: 1.1.7
- object.fromentries: 2.0.7
- object.hasown: 1.1.3
- object.values: 1.1.7
+ object.entries: 1.1.8
+ object.fromentries: 2.0.8
+ object.values: 1.2.0
prop-types: 15.8.1
resolve: 2.0.0-next.5
semver: 6.3.1
- string.prototype.matchall: 4.0.10
+ string.prototype.matchall: 4.0.11
+ string.prototype.repeat: 1.0.0
- eslint-plugin-sql@2.1.0(eslint@8.57.0):
+ eslint-plugin-sql@2.1.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- astring: 1.8.3
- debug: 4.3.4
- eslint: 8.57.0
+ astring: 1.9.0
+ debug: 4.3.7
+ eslint: 9.13.0(jiti@1.21.6)
lodash: 4.17.21
pg-formatter: 1.3.0
sql-parse: 0.1.5
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@52.0.0(eslint@8.57.0):
+ eslint-plugin-unicorn@52.0.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- '@babel/helper-validator-identifier': 7.22.20
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
+ '@babel/helper-validator-identifier': 7.25.9
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
'@eslint/eslintrc': 2.1.4
ci-info: 4.0.0
clean-regexp: 1.0.0
- core-js-compat: 3.37.0
- eslint: 8.57.0
- esquery: 1.5.0
+ core-js-compat: 3.38.1
+ eslint: 9.13.0(jiti@1.21.6)
+ esquery: 1.6.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -11400,17 +11041,17 @@ snapshots:
read-pkg-up: 7.0.1
regexp-tree: 0.1.27
regjsparser: 0.10.0
- semver: 7.6.0
+ semver: 7.6.3
strip-indent: 3.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0):
+ eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
eslint-rule-composer: 0.3.0
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.3.3))(eslint@8.57.0)(typescript@5.3.3)
+ '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)
eslint-rule-composer@0.3.0: {}
@@ -11419,65 +11060,72 @@ snapshots:
esrecurse: 4.3.0
estraverse: 4.3.0
- eslint-scope@7.2.2:
+ eslint-scope@8.1.0:
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
eslint-visitor-keys@3.4.3: {}
- eslint@8.57.0:
+ eslint-visitor-keys@4.1.0: {}
+
+ eslint@9.13.0(jiti@1.21.6):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@eslint-community/regexpp': 4.10.0
- '@eslint/eslintrc': 2.1.4
- '@eslint/js': 8.57.0
- '@humanwhocodes/config-array': 0.11.14
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
+ '@eslint-community/regexpp': 4.11.1
+ '@eslint/config-array': 0.18.0
+ '@eslint/core': 0.7.0
+ '@eslint/eslintrc': 3.1.0
+ '@eslint/js': 9.13.0
+ '@eslint/plugin-kit': 0.2.1
+ '@humanfs/node': 0.16.5
'@humanwhocodes/module-importer': 1.0.1
- '@nodelib/fs.walk': 1.2.8
- '@ungap/structured-clone': 1.2.0
+ '@humanwhocodes/retry': 0.3.1
+ '@types/estree': 1.0.6
+ '@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.4
- doctrine: 3.0.0
+ debug: 4.3.7
escape-string-regexp: 4.0.0
- eslint-scope: 7.2.2
- eslint-visitor-keys: 3.4.3
- espree: 9.6.1
- esquery: 1.5.0
+ eslint-scope: 8.1.0
+ eslint-visitor-keys: 4.1.0
+ espree: 10.2.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
- file-entry-cache: 6.0.1
+ file-entry-cache: 8.0.0
find-up: 5.0.0
glob-parent: 6.0.2
- globals: 13.24.0
- graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
imurmurhash: 0.1.4
is-glob: 4.0.3
- is-path-inside: 3.0.3
- js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1
- levn: 0.4.1
lodash.merge: 4.6.2
minimatch: 3.1.2
natural-compare: 1.4.0
- optionator: 0.9.3
- strip-ansi: 6.0.1
+ optionator: 0.9.4
text-table: 0.2.0
+ optionalDependencies:
+ jiti: 1.21.6
transitivePeerDependencies:
- supports-color
+ espree@10.2.0:
+ dependencies:
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
+ eslint-visitor-keys: 4.1.0
+
espree@9.6.1:
dependencies:
- acorn: 8.11.3
- acorn-jsx: 5.3.2(acorn@8.11.3)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -11491,36 +11139,40 @@ snapshots:
estree-util-attach-comments@3.0.0:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
estree-util-build-jsx@3.0.1:
dependencies:
- '@types/estree-jsx': 1.0.3
+ '@types/estree-jsx': 1.0.5
devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0
estree-walker: 3.0.3
estree-util-is-identifier-name@3.0.0: {}
+ estree-util-scope@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ devlop: 1.1.0
+
estree-util-to-js@2.0.0:
dependencies:
- '@types/estree-jsx': 1.0.3
- astring: 1.8.3
+ '@types/estree-jsx': 1.0.5
+ astring: 1.9.0
source-map: 0.7.4
- estree-util-value-to-estree@3.0.1:
+ estree-util-value-to-estree@3.1.2:
dependencies:
- '@types/estree': 1.0.5
- is-plain-obj: 4.1.0
+ '@types/estree': 1.0.6
estree-util-visit@2.0.0:
dependencies:
- '@types/estree-jsx': 1.0.3
- '@types/unist': 3.0.2
+ '@types/estree-jsx': 1.0.5
+ '@types/unist': 3.0.3
estree-walker@3.0.3:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
esutils@2.0.3: {}
@@ -11530,7 +11182,7 @@ snapshots:
eval@0.1.8:
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
require-like: 0.1.2
eventemitter3@4.0.7: {}
@@ -11558,39 +11210,39 @@ snapshots:
human-signals: 5.0.0
is-stream: 3.0.0
merge-stream: 2.0.0
- npm-run-path: 5.1.0
+ npm-run-path: 5.3.0
onetime: 6.0.0
signal-exit: 4.1.0
strip-final-newline: 3.0.0
- express@4.19.2:
+ express@4.21.1:
dependencies:
accepts: 1.3.8
array-flatten: 1.1.1
- body-parser: 1.20.2
+ body-parser: 1.20.3
content-disposition: 0.5.4
content-type: 1.0.5
- cookie: 0.6.0
+ cookie: 0.7.1
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
etag: 1.8.1
- finalhandler: 1.2.0
+ finalhandler: 1.3.1
fresh: 0.5.2
http-errors: 2.0.0
- merge-descriptors: 1.0.1
+ merge-descriptors: 1.0.3
methods: 1.1.2
on-finished: 2.4.1
parseurl: 1.3.3
- path-to-regexp: 0.1.7
+ path-to-regexp: 0.1.10
proxy-addr: 2.0.7
- qs: 6.11.0
+ qs: 6.13.0
range-parser: 1.2.1
safe-buffer: 5.2.1
- send: 0.18.0
- serve-static: 1.15.0
+ send: 0.19.0
+ serve-static: 1.16.2
setprototypeof: 1.2.0
statuses: 2.0.1
type-is: 1.6.18
@@ -11607,7 +11259,7 @@ snapshots:
fast-deep-equal@3.1.3: {}
- fast-diff@1.2.0: {}
+ fast-diff@1.3.0: {}
fast-glob@3.3.2:
dependencies:
@@ -11615,19 +11267,17 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
fast-json-stable-stringify@2.1.0: {}
fast-levenshtein@2.0.6: {}
- fast-url-parser@1.1.3:
- dependencies:
- punycode: 1.4.1
+ fast-uri@3.0.3: {}
fastest-levenshtein@1.0.16: {}
- fastq@1.13.0:
+ fastq@1.17.1:
dependencies:
reusify: 1.0.4
@@ -11643,30 +11293,30 @@ snapshots:
dependencies:
xml-js: 1.6.11
- file-entry-cache@6.0.1:
+ file-entry-cache@8.0.0:
dependencies:
- flat-cache: 3.0.4
+ flat-cache: 4.0.1
- file-entry-cache@7.0.2:
+ file-entry-cache@9.1.0:
dependencies:
- flat-cache: 3.2.0
+ flat-cache: 5.0.0
- file-loader@6.2.0(webpack@5.89.0):
+ file-loader@6.2.0(webpack@5.95.0):
dependencies:
loader-utils: 2.0.4
schema-utils: 3.3.0
- webpack: 5.89.0
+ webpack: 5.95.0
filesize@8.0.7: {}
- fill-range@7.0.1:
+ fill-range@7.1.1:
dependencies:
to-regex-range: 5.0.1
- finalhandler@1.2.0:
+ finalhandler@1.3.1:
dependencies:
debug: 2.6.9
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
on-finished: 2.4.1
parseurl: 1.3.3
@@ -11699,55 +11349,60 @@ snapshots:
locate-path: 7.2.0
path-exists: 5.0.0
- flat-cache@3.0.4:
+ find-up@7.0.0:
dependencies:
- flatted: 3.2.9
- rimraf: 3.0.2
+ locate-path: 7.2.0
+ path-exists: 5.0.0
+ unicorn-magic: 0.1.0
- flat-cache@3.2.0:
+ flat-cache@4.0.1:
dependencies:
- flatted: 3.2.9
+ flatted: 3.3.1
+ keyv: 4.5.4
+
+ flat-cache@5.0.0:
+ dependencies:
+ flatted: 3.3.1
keyv: 4.5.4
- rimraf: 3.0.2
flat@5.0.2: {}
- flatted@3.2.9: {}
+ flatted@3.3.1: {}
- follow-redirects@1.15.6: {}
+ follow-redirects@1.15.9: {}
for-each@0.3.3:
dependencies:
is-callable: 1.2.7
- foreground-child@3.1.1:
+ foreground-child@3.3.0:
dependencies:
cross-spawn: 7.0.3
signal-exit: 4.1.0
- fork-ts-checker-webpack-plugin@6.5.2(eslint@8.57.0)(typescript@5.3.3)(webpack@5.89.0):
+ fork-ts-checker-webpack-plugin@6.5.3(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)(webpack@5.95.0):
dependencies:
- '@babel/code-frame': 7.23.4
+ '@babel/code-frame': 7.25.9
'@types/json-schema': 7.0.15
chalk: 4.1.2
- chokidar: 3.5.3
+ chokidar: 3.6.0
cosmiconfig: 6.0.0
deepmerge: 4.3.1
fs-extra: 9.1.0
glob: 7.2.3
- memfs: 3.4.4
+ memfs: 3.5.3
minimatch: 3.1.2
schema-utils: 2.7.0
- semver: 7.6.0
+ semver: 7.6.3
tapable: 1.1.3
- typescript: 5.3.3
- webpack: 5.89.0
+ typescript: 5.5.4
+ webpack: 5.95.0
optionalDependencies:
- eslint: 8.57.0
+ eslint: 9.13.0(jiti@1.21.6)
form-data-encoder@2.1.4: {}
- form-data@4.0.0:
+ form-data@4.0.1:
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
@@ -11761,30 +11416,24 @@ snapshots:
fresh@0.5.2: {}
- fs-extra@11.1.1:
- dependencies:
- graceful-fs: 4.2.10
- jsonfile: 6.1.0
- universalify: 2.0.0
-
fs-extra@11.2.0:
dependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
fs-extra@9.1.0:
dependencies:
at-least-node: 1.0.0
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
- fs-monkey@1.0.3: {}
+ fs-monkey@1.0.6: {}
fs.realpath@1.0.0: {}
- fsevents@2.3.2:
+ fsevents@2.3.3:
optional: true
function-bind@1.1.2: {}
@@ -11793,7 +11442,7 @@ snapshots:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
functions-have-names: 1.2.3
functions-have-names@1.2.3: {}
@@ -11802,6 +11451,8 @@ snapshots:
get-caller-file@2.0.5: {}
+ get-east-asian-width@1.3.0: {}
+
get-intrinsic@1.2.4:
dependencies:
es-errors: 1.3.0
@@ -11818,28 +11469,21 @@ snapshots:
get-stream@8.0.1: {}
- get-symbol-description@1.0.0:
- dependencies:
- call-bind: 1.0.7
- get-intrinsic: 1.2.4
-
get-symbol-description@1.0.2:
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
- get-tsconfig@4.7.2:
+ get-tsconfig@4.8.1:
dependencies:
resolve-pkg-maps: 1.0.0
- git-raw-commits@2.0.11:
+ git-raw-commits@4.0.0:
dependencies:
- dargs: 7.0.0
- lodash: 4.17.21
- meow: 8.1.2
- split2: 3.2.2
- through2: 4.0.2
+ dargs: 8.1.0
+ meow: 12.1.1
+ split2: 4.2.0
github-slugger@1.5.0: {}
@@ -11853,13 +11497,14 @@ snapshots:
glob-to-regexp@0.4.1: {}
- glob@10.3.10:
+ glob@10.4.5:
dependencies:
- foreground-child: 3.1.1
- jackspeak: 2.3.6
- minimatch: 9.0.4
- minipass: 7.0.4
- path-scurry: 1.10.1
+ foreground-child: 3.3.0
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
+ minipass: 7.1.2
+ package-json-from-dist: 1.0.1
+ path-scurry: 1.11.1
glob@7.2.3:
dependencies:
@@ -11870,11 +11515,11 @@ snapshots:
once: 1.4.0
path-is-absolute: 1.0.1
- global-dirs@0.1.1:
+ global-directory@4.0.1:
dependencies:
- ini: 1.3.8
+ ini: 4.1.1
- global-dirs@3.0.0:
+ global-dirs@3.0.1:
dependencies:
ini: 2.0.0
@@ -11896,24 +11541,27 @@ snapshots:
globals@14.0.0: {}
- globalthis@1.0.3:
+ globals@15.11.0: {}
+
+ globalthis@1.0.4:
dependencies:
define-properties: 1.2.1
+ gopd: 1.0.1
globby@11.1.0:
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
merge2: 1.4.1
slash: 3.0.0
- globby@13.1.2:
+ globby@13.2.2:
dependencies:
dir-glob: 3.0.1
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
merge2: 1.4.1
slash: 4.0.0
@@ -11939,6 +11587,8 @@ snapshots:
graceful-fs@4.2.10: {}
+ graceful-fs@4.2.11: {}
+
graphemer@1.4.0: {}
gray-matter@4.0.3:
@@ -11954,8 +11604,6 @@ snapshots:
handle-thing@2.0.1: {}
- hard-rejection@2.1.0: {}
-
has-bigints@1.0.2: {}
has-flag@3.0.0: {}
@@ -11982,100 +11630,106 @@ snapshots:
hast-util-from-parse5@8.0.1:
dependencies:
- '@types/hast': 3.0.3
- '@types/unist': 3.0.2
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
devlop: 1.1.0
hastscript: 8.0.0
- property-information: 6.4.0
- vfile: 6.0.1
- vfile-location: 5.0.2
+ property-information: 6.5.0
+ vfile: 6.0.3
+ vfile-location: 5.0.3
web-namespaces: 2.0.1
hast-util-parse-selector@4.0.0:
dependencies:
- '@types/hast': 3.0.3
+ '@types/hast': 3.0.4
- hast-util-raw@9.0.1:
+ hast-util-raw@9.0.4:
dependencies:
- '@types/hast': 3.0.3
- '@types/unist': 3.0.2
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
'@ungap/structured-clone': 1.2.0
hast-util-from-parse5: 8.0.1
hast-util-to-parse5: 8.0.0
html-void-elements: 3.0.0
- mdast-util-to-hast: 13.0.2
- parse5: 7.0.0
+ mdast-util-to-hast: 13.2.0
+ parse5: 7.2.0
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.1
+ vfile: 6.0.3
web-namespaces: 2.0.1
- zwitch: 2.0.2
+ zwitch: 2.0.4
hast-util-to-estree@3.1.0:
dependencies:
- '@types/estree': 1.0.5
- '@types/estree-jsx': 1.0.3
- '@types/hast': 3.0.3
+ '@types/estree': 1.0.6
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
devlop: 1.1.0
estree-util-attach-comments: 3.0.0
estree-util-is-identifier-name: 3.0.0
hast-util-whitespace: 3.0.0
- mdast-util-mdx-expression: 2.0.0
- mdast-util-mdx-jsx: 3.0.0
+ mdast-util-mdx-expression: 2.0.1
+ mdast-util-mdx-jsx: 3.1.3
mdast-util-mdxjs-esm: 2.0.1
- property-information: 6.4.0
+ property-information: 6.5.0
space-separated-tokens: 2.0.2
style-to-object: 0.4.4
unist-util-position: 5.0.0
- zwitch: 2.0.2
+ zwitch: 2.0.4
transitivePeerDependencies:
- supports-color
- hast-util-to-jsx-runtime@2.2.0:
+ hast-util-to-jsx-runtime@2.3.2:
dependencies:
- '@types/hast': 3.0.3
- '@types/unist': 3.0.2
+ '@types/estree': 1.0.6
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.3
comma-separated-tokens: 2.0.3
+ devlop: 1.1.0
+ estree-util-is-identifier-name: 3.0.0
hast-util-whitespace: 3.0.0
- property-information: 6.4.0
+ mdast-util-mdx-expression: 2.0.1
+ mdast-util-mdx-jsx: 3.1.3
+ mdast-util-mdxjs-esm: 2.0.1
+ property-information: 6.5.0
space-separated-tokens: 2.0.2
- style-to-object: 0.4.4
+ style-to-object: 1.0.8
unist-util-position: 5.0.0
vfile-message: 4.0.2
+ transitivePeerDependencies:
+ - supports-color
hast-util-to-parse5@8.0.0:
dependencies:
- '@types/hast': 3.0.3
+ '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
devlop: 1.1.0
- property-information: 6.4.0
+ property-information: 6.5.0
space-separated-tokens: 2.0.2
web-namespaces: 2.0.1
- zwitch: 2.0.2
+ zwitch: 2.0.4
hast-util-whitespace@3.0.0:
dependencies:
- '@types/hast': 3.0.3
+ '@types/hast': 3.0.4
hastscript@8.0.0:
dependencies:
- '@types/hast': 3.0.3
+ '@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
hast-util-parse-selector: 4.0.0
- property-information: 6.4.0
+ property-information: 6.5.0
space-separated-tokens: 2.0.2
he@1.2.0: {}
- heap@0.2.7: {}
-
history@4.10.1:
dependencies:
- '@babel/runtime': 7.23.4
+ '@babel/runtime': 7.25.9
loose-envify: 1.4.0
resolve-pathname: 3.0.0
- tiny-invariant: 1.2.0
+ tiny-invariant: 1.3.3
tiny-warning: 1.0.3
value-equal: 1.0.1
@@ -12085,53 +11739,54 @@ snapshots:
hosted-git-info@2.8.9: {}
- hosted-git-info@4.1.0:
+ hosted-git-info@7.0.2:
dependencies:
- lru-cache: 6.0.0
+ lru-cache: 10.4.3
hpack.js@2.1.6:
dependencies:
inherits: 2.0.4
obuf: 1.1.2
- readable-stream: 2.3.7
+ readable-stream: 2.3.8
wbuf: 1.7.3
- html-entities@2.3.3: {}
+ html-entities@2.5.2: {}
html-escaper@2.0.2: {}
html-minifier-terser@6.1.0:
dependencies:
camel-case: 4.1.2
- clean-css: 5.3.2
+ clean-css: 5.3.3
commander: 8.3.0
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.24.0
+ terser: 5.36.0
html-minifier-terser@7.2.0:
dependencies:
camel-case: 4.1.2
- clean-css: 5.3.2
+ clean-css: 5.3.3
commander: 10.0.1
entities: 4.5.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.24.0
+ terser: 5.36.0
html-tags@3.3.1: {}
html-void-elements@3.0.0: {}
- html-webpack-plugin@5.5.3(webpack@5.89.0):
+ html-webpack-plugin@5.6.3(webpack@5.95.0):
dependencies:
'@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.89.0
+ optionalDependencies:
+ webpack: 5.95.0
htmlparser2@6.1.0:
dependencies:
@@ -12140,11 +11795,11 @@ snapshots:
domutils: 2.8.0
entities: 2.2.0
- htmlparser2@8.0.1:
+ htmlparser2@8.0.2:
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
- domutils: 3.0.1
+ domutils: 3.1.0
entities: 4.5.0
http-cache-semantics@4.1.1: {}
@@ -12166,24 +11821,24 @@ snapshots:
statuses: 2.0.1
toidentifier: 1.0.1
- http-parser-js@0.5.6: {}
+ http-parser-js@0.5.8: {}
- http-proxy-middleware@2.0.6(@types/express@4.17.13):
+ http-proxy-middleware@2.0.7(@types/express@4.17.21):
dependencies:
- '@types/http-proxy': 1.17.9
+ '@types/http-proxy': 1.17.15
http-proxy: 1.18.1
is-glob: 4.0.3
is-plain-obj: 3.0.0
- micromatch: 4.0.5
+ micromatch: 4.0.8
optionalDependencies:
- '@types/express': 4.17.13
+ '@types/express': 4.17.21
transitivePeerDependencies:
- debug
http-proxy@1.18.1:
dependencies:
eventemitter3: 4.0.7
- follow-redirects: 1.15.6
+ follow-redirects: 1.15.9
requires-port: 1.0.0
transitivePeerDependencies:
- debug
@@ -12197,7 +11852,7 @@ snapshots:
human-signals@5.0.0: {}
- husky@9.0.10: {}
+ husky@9.1.6: {}
iconv-lite@0.4.24:
dependencies:
@@ -12207,19 +11862,21 @@ snapshots:
dependencies:
safer-buffer: 2.1.2
- icss-utils@5.1.0(postcss@8.4.38):
+ icss-utils@5.1.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- ignore@5.3.1: {}
+ ignore@5.3.2: {}
- image-size@1.0.2:
+ ignore@6.0.2: {}
+
+ image-size@1.1.1:
dependencies:
queue: 6.0.2
- immer@9.0.15: {}
+ immer@9.0.21: {}
- immutable@4.1.0: {}
+ immutable@4.3.7: {}
import-fresh@3.3.0:
dependencies:
@@ -12228,7 +11885,7 @@ snapshots:
import-lazy@4.0.0: {}
- import-meta-resolve@4.0.0: {}
+ import-meta-resolve@4.1.0: {}
import-modules@2.1.0: {}
@@ -12236,9 +11893,7 @@ snapshots:
indent-string@4.0.0: {}
- indent-string@5.0.0: {}
-
- infima@0.2.0-alpha.43: {}
+ infima@0.2.0-alpha.44: {}
inflight@1.0.6:
dependencies:
@@ -12255,19 +11910,17 @@ snapshots:
ini@4.1.1: {}
+ ini@4.1.3: {}
+
inline-style-parser@0.1.1: {}
- internal-slot@1.0.6:
- dependencies:
- get-intrinsic: 1.2.4
- hasown: 2.0.2
- side-channel: 1.0.4
+ inline-style-parser@0.2.4: {}
internal-slot@1.0.7:
dependencies:
es-errors: 1.3.0
hasown: 2.0.2
- side-channel: 1.0.4
+ side-channel: 1.0.6
internmap@1.0.1: {}
@@ -12281,7 +11934,7 @@ snapshots:
ipaddr.js@1.9.1: {}
- ipaddr.js@2.0.1: {}
+ ipaddr.js@2.2.0: {}
is-alphabetical@1.0.4: {}
@@ -12314,7 +11967,7 @@ snapshots:
is-binary-path@2.1.0:
dependencies:
- binary-extensions: 2.2.0
+ binary-extensions: 2.3.0
is-boolean-object@1.1.2:
dependencies:
@@ -12325,13 +11978,17 @@ snapshots:
dependencies:
builtin-modules: 3.3.0
+ is-bun-module@1.2.1:
+ dependencies:
+ semver: 7.6.3
+
is-callable@1.2.7: {}
is-ci@3.0.1:
dependencies:
ci-info: 3.9.0
- is-core-module@2.13.1:
+ is-core-module@2.15.1:
dependencies:
hasown: 2.0.2
@@ -12363,6 +12020,10 @@ snapshots:
is-fullwidth-code-point@4.0.0: {}
+ is-fullwidth-code-point@5.0.0:
+ dependencies:
+ get-east-asian-width: 1.3.0
+
is-generator-function@1.0.10:
dependencies:
has-tostringtag: 1.0.2
@@ -12382,16 +12043,14 @@ snapshots:
is-installed-globally@0.4.0:
dependencies:
- global-dirs: 3.0.0
+ global-dirs: 3.0.1
is-path-inside: 3.0.3
is-js-type@2.0.0:
dependencies:
js-types: 1.0.0
- is-map@2.0.2: {}
-
- is-negative-zero@2.0.2: {}
+ is-map@2.0.3: {}
is-negative-zero@2.0.3: {}
@@ -12416,8 +12075,6 @@ snapshots:
is-path-inside@3.0.3: {}
- is-plain-obj@1.1.0: {}
-
is-plain-obj@3.0.0: {}
is-plain-obj@4.1.0: {}
@@ -12433,10 +12090,6 @@ snapshots:
lowercase-keys: 1.0.1
proto-props: 2.0.0
- is-reference@3.0.2:
- dependencies:
- '@types/estree': 1.0.5
-
is-regex@1.1.4:
dependencies:
call-bind: 1.0.7
@@ -12446,12 +12099,8 @@ snapshots:
is-root@2.1.0: {}
- is-set@2.0.2: {}
-
- is-shared-array-buffer@1.0.2:
- dependencies:
- call-bind: 1.0.7
-
+ is-set@2.0.3: {}
+
is-shared-array-buffer@1.0.3:
dependencies:
call-bind: 1.0.7
@@ -12474,17 +12123,17 @@ snapshots:
is-typed-array@1.1.13:
dependencies:
- which-typed-array: 1.1.14
+ which-typed-array: 1.1.15
is-typedarray@1.0.0: {}
- is-weakmap@2.0.1: {}
+ is-weakmap@2.0.2: {}
is-weakref@1.0.2:
dependencies:
call-bind: 1.0.7
- is-weakset@2.0.2:
+ is-weakset@2.0.3:
dependencies:
call-bind: 1.0.7
get-intrinsic: 1.2.4
@@ -12503,17 +12152,19 @@ snapshots:
isexe@2.0.0: {}
+ isexe@3.1.1: {}
+
isobject@3.0.1: {}
- iterator.prototype@1.1.2:
+ iterator.prototype@1.1.3:
dependencies:
define-properties: 1.2.1
get-intrinsic: 1.2.4
has-symbols: 1.0.3
- reflect.getprototypeof: 1.0.5
- set-function-name: 2.0.1
+ reflect.getprototypeof: 1.0.6
+ set-function-name: 2.0.2
- jackspeak@2.3.6:
+ jackspeak@3.4.3:
dependencies:
'@isaacs/cliui': 8.0.2
optionalDependencies:
@@ -12522,32 +12173,32 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
chalk: 4.1.2
ci-info: 3.9.0
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
picomatch: 2.3.1
jest-worker@27.5.1:
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
merge-stream: 2.0.0
supports-color: 8.1.1
jest-worker@29.7.0:
dependencies:
- '@types/node': 20.11.16
+ '@types/node': 20.17.0
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jiti@1.21.0: {}
+ jiti@1.21.6: {}
- joi@17.11.0:
+ joi@17.13.3:
dependencies:
'@hapi/hoek': 9.3.0
'@hapi/topo': 5.1.0
- '@sideway/address': 4.1.4
+ '@sideway/address': 4.1.5
'@sideway/formula': 3.0.1
'@sideway/pinpoint': 2.0.0
@@ -12566,15 +12217,13 @@ snapshots:
jsesc@0.5.0: {}
- jsesc@2.5.2: {}
-
jsesc@3.0.2: {}
json-buffer@3.0.1: {}
json-parse-even-better-errors@2.3.1: {}
- json-parse-even-better-errors@3.0.1: {}
+ json-parse-even-better-errors@3.0.2: {}
json-schema-traverse@0.4.1: {}
@@ -12586,30 +12235,32 @@ snapshots:
dependencies:
minimist: 1.2.8
- json5@2.2.2: {}
-
json5@2.2.3: {}
jsonfile@6.1.0:
dependencies:
- universalify: 2.0.0
+ universalify: 2.0.1
optionalDependencies:
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
jsonparse@1.3.1: {}
jsx-ast-utils@3.3.5:
dependencies:
- array-includes: 3.1.7
+ array-includes: 3.1.8
array.prototype.flat: 1.3.2
object.assign: 4.1.5
- object.values: 1.1.7
+ object.values: 1.2.0
+
+ katex@0.16.11:
+ dependencies:
+ commander: 8.3.0
keyv@4.5.4:
dependencies:
json-buffer: 3.0.1
- khroma@2.0.0: {}
+ khroma@2.1.0: {}
kind-of@6.0.3: {}
@@ -12617,29 +12268,27 @@ snapshots:
kleur@4.1.5: {}
- klona@2.0.5: {}
+ klona@2.0.6: {}
- known-css-properties@0.29.0: {}
+ known-css-properties@0.34.0: {}
- language-subtag-registry@0.3.22: {}
+ language-subtag-registry@0.3.23: {}
language-tags@1.0.9:
dependencies:
- language-subtag-registry: 0.3.22
+ language-subtag-registry: 0.3.23
latest-version@7.0.0:
dependencies:
package-json: 8.1.1
- launch-editor@2.6.1:
+ launch-editor@2.9.1:
dependencies:
- picocolors: 1.0.0
+ picocolors: 1.1.1
shell-quote: 1.8.1
layout-base@1.0.2: {}
- layout-base@2.0.1: {}
-
leven@3.1.0: {}
levn@0.4.1:
@@ -12647,42 +12296,42 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
- lilconfig@2.1.0: {}
-
- lilconfig@3.1.1: {}
+ lilconfig@3.1.2: {}
lines-and-columns@1.2.4: {}
lines-and-columns@2.0.4: {}
- lint-staged@15.0.1:
+ lint-staged@15.2.10:
dependencies:
chalk: 5.3.0
- commander: 11.1.0
- debug: 4.3.4
+ commander: 12.1.0
+ debug: 4.3.7
execa: 8.0.1
- lilconfig: 2.1.0
- listr2: 7.0.1
- micromatch: 4.0.5
+ lilconfig: 3.1.2
+ listr2: 8.2.5
+ micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.3.2
+ yaml: 2.5.1
transitivePeerDependencies:
- supports-color
- listr2@7.0.1:
+ listr2@8.2.5:
dependencies:
- cli-truncate: 3.1.0
+ cli-truncate: 4.0.0
colorette: 2.0.20
eventemitter3: 5.0.1
- log-update: 5.0.1
- rfdc: 1.3.0
- wrap-ansi: 8.1.0
+ log-update: 6.1.0
+ rfdc: 1.4.1
+ wrap-ansi: 9.0.0
- load-plugin@6.0.2:
+ load-plugin@6.0.3:
dependencies:
- '@npmcli/config': 8.1.0
- import-meta-resolve: 4.0.0
+ '@npmcli/config': 8.3.4
+ import-meta-resolve: 4.1.0
+ transitivePeerDependencies:
+ - bluebird
loader-runner@4.3.0: {}
@@ -12692,7 +12341,7 @@ snapshots:
emojis-list: 3.0.0
json5: 2.2.3
- loader-utils@3.2.0: {}
+ loader-utils@3.3.1: {}
locate-path@3.0.0:
dependencies:
@@ -12719,8 +12368,6 @@ snapshots:
lodash.get@4.4.2: {}
- lodash.isfunction@3.0.9: {}
-
lodash.isplainobject@4.0.6: {}
lodash.kebabcase@4.1.1: {}
@@ -12745,15 +12392,15 @@ snapshots:
lodash@4.17.21: {}
- log-update@5.0.1:
+ log-update@6.1.0:
dependencies:
- ansi-escapes: 5.0.0
- cli-cursor: 4.0.0
- slice-ansi: 5.0.0
+ ansi-escapes: 7.0.0
+ cli-cursor: 5.0.0
+ slice-ansi: 7.1.0
strip-ansi: 7.1.0
- wrap-ansi: 8.1.0
+ wrap-ansi: 9.0.0
- longest-streak@3.0.1: {}
+ longest-streak@3.1.0: {}
loose-envify@1.4.0:
dependencies:
@@ -12761,55 +12408,47 @@ snapshots:
lower-case@2.0.2:
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.0
lowercase-keys@1.0.1: {}
lowercase-keys@3.0.0: {}
- lru-cache@10.2.0: {}
+ lru-cache@10.4.3: {}
lru-cache@5.1.1:
dependencies:
yallist: 3.1.1
- lru-cache@6.0.0:
- dependencies:
- yallist: 4.0.0
-
- map-obj@1.0.1: {}
-
- map-obj@4.3.0: {}
-
markdown-extensions@2.0.0: {}
- markdown-table@3.0.3: {}
+ markdown-table@3.0.4: {}
mathml-tag-names@2.1.3: {}
mdast-util-directive@3.0.0:
dependencies:
- '@types/mdast': 4.0.3
- '@types/unist': 3.0.2
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
- parse-entities: 4.0.0
- stringify-entities: 4.0.3
+ parse-entities: 4.0.1
+ stringify-entities: 4.0.4
unist-util-visit-parents: 6.0.1
transitivePeerDependencies:
- supports-color
mdast-util-find-and-replace@3.0.1:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
escape-string-regexp: 5.0.0
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
mdast-util-from-markdown@0.8.5:
dependencies:
- '@types/mdast': 3.0.10
+ '@types/mdast': 3.0.15
mdast-util-to-string: 2.0.0
micromark: 2.11.4
parse-entities: 2.0.0
@@ -12819,25 +12458,25 @@ snapshots:
mdast-util-from-markdown@1.3.1:
dependencies:
- '@types/mdast': 3.0.10
- '@types/unist': 2.0.6
+ '@types/mdast': 3.0.15
+ '@types/unist': 2.0.11
decode-named-character-reference: 1.0.2
- mdast-util-to-string: 3.1.0
- micromark: 3.0.10
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-decode-string: 1.0.2
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
- unist-util-stringify-position: 3.0.2
+ mdast-util-to-string: 3.2.0
+ micromark: 3.2.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-decode-string: 1.1.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
+ unist-util-stringify-position: 3.0.3
uvu: 0.5.6
transitivePeerDependencies:
- supports-color
- mdast-util-from-markdown@2.0.0:
+ mdast-util-from-markdown@2.0.1:
dependencies:
- '@types/mdast': 4.0.3
- '@types/unist': 3.0.2
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
decode-named-character-reference: 1.0.2
devlop: 1.1.0
mdast-util-to-string: 4.0.0
@@ -12853,28 +12492,28 @@ snapshots:
mdast-util-frontmatter@2.0.1:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
devlop: 1.1.0
escape-string-regexp: 5.0.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
micromark-extension-frontmatter: 2.0.0
transitivePeerDependencies:
- supports-color
- mdast-util-gfm-autolink-literal@2.0.0:
+ mdast-util-gfm-autolink-literal@2.0.1:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
ccount: 2.0.1
devlop: 1.1.0
mdast-util-find-and-replace: 3.0.1
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
mdast-util-gfm-footnote@2.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
micromark-util-normalize-identifier: 2.0.0
transitivePeerDependencies:
@@ -12882,35 +12521,35 @@ snapshots:
mdast-util-gfm-strikethrough@2.0.0:
dependencies:
- '@types/mdast': 4.0.3
- mdast-util-from-markdown: 2.0.0
+ '@types/mdast': 4.0.4
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
- supports-color
mdast-util-gfm-table@2.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
devlop: 1.1.0
- markdown-table: 3.0.3
- mdast-util-from-markdown: 2.0.0
+ markdown-table: 3.0.4
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
- supports-color
mdast-util-gfm-task-list-item@2.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
- supports-color
mdast-util-gfm@3.0.0:
dependencies:
- mdast-util-from-markdown: 2.0.0
- mdast-util-gfm-autolink-literal: 2.0.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-gfm-autolink-literal: 2.0.1
mdast-util-gfm-footnote: 2.0.0
mdast-util-gfm-strikethrough: 2.0.0
mdast-util-gfm-table: 2.0.0
@@ -12919,30 +12558,29 @@ snapshots:
transitivePeerDependencies:
- supports-color
- mdast-util-mdx-expression@2.0.0:
+ mdast-util-mdx-expression@2.0.1:
dependencies:
- '@types/estree-jsx': 1.0.3
- '@types/hast': 3.0.3
- '@types/mdast': 4.0.3
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
- supports-color
- mdast-util-mdx-jsx@3.0.0:
+ mdast-util-mdx-jsx@3.1.3:
dependencies:
- '@types/estree-jsx': 1.0.3
- '@types/hast': 3.0.3
- '@types/mdast': 4.0.3
- '@types/unist': 3.0.2
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
ccount: 2.0.1
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
- parse-entities: 4.0.0
- stringify-entities: 4.0.3
- unist-util-remove-position: 5.0.0
+ parse-entities: 4.0.1
+ stringify-entities: 4.0.4
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
transitivePeerDependencies:
@@ -12950,9 +12588,9 @@ snapshots:
mdast-util-mdx@3.0.0:
dependencies:
- mdast-util-from-markdown: 2.0.0
- mdast-util-mdx-expression: 2.0.0
- mdast-util-mdx-jsx: 3.0.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-mdx-expression: 2.0.1
+ mdast-util-mdx-jsx: 3.1.3
mdast-util-mdxjs-esm: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
@@ -12960,144 +12598,124 @@ snapshots:
mdast-util-mdxjs-esm@2.0.1:
dependencies:
- '@types/estree-jsx': 1.0.3
- '@types/hast': 3.0.3
- '@types/mdast': 4.0.3
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
devlop: 1.1.0
- mdast-util-from-markdown: 2.0.0
+ mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
- supports-color
- mdast-util-phrasing@4.0.0:
+ mdast-util-phrasing@4.1.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
unist-util-is: 6.0.0
- mdast-util-to-hast@13.0.2:
+ mdast-util-to-hast@13.2.0:
dependencies:
- '@types/hast': 3.0.3
- '@types/mdast': 4.0.3
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
'@ungap/structured-clone': 1.2.0
devlop: 1.1.0
micromark-util-sanitize-uri: 2.0.0
trim-lines: 3.0.1
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
+ vfile: 6.0.3
mdast-util-to-markdown@2.1.0:
dependencies:
- '@types/mdast': 4.0.3
- '@types/unist': 3.0.2
- longest-streak: 3.0.1
- mdast-util-phrasing: 4.0.0
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.3
+ longest-streak: 3.1.0
+ mdast-util-phrasing: 4.1.0
mdast-util-to-string: 4.0.0
micromark-util-decode-string: 2.0.0
unist-util-visit: 5.0.0
- zwitch: 2.0.2
+ zwitch: 2.0.4
mdast-util-to-string@2.0.0: {}
- mdast-util-to-string@3.1.0: {}
+ mdast-util-to-string@3.2.0:
+ dependencies:
+ '@types/mdast': 3.0.15
mdast-util-to-string@4.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
mdn-data@2.0.28: {}
mdn-data@2.0.30: {}
- media-typer@0.3.0: {}
+ mdn-data@2.10.0: {}
- memfs@3.4.4:
- dependencies:
- fs-monkey: 1.0.3
+ mdn-data@2.11.1: {}
- meow@10.1.5:
+ media-typer@0.3.0: {}
+
+ memfs@3.5.3:
dependencies:
- '@types/minimist': 1.2.2
- camelcase-keys: 7.0.2
- decamelize: 5.0.1
- decamelize-keys: 1.1.0
- hard-rejection: 2.1.0
- minimist-options: 4.1.0
- normalize-package-data: 3.0.3
- read-pkg-up: 8.0.0
- redent: 4.0.0
- trim-newlines: 4.1.1
- type-fest: 1.4.0
- yargs-parser: 20.2.9
+ fs-monkey: 1.0.6
meow@12.1.1: {}
- meow@8.1.2:
- dependencies:
- '@types/minimist': 1.2.2
- camelcase-keys: 6.2.2
- decamelize-keys: 1.1.0
- hard-rejection: 2.1.0
- minimist-options: 4.1.0
- normalize-package-data: 3.0.3
- read-pkg-up: 7.0.1
- redent: 3.0.0
- trim-newlines: 3.0.1
- type-fest: 0.18.1
- yargs-parser: 20.2.9
+ meow@13.2.0: {}
- merge-descriptors@1.0.1: {}
+ merge-descriptors@1.0.3: {}
merge-stream@2.0.0: {}
merge2@1.4.1: {}
- mermaid@10.6.1:
+ mermaid@10.9.3:
dependencies:
- '@braintree/sanitize-url': 6.0.2
+ '@braintree/sanitize-url': 6.0.4
'@types/d3-scale': 4.0.8
'@types/d3-scale-chromatic': 3.0.3
- cytoscape: 3.27.0
- cytoscape-cose-bilkent: 4.1.0(cytoscape@3.27.0)
- cytoscape-fcose: 2.2.0(cytoscape@3.27.0)
- d3: 7.8.5
+ cytoscape: 3.30.3
+ cytoscape-cose-bilkent: 4.1.0(cytoscape@3.30.3)
+ d3: 7.9.0
d3-sankey: 0.12.3
dagre-d3-es: 7.0.10
- dayjs: 1.11.10
- dompurify: 3.0.6
- elkjs: 0.8.2
- khroma: 2.0.0
+ dayjs: 1.11.13
+ dompurify: 3.1.6
+ elkjs: 0.9.3
+ katex: 0.16.11
+ khroma: 2.1.0
lodash-es: 4.17.21
mdast-util-from-markdown: 1.3.1
non-layered-tidy-tree-layout: 2.0.2
- stylis: 4.1.3
+ stylis: 4.3.4
ts-dedent: 2.2.0
- uuid: 9.0.0
- web-worker: 1.2.0
+ uuid: 9.0.1
+ web-worker: 1.3.0
transitivePeerDependencies:
- supports-color
methods@1.1.2: {}
- micromark-core-commonmark@1.0.6:
+ micromark-core-commonmark@1.1.0:
dependencies:
decode-named-character-reference: 1.0.2
- micromark-factory-destination: 1.0.0
- micromark-factory-label: 1.0.2
- micromark-factory-space: 1.0.0
- micromark-factory-title: 1.0.2
- micromark-factory-whitespace: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-chunked: 1.0.0
- micromark-util-classify-character: 1.0.0
- micromark-util-html-tag-name: 1.1.0
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-resolve-all: 1.0.0
- micromark-util-subtokenize: 1.0.2
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-factory-destination: 1.1.0
+ micromark-factory-label: 1.1.0
+ micromark-factory-space: 1.1.0
+ micromark-factory-title: 1.1.0
+ micromark-factory-whitespace: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-chunked: 1.1.0
+ micromark-util-classify-character: 1.1.0
+ micromark-util-html-tag-name: 1.2.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-resolve-all: 1.1.0
+ micromark-util-subtokenize: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
- micromark-core-commonmark@2.0.0:
+ micromark-core-commonmark@2.0.1:
dependencies:
decode-named-character-reference: 1.0.2
devlop: 1.1.0
@@ -13106,52 +12724,52 @@ snapshots:
micromark-factory-space: 2.0.0
micromark-factory-title: 2.0.0
micromark-factory-whitespace: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-chunked: 2.0.0
micromark-util-classify-character: 2.0.0
micromark-util-html-tag-name: 2.0.0
micromark-util-normalize-identifier: 2.0.0
micromark-util-resolve-all: 2.0.0
- micromark-util-subtokenize: 2.0.0
+ micromark-util-subtokenize: 2.0.1
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-directive@3.0.0:
+ micromark-extension-directive@3.0.2:
dependencies:
devlop: 1.1.0
micromark-factory-space: 2.0.0
micromark-factory-whitespace: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- parse-entities: 4.0.0
+ parse-entities: 4.0.1
micromark-extension-frontmatter@2.0.0:
dependencies:
fault: 2.0.1
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-autolink-literal@2.0.0:
+ micromark-extension-gfm-autolink-literal@2.1.0:
dependencies:
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-sanitize-uri: 2.0.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-footnote@2.0.0:
+ micromark-extension-gfm-footnote@2.1.0:
dependencies:
devlop: 1.1.0
- micromark-core-commonmark: 2.0.0
+ micromark-core-commonmark: 2.0.1
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-normalize-identifier: 2.0.0
micromark-util-sanitize-uri: 2.0.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-strikethrough@2.0.0:
+ micromark-extension-gfm-strikethrough@2.1.0:
dependencies:
devlop: 1.1.0
micromark-util-chunked: 2.0.0
@@ -13160,11 +12778,11 @@ snapshots:
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-gfm-table@2.0.0:
+ micromark-extension-gfm-table@2.1.0:
dependencies:
devlop: 1.1.0
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
@@ -13172,45 +12790,46 @@ snapshots:
dependencies:
micromark-util-types: 2.0.0
- micromark-extension-gfm-task-list-item@2.0.1:
+ micromark-extension-gfm-task-list-item@2.1.0:
dependencies:
devlop: 1.1.0
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
micromark-extension-gfm@3.0.0:
dependencies:
- micromark-extension-gfm-autolink-literal: 2.0.0
- micromark-extension-gfm-footnote: 2.0.0
- micromark-extension-gfm-strikethrough: 2.0.0
- micromark-extension-gfm-table: 2.0.0
+ micromark-extension-gfm-autolink-literal: 2.1.0
+ micromark-extension-gfm-footnote: 2.1.0
+ micromark-extension-gfm-strikethrough: 2.1.0
+ micromark-extension-gfm-table: 2.1.0
micromark-extension-gfm-tagfilter: 2.0.0
- micromark-extension-gfm-task-list-item: 2.0.1
+ micromark-extension-gfm-task-list-item: 2.1.0
micromark-util-combine-extensions: 2.0.0
micromark-util-types: 2.0.0
micromark-extension-mdx-expression@3.0.0:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
devlop: 1.1.0
- micromark-factory-mdx-expression: 2.0.1
+ micromark-factory-mdx-expression: 2.0.2
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-events-to-acorn: 2.0.2
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-extension-mdx-jsx@3.0.0:
+ micromark-extension-mdx-jsx@3.0.1:
dependencies:
'@types/acorn': 4.0.6
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0
- micromark-factory-mdx-expression: 2.0.1
+ micromark-factory-mdx-expression: 2.0.2
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
+ micromark-util-events-to-acorn: 2.0.2
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
vfile-message: 4.0.2
@@ -13221,10 +12840,10 @@ snapshots:
micromark-extension-mdxjs-esm@3.0.0:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
devlop: 1.1.0
- micromark-core-commonmark: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-core-commonmark: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-events-to-acorn: 2.0.2
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
@@ -13233,260 +12852,260 @@ snapshots:
micromark-extension-mdxjs@3.0.0:
dependencies:
- acorn: 8.11.3
- acorn-jsx: 5.3.2(acorn@8.11.3)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
micromark-extension-mdx-expression: 3.0.0
- micromark-extension-mdx-jsx: 3.0.0
+ micromark-extension-mdx-jsx: 3.0.1
micromark-extension-mdx-md: 2.0.0
micromark-extension-mdxjs-esm: 3.0.0
micromark-util-combine-extensions: 2.0.0
micromark-util-types: 2.0.0
- micromark-factory-destination@1.0.0:
+ micromark-factory-destination@1.1.0:
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
micromark-factory-destination@2.0.0:
dependencies:
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-factory-label@1.0.2:
+ micromark-factory-label@1.1.0:
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
micromark-factory-label@2.0.0:
dependencies:
devlop: 1.1.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-factory-mdx-expression@2.0.1:
+ micromark-factory-mdx-expression@2.0.2:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.6
devlop: 1.1.0
- micromark-util-character: 2.0.1
+ micromark-factory-space: 2.0.0
+ micromark-util-character: 2.1.0
micromark-util-events-to-acorn: 2.0.2
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
unist-util-position-from-estree: 2.0.0
vfile-message: 4.0.2
- micromark-factory-space@1.0.0:
+ micromark-factory-space@1.1.0:
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-types: 1.1.0
micromark-factory-space@2.0.0:
dependencies:
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-types: 2.0.0
- micromark-factory-title@1.0.2:
+ micromark-factory-title@1.1.0:
dependencies:
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
- uvu: 0.5.6
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
micromark-factory-title@2.0.0:
dependencies:
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-factory-whitespace@1.0.0:
+ micromark-factory-whitespace@1.1.0:
dependencies:
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
micromark-factory-whitespace@2.0.0:
dependencies:
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-util-character@1.1.0:
+ micromark-util-character@1.2.0:
dependencies:
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
- micromark-util-character@2.0.1:
+ micromark-util-character@2.1.0:
dependencies:
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-util-chunked@1.0.0:
+ micromark-util-chunked@1.1.0:
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
micromark-util-chunked@2.0.0:
dependencies:
micromark-util-symbol: 2.0.0
- micromark-util-classify-character@1.0.0:
+ micromark-util-classify-character@1.1.0:
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
micromark-util-classify-character@2.0.0:
dependencies:
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-util-combine-extensions@1.0.0:
+ micromark-util-combine-extensions@1.1.0:
dependencies:
- micromark-util-chunked: 1.0.0
- micromark-util-types: 1.0.2
+ micromark-util-chunked: 1.1.0
+ micromark-util-types: 1.1.0
micromark-util-combine-extensions@2.0.0:
dependencies:
micromark-util-chunked: 2.0.0
micromark-util-types: 2.0.0
- micromark-util-decode-numeric-character-reference@1.0.0:
+ micromark-util-decode-numeric-character-reference@1.1.0:
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
micromark-util-decode-numeric-character-reference@2.0.1:
dependencies:
micromark-util-symbol: 2.0.0
- micromark-util-decode-string@1.0.2:
+ micromark-util-decode-string@1.1.0:
dependencies:
decode-named-character-reference: 1.0.2
- micromark-util-character: 1.1.0
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-symbol: 1.0.1
+ micromark-util-character: 1.2.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-symbol: 1.1.0
micromark-util-decode-string@2.0.0:
dependencies:
decode-named-character-reference: 1.0.2
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-decode-numeric-character-reference: 2.0.1
micromark-util-symbol: 2.0.0
- micromark-util-encode@1.0.1: {}
+ micromark-util-encode@1.1.0: {}
micromark-util-encode@2.0.0: {}
micromark-util-events-to-acorn@2.0.2:
dependencies:
'@types/acorn': 4.0.6
- '@types/estree': 1.0.5
- '@types/unist': 3.0.2
+ '@types/estree': 1.0.6
+ '@types/unist': 3.0.3
devlop: 1.1.0
estree-util-visit: 2.0.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
vfile-message: 4.0.2
- micromark-util-html-tag-name@1.1.0: {}
+ micromark-util-html-tag-name@1.2.0: {}
micromark-util-html-tag-name@2.0.0: {}
- micromark-util-normalize-identifier@1.0.0:
+ micromark-util-normalize-identifier@1.1.0:
dependencies:
- micromark-util-symbol: 1.0.1
+ micromark-util-symbol: 1.1.0
micromark-util-normalize-identifier@2.0.0:
dependencies:
micromark-util-symbol: 2.0.0
- micromark-util-resolve-all@1.0.0:
+ micromark-util-resolve-all@1.1.0:
dependencies:
- micromark-util-types: 1.0.2
+ micromark-util-types: 1.1.0
micromark-util-resolve-all@2.0.0:
dependencies:
micromark-util-types: 2.0.0
- micromark-util-sanitize-uri@1.0.0:
+ micromark-util-sanitize-uri@1.2.0:
dependencies:
- micromark-util-character: 1.1.0
- micromark-util-encode: 1.0.1
- micromark-util-symbol: 1.0.1
+ micromark-util-character: 1.2.0
+ micromark-util-encode: 1.1.0
+ micromark-util-symbol: 1.1.0
micromark-util-sanitize-uri@2.0.0:
dependencies:
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-encode: 2.0.0
micromark-util-symbol: 2.0.0
- micromark-util-subtokenize@1.0.2:
+ micromark-util-subtokenize@1.1.0:
dependencies:
- micromark-util-chunked: 1.0.0
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-util-chunked: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
- micromark-util-subtokenize@2.0.0:
+ micromark-util-subtokenize@2.0.1:
dependencies:
devlop: 1.1.0
micromark-util-chunked: 2.0.0
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
- micromark-util-symbol@1.0.1: {}
+ micromark-util-symbol@1.1.0: {}
micromark-util-symbol@2.0.0: {}
- micromark-util-types@1.0.2: {}
+ micromark-util-types@1.1.0: {}
micromark-util-types@2.0.0: {}
micromark@2.11.4:
dependencies:
- debug: 4.3.4
+ debug: 4.3.7
parse-entities: 2.0.0
transitivePeerDependencies:
- supports-color
- micromark@3.0.10:
+ micromark@3.2.0:
dependencies:
- '@types/debug': 4.1.7
- debug: 4.3.4
+ '@types/debug': 4.1.12
+ debug: 4.3.7
decode-named-character-reference: 1.0.2
- micromark-core-commonmark: 1.0.6
- micromark-factory-space: 1.0.0
- micromark-util-character: 1.1.0
- micromark-util-chunked: 1.0.0
- micromark-util-combine-extensions: 1.0.0
- micromark-util-decode-numeric-character-reference: 1.0.0
- micromark-util-encode: 1.0.1
- micromark-util-normalize-identifier: 1.0.0
- micromark-util-resolve-all: 1.0.0
- micromark-util-sanitize-uri: 1.0.0
- micromark-util-subtokenize: 1.0.2
- micromark-util-symbol: 1.0.1
- micromark-util-types: 1.0.2
+ micromark-core-commonmark: 1.1.0
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-chunked: 1.1.0
+ micromark-util-combine-extensions: 1.1.0
+ micromark-util-decode-numeric-character-reference: 1.1.0
+ micromark-util-encode: 1.1.0
+ micromark-util-normalize-identifier: 1.1.0
+ micromark-util-resolve-all: 1.1.0
+ micromark-util-sanitize-uri: 1.2.0
+ micromark-util-subtokenize: 1.1.0
+ micromark-util-symbol: 1.1.0
+ micromark-util-types: 1.1.0
uvu: 0.5.6
transitivePeerDependencies:
- supports-color
micromark@4.0.0:
dependencies:
- '@types/debug': 4.1.7
- debug: 4.3.4
+ '@types/debug': 4.1.12
+ debug: 4.3.7
decode-named-character-reference: 1.0.2
devlop: 1.1.0
- micromark-core-commonmark: 2.0.0
+ micromark-core-commonmark: 2.0.1
micromark-factory-space: 2.0.0
- micromark-util-character: 2.0.1
+ micromark-util-character: 2.1.0
micromark-util-chunked: 2.0.0
micromark-util-combine-extensions: 2.0.0
micromark-util-decode-numeric-character-reference: 2.0.1
@@ -13494,21 +13113,23 @@ snapshots:
micromark-util-normalize-identifier: 2.0.0
micromark-util-resolve-all: 2.0.0
micromark-util-sanitize-uri: 2.0.0
- micromark-util-subtokenize: 2.0.0
+ micromark-util-subtokenize: 2.0.1
micromark-util-symbol: 2.0.0
micromark-util-types: 2.0.0
transitivePeerDependencies:
- supports-color
- micromatch@4.0.5:
+ micromatch@4.0.8:
dependencies:
- braces: 3.0.2
+ braces: 3.0.3
picomatch: 2.3.1
mime-db@1.33.0: {}
mime-db@1.52.0: {}
+ mime-db@1.53.0: {}
+
mime-types@2.1.18:
dependencies:
mime-db: 1.33.0
@@ -13523,54 +13144,45 @@ snapshots:
mimic-fn@4.0.0: {}
+ mimic-function@5.0.1: {}
+
mimic-response@3.1.0: {}
mimic-response@4.0.0: {}
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.7.6(webpack@5.89.0):
+ mini-css-extract-plugin@2.9.1(webpack@5.95.0):
dependencies:
schema-utils: 4.2.0
- webpack: 5.89.0
+ tapable: 2.2.1
+ webpack: 5.95.0
minimalistic-assert@1.0.1: {}
- minimatch@3.0.4:
- dependencies:
- brace-expansion: 1.1.11
-
minimatch@3.1.2:
dependencies:
brace-expansion: 1.1.11
- minimatch@9.0.4:
+ minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
- minimist-options@4.1.0:
- dependencies:
- arrify: 1.0.1
- is-plain-obj: 1.1.0
- kind-of: 6.0.3
-
minimist@1.2.8: {}
- minipass@7.0.4: {}
+ minipass@7.1.2: {}
mri@1.2.0: {}
- mrmime@1.0.1: {}
+ mrmime@2.0.0: {}
ms@2.0.0: {}
- ms@2.1.2: {}
-
ms@2.1.3: {}
multicast-dns@7.2.5:
dependencies:
- dns-packet: 5.6.0
+ dns-packet: 5.6.1
thunky: 1.1.0
nanoid@3.3.7: {}
@@ -13584,7 +13196,9 @@ snapshots:
no-case@3.0.4:
dependencies:
lower-case: 2.0.2
- tslib: 2.6.2
+ tslib: 2.8.0
+
+ node-addon-api@7.1.1: {}
node-emoji@2.1.3:
dependencies:
@@ -13595,11 +13209,11 @@ snapshots:
node-forge@1.3.1: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.18: {}
non-layered-tidy-tree-layout@2.0.2: {}
- nopt@7.2.0:
+ nopt@7.2.1:
dependencies:
abbrev: 2.0.0
@@ -13607,29 +13221,46 @@ snapshots:
dependencies:
hosted-git-info: 2.8.9
resolve: 1.22.8
- semver: 5.7.1
+ semver: 5.7.2
validate-npm-package-license: 3.0.4
- normalize-package-data@3.0.3:
+ normalize-package-data@6.0.2:
dependencies:
- hosted-git-info: 4.1.0
- is-core-module: 2.13.1
- semver: 7.6.0
+ hosted-git-info: 7.0.2
+ semver: 7.6.3
validate-npm-package-license: 3.0.4
normalize-path@3.0.0: {}
normalize-range@0.1.2: {}
- normalize-url@8.0.0: {}
+ normalize-url@8.0.1: {}
+
+ npm-install-checks@6.3.0:
+ dependencies:
+ semver: 7.6.3
npm-normalize-package-bin@3.0.1: {}
+ npm-package-arg@11.0.3:
+ dependencies:
+ hosted-git-info: 7.0.2
+ proc-log: 4.2.0
+ semver: 7.6.3
+ validate-npm-package-name: 5.0.1
+
+ npm-pick-manifest@9.1.0:
+ dependencies:
+ npm-install-checks: 6.3.0
+ npm-normalize-package-bin: 3.0.1
+ npm-package-arg: 11.0.3
+ semver: 7.6.3
+
npm-run-path@4.0.1:
dependencies:
path-key: 3.1.1
- npm-run-path@5.1.0:
+ npm-run-path@5.3.0:
dependencies:
path-key: 4.0.0
@@ -13643,7 +13274,7 @@ snapshots:
object-assign@4.1.1: {}
- object-inspect@1.13.1: {}
+ object-inspect@1.13.2: {}
object-keys@1.1.1: {}
@@ -13654,36 +13285,30 @@ snapshots:
has-symbols: 1.0.3
object-keys: 1.1.1
- object.entries@1.1.7:
+ object.entries@1.1.8:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-object-atoms: 1.0.0
- object.fromentries@2.0.7:
+ object.fromentries@2.0.8:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
+ es-object-atoms: 1.0.0
- object.groupby@1.0.2:
+ object.groupby@1.0.3:
dependencies:
- array.prototype.filter: 1.0.3
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
- es-errors: 1.3.0
-
- object.hasown@1.1.3:
- dependencies:
- define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
- object.values@1.1.7:
+ object.values@1.2.0:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-object-atoms: 1.0.0
obuf@1.1.2: {}
@@ -13705,7 +13330,11 @@ snapshots:
dependencies:
mimic-fn: 4.0.0
- open@8.4.0:
+ onetime@7.0.0:
+ dependencies:
+ mimic-function: 5.0.1
+
+ open@8.4.2:
dependencies:
define-lazy-prop: 2.0.0
is-docker: 2.2.1
@@ -13713,14 +13342,14 @@ snapshots:
opener@1.5.2: {}
- optionator@0.9.3:
+ optionator@0.9.4:
dependencies:
- '@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
+ word-wrap: 1.2.5
p-cancelable@3.0.0: {}
@@ -13734,7 +13363,7 @@ snapshots:
p-limit@4.0.0:
dependencies:
- yocto-queue: 1.0.0
+ yocto-queue: 1.1.1
p-locate@3.0.0:
dependencies:
@@ -13763,17 +13392,19 @@ snapshots:
p-try@2.2.0: {}
+ package-json-from-dist@1.0.1: {}
+
package-json@8.1.1:
dependencies:
got: 12.6.1
registry-auth-token: 5.0.2
registry-url: 6.0.1
- semver: 7.6.0
+ semver: 7.6.3
param-case@3.0.4:
dependencies:
dot-case: 3.0.4
- tslib: 2.6.2
+ tslib: 2.8.0
parent-module@1.0.1:
dependencies:
@@ -13788,9 +13419,9 @@ snapshots:
is-decimal: 1.0.4
is-hexadecimal: 1.0.4
- parse-entities@4.0.0:
+ parse-entities@4.0.1:
dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 2.0.11
character-entities: 2.0.2
character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1
@@ -13801,16 +13432,16 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.23.4
+ '@babel/code-frame': 7.25.9
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
parse-json@7.1.1:
dependencies:
- '@babel/code-frame': 7.23.4
+ '@babel/code-frame': 7.25.9
error-ex: 1.3.2
- json-parse-even-better-errors: 3.0.1
+ json-parse-even-better-errors: 3.0.2
lines-and-columns: 2.0.4
type-fest: 3.13.1
@@ -13818,12 +13449,12 @@ snapshots:
parse-numeric-range@1.3.0: {}
- parse5-htmlparser2-tree-adapter@7.0.0:
+ parse5-htmlparser2-tree-adapter@7.1.0:
dependencies:
domhandler: 5.0.3
- parse5: 7.0.0
+ parse5: 7.2.0
- parse5@7.0.0:
+ parse5@7.2.0:
dependencies:
entities: 4.5.0
@@ -13832,7 +13463,7 @@ snapshots:
pascal-case@3.1.2:
dependencies:
no-case: 3.0.4
- tslib: 2.6.2
+ tslib: 2.8.0
path-exists@3.0.0: {}
@@ -13850,33 +13481,27 @@ snapshots:
path-parse@1.0.7: {}
- path-scurry@1.10.1:
+ path-scurry@1.11.1:
dependencies:
- lru-cache: 10.2.0
- minipass: 7.0.4
+ lru-cache: 10.4.3
+ minipass: 7.1.2
- path-to-regexp@0.1.7: {}
+ path-to-regexp@0.1.10: {}
- path-to-regexp@1.8.0:
+ path-to-regexp@1.9.0:
dependencies:
isarray: 0.0.1
- path-to-regexp@2.2.1: {}
+ path-to-regexp@3.3.0: {}
path-type@4.0.0: {}
- periscopic@3.1.0:
- dependencies:
- '@types/estree': 1.0.5
- estree-walker: 3.0.3
- is-reference: 3.0.2
-
pg-formatter@1.3.0:
dependencies:
shell-quote: 1.8.1
- yargs: 17.5.1
+ yargs: 17.7.2
- picocolors@1.0.0: {}
+ picocolors@1.1.1: {}
picomatch@2.3.1: {}
@@ -13898,262 +13523,245 @@ snapshots:
possible-typed-array-names@1.0.0: {}
- postcss-calc@9.0.1(postcss@8.4.38):
+ postcss-calc@9.0.1(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-colormin@6.1.0(postcss@8.4.38):
+ postcss-colormin@6.1.0(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.24.2
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-convert-values@6.1.0(postcss@8.4.38):
+ postcss-convert-values@6.1.0(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.38
+ browserslist: 4.24.2
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-discard-comments@6.0.2(postcss@8.4.38):
+ postcss-discard-comments@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-discard-duplicates@6.0.3(postcss@8.4.38):
+ postcss-discard-duplicates@6.0.3(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-discard-empty@6.0.3(postcss@8.4.38):
+ postcss-discard-empty@6.0.3(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-discard-overridden@6.0.2(postcss@8.4.38):
+ postcss-discard-overridden@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-discard-unused@6.0.5(postcss@8.4.38):
+ postcss-discard-unused@6.0.5(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
- postcss-loader@7.3.3(postcss@8.4.38)(typescript@5.3.3)(webpack@5.89.0):
+ postcss-loader@7.3.4(postcss@8.4.47)(typescript@5.5.4)(webpack@5.95.0):
dependencies:
- cosmiconfig: 8.3.6(typescript@5.3.3)
- jiti: 1.21.0
- postcss: 8.4.38
- semver: 7.6.0
- webpack: 5.89.0
+ cosmiconfig: 8.3.6(typescript@5.5.4)
+ jiti: 1.21.6
+ postcss: 8.4.47
+ semver: 7.6.3
+ webpack: 5.95.0
transitivePeerDependencies:
- typescript
postcss-media-query-parser@0.2.3: {}
- postcss-merge-idents@6.0.3(postcss@8.4.38):
+ postcss-merge-idents@6.0.3(postcss@8.4.47):
dependencies:
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-merge-longhand@6.0.5(postcss@8.4.38):
+ postcss-merge-longhand@6.0.5(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- stylehacks: 6.1.1(postcss@8.4.38)
+ stylehacks: 6.1.1(postcss@8.4.47)
- postcss-merge-rules@6.1.1(postcss@8.4.38):
+ postcss-merge-rules@6.1.1(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.24.2
caniuse-api: 3.0.0
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
- postcss-minify-font-values@6.1.0(postcss@8.4.38):
+ postcss-minify-font-values@6.1.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-gradients@6.0.3(postcss@8.4.38):
+ postcss-minify-gradients@6.0.3(postcss@8.4.47):
dependencies:
colord: 2.9.3
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-params@6.1.0(postcss@8.4.38):
+ postcss-minify-params@6.1.0(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
+ browserslist: 4.24.2
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-minify-selectors@6.0.4(postcss@8.4.38):
+ postcss-minify-selectors@6.0.4(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
- postcss-modules-extract-imports@3.0.0(postcss@8.4.38):
+ postcss-modules-extract-imports@3.1.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-modules-local-by-default@4.0.3(postcss@8.4.38):
+ postcss-modules-local-by-default@4.0.5(postcss@8.4.47):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ icss-utils: 5.1.0(postcss@8.4.47)
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.0.0(postcss@8.4.38):
+ postcss-modules-scope@3.2.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
- postcss-modules-values@4.0.0(postcss@8.4.38):
+ postcss-modules-values@4.0.0(postcss@8.4.47):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ icss-utils: 5.1.0(postcss@8.4.47)
+ postcss: 8.4.47
- postcss-normalize-charset@6.0.2(postcss@8.4.38):
+ postcss-normalize-charset@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-normalize-display-values@6.0.2(postcss@8.4.38):
+ postcss-normalize-display-values@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-positions@6.0.2(postcss@8.4.38):
+ postcss-normalize-positions@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@6.0.2(postcss@8.4.38):
+ postcss-normalize-repeat-style@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-string@6.0.2(postcss@8.4.38):
+ postcss-normalize-string@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@6.0.2(postcss@8.4.38):
+ postcss-normalize-timing-functions@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@6.1.0(postcss@8.4.38):
+ postcss-normalize-unicode@6.1.0(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.38
+ browserslist: 4.24.2
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-url@6.0.2(postcss@8.4.38):
+ postcss-normalize-url@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@6.0.2(postcss@8.4.38):
+ postcss-normalize-whitespace@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-ordered-values@6.0.2(postcss@8.4.38):
+ postcss-ordered-values@6.0.2(postcss@8.4.47):
dependencies:
- cssnano-utils: 4.0.2(postcss@8.4.38)
- postcss: 8.4.38
+ cssnano-utils: 4.0.2(postcss@8.4.47)
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-reduce-idents@6.0.3(postcss@8.4.38):
+ postcss-reduce-idents@6.0.3(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-reduce-initial@6.1.0(postcss@8.4.38):
+ postcss-reduce-initial@6.1.0(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.24.2
caniuse-api: 3.0.0
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-reduce-transforms@6.0.2(postcss@8.4.38):
+ postcss-reduce-transforms@6.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-resolve-nested-selector@0.1.1: {}
-
- postcss-safe-parser@6.0.0(postcss@8.4.33):
- dependencies:
- postcss: 8.4.33
+ postcss-resolve-nested-selector@0.1.6: {}
- postcss-scss@4.0.9(postcss@8.4.31):
+ postcss-safe-parser@7.0.1(postcss@8.4.47):
dependencies:
- postcss: 8.4.31
+ postcss: 8.4.47
- postcss-selector-parser@6.0.15:
+ postcss-scss@4.0.9(postcss@8.4.47):
dependencies:
- cssesc: 3.0.0
- util-deprecate: 1.0.2
+ postcss: 8.4.47
- postcss-selector-parser@6.0.16:
+ postcss-selector-parser@6.1.2:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-sort-media-queries@5.2.0(postcss@8.4.38):
+ postcss-sort-media-queries@5.2.0(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
sort-css-media-queries: 2.2.0
- postcss-sorting@8.0.2(postcss@8.4.38):
+ postcss-sorting@8.0.2(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
- postcss-svgo@6.0.3(postcss@8.4.38):
+ postcss-svgo@6.0.3(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.47
postcss-value-parser: 4.2.0
- svgo: 3.2.0
+ svgo: 3.3.2
- postcss-unique-selectors@6.0.4(postcss@8.4.38):
+ postcss-unique-selectors@6.0.4(postcss@8.4.47):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
- postcss-zindex@6.0.2(postcss@8.4.38):
- dependencies:
- postcss: 8.4.38
-
- postcss@8.4.31:
- dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.0.2
-
- postcss@8.4.33:
+ postcss-zindex@6.0.2(postcss@8.4.47):
dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.0.2
+ postcss: 8.4.47
- postcss@8.4.38:
+ postcss@8.4.47:
dependencies:
nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.2.0
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
prelude-ls@1.2.1: {}
prettier-linter-helpers@1.0.0:
dependencies:
- fast-diff: 1.2.0
+ fast-diff: 1.3.0
- prettier@3.3.0: {}
+ prettier@3.3.3: {}
pretty-error@4.0.0:
dependencies:
@@ -14166,18 +13774,25 @@ snapshots:
pretty-time@1.1.0: {}
- prism-react-renderer@2.3.1(react@18.2.0):
+ prism-react-renderer@2.4.0(react@18.3.1):
dependencies:
- '@types/prismjs': 1.26.3
- clsx: 2.0.0
- react: 18.2.0
+ '@types/prismjs': 1.26.5
+ clsx: 2.1.1
+ react: 18.3.1
prismjs@1.29.0: {}
- proc-log@3.0.0: {}
+ proc-log@4.2.0: {}
process-nextick-args@2.0.1: {}
+ promise-inflight@1.0.1: {}
+
+ promise-retry@2.0.1:
+ dependencies:
+ err-code: 2.0.3
+ retry: 0.12.0
+
prompts@2.4.2:
dependencies:
kleur: 3.0.3
@@ -14189,7 +13804,7 @@ snapshots:
object-assign: 4.1.1
react-is: 16.13.1
- property-information@6.4.0: {}
+ property-information@6.5.0: {}
proto-list@1.2.4: {}
@@ -14202,17 +13817,15 @@ snapshots:
proxy-from-env@1.1.0: {}
- punycode@1.4.1: {}
-
- punycode@2.1.1: {}
+ punycode@2.3.1: {}
pupa@3.1.0:
dependencies:
escape-goat: 4.0.0
- qs@6.11.0:
+ qs@6.13.0:
dependencies:
- side-channel: 1.0.4
+ side-channel: 1.0.6
queue-microtask@1.2.3: {}
@@ -14220,8 +13833,6 @@ snapshots:
dependencies:
inherits: 2.0.4
- quick-lru@4.0.1: {}
-
quick-lru@5.1.1: {}
randombytes@2.1.0:
@@ -14246,111 +13857,116 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-dev-utils@12.0.1(eslint@8.57.0)(typescript@5.3.3)(webpack@5.89.0):
+ react-dev-utils@12.0.1(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)(webpack@5.95.0):
dependencies:
- '@babel/code-frame': 7.23.4
- address: 1.2.0
- browserslist: 4.23.0
+ '@babel/code-frame': 7.25.9
+ address: 1.2.2
+ browserslist: 4.24.2
chalk: 4.1.2
cross-spawn: 7.0.3
detect-port-alt: 1.1.6
escape-string-regexp: 4.0.0
filesize: 8.0.7
find-up: 5.0.0
- fork-ts-checker-webpack-plugin: 6.5.2(eslint@8.57.0)(typescript@5.3.3)(webpack@5.89.0)
+ fork-ts-checker-webpack-plugin: 6.5.3(eslint@9.13.0(jiti@1.21.6))(typescript@5.5.4)(webpack@5.95.0)
global-modules: 2.0.0
globby: 11.1.0
gzip-size: 6.0.0
- immer: 9.0.15
+ immer: 9.0.21
is-root: 2.1.0
- loader-utils: 3.2.0
- open: 8.4.0
+ loader-utils: 3.3.1
+ open: 8.4.2
pkg-up: 3.1.0
prompts: 2.4.2
react-error-overlay: 6.0.11
- recursive-readdir: 2.2.2
+ recursive-readdir: 2.2.3
shell-quote: 1.8.1
strip-ansi: 6.0.1
text-table: 0.2.0
- webpack: 5.89.0
+ webpack: 5.95.0
optionalDependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
transitivePeerDependencies:
- eslint
- supports-color
- vue-template-compiler
- react-dom@18.2.0(react@18.2.0):
+ react-dom@18.3.1(react@18.3.1):
dependencies:
loose-envify: 1.4.0
- react: 18.2.0
- scheduler: 0.23.0
+ react: 18.3.1
+ scheduler: 0.23.2
react-error-overlay@6.0.11: {}
- react-fast-compare@3.2.0: {}
+ react-fast-compare@3.2.2: {}
- react-helmet-async@1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ react-helmet-async@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- '@babel/runtime': 7.23.4
+ '@babel/runtime': 7.25.9
invariant: 2.2.4
prop-types: 15.8.1
- react: 18.2.0
- react-dom: 18.2.0(react@18.2.0)
- react-fast-compare: 3.2.0
+ react: 18.3.1
+ react-dom: 18.3.1(react@18.3.1)
+ react-fast-compare: 3.2.2
shallowequal: 1.1.0
- react-is@16.13.1: {}
+ react-helmet-async@2.0.5(react@18.3.1):
+ dependencies:
+ invariant: 2.2.4
+ react: 18.3.1
+ react-fast-compare: 3.2.2
+ shallowequal: 1.1.0
- react-is@18.2.0: {}
+ react-is@16.13.1: {}
- react-json-view-lite@1.2.1(react@18.2.0):
+ react-json-view-lite@1.5.0(react@18.3.1):
dependencies:
- react: 18.2.0
+ react: 18.3.1
- react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.2.0))(webpack@5.89.0):
+ react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.95.0):
dependencies:
- '@babel/runtime': 7.23.4
- react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.2.0)'
- webpack: 5.89.0
+ '@babel/runtime': 7.25.9
+ react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)'
+ webpack: 5.95.0
- react-router-config@5.1.1(react-router@5.3.4(react@18.2.0))(react@18.2.0):
+ react-router-config@5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1):
dependencies:
- '@babel/runtime': 7.23.4
- react: 18.2.0
- react-router: 5.3.4(react@18.2.0)
+ '@babel/runtime': 7.25.9
+ react: 18.3.1
+ react-router: 5.3.4(react@18.3.1)
- react-router-dom@5.3.4(react@18.2.0):
+ react-router-dom@5.3.4(react@18.3.1):
dependencies:
- '@babel/runtime': 7.23.4
+ '@babel/runtime': 7.25.9
history: 4.10.1
loose-envify: 1.4.0
prop-types: 15.8.1
- react: 18.2.0
- react-router: 5.3.4(react@18.2.0)
- tiny-invariant: 1.2.0
+ react: 18.3.1
+ react-router: 5.3.4(react@18.3.1)
+ tiny-invariant: 1.3.3
tiny-warning: 1.0.3
- react-router@5.3.4(react@18.2.0):
+ react-router@5.3.4(react@18.3.1):
dependencies:
- '@babel/runtime': 7.23.4
+ '@babel/runtime': 7.25.9
history: 4.10.1
hoist-non-react-statics: 3.3.2
loose-envify: 1.4.0
- path-to-regexp: 1.8.0
+ path-to-regexp: 1.9.0
prop-types: 15.8.1
- react: 18.2.0
+ react: 18.3.1
react-is: 16.13.1
- tiny-invariant: 1.2.0
+ tiny-invariant: 1.3.3
tiny-warning: 1.0.3
- react@18.2.0:
+ react@18.3.1:
dependencies:
loose-envify: 1.4.0
read-package-json-fast@3.0.2:
dependencies:
- json-parse-even-better-errors: 3.0.1
+ json-parse-even-better-errors: 3.0.2
npm-normalize-package-bin: 3.0.1
read-pkg-up@7.0.1:
@@ -14359,27 +13975,14 @@ snapshots:
read-pkg: 5.2.0
type-fest: 0.8.1
- read-pkg-up@8.0.0:
- dependencies:
- find-up: 5.0.0
- read-pkg: 6.0.0
- type-fest: 1.4.0
-
read-pkg@5.2.0:
dependencies:
- '@types/normalize-package-data': 2.4.1
+ '@types/normalize-package-data': 2.4.4
normalize-package-data: 2.5.0
parse-json: 5.2.0
type-fest: 0.6.0
- read-pkg@6.0.0:
- dependencies:
- '@types/normalize-package-data': 2.4.1
- normalize-package-data: 3.0.3
- parse-json: 5.2.0
- type-fest: 1.4.0
-
- readable-stream@2.3.7:
+ readable-stream@2.3.8:
dependencies:
core-util-is: 1.0.3
inherits: 2.0.4
@@ -14389,7 +13992,7 @@ snapshots:
string_decoder: 1.1.1
util-deprecate: 1.0.2
- readable-stream@3.6.0:
+ readable-stream@3.6.2:
dependencies:
inherits: 2.0.4
string_decoder: 1.3.0
@@ -14399,134 +14002,160 @@ snapshots:
dependencies:
picomatch: 2.3.1
+ readdirp@4.0.2: {}
+
reading-time@1.5.0: {}
rechoir@0.6.2:
dependencies:
resolve: 1.22.8
- recursive-readdir@2.2.2:
+ recma-build-jsx@1.0.0:
dependencies:
- minimatch: 3.0.4
+ '@types/estree': 1.0.6
+ estree-util-build-jsx: 3.0.1
+ vfile: 6.0.3
- redent@3.0.0:
+ recma-jsx@1.0.0(acorn@8.13.0):
dependencies:
- indent-string: 4.0.0
- strip-indent: 3.0.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
+ estree-util-to-js: 2.0.0
+ recma-parse: 1.0.0
+ recma-stringify: 1.0.0
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - acorn
+
+ recma-parse@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ esast-util-from-js: 2.0.1
+ unified: 11.0.5
+ vfile: 6.0.3
+
+ recma-stringify@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-util-to-js: 2.0.0
+ unified: 11.0.5
+ vfile: 6.0.3
- redent@4.0.0:
+ recursive-readdir@2.2.3:
dependencies:
- indent-string: 5.0.0
- strip-indent: 4.0.0
+ minimatch: 3.1.2
- reflect.getprototypeof@1.0.5:
+ reflect.getprototypeof@1.0.6:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
es-errors: 1.3.0
get-intrinsic: 1.2.4
- globalthis: 1.0.3
- which-builtin-type: 1.1.3
+ globalthis: 1.0.4
+ which-builtin-type: 1.1.4
- regenerate-unicode-properties@10.1.1:
+ regenerate-unicode-properties@10.2.0:
dependencies:
regenerate: 1.4.2
regenerate@1.4.2: {}
- regenerator-runtime@0.14.0: {}
+ regenerator-runtime@0.14.1: {}
regenerator-transform@0.15.2:
dependencies:
- '@babel/runtime': 7.23.4
+ '@babel/runtime': 7.25.9
regexp-tree@0.1.27: {}
- regexp.prototype.flags@1.5.1:
- dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
- set-function-name: 2.0.1
-
- regexp.prototype.flags@1.5.2:
+ regexp.prototype.flags@1.5.3:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-errors: 1.3.0
- set-function-name: 2.0.1
+ set-function-name: 2.0.2
- regexpu-core@5.3.2:
+ regexpu-core@6.1.1:
dependencies:
- '@babel/regjsgen': 0.8.0
regenerate: 1.4.2
- regenerate-unicode-properties: 10.1.1
- regjsparser: 0.9.1
+ regenerate-unicode-properties: 10.2.0
+ regjsgen: 0.8.0
+ regjsparser: 0.11.1
unicode-match-property-ecmascript: 2.0.0
- unicode-match-property-value-ecmascript: 2.1.0
+ unicode-match-property-value-ecmascript: 2.2.0
registry-auth-token@5.0.2:
dependencies:
- '@pnpm/npm-conf': 2.2.2
+ '@pnpm/npm-conf': 2.3.1
registry-url@6.0.1:
dependencies:
rc: 1.2.8
+ regjsgen@0.8.0: {}
+
regjsparser@0.10.0:
dependencies:
jsesc: 0.5.0
- regjsparser@0.9.1:
+ regjsparser@0.11.1:
dependencies:
- jsesc: 0.5.0
+ jsesc: 3.0.2
rehype-raw@7.0.0:
dependencies:
- '@types/hast': 3.0.3
- hast-util-raw: 9.0.1
- vfile: 6.0.1
+ '@types/hast': 3.0.4
+ hast-util-raw: 9.0.4
+ vfile: 6.0.3
+
+ rehype-recma@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ '@types/hast': 3.0.4
+ hast-util-to-estree: 3.1.0
+ transitivePeerDependencies:
+ - supports-color
relateurl@0.2.7: {}
remark-directive@3.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
mdast-util-directive: 3.0.0
- micromark-extension-directive: 3.0.0
- unified: 11.0.4
+ micromark-extension-directive: 3.0.2
+ unified: 11.0.5
transitivePeerDependencies:
- supports-color
remark-emoji@4.0.1:
dependencies:
- '@types/mdast': 4.0.3
- emoticon: 4.0.1
+ '@types/mdast': 4.0.4
+ emoticon: 4.1.0
mdast-util-find-and-replace: 3.0.1
node-emoji: 2.1.3
- unified: 11.0.4
+ unified: 11.0.5
remark-frontmatter@5.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
mdast-util-frontmatter: 2.0.1
micromark-extension-frontmatter: 2.0.0
- unified: 11.0.4
+ unified: 11.0.5
transitivePeerDependencies:
- supports-color
remark-gfm@4.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
mdast-util-gfm: 3.0.0
micromark-extension-gfm: 3.0.0
remark-parse: 11.0.0
remark-stringify: 11.0.0
- unified: 11.0.4
+ unified: 11.0.5
transitivePeerDependencies:
- supports-color
- remark-mdx@3.0.0:
+ remark-mdx@3.1.0:
dependencies:
mdast-util-mdx: 3.0.0
micromark-extension-mdxjs: 3.0.0
@@ -14535,26 +14164,26 @@ snapshots:
remark-parse@11.0.0:
dependencies:
- '@types/mdast': 4.0.3
- mdast-util-from-markdown: 2.0.0
+ '@types/mdast': 4.0.4
+ mdast-util-from-markdown: 2.0.1
micromark-util-types: 2.0.0
- unified: 11.0.4
+ unified: 11.0.5
transitivePeerDependencies:
- supports-color
- remark-rehype@11.0.0:
+ remark-rehype@11.1.1:
dependencies:
- '@types/hast': 3.0.3
- '@types/mdast': 4.0.3
- mdast-util-to-hast: 13.0.2
- unified: 11.0.4
- vfile: 6.0.1
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ mdast-util-to-hast: 13.2.0
+ unified: 11.0.5
+ vfile: 6.0.3
remark-stringify@11.0.0:
dependencies:
- '@types/mdast': 4.0.3
+ '@types/mdast': 4.0.4
mdast-util-to-markdown: 2.1.0
- unified: 11.0.4
+ unified: 11.0.5
renderkid@3.0.0:
dependencies:
@@ -14578,23 +14207,19 @@ snapshots:
resolve-from@5.0.0: {}
- resolve-global@1.0.0:
- dependencies:
- global-dirs: 0.1.1
-
resolve-pathname@3.0.0: {}
resolve-pkg-maps@1.0.0: {}
resolve@1.22.8:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
resolve@2.0.0-next.5:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.15.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -14602,34 +14227,36 @@ snapshots:
dependencies:
lowercase-keys: 3.0.0
- restore-cursor@4.0.0:
+ restore-cursor@5.1.0:
dependencies:
- onetime: 5.1.2
- signal-exit: 3.0.7
+ onetime: 7.0.0
+ signal-exit: 4.1.0
+
+ retry@0.12.0: {}
retry@0.13.1: {}
reusify@1.0.4: {}
- rfdc@1.3.0: {}
+ rfdc@1.4.1: {}
rimraf@3.0.2:
dependencies:
glob: 7.2.3
- rimraf@5.0.7:
+ rimraf@5.0.10:
dependencies:
- glob: 10.3.10
+ glob: 10.4.5
- robust-predicates@3.0.1: {}
+ robust-predicates@3.0.2: {}
- rtl-detect@1.0.4: {}
+ rtl-detect@1.1.2: {}
- rtlcss@4.1.1:
+ rtlcss@4.3.0:
dependencies:
- escalade: 3.1.1
- picocolors: 1.0.0
- postcss: 8.4.38
+ escalade: 3.2.0
+ picocolors: 1.1.1
+ postcss: 8.4.47
strip-json-comments: 3.1.1
run-parallel@1.2.0:
@@ -14642,13 +14269,6 @@ snapshots:
dependencies:
mri: 1.2.0
- safe-array-concat@1.1.0:
- dependencies:
- call-bind: 1.0.7
- get-intrinsic: 1.2.4
- has-symbols: 1.0.3
- isarray: 2.0.5
-
safe-array-concat@1.1.2:
dependencies:
call-bind: 1.0.7
@@ -14660,12 +14280,6 @@ snapshots:
safe-buffer@5.2.1: {}
- safe-regex-test@1.0.2:
- dependencies:
- call-bind: 1.0.7
- get-intrinsic: 1.2.4
- is-regex: 1.1.4
-
safe-regex-test@1.0.3:
dependencies:
call-bind: 1.0.7
@@ -14674,33 +14288,34 @@ snapshots:
safer-buffer@2.1.2: {}
- sass-loader@10.2.1(sass@1.52.3)(webpack@5.76.0):
+ sass-loader@10.5.2(sass@1.80.4)(webpack@5.95.0):
dependencies:
- klona: 2.0.5
+ klona: 2.0.6
loader-utils: 2.0.4
neo-async: 2.6.2
schema-utils: 3.3.0
- semver: 7.6.0
- webpack: 5.76.0
+ semver: 7.6.3
+ webpack: 5.95.0
optionalDependencies:
- sass: 1.52.3
+ sass: 1.80.4
- sass-loader@14.1.0(sass@1.52.3)(webpack@5.76.0):
+ sass-loader@16.0.2(sass@1.80.4)(webpack@5.95.0):
dependencies:
neo-async: 2.6.2
optionalDependencies:
- sass: 1.52.3
- webpack: 5.76.0
+ sass: 1.80.4
+ webpack: 5.95.0
- sass@1.52.3:
+ sass@1.80.4:
dependencies:
- chokidar: 3.5.3
- immutable: 4.1.0
- source-map-js: 1.0.2
+ '@parcel/watcher': 2.4.1
+ chokidar: 4.0.1
+ immutable: 4.3.7
+ source-map-js: 1.2.1
- sax@1.2.4: {}
+ sax@1.4.1: {}
- scheduler@0.23.0:
+ scheduler@0.23.2:
dependencies:
loose-envify: 1.4.0
@@ -14710,12 +14325,6 @@ snapshots:
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
- schema-utils@3.1.1:
- dependencies:
- '@types/json-schema': 7.0.15
- ajv: 6.12.6
- ajv-keywords: 3.5.2(ajv@6.12.6)
-
schema-utils@3.3.0:
dependencies:
'@types/json-schema': 7.0.15
@@ -14725,11 +14334,11 @@ snapshots:
schema-utils@4.2.0:
dependencies:
'@types/json-schema': 7.0.15
- ajv: 8.11.0
- ajv-formats: 2.1.1(ajv@8.11.0)
- ajv-keywords: 5.1.0(ajv@8.11.0)
+ ajv: 8.17.1
+ ajv-formats: 2.1.1(ajv@8.17.1)
+ ajv-keywords: 5.1.0(ajv@8.17.1)
- search-insights@2.11.0: {}
+ search-insights@2.17.2: {}
section-matter@1.0.0:
dependencies:
@@ -14740,28 +14349,20 @@ snapshots:
selfsigned@2.4.1:
dependencies:
- '@types/node-forge': 1.3.10
+ '@types/node-forge': 1.3.11
node-forge: 1.3.1
semver-diff@4.0.0:
dependencies:
- semver: 7.6.0
+ semver: 7.6.3
- semver@5.7.1: {}
-
- semver@6.3.0: {}
+ semver@5.7.2: {}
semver@6.3.1: {}
- semver@7.5.4:
- dependencies:
- lru-cache: 6.0.0
-
- semver@7.6.0:
- dependencies:
- lru-cache: 6.0.0
+ semver@7.6.3: {}
- send@0.18.0:
+ send@0.19.0:
dependencies:
debug: 2.6.9
depd: 2.0.0
@@ -14779,19 +14380,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- serialize-javascript@6.0.1:
+ serialize-javascript@6.0.2:
dependencies:
randombytes: 2.1.0
- serve-handler@6.1.5:
+ serve-handler@6.1.6:
dependencies:
bytes: 3.0.0
content-disposition: 0.5.2
- fast-url-parser: 1.1.3
mime-types: 2.1.18
minimatch: 3.1.2
path-is-inside: 1.0.2
- path-to-regexp: 2.2.1
+ path-to-regexp: 3.3.0
range-parser: 1.2.0
serve-index@1.9.1:
@@ -14806,12 +14406,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- serve-static@1.15.0:
+ serve-static@1.16.2:
dependencies:
- encodeurl: 1.0.2
+ encodeurl: 2.0.0
escape-html: 1.0.3
parseurl: 1.3.3
- send: 0.18.0
+ send: 0.19.0
transitivePeerDependencies:
- supports-color
@@ -14824,9 +14424,10 @@ snapshots:
gopd: 1.0.1
has-property-descriptors: 1.0.2
- set-function-name@2.0.1:
+ set-function-name@2.0.2:
dependencies:
define-data-property: 1.1.4
+ es-errors: 1.3.0
functions-have-names: 1.2.3
has-property-descriptors: 1.0.2
@@ -14854,30 +14455,31 @@ snapshots:
interpret: 1.4.0
rechoir: 0.6.2
- side-channel@1.0.4:
+ side-channel@1.0.6:
dependencies:
call-bind: 1.0.7
+ es-errors: 1.3.0
get-intrinsic: 1.2.4
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
signal-exit@3.0.7: {}
signal-exit@4.1.0: {}
- sirv@2.0.3:
+ sirv@2.0.4:
dependencies:
- '@polka/url': 1.0.0-next.21
- mrmime: 1.0.1
+ '@polka/url': 1.0.0-next.28
+ mrmime: 2.0.0
totalist: 3.0.1
sisteransi@1.0.5: {}
- sitemap@7.1.1:
+ sitemap@7.1.2:
dependencies:
- '@types/node': 17.0.42
- '@types/sax': 1.2.4
+ '@types/node': 17.0.45
+ '@types/sax': 1.2.7
arg: 5.0.2
- sax: 1.2.4
+ sax: 1.4.1
skin-tone@2.0.0:
dependencies:
@@ -14895,13 +14497,18 @@ snapshots:
slice-ansi@5.0.0:
dependencies:
- ansi-styles: 6.1.0
+ ansi-styles: 6.2.1
is-fullwidth-code-point: 4.0.0
+ slice-ansi@7.1.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ is-fullwidth-code-point: 5.0.0
+
snake-case@3.0.4:
dependencies:
dot-case: 3.0.4
- tslib: 2.6.2
+ tslib: 2.8.0
sockjs@0.3.24:
dependencies:
@@ -14911,9 +14518,7 @@ snapshots:
sort-css-media-queries@2.2.0: {}
- source-map-js@1.0.2: {}
-
- source-map-js@1.2.0: {}
+ source-map-js@1.2.1: {}
source-map-support@0.5.21:
dependencies:
@@ -14926,34 +14531,34 @@ snapshots:
space-separated-tokens@2.0.2: {}
- spdx-correct@3.1.1:
+ spdx-correct@3.2.0:
dependencies:
spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.11
+ spdx-license-ids: 3.0.20
- spdx-exceptions@2.3.0: {}
+ spdx-exceptions@2.5.0: {}
spdx-expression-parse@3.0.1:
dependencies:
- spdx-exceptions: 2.3.0
- spdx-license-ids: 3.0.11
+ spdx-exceptions: 2.5.0
+ spdx-license-ids: 3.0.20
- spdx-license-ids@3.0.11: {}
+ spdx-license-ids@3.0.20: {}
spdy-transport@3.0.0:
dependencies:
- debug: 4.3.4
+ debug: 4.3.7
detect-node: 2.1.0
hpack.js: 2.1.6
obuf: 1.1.2
- readable-stream: 3.6.0
+ readable-stream: 3.6.2
wbuf: 1.7.3
transitivePeerDependencies:
- supports-color
spdy@4.0.2:
dependencies:
- debug: 4.3.4
+ debug: 4.3.7
handle-thing: 2.0.1
http-deceiver: 1.2.7
select-hose: 2.0.0
@@ -14961,10 +14566,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- split2@3.2.2:
- dependencies:
- readable-stream: 3.6.0
-
split2@4.2.0: {}
sprintf-js@1.0.3: {}
@@ -14977,7 +14578,7 @@ snapshots:
statuses@2.0.1: {}
- std-env@3.1.1: {}
+ std-env@3.7.0: {}
string-argv@0.3.2: {}
@@ -14996,51 +14597,53 @@ snapshots:
string-width@6.1.0:
dependencies:
eastasianwidth: 0.2.0
- emoji-regex: 10.3.0
+ emoji-regex: 10.4.0
strip-ansi: 7.1.0
- string.prototype.matchall@4.0.10:
+ string-width@7.2.0:
dependencies:
- call-bind: 1.0.7
- define-properties: 1.2.1
- es-abstract: 1.22.3
- get-intrinsic: 1.2.4
- has-symbols: 1.0.3
- internal-slot: 1.0.6
- regexp.prototype.flags: 1.5.1
- set-function-name: 2.0.1
- side-channel: 1.0.4
+ emoji-regex: 10.4.0
+ get-east-asian-width: 1.3.0
+ strip-ansi: 7.1.0
- string.prototype.trim@1.2.8:
+ string.prototype.includes@2.0.1:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
- string.prototype.trim@1.2.9:
+ string.prototype.matchall@4.0.11:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-abstract: 1.23.3
+ es-errors: 1.3.0
es-object-atoms: 1.0.0
+ get-intrinsic: 1.2.4
+ gopd: 1.0.1
+ has-symbols: 1.0.3
+ internal-slot: 1.0.7
+ regexp.prototype.flags: 1.5.3
+ set-function-name: 2.0.2
+ side-channel: 1.0.6
- string.prototype.trimend@1.0.7:
+ string.prototype.repeat@1.0.0:
dependencies:
- call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-abstract: 1.23.3
- string.prototype.trimend@1.0.8:
+ string.prototype.trim@1.2.9:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
+ es-abstract: 1.23.3
es-object-atoms: 1.0.0
- string.prototype.trimstart@1.0.7:
+ string.prototype.trimend@1.0.8:
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
- es-abstract: 1.22.3
+ es-object-atoms: 1.0.0
string.prototype.trimstart@1.0.8:
dependencies:
@@ -15056,7 +14659,7 @@ snapshots:
dependencies:
safe-buffer: 5.2.1
- stringify-entities@4.0.3:
+ stringify-entities@4.0.4:
dependencies:
character-entities-html4: 2.1.0
character-entities-legacy: 3.0.0
@@ -15073,7 +14676,7 @@ snapshots:
strip-ansi@7.1.0:
dependencies:
- ansi-regex: 6.0.1
+ ansi-regex: 6.1.0
strip-bom-string@1.0.0: {}
@@ -15087,98 +14690,97 @@ snapshots:
dependencies:
min-indent: 1.0.1
- strip-indent@4.0.0:
- dependencies:
- min-indent: 1.0.1
-
strip-json-comments@2.0.1: {}
strip-json-comments@3.1.1: {}
- style-search@0.1.0: {}
-
style-to-object@0.4.4:
dependencies:
inline-style-parser: 0.1.1
- stylehacks@6.1.1(postcss@8.4.38):
+ style-to-object@1.0.8:
+ dependencies:
+ inline-style-parser: 0.2.4
+
+ stylehacks@6.1.1(postcss@8.4.47):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.38
- postcss-selector-parser: 6.0.16
+ browserslist: 4.24.2
+ postcss: 8.4.47
+ postcss-selector-parser: 6.1.2
- stylelint-config-xo@0.22.0(stylelint@15.11.0(typescript@5.3.3)):
+ stylelint-config-xo@0.22.0(stylelint@16.10.0(typescript@5.5.4)):
dependencies:
- stylelint: 15.11.0(typescript@5.3.3)
- stylelint-declaration-block-no-ignored-properties: 2.8.0(stylelint@15.11.0(typescript@5.3.3))
- stylelint-order: 6.0.4(stylelint@15.11.0(typescript@5.3.3))
+ stylelint: 16.10.0(typescript@5.5.4)
+ stylelint-declaration-block-no-ignored-properties: 2.8.0(stylelint@16.10.0(typescript@5.5.4))
+ stylelint-order: 6.0.4(stylelint@16.10.0(typescript@5.5.4))
- stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@15.11.0(typescript@5.3.3)):
+ stylelint-declaration-block-no-ignored-properties@2.8.0(stylelint@16.10.0(typescript@5.5.4)):
dependencies:
- stylelint: 15.11.0(typescript@5.3.3)
+ stylelint: 16.10.0(typescript@5.5.4)
- stylelint-order@6.0.4(stylelint@15.11.0(typescript@5.3.3)):
+ stylelint-order@6.0.4(stylelint@16.10.0(typescript@5.5.4)):
dependencies:
- postcss: 8.4.38
- postcss-sorting: 8.0.2(postcss@8.4.38)
- stylelint: 15.11.0(typescript@5.3.3)
+ postcss: 8.4.47
+ postcss-sorting: 8.0.2(postcss@8.4.47)
+ stylelint: 16.10.0(typescript@5.5.4)
- stylelint-scss@6.2.1(stylelint@15.11.0(typescript@5.3.3)):
+ stylelint-scss@6.8.1(stylelint@16.10.0(typescript@5.5.4)):
dependencies:
- known-css-properties: 0.29.0
+ css-tree: 3.0.0
+ is-plain-object: 5.0.0
+ known-css-properties: 0.34.0
+ mdn-data: 2.11.1
postcss-media-query-parser: 0.2.3
- postcss-resolve-nested-selector: 0.1.1
- postcss-selector-parser: 6.0.15
+ postcss-resolve-nested-selector: 0.1.6
+ postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- stylelint: 15.11.0(typescript@5.3.3)
+ stylelint: 16.10.0(typescript@5.5.4)
- stylelint@15.11.0(typescript@5.3.3):
+ stylelint@16.10.0(typescript@5.5.4):
dependencies:
- '@csstools/css-parser-algorithms': 2.5.0(@csstools/css-tokenizer@2.2.3)
- '@csstools/css-tokenizer': 2.2.3
- '@csstools/media-query-list-parser': 2.1.7(@csstools/css-parser-algorithms@2.5.0(@csstools/css-tokenizer@2.2.3))(@csstools/css-tokenizer@2.2.3)
- '@csstools/selector-specificity': 3.0.1(postcss-selector-parser@6.0.15)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-tokenizer': 3.0.2
+ '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2)
+ '@dual-bundle/import-meta-resolve': 4.1.0
balanced-match: 2.0.0
colord: 2.9.3
- cosmiconfig: 8.3.6(typescript@5.3.3)
- css-functions-list: 3.2.1
- css-tree: 2.3.1
- debug: 4.3.4
+ cosmiconfig: 9.0.0(typescript@5.5.4)
+ css-functions-list: 3.2.3
+ css-tree: 3.0.0
+ debug: 4.3.7
fast-glob: 3.3.2
fastest-levenshtein: 1.0.16
- file-entry-cache: 7.0.2
+ file-entry-cache: 9.1.0
global-modules: 2.0.0
globby: 11.1.0
globjoin: 0.1.4
html-tags: 3.3.1
- ignore: 5.3.1
- import-lazy: 4.0.0
+ ignore: 6.0.2
imurmurhash: 0.1.4
is-plain-object: 5.0.0
- known-css-properties: 0.29.0
+ known-css-properties: 0.34.0
mathml-tag-names: 2.1.3
- meow: 10.1.5
- micromatch: 4.0.5
+ meow: 13.2.0
+ micromatch: 4.0.8
normalize-path: 3.0.0
- picocolors: 1.0.0
- postcss: 8.4.33
- postcss-resolve-nested-selector: 0.1.1
- postcss-safe-parser: 6.0.0(postcss@8.4.33)
- postcss-selector-parser: 6.0.15
+ picocolors: 1.1.1
+ postcss: 8.4.47
+ postcss-resolve-nested-selector: 0.1.6
+ postcss-safe-parser: 7.0.1(postcss@8.4.47)
+ postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
resolve-from: 5.0.0
string-width: 4.2.3
- strip-ansi: 6.0.1
- style-search: 0.1.0
- supports-hyperlinks: 3.0.0
+ supports-hyperlinks: 3.1.0
svg-tags: 1.0.0
- table: 6.8.1
+ table: 6.8.2
write-file-atomic: 5.0.1
transitivePeerDependencies:
- supports-color
- typescript
- stylis@4.1.3: {}
+ stylis@4.3.4: {}
supports-color@5.5.0:
dependencies:
@@ -15194,7 +14796,7 @@ snapshots:
supports-color@9.4.0: {}
- supports-hyperlinks@3.0.0:
+ supports-hyperlinks@3.1.0:
dependencies:
has-flag: 4.0.0
supports-color: 7.2.0
@@ -15205,7 +14807,7 @@ snapshots:
svg-tags@1.0.0: {}
- svgo@3.2.0:
+ svgo@3.3.2:
dependencies:
'@trysound/sax': 0.2.0
commander: 7.2.0
@@ -15213,21 +14815,16 @@ snapshots:
css-tree: 2.3.1
css-what: 6.1.0
csso: 5.0.5
- picocolors: 1.0.0
-
- synckit@0.8.8:
- dependencies:
- '@pkgr/core': 0.1.1
- tslib: 2.6.2
+ picocolors: 1.1.1
- synckit@0.9.0:
+ synckit@0.9.2:
dependencies:
'@pkgr/core': 0.1.1
- tslib: 2.6.2
+ tslib: 2.8.0
- table@6.8.1:
+ table@6.8.2:
dependencies:
- ajv: 8.11.0
+ ajv: 8.17.1
lodash.truncate: 4.4.2
slice-ansi: 4.0.0
string-width: 4.2.3
@@ -15237,28 +14834,19 @@ snapshots:
tapable@2.2.1: {}
- terser-webpack-plugin@5.3.3(webpack@5.76.0):
+ terser-webpack-plugin@5.3.10(webpack@5.95.0):
dependencies:
- '@jridgewell/trace-mapping': 0.3.20
+ '@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
- serialize-javascript: 6.0.1
- terser: 5.24.0
- webpack: 5.76.0
+ serialize-javascript: 6.0.2
+ terser: 5.36.0
+ webpack: 5.95.0
- terser-webpack-plugin@5.3.9(webpack@5.89.0):
+ terser@5.36.0:
dependencies:
- '@jridgewell/trace-mapping': 0.3.20
- jest-worker: 27.5.1
- schema-utils: 3.3.0
- serialize-javascript: 6.0.1
- terser: 5.24.0
- webpack: 5.89.0
-
- terser@5.24.0:
- dependencies:
- '@jridgewell/source-map': 0.3.5
- acorn: 8.11.3
+ '@jridgewell/source-map': 0.3.6
+ acorn: 8.13.0
commander: 2.20.3
source-map-support: 0.5.21
@@ -15266,19 +14854,15 @@ snapshots:
text-table@0.2.0: {}
- through2@4.0.2:
- dependencies:
- readable-stream: 3.6.0
-
through@2.3.8: {}
thunky@1.1.0: {}
- tiny-invariant@1.2.0: {}
+ tiny-invariant@1.3.3: {}
tiny-warning@1.0.3: {}
- to-fast-properties@2.0.0: {}
+ tinyexec@0.3.1: {}
to-regex-range@5.0.1:
dependencies:
@@ -15290,15 +14874,11 @@ snapshots:
trim-lines@3.0.1: {}
- trim-newlines@3.0.1: {}
-
- trim-newlines@4.1.1: {}
-
- trough@2.1.0: {}
+ trough@2.2.0: {}
- ts-api-utils@1.3.0(typescript@5.3.3):
+ ts-api-utils@1.3.0(typescript@5.5.4):
dependencies:
- typescript: 5.3.3
+ typescript: 5.5.4
ts-dedent@2.2.0: {}
@@ -15309,14 +14889,12 @@ snapshots:
minimist: 1.2.8
strip-bom: 3.0.0
- tslib@2.6.2: {}
+ tslib@2.8.0: {}
type-check@0.4.0:
dependencies:
prelude-ls: 1.2.1
- type-fest@0.18.1: {}
-
type-fest@0.20.2: {}
type-fest@0.6.0: {}
@@ -15325,7 +14903,7 @@ snapshots:
type-fest@1.4.0: {}
- type-fest@2.13.1: {}
+ type-fest@2.19.0: {}
type-fest@3.13.1: {}
@@ -15334,25 +14912,12 @@ snapshots:
media-typer: 0.3.0
mime-types: 2.1.35
- typed-array-buffer@1.0.0:
- dependencies:
- call-bind: 1.0.7
- get-intrinsic: 1.2.4
- is-typed-array: 1.1.13
-
typed-array-buffer@1.0.2:
dependencies:
call-bind: 1.0.7
es-errors: 1.3.0
is-typed-array: 1.1.13
- typed-array-byte-length@1.0.0:
- dependencies:
- call-bind: 1.0.7
- for-each: 0.3.3
- has-proto: 1.0.3
- is-typed-array: 1.1.13
-
typed-array-byte-length@1.0.1:
dependencies:
call-bind: 1.0.7
@@ -15361,14 +14926,6 @@ snapshots:
has-proto: 1.0.3
is-typed-array: 1.1.13
- typed-array-byte-offset@1.0.0:
- dependencies:
- available-typed-arrays: 1.0.6
- call-bind: 1.0.7
- for-each: 0.3.3
- has-proto: 1.0.3
- is-typed-array: 1.1.13
-
typed-array-byte-offset@1.0.2:
dependencies:
available-typed-arrays: 1.0.7
@@ -15378,12 +14935,6 @@ snapshots:
has-proto: 1.0.3
is-typed-array: 1.1.13
- typed-array-length@1.0.4:
- dependencies:
- call-bind: 1.0.7
- for-each: 0.3.3
- is-typed-array: 1.1.13
-
typed-array-length@1.0.6:
dependencies:
call-bind: 1.0.7
@@ -15399,7 +14950,7 @@ snapshots:
typedarray@0.0.6: {}
- typescript@5.3.3: {}
+ typescript@5.5.4: {}
unbox-primitive@1.0.2:
dependencies:
@@ -15408,114 +14959,112 @@ snapshots:
has-symbols: 1.0.3
which-boxed-primitive: 1.0.2
- undici-types@5.26.5: {}
+ undici-types@6.19.8: {}
- unicode-canonical-property-names-ecmascript@2.0.0: {}
+ unicode-canonical-property-names-ecmascript@2.0.1: {}
unicode-emoji-modifier-base@1.0.0: {}
unicode-match-property-ecmascript@2.0.0:
dependencies:
- unicode-canonical-property-names-ecmascript: 2.0.0
- unicode-property-aliases-ecmascript: 2.0.0
+ unicode-canonical-property-names-ecmascript: 2.0.1
+ unicode-property-aliases-ecmascript: 2.1.0
+
+ unicode-match-property-value-ecmascript@2.2.0: {}
- unicode-match-property-value-ecmascript@2.1.0: {}
+ unicode-property-aliases-ecmascript@2.1.0: {}
- unicode-property-aliases-ecmascript@2.0.0: {}
+ unicorn-magic@0.1.0: {}
- unified-engine@11.2.0:
+ unified-engine@11.2.1:
dependencies:
'@types/concat-stream': 2.0.3
- '@types/debug': 4.1.7
+ '@types/debug': 4.1.12
'@types/is-empty': 1.2.3
- '@types/node': 20.11.16
- '@types/unist': 3.0.2
- '@ungap/structured-clone': 1.2.0
+ '@types/node': 20.17.0
+ '@types/unist': 3.0.3
concat-stream: 2.0.0
- debug: 4.3.4
- glob: 10.3.10
- ignore: 5.3.1
+ debug: 4.3.7
+ extend: 3.0.2
+ glob: 10.4.5
+ ignore: 5.3.2
is-empty: 1.2.0
is-plain-obj: 4.1.0
- load-plugin: 6.0.2
+ load-plugin: 6.0.3
parse-json: 7.1.1
- trough: 2.1.0
- unist-util-inspect: 8.0.0
- vfile: 6.0.1
+ trough: 2.2.0
+ unist-util-inspect: 8.1.0
+ vfile: 6.0.3
vfile-message: 4.0.2
- vfile-reporter: 8.1.0
+ vfile-reporter: 8.1.1
vfile-statistics: 3.0.0
- yaml: 2.3.2
+ yaml: 2.6.0
transitivePeerDependencies:
+ - bluebird
- supports-color
- unified@11.0.4:
+ unified@11.0.5:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
bail: 2.0.2
devlop: 1.1.0
extend: 3.0.2
is-plain-obj: 4.1.0
- trough: 2.1.0
- vfile: 6.0.1
+ trough: 2.2.0
+ vfile: 6.0.3
unique-string@3.0.0:
dependencies:
crypto-random-string: 4.0.0
- unist-util-inspect@8.0.0:
+ unist-util-inspect@8.1.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-is@6.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-position-from-estree@2.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-position@5.0.0:
dependencies:
- '@types/unist': 3.0.2
-
- unist-util-remove-position@5.0.0:
- dependencies:
- '@types/unist': 3.0.2
- unist-util-visit: 5.0.0
+ '@types/unist': 3.0.3
unist-util-stringify-position@2.0.3:
dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 2.0.11
- unist-util-stringify-position@3.0.2:
+ unist-util-stringify-position@3.0.3:
dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 2.0.11
unist-util-stringify-position@4.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-visit-parents@6.0.1:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-is: 6.0.0
unist-util-visit@5.0.0:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
- universalify@2.0.0: {}
+ universalify@2.0.1: {}
unpipe@1.0.0: {}
- update-browserslist-db@1.0.13(browserslist@4.23.0):
+ update-browserslist-db@1.1.1(browserslist@4.24.2):
dependencies:
- browserslist: 4.23.0
- escalade: 3.1.1
- picocolors: 1.0.0
+ browserslist: 4.24.2
+ escalade: 3.2.0
+ picocolors: 1.1.1
update-notifier@6.0.2:
dependencies:
@@ -15530,94 +15079,95 @@ snapshots:
is-yarn-global: 0.4.1
latest-version: 7.0.0
pupa: 3.1.0
- semver: 7.6.0
+ semver: 7.6.3
semver-diff: 4.0.0
xdg-basedir: 5.1.0
uri-js@4.4.1:
dependencies:
- punycode: 2.1.1
+ punycode: 2.3.1
- url-loader@4.1.1(file-loader@6.2.0(webpack@5.89.0))(webpack@5.89.0):
+ url-loader@4.1.1(file-loader@6.2.0(webpack@5.95.0))(webpack@5.95.0):
dependencies:
loader-utils: 2.0.4
mime-types: 2.1.35
schema-utils: 3.3.0
- webpack: 5.89.0
+ webpack: 5.95.0
optionalDependencies:
- file-loader: 6.2.0(webpack@5.89.0)
+ file-loader: 6.2.0(webpack@5.95.0)
util-deprecate@1.0.2: {}
utila@0.4.0: {}
- utility-types@3.10.0: {}
+ utility-types@3.11.0: {}
utils-merge@1.0.1: {}
uuid@8.3.2: {}
- uuid@9.0.0: {}
+ uuid@9.0.1: {}
uvu@0.5.6:
dependencies:
dequal: 2.0.3
- diff: 5.1.0
+ diff: 5.2.0
kleur: 4.1.5
sade: 1.8.1
validate-npm-package-license@3.0.4:
dependencies:
- spdx-correct: 3.1.1
+ spdx-correct: 3.2.0
spdx-expression-parse: 3.0.1
+ validate-npm-package-name@5.0.1: {}
+
value-equal@1.0.1: {}
vary@1.1.2: {}
- vfile-location@5.0.2:
+ vfile-location@5.0.3:
dependencies:
- '@types/unist': 3.0.2
- vfile: 6.0.1
+ '@types/unist': 3.0.3
+ vfile: 6.0.3
vfile-message@4.0.2:
dependencies:
- '@types/unist': 3.0.2
+ '@types/unist': 3.0.3
unist-util-stringify-position: 4.0.0
- vfile-reporter@8.1.0:
+ vfile-reporter@8.1.1:
dependencies:
'@types/supports-color': 8.1.3
string-width: 6.1.0
supports-color: 9.4.0
unist-util-stringify-position: 4.0.0
- vfile: 6.0.1
+ vfile: 6.0.3
vfile-message: 4.0.2
vfile-sort: 4.0.0
vfile-statistics: 3.0.0
vfile-sort@4.0.0:
dependencies:
- vfile: 6.0.1
+ vfile: 6.0.3
vfile-message: 4.0.2
vfile-statistics@3.0.0:
dependencies:
- vfile: 6.0.1
+ vfile: 6.0.3
vfile-message: 4.0.2
- vfile@6.0.1:
+ vfile@6.0.3:
dependencies:
- '@types/unist': 3.0.2
- unist-util-stringify-position: 4.0.0
+ '@types/unist': 3.0.3
vfile-message: 4.0.2
walk-up-path@3.0.1: {}
- watchpack@2.4.0:
+ watchpack@2.4.2:
dependencies:
glob-to-regexp: 0.4.1
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
wbuf@1.7.3:
dependencies:
@@ -15625,59 +15175,58 @@ snapshots:
web-namespaces@2.0.1: {}
- web-worker@1.2.0: {}
+ web-worker@1.3.0: {}
- webpack-bundle-analyzer@4.10.1:
+ webpack-bundle-analyzer@4.10.2:
dependencies:
'@discoveryjs/json-ext': 0.5.7
- acorn: 8.11.3
- acorn-walk: 8.2.0
+ acorn: 8.13.0
+ acorn-walk: 8.3.4
commander: 7.2.0
debounce: 1.2.1
escape-string-regexp: 4.0.0
gzip-size: 6.0.0
html-escaper: 2.0.2
- is-plain-object: 5.0.0
opener: 1.5.2
- picocolors: 1.0.0
- sirv: 2.0.3
- ws: 7.5.8
+ picocolors: 1.1.1
+ sirv: 2.0.4
+ ws: 7.5.10
transitivePeerDependencies:
- bufferutil
- utf-8-validate
- webpack-dev-middleware@5.3.4(webpack@5.89.0):
+ webpack-dev-middleware@5.3.4(webpack@5.95.0):
dependencies:
colorette: 2.0.20
- memfs: 3.4.4
+ memfs: 3.5.3
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.2.0
- webpack: 5.89.0
+ webpack: 5.95.0
- webpack-dev-server@4.15.1(webpack@5.89.0):
+ webpack-dev-server@4.15.2(webpack@5.95.0):
dependencies:
- '@types/bonjour': 3.5.10
- '@types/connect-history-api-fallback': 1.3.5
- '@types/express': 4.17.13
- '@types/serve-index': 1.9.1
- '@types/serve-static': 1.13.10
- '@types/sockjs': 0.3.33
- '@types/ws': 8.5.10
+ '@types/bonjour': 3.5.13
+ '@types/connect-history-api-fallback': 1.5.4
+ '@types/express': 4.17.21
+ '@types/serve-index': 1.9.4
+ '@types/serve-static': 1.15.7
+ '@types/sockjs': 0.3.36
+ '@types/ws': 8.5.12
ansi-html-community: 0.0.8
- bonjour-service: 1.0.13
- chokidar: 3.5.3
+ bonjour-service: 1.2.1
+ chokidar: 3.6.0
colorette: 2.0.20
compression: 1.7.4
connect-history-api-fallback: 2.0.0
default-gateway: 6.0.3
- express: 4.19.2
- graceful-fs: 4.2.10
- html-entities: 2.3.3
- http-proxy-middleware: 2.0.6(@types/express@4.17.13)
- ipaddr.js: 2.0.1
- launch-editor: 2.6.1
- open: 8.4.0
+ express: 4.21.1
+ graceful-fs: 4.2.11
+ html-entities: 2.5.2
+ http-proxy-middleware: 2.0.7(@types/express@4.17.21)
+ ipaddr.js: 2.2.0
+ launch-editor: 2.9.1
+ open: 8.4.2
p-retry: 4.6.2
rimraf: 3.0.2
schema-utils: 4.2.0
@@ -15685,10 +15234,10 @@ snapshots:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 5.3.4(webpack@5.89.0)
- ws: 8.14.2
+ webpack-dev-middleware: 5.3.4(webpack@5.95.0)
+ ws: 8.18.0
optionalDependencies:
- webpack: 5.89.0
+ webpack: 5.95.0
transitivePeerDependencies:
- bufferutil
- debug
@@ -15699,83 +15248,51 @@ snapshots:
dependencies:
clone-deep: 4.0.1
flat: 5.0.2
- wildcard: 2.0.0
+ wildcard: 2.0.1
webpack-sources@3.2.3: {}
- webpack@5.76.0:
- dependencies:
- '@types/eslint-scope': 3.7.3
- '@types/estree': 0.0.51
- '@webassemblyjs/ast': 1.11.1
- '@webassemblyjs/wasm-edit': 1.11.1
- '@webassemblyjs/wasm-parser': 1.11.1
- acorn: 8.7.1
- acorn-import-assertions: 1.8.0(acorn@8.7.1)
- browserslist: 4.20.4
- chrome-trace-event: 1.0.3
- enhanced-resolve: 5.15.0
- es-module-lexer: 0.9.3
- eslint-scope: 5.1.1
- events: 3.3.0
- glob-to-regexp: 0.4.1
- graceful-fs: 4.2.10
- json-parse-even-better-errors: 2.3.1
- loader-runner: 4.3.0
- mime-types: 2.1.35
- neo-async: 2.6.2
- schema-utils: 3.1.1
- tapable: 2.2.1
- terser-webpack-plugin: 5.3.3(webpack@5.76.0)
- watchpack: 2.4.0
- webpack-sources: 3.2.3
- transitivePeerDependencies:
- - '@swc/core'
- - esbuild
- - uglify-js
-
- webpack@5.89.0:
- dependencies:
- '@types/eslint-scope': 3.7.3
- '@types/estree': 1.0.5
- '@webassemblyjs/ast': 1.11.6
- '@webassemblyjs/wasm-edit': 1.11.6
- '@webassemblyjs/wasm-parser': 1.11.6
- acorn: 8.11.3
- acorn-import-assertions: 1.9.0(acorn@8.11.3)
- browserslist: 4.23.0
- chrome-trace-event: 1.0.3
- enhanced-resolve: 5.15.0
- es-module-lexer: 1.4.1
+ webpack@5.95.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ '@webassemblyjs/ast': 1.12.1
+ '@webassemblyjs/wasm-edit': 1.12.1
+ '@webassemblyjs/wasm-parser': 1.12.1
+ acorn: 8.13.0
+ acorn-import-attributes: 1.9.5(acorn@8.13.0)
+ browserslist: 4.24.2
+ chrome-trace-event: 1.0.4
+ enhanced-resolve: 5.17.1
+ es-module-lexer: 1.5.4
eslint-scope: 5.1.1
events: 3.3.0
glob-to-regexp: 0.4.1
- graceful-fs: 4.2.10
+ graceful-fs: 4.2.11
json-parse-even-better-errors: 2.3.1
loader-runner: 4.3.0
mime-types: 2.1.35
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.9(webpack@5.89.0)
- watchpack: 2.4.0
+ terser-webpack-plugin: 5.3.10(webpack@5.95.0)
+ watchpack: 2.4.2
webpack-sources: 3.2.3
transitivePeerDependencies:
- '@swc/core'
- esbuild
- uglify-js
- webpackbar@5.0.2(webpack@5.89.0):
+ webpackbar@5.0.2(webpack@5.95.0):
dependencies:
chalk: 4.1.2
consola: 2.15.3
pretty-time: 1.1.0
- std-env: 3.1.1
- webpack: 5.89.0
+ std-env: 3.7.0
+ webpack: 5.95.0
websocket-driver@0.7.4:
dependencies:
- http-parser-js: 0.5.6
+ http-parser-js: 0.5.8
safe-buffer: 5.2.1
websocket-extensions: 0.1.4
@@ -15789,7 +15306,7 @@ snapshots:
is-string: 1.0.7
is-symbol: 1.0.4
- which-builtin-type@1.1.3:
+ which-builtin-type@1.1.4:
dependencies:
function.prototype.name: 1.1.6
has-tostringtag: 1.0.2
@@ -15801,23 +15318,15 @@ snapshots:
is-weakref: 1.0.2
isarray: 2.0.5
which-boxed-primitive: 1.0.2
- which-collection: 1.0.1
- which-typed-array: 1.1.14
-
- which-collection@1.0.1:
- dependencies:
- is-map: 2.0.2
- is-set: 2.0.2
- is-weakmap: 2.0.1
- is-weakset: 2.0.2
+ which-collection: 1.0.2
+ which-typed-array: 1.1.15
- which-typed-array@1.1.14:
+ which-collection@1.0.2:
dependencies:
- available-typed-arrays: 1.0.6
- call-bind: 1.0.7
- for-each: 0.3.3
- gopd: 1.0.1
- has-tostringtag: 1.0.2
+ is-map: 2.0.3
+ is-set: 2.0.3
+ is-weakmap: 2.0.2
+ is-weakset: 2.0.3
which-typed-array@1.1.15:
dependencies:
@@ -15835,11 +15344,17 @@ snapshots:
dependencies:
isexe: 2.0.0
+ which@4.0.0:
+ dependencies:
+ isexe: 3.1.1
+
widest-line@4.0.1:
dependencies:
string-width: 5.1.2
- wildcard@2.0.0: {}
+ wildcard@2.0.1: {}
+
+ word-wrap@1.2.5: {}
wrap-ansi@7.0.0:
dependencies:
@@ -15849,10 +15364,16 @@ snapshots:
wrap-ansi@8.1.0:
dependencies:
- ansi-styles: 6.1.0
+ ansi-styles: 6.2.1
string-width: 5.1.2
strip-ansi: 7.1.0
+ wrap-ansi@9.0.0:
+ dependencies:
+ ansi-styles: 6.2.1
+ string-width: 7.2.0
+ strip-ansi: 7.1.0
+
wrappy@1.0.2: {}
write-file-atomic@3.0.3:
@@ -15867,42 +15388,40 @@ snapshots:
imurmurhash: 0.1.4
signal-exit: 4.1.0
- ws@7.5.8: {}
+ ws@7.5.10: {}
- ws@8.14.2: {}
+ ws@8.18.0: {}
xdg-basedir@5.1.0: {}
xml-js@1.6.11:
dependencies:
- sax: 1.2.4
+ sax: 1.4.1
y18n@5.0.8: {}
yallist@3.1.1: {}
- yallist@4.0.0: {}
-
yaml@1.10.2: {}
- yaml@2.3.2: {}
+ yaml@2.5.1: {}
- yargs-parser@20.2.9: {}
+ yaml@2.6.0: {}
- yargs-parser@21.0.1: {}
+ yargs-parser@21.1.1: {}
- yargs@17.5.1:
+ yargs@17.7.2:
dependencies:
- cliui: 7.0.4
- escalade: 3.1.1
+ cliui: 8.0.1
+ escalade: 3.2.0
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
y18n: 5.0.8
- yargs-parser: 21.0.1
+ yargs-parser: 21.1.1
yocto-queue@0.1.0: {}
- yocto-queue@1.0.0: {}
+ yocto-queue@1.1.1: {}
- zwitch@2.0.2: {}
+ zwitch@2.0.4: {}
diff --git a/src/components/Gallery/import.d.ts b/src/components/Gallery/import.d.ts
deleted file mode 100644
index 26ec254e0d1..00000000000
--- a/src/components/Gallery/import.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-declare module '@docusaurus/theme-common/internal' {
- import type { PropSidebar } from '@docusaurus/plugin-content-docs';
-
- type ContextValue = { name: string; items: PropSidebar };
-
- // https://github.com/facebook/docusaurus/discussions/7457
- // https://github.com/facebook/docusaurus/blob/9e5679ff1a28a6541cff0d506eab6549f2bcd7de/packages/docusaurus-theme-common/src/contexts/docsSidebar.tsx
- // eslint-disable-next-line unicorn/prevent-abbreviations
- export const useDocsSidebar: () => ContextValue | undefined;
-}
diff --git a/src/components/Gallery/index.tsx b/src/components/Gallery/index.tsx
index 6eba0051f3c..45f8e24b4a1 100644
--- a/src/components/Gallery/index.tsx
+++ b/src/components/Gallery/index.tsx
@@ -1,4 +1,4 @@
-import { useDocsSidebar } from '@docusaurus/theme-common/internal';
+import { useDocsSidebar } from '@docusaurus/plugin-content-docs/client';
import fallbackImage from './fallback.png';
import styles from './index.module.scss';
diff --git a/src/components/Topbar/index.module.scss b/src/components/Topbar/index.module.scss
index 512d1527b00..8eedfecd7ab 100644
--- a/src/components/Topbar/index.module.scss
+++ b/src/components/Topbar/index.module.scss
@@ -1,8 +1,3 @@
-// Update the original style to separate some space for the topbar
-header > h1 {
- margin-top: 64px;
-}
-
.section {
position: fixed;
inset: 0 0 auto 0;
diff --git a/src/scss/custom.scss b/src/scss/custom.scss
index 16fd1f33bc8..015a20a0b16 100644
--- a/src/scss/custom.scss
+++ b/src/scss/custom.scss
@@ -1,3 +1,4 @@
+@use "sass:string";
@use '@scss/underscore' as _;
/**
@@ -9,7 +10,7 @@
/* You can override the default Infima variables here. */
@function url-friendly-color($colour) {
- @return '%23' + str-slice('#{$colour}', 2, -1);
+ @return '%23' + string.slice('#{$colour}', 2, -1);
}
:root {
diff --git a/sidebars.js b/src/sidebars.ts
similarity index 94%
rename from sidebars.js
rename to src/sidebars.ts
index 2cb930fd852..2a155b532ce 100644
--- a/sidebars.js
+++ b/src/sidebars.ts
@@ -1,3 +1,5 @@
+import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
+
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
@@ -8,11 +10,7 @@
Create as many sidebars as you want.
*/
-
-// @ts-check
-
-/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
-const sidebars = {
+const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
docsSidebar: [
'docs/README',
@@ -107,6 +105,8 @@ const sidebars = {
// But you can create a sidebar manually
/*
tutorialSidebar: [
+ 'intro',
+ 'hello',
{
type: 'category',
label: 'Tutorial',
@@ -116,4 +116,4 @@ const sidebars = {
*/
};
-module.exports = sidebars;
+export default sidebars;
diff --git a/terms/of-service.mdx b/terms/of-service.mdx
index 2fcdbfe68d9..c5a9955d860 100644
--- a/terms/of-service.mdx
+++ b/terms/of-service.mdx
@@ -7,6 +7,8 @@ toc_max_heading_level: 2
import './custom.scss';
import Topbar from '@components/Topbar';
+{/* truncate */}
+
> For the previous version of the Terms of Use, please refer to the [archive](./of-use/cloud.mdx).
diff --git a/terms/of-use/cloud-preview.mdx b/terms/of-use/cloud-preview.mdx
index 214a492bf70..332d448755d 100644
--- a/terms/of-use/cloud-preview.mdx
+++ b/terms/of-use/cloud-preview.mdx
@@ -7,6 +7,8 @@ toc_max_heading_level: 2
import '../custom.scss';
import Topbar from '@components/Topbar';
+{/* truncate */}
+
Welcome to Logto Cloud (Preview), a customer authentication and authorization managed service provided by Silverhand Inc. By using Logto Cloud (Preview), you agree to be bound by the following Terms of Use. If you do not agree with any of these terms, please do not use the Logto Cloud (Preview) service.
diff --git a/terms/of-use/cloud.mdx b/terms/of-use/cloud.mdx
index 82702a99af8..50a9ef7229d 100644
--- a/terms/of-use/cloud.mdx
+++ b/terms/of-use/cloud.mdx
@@ -7,6 +7,8 @@ toc_max_heading_level: 2
import '../custom.scss';
import Topbar from '@components/Topbar';
+{/* truncate */}
+
:::info
diff --git a/terms/privacy-policy-2307.mdx b/terms/privacy-policy-2307.mdx
index 2de7069aea3..50bb409e588 100644
--- a/terms/privacy-policy-2307.mdx
+++ b/terms/privacy-policy-2307.mdx
@@ -7,6 +7,8 @@ toc_max_heading_level: 2
import './custom.scss';
import Topbar from '@components/Topbar';
+{/* truncate */}
+
:::info
diff --git a/terms/privacy-policy.mdx b/terms/privacy-policy.mdx
index ed8e50f5297..0afa260db7e 100644
--- a/terms/privacy-policy.mdx
+++ b/terms/privacy-policy.mdx
@@ -7,6 +7,8 @@ toc_max_heading_level: 2
import './custom.scss';
import Topbar from '@components/Topbar';
+{/* truncate */}
+
> For the previous version of the Privacy Policy, please refer to the [archive](./privacy-policy-2307.mdx).
diff --git a/tsconfig.json b/tsconfig.json
index 812e829fd89..0d52481c40e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,4 @@
{
- // Just make IDE happy
"extends": "@silverhand/ts-config-react/tsconfig.base",
"compilerOptions": {
"baseUrl": ".",
@@ -8,7 +7,11 @@
"node_modules/@docusaurus/theme-classic/lib/theme/*",
]
},
- "types": ["@docusaurus/theme-classic"]
+ "types": [
+ "@docusaurus/module-type-aliases",
+ "@docusaurus/theme-classic",
+ "docusaurus-plugin-sass"
+ ],
},
- "include": ["src", "docs", "i18n"]
+ "include": ["src", "docs"]
}
diff --git a/tutorial/build-with-logto/_template-passwordless.mdx b/tutorial/build-with-logto/_template-passwordless.mdx
index 78c24683e2b..46d5d454aa6 100644
--- a/tutorial/build-with-logto/_template-passwordless.mdx
+++ b/tutorial/build-with-logto/_template-passwordless.mdx
@@ -5,12 +5,12 @@ tags: [authentication, ${connectorPath}, ${sdkPath}, ${language}, passwordless-s
title: How to build ${connector} ${connectorType} passwordless sign-in with ${sdk} and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-${connectorPath}.mdx';
export const connector = '${connector}';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/_template-social.mdx b/tutorial/build-with-logto/_template-social.mdx
index 2595e4f04c8..6b1654244b6 100644
--- a/tutorial/build-with-logto/_template-social.mdx
+++ b/tutorial/build-with-logto/_template-social.mdx
@@ -5,12 +5,12 @@ tags: [authentication, ${connectorPath}, ${sdkPath}, ${language}, social-sign-in
title: How to build ${connector} sign-in with ${sdk} and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-${connectorPath}.mdx';
export const connector = '${connector}';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generate.js b/tutorial/build-with-logto/generate.mjs
similarity index 98%
rename from tutorial/build-with-logto/generate.js
rename to tutorial/build-with-logto/generate.mjs
index fb57b2d1c36..ff803eead16 100644
--- a/tutorial/build-with-logto/generate.js
+++ b/tutorial/build-with-logto/generate.mjs
@@ -17,7 +17,7 @@ will generate four blog posts:
*/
-const fs = require('fs/promises');
+import fs from 'node:fs/promises';
/**
* SDKs to read. You should keep the name in original cases such as "React" to provide a better reading experience.
@@ -169,8 +169,8 @@ const generator = async (sdks, connectors, template, type) => {
const connectorPath = connector.name.replaceAll(' ', '-').toLowerCase();
const sdkPath = sdk.name
.replaceAll(' ', '-')
- .replaceAll(/[\(\)]/g, '')
- .replaceAll(/\./g, 'dot')
+ .replaceAll(/[()]/g, '')
+ .replaceAll('.', 'dot')
.toLowerCase();
const post = template
@@ -208,4 +208,4 @@ const run = async () => {
await generator(sdks, smsConnectors, passwordlessTemplate, 'SMS');
};
-run();
+await run();
diff --git a/tutorial/build-with-logto/generated-android-apple.mdx b/tutorial/build-with-logto/generated-android-apple.mdx
index 9124e82e326..48d9da433e2 100644
--- a/tutorial/build-with-logto/generated-android-apple.mdx
+++ b/tutorial/build-with-logto/generated-android-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, android, kotlin/java, social-sign-in, sign-in, log
title: How to build Apple sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-aws-ses.mdx b/tutorial/build-with-logto/generated-android-aws-ses.mdx
index be59b422cbf..124017fc204 100644
--- a/tutorial/build-with-logto/generated-android-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-android-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, android, kotlin/java, passwordless-sign-in, sign
title: How to build AWS SES Email passwordless sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-azure-ad.mdx b/tutorial/build-with-logto/generated-android-azure-ad.mdx
index 0d85bb9d6cf..d2ccfd19ed8 100644
--- a/tutorial/build-with-logto/generated-android-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-android-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, android, kotlin/java, social-sign-in, sign-in,
title: How to build Azure AD sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-discord.mdx b/tutorial/build-with-logto/generated-android-discord.mdx
index 2b75ded5cac..fd7d3b8ebcf 100644
--- a/tutorial/build-with-logto/generated-android-discord.mdx
+++ b/tutorial/build-with-logto/generated-android-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, android, kotlin/java, social-sign-in, sign-in, l
title: How to build Discord sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-facebook.mdx b/tutorial/build-with-logto/generated-android-facebook.mdx
index bec5b7f25fd..9c42c937af0 100644
--- a/tutorial/build-with-logto/generated-android-facebook.mdx
+++ b/tutorial/build-with-logto/generated-android-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, android, kotlin/java, social-sign-in, sign-in,
title: How to build Facebook sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-github.mdx b/tutorial/build-with-logto/generated-android-github.mdx
index c8e860b3683..d3a0018065e 100644
--- a/tutorial/build-with-logto/generated-android-github.mdx
+++ b/tutorial/build-with-logto/generated-android-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, android, kotlin/java, social-sign-in, sign-in, lo
title: How to build GitHub sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-google.mdx b/tutorial/build-with-logto/generated-android-google.mdx
index 2584efaa2c4..d1a7d76a93e 100644
--- a/tutorial/build-with-logto/generated-android-google.mdx
+++ b/tutorial/build-with-logto/generated-android-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, android, kotlin/java, social-sign-in, sign-in, lo
title: How to build Google sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-hugging-face.mdx b/tutorial/build-with-logto/generated-android-hugging-face.mdx
index 12f88892331..06eb446ff90 100644
--- a/tutorial/build-with-logto/generated-android-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-android-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, android, kotlin/java, social-sign-in, sign-
title: How to build Hugging Face sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-kakao.mdx b/tutorial/build-with-logto/generated-android-kakao.mdx
index e511d63a635..1194cf40f37 100644
--- a/tutorial/build-with-logto/generated-android-kakao.mdx
+++ b/tutorial/build-with-logto/generated-android-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, android, kotlin/java, social-sign-in, sign-in, log
title: How to build Kakao sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-naver.mdx b/tutorial/build-with-logto/generated-android-naver.mdx
index 7a4ba3012fc..42c905d3e6b 100644
--- a/tutorial/build-with-logto/generated-android-naver.mdx
+++ b/tutorial/build-with-logto/generated-android-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, android, kotlin/java, social-sign-in, sign-in, log
title: How to build Naver sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-oauth2.mdx b/tutorial/build-with-logto/generated-android-oauth2.mdx
index d332feb89a6..5cc0e1173d1 100644
--- a/tutorial/build-with-logto/generated-android-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-android-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, android, kotlin/java, social-sign-in, sign-in, lo
title: How to build OAuth2 sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-oidc.mdx b/tutorial/build-with-logto/generated-android-oidc.mdx
index c24483e55ab..529ac9931f6 100644
--- a/tutorial/build-with-logto/generated-android-oidc.mdx
+++ b/tutorial/build-with-logto/generated-android-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, android, kotlin/java, social-sign-in, sign-in, logi
title: How to build OIDC sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-saml.mdx b/tutorial/build-with-logto/generated-android-saml.mdx
index 40afca6dc0a..10b973a72d4 100644
--- a/tutorial/build-with-logto/generated-android-saml.mdx
+++ b/tutorial/build-with-logto/generated-android-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, android, kotlin/java, social-sign-in, sign-in, logi
title: How to build SAML sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-sendgrid.mdx b/tutorial/build-with-logto/generated-android-sendgrid.mdx
index 985e8a6ac41..d9ec65f5bc2 100644
--- a/tutorial/build-with-logto/generated-android-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-android-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, android, kotlin/java, passwordless-sign-in, sig
title: How to build SendGrid Email passwordless sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-android-twilio.mdx b/tutorial/build-with-logto/generated-android-twilio.mdx
index 441bb1d1e82..edcf2152df5 100644
--- a/tutorial/build-with-logto/generated-android-twilio.mdx
+++ b/tutorial/build-with-logto/generated-android-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, android, kotlin/java, passwordless-sign-in, sign-
title: How to build Twilio SMS passwordless sign-in with Android and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-apple.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-apple.mdx
index dbe94dd64a1..e37db1f1cde 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-apple.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, dotnet-core-blazor-server, c#, social-sign-in, sig
title: How to build Apple sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-aws-ses.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-aws-ses.mdx
index 68aa9fed25b..c96400cc425 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, dotnet-core-blazor-server, c#, passwordless-sign
title: How to build AWS SES Email passwordless sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-azure-ad.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-azure-ad.mdx
index 208f30ccf37..190386209da 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, dotnet-core-blazor-server, c#, social-sign-in,
title: How to build Azure AD sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-discord.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-discord.mdx
index 47324575189..d3245a7a0d4 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-discord.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, dotnet-core-blazor-server, c#, social-sign-in, s
title: How to build Discord sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-facebook.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-facebook.mdx
index a83e6d297e0..bcba5d9a079 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-facebook.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, dotnet-core-blazor-server, c#, social-sign-in,
title: How to build Facebook sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-github.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-github.mdx
index db62ce9ea67..0a5d3fd2296 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-github.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, dotnet-core-blazor-server, c#, social-sign-in, si
title: How to build GitHub sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-google.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-google.mdx
index f285d13083a..be2766c2206 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-google.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, dotnet-core-blazor-server, c#, social-sign-in, si
title: How to build Google sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-hugging-face.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-hugging-face.mdx
index 6aad9a266ba..20b3ef748da 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, dotnet-core-blazor-server, c#, social-sign-
title: How to build Hugging Face sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-kakao.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-kakao.mdx
index cd0c1ac64ef..f086ea0bd31 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-kakao.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, dotnet-core-blazor-server, c#, social-sign-in, sig
title: How to build Kakao sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-naver.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-naver.mdx
index 1578fdff3a3..12435caad70 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-naver.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, dotnet-core-blazor-server, c#, social-sign-in, sig
title: How to build Naver sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oauth2.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oauth2.mdx
index 0fa0aab19a8..bf592aba38a 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, dotnet-core-blazor-server, c#, social-sign-in, si
title: How to build OAuth2 sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oidc.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oidc.mdx
index 4267f5980bd..3e238091d72 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oidc.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, dotnet-core-blazor-server, c#, social-sign-in, sign
title: How to build OIDC sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-saml.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-saml.mdx
index c6d52f13980..2e7f303c4ed 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-saml.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, dotnet-core-blazor-server, c#, social-sign-in, sign
title: How to build SAML sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-sendgrid.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-sendgrid.mdx
index ef44463722b..6eb1bbc7d88 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, dotnet-core-blazor-server, c#, passwordless-sig
title: How to build SendGrid Email passwordless sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-twilio.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-twilio.mdx
index 03956cf08f1..910e1d163b6 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-server-twilio.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-server-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, dotnet-core-blazor-server, c#, passwordless-sign-
title: How to build Twilio SMS passwordless sign-in with .NET Core (Blazor Server) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-apple.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-apple.mdx
index 6832d12a0d5..adb96c7c017 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-apple.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, dotnet-core-blazor-webassembly, c#, social-sign-in
title: How to build Apple sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-aws-ses.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-aws-ses.mdx
index 5ef77ebc2c1..4e55faf478f 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, dotnet-core-blazor-webassembly, c#, passwordless
title: How to build AWS SES Email passwordless sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-azure-ad.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-azure-ad.mdx
index 30cfdcb7913..4a28a732f01 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, dotnet-core-blazor-webassembly, c#, social-sign
title: How to build Azure AD sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-discord.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-discord.mdx
index 9e11ff8bb6c..84708a5d7f4 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-discord.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, dotnet-core-blazor-webassembly, c#, social-sign-
title: How to build Discord sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-facebook.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-facebook.mdx
index 9590471d188..59a9157939c 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-facebook.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, dotnet-core-blazor-webassembly, c#, social-sign
title: How to build Facebook sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-github.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-github.mdx
index 7d8164e628b..5ced849b3e2 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-github.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, dotnet-core-blazor-webassembly, c#, social-sign-i
title: How to build GitHub sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-google.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-google.mdx
index 3b0f04fa103..2be7398f2fc 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-google.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, dotnet-core-blazor-webassembly, c#, social-sign-i
title: How to build Google sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-hugging-face.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-hugging-face.mdx
index b3dc43d4c82..57ff9df9e20 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, dotnet-core-blazor-webassembly, c#, social-
title: How to build Hugging Face sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-kakao.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-kakao.mdx
index 58fe2b4bd04..029a0b6d3d6 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-kakao.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, dotnet-core-blazor-webassembly, c#, social-sign-in
title: How to build Kakao sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-naver.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-naver.mdx
index 55ef36810f3..3eec854b13f 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-naver.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, dotnet-core-blazor-webassembly, c#, social-sign-in
title: How to build Naver sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oauth2.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oauth2.mdx
index 0bcd95e9352..addb9d84620 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, dotnet-core-blazor-webassembly, c#, social-sign-i
title: How to build OAuth2 sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oidc.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oidc.mdx
index 7a17d81d8fb..ff6ab251da7 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oidc.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, dotnet-core-blazor-webassembly, c#, social-sign-in,
title: How to build OIDC sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-saml.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-saml.mdx
index 6bc34006fc8..48010175811 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-saml.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, dotnet-core-blazor-webassembly, c#, social-sign-in,
title: How to build SAML sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-sendgrid.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-sendgrid.mdx
index 01381b6f82d..7506b53e9b3 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, dotnet-core-blazor-webassembly, c#, passwordles
title: How to build SendGrid Email passwordless sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-twilio.mdx b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-twilio.mdx
index 1353f120b7f..bc16758c6f7 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-twilio.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-blazor-webassembly-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, dotnet-core-blazor-webassembly, c#, passwordless-
title: How to build Twilio SMS passwordless sign-in with .NET Core (Blazor WebAssembly) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-apple.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-apple.mdx
index 243dc962dcf..8d381736c95 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-apple.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, dotnet-core-mvc, c#, social-sign-in, sign-in, logi
title: How to build Apple sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-aws-ses.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-aws-ses.mdx
index 7ee64d91d40..d7acd56bc2a 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, dotnet-core-mvc, c#, passwordless-sign-in, sign-
title: How to build AWS SES Email passwordless sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-azure-ad.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-azure-ad.mdx
index 4d2acf9fdc8..8f434c2b25b 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, dotnet-core-mvc, c#, social-sign-in, sign-in, l
title: How to build Azure AD sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-discord.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-discord.mdx
index c5b828c2210..8bb9f831afc 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-discord.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, dotnet-core-mvc, c#, social-sign-in, sign-in, lo
title: How to build Discord sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-facebook.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-facebook.mdx
index 5ab16de1bf2..e8cceedcbba 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-facebook.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, dotnet-core-mvc, c#, social-sign-in, sign-in, l
title: How to build Facebook sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-github.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-github.mdx
index f7db53dce52..8485f9565b0 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-github.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, dotnet-core-mvc, c#, social-sign-in, sign-in, log
title: How to build GitHub sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-google.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-google.mdx
index 00110faaae1..5b6cb090e81 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-google.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, dotnet-core-mvc, c#, social-sign-in, sign-in, log
title: How to build Google sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-hugging-face.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-hugging-face.mdx
index 6832dacbe6b..ac7216c0487 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, dotnet-core-mvc, c#, social-sign-in, sign-i
title: How to build Hugging Face sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-kakao.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-kakao.mdx
index dcb090f38c7..385d245494b 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-kakao.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, dotnet-core-mvc, c#, social-sign-in, sign-in, logi
title: How to build Kakao sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-naver.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-naver.mdx
index f057bf87264..3225d36610d 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-naver.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, dotnet-core-mvc, c#, social-sign-in, sign-in, logi
title: How to build Naver sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-oauth2.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-oauth2.mdx
index e6e0deab1ca..cd24dfcc1b4 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, dotnet-core-mvc, c#, social-sign-in, sign-in, log
title: How to build OAuth2 sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-oidc.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-oidc.mdx
index 12a985883e3..6ccb6b7c91d 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-oidc.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, dotnet-core-mvc, c#, social-sign-in, sign-in, login
title: How to build OIDC sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-saml.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-saml.mdx
index 771b777f770..01b716ece43 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-saml.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, dotnet-core-mvc, c#, social-sign-in, sign-in, login
title: How to build SAML sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-sendgrid.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-sendgrid.mdx
index 44eccbad67e..25dd4384117 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, dotnet-core-mvc, c#, passwordless-sign-in, sign
title: How to build SendGrid Email passwordless sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-mvc-twilio.mdx b/tutorial/build-with-logto/generated-dotnet-core-mvc-twilio.mdx
index 64d458d9250..a3e1adcd62b 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-mvc-twilio.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-mvc-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, dotnet-core-mvc, c#, passwordless-sign-in, sign-i
title: How to build Twilio SMS passwordless sign-in with .NET Core (MVC) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-apple.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-apple.mdx
index c0552386378..59946c75932 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-apple.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, dotnet-core-razor-pages, c#, social-sign-in, sign-
title: How to build Apple sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-aws-ses.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-aws-ses.mdx
index ac07a130b8f..fd2125d49d6 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, dotnet-core-razor-pages, c#, passwordless-sign-i
title: How to build AWS SES Email passwordless sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-azure-ad.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-azure-ad.mdx
index aa1f31e07f6..1f2b391d74c 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, dotnet-core-razor-pages, c#, social-sign-in, si
title: How to build Azure AD sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-discord.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-discord.mdx
index 92ba8eb1f02..0572b4adbc1 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-discord.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, dotnet-core-razor-pages, c#, social-sign-in, sig
title: How to build Discord sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-facebook.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-facebook.mdx
index 85c67e8eed0..c8b3bc369ae 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-facebook.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, dotnet-core-razor-pages, c#, social-sign-in, si
title: How to build Facebook sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-github.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-github.mdx
index eac7f11eeb8..d79dbb32cf1 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-github.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, dotnet-core-razor-pages, c#, social-sign-in, sign
title: How to build GitHub sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-google.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-google.mdx
index 1143ff677ec..84c05e369ce 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-google.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, dotnet-core-razor-pages, c#, social-sign-in, sign
title: How to build Google sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-hugging-face.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-hugging-face.mdx
index 9815b3a03f0..74a151ef9c9 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, dotnet-core-razor-pages, c#, social-sign-in
title: How to build Hugging Face sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-kakao.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-kakao.mdx
index 6f448a033c4..59fe8f75b9b 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-kakao.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, dotnet-core-razor-pages, c#, social-sign-in, sign-
title: How to build Kakao sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-naver.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-naver.mdx
index 989c1c03ee0..5a2c0a3d0dd 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-naver.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, dotnet-core-razor-pages, c#, social-sign-in, sign-
title: How to build Naver sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oauth2.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oauth2.mdx
index df0089c2009..fe191a89413 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, dotnet-core-razor-pages, c#, social-sign-in, sign
title: How to build OAuth2 sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oidc.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oidc.mdx
index 34d33cc6f4f..192d89b36c4 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oidc.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, dotnet-core-razor-pages, c#, social-sign-in, sign-i
title: How to build OIDC sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-saml.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-saml.mdx
index ba9fa09c0bb..e6a1a89e860 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-saml.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, dotnet-core-razor-pages, c#, social-sign-in, sign-i
title: How to build SAML sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-sendgrid.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-sendgrid.mdx
index f98a622de0e..a09460768cd 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, dotnet-core-razor-pages, c#, passwordless-sign-
title: How to build SendGrid Email passwordless sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-twilio.mdx b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-twilio.mdx
index 3cceaf427d0..2e955e3a4d4 100644
--- a/tutorial/build-with-logto/generated-dotnet-core-razor-pages-twilio.mdx
+++ b/tutorial/build-with-logto/generated-dotnet-core-razor-pages-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, dotnet-core-razor-pages, c#, passwordless-sign-in
title: How to build Twilio SMS passwordless sign-in with .NET Core (Razor Pages) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-apple.mdx b/tutorial/build-with-logto/generated-expo-react-native-apple.mdx
index 45267947630..02a38c3a274 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-apple.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, expo-react-native, js, social-sign-in, sign-in, lo
title: How to build Apple sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-aws-ses.mdx b/tutorial/build-with-logto/generated-expo-react-native-aws-ses.mdx
index e35b8cd8a53..617f1c19f16 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, expo-react-native, js, passwordless-sign-in, sig
title: How to build AWS SES Email passwordless sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-azure-ad.mdx b/tutorial/build-with-logto/generated-expo-react-native-azure-ad.mdx
index bd59fa064bf..c46a5eb2c94 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, expo-react-native, js, social-sign-in, sign-in,
title: How to build Azure AD sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-discord.mdx b/tutorial/build-with-logto/generated-expo-react-native-discord.mdx
index ee14b736806..90bf67af588 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-discord.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, expo-react-native, js, social-sign-in, sign-in,
title: How to build Discord sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-facebook.mdx b/tutorial/build-with-logto/generated-expo-react-native-facebook.mdx
index d69f2ff7ce0..3dee8f7f86f 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-facebook.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, expo-react-native, js, social-sign-in, sign-in,
title: How to build Facebook sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-github.mdx b/tutorial/build-with-logto/generated-expo-react-native-github.mdx
index 741b8a4684f..3016fff3ba6 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-github.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, expo-react-native, js, social-sign-in, sign-in, l
title: How to build GitHub sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-google.mdx b/tutorial/build-with-logto/generated-expo-react-native-google.mdx
index 07359785ffd..3b064fc85d2 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-google.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, expo-react-native, js, social-sign-in, sign-in, l
title: How to build Google sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-hugging-face.mdx b/tutorial/build-with-logto/generated-expo-react-native-hugging-face.mdx
index 3929a8b2880..a0cae6935ae 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, expo-react-native, js, social-sign-in, sign
title: How to build Hugging Face sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-kakao.mdx b/tutorial/build-with-logto/generated-expo-react-native-kakao.mdx
index 46490711fe8..f67d9d2c316 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-kakao.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, expo-react-native, js, social-sign-in, sign-in, lo
title: How to build Kakao sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-naver.mdx b/tutorial/build-with-logto/generated-expo-react-native-naver.mdx
index 47200ec6a41..2d9fa231d14 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-naver.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, expo-react-native, js, social-sign-in, sign-in, lo
title: How to build Naver sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-oauth2.mdx b/tutorial/build-with-logto/generated-expo-react-native-oauth2.mdx
index 2d589413609..04a68981708 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, expo-react-native, js, social-sign-in, sign-in, l
title: How to build OAuth2 sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-oidc.mdx b/tutorial/build-with-logto/generated-expo-react-native-oidc.mdx
index 8eaa1dade44..ecc24df66e0 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-oidc.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, expo-react-native, js, social-sign-in, sign-in, log
title: How to build OIDC sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-saml.mdx b/tutorial/build-with-logto/generated-expo-react-native-saml.mdx
index a4575f5495a..3e84e7b7b26 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-saml.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, expo-react-native, js, social-sign-in, sign-in, log
title: How to build SAML sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-sendgrid.mdx b/tutorial/build-with-logto/generated-expo-react-native-sendgrid.mdx
index 2b23592e09f..6e20d53b72b 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, expo-react-native, js, passwordless-sign-in, si
title: How to build SendGrid Email passwordless sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-expo-react-native-twilio.mdx b/tutorial/build-with-logto/generated-expo-react-native-twilio.mdx
index 852f4d1a6d8..1f0ad22a208 100644
--- a/tutorial/build-with-logto/generated-expo-react-native-twilio.mdx
+++ b/tutorial/build-with-logto/generated-expo-react-native-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, expo-react-native, js, passwordless-sign-in, sign
title: How to build Twilio SMS passwordless sign-in with Expo (React Native) and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-apple.mdx b/tutorial/build-with-logto/generated-express-apple.mdx
index bd7a862fe3e..3cb93b8b91d 100644
--- a/tutorial/build-with-logto/generated-express-apple.mdx
+++ b/tutorial/build-with-logto/generated-express-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, express, js, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-aws-ses.mdx b/tutorial/build-with-logto/generated-express-aws-ses.mdx
index ef484699972..8c47258dffc 100644
--- a/tutorial/build-with-logto/generated-express-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-express-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, express, js, passwordless-sign-in, sign-in, logi
title: How to build AWS SES Email passwordless sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-azure-ad.mdx b/tutorial/build-with-logto/generated-express-azure-ad.mdx
index f96547dc4ce..5fb5a4df533 100644
--- a/tutorial/build-with-logto/generated-express-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-express-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, express, js, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-discord.mdx b/tutorial/build-with-logto/generated-express-discord.mdx
index 43379841b79..93ac1698fcc 100644
--- a/tutorial/build-with-logto/generated-express-discord.mdx
+++ b/tutorial/build-with-logto/generated-express-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, express, js, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-facebook.mdx b/tutorial/build-with-logto/generated-express-facebook.mdx
index dee519bbc25..1bd5ab09809 100644
--- a/tutorial/build-with-logto/generated-express-facebook.mdx
+++ b/tutorial/build-with-logto/generated-express-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, express, js, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-github.mdx b/tutorial/build-with-logto/generated-express-github.mdx
index ffa70d99dd7..e26ec92e490 100644
--- a/tutorial/build-with-logto/generated-express-github.mdx
+++ b/tutorial/build-with-logto/generated-express-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, express, js, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-google.mdx b/tutorial/build-with-logto/generated-express-google.mdx
index 3d8c72f3bf9..fcb7d993549 100644
--- a/tutorial/build-with-logto/generated-express-google.mdx
+++ b/tutorial/build-with-logto/generated-express-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, express, js, social-sign-in, sign-in, login]
title: How to build Google sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-hugging-face.mdx b/tutorial/build-with-logto/generated-express-hugging-face.mdx
index de5ef253f0d..433068809c9 100644
--- a/tutorial/build-with-logto/generated-express-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-express-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, express, js, social-sign-in, sign-in, login
title: How to build Hugging Face sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-kakao.mdx b/tutorial/build-with-logto/generated-express-kakao.mdx
index 3b890a8892b..61597c0ef51 100644
--- a/tutorial/build-with-logto/generated-express-kakao.mdx
+++ b/tutorial/build-with-logto/generated-express-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, express, js, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-naver.mdx b/tutorial/build-with-logto/generated-express-naver.mdx
index 3bbe3149da8..30bed79cdd6 100644
--- a/tutorial/build-with-logto/generated-express-naver.mdx
+++ b/tutorial/build-with-logto/generated-express-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, express, js, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-oauth2.mdx b/tutorial/build-with-logto/generated-express-oauth2.mdx
index ce35906134d..a075d00151c 100644
--- a/tutorial/build-with-logto/generated-express-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-express-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, express, js, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-oidc.mdx b/tutorial/build-with-logto/generated-express-oidc.mdx
index d522255122c..6b1598654fa 100644
--- a/tutorial/build-with-logto/generated-express-oidc.mdx
+++ b/tutorial/build-with-logto/generated-express-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, express, js, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-saml.mdx b/tutorial/build-with-logto/generated-express-saml.mdx
index cd53d845af0..8a8c0619723 100644
--- a/tutorial/build-with-logto/generated-express-saml.mdx
+++ b/tutorial/build-with-logto/generated-express-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, express, js, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-sendgrid.mdx b/tutorial/build-with-logto/generated-express-sendgrid.mdx
index 64b98d8b3c2..2ee42f97163 100644
--- a/tutorial/build-with-logto/generated-express-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-express-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, express, js, passwordless-sign-in, sign-in, log
title: How to build SendGrid Email passwordless sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-express-twilio.mdx b/tutorial/build-with-logto/generated-express-twilio.mdx
index 75560146469..06985d90bb6 100644
--- a/tutorial/build-with-logto/generated-express-twilio.mdx
+++ b/tutorial/build-with-logto/generated-express-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, express, js, passwordless-sign-in, sign-in, login
title: How to build Twilio SMS passwordless sign-in with Express and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-apple.mdx b/tutorial/build-with-logto/generated-flutter-apple.mdx
index aa36d7d43b6..02d6ed0635c 100644
--- a/tutorial/build-with-logto/generated-flutter-apple.mdx
+++ b/tutorial/build-with-logto/generated-flutter-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, flutter, dart, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-aws-ses.mdx b/tutorial/build-with-logto/generated-flutter-aws-ses.mdx
index 05170152052..82f008e910b 100644
--- a/tutorial/build-with-logto/generated-flutter-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-flutter-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, flutter, dart, passwordless-sign-in, sign-in, lo
title: How to build AWS SES Email passwordless sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-azure-ad.mdx b/tutorial/build-with-logto/generated-flutter-azure-ad.mdx
index aada59a5607..c7779edf5a8 100644
--- a/tutorial/build-with-logto/generated-flutter-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-flutter-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, flutter, dart, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-discord.mdx b/tutorial/build-with-logto/generated-flutter-discord.mdx
index 6cc0d437b94..15d20c2340c 100644
--- a/tutorial/build-with-logto/generated-flutter-discord.mdx
+++ b/tutorial/build-with-logto/generated-flutter-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, flutter, dart, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-facebook.mdx b/tutorial/build-with-logto/generated-flutter-facebook.mdx
index 3b4227f554a..0124835a4b0 100644
--- a/tutorial/build-with-logto/generated-flutter-facebook.mdx
+++ b/tutorial/build-with-logto/generated-flutter-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, flutter, dart, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-github.mdx b/tutorial/build-with-logto/generated-flutter-github.mdx
index bfe18d4a884..1c0047bf43c 100644
--- a/tutorial/build-with-logto/generated-flutter-github.mdx
+++ b/tutorial/build-with-logto/generated-flutter-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, flutter, dart, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-google.mdx b/tutorial/build-with-logto/generated-flutter-google.mdx
index cae8b658f89..ad5dd3eee0b 100644
--- a/tutorial/build-with-logto/generated-flutter-google.mdx
+++ b/tutorial/build-with-logto/generated-flutter-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, flutter, dart, social-sign-in, sign-in, login]
title: How to build Google sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-hugging-face.mdx b/tutorial/build-with-logto/generated-flutter-hugging-face.mdx
index f8b96e02062..d4690fd3296 100644
--- a/tutorial/build-with-logto/generated-flutter-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-flutter-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, flutter, dart, social-sign-in, sign-in, log
title: How to build Hugging Face sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-kakao.mdx b/tutorial/build-with-logto/generated-flutter-kakao.mdx
index 53ecaa7f028..7a2fbff4b61 100644
--- a/tutorial/build-with-logto/generated-flutter-kakao.mdx
+++ b/tutorial/build-with-logto/generated-flutter-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, flutter, dart, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-naver.mdx b/tutorial/build-with-logto/generated-flutter-naver.mdx
index 4b40d165f65..147fa3fd604 100644
--- a/tutorial/build-with-logto/generated-flutter-naver.mdx
+++ b/tutorial/build-with-logto/generated-flutter-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, flutter, dart, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-oauth2.mdx b/tutorial/build-with-logto/generated-flutter-oauth2.mdx
index cc162e8fef8..a7c6d865e02 100644
--- a/tutorial/build-with-logto/generated-flutter-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-flutter-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, flutter, dart, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-oidc.mdx b/tutorial/build-with-logto/generated-flutter-oidc.mdx
index ee83bbab510..04f9fb11325 100644
--- a/tutorial/build-with-logto/generated-flutter-oidc.mdx
+++ b/tutorial/build-with-logto/generated-flutter-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, flutter, dart, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-saml.mdx b/tutorial/build-with-logto/generated-flutter-saml.mdx
index b346accd72e..fcfebe54143 100644
--- a/tutorial/build-with-logto/generated-flutter-saml.mdx
+++ b/tutorial/build-with-logto/generated-flutter-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, flutter, dart, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-sendgrid.mdx b/tutorial/build-with-logto/generated-flutter-sendgrid.mdx
index 90fe69018e6..732f13464e8 100644
--- a/tutorial/build-with-logto/generated-flutter-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-flutter-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, flutter, dart, passwordless-sign-in, sign-in, l
title: How to build SendGrid Email passwordless sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-flutter-twilio.mdx b/tutorial/build-with-logto/generated-flutter-twilio.mdx
index d4d99c6286e..ab66064ca18 100644
--- a/tutorial/build-with-logto/generated-flutter-twilio.mdx
+++ b/tutorial/build-with-logto/generated-flutter-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, flutter, dart, passwordless-sign-in, sign-in, log
title: How to build Twilio SMS passwordless sign-in with Flutter and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-apple.mdx b/tutorial/build-with-logto/generated-go-apple.mdx
index fea33c8d996..a46467b7325 100644
--- a/tutorial/build-with-logto/generated-go-apple.mdx
+++ b/tutorial/build-with-logto/generated-go-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, go, go, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-aws-ses.mdx b/tutorial/build-with-logto/generated-go-aws-ses.mdx
index 3cbf0b39037..183a26971c0 100644
--- a/tutorial/build-with-logto/generated-go-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-go-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, go, go, passwordless-sign-in, sign-in, login]
title: How to build AWS SES Email passwordless sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-azure-ad.mdx b/tutorial/build-with-logto/generated-go-azure-ad.mdx
index 5a0f0d6104f..410ca3de3fc 100644
--- a/tutorial/build-with-logto/generated-go-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-go-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, go, go, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-discord.mdx b/tutorial/build-with-logto/generated-go-discord.mdx
index c6389ce7d62..d7cc7155655 100644
--- a/tutorial/build-with-logto/generated-go-discord.mdx
+++ b/tutorial/build-with-logto/generated-go-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, go, go, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-facebook.mdx b/tutorial/build-with-logto/generated-go-facebook.mdx
index 79edfee73a8..683f7447c34 100644
--- a/tutorial/build-with-logto/generated-go-facebook.mdx
+++ b/tutorial/build-with-logto/generated-go-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, go, go, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-github.mdx b/tutorial/build-with-logto/generated-go-github.mdx
index 62084763684..d93b400b60c 100644
--- a/tutorial/build-with-logto/generated-go-github.mdx
+++ b/tutorial/build-with-logto/generated-go-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, go, go, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-google.mdx b/tutorial/build-with-logto/generated-go-google.mdx
index d8fb41f0539..1261fc975b2 100644
--- a/tutorial/build-with-logto/generated-go-google.mdx
+++ b/tutorial/build-with-logto/generated-go-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, go, go, social-sign-in, sign-in, login]
title: How to build Google sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-hugging-face.mdx b/tutorial/build-with-logto/generated-go-hugging-face.mdx
index 843aca94108..b40af1cbcf9 100644
--- a/tutorial/build-with-logto/generated-go-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-go-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, go, go, social-sign-in, sign-in, login]
title: How to build Hugging Face sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-kakao.mdx b/tutorial/build-with-logto/generated-go-kakao.mdx
index 36fb1039d72..a08e666ed3a 100644
--- a/tutorial/build-with-logto/generated-go-kakao.mdx
+++ b/tutorial/build-with-logto/generated-go-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, go, go, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-naver.mdx b/tutorial/build-with-logto/generated-go-naver.mdx
index 2fa8203e6a8..921bec40938 100644
--- a/tutorial/build-with-logto/generated-go-naver.mdx
+++ b/tutorial/build-with-logto/generated-go-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, go, go, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-oauth2.mdx b/tutorial/build-with-logto/generated-go-oauth2.mdx
index 0e170a71615..3ebe17c40c6 100644
--- a/tutorial/build-with-logto/generated-go-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-go-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, go, go, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-oidc.mdx b/tutorial/build-with-logto/generated-go-oidc.mdx
index e87175b8c86..5c619624eba 100644
--- a/tutorial/build-with-logto/generated-go-oidc.mdx
+++ b/tutorial/build-with-logto/generated-go-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, go, go, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-saml.mdx b/tutorial/build-with-logto/generated-go-saml.mdx
index ee2cd612cad..48c33d0591c 100644
--- a/tutorial/build-with-logto/generated-go-saml.mdx
+++ b/tutorial/build-with-logto/generated-go-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, go, go, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-sendgrid.mdx b/tutorial/build-with-logto/generated-go-sendgrid.mdx
index 5cda490a8b5..fb4b74a8e41 100644
--- a/tutorial/build-with-logto/generated-go-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-go-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, go, go, passwordless-sign-in, sign-in, login]
title: How to build SendGrid Email passwordless sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-go-twilio.mdx b/tutorial/build-with-logto/generated-go-twilio.mdx
index 96f87b29c07..e8eab129f1b 100644
--- a/tutorial/build-with-logto/generated-go-twilio.mdx
+++ b/tutorial/build-with-logto/generated-go-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, go, go, passwordless-sign-in, sign-in, login]
title: How to build Twilio SMS passwordless sign-in with Go and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-apple.mdx b/tutorial/build-with-logto/generated-ios-swift-apple.mdx
index 10f28f913a1..f0b09e00215 100644
--- a/tutorial/build-with-logto/generated-ios-swift-apple.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build Apple sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-aws-ses.mdx b/tutorial/build-with-logto/generated-ios-swift-aws-ses.mdx
index 0d6cc65688c..ee8505b0d70 100644
--- a/tutorial/build-with-logto/generated-ios-swift-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, ios-swift, swift, passwordless-sign-in, sign-in,
title: How to build AWS SES Email passwordless sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-azure-ad.mdx b/tutorial/build-with-logto/generated-ios-swift-azure-ad.mdx
index 7c9b22025b4..efc42f37083 100644
--- a/tutorial/build-with-logto/generated-ios-swift-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, ios-swift, swift, social-sign-in, sign-in, logi
title: How to build Azure AD sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-discord.mdx b/tutorial/build-with-logto/generated-ios-swift-discord.mdx
index bd0db351355..20b71837da1 100644
--- a/tutorial/build-with-logto/generated-ios-swift-discord.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, ios-swift, swift, social-sign-in, sign-in, login
title: How to build Discord sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-facebook.mdx b/tutorial/build-with-logto/generated-ios-swift-facebook.mdx
index 8715833d06c..8f745b07822 100644
--- a/tutorial/build-with-logto/generated-ios-swift-facebook.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, ios-swift, swift, social-sign-in, sign-in, logi
title: How to build Facebook sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-github.mdx b/tutorial/build-with-logto/generated-ios-swift-github.mdx
index 411df5d403f..c87967caa89 100644
--- a/tutorial/build-with-logto/generated-ios-swift-github.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-google.mdx b/tutorial/build-with-logto/generated-ios-swift-google.mdx
index eaf4cefb315..de0574793b5 100644
--- a/tutorial/build-with-logto/generated-ios-swift-google.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build Google sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-hugging-face.mdx b/tutorial/build-with-logto/generated-ios-swift-hugging-face.mdx
index 9e923e9ad98..7762f2fb726 100644
--- a/tutorial/build-with-logto/generated-ios-swift-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, ios-swift, swift, social-sign-in, sign-in,
title: How to build Hugging Face sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-kakao.mdx b/tutorial/build-with-logto/generated-ios-swift-kakao.mdx
index 29f105f3aab..b97ff6e2b45 100644
--- a/tutorial/build-with-logto/generated-ios-swift-kakao.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-naver.mdx b/tutorial/build-with-logto/generated-ios-swift-naver.mdx
index cfaf3d08925..d750ee9f8b6 100644
--- a/tutorial/build-with-logto/generated-ios-swift-naver.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build Naver sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-oauth2.mdx b/tutorial/build-with-logto/generated-ios-swift-oauth2.mdx
index d9074bddaca..55dbb9fd254 100644
--- a/tutorial/build-with-logto/generated-ios-swift-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-oidc.mdx b/tutorial/build-with-logto/generated-ios-swift-oidc.mdx
index 6dade08b087..ec61fc5b32b 100644
--- a/tutorial/build-with-logto/generated-ios-swift-oidc.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-saml.mdx b/tutorial/build-with-logto/generated-ios-swift-saml.mdx
index 2d2aafd1bd5..625d15803e8 100644
--- a/tutorial/build-with-logto/generated-ios-swift-saml.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, ios-swift, swift, social-sign-in, sign-in, login]
title: How to build SAML sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-sendgrid.mdx b/tutorial/build-with-logto/generated-ios-swift-sendgrid.mdx
index 485baa5dc21..06e7e7cab39 100644
--- a/tutorial/build-with-logto/generated-ios-swift-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, ios-swift, swift, passwordless-sign-in, sign-in
title: How to build SendGrid Email passwordless sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-ios-swift-twilio.mdx b/tutorial/build-with-logto/generated-ios-swift-twilio.mdx
index 59d0cf95da0..148d998591e 100644
--- a/tutorial/build-with-logto/generated-ios-swift-twilio.mdx
+++ b/tutorial/build-with-logto/generated-ios-swift-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, ios-swift, swift, passwordless-sign-in, sign-in,
title: How to build Twilio SMS passwordless sign-in with iOS Swift and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-apple.mdx b/tutorial/build-with-logto/generated-next-apple.mdx
index 505355ea149..ab0e0ad692e 100644
--- a/tutorial/build-with-logto/generated-next-apple.mdx
+++ b/tutorial/build-with-logto/generated-next-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, next, js, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-aws-ses.mdx b/tutorial/build-with-logto/generated-next-aws-ses.mdx
index 21204986941..6a1998f6ffa 100644
--- a/tutorial/build-with-logto/generated-next-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-next-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, next, js, passwordless-sign-in, sign-in, login]
title: How to build AWS SES Email passwordless sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-azure-ad.mdx b/tutorial/build-with-logto/generated-next-azure-ad.mdx
index d76122225b7..75f5086c067 100644
--- a/tutorial/build-with-logto/generated-next-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-next-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, next, js, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-discord.mdx b/tutorial/build-with-logto/generated-next-discord.mdx
index 320e014e808..34c7cc7491a 100644
--- a/tutorial/build-with-logto/generated-next-discord.mdx
+++ b/tutorial/build-with-logto/generated-next-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, next, js, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-facebook.mdx b/tutorial/build-with-logto/generated-next-facebook.mdx
index f310e7f3928..83771b61806 100644
--- a/tutorial/build-with-logto/generated-next-facebook.mdx
+++ b/tutorial/build-with-logto/generated-next-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, next, js, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-github.mdx b/tutorial/build-with-logto/generated-next-github.mdx
index eb5ec311bc5..85d8402ebb1 100644
--- a/tutorial/build-with-logto/generated-next-github.mdx
+++ b/tutorial/build-with-logto/generated-next-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, next, js, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-google.mdx b/tutorial/build-with-logto/generated-next-google.mdx
index f96d7b0667e..939934990ca 100644
--- a/tutorial/build-with-logto/generated-next-google.mdx
+++ b/tutorial/build-with-logto/generated-next-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, next, js, social-sign-in, sign-in, login]
title: How to build Google sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-hugging-face.mdx b/tutorial/build-with-logto/generated-next-hugging-face.mdx
index 5084a955bdc..70d4b9cb8f6 100644
--- a/tutorial/build-with-logto/generated-next-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-next-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, next, js, social-sign-in, sign-in, login]
title: How to build Hugging Face sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-kakao.mdx b/tutorial/build-with-logto/generated-next-kakao.mdx
index 573b58ea654..e0667ca3716 100644
--- a/tutorial/build-with-logto/generated-next-kakao.mdx
+++ b/tutorial/build-with-logto/generated-next-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, next, js, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-naver.mdx b/tutorial/build-with-logto/generated-next-naver.mdx
index 0c3e0fd0bbd..3fc13ab699a 100644
--- a/tutorial/build-with-logto/generated-next-naver.mdx
+++ b/tutorial/build-with-logto/generated-next-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, next, js, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-oauth2.mdx b/tutorial/build-with-logto/generated-next-oauth2.mdx
index fa3ba5ded38..76e9c98d639 100644
--- a/tutorial/build-with-logto/generated-next-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-next-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, next, js, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-oidc.mdx b/tutorial/build-with-logto/generated-next-oidc.mdx
index 39253c8a6ae..9c53ee8d070 100644
--- a/tutorial/build-with-logto/generated-next-oidc.mdx
+++ b/tutorial/build-with-logto/generated-next-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, next, js, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-saml.mdx b/tutorial/build-with-logto/generated-next-saml.mdx
index b3f71273db4..fc00c87d915 100644
--- a/tutorial/build-with-logto/generated-next-saml.mdx
+++ b/tutorial/build-with-logto/generated-next-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, next, js, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-sendgrid.mdx b/tutorial/build-with-logto/generated-next-sendgrid.mdx
index 4f24338e8de..916979f1f69 100644
--- a/tutorial/build-with-logto/generated-next-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-next-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, next, js, passwordless-sign-in, sign-in, login]
title: How to build SendGrid Email passwordless sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-next-twilio.mdx b/tutorial/build-with-logto/generated-next-twilio.mdx
index 4b6814e93a8..cf3e38d283e 100644
--- a/tutorial/build-with-logto/generated-next-twilio.mdx
+++ b/tutorial/build-with-logto/generated-next-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, next, js, passwordless-sign-in, sign-in, login]
title: How to build Twilio SMS passwordless sign-in with Next and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-apple.mdx b/tutorial/build-with-logto/generated-php-apple.mdx
index 207a88f81af..fd33a9be95b 100644
--- a/tutorial/build-with-logto/generated-php-apple.mdx
+++ b/tutorial/build-with-logto/generated-php-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, php, php, social-sign-in, sign-in, login]
title: How to build Apple sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-aws-ses.mdx b/tutorial/build-with-logto/generated-php-aws-ses.mdx
index 7a7fc653d86..d27cc8f00db 100644
--- a/tutorial/build-with-logto/generated-php-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-php-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, php, php, passwordless-sign-in, sign-in, login]
title: How to build AWS SES Email passwordless sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-azure-ad.mdx b/tutorial/build-with-logto/generated-php-azure-ad.mdx
index 51a09564893..ecde12b1fa2 100644
--- a/tutorial/build-with-logto/generated-php-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-php-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, php, php, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-discord.mdx b/tutorial/build-with-logto/generated-php-discord.mdx
index 9351043f03c..65866ff5e06 100644
--- a/tutorial/build-with-logto/generated-php-discord.mdx
+++ b/tutorial/build-with-logto/generated-php-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, php, php, social-sign-in, sign-in, login]
title: How to build Discord sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-facebook.mdx b/tutorial/build-with-logto/generated-php-facebook.mdx
index 67272628ad3..2755e7fa61d 100644
--- a/tutorial/build-with-logto/generated-php-facebook.mdx
+++ b/tutorial/build-with-logto/generated-php-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, php, php, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-github.mdx b/tutorial/build-with-logto/generated-php-github.mdx
index 220dfa3d564..228f8d97598 100644
--- a/tutorial/build-with-logto/generated-php-github.mdx
+++ b/tutorial/build-with-logto/generated-php-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, php, php, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-google.mdx b/tutorial/build-with-logto/generated-php-google.mdx
index 6b0d2756fce..98513ceceb2 100644
--- a/tutorial/build-with-logto/generated-php-google.mdx
+++ b/tutorial/build-with-logto/generated-php-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, php, php, social-sign-in, sign-in, login]
title: How to build Google sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-hugging-face.mdx b/tutorial/build-with-logto/generated-php-hugging-face.mdx
index 2e6146823ca..924fa0f45f2 100644
--- a/tutorial/build-with-logto/generated-php-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-php-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, php, php, social-sign-in, sign-in, login]
title: How to build Hugging Face sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-kakao.mdx b/tutorial/build-with-logto/generated-php-kakao.mdx
index 092dea54629..ecf64f65dfa 100644
--- a/tutorial/build-with-logto/generated-php-kakao.mdx
+++ b/tutorial/build-with-logto/generated-php-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, php, php, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-naver.mdx b/tutorial/build-with-logto/generated-php-naver.mdx
index 2866a70f226..d84128461ba 100644
--- a/tutorial/build-with-logto/generated-php-naver.mdx
+++ b/tutorial/build-with-logto/generated-php-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, php, php, social-sign-in, sign-in, login]
title: How to build Naver sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-oauth2.mdx b/tutorial/build-with-logto/generated-php-oauth2.mdx
index 2ecaf660a13..7fbe6acdf7a 100644
--- a/tutorial/build-with-logto/generated-php-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-php-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, php, php, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-oidc.mdx b/tutorial/build-with-logto/generated-php-oidc.mdx
index 440d6d15961..f9c9db0e944 100644
--- a/tutorial/build-with-logto/generated-php-oidc.mdx
+++ b/tutorial/build-with-logto/generated-php-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, php, php, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-saml.mdx b/tutorial/build-with-logto/generated-php-saml.mdx
index f3d62d3cf65..6ad713ff274 100644
--- a/tutorial/build-with-logto/generated-php-saml.mdx
+++ b/tutorial/build-with-logto/generated-php-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, php, php, social-sign-in, sign-in, login]
title: How to build SAML sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-sendgrid.mdx b/tutorial/build-with-logto/generated-php-sendgrid.mdx
index 476f6f36de3..de1808d1317 100644
--- a/tutorial/build-with-logto/generated-php-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-php-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, php, php, passwordless-sign-in, sign-in, login]
title: How to build SendGrid Email passwordless sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-php-twilio.mdx b/tutorial/build-with-logto/generated-php-twilio.mdx
index 6d4bff8cb34..399a9c8f611 100644
--- a/tutorial/build-with-logto/generated-php-twilio.mdx
+++ b/tutorial/build-with-logto/generated-php-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, php, php, passwordless-sign-in, sign-in, login]
title: How to build Twilio SMS passwordless sign-in with PHP and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-apple.mdx b/tutorial/build-with-logto/generated-python-apple.mdx
index 4250626db5d..e93ab6dcbe3 100644
--- a/tutorial/build-with-logto/generated-python-apple.mdx
+++ b/tutorial/build-with-logto/generated-python-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, python, python, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-aws-ses.mdx b/tutorial/build-with-logto/generated-python-aws-ses.mdx
index 58b553f5f53..3f9adea057b 100644
--- a/tutorial/build-with-logto/generated-python-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-python-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, python, python, passwordless-sign-in, sign-in, l
title: How to build AWS SES Email passwordless sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-azure-ad.mdx b/tutorial/build-with-logto/generated-python-azure-ad.mdx
index 572f3255b7f..3f52a389899 100644
--- a/tutorial/build-with-logto/generated-python-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-python-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, python, python, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-discord.mdx b/tutorial/build-with-logto/generated-python-discord.mdx
index 63daf1568d2..4fefdd58b83 100644
--- a/tutorial/build-with-logto/generated-python-discord.mdx
+++ b/tutorial/build-with-logto/generated-python-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, python, python, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-facebook.mdx b/tutorial/build-with-logto/generated-python-facebook.mdx
index 163b13db3b8..c3647fe0cad 100644
--- a/tutorial/build-with-logto/generated-python-facebook.mdx
+++ b/tutorial/build-with-logto/generated-python-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, python, python, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-github.mdx b/tutorial/build-with-logto/generated-python-github.mdx
index 590d6c7bf93..89ffc5225e8 100644
--- a/tutorial/build-with-logto/generated-python-github.mdx
+++ b/tutorial/build-with-logto/generated-python-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, python, python, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-google.mdx b/tutorial/build-with-logto/generated-python-google.mdx
index ce26f1a4f07..f94dd412042 100644
--- a/tutorial/build-with-logto/generated-python-google.mdx
+++ b/tutorial/build-with-logto/generated-python-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, python, python, social-sign-in, sign-in, login]
title: How to build Google sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-hugging-face.mdx b/tutorial/build-with-logto/generated-python-hugging-face.mdx
index 60e108262e8..64bb0d4c5d0 100644
--- a/tutorial/build-with-logto/generated-python-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-python-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, python, python, social-sign-in, sign-in, lo
title: How to build Hugging Face sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-kakao.mdx b/tutorial/build-with-logto/generated-python-kakao.mdx
index e6cbcd072ce..99b2ff7e727 100644
--- a/tutorial/build-with-logto/generated-python-kakao.mdx
+++ b/tutorial/build-with-logto/generated-python-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, python, python, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-naver.mdx b/tutorial/build-with-logto/generated-python-naver.mdx
index 9b4f19ed494..159316b402f 100644
--- a/tutorial/build-with-logto/generated-python-naver.mdx
+++ b/tutorial/build-with-logto/generated-python-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, python, python, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-oauth2.mdx b/tutorial/build-with-logto/generated-python-oauth2.mdx
index 75251072330..d8c8799a39c 100644
--- a/tutorial/build-with-logto/generated-python-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-python-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, python, python, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-oidc.mdx b/tutorial/build-with-logto/generated-python-oidc.mdx
index 3f79d58f699..272b95e5717 100644
--- a/tutorial/build-with-logto/generated-python-oidc.mdx
+++ b/tutorial/build-with-logto/generated-python-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, python, python, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-saml.mdx b/tutorial/build-with-logto/generated-python-saml.mdx
index b5159290a62..e39804187f2 100644
--- a/tutorial/build-with-logto/generated-python-saml.mdx
+++ b/tutorial/build-with-logto/generated-python-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, python, python, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-sendgrid.mdx b/tutorial/build-with-logto/generated-python-sendgrid.mdx
index 505cbacdd42..2b61f095c4e 100644
--- a/tutorial/build-with-logto/generated-python-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-python-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, python, python, passwordless-sign-in, sign-in,
title: How to build SendGrid Email passwordless sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-python-twilio.mdx b/tutorial/build-with-logto/generated-python-twilio.mdx
index 82a97423c45..2432aea2fa6 100644
--- a/tutorial/build-with-logto/generated-python-twilio.mdx
+++ b/tutorial/build-with-logto/generated-python-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, python, python, passwordless-sign-in, sign-in, lo
title: How to build Twilio SMS passwordless sign-in with Python and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-apple.mdx b/tutorial/build-with-logto/generated-react-apple.mdx
index ec16cb8a87f..a54f3dc98d0 100644
--- a/tutorial/build-with-logto/generated-react-apple.mdx
+++ b/tutorial/build-with-logto/generated-react-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, react, js, social-sign-in, sign-in, login]
title: How to build Apple sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-aws-ses.mdx b/tutorial/build-with-logto/generated-react-aws-ses.mdx
index 68d7a207e40..1368e02904a 100644
--- a/tutorial/build-with-logto/generated-react-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-react-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, react, js, passwordless-sign-in, sign-in, login]
title: How to build AWS SES Email passwordless sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-azure-ad.mdx b/tutorial/build-with-logto/generated-react-azure-ad.mdx
index 7032b06b624..88bd8926556 100644
--- a/tutorial/build-with-logto/generated-react-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-react-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, react, js, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-discord.mdx b/tutorial/build-with-logto/generated-react-discord.mdx
index 613054e8ab1..7e953aec6d1 100644
--- a/tutorial/build-with-logto/generated-react-discord.mdx
+++ b/tutorial/build-with-logto/generated-react-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, react, js, social-sign-in, sign-in, login]
title: How to build Discord sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-facebook.mdx b/tutorial/build-with-logto/generated-react-facebook.mdx
index 7868bf4c64f..a5d962b5130 100644
--- a/tutorial/build-with-logto/generated-react-facebook.mdx
+++ b/tutorial/build-with-logto/generated-react-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, react, js, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-github.mdx b/tutorial/build-with-logto/generated-react-github.mdx
index a377c780a3c..4b254625143 100644
--- a/tutorial/build-with-logto/generated-react-github.mdx
+++ b/tutorial/build-with-logto/generated-react-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, react, js, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-google.mdx b/tutorial/build-with-logto/generated-react-google.mdx
index d624524ade1..9e753ddb53a 100644
--- a/tutorial/build-with-logto/generated-react-google.mdx
+++ b/tutorial/build-with-logto/generated-react-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, react, js, social-sign-in, sign-in, login]
title: How to build Google sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-hugging-face.mdx b/tutorial/build-with-logto/generated-react-hugging-face.mdx
index 55c479c5977..52ed36f9e04 100644
--- a/tutorial/build-with-logto/generated-react-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-react-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, react, js, social-sign-in, sign-in, login]
title: How to build Hugging Face sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-kakao.mdx b/tutorial/build-with-logto/generated-react-kakao.mdx
index 159cedfa4b7..df1da9c9edd 100644
--- a/tutorial/build-with-logto/generated-react-kakao.mdx
+++ b/tutorial/build-with-logto/generated-react-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, react, js, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-naver.mdx b/tutorial/build-with-logto/generated-react-naver.mdx
index 47d6e6eaf24..cfdbd363e73 100644
--- a/tutorial/build-with-logto/generated-react-naver.mdx
+++ b/tutorial/build-with-logto/generated-react-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, react, js, social-sign-in, sign-in, login]
title: How to build Naver sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-oauth2.mdx b/tutorial/build-with-logto/generated-react-oauth2.mdx
index 608b41d1c10..1e3addab792 100644
--- a/tutorial/build-with-logto/generated-react-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-react-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, react, js, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-oidc.mdx b/tutorial/build-with-logto/generated-react-oidc.mdx
index 9beea2583ad..9b7fc6c51f0 100644
--- a/tutorial/build-with-logto/generated-react-oidc.mdx
+++ b/tutorial/build-with-logto/generated-react-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, react, js, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-saml.mdx b/tutorial/build-with-logto/generated-react-saml.mdx
index bb84e2a3d73..1864e0db981 100644
--- a/tutorial/build-with-logto/generated-react-saml.mdx
+++ b/tutorial/build-with-logto/generated-react-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, react, js, social-sign-in, sign-in, login]
title: How to build SAML sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-sendgrid.mdx b/tutorial/build-with-logto/generated-react-sendgrid.mdx
index 3dd353fa614..2ec6f015d88 100644
--- a/tutorial/build-with-logto/generated-react-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-react-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, react, js, passwordless-sign-in, sign-in, login
title: How to build SendGrid Email passwordless sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-react-twilio.mdx b/tutorial/build-with-logto/generated-react-twilio.mdx
index e3fc8f6322c..97c3d892f69 100644
--- a/tutorial/build-with-logto/generated-react-twilio.mdx
+++ b/tutorial/build-with-logto/generated-react-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, react, js, passwordless-sign-in, sign-in, login]
title: How to build Twilio SMS passwordless sign-in with React and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-apple.mdx b/tutorial/build-with-logto/generated-vanilla-js-apple.mdx
index 1ee21dd8ba7..419d104070f 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-apple.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-aws-ses.mdx b/tutorial/build-with-logto/generated-vanilla-js-aws-ses.mdx
index 0a88daadbbc..bbb631d98ec 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, vanilla-js, js, passwordless-sign-in, sign-in, l
title: How to build AWS SES Email passwordless sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-azure-ad.mdx b/tutorial/build-with-logto/generated-vanilla-js-azure-ad.mdx
index c521997ecde..9f10301c08d 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-discord.mdx b/tutorial/build-with-logto/generated-vanilla-js-discord.mdx
index 85bae38fda5..509d17639d2 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-discord.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-facebook.mdx b/tutorial/build-with-logto/generated-vanilla-js-facebook.mdx
index f469abe5eb0..a26a3ddfcbb 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-facebook.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-github.mdx b/tutorial/build-with-logto/generated-vanilla-js-github.mdx
index b9734267d34..dd134b7297a 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-github.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-google.mdx b/tutorial/build-with-logto/generated-vanilla-js-google.mdx
index 846cc85b4e2..86108a99a3d 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-google.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Google sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-hugging-face.mdx b/tutorial/build-with-logto/generated-vanilla-js-hugging-face.mdx
index 3dd1c7975a6..5fd3c6f45d0 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, vanilla-js, js, social-sign-in, sign-in, lo
title: How to build Hugging Face sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-kakao.mdx b/tutorial/build-with-logto/generated-vanilla-js-kakao.mdx
index 659e7e28fbd..e55ea4eb89d 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-kakao.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-naver.mdx b/tutorial/build-with-logto/generated-vanilla-js-naver.mdx
index 8c57bea26f3..d75d74cbb1b 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-naver.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-oauth2.mdx b/tutorial/build-with-logto/generated-vanilla-js-oauth2.mdx
index c6513008038..c1c0b043e1a 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-oidc.mdx b/tutorial/build-with-logto/generated-vanilla-js-oidc.mdx
index c42304110df..6fdf259cc1e 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-oidc.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-saml.mdx b/tutorial/build-with-logto/generated-vanilla-js-saml.mdx
index f616b80d308..b97e7b8529d 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-saml.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, vanilla-js, js, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-sendgrid.mdx b/tutorial/build-with-logto/generated-vanilla-js-sendgrid.mdx
index ff3f5c582de..6ef26d42654 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, vanilla-js, js, passwordless-sign-in, sign-in,
title: How to build SendGrid Email passwordless sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vanilla-js-twilio.mdx b/tutorial/build-with-logto/generated-vanilla-js-twilio.mdx
index 5dc9fd60da6..b7f6241dbe9 100644
--- a/tutorial/build-with-logto/generated-vanilla-js-twilio.mdx
+++ b/tutorial/build-with-logto/generated-vanilla-js-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, vanilla-js, js, passwordless-sign-in, sign-in, lo
title: How to build Twilio SMS passwordless sign-in with Vanilla JS and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-apple.mdx b/tutorial/build-with-logto/generated-vue-apple.mdx
index 21f4ab3b144..65cd3858e49 100644
--- a/tutorial/build-with-logto/generated-vue-apple.mdx
+++ b/tutorial/build-with-logto/generated-vue-apple.mdx
@@ -5,12 +5,12 @@ tags: [authentication, apple, vue, js, social-sign-in, sign-in, login]
title: How to build Apple sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-apple.mdx';
export const connector = 'Apple';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-aws-ses.mdx b/tutorial/build-with-logto/generated-vue-aws-ses.mdx
index e74b9c1be65..edc45c3c5e0 100644
--- a/tutorial/build-with-logto/generated-vue-aws-ses.mdx
+++ b/tutorial/build-with-logto/generated-vue-aws-ses.mdx
@@ -5,12 +5,12 @@ tags: [authentication, aws-ses, vue, js, passwordless-sign-in, sign-in, login]
title: How to build AWS SES Email passwordless sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-aws-ses.mdx';
export const connector = 'AWS SES';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-azure-ad.mdx b/tutorial/build-with-logto/generated-vue-azure-ad.mdx
index e17bebe1a5b..cfa94d7a7f5 100644
--- a/tutorial/build-with-logto/generated-vue-azure-ad.mdx
+++ b/tutorial/build-with-logto/generated-vue-azure-ad.mdx
@@ -5,12 +5,12 @@ tags: [authentication, azure-ad, vue, js, social-sign-in, sign-in, login]
title: How to build Azure AD sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-azure-ad.mdx';
export const connector = 'Azure AD';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-discord.mdx b/tutorial/build-with-logto/generated-vue-discord.mdx
index a609f75609f..93cfcbab58e 100644
--- a/tutorial/build-with-logto/generated-vue-discord.mdx
+++ b/tutorial/build-with-logto/generated-vue-discord.mdx
@@ -5,12 +5,12 @@ tags: [authentication, discord, vue, js, social-sign-in, sign-in, login]
title: How to build Discord sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-discord.mdx';
export const connector = 'Discord';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-facebook.mdx b/tutorial/build-with-logto/generated-vue-facebook.mdx
index ac479404b44..ebf516a1462 100644
--- a/tutorial/build-with-logto/generated-vue-facebook.mdx
+++ b/tutorial/build-with-logto/generated-vue-facebook.mdx
@@ -5,12 +5,12 @@ tags: [authentication, facebook, vue, js, social-sign-in, sign-in, login]
title: How to build Facebook sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-facebook.mdx';
export const connector = 'Facebook';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-github.mdx b/tutorial/build-with-logto/generated-vue-github.mdx
index 29f853becda..6633d85ecf7 100644
--- a/tutorial/build-with-logto/generated-vue-github.mdx
+++ b/tutorial/build-with-logto/generated-vue-github.mdx
@@ -5,12 +5,12 @@ tags: [authentication, github, vue, js, social-sign-in, sign-in, login]
title: How to build GitHub sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-github.mdx';
export const connector = 'GitHub';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-google.mdx b/tutorial/build-with-logto/generated-vue-google.mdx
index 034fc5d68f0..b02c754d8a5 100644
--- a/tutorial/build-with-logto/generated-vue-google.mdx
+++ b/tutorial/build-with-logto/generated-vue-google.mdx
@@ -5,12 +5,12 @@ tags: [authentication, google, vue, js, social-sign-in, sign-in, login]
title: How to build Google sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-google.mdx';
export const connector = 'Google';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-hugging-face.mdx b/tutorial/build-with-logto/generated-vue-hugging-face.mdx
index 30eb776241f..b3ea398e906 100644
--- a/tutorial/build-with-logto/generated-vue-hugging-face.mdx
+++ b/tutorial/build-with-logto/generated-vue-hugging-face.mdx
@@ -5,12 +5,12 @@ tags: [authentication, hugging-face, vue, js, social-sign-in, sign-in, login]
title: How to build Hugging Face sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-hugging-face.mdx';
export const connector = 'Hugging Face';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-kakao.mdx b/tutorial/build-with-logto/generated-vue-kakao.mdx
index 3f772e0f1ec..a04b0335a40 100644
--- a/tutorial/build-with-logto/generated-vue-kakao.mdx
+++ b/tutorial/build-with-logto/generated-vue-kakao.mdx
@@ -5,12 +5,12 @@ tags: [authentication, kakao, vue, js, social-sign-in, sign-in, login]
title: How to build Kakao sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-kakao.mdx';
export const connector = 'Kakao';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-naver.mdx b/tutorial/build-with-logto/generated-vue-naver.mdx
index 35fa59f56ee..445dc8d2b4f 100644
--- a/tutorial/build-with-logto/generated-vue-naver.mdx
+++ b/tutorial/build-with-logto/generated-vue-naver.mdx
@@ -5,12 +5,12 @@ tags: [authentication, naver, vue, js, social-sign-in, sign-in, login]
title: How to build Naver sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-naver.mdx';
export const connector = 'Naver';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-oauth2.mdx b/tutorial/build-with-logto/generated-vue-oauth2.mdx
index 39a0bba2860..ca8f5b2821d 100644
--- a/tutorial/build-with-logto/generated-vue-oauth2.mdx
+++ b/tutorial/build-with-logto/generated-vue-oauth2.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oauth2, vue, js, social-sign-in, sign-in, login]
title: How to build OAuth2 sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oauth2.mdx';
export const connector = 'OAuth2';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-oidc.mdx b/tutorial/build-with-logto/generated-vue-oidc.mdx
index 58c74c97c24..e73f308cd89 100644
--- a/tutorial/build-with-logto/generated-vue-oidc.mdx
+++ b/tutorial/build-with-logto/generated-vue-oidc.mdx
@@ -5,12 +5,12 @@ tags: [authentication, oidc, vue, js, social-sign-in, sign-in, login]
title: How to build OIDC sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-oidc.mdx';
export const connector = 'OIDC';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-saml.mdx b/tutorial/build-with-logto/generated-vue-saml.mdx
index 0166efc4690..de9ddc56deb 100644
--- a/tutorial/build-with-logto/generated-vue-saml.mdx
+++ b/tutorial/build-with-logto/generated-vue-saml.mdx
@@ -5,12 +5,12 @@ tags: [authentication, saml, vue, js, social-sign-in, sign-in, login]
title: How to build SAML sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-saml.mdx';
export const connector = 'SAML';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-sendgrid.mdx b/tutorial/build-with-logto/generated-vue-sendgrid.mdx
index 088ea51fcbc..1b09f386d15 100644
--- a/tutorial/build-with-logto/generated-vue-sendgrid.mdx
+++ b/tutorial/build-with-logto/generated-vue-sendgrid.mdx
@@ -5,12 +5,12 @@ tags: [authentication, sendgrid, vue, js, passwordless-sign-in, sign-in, login]
title: How to build SendGrid Email passwordless sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-sendgrid.mdx';
export const connector = 'SendGrid';
-
+{/* truncate */}
diff --git a/tutorial/build-with-logto/generated-vue-twilio.mdx b/tutorial/build-with-logto/generated-vue-twilio.mdx
index 74b172250b5..96903205817 100644
--- a/tutorial/build-with-logto/generated-vue-twilio.mdx
+++ b/tutorial/build-with-logto/generated-vue-twilio.mdx
@@ -5,12 +5,12 @@ tags: [authentication, twilio, vue, js, passwordless-sign-in, sign-in, login]
title: How to build Twilio SMS passwordless sign-in with Vue and Logto
---
-
+*/}
import Intro from './fragments/_intro.mdx';
import CreateApplication from './fragments/_create-application.mdx';
@@ -23,7 +23,7 @@ import ConnectorGuide from './_connector-twilio.mdx';
export const connector = 'Twilio';
-
+{/* truncate */}