diff --git a/packages/website/docs/04-Components/_ComponentDoc.mdx b/packages/website/docs/04-Components/_ComponentDoc.mdx
index 90924ddfe..88a75b081 100644
--- a/packages/website/docs/04-Components/_ComponentDoc.mdx
+++ b/packages/website/docs/04-Components/_ComponentDoc.mdx
@@ -2,6 +2,7 @@ import { Canvas } from "@site/src/components/Canvas";
import { PropTable } from "@site/src/components/PropTable";
import { ExternalLinkCard } from "@site/src/components/ExternalLinkCard";
import { ComponentHeader } from "@site/src/components/ComponentHeader";
+import React from "react";
{props.name && }
diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js
index bad3f6a79..86d6bca7b 100644
--- a/packages/website/docusaurus.config.js
+++ b/packages/website/docusaurus.config.js
@@ -1,6 +1,7 @@
// @ts-check
-const lightCodeTheme = require("prism-react-renderer/themes/github");
-const darkCodeTheme = require("prism-react-renderer/themes/dracula");
+const { themes } = require("prism-react-renderer");
+const lightCodeTheme = themes.github;
+const darkCodeTheme = themes.dracula;
const { ProvidePlugin } = require("webpack");
/** @type {import('@docusaurus/types').Config} */
diff --git a/packages/website/package.json b/packages/website/package.json
index 074e46063..bab156bf6 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -28,43 +28,43 @@
"@babel/standalone": "7.22.20",
"@babel/traverse": "7.23.3",
"@buildo/bento-design-system": "workspace:*",
- "@docusaurus/core": "2.0.1",
- "@docusaurus/preset-classic": "2.0.1",
- "@docusaurus/theme-common": "2.0.1",
- "@easyops-cn/docusaurus-search-local": "0.35.0",
- "@mdx-js/react": "1.6.22",
+ "@docusaurus/core": "3.5.2",
+ "@docusaurus/preset-classic": "3.5.2",
+ "@docusaurus/theme-common": "3.5.2",
+ "@easyops-cn/docusaurus-search-local": "0.45.0",
+ "@mdx-js/react": "3.0.1",
"assert": "2.0.0",
"buffer": "6.0.3",
"clsx": "1.2.1",
"docusaurus-plugin-react-docgen-typescript": "1.1.0",
"playroom": "0.32.1",
"prettier": "2.8.8",
- "prism-react-renderer": "1.3.5",
+ "prism-react-renderer": "2.4.0",
"process": "0.11.10",
- "react": "18.2.0",
+ "react": "18.3.1",
"react-docgen-typescript": "2.2.2",
- "react-dom": "18.2.0",
+ "react-dom": "18.3.1",
"react-markdown": "8.0.7"
},
"devDependencies": {
"@babel/types": "7.22.19",
- "@docusaurus/module-type-aliases": "2.0.1",
- "@docusaurus/theme-classic": "2.0.1",
- "@docusaurus/theme-live-codeblock": "2.0.1",
- "@docusaurus/types": "2.0.1",
+ "@docusaurus/module-type-aliases": "3.5.2",
+ "@docusaurus/theme-classic": "3.5.2",
+ "@docusaurus/theme-live-codeblock": "3.5.2",
+ "@docusaurus/types": "3.5.2",
"@phosphor-icons/react": "2.1.7",
- "@tsconfig/docusaurus": "1.0.6",
+ "@docusaurus/tsconfig": "3.5.2",
"@types/babel__generator": "7.6.8",
"@types/babel__standalone": "7.1.7",
"@types/babel__traverse": "7.20.6",
"@types/node": "18.19.55",
- "@types/react": "18.2.21",
+ "@types/react": "18.3.11",
"@typescript-eslint/parser": "5.62.0",
"@vanilla-extract/sprinkles": "1.6.3",
"eslint-config-react-app": "7.0.1",
"lint-staged": "13.3.0",
"raw-loader": "4.0.2",
- "typescript": "4.9.5",
+ "typescript": "5.6.3",
"webpack": "5.94.0"
},
"browserslist": {
diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json
index 301643294..465690c11 100644
--- a/packages/website/tsconfig.json
+++ b/packages/website/tsconfig.json
@@ -1,6 +1,6 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
- "extends": "@tsconfig/docusaurus/tsconfig.json",
+ "extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"skipLibCheck": true,
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5262708e4..091a4e477 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -359,17 +359,17 @@ importers:
'@babel/traverse': 7.23.3
'@babel/types': 7.22.19
'@buildo/bento-design-system': workspace:*
- '@docusaurus/core': 2.0.1
- '@docusaurus/module-type-aliases': 2.0.1
- '@docusaurus/preset-classic': 2.0.1
- '@docusaurus/theme-classic': 2.0.1
- '@docusaurus/theme-common': 2.0.1
- '@docusaurus/theme-live-codeblock': 2.0.1
- '@docusaurus/types': 2.0.1
- '@easyops-cn/docusaurus-search-local': 0.35.0
- '@mdx-js/react': 1.6.22
+ '@docusaurus/core': 3.5.2
+ '@docusaurus/module-type-aliases': 3.5.2
+ '@docusaurus/preset-classic': 3.5.2
+ '@docusaurus/theme-classic': 3.5.2
+ '@docusaurus/theme-common': 3.5.2
+ '@docusaurus/theme-live-codeblock': 3.5.2
+ '@docusaurus/tsconfig': 3.5.2
+ '@docusaurus/types': 3.5.2
+ '@easyops-cn/docusaurus-search-local': 0.45.0
+ '@mdx-js/react': 3.0.1
'@phosphor-icons/react': 2.1.7
- '@tsconfig/docusaurus': 1.0.6
'@types/babel__generator': 7.6.8
'@types/babel__standalone': 7.1.7
'@types/babel__traverse': 7.20.6
@@ -385,14 +385,14 @@ importers:
lint-staged: 13.3.0
playroom: 0.32.1
prettier: 2.8.8
- prism-react-renderer: 1.3.5
+ prism-react-renderer: 2.4.0
process: 0.11.10
raw-loader: 4.0.2
- react: 18.2.0
+ react: 18.3.1
react-docgen-typescript: 2.2.2
- react-dom: 18.2.0
+ react-dom: 18.3.1
react-markdown: 8.0.7
- typescript: 4.9.5
+ typescript: 5.6.3
webpack: 5.94.0
dependencies:
'@babel/core': 7.22.20
@@ -402,42 +402,42 @@ importers:
'@babel/standalone': 7.22.20
'@babel/traverse': 7.23.3
'@buildo/bento-design-system': link:../bento-design-system
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/preset-classic': 2.0.1_hit2ccfvyt2nl4mgk55ohe4zke
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@easyops-cn/docusaurus-search-local': 0.35.0_qiyeak5adsq7eyzz2hakemwypq
- '@mdx-js/react': 1.6.22_react@18.2.0
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/preset-classic': 3.5.2_i7j7pdcl6umxsdst4h6qribohe
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@easyops-cn/docusaurus-search-local': 0.45.0_bu6eiy5lg4jjl27ddla2izr74e
+ '@mdx-js/react': 3.0.1_waboxfqbhuyukugat3xb54brpq
assert: 2.0.0
buffer: 6.0.3
clsx: 1.2.1
- docusaurus-plugin-react-docgen-typescript: 1.1.0_vy67b2njtce6aph6izod4nkvpe
- playroom: 0.32.1_biqbaboplfbrettd7655fr4n2y
+ docusaurus-plugin-react-docgen-typescript: 1.1.0_nv7xwfjilno4fjwff3wzeugydq
+ playroom: 0.32.1_nnrd3gsncyragczmpvfhocinkq
prettier: 2.8.8
- prism-react-renderer: 1.3.5_react@18.2.0
+ prism-react-renderer: 2.4.0_react@18.3.1
process: 0.11.10
- react: 18.2.0
- react-docgen-typescript: 2.2.2_typescript@4.9.5
- react-dom: 18.2.0_react@18.2.0
- react-markdown: 8.0.7_i73ekzlbntu7jol6ph2fvy4mga
+ react: 18.3.1
+ react-docgen-typescript: 2.2.2_typescript@5.6.3
+ react-dom: 18.3.1_react@18.3.1
+ react-markdown: 8.0.7_waboxfqbhuyukugat3xb54brpq
devDependencies:
'@babel/types': 7.22.19
- '@docusaurus/module-type-aliases': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/theme-classic': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/theme-live-codeblock': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@phosphor-icons/react': 2.1.7_biqbaboplfbrettd7655fr4n2y
- '@tsconfig/docusaurus': 1.0.6
+ '@docusaurus/module-type-aliases': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/theme-classic': 3.5.2_lxbnljo36l4sxj2frrgpat36ku
+ '@docusaurus/theme-live-codeblock': 3.5.2_4bmfkyyevsv35oqe5bsc6vsoey
+ '@docusaurus/tsconfig': 3.5.2
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@phosphor-icons/react': 2.1.7_nnrd3gsncyragczmpvfhocinkq
'@types/babel__generator': 7.6.8
'@types/babel__standalone': 7.1.7
'@types/babel__traverse': 7.20.6
'@types/node': 18.19.55
'@types/react': 18.2.14
- '@typescript-eslint/parser': 5.62.0_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/parser': 5.62.0_inylsuzpwuenpw7p6e7ggu4qmy
'@vanilla-extract/sprinkles': 1.6.3_3qusp464cmatvw2qbjjzblbe54
- eslint-config-react-app: 7.0.1_7y6hzbvyor3xnkscy2s3nwwoya
+ eslint-config-react-app: 7.0.1_adbxcjuxefzqfysrxmhtt7tuvm
lint-staged: 13.3.0
raw-loader: 4.0.2_webpack@5.94.0
- typescript: 4.9.5
+ typescript: 5.6.3
webpack: 5.94.0
packages:
@@ -450,48 +450,48 @@ packages:
resolution: {integrity: sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==}
dev: true
- /@algolia/autocomplete-core/1.9.3_xkqierk4hcdz677dv2wr7sagn4:
+ /@algolia/autocomplete-core/1.9.3_j7g7lhzeatwxt5kwdajt5fksue:
resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.9.3_xkqierk4hcdz677dv2wr7sagn4
- '@algolia/autocomplete-shared': 1.9.3_ysgm3ky3ojjczx57mr2extc7zi
+ '@algolia/autocomplete-plugin-algolia-insights': 1.9.3_j7g7lhzeatwxt5kwdajt5fksue
+ '@algolia/autocomplete-shared': 1.9.3_nfa2xfwbkixcgpj755noaktiti
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
dev: false
- /@algolia/autocomplete-plugin-algolia-insights/1.9.3_xkqierk4hcdz677dv2wr7sagn4:
+ /@algolia/autocomplete-plugin-algolia-insights/1.9.3_j7g7lhzeatwxt5kwdajt5fksue:
resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==}
peerDependencies:
search-insights: '>= 1 < 3'
dependencies:
- '@algolia/autocomplete-shared': 1.9.3_ysgm3ky3ojjczx57mr2extc7zi
+ '@algolia/autocomplete-shared': 1.9.3_nfa2xfwbkixcgpj755noaktiti
search-insights: 2.6.0
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
dev: false
- /@algolia/autocomplete-preset-algolia/1.9.3_ysgm3ky3ojjczx57mr2extc7zi:
+ /@algolia/autocomplete-preset-algolia/1.9.3_nfa2xfwbkixcgpj755noaktiti:
resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
dependencies:
- '@algolia/autocomplete-shared': 1.9.3_ysgm3ky3ojjczx57mr2extc7zi
- '@algolia/client-search': 4.18.0
- algoliasearch: 4.18.0
+ '@algolia/autocomplete-shared': 1.9.3_nfa2xfwbkixcgpj755noaktiti
+ '@algolia/client-search': 4.24.0
+ algoliasearch: 4.24.0
dev: false
- /@algolia/autocomplete-shared/1.9.3_ysgm3ky3ojjczx57mr2extc7zi:
+ /@algolia/autocomplete-shared/1.9.3_nfa2xfwbkixcgpj755noaktiti:
resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
dependencies:
- '@algolia/client-search': 4.18.0
- algoliasearch: 4.18.0
+ '@algolia/client-search': 4.24.0
+ algoliasearch: 4.24.0
dev: false
/@algolia/cache-browser-local-storage/4.18.0:
@@ -500,16 +500,32 @@ packages:
'@algolia/cache-common': 4.18.0
dev: false
+ /@algolia/cache-browser-local-storage/4.24.0:
+ resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==}
+ dependencies:
+ '@algolia/cache-common': 4.24.0
+ dev: false
+
/@algolia/cache-common/4.18.0:
resolution: {integrity: sha512-BmxsicMR4doGbeEXQu8yqiGmiyvpNvejYJtQ7rvzttEAMxOPoWEHrWyzBQw4x7LrBY9pMrgv4ZlUaF8PGzewHg==}
dev: false
+ /@algolia/cache-common/4.24.0:
+ resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==}
+ dev: false
+
/@algolia/cache-in-memory/4.18.0:
resolution: {integrity: sha512-evD4dA1nd5HbFdufBxLqlJoob7E2ozlqJZuV3YlirNx5Na4q1LckIuzjNYZs2ddLzuTc/Xd5O3Ibf7OwPskHxw==}
dependencies:
'@algolia/cache-common': 4.18.0
dev: false
+ /@algolia/cache-in-memory/4.24.0:
+ resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==}
+ dependencies:
+ '@algolia/cache-common': 4.24.0
+ dev: false
+
/@algolia/client-account/4.18.0:
resolution: {integrity: sha512-XsDnlROr3+Z1yjxBJjUMfMazi1V155kVdte6496atvBgOEtwCzTs3A+qdhfsAnGUvaYfBrBkL0ThnhMIBCGcew==}
dependencies:
@@ -518,6 +534,14 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /@algolia/client-account/4.24.0:
+ resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==}
+ dependencies:
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/transporter': 4.24.0
+ dev: false
+
/@algolia/client-analytics/4.18.0:
resolution: {integrity: sha512-chEUSN4ReqU7uRQ1C8kDm0EiPE+eJeAXiWcBwLhEynfNuTfawN9P93rSZktj7gmExz0C8XmkbBU19IQ05wCNrQ==}
dependencies:
@@ -527,6 +551,15 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /@algolia/client-analytics/4.24.0:
+ resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==}
+ dependencies:
+ '@algolia/client-common': 4.24.0
+ '@algolia/client-search': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
+ dev: false
+
/@algolia/client-common/4.18.0:
resolution: {integrity: sha512-7N+soJFP4wn8tjTr3MSUT/U+4xVXbz4jmeRfWfVAzdAbxLAQbHa0o/POSdTvQ8/02DjCLelloZ1bb4ZFVKg7Wg==}
dependencies:
@@ -534,6 +567,13 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /@algolia/client-common/4.24.0:
+ resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==}
+ dependencies:
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
+ dev: false
+
/@algolia/client-personalization/4.18.0:
resolution: {integrity: sha512-+PeCjODbxtamHcPl+couXMeHEefpUpr7IHftj4Y4Nia1hj8gGq4VlIcqhToAw8YjLeCTfOR7r7xtj3pJcYdP8A==}
dependencies:
@@ -542,6 +582,14 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /@algolia/client-personalization/4.24.0:
+ resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==}
+ dependencies:
+ '@algolia/client-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
+ dev: false
+
/@algolia/client-search/4.18.0:
resolution: {integrity: sha512-F9xzQXTjm6UuZtnsLIew6KSraXQ0AzS/Ee+OD+mQbtcA/K1sg89tqb8TkwjtiYZ0oij13u3EapB3gPZwm+1Y6g==}
dependencies:
@@ -550,6 +598,14 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /@algolia/client-search/4.24.0:
+ resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==}
+ dependencies:
+ '@algolia/client-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ '@algolia/transporter': 4.24.0
+ dev: false
+
/@algolia/events/4.0.1:
resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==}
dev: false
@@ -558,28 +614,70 @@ packages:
resolution: {integrity: sha512-46etYgSlkoKepkMSyaoriSn2JDgcrpc/nkOgou/lm0y17GuMl9oYZxwKKTSviLKI5Irk9nSKGwnBTQYwXOYdRg==}
dev: false
+ /@algolia/logger-common/4.24.0:
+ resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==}
+ dev: false
+
/@algolia/logger-console/4.18.0:
resolution: {integrity: sha512-3P3VUYMl9CyJbi/UU1uUNlf6Z8N2ltW3Oqhq/nR7vH0CjWv32YROq3iGWGxB2xt3aXobdUPXs6P0tHSKRmNA6g==}
dependencies:
'@algolia/logger-common': 4.18.0
dev: false
+ /@algolia/logger-console/4.24.0:
+ resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==}
+ dependencies:
+ '@algolia/logger-common': 4.24.0
+ dev: false
+
+ /@algolia/recommend/4.24.0:
+ resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==}
+ dependencies:
+ '@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
+ dev: false
+
/@algolia/requester-browser-xhr/4.18.0:
resolution: {integrity: sha512-/AcWHOBub2U4TE/bPi4Gz1XfuLK6/7dj4HJG+Z2SfQoS1RjNLshZclU3OoKIkFp8D2NC7+BNsPvr9cPLyW8nyQ==}
dependencies:
'@algolia/requester-common': 4.18.0
dev: false
+ /@algolia/requester-browser-xhr/4.24.0:
+ resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==}
+ dependencies:
+ '@algolia/requester-common': 4.24.0
+ dev: false
+
/@algolia/requester-common/4.18.0:
resolution: {integrity: sha512-xlT8R1qYNRBCi1IYLsx7uhftzdfsLPDGudeQs+xvYB4sQ3ya7+ppolB/8m/a4F2gCkEO6oxpp5AGemM7kD27jA==}
dev: false
+ /@algolia/requester-common/4.24.0:
+ resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==}
+ dev: false
+
/@algolia/requester-node-http/4.18.0:
resolution: {integrity: sha512-TGfwj9aeTVgOUhn5XrqBhwUhUUDnGIKlI0kCBMdR58XfXcfdwomka+CPIgThRbfYw04oQr31A6/95ZH2QVJ9UQ==}
dependencies:
'@algolia/requester-common': 4.18.0
dev: false
+ /@algolia/requester-node-http/4.24.0:
+ resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==}
+ dependencies:
+ '@algolia/requester-common': 4.24.0
+ dev: false
+
/@algolia/transporter/4.18.0:
resolution: {integrity: sha512-xbw3YRUGtXQNG1geYFEDDuFLZt4Z8YNKbamHPkzr3rWc6qp4/BqEeXcI2u/P/oMq2yxtXgMxrCxOPA8lyIe5jw==}
dependencies:
@@ -588,6 +686,14 @@ packages:
'@algolia/requester-common': 4.18.0
dev: false
+ /@algolia/transporter/4.24.0:
+ resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==}
+ dependencies:
+ '@algolia/cache-common': 4.24.0
+ '@algolia/logger-common': 4.24.0
+ '@algolia/requester-common': 4.24.0
+ dev: false
+
/@ampproject/remapping/2.2.1:
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
engines: {node: '>=6.0.0'}
@@ -601,7 +707,6 @@ packages:
dependencies:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- dev: true
/@aw-web-design/x-default-browser/1.4.126:
resolution: {integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==}
@@ -650,6 +755,13 @@ packages:
'@babel/highlight': 7.24.7
picocolors: 1.1.0
+ /@babel/code-frame/7.25.7:
+ resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/highlight': 7.25.7
+ picocolors: 1.1.0
+
/@babel/compat-data/7.22.20:
resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==}
engines: {node: '>=6.9.0'}
@@ -662,29 +774,6 @@ packages:
resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==}
engines: {node: '>=6.9.0'}
- /@babel/core/7.12.9:
- resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/code-frame': 7.24.7
- '@babel/generator': 7.22.15
- '@babel/helper-module-transforms': 7.25.2_@babel+core@7.12.9
- '@babel/helpers': 7.25.6
- '@babel/parser': 7.22.16
- '@babel/template': 7.25.0
- '@babel/traverse': 7.23.3
- '@babel/types': 7.22.19
- convert-source-map: 1.9.0
- debug: 4.3.4
- gensync: 1.0.0-beta.2
- json5: 2.2.3
- lodash: 4.17.21
- resolve: 1.22.2
- semver: 5.7.2
- source-map: 0.5.7
- transitivePeerDependencies:
- - supports-color
-
/@babel/core/7.22.20:
resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==}
engines: {node: '>=6.9.0'}
@@ -707,29 +796,6 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/core/7.24.4:
- resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.24.7
- '@babel/generator': 7.25.6
- '@babel/helper-compilation-targets': 7.25.2
- '@babel/helper-module-transforms': 7.25.2_@babel+core@7.24.4
- '@babel/helpers': 7.25.6
- '@babel/parser': 7.25.6
- '@babel/template': 7.25.0
- '@babel/traverse': 7.25.6
- '@babel/types': 7.25.6
- convert-source-map: 2.0.0
- debug: 4.3.4
- gensync: 1.0.0-beta.2
- json5: 2.2.3
- semver: 6.3.1
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/core/7.25.2:
resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
@@ -751,7 +817,6 @@ packages:
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/eslint-parser/7.22.5_3zznu2wx7vnub2vef4y7eq7nxq:
resolution: {integrity: sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==}
@@ -785,6 +850,15 @@ packages:
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
+ /@babel/generator/7.25.7:
+ resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.25.8
+ '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/trace-mapping': 0.3.25
+ jsesc: 3.0.2
+
/@babel/helper-annotate-as-pure/7.22.5:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
@@ -841,6 +915,23 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
+ /@babel/helper-create-class-features-plugin/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@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.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9_@babel+core@7.25.2
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ semver: 6.3.1
+
/@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.22.20:
resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
engines: {node: '>=6.9.0'}
@@ -858,6 +949,23 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
+ /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@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.22.15
+ '@babel/helper-optimise-call-expression': 7.22.5
+ '@babel/helper-replace-supers': 7.22.9_@babel+core@7.25.2
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/helper-split-export-declaration': 7.22.6
+ semver: 6.3.1
+
/@babel/helper-create-class-features-plugin/7.24.4_@babel+core@7.25.2:
resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==}
engines: {node: '>=6.9.0'}
@@ -909,7 +1017,6 @@ packages:
'@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
- dev: true
/@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.22.20:
resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
@@ -918,12 +1025,41 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-compilation-targets': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
+ debug: 4.3.4
+ lodash.debounce: 4.0.8
+ resolve: 1.22.8
+ transitivePeerDependencies:
+ - supports-color
+
+ /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.25.2:
+ resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+ debug: 4.3.4
+ lodash.debounce: 4.0.8
+ resolve: 1.22.8
+ transitivePeerDependencies:
+ - supports-color
+
+ /@babel/helper-define-polyfill-provider/0.6.1_@babel+core@7.22.20:
+ resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.22.20
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
+ dev: true
/@babel/helper-define-polyfill-provider/0.6.1_@babel+core@7.25.2:
resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==}
@@ -932,13 +1068,26 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-compilation-targets': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
+ debug: 4.3.4
+ lodash.debounce: 4.0.8
+ resolve: 1.22.8
+ transitivePeerDependencies:
+ - supports-color
+
+ /@babel/helper-define-polyfill-provider/0.6.2_@babel+core@7.25.2:
+ resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.25.7
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-environment-visitor/7.22.20:
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
@@ -986,7 +1135,7 @@ packages:
resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.25.6
/@babel/helper-module-imports/7.24.7:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
@@ -997,6 +1146,15 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/helper-module-imports/7.25.7:
+ resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/traverse': 7.25.7
+ '@babel/types': 7.25.8
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/helper-module-transforms/7.22.20_@babel+core@7.22.20:
resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==}
engines: {node: '>=6.9.0'}
@@ -1010,20 +1168,6 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
'@babel/helper-validator-identifier': 7.22.20
- /@babel/helper-module-transforms/7.25.2_@babel+core@7.12.9:
- resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-module-imports': 7.24.7
- '@babel/helper-simple-access': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
- '@babel/traverse': 7.25.6
- transitivePeerDependencies:
- - supports-color
-
/@babel/helper-module-transforms/7.25.2_@babel+core@7.22.20:
resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
engines: {node: '>=6.9.0'}
@@ -1038,21 +1182,6 @@ packages:
transitivePeerDependencies:
- supports-color
- /@babel/helper-module-transforms/7.25.2_@babel+core@7.24.4:
- resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.24.4
- '@babel/helper-module-imports': 7.24.7
- '@babel/helper-simple-access': 7.24.7
- '@babel/helper-validator-identifier': 7.24.7
- '@babel/traverse': 7.25.6
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/@babel/helper-module-transforms/7.25.2_@babel+core@7.25.2:
resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
engines: {node: '>=6.9.0'}
@@ -1066,7 +1195,6 @@ packages:
'@babel/traverse': 7.25.6
transitivePeerDependencies:
- supports-color
- dev: true
/@babel/helper-optimise-call-expression/7.22.5:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
@@ -1074,9 +1202,6 @@ packages:
dependencies:
'@babel/types': 7.22.19
- /@babel/helper-plugin-utils/7.10.4:
- resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==}
-
/@babel/helper-plugin-utils/7.22.5:
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
engines: {node: '>=6.9.0'}
@@ -1088,7 +1213,10 @@ packages:
/@babel/helper-plugin-utils/7.24.8:
resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
engines: {node: '>=6.9.0'}
- dev: true
+
+ /@babel/helper-plugin-utils/7.25.7:
+ resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==}
+ engines: {node: '>=6.9.0'}
/@babel/helper-remap-async-to-generator/7.22.20_@babel+core@7.25.2:
resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==}
@@ -1113,6 +1241,17 @@ packages:
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-wrap-function': 7.22.10
+ /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.25.2:
+ resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.20
+ '@babel/helper-wrap-function': 7.22.10
+
/@babel/helper-replace-supers/7.22.9_@babel+core@7.22.20:
resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
engines: {node: '>=6.9.0'}
@@ -1124,6 +1263,17 @@ packages:
'@babel/helper-member-expression-to-functions': 7.22.5
'@babel/helper-optimise-call-expression': 7.22.5
+ /@babel/helper-replace-supers/7.22.9_@babel+core@7.25.2:
+ resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-environment-visitor': 7.22.20
+ '@babel/helper-member-expression-to-functions': 7.22.5
+ '@babel/helper-optimise-call-expression': 7.22.5
+
/@babel/helper-replace-supers/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==}
engines: {node: '>=6.9.0'}
@@ -1171,6 +1321,10 @@ packages:
resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
+ /@babel/helper-string-parser/7.25.7:
+ resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==}
+ engines: {node: '>=6.9.0'}
+
/@babel/helper-validator-identifier/7.22.20:
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
engines: {node: '>=6.9.0'}
@@ -1179,6 +1333,10 @@ packages:
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
+ /@babel/helper-validator-identifier/7.25.7:
+ resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
+ engines: {node: '>=6.9.0'}
+
/@babel/helper-validator-option/7.22.15:
resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
engines: {node: '>=6.9.0'}
@@ -1233,7 +1391,7 @@ packages:
resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-validator-identifier': 7.22.20
+ '@babel/helper-validator-identifier': 7.24.7
chalk: 2.4.2
js-tokens: 4.0.0
picocolors: 1.1.0
@@ -1247,6 +1405,15 @@ packages:
js-tokens: 4.0.0
picocolors: 1.1.0
+ /@babel/highlight/7.25.7:
+ resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-validator-identifier': 7.25.7
+ chalk: 2.4.2
+ js-tokens: 4.0.0
+ picocolors: 1.1.0
+
/@babel/parser/7.22.16:
resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==}
engines: {node: '>=6.0.0'}
@@ -1261,6 +1428,13 @@ packages:
dependencies:
'@babel/types': 7.25.6
+ /@babel/parser/7.25.8:
+ resolution: {integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+ dependencies:
+ '@babel/types': 7.25.8
+
/@babel/plugin-bugfix-firefox-class-in-computed-class-key/7.24.4_@babel+core@7.25.2:
resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==}
engines: {node: '>=6.9.0'}
@@ -1269,7 +1443,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.22.20:
@@ -1281,18 +1455,27 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.24.1_@babel+core@7.25.2:
- resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==}
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.22.20:
- resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.24.1_@babel+core@7.25.2:
+ resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+ dev: true
+
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.22.20:
+ resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
@@ -1302,6 +1485,17 @@ packages:
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.22.20
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.13.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.25.2
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==}
engines: {node: '>=6.9.0'}
@@ -1309,7 +1503,7 @@ packages:
'@babel/core': ^7.13.0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/plugin-transform-optional-chaining': 7.24.1_@babel+core@7.25.2
dev: true
@@ -1322,7 +1516,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.22.20:
@@ -1333,7 +1527,7 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-proposal-decorators/7.22.5_@babel+core@7.22.20:
@@ -1344,7 +1538,7 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.20
'@babel/helper-split-export-declaration': 7.22.6
'@babel/plugin-syntax-decorators': 7.22.5_@babel+core@7.22.20
@@ -1357,7 +1551,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.20
dev: true
@@ -1368,20 +1562,10 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.20
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9:
- resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.24.0
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9
- '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.12.9
-
/@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.22.20:
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
@@ -1389,7 +1573,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.20
dev: true
@@ -1402,7 +1586,7 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.20:
@@ -1420,7 +1604,6 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- dev: true
/@babel/plugin-proposal-private-property-in-object/7.21.11_@babel+core@7.22.20:
resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
@@ -1432,7 +1615,7 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.20
dev: true
@@ -1451,7 +1634,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.20:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
@@ -1468,7 +1650,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.20:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
@@ -1487,7 +1668,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-decorators/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==}
@@ -1496,7 +1676,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.20:
@@ -1514,7 +1694,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
@@ -1531,7 +1710,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-flow/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
@@ -1540,7 +1718,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-flow/7.24.1_@babel+core@7.22.20:
@@ -1550,7 +1728,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-flow/7.24.1_@babel+core@7.25.2:
@@ -1560,7 +1738,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.22.20:
@@ -1572,6 +1750,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-syntax-import-assertions/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==}
engines: {node: '>=6.9.0'}
@@ -1579,7 +1766,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.20:
@@ -1591,6 +1778,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-syntax-import-attributes/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==}
engines: {node: '>=6.9.0'}
@@ -1598,7 +1794,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.20:
@@ -1616,7 +1812,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
@@ -1633,23 +1828,23 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
- /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9:
- resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==}
+ /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.22.20:
+ resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
+ engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/core': 7.22.20
+ '@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.22.20:
+ /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.25.2:
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.22.5
/@babel/plugin-syntax-jsx/7.24.1_@babel+core@7.22.20:
@@ -1659,7 +1854,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-jsx/7.24.1_@babel+core@7.25.2:
@@ -1669,7 +1864,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.20:
@@ -1687,7 +1882,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
@@ -1704,7 +1898,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.20:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
@@ -1721,15 +1914,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
-
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9:
- resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.24.0
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
@@ -1746,7 +1930,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
@@ -1763,7 +1946,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
@@ -1771,7 +1953,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.25.2:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
@@ -1779,8 +1961,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
- dev: true
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.20:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
@@ -1799,7 +1980,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.20:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
@@ -1818,7 +1998,6 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-syntax-typescript/7.24.1_@babel+core@7.22.20:
resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==}
@@ -1827,7 +2006,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-syntax-typescript/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==}
@@ -1836,8 +2015,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
- dev: true
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.20:
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
@@ -1858,7 +2036,6 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
@@ -1869,6 +2046,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-arrow-functions/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==}
engines: {node: '>=6.9.0'}
@@ -1876,7 +2062,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.22.20:
@@ -1891,6 +2077,18 @@ packages:
'@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.20
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.20
+ /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-environment-visitor': 7.22.20
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.25.2
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.25.2
+
/@babel/plugin-transform-async-generator-functions/7.24.3_@babel+core@7.25.2:
resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==}
engines: {node: '>=6.9.0'}
@@ -1899,7 +2097,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.25.2
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.25.2
dev: true
@@ -1917,6 +2115,19 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-imports': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.25.2
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/plugin-transform-async-to-generator/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==}
engines: {node: '>=6.9.0'}
@@ -1925,7 +2136,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-remap-async-to-generator': 7.22.20_@babel+core@7.25.2
transitivePeerDependencies:
- supports-color
@@ -1940,6 +2151,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-block-scoped-functions/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==}
engines: {node: '>=6.9.0'}
@@ -1947,7 +2167,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-block-scoping/7.22.15_@babel+core@7.22.20:
@@ -1959,6 +2179,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-block-scoping/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-block-scoping/7.24.4_@babel+core@7.25.2:
resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==}
engines: {node: '>=6.9.0'}
@@ -1966,7 +2195,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.22.20:
@@ -1979,6 +2208,16 @@ packages:
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-class-properties/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==}
engines: {node: '>=6.9.0'}
@@ -1987,7 +2226,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-class-features-plugin': 7.24.4_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.22.20:
@@ -2001,6 +2240,17 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.20
+ /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.12.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2
+
/@babel/plugin-transform-class-static-block/7.24.4_@babel+core@7.25.2:
resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==}
engines: {node: '>=6.9.0'}
@@ -2009,7 +2259,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-class-features-plugin': 7.24.4_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2
dev: true
@@ -2030,6 +2280,23 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
+ /@babel/plugin-transform-classes/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@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.24.0
+ '@babel/helper-replace-supers': 7.22.9_@babel+core@7.25.2
+ '@babel/helper-split-export-declaration': 7.22.6
+ globals: 11.12.0
+
/@babel/plugin-transform-classes/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==}
engines: {node: '>=6.9.0'}
@@ -2041,7 +2308,7 @@ packages:
'@babel/helper-compilation-targets': 7.25.2
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-replace-supers': 7.24.1_@babel+core@7.25.2
'@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
@@ -2057,6 +2324,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/template': 7.25.0
+ /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/template': 7.25.0
+
/@babel/plugin-transform-computed-properties/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==}
engines: {node: '>=6.9.0'}
@@ -2064,7 +2341,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/template': 7.25.0
dev: true
@@ -2077,6 +2354,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-destructuring/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-destructuring/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==}
engines: {node: '>=6.9.0'}
@@ -2084,7 +2370,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.22.20:
@@ -2097,6 +2383,16 @@ packages:
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-dotall-regex/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==}
engines: {node: '>=6.9.0'}
@@ -2105,7 +2401,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.22.20:
@@ -2117,6 +2413,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-duplicate-keys/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==}
engines: {node: '>=6.9.0'}
@@ -2124,7 +2429,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.22.20:
@@ -2137,8 +2442,8 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.20
- /@babel/plugin-transform-dynamic-import/7.24.1_@babel+core@7.25.2:
- resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==}
+ /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2146,7 +2451,17 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2
- dev: true
+
+ /@babel/plugin-transform-dynamic-import/7.24.1_@babel+core@7.25.2:
+ resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2
+ dev: true
/@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
@@ -2158,6 +2473,16 @@ packages:
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-exponentiation-operator/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==}
engines: {node: '>=6.9.0'}
@@ -2166,7 +2491,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.22.20:
@@ -2179,6 +2504,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.20
+ /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.25.2
+
/@babel/plugin-transform-export-namespace-from/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==}
engines: {node: '>=6.9.0'}
@@ -2186,7 +2521,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.25.2
dev: true
@@ -2197,7 +2532,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-flow': 7.22.5_@babel+core@7.22.20
dev: true
@@ -2208,7 +2543,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-flow': 7.24.1_@babel+core@7.25.2
dev: true
@@ -2221,6 +2556,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-for-of/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==}
engines: {node: '>=6.9.0'}
@@ -2228,7 +2572,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
@@ -2243,6 +2587,17 @@ packages:
'@babel/helper-function-name': 7.23.0
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-function-name': 7.23.0
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-function-name/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==}
engines: {node: '>=6.9.0'}
@@ -2252,7 +2607,7 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-compilation-targets': 7.25.2
'@babel/helper-function-name': 7.23.0
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.22.20:
@@ -2265,6 +2620,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.20
+ /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.25.2
+
/@babel/plugin-transform-json-strings/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==}
engines: {node: '>=6.9.0'}
@@ -2272,7 +2637,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.25.2
dev: true
@@ -2285,6 +2650,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-literals/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-literals/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==}
engines: {node: '>=6.9.0'}
@@ -2292,7 +2666,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.22.20:
@@ -2305,6 +2679,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.20
+ /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.25.2
+
/@babel/plugin-transform-logical-assignment-operators/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==}
engines: {node: '>=6.9.0'}
@@ -2312,7 +2696,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.25.2
dev: true
@@ -2325,6 +2709,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-member-expression-literals/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==}
engines: {node: '>=6.9.0'}
@@ -2332,7 +2725,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.22.20:
@@ -2347,6 +2740,18 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/plugin-transform-modules-amd/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==}
engines: {node: '>=6.9.0'}
@@ -2355,7 +2760,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -2373,6 +2778,19 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/plugin-transform-modules-commonjs/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-simple-access': 7.24.7
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/plugin-transform-modules-commonjs/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==}
engines: {node: '>=6.9.0'}
@@ -2381,7 +2799,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-simple-access': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -2401,6 +2819,20 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/plugin-transform-modules-systemjs/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-hoist-variables': 7.22.5
+ '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-validator-identifier': 7.24.7
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/plugin-transform-modules-systemjs/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==}
engines: {node: '>=6.9.0'}
@@ -2410,7 +2842,7 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-hoist-variables': 7.22.5
'@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
transitivePeerDependencies:
- supports-color
@@ -2428,6 +2860,18 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/plugin-transform-modules-umd/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==}
engines: {node: '>=6.9.0'}
@@ -2436,7 +2880,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-module-transforms': 7.25.2_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -2460,7 +2904,6 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
'@babel/helper-plugin-utils': 7.24.0
- dev: true
/@babel/plugin-transform-new-target/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
@@ -2471,6 +2914,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-new-target/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==}
engines: {node: '>=6.9.0'}
@@ -2478,7 +2930,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.22.20:
@@ -2491,6 +2943,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.20
+ /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.25.2
+
/@babel/plugin-transform-nullish-coalescing-operator/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==}
engines: {node: '>=6.9.0'}
@@ -2498,7 +2960,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.25.2
dev: true
@@ -2512,6 +2974,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.20
+ /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.25.2
+
/@babel/plugin-transform-numeric-separator/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==}
engines: {node: '>=6.9.0'}
@@ -2519,7 +2991,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.25.2
dev: true
@@ -2536,6 +3008,19 @@ packages:
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.20
'@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.22.20
+ /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.25.2
+
/@babel/plugin-transform-object-rest-spread/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==}
engines: {node: '>=6.9.0'}
@@ -2544,7 +3029,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-compilation-targets': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.25.2
'@babel/plugin-transform-parameters': 7.24.1_@babel+core@7.25.2
dev: true
@@ -2559,6 +3044,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.20
+ /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-replace-supers': 7.22.9_@babel+core@7.25.2
+
/@babel/plugin-transform-object-super/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==}
engines: {node: '>=6.9.0'}
@@ -2566,7 +3061,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-replace-supers': 7.24.1_@babel+core@7.25.2
dev: true
@@ -2580,6 +3075,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.20
+ /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.25.2
+
/@babel/plugin-transform-optional-catch-binding/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==}
engines: {node: '>=6.9.0'}
@@ -2587,7 +3092,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.25.2
dev: true
@@ -2598,10 +3103,21 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.20
+ /@babel/plugin-transform-optional-chaining/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.25.2
+
/@babel/plugin-transform-optional-chaining/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==}
engines: {node: '>=6.9.0'}
@@ -2609,7 +3125,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.25.2
dev: true
@@ -2621,16 +3137,16 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
- /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.12.9:
- resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==}
+ /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-transform-parameters/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==}
@@ -2639,7 +3155,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.22.20:
@@ -2652,6 +3168,16 @@ packages:
'@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-private-methods/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==}
engines: {node: '>=6.9.0'}
@@ -2660,7 +3186,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-class-features-plugin': 7.24.4_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.22.20:
@@ -2675,6 +3201,18 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.20
+ /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.25.2:
+ resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.25.2
+
/@babel/plugin-transform-private-property-in-object/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==}
engines: {node: '>=6.9.0'}
@@ -2684,7 +3222,7 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-create-class-features-plugin': 7.24.4_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.25.2
dev: true
@@ -2697,6 +3235,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-property-literals/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==}
engines: {node: '>=6.9.0'}
@@ -2704,7 +3251,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-react-constant-elements/7.22.5_@babel+core@7.22.20:
@@ -2714,7 +3261,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
/@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==}
@@ -2725,6 +3272,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.22.5
+ /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.22.5
+
/@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
engines: {node: '>=6.9.0'}
@@ -2734,6 +3290,15 @@ packages:
'@babel/core': 7.22.20
'@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.22.20
+ /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.25.2
+
/@babel/plugin-transform-react-jsx-self/7.24.7_@babel+core@7.25.2:
resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==}
engines: {node: '>=6.9.0'}
@@ -2767,6 +3332,19 @@ packages:
'@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.20
'@babel/types': 7.22.19
+ /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-module-imports': 7.24.3
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.25.2
+ '@babel/types': 7.22.19
+
/@babel/plugin-transform-react-jsx/7.23.4_@babel+core@7.22.20:
resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==}
engines: {node: '>=6.9.0'}
@@ -2775,10 +3353,10 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-module-imports': 7.24.7
- '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-module-imports': 7.25.7
+ '@babel/helper-plugin-utils': 7.25.7
'@babel/plugin-syntax-jsx': 7.24.1_@babel+core@7.22.20
- '@babel/types': 7.25.6
+ '@babel/types': 7.25.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -2793,6 +3371,16 @@ packages:
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
+ /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-plugin-utils': 7.22.5
+
/@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.22.20:
resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
engines: {node: '>=6.9.0'}
@@ -2803,6 +3391,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
regenerator-transform: 0.15.2
+ /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.25.2:
+ resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ regenerator-transform: 0.15.2
+
/@babel/plugin-transform-regenerator/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==}
engines: {node: '>=6.9.0'}
@@ -2810,7 +3408,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
regenerator-transform: 0.15.2
dev: true
@@ -2823,6 +3421,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-reserved-words/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==}
engines: {node: '>=6.9.0'}
@@ -2830,7 +3437,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-runtime/7.22.5_@babel+core@7.22.20:
@@ -2841,13 +3448,30 @@ packages:
dependencies:
'@babel/core': 7.22.20
'@babel/helper-module-imports': 7.24.7
- '@babel/helper-plugin-utils': 7.24.0
- babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.20
+ '@babel/helper-plugin-utils': 7.24.8
+ babel-plugin-polyfill-corejs2: 0.4.10_@babel+core@7.22.20
babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.20
babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.20
semver: 6.3.1
transitivePeerDependencies:
- supports-color
+ dev: true
+
+ /@babel/plugin-transform-runtime/7.25.7_@babel+core@7.25.2:
+ resolution: {integrity: sha512-Y9p487tyTzB0yDYQOtWnC+9HGOuogtP3/wNpun1xJXEEvI6vip59BSBTsHnekZLqxmPcgsrAKt46HAAb//xGhg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-module-imports': 7.25.7
+ '@babel/helper-plugin-utils': 7.25.7
+ babel-plugin-polyfill-corejs2: 0.4.10_@babel+core@7.25.2
+ babel-plugin-polyfill-corejs3: 0.10.6_@babel+core@7.25.2
+ babel-plugin-polyfill-regenerator: 0.6.1_@babel+core@7.25.2
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
/@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.22.20:
resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
@@ -2858,6 +3482,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-shorthand-properties/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==}
engines: {node: '>=6.9.0'}
@@ -2865,7 +3498,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-spread/7.22.5_@babel+core@7.22.20:
@@ -2878,6 +3511,16 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+ /@babel/plugin-transform-spread/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
+
/@babel/plugin-transform-spread/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==}
engines: {node: '>=6.9.0'}
@@ -2885,7 +3528,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
dev: true
@@ -2898,6 +3541,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-sticky-regex/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==}
engines: {node: '>=6.9.0'}
@@ -2905,7 +3557,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.22.20:
@@ -2917,6 +3569,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-template-literals/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==}
engines: {node: '>=6.9.0'}
@@ -2924,7 +3585,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.22.20:
@@ -2936,6 +3597,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-typeof-symbol/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==}
engines: {node: '>=6.9.0'}
@@ -2943,7 +3613,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-typescript/7.22.15_@babel+core@7.22.20:
@@ -2958,6 +3628,18 @@ packages:
'@babel/helper-plugin-utils': 7.22.5
'@babel/plugin-syntax-typescript': 7.24.1_@babel+core@7.22.20
+ /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-annotate-as-pure': 7.22.5
+ '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/plugin-syntax-typescript': 7.24.1_@babel+core@7.25.2
+
/@babel/plugin-transform-typescript/7.24.4_@babel+core@7.25.2:
resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==}
engines: {node: '>=6.9.0'}
@@ -2967,7 +3649,7 @@ packages:
'@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-create-class-features-plugin': 7.24.4_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-typescript': 7.24.1_@babel+core@7.25.2
dev: true
@@ -2980,6 +3662,15 @@ packages:
'@babel/core': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.25.2:
+ resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-unicode-escapes/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==}
engines: {node: '>=6.9.0'}
@@ -2987,7 +3678,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.22.20:
@@ -3000,6 +3691,16 @@ packages:
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-unicode-property-regex/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==}
engines: {node: '>=6.9.0'}
@@ -3008,7 +3709,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.22.20:
@@ -3021,6 +3722,16 @@ packages:
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-unicode-regex/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==}
engines: {node: '>=6.9.0'}
@@ -3029,7 +3740,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.22.20:
@@ -3042,6 +3753,16 @@ packages:
'@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.20
'@babel/helper-plugin-utils': 7.24.0
+ /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.25.2
+ '@babel/helper-plugin-utils': 7.24.0
+
/@babel/plugin-transform-unicode-sets-regex/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==}
engines: {node: '>=6.9.0'}
@@ -3050,7 +3771,7 @@ packages:
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.22.15_@babel+core@7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/preset-env/7.22.20_@babel+core@7.22.20:
@@ -3135,9 +3856,99 @@ packages:
'@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.22.20
'@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.22.20
'@babel/types': 7.22.19
- babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.20
- babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.20
- babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.20
+ babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.20
+ babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.20
+ babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.20
+ core-js-compat: 3.31.0
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
+ /@babel/preset-env/7.22.20_@babel+core@7.25.2:
+ resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/compat-data': 7.22.20
+ '@babel/core': 7.25.2
+ '@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.22.15_@babel+core@7.25.2
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.25.2
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.25.2
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.25.2
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.25.2
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.25.2
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.25.2
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.25.2
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.25.2
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.25.2
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.25.2
+ '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-block-scoping': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-destructuring': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-modules-commonjs': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-modules-systemjs': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-optional-chaining': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.25.2
+ '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.25.2
+ '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.25.2
+ '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.25.2
+ '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.25.2
+ '@babel/types': 7.22.19
+ babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.25.2
+ babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.25.2
+ babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.25.2
core-js-compat: 3.31.0
semver: 6.3.1
transitivePeerDependencies:
@@ -3152,7 +3963,7 @@ packages:
'@babel/compat-data': 7.25.4
'@babel/core': 7.25.2
'@babel/helper-compilation-targets': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-validator-option': 7.24.8
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4_@babel+core@7.25.2
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1_@babel+core@7.25.2
@@ -3242,7 +4053,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-validator-option': 7.24.8
'@babel/plugin-transform-flow-strip-types': 7.24.1_@babel+core@7.25.2
dev: true
@@ -3266,7 +4077,6 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
'@babel/types': 7.22.19
esutils: 2.0.3
- dev: true
/@babel/preset-react/7.22.15_@babel+core@7.22.20:
resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==}
@@ -3282,6 +4092,20 @@ packages:
'@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.22.20
'@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.22.20
+ /@babel/preset-react/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.15
+ '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.25.2
+
/@babel/preset-typescript/7.22.15_@babel+core@7.22.20:
resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==}
engines: {node: '>=6.9.0'}
@@ -3297,6 +4121,21 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/preset-typescript/7.22.15_@babel+core@7.25.2:
+ resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-validator-option': 7.22.15
+ '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.25.2
+ '@babel/plugin-transform-modules-commonjs': 7.22.15_@babel+core@7.25.2
+ '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.25.2
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/preset-typescript/7.24.1_@babel+core@7.25.2:
resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==}
engines: {node: '>=6.9.0'}
@@ -3304,7 +4143,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.25.2
- '@babel/helper-plugin-utils': 7.24.0
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/helper-validator-option': 7.24.8
'@babel/plugin-syntax-jsx': 7.24.1_@babel+core@7.25.2
'@babel/plugin-transform-modules-commonjs': 7.24.1_@babel+core@7.25.2
@@ -3330,12 +4169,12 @@ packages:
/@babel/regjsgen/0.8.0:
resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==}
- /@babel/runtime-corejs3/7.22.5:
- resolution: {integrity: sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA==}
+ /@babel/runtime-corejs3/7.25.7:
+ resolution: {integrity: sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg==}
engines: {node: '>=6.9.0'}
dependencies:
core-js-pure: 3.31.0
- regenerator-runtime: 0.13.11
+ regenerator-runtime: 0.14.1
/@babel/runtime/7.22.5:
resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==}
@@ -3383,6 +4222,14 @@ packages:
'@babel/parser': 7.25.6
'@babel/types': 7.25.6
+ /@babel/template/7.25.7:
+ resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.25.7
+ '@babel/parser': 7.25.8
+ '@babel/types': 7.25.8
+
/@babel/traverse/7.22.20:
resolution: {integrity: sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==}
engines: {node: '>=6.9.0'}
@@ -3431,6 +4278,20 @@ packages:
transitivePeerDependencies:
- supports-color
+ /@babel/traverse/7.25.7:
+ resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.25.7
+ '@babel/generator': 7.25.7
+ '@babel/parser': 7.25.8
+ '@babel/template': 7.25.7
+ '@babel/types': 7.25.8
+ debug: 4.3.4
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
+
/@babel/types/7.22.19:
resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==}
engines: {node: '>=6.9.0'}
@@ -3446,6 +4307,7 @@ packages:
'@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
+ dev: true
/@babel/types/7.25.6:
resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==}
@@ -3455,6 +4317,14 @@ packages:
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
+ /@babel/types/7.25.8:
+ resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-string-parser': 7.25.7
+ '@babel/helper-validator-identifier': 7.25.7
+ to-fast-properties: 2.0.0
+
/@base2/pretty-print-object/1.0.1:
resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==}
dev: true
@@ -3482,16 +4352,17 @@ packages:
resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==}
engines: {node: '>=10.0.0'}
- /@docsearch/css/3.5.1:
- resolution: {integrity: sha512-2Pu9HDg/uP/IT10rbQ+4OrTQuxIWdKVUEdcw9/w7kZJv9NeHS6skJx1xuRiFyoGKwAzcHXnLp7csE99sj+O1YA==}
+ /@docsearch/css/3.6.2:
+ resolution: {integrity: sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==}
dev: false
- /@docsearch/react/3.5.1_wk2cyk6wa3q3sfxxpmokqqgr5a:
- resolution: {integrity: sha512-t5mEODdLzZq4PTFAm/dvqcvZFdPDMdfPE5rJS5SC8OUq9mPzxEy6b+9THIqNM9P0ocCb4UC5jqBrxKclnuIbzQ==}
+ /@docsearch/react/3.6.2_hwukh5wyrd5lno5qn2q7zv7ep4:
+ resolution: {integrity: sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0 || 18'
react: '>= 16.8.0 < 19.0.0 || 18'
react-dom: '>= 16.8.0 < 19.0.0 || 18'
+ search-insights: '>= 1 < 3'
peerDependenciesMeta:
'@types/react':
optional: true
@@ -3499,98 +4370,99 @@ packages:
optional: true
react-dom:
optional: true
+ search-insights:
+ optional: true
dependencies:
- '@algolia/autocomplete-core': 1.9.3_xkqierk4hcdz677dv2wr7sagn4
- '@algolia/autocomplete-preset-algolia': 1.9.3_ysgm3ky3ojjczx57mr2extc7zi
- '@docsearch/css': 3.5.1
+ '@algolia/autocomplete-core': 1.9.3_j7g7lhzeatwxt5kwdajt5fksue
+ '@algolia/autocomplete-preset-algolia': 1.9.3_nfa2xfwbkixcgpj755noaktiti
+ '@docsearch/css': 3.6.2
'@types/react': 18.2.14
- algoliasearch: 4.18.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ algoliasearch: 4.24.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ search-insights: 2.6.0
transitivePeerDependencies:
- '@algolia/client-search'
- - search-insights
dev: false
- /@docusaurus/core/2.0.1_lwrufxqvz6xhvtpvpcoklvaejy:
- resolution: {integrity: sha512-Prd46TtZdiixlTl8a+h9bI5HegkfREjSNkrX2rVEwJZeziSz4ya+l7QDnbnCB2XbxEG8cveFo/F9q5lixolDtQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/core/3.5.2_3el5aqeco6witgq2futm5nzpuu:
+ resolution: {integrity: sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==}
+ engines: {node: '>=18.0'}
hasBin: true
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ '@mdx-js/react': ^3.0.0
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@babel/core': 7.22.20
- '@babel/generator': 7.22.15
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.20
- '@babel/plugin-transform-runtime': 7.22.5_@babel+core@7.22.20
- '@babel/preset-env': 7.22.20_@babel+core@7.22.20
- '@babel/preset-react': 7.22.15_@babel+core@7.22.20
- '@babel/preset-typescript': 7.22.15_@babel+core@7.22.20
- '@babel/runtime': 7.22.5
- '@babel/runtime-corejs3': 7.22.5
+ '@babel/core': 7.25.2
+ '@babel/generator': 7.25.6
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-transform-runtime': 7.25.7_@babel+core@7.25.2
+ '@babel/preset-env': 7.22.20_@babel+core@7.25.2
+ '@babel/preset-react': 7.22.15_@babel+core@7.25.2
+ '@babel/preset-typescript': 7.22.15_@babel+core@7.25.2
+ '@babel/runtime': 7.24.4
+ '@babel/runtime-corejs3': 7.25.7
'@babel/traverse': 7.23.3
- '@docusaurus/cssnano-preset': 2.0.1
- '@docusaurus/logger': 2.0.1
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/react-loadable': 5.5.2_react@18.2.0
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-common': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- '@slorber/static-site-generator-webpack-plugin': 4.0.7
- '@svgr/webpack': 6.5.1
+ '@docusaurus/cssnano-preset': 3.5.2
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ '@mdx-js/react': 3.0.1_waboxfqbhuyukugat3xb54brpq
autoprefixer: 10.4.14_postcss@8.4.47
- babel-loader: 8.3.0_gxbpm2p2grt3clbmoyjoto34cu
+ babel-loader: 9.2.1_jom5zxvwt2haid6ae25t5ojc4q
babel-plugin-dynamic-import-node: 2.3.3
boxen: 6.2.1
chalk: 4.1.2
- chokidar: 3.5.3
+ chokidar: 3.6.0
clean-css: 5.3.2
- cli-table3: 0.6.3
+ cli-table3: 0.6.4
combine-promises: 1.1.0
commander: 5.1.0
copy-webpack-plugin: 11.0.0_webpack@5.94.0
- core-js: 3.31.0
+ core-js: 3.38.1
css-loader: 6.11.0_webpack@5.94.0
- css-minimizer-webpack-plugin: 4.2.2_a6zio5g5rlfl5lvsizjiulm77e
- cssnano: 5.1.15_postcss@8.4.47
+ css-minimizer-webpack-plugin: 5.0.1_a6zio5g5rlfl5lvsizjiulm77e
+ cssnano: 6.1.2_postcss@8.4.47
del: 6.1.1
detect-port: 1.5.1
escape-html: 1.0.3
- eta: 1.14.2
+ eta: 2.2.0
+ eval: 0.1.8
file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
- html-minifier-terser: 6.1.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.94.0
- import-fresh: 3.3.0
leven: 3.1.0
lodash: 4.17.21
mini-css-extract-plugin: 2.7.6_webpack@5.94.0
+ p-map: 4.0.0
postcss: 8.4.47
postcss-loader: 7.3.3_2g4sz4xsck5r2bup5olkgfkzaa
prompts: 2.4.2
- react: 18.2.0
- react-dev-utils: 12.0.1_egvvflrcmj5fbpumsoysdd7i5a
- react-dom: 18.2.0_react@18.2.0
- react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y
- react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0
- react-loadable-ssr-addon-v5-slorber: 1.0.1_zc6yx3h4mszagqq7l73ekg3cfy
- react-router: 5.3.4_react@18.2.0
- react-router-config: 5.1.1_rlw3ibuvnpt5jvejeevjcf4ije
- react-router-dom: 5.3.4_react@18.2.0
+ react: 18.3.1
+ react-dev-utils: 12.0.1_ui7adrgquoqvodctsjvyz7u2xe
+ react-dom: 18.3.1_react@18.3.1
+ react-helmet-async: 1.3.0_nnrd3gsncyragczmpvfhocinkq
+ react-loadable: /@docusaurus/react-loadable/6.0.0_react@18.3.1
+ react-loadable-ssr-addon-v5-slorber: 1.0.1_sifykfcnlsxv6ptusxhdbenliu
+ react-router: 5.3.4_react@18.3.1
+ react-router-config: 5.1.1_az3cixfdotbzjf7fbgsmn4blrm
+ react-router-dom: 5.3.4_react@18.3.1
rtl-detect: 1.0.4
- semver: 7.5.3
+ semver: 7.6.0
serve-handler: 6.1.5
shelljs: 0.8.5
- terser-webpack-plugin: 5.3.9_webpack@5.94.0
- tslib: 2.6.0
- update-notifier: 5.1.0
+ terser-webpack-plugin: 5.3.10_webpack@5.94.0
+ tslib: 2.6.2
+ update-notifier: 6.0.2
url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
- wait-on: 6.0.1
webpack: 5.94.0
webpack-bundle-analyzer: 4.9.0
- webpack-dev-server: 4.15.1_webpack@5.94.0
+ webpack-dev-server: 4.15.1_debug@4.3.4+webpack@5.94.0
webpack-merge: 5.9.0
webpackbar: 5.0.2_webpack@5.94.0
transitivePeerDependencies:
@@ -3611,86 +4483,86 @@ packages:
- utf-8-validate
- vue-template-compiler
- webpack-cli
+ dev: false
- /@docusaurus/core/2.4.1_uknxoo6ngo75i2cqgw6wfaxqhm:
- resolution: {integrity: sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==}
- engines: {node: '>=16.14'}
+ /@docusaurus/core/3.5.2_vcguir5erhc4bt5uqc7oqcdrm4:
+ resolution: {integrity: sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==}
+ engines: {node: '>=18.0'}
hasBin: true
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ '@mdx-js/react': ^3.0.0
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@babel/core': 7.22.20
- '@babel/generator': 7.22.15
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.20
- '@babel/plugin-transform-runtime': 7.22.5_@babel+core@7.22.20
- '@babel/preset-env': 7.22.20_@babel+core@7.22.20
- '@babel/preset-react': 7.22.15_@babel+core@7.22.20
- '@babel/preset-typescript': 7.22.15_@babel+core@7.22.20
+ '@babel/core': 7.25.2
+ '@babel/generator': 7.25.6
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.25.2
+ '@babel/plugin-transform-runtime': 7.25.7_@babel+core@7.25.2
+ '@babel/preset-env': 7.22.20_@babel+core@7.25.2
+ '@babel/preset-react': 7.22.15_@babel+core@7.25.2
+ '@babel/preset-typescript': 7.22.15_@babel+core@7.25.2
'@babel/runtime': 7.24.4
- '@babel/runtime-corejs3': 7.22.5
+ '@babel/runtime-corejs3': 7.25.7
'@babel/traverse': 7.23.3
- '@docusaurus/cssnano-preset': 2.4.1
- '@docusaurus/logger': 2.4.1
- '@docusaurus/mdx-loader': 2.4.1_ovybaw46ulgvv5x62tnhhf5ihi
- '@docusaurus/react-loadable': 5.5.2_react@18.2.0
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.4.1
- '@docusaurus/utils-common': 2.4.1_@docusaurus+types@2.4.1
- '@docusaurus/utils-validation': 2.4.1_@docusaurus+types@2.4.1
- '@slorber/static-site-generator-webpack-plugin': 4.0.7
- '@svgr/webpack': 6.5.1
+ '@docusaurus/cssnano-preset': 3.5.2
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ '@mdx-js/react': 3.0.1_waboxfqbhuyukugat3xb54brpq
autoprefixer: 10.4.14_postcss@8.4.47
- babel-loader: 8.3.0_gxbpm2p2grt3clbmoyjoto34cu
+ babel-loader: 9.2.1_jom5zxvwt2haid6ae25t5ojc4q
babel-plugin-dynamic-import-node: 2.3.3
boxen: 6.2.1
chalk: 4.1.2
- chokidar: 3.5.3
+ chokidar: 3.6.0
clean-css: 5.3.2
- cli-table3: 0.6.3
+ cli-table3: 0.6.4
combine-promises: 1.1.0
commander: 5.1.0
copy-webpack-plugin: 11.0.0_webpack@5.94.0
- core-js: 3.31.0
+ core-js: 3.38.1
css-loader: 6.11.0_webpack@5.94.0
- css-minimizer-webpack-plugin: 4.2.2_a6zio5g5rlfl5lvsizjiulm77e
- cssnano: 5.1.15_postcss@8.4.47
+ css-minimizer-webpack-plugin: 5.0.1_a6zio5g5rlfl5lvsizjiulm77e
+ cssnano: 6.1.2_postcss@8.4.47
del: 6.1.1
detect-port: 1.5.1
escape-html: 1.0.3
eta: 2.2.0
+ eval: 0.1.8
file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
- html-minifier-terser: 6.1.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.94.0
- import-fresh: 3.3.0
leven: 3.1.0
lodash: 4.17.21
mini-css-extract-plugin: 2.7.6_webpack@5.94.0
+ p-map: 4.0.0
postcss: 8.4.47
postcss-loader: 7.3.3_2g4sz4xsck5r2bup5olkgfkzaa
prompts: 2.4.2
- react: 18.2.0
- react-dev-utils: 12.0.1_egvvflrcmj5fbpumsoysdd7i5a
- react-dom: 18.2.0_react@18.2.0
- react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y
- react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0
- react-loadable-ssr-addon-v5-slorber: 1.0.1_zc6yx3h4mszagqq7l73ekg3cfy
- react-router: 5.3.4_react@18.2.0
- react-router-config: 5.1.1_rlw3ibuvnpt5jvejeevjcf4ije
- react-router-dom: 5.3.4_react@18.2.0
+ react: 18.3.1
+ react-dev-utils: 12.0.1_ui7adrgquoqvodctsjvyz7u2xe
+ react-dom: 18.3.1_react@18.3.1
+ react-helmet-async: 1.3.0_nnrd3gsncyragczmpvfhocinkq
+ react-loadable: /@docusaurus/react-loadable/6.0.0_react@18.3.1
+ react-loadable-ssr-addon-v5-slorber: 1.0.1_sifykfcnlsxv6ptusxhdbenliu
+ react-router: 5.3.4_react@18.3.1
+ react-router-config: 5.1.1_az3cixfdotbzjf7fbgsmn4blrm
+ react-router-dom: 5.3.4_react@18.3.1
rtl-detect: 1.0.4
semver: 7.6.0
serve-handler: 6.1.5
shelljs: 0.8.5
- terser-webpack-plugin: 5.3.9_webpack@5.94.0
+ terser-webpack-plugin: 5.3.10_webpack@5.94.0
tslib: 2.6.2
- update-notifier: 5.1.0
+ update-notifier: 6.0.2
url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
- wait-on: 6.0.1_debug@4.3.4
webpack: 5.94.0
webpack-bundle-analyzer: 4.9.0
- webpack-dev-server: 4.15.1_debug@4.3.4+webpack@5.94.0
+ webpack-dev-server: 4.15.1_webpack@5.94.0
webpack-merge: 5.9.0
webpackbar: 5.0.2_webpack@5.94.0
transitivePeerDependencies:
@@ -3711,101 +4583,55 @@ packages:
- utf-8-validate
- vue-template-compiler
- webpack-cli
- dev: false
-
- /@docusaurus/cssnano-preset/2.0.1:
- resolution: {integrity: sha512-MCJ6rRmlqLmlCsZIoIxOxDb0rYzIPEm9PYpsBW+CGNnbk+x8xK+11hnrxzvXHqDRNpxrq3Kq2jYUmg/DkqE6vg==}
- engines: {node: '>=16.14'}
- dependencies:
- cssnano-preset-advanced: 5.3.10_postcss@8.4.47
- postcss: 8.4.47
- postcss-sort-media-queries: 4.4.1_postcss@8.4.47
- tslib: 2.6.2
- /@docusaurus/cssnano-preset/2.4.1:
- resolution: {integrity: sha512-ka+vqXwtcW1NbXxWsh6yA1Ckii1klY9E53cJ4O9J09nkMBgrNX3iEFED1fWdv8wf4mJjvGi5RLZ2p9hJNjsLyQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/cssnano-preset/3.5.2:
+ resolution: {integrity: sha512-D3KiQXOMA8+O0tqORBrTOEQyQxNIfPm9jEaJoALjjSjc2M/ZAWcUfPQEnwr2JB2TadHw2gqWgpZckQmrVWkytA==}
+ engines: {node: '>=18.0'}
dependencies:
- cssnano-preset-advanced: 5.3.10_postcss@8.4.47
+ cssnano-preset-advanced: 6.1.2_postcss@8.4.47
postcss: 8.4.47
- postcss-sort-media-queries: 4.4.1_postcss@8.4.47
- tslib: 2.6.2
- dev: false
-
- /@docusaurus/logger/2.0.1:
- resolution: {integrity: sha512-wIWseCKko1w/WARcDjO3N/XoJ0q/VE42AthP0eNAfEazDjJ94NXbaI6wuUsuY/bMg6hTKGVIpphjj2LoX3g6dA==}
- engines: {node: '>=16.14'}
- dependencies:
- chalk: 4.1.2
+ postcss-sort-media-queries: 5.2.0_postcss@8.4.47
tslib: 2.6.2
- /@docusaurus/logger/2.4.1:
- resolution: {integrity: sha512-5h5ysIIWYIDHyTVd8BjheZmQZmEgWDR54aQ1BX9pjFfpyzFo5puKXKYrYJXbjEHGyVhEzmB9UXwbxGfaZhOjcg==}
- engines: {node: '>=16.14'}
+ /@docusaurus/logger/3.5.2:
+ resolution: {integrity: sha512-LHC540SGkeLfyT3RHK3gAMK6aS5TRqOD4R72BEU/DE2M/TY8WwEUAMY576UUc/oNJXv8pGhBmQB6N9p3pt8LQw==}
+ engines: {node: '>=18.0'}
dependencies:
chalk: 4.1.2
tslib: 2.6.2
- dev: false
-
- /@docusaurus/mdx-loader/2.0.1_6o6hkpjdwzgjounrmeqn67tkhu:
- resolution: {integrity: sha512-tdNeljdilXCmhbaEND3SAgsqaw/oh7v9onT5yrIrL26OSk2AFwd+MIi4R8jt8vq33M0R4rz2wpknm0fQIkDdvQ==}
- engines: {node: '>=16.14'}
- peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
- dependencies:
- '@babel/parser': 7.22.16
- '@babel/traverse': 7.23.3
- '@docusaurus/logger': 2.0.1
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@mdx-js/mdx': 1.6.22
- escape-html: 1.0.3
- file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
- image-size: 1.0.2
- mdast-util-to-string: 2.0.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- remark-emoji: 2.2.0
- stringify-object: 3.3.0
- tslib: 2.6.2
- unified: 9.2.2
- unist-util-visit: 2.0.3
- url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
- webpack: 5.94.0
- transitivePeerDependencies:
- - '@docusaurus/types'
- - '@swc/core'
- - esbuild
- - supports-color
- - uglify-js
- - webpack-cli
- /@docusaurus/mdx-loader/2.4.1_ovybaw46ulgvv5x62tnhhf5ihi:
- resolution: {integrity: sha512-4KhUhEavteIAmbBj7LVFnrVYDiU51H5YWW1zY6SmBSte/YLhDutztLTBE0PQl1Grux1jzUJeaSvAzHpTn6JJDQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/mdx-loader/3.5.2_5tkbpywmxmiesiqvdxtcf63lxi:
+ resolution: {integrity: sha512-ku3xO9vZdwpiMIVd8BzWV0DCqGEbCP5zs1iHfKX50vw6jX8vQo0ylYo1YJMZyz6e+JFJ17HYHT5FzVidz2IflA==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@babel/parser': 7.22.16
- '@babel/traverse': 7.23.3
- '@docusaurus/logger': 2.4.1
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.4.1
- '@mdx-js/mdx': 1.6.22
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ '@mdx-js/mdx': 3.0.1
+ '@slorber/remark-comment': 1.0.0
escape-html: 1.0.3
+ estree-util-value-to-estree: 3.1.2
file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
+ fs-extra: 11.2.0
image-size: 1.0.2
- mdast-util-to-string: 2.0.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- remark-emoji: 2.2.0
+ mdast-util-mdx: 3.0.0
+ mdast-util-to-string: 4.0.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: 9.2.2
- unist-util-visit: 2.0.3
+ unified: 11.0.5
+ unist-util-visit: 5.0.0
url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
+ vfile: 6.0.3
webpack: 5.94.0
transitivePeerDependencies:
- '@docusaurus/types'
@@ -3814,79 +4640,60 @@ packages:
- supports-color
- uglify-js
- webpack-cli
- dev: false
-
- /@docusaurus/module-type-aliases/2.0.1_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-f888ylnxHAM/3T8p1lx08+lTc6/g7AweSRfRuZvrVhHXj3Tz/nTTxaP6gPTGkJK7WLqTagpar/IGP6/74IBbkg==}
- peerDependencies:
- react: '*'
- react-dom: '*'
- dependencies:
- '@docusaurus/react-loadable': 5.5.2_react@18.2.0
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@types/history': 4.7.11
- '@types/react': 18.2.14
- '@types/react-router-config': 5.0.7
- '@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_biqbaboplfbrettd7655fr4n2y
- react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0
- transitivePeerDependencies:
- - '@swc/core'
- - esbuild
- - uglify-js
- - webpack-cli
- /@docusaurus/module-type-aliases/2.4.1_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==}
+ /@docusaurus/module-type-aliases/3.5.2_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==}
peerDependencies:
react: '*'
react-dom: '*'
dependencies:
- '@docusaurus/react-loadable': 5.5.2_react@18.2.0
- '@docusaurus/types': 2.4.1_biqbaboplfbrettd7655fr4n2y
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
'@types/history': 4.7.11
'@types/react': 18.2.14
'@types/react-router-config': 5.0.7
'@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_biqbaboplfbrettd7655fr4n2y
- react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ react-helmet-async: 1.3.0_nnrd3gsncyragczmpvfhocinkq
+ react-loadable: /@docusaurus/react-loadable/6.0.0_react@18.3.1
transitivePeerDependencies:
- '@swc/core'
- esbuild
+ - supports-color
- uglify-js
- webpack-cli
- dev: false
- /@docusaurus/plugin-content-blog/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-/4ua3iFYcpwgpeYgHnhVGROB/ybnauLH2+rICb4vz/+Gn1hjAmGXVYq1fk8g49zGs3uxx5nc0H5bL9P0g977IQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-content-blog/3.5.2_uliojoicfdkvuxdzlg7fz7ym6m:
+ resolution: {integrity: sha512-R7ghWnMvjSf+aeNDH0K4fjyQnt5L0KzUEnUhmf1e3jZrv3wogeytZNN6n7X8yHcMsuZHPOrctQhXWnmxu+IRRg==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ '@docusaurus/plugin-content-docs': '*'
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/logger': 2.0.1
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-common': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/plugin-content-docs': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
cheerio: 1.0.0-rc.12
feed: 4.2.2
- fs-extra: 10.1.0
+ 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
- unist-util-visit: 2.0.3
+ unist-util-visit: 5.0.0
utility-types: 3.10.0
webpack: 5.94.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -3904,32 +4711,34 @@ packages:
- vue-template-compiler
- webpack-cli
- /@docusaurus/plugin-content-docs/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-2qeBWRy1EjgnXdwAO6/csDIS1UVNmhmtk/bQ2s9jqjpwM8YVgZ8QVdkxFAMWXgZWDQdwWwdP1rnmoEelE4HknQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-content-docs/3.5.2_43vxajstv6bvnslx4tng2zw4aa:
+ resolution: {integrity: sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/logger': 2.0.1
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/module-type-aliases': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
+ '@docusaurus/core': 3.5.2_3el5aqeco6witgq2futm5nzpuu
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/module-type-aliases': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
'@types/react-router-config': 5.0.7
combine-promises: 1.1.0
- fs-extra: 10.1.0
- import-fresh: 3.3.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
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
utility-types: 3.10.0
webpack: 5.94.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -3946,33 +4755,36 @@ packages:
- utf-8-validate
- vue-template-compiler
- webpack-cli
+ dev: false
- /@docusaurus/plugin-content-docs/2.4.1_yrqru5bv5zmdyy2zpoe7k2wmuy:
- resolution: {integrity: sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-content-docs/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.4.1_uknxoo6ngo75i2cqgw6wfaxqhm
- '@docusaurus/logger': 2.4.1
- '@docusaurus/mdx-loader': 2.4.1_ovybaw46ulgvv5x62tnhhf5ihi
- '@docusaurus/module-type-aliases': 2.4.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/types': 2.4.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.4.1
- '@docusaurus/utils-validation': 2.4.1_@docusaurus+types@2.4.1
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/module-type-aliases': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
'@types/react-router-config': 5.0.7
combine-promises: 1.1.0
- fs-extra: 10.1.0
- import-fresh: 3.3.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
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
utility-types: 3.10.0
webpack: 5.94.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -3989,26 +4801,26 @@ packages:
- utf-8-validate
- vue-template-compiler
- webpack-cli
- dev: false
- /@docusaurus/plugin-content-pages/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-6apSVeJENnNecAH5cm5VnRqR103M6qSI6IuiP7tVfD5H4AWrfDNkvJQV2+R2PIq3bGrwmX4fcXl1x4g0oo7iwA==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-content-pages/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-WzhHjNpoQAUz/ueO10cnundRz+VUtkjFhhaQ9jApyv1a46FPURO4cef89pyNIOMny1fjDz/NUN2z6Yi+5WUrCw==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- fs-extra: 10.1.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
webpack: 5.94.0
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4026,31 +4838,63 @@ packages:
- vue-template-compiler
- webpack-cli
- /@docusaurus/plugin-debug/2.0.1_jo7nvecd72zb46tkaqnvz7dbj4:
- resolution: {integrity: sha512-jpZBT5HK7SWx1LRQyv9d14i44vSsKXGZsSPA2ndth5HykHJsiAj9Fwl1AtzmtGYuBmI+iXQyOd4MAMHd4ZZ1tg==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-debug/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-kBK6GlN0itCkrmHuCS6aX1wmoWc5wpd5KJlqQ1FyrF0cLDnvsYSnh7+ftdwzt7G6lGBho8lrVwkkL9/iQvaSOA==}
+ engines: {node: '>=18.0'}
+ peerDependencies:
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
+ dependencies:
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ 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.6.2
+ transitivePeerDependencies:
+ - '@mdx-js/react'
+ - '@parcel/css'
+ - '@rspack/core'
+ - '@swc/core'
+ - '@swc/css'
+ - bufferutil
+ - csso
+ - debug
+ - esbuild
+ - eslint
+ - lightningcss
+ - supports-color
+ - typescript
+ - uglify-js
+ - utf-8-validate
+ - vue-template-compiler
+ - webpack-cli
+ dev: false
+
+ /@docusaurus/plugin-google-analytics/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-rjEkJH/tJ8OXRE9bwhV2mb/WP93V441rD6XnM6MIluu7rk8qg38iSxS43ga2V2Q/2ib53PcqbDEJDG/yWQRJhQ==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- fs-extra: 10.1.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- react-json-view: 1.21.3_qzycrpzqvmvb7wd2jdibmpq2cy
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
- '@swc/css'
- - '@types/react'
- bufferutil
- csso
- debug
- - encoding
- esbuild
- eslint
- lightningcss
@@ -4062,20 +4906,22 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-google-analytics/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-d5qb+ZeQcg1Czoxc+RacETjLdp2sN/TAd7PGN/GrvtijCdgNmvVAtZ9QgajBTG0YbJFVPTeZ39ad2bpoOexX0w==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-google-gtag/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-lm8XL3xLkTPHFKKjLjEEAHUrW0SZBSHBE1I+i/tmYMBsjCcUB5UJ52geS5PSiOCFVR74tbPGcPHEV/gaaxFeSA==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ '@types/gtag.js': 0.0.12
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4094,20 +4940,21 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-google-gtag/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-qiRufJe2FvIyzICbkjm4VbVCI1hyEju/CebfDKkKh2ZtV4q6DM1WZG7D6VoQSXL8MrMFB895gipOM4BwdM8VsQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-google-tag-manager/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-QkpX68PMOMu10Mvgvr5CfZAzZQFx8WLlOiUQ/Qmmcl6mjGK6H21WLT5x7xDmcpCoKA/3CegsqIqBR+nA137lQg==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
tslib: 2.6.2
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4126,25 +4973,26 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/plugin-sitemap/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-KcYuIUIp2JPzUf+Xa7W2BSsjLgN1/0h+VAz7D/C3RYjAgC5ApPX8wO+TECmGfunl/m7WKGUmLabfOon/as64kQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/plugin-sitemap/3.5.2_plhb6bhpnlnoa2guamp2sum6w4:
+ resolution: {integrity: sha512-DnlqYyRAdQ4NHY28TfHuVk414ft2uruP4QWCH//jzpHjqvKyXjj2fmDtI8RPUBh9K8iZKFMHRnLtzJKySPWvFA==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/logger': 2.0.1
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-common': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- fs-extra: 10.1.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
sitemap: 7.1.1
tslib: 2.6.2
transitivePeerDependencies:
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4163,29 +5011,31 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/preset-classic/2.0.1_hit2ccfvyt2nl4mgk55ohe4zke:
- resolution: {integrity: sha512-nOoniTg46My1qdDlLWeFs55uEmxOJ+9WMF8KKG8KMCu5LAvpemMi7rQd4x8Tw+xiPHZ/sQzH9JmPTMPRE4QGPw==}
- engines: {node: '>=16.14'}
+ /@docusaurus/preset-classic/3.5.2_i7j7pdcl6umxsdst4h6qribohe:
+ resolution: {integrity: sha512-3ihfXQ95aOHiLB5uCu+9PRy2gZCeSZoDcqpnDvf3B+sTrMvMTr8qRUzBvWkoIqc82yG5prCboRjk1SVILKx6sg==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
- dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/plugin-content-blog': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-docs': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-pages': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-debug': 2.0.1_jo7nvecd72zb46tkaqnvz7dbj4
- '@docusaurus/plugin-google-analytics': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-google-gtag': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-sitemap': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/theme-classic': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-search-algolia': 2.0.1_qaiz2kwf5qc7mav6vnc5i2h7hq
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
+ dependencies:
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/plugin-content-blog': 3.5.2_uliojoicfdkvuxdzlg7fz7ym6m
+ '@docusaurus/plugin-content-docs': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-content-pages': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-debug': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-google-analytics': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-google-gtag': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-google-tag-manager': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-sitemap': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/theme-classic': 3.5.2_lxbnljo36l4sxj2frrgpat36ku
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/theme-search-algolia': 3.5.2_e4ogjv3y44vif7mjblvhp2mwqe
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ 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'
@@ -4194,7 +5044,6 @@ packages:
- bufferutil
- csso
- debug
- - encoding
- esbuild
- eslint
- lightningcss
@@ -4207,54 +5056,54 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/react-loadable/5.5.2_react@18.2.0:
- resolution: {integrity: sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==}
+ /@docusaurus/react-loadable/6.0.0_react@18.3.1:
+ resolution: {integrity: sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==}
peerDependencies:
react: '*'
dependencies:
'@types/react': 18.2.14
- prop-types: 15.8.1
- react: 18.2.0
+ react: 18.3.1
- /@docusaurus/theme-classic/2.0.1_h6jk2omwc63qxqywkbwftehtpm:
- resolution: {integrity: sha512-0jfigiqkUwIuKOw7Me5tqUM9BBvoQX7qqeevx7v4tkYQexPhk3VYSZo7aRuoJ9oyW5makCTPX551PMJzmq7+sw==}
- engines: {node: '>=16.14'}
+ /@docusaurus/theme-classic/3.5.2_lxbnljo36l4sxj2frrgpat36ku:
+ resolution: {integrity: sha512-XRpinSix3NBv95Rk7xeMF9k4safMkwnpSgThn0UNQNumKvmcIYjfkwfh2BhwYh/BxMXQHJ/PdmNh22TQFpIaYg==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
- dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/module-type-aliases': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/plugin-content-blog': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-docs': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-pages': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-translations': 2.0.1
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-common': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
- '@mdx-js/react': 1.6.22_react@18.2.0
- clsx: 1.2.1
- copy-text-to-clipboard: 3.1.0
- infima: 0.2.0-alpha.42
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
+ dependencies:
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/module-type-aliases': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/plugin-content-blog': 3.5.2_uliojoicfdkvuxdzlg7fz7ym6m
+ '@docusaurus/plugin-content-docs': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/plugin-content-pages': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
+ '@mdx-js/react': 3.0.1_waboxfqbhuyukugat3xb54brpq
+ clsx: 2.1.1
+ copy-text-to-clipboard: 3.2.0
+ infima: 0.2.0-alpha.44
lodash: 4.17.21
nprogress: 0.2.0
postcss: 8.4.47
- prism-react-renderer: 1.3.5_react@18.2.0
+ 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: 3.5.0
- tslib: 2.6.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.6.2
utility-types: 3.10.0
transitivePeerDependencies:
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
- '@swc/css'
+ - '@types/react'
- bufferutil
- csso
- debug
@@ -4268,68 +5117,59 @@ packages:
- vue-template-compiler
- webpack-cli
- /@docusaurus/theme-common/2.0.1_lwrufxqvz6xhvtpvpcoklvaejy:
- resolution: {integrity: sha512-I3b6e/ryiTQMsbES40cP0DRGnfr0E2qghVq+XecyMKjBPejISoSFEDn0MsnbW8Q26k1Dh/0qDH8QKDqaZZgLhA==}
- engines: {node: '>=16.14'}
+ /@docusaurus/theme-common/3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu:
+ resolution: {integrity: sha512-QXqlm9S6x9Ibwjs7I2yEDgsCocp708DrCrgHgKwg2n2AY0YQ6IjU0gAK35lHRLOvAoJUfCKpQAwUykB0R7+Eew==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ '@docusaurus/plugin-content-docs': '*'
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/mdx-loader': 2.0.1_6o6hkpjdwzgjounrmeqn67tkhu
- '@docusaurus/module-type-aliases': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@docusaurus/plugin-content-blog': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-docs': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/plugin-content-pages': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
+ '@docusaurus/mdx-loader': 3.5.2_5tkbpywmxmiesiqvdxtcf63lxi
+ '@docusaurus/module-type-aliases': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/plugin-content-docs': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
'@types/history': 4.7.11
'@types/react': 18.2.14
'@types/react-router-config': 5.0.7
- clsx: 1.2.1
+ clsx: 2.1.1
parse-numeric-range: 1.3.0
- prism-react-renderer: 1.3.5_react@18.2.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- tslib: 2.6.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.6.2
utility-types: 3.10.0
transitivePeerDependencies:
- '@docusaurus/types'
- - '@parcel/css'
- - '@rspack/core'
- '@swc/core'
- - '@swc/css'
- - bufferutil
- - csso
- - debug
- esbuild
- - eslint
- - lightningcss
- supports-color
- - typescript
- uglify-js
- - utf-8-validate
- - vue-template-compiler
- webpack-cli
- /@docusaurus/theme-live-codeblock/2.0.1_lwrufxqvz6xhvtpvpcoklvaejy:
- resolution: {integrity: sha512-H+4Vn1KT6sTXi1mnB5yjBzV5+ubFE2E5P2S4nqg2xBGtkCubSGJ7BCQYY5+gPbvE8HsphjhWAS+H+rtDDgEikQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/theme-live-codeblock/3.5.2_4bmfkyyevsv35oqe5bsc6vsoey:
+ resolution: {integrity: sha512-/jr+xvmJmvPhZsqUXQ+SGuI38qCb4dR9IZu0e+UA5my4pO63h//Nnf73naTiK3DYeszK+E0dyULPyWszVpjjOw==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-translations': 2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
'@philpl/buble': 0.19.7
- clsx: 1.2.1
- fs-extra: 10.1.0
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- react-live: 2.2.3_biqbaboplfbrettd7655fr4n2y
- tslib: 2.6.0
+ clsx: 2.1.1
+ fs-extra: 11.2.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ react-live: 4.1.7_nnrd3gsncyragczmpvfhocinkq
+ tslib: 2.6.2
transitivePeerDependencies:
+ - '@docusaurus/plugin-content-docs'
- '@docusaurus/types'
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4348,34 +5188,35 @@ packages:
- webpack-cli
dev: true
- /@docusaurus/theme-search-algolia/2.0.1_qaiz2kwf5qc7mav6vnc5i2h7hq:
- resolution: {integrity: sha512-cw3NaOSKbYlsY6uNj4PgO+5mwyQ3aEWre5RlmvjStaz2cbD15Nr69VG8Rd/F6Q5VsCT8BvSdkPDdDG5d/ACexg==}
- engines: {node: '>=16.14'}
+ /@docusaurus/theme-search-algolia/3.5.2_e4ogjv3y44vif7mjblvhp2mwqe:
+ resolution: {integrity: sha512-qW53kp3VzMnEqZGjakaV90sst3iN1o32PH+nawv1uepROO8aEGxptcq2R5rsv7aBShSRbZwIobdvSYKsZ5pqvA==}
+ engines: {node: '>=18.0'}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
- dependencies:
- '@docsearch/react': 3.5.1_wk2cyk6wa3q3sfxxpmokqqgr5a
- '@docusaurus/core': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/logger': 2.0.1
- '@docusaurus/plugin-content-docs': 2.0.1_h6jk2omwc63qxqywkbwftehtpm
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-translations': 2.0.1
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.0.1_@docusaurus+types@2.0.1
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
+ dependencies:
+ '@docsearch/react': 3.6.2_hwukh5wyrd5lno5qn2q7zv7ep4
+ '@docusaurus/core': 3.5.2_vcguir5erhc4bt5uqc7oqcdrm4
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/plugin-content-docs': 3.5.2_plhb6bhpnlnoa2guamp2sum6w4
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
algoliasearch: 4.18.0
algoliasearch-helper: 3.13.3_algoliasearch@4.18.0
- clsx: 1.2.1
- eta: 1.14.2
- fs-extra: 10.1.0
+ clsx: 2.1.1
+ eta: 2.2.0
+ 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
tslib: 2.6.2
utility-types: 3.10.0
transitivePeerDependencies:
- '@algolia/client-search'
- '@docusaurus/types'
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4396,248 +5237,102 @@ packages:
- webpack-cli
dev: false
- /@docusaurus/theme-translations/2.0.1:
- resolution: {integrity: sha512-v1MYYlbsdX+rtKnXFcIAn9ar0Z6K0yjqnCYS0p/KLCLrfJwfJ8A3oRJw2HiaIb8jQfk1WMY2h5Qi1p4vHOekQw==}
- engines: {node: '>=16.14'}
- dependencies:
- fs-extra: 10.1.0
- tslib: 2.6.2
-
- /@docusaurus/theme-translations/2.4.1:
- resolution: {integrity: sha512-T1RAGP+f86CA1kfE8ejZ3T3pUU3XcyvrGMfC/zxCtc2BsnoexuNI9Vk2CmuKCb+Tacvhxjv5unhxXce0+NKyvA==}
- engines: {node: '>=16.14'}
+ /@docusaurus/theme-translations/3.5.2:
+ resolution: {integrity: sha512-GPZLcu4aT1EmqSTmbdpVrDENGR2yObFEX8ssEFYTCiAIVc0EihNSdOIBTazUvgNqwvnoU1A8vIs1xyzc3LITTw==}
+ engines: {node: '>=18.0'}
dependencies:
- fs-extra: 10.1.0
+ fs-extra: 11.2.0
tslib: 2.6.2
- dev: false
- /@docusaurus/types/2.0.1_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-o+4hAFWkj3sBszVnRTAnNqtAIuIW0bNaYyDwQhQ6bdz3RAPEq9cDKZxMpajsj4z2nRty8XjzhyufAAjxFTyrfg==}
- peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
- dependencies:
- '@types/history': 4.7.11
- '@types/react': 18.2.14
- commander: 5.1.0
- joi: 17.9.2
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y
- utility-types: 3.10.0
- webpack: 5.94.0
- webpack-merge: 5.9.0
- transitivePeerDependencies:
- - '@swc/core'
- - esbuild
- - uglify-js
- - webpack-cli
+ /@docusaurus/tsconfig/3.5.2:
+ resolution: {integrity: sha512-rQ7toURCFnWAIn8ubcquDs0ewhPwviMzxh6WpRjBW7sJVCXb6yzwUaY3HMNa0VXCFw+qkIbFywrMTf+Pb4uHWQ==}
+ dev: true
- /@docusaurus/types/2.4.1_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==}
+ /@docusaurus/types/3.5.2_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==}
peerDependencies:
- react: ^16.8.4 || ^17.0.0 || 18
- react-dom: ^16.8.4 || ^17.0.0 || 18
+ react: ^18.0.0 || 18
+ react-dom: ^18.0.0 || 18
dependencies:
+ '@mdx-js/mdx': 3.0.1
'@types/history': 4.7.11
'@types/react': 18.2.14
commander: 5.1.0
joi: 17.9.2
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ react-helmet-async: 1.3.0_nnrd3gsncyragczmpvfhocinkq
utility-types: 3.10.0
webpack: 5.94.0
webpack-merge: 5.9.0
transitivePeerDependencies:
- - '@swc/core'
- - esbuild
- - uglify-js
- - webpack-cli
- dev: false
-
- /@docusaurus/utils-common/2.0.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-kajCCDCXRd1HFH5EUW31MPaQcsyNlGakpkDoTBtBvpa4EIPvWaSKy7TIqYKHrZjX4tnJ0YbEJvaXfjjgdq5xSg==}
- engines: {node: '>=16.14'}
- peerDependencies:
- '@docusaurus/types': '*'
- peerDependenciesMeta:
- '@docusaurus/types':
- optional: true
- dependencies:
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- tslib: 2.6.2
-
- /@docusaurus/utils-common/2.4.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==}
- engines: {node: '>=16.14'}
- peerDependencies:
- '@docusaurus/types': '*'
- peerDependenciesMeta:
- '@docusaurus/types':
- optional: true
- dependencies:
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- tslib: 2.6.2
- dev: false
-
- /@docusaurus/utils-common/2.4.1_@docusaurus+types@2.4.1:
- resolution: {integrity: sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==}
- engines: {node: '>=16.14'}
- peerDependencies:
- '@docusaurus/types': '*'
- peerDependenciesMeta:
- '@docusaurus/types':
- optional: true
- dependencies:
- '@docusaurus/types': 2.4.1_biqbaboplfbrettd7655fr4n2y
- tslib: 2.6.2
- dev: false
-
- /@docusaurus/utils-validation/2.0.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-f14AnwFBy4/1A19zWthK+Ii80YDz+4qt8oPpK3julywXsheSxPBqgsND3LVBBvB2p3rJHvbo2m3HyB9Tco1JRw==}
- engines: {node: '>=16.14'}
- dependencies:
- '@docusaurus/logger': 2.0.1
- '@docusaurus/utils': 2.0.1_@docusaurus+types@2.0.1
- joi: 17.9.2
- js-yaml: 4.1.0
- tslib: 2.6.2
- transitivePeerDependencies:
- - '@docusaurus/types'
- - '@swc/core'
- - esbuild
- - supports-color
- - uglify-js
- - webpack-cli
-
- /@docusaurus/utils-validation/2.4.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==}
- engines: {node: '>=16.14'}
- dependencies:
- '@docusaurus/logger': 2.4.1
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.0.1
- joi: 17.9.2
- js-yaml: 4.1.0
- tslib: 2.6.2
- transitivePeerDependencies:
- - '@docusaurus/types'
- - '@swc/core'
- - esbuild
- - supports-color
- - uglify-js
- - webpack-cli
- dev: false
-
- /@docusaurus/utils-validation/2.4.1_@docusaurus+types@2.4.1:
- resolution: {integrity: sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==}
- engines: {node: '>=16.14'}
- dependencies:
- '@docusaurus/logger': 2.4.1
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.4.1
- joi: 17.9.2
- js-yaml: 4.1.0
- tslib: 2.6.2
- transitivePeerDependencies:
- - '@docusaurus/types'
- '@swc/core'
- esbuild
- supports-color
- uglify-js
- webpack-cli
- dev: false
- /@docusaurus/utils/2.0.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-u2Vdl/eoVwMfUjDCkg7FjxoiwFs/XhVVtNxQEw8cvB+qaw6QWyT73m96VZzWtUb1fDOefHoZ+bZ0ObFeKk9lMQ==}
- engines: {node: '>=16.14'}
+ /@docusaurus/utils-common/3.5.2_@docusaurus+types@3.5.2:
+ resolution: {integrity: sha512-i0AZjHiRgJU6d7faQngIhuHKNrszpL/SHQPgF1zH4H+Ij6E9NBYGy6pkcGWToIv7IVPbs+pQLh1P3whn0gWXVg==}
+ engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/types': '*'
peerDependenciesMeta:
'@docusaurus/types':
optional: true
dependencies:
- '@docusaurus/logger': 2.0.1
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@svgr/webpack': 6.5.1
- file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
- github-slugger: 1.5.0
- globby: 11.1.0
- gray-matter: 4.0.3
- js-yaml: 4.1.0
- lodash: 4.17.21
- micromatch: 4.0.5
- resolve-pathname: 3.0.0
- shelljs: 0.8.5
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
tslib: 2.6.2
- url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
- webpack: 5.94.0
- transitivePeerDependencies:
- - '@swc/core'
- - esbuild
- - supports-color
- - uglify-js
- - webpack-cli
- /@docusaurus/utils/2.4.1_@docusaurus+types@2.0.1:
- resolution: {integrity: sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==}
- engines: {node: '>=16.14'}
- peerDependencies:
- '@docusaurus/types': '*'
- peerDependenciesMeta:
- '@docusaurus/types':
- optional: true
+ /@docusaurus/utils-validation/3.5.2_@docusaurus+types@3.5.2:
+ resolution: {integrity: sha512-m+Foq7augzXqB6HufdS139PFxDC5d5q2QKZy8q0qYYvGdI6nnlNsGH4cIGsgBnV7smz+mopl3g4asbSDvMV0jA==}
+ engines: {node: '>=18.0'}
dependencies:
- '@docusaurus/logger': 2.4.1
- '@docusaurus/types': 2.0.1_biqbaboplfbrettd7655fr4n2y
- '@svgr/webpack': 6.5.1
- escape-string-regexp: 4.0.0
- file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
- github-slugger: 1.5.0
- globby: 11.1.0
- gray-matter: 4.0.3
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ fs-extra: 11.2.0
+ joi: 17.9.2
js-yaml: 4.1.0
lodash: 4.17.21
- micromatch: 4.0.5
- resolve-pathname: 3.0.0
- shelljs: 0.8.5
tslib: 2.6.2
- url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
- webpack: 5.94.0
transitivePeerDependencies:
+ - '@docusaurus/types'
- '@swc/core'
- esbuild
- supports-color
- uglify-js
- webpack-cli
- dev: false
- /@docusaurus/utils/2.4.1_@docusaurus+types@2.4.1:
- resolution: {integrity: sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==}
- engines: {node: '>=16.14'}
+ /@docusaurus/utils/3.5.2_@docusaurus+types@3.5.2:
+ resolution: {integrity: sha512-33QvcNFh+Gv+C2dP9Y9xWEzMgf3JzrpL2nW9PopidiohS1nDcyknKRx2DWaFvyVTTYIkkABVSr073VTj/NITNA==}
+ engines: {node: '>=18.0'}
peerDependencies:
'@docusaurus/types': '*'
peerDependenciesMeta:
'@docusaurus/types':
optional: true
dependencies:
- '@docusaurus/logger': 2.4.1
- '@docusaurus/types': 2.4.1_biqbaboplfbrettd7655fr4n2y
- '@svgr/webpack': 6.5.1
+ '@docusaurus/logger': 3.5.2
+ '@docusaurus/types': 3.5.2_nnrd3gsncyragczmpvfhocinkq
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@svgr/webpack': 8.1.0
escape-string-regexp: 4.0.0
file-loader: 6.2.0_webpack@5.94.0
- fs-extra: 10.1.0
+ fs-extra: 11.2.0
github-slugger: 1.5.0
globby: 11.1.0
gray-matter: 4.0.3
+ jiti: 1.21.6
js-yaml: 4.1.0
lodash: 4.17.21
micromatch: 4.0.5
+ prompts: 2.4.2
resolve-pathname: 3.0.0
shelljs: 0.8.5
tslib: 2.6.2
url-loader: 4.1.1_aur4pybxavuj2wu7zod4utabza
+ utility-types: 3.10.0
webpack: 5.94.0
transitivePeerDependencies:
- '@swc/core'
@@ -4645,7 +5340,6 @@ packages:
- supports-color
- uglify-js
- webpack-cli
- dev: false
/@easyops-cn/autocomplete.js/0.38.1:
resolution: {integrity: sha512-drg76jS6syilOUmVNkyo1c7ZEBPcPuK+aJA7AksM5ZIIbV57DMHCywiCr+uHyv8BE5jUTU98j/H7gVrkHrWW3Q==}
@@ -4654,23 +5348,23 @@ packages:
immediate: 3.3.0
dev: false
- /@easyops-cn/docusaurus-search-local/0.35.0_qiyeak5adsq7eyzz2hakemwypq:
- resolution: {integrity: sha512-sHQ8jxsVgHH8MNXJlj20nZZfP/Q0peNTAJwKCN2aPuBwfRIoO0i7LmZFaYKenZmVAW/BD2MtfVd65SREmm3zxg==}
+ /@easyops-cn/docusaurus-search-local/0.45.0_bu6eiy5lg4jjl27ddla2izr74e:
+ resolution: {integrity: sha512-ccJjeYmBHrv2v8Y9eQnH79S0PEKcogACKkEatEKPcad7usQj/14jA9POUUUYW/yougLSXghwe+uIncbuUBuBFg==}
engines: {node: '>=12'}
peerDependencies:
- '@docusaurus/theme-common': ^2.0.0-rc.1
- react: ^16.14.0 || ^17.0.0 || ^18.0.0 || 18
- react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || 18
+ '@docusaurus/theme-common': ^2 || ^3
+ react: ^16.14.0 || ^17 || ^18 || 18
+ react-dom: ^16.14.0 || 17 || ^18 || 18
dependencies:
- '@docusaurus/plugin-content-docs': 2.4.1_yrqru5bv5zmdyy2zpoe7k2wmuy
- '@docusaurus/theme-common': 2.0.1_lwrufxqvz6xhvtpvpcoklvaejy
- '@docusaurus/theme-translations': 2.4.1
- '@docusaurus/utils': 2.4.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-common': 2.4.1_@docusaurus+types@2.0.1
- '@docusaurus/utils-validation': 2.4.1_@docusaurus+types@2.0.1
+ '@docusaurus/plugin-content-docs': 3.5.2_43vxajstv6bvnslx4tng2zw4aa
+ '@docusaurus/theme-common': 3.5.2_zwi5fdjyw6x6skd3u4oag3lrnu
+ '@docusaurus/theme-translations': 3.5.2
+ '@docusaurus/utils': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-common': 3.5.2_@docusaurus+types@3.5.2
+ '@docusaurus/utils-validation': 3.5.2_@docusaurus+types@3.5.2
'@easyops-cn/autocomplete.js': 0.38.1
'@node-rs/jieba': 1.7.0
- cheerio: 1.0.0-rc.12
+ cheerio: 1.0.0
clsx: 1.2.1
debug: 4.3.4
fs-extra: 10.1.0
@@ -4678,11 +5372,12 @@ packages:
lunr: 2.3.9
lunr-languages: 1.12.0
mark.js: 8.11.1
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- tslib: 2.6.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ tslib: 2.6.2
transitivePeerDependencies:
- '@docusaurus/types'
+ - '@mdx-js/react'
- '@parcel/css'
- '@rspack/core'
- '@swc/core'
@@ -4783,6 +5478,14 @@ packages:
dependencies:
react: 18.2.0
+ /@emotion/use-insertion-effect-with-fallbacks/1.0.1_react@18.3.1:
+ resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
+ peerDependencies:
+ react: '>=16.8.0 || 18'
+ dependencies:
+ react: 18.3.1
+ dev: true
+
/@emotion/utils/1.2.1:
resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==}
dev: false
@@ -6030,39 +6733,36 @@ packages:
/@leichtgewicht/ip-codec/2.0.4:
resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==}
- /@mdx-js/mdx/1.6.22:
- resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==}
- dependencies:
- '@babel/core': 7.12.9
- '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9
- '@mdx-js/util': 1.6.22
- babel-plugin-apply-mdx-type-prop: 1.6.22_@babel+core@7.12.9
- babel-plugin-extract-import-names: 1.6.22
- camelcase-css: 2.0.1
- detab: 2.0.4
- hast-util-raw: 6.0.1
- lodash.uniq: 4.5.0
- mdast-util-to-hast: 10.0.1
- remark-footnotes: 2.0.0
- remark-mdx: 1.6.22
- remark-parse: 8.0.3
- remark-squeeze-paragraphs: 4.0.0
- style-to-object: 0.3.0
- unified: 9.2.0
- unist-builder: 2.0.3
- unist-util-visit: 2.0.3
+ /@mdx-js/mdx/3.0.1:
+ resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
+ dependencies:
+ '@types/estree': 1.0.5
+ '@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-walker: 3.0.3
+ hast-util-to-estree: 3.1.0
+ hast-util-to-jsx-runtime: 2.3.2
+ markdown-extensions: 2.0.0
+ periscopic: 3.1.0
+ remark-mdx: 3.0.1
+ remark-parse: 11.0.0
+ remark-rehype: 11.1.1
+ source-map: 0.7.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.3
transitivePeerDependencies:
- supports-color
- /@mdx-js/react/1.6.22_react@18.2.0:
- resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==}
- peerDependencies:
- react: ^16.13.1 || ^17.0.0 || 18
- dependencies:
- react: 18.2.0
-
- /@mdx-js/react/3.0.1_i73ekzlbntu7jol6ph2fvy4mga:
+ /@mdx-js/react/3.0.1_waboxfqbhuyukugat3xb54brpq:
resolution: {integrity: sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==}
peerDependencies:
'@types/react': '>=16 || 18'
@@ -6070,11 +6770,7 @@ packages:
dependencies:
'@types/mdx': 2.0.13
'@types/react': 18.2.14
- react: 18.2.0
- dev: true
-
- /@mdx-js/util/1.6.22:
- resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==}
+ react: 18.3.1
/@ndelangen/get-tarball/3.0.9:
resolution: {integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==}
@@ -6271,8 +6967,19 @@ packages:
react: '>= 16.8 || 18'
react-dom: '>= 16.8 || 18'
dependencies:
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
+ react: 18.2.0
+ react-dom: 18.2.0_react@18.2.0
+
+ /@phosphor-icons/react/2.1.7_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-g2e2eVAn1XG2a+LI09QU3IORLhnFNAFkNbo2iwbX6NOKSLOwvEMmTa7CgOzEbgNWR47z8i8kwjdvYZ5fkGx1mQ==}
+ engines: {node: '>=10'}
+ peerDependencies:
+ react: '>= 16.8 || 18'
+ react-dom: '>= 16.8 || 18'
+ dependencies:
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ dev: true
/@pkgjs/parseargs/0.11.0:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
@@ -6281,6 +6988,24 @@ packages:
dev: true
optional: true
+ /@pnpm/config.env-replace/1.1.0:
+ resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==}
+ engines: {node: '>=12.22.0'}
+
+ /@pnpm/network.ca-file/1.0.2:
+ resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==}
+ engines: {node: '>=12.22.0'}
+ dependencies:
+ graceful-fs: 4.2.10
+
+ /@pnpm/npm-conf/2.3.1:
+ resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==}
+ engines: {node: '>=12'}
+ 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:
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
@@ -6298,6 +7023,20 @@ packages:
react: 18.2.0
dev: true
+ /@radix-ui/react-compose-refs/1.0.1_waboxfqbhuyukugat3xb54brpq:
+ resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || 18
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ dependencies:
+ '@babel/runtime': 7.24.4
+ '@types/react': 18.2.14
+ react: 18.3.1
+ dev: true
+
/@radix-ui/react-slot/1.0.2_i73ekzlbntu7jol6ph2fvy4mga:
resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
peerDependencies:
@@ -6313,6 +7052,21 @@ packages:
react: 18.2.0
dev: true
+ /@radix-ui/react-slot/1.0.2_waboxfqbhuyukugat3xb54brpq:
+ resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
+ peerDependencies:
+ '@types/react': '*'
+ react: ^16.8 || ^17.0 || ^18.0 || 18
+ peerDependenciesMeta:
+ '@types/react':
+ optional: true
+ dependencies:
+ '@babel/runtime': 7.24.4
+ '@radix-ui/react-compose-refs': 1.0.1_waboxfqbhuyukugat3xb54brpq
+ '@types/react': 18.2.14
+ react: 18.3.1
+ dev: true
+
/@react-aria/breadcrumbs/3.5.4_react@18.2.0:
resolution: {integrity: sha512-CtBAL7xDDHXpZvmglhEYbNAXeoXNl4Ke+Rwn2WTHVr9blry3P17IL4Elou5QAkyzI2GNHnXUs9K6lzX/uLv+kQ==}
peerDependencies:
@@ -7251,17 +8005,20 @@ packages:
/@sinclair/typebox/0.27.8:
resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==}
- /@sindresorhus/is/0.14.0:
- resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==}
- engines: {node: '>=6'}
+ /@sindresorhus/is/4.6.0:
+ resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
+ engines: {node: '>=10'}
- /@slorber/static-site-generator-webpack-plugin/4.0.7:
- resolution: {integrity: sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==}
- engines: {node: '>=14'}
+ /@sindresorhus/is/5.6.0:
+ resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==}
+ engines: {node: '>=14.16'}
+
+ /@slorber/remark-comment/1.0.0:
+ resolution: {integrity: sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==}
dependencies:
- eval: 0.1.8
- p-map: 4.0.0
- webpack-sources: 3.2.3
+ micromark-factory-space: 1.1.0
+ micromark-util-character: 1.2.0
+ micromark-util-symbol: 1.1.0
/@soda/friendly-errors-webpack-plugin/1.8.1_webpack@5.94.0:
resolution: {integrity: sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==}
@@ -7312,22 +8069,22 @@ packages:
resolution: {integrity: sha512-HNiY4ESH9WxGS6QpIpURzdSbyDxbRh7VIgbvUrePSKajlsL4RFN/gdnn5TnSL00tOP/w+Cy/fXcbljMUKy7Ivg==}
dependencies:
'@babel/core': 7.22.20
- '@mdx-js/react': 3.0.1_i73ekzlbntu7jol6ph2fvy4mga
- '@storybook/blocks': 8.0.8_qzycrpzqvmvb7wd2jdibmpq2cy
+ '@mdx-js/react': 3.0.1_waboxfqbhuyukugat3xb54brpq
+ '@storybook/blocks': 8.0.8_eywvjlw32egv4pshqkmktazhu4
'@storybook/client-logger': 8.0.8
- '@storybook/components': 8.0.8_qzycrpzqvmvb7wd2jdibmpq2cy
+ '@storybook/components': 8.0.8_eywvjlw32egv4pshqkmktazhu4
'@storybook/csf-plugin': 8.0.8
'@storybook/csf-tools': 8.0.8
'@storybook/global': 5.0.0
'@storybook/node-logger': 8.0.8
'@storybook/preview-api': 8.0.8
- '@storybook/react-dom-shim': 8.0.8_biqbaboplfbrettd7655fr4n2y
- '@storybook/theming': 8.0.8_biqbaboplfbrettd7655fr4n2y
+ '@storybook/react-dom-shim': 8.0.8_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/theming': 8.0.8_nnrd3gsncyragczmpvfhocinkq
'@storybook/types': 8.0.8
'@types/react': 18.2.14
fs-extra: 11.2.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-external-links: 3.0.0
rehype-slug: 6.0.0
ts-dedent: 2.2.0
@@ -7411,6 +8168,49 @@ packages:
memoizerific: 1.11.3
dev: true
+ /@storybook/blocks/8.0.8_eywvjlw32egv4pshqkmktazhu4:
+ resolution: {integrity: sha512-kwsjhvnmFEaIl51QHJt/83G7mZ5YbzFKnWCwy8WUpi0xvVcyoFQSGGgwR3XRrzGfUEPK8P2FDHeKw1bLzyIejA==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ peerDependenciesMeta:
+ react:
+ optional: true
+ react-dom:
+ optional: true
+ dependencies:
+ '@storybook/channels': 8.0.8
+ '@storybook/client-logger': 8.0.8
+ '@storybook/components': 8.0.8_eywvjlw32egv4pshqkmktazhu4
+ '@storybook/core-events': 8.0.8
+ '@storybook/csf': 0.1.4
+ '@storybook/docs-tools': 8.0.8
+ '@storybook/global': 5.0.0
+ '@storybook/icons': 1.2.9_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/manager-api': 8.0.8_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/preview-api': 8.0.8
+ '@storybook/theming': 8.0.8_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/types': 8.0.8
+ '@types/lodash': 4.17.0
+ color-convert: 2.0.1
+ dequal: 2.0.3
+ lodash: 4.17.21
+ markdown-to-jsx: 7.3.2_react@18.3.1
+ memoizerific: 1.11.3
+ polished: 4.3.1
+ react: 18.3.1
+ react-colorful: 5.6.1_nnrd3gsncyragczmpvfhocinkq
+ react-dom: 18.3.1_react@18.3.1
+ telejson: 7.2.0
+ tocbot: 4.27.0
+ ts-dedent: 2.2.0
+ util-deprecate: 1.0.2
+ transitivePeerDependencies:
+ - '@types/react'
+ - encoding
+ - supports-color
+ dev: true
+
/@storybook/blocks/8.0.8_qzycrpzqvmvb7wd2jdibmpq2cy:
resolution: {integrity: sha512-kwsjhvnmFEaIl51QHJt/83G7mZ5YbzFKnWCwy8WUpi0xvVcyoFQSGGgwR3XRrzGfUEPK8P2FDHeKw1bLzyIejA==}
peerDependencies:
@@ -7539,7 +8339,7 @@ packages:
resolution: {integrity: sha512-RnSdgykh2i7es1rQ7CNGpDrKK/PN1f0xjwpkAHXCEB6T9KpHBmqDquzZp+N127a1HBHHXy018yi4wT8mSQyEoA==}
hasBin: true
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.25.2
'@babel/types': 7.24.0
'@ndelangen/get-tarball': 3.0.9
'@storybook/codemod': 8.0.8
@@ -7619,6 +8419,27 @@ packages:
- supports-color
dev: true
+ /@storybook/components/8.0.8_eywvjlw32egv4pshqkmktazhu4:
+ resolution: {integrity: sha512-EpBExH4kHWQJSfA8QXJJ5AsLRUGi5X/zWY7ffiYW8rtnBmEnk3T9FpmnyJlY1A8sdd3b1wQ07JGBDHfL1mdELw==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ dependencies:
+ '@radix-ui/react-slot': 1.0.2_waboxfqbhuyukugat3xb54brpq
+ '@storybook/client-logger': 8.0.8
+ '@storybook/csf': 0.1.4
+ '@storybook/global': 5.0.0
+ '@storybook/icons': 1.2.9_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/theming': 8.0.8_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/types': 8.0.8
+ memoizerific: 1.11.3
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ util-deprecate: 1.0.2
+ transitivePeerDependencies:
+ - '@types/react'
+ dev: true
+
/@storybook/components/8.0.8_qzycrpzqvmvb7wd2jdibmpq2cy:
resolution: {integrity: sha512-EpBExH4kHWQJSfA8QXJJ5AsLRUGi5X/zWY7ffiYW8rtnBmEnk3T9FpmnyJlY1A8sdd3b1wQ07JGBDHfL1mdELw==}
peerDependencies:
@@ -7814,6 +8635,17 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: true
+ /@storybook/icons/1.2.9_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ dependencies:
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ dev: true
+
/@storybook/instrumenter/8.0.10:
resolution: {integrity: sha512-6IYjWeQFA5x68xRoW5dU4yAc1Hwq1ZBkZbXVgJbr5LJw5x+y8eKdZzIaOmSsSKOI96R7J5YWWd2WA1Q0nRurtg==}
dependencies:
@@ -7849,6 +8681,29 @@ packages:
- react-dom
dev: true
+ /@storybook/manager-api/8.0.8_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-1HU4nfLRi0sD2uw229gb8EQyufNWrLvMNpg013kBsBXRd+Dj4dqF3v+KrYFNtteY7riC4mAJ6YcQ4tBUNYZDug==}
+ dependencies:
+ '@storybook/channels': 8.0.8
+ '@storybook/client-logger': 8.0.8
+ '@storybook/core-events': 8.0.8
+ '@storybook/csf': 0.1.4
+ '@storybook/global': 5.0.0
+ '@storybook/icons': 1.2.9_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/router': 8.0.8
+ '@storybook/theming': 8.0.8_nnrd3gsncyragczmpvfhocinkq
+ '@storybook/types': 8.0.8
+ dequal: 2.0.3
+ lodash: 4.17.21
+ memoizerific: 1.11.3
+ store2: 2.14.3
+ telejson: 7.2.0
+ ts-dedent: 2.2.0
+ transitivePeerDependencies:
+ - react
+ - react-dom
+ dev: true
+
/@storybook/manager/8.0.8:
resolution: {integrity: sha512-pWYHSDmgT8p/XbQMKuDPdgB6KzjePI6dU5KQ5MERYfch1UiuGPVm1HHDlxxSfHW0IIXw9Qnwq4L0Awe4qhvJKQ==}
dev: true
@@ -7909,6 +8764,16 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: true
+ /@storybook/react-dom-shim/8.0.8_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-vOMlAz2HH/xfgZmSO28fCEmp5/tPxINDEdBDVLdZeYG6R1j5jlMRyaNcXt4cPNDkyc///PkB/K767hg4goca/Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ dependencies:
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ dev: true
+
/@storybook/react-vite/8.0.8_kz4snxme4uqdqfyhdjtvabc33e:
resolution: {integrity: sha512-3xN+/KgcjEAKJ0cM8yFYk8+T59kgKSMlQaavoIgQudbEErSubr9l7jDWXH44afQIEBVs++ayYWrbEN2wyMGoug==}
engines: {node: '>=18.0.0'}
@@ -8037,6 +8902,25 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: true
+ /@storybook/theming/8.0.8_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-43hkNz7yo8Bl97AO2WbxIGprUqMhUZyK9g8383bd30gSxy9nfND/bdSdcgmA8IokDn8qp37Q4QmxtUZdhjMzZQ==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ peerDependenciesMeta:
+ react:
+ optional: true
+ react-dom:
+ optional: true
+ dependencies:
+ '@emotion/use-insertion-effect-with-fallbacks': 1.0.1_react@18.3.1
+ '@storybook/client-logger': 8.0.8
+ '@storybook/global': 5.0.0
+ memoizerific: 1.11.3
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ dev: true
+
/@storybook/types/8.0.10:
resolution: {integrity: sha512-S/hKS7+SqNnYIehwxdQ4M2nnlfGDdYWAXdtPCVJCmS+YF2amgAxeuisiHbUg7eypds6VL0Oxk/j2nPEHOHk9pg==}
dependencies:
@@ -8053,9 +8937,9 @@ packages:
file-system-cache: 2.3.0
dev: true
- /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==}
- engines: {node: '>=10'}
+ /@svgr/babel-plugin-add-jsx-attribute/8.0.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
@@ -8077,118 +8961,118 @@ packages:
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==}
- engines: {node: '>=10'}
+ /@svgr/babel-plugin-replace-jsx-attribute-value/8.0.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==}
- engines: {node: '>=10'}
+ /@svgr/babel-plugin-svg-dynamic-title/8.0.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==}
- engines: {node: '>=10'}
+ /@svgr/babel-plugin-svg-em-dimensions/8.0.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==}
- engines: {node: '>=10'}
+ /@svgr/babel-plugin-transform-react-native-svg/8.1.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==}
+ /@svgr/babel-plugin-transform-svg-component/8.0.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==}
engines: {node: '>=12'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- /@svgr/babel-preset/6.5.1_@babel+core@7.22.20:
- resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==}
- engines: {node: '>=10'}
+ /@svgr/babel-preset/8.1.0_@babel+core@7.22.20:
+ resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==}
+ engines: {node: '>=14'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.22.20
- '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.22.20
+ '@svgr/babel-plugin-add-jsx-attribute': 8.0.0_@babel+core@7.22.20
'@svgr/babel-plugin-remove-jsx-attribute': 8.0.0_@babel+core@7.22.20
'@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0_@babel+core@7.22.20
- '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.22.20
- '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.22.20
- '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.22.20
- '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.22.20
- '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.22.20
-
- /@svgr/core/6.5.1:
- resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==}
- engines: {node: '>=10'}
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0_@babel+core@7.22.20
+ '@svgr/babel-plugin-svg-dynamic-title': 8.0.0_@babel+core@7.22.20
+ '@svgr/babel-plugin-svg-em-dimensions': 8.0.0_@babel+core@7.22.20
+ '@svgr/babel-plugin-transform-react-native-svg': 8.1.0_@babel+core@7.22.20
+ '@svgr/babel-plugin-transform-svg-component': 8.0.0_@babel+core@7.22.20
+
+ /@svgr/core/8.1.0:
+ resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==}
+ engines: {node: '>=14'}
dependencies:
'@babel/core': 7.22.20
- '@svgr/babel-preset': 6.5.1_@babel+core@7.22.20
- '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1
+ '@svgr/babel-preset': 8.1.0_@babel+core@7.22.20
camelcase: 6.3.0
- cosmiconfig: 7.1.0
+ cosmiconfig: 8.2.0
+ snake-case: 3.0.4
transitivePeerDependencies:
- supports-color
- /@svgr/hast-util-to-babel-ast/6.5.1:
- resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==}
- engines: {node: '>=10'}
+ /@svgr/hast-util-to-babel-ast/8.0.0:
+ resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==}
+ engines: {node: '>=14'}
dependencies:
'@babel/types': 7.22.19
entities: 4.5.0
- /@svgr/plugin-jsx/6.5.1_@svgr+core@6.5.1:
- resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==}
- engines: {node: '>=10'}
+ /@svgr/plugin-jsx/8.1.0_@svgr+core@8.1.0:
+ resolution: {integrity: sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==}
+ engines: {node: '>=14'}
peerDependencies:
- '@svgr/core': ^6.0.0
+ '@svgr/core': '*'
dependencies:
'@babel/core': 7.22.20
- '@svgr/babel-preset': 6.5.1_@babel+core@7.22.20
- '@svgr/core': 6.5.1
- '@svgr/hast-util-to-babel-ast': 6.5.1
+ '@svgr/babel-preset': 8.1.0_@babel+core@7.22.20
+ '@svgr/core': 8.1.0
+ '@svgr/hast-util-to-babel-ast': 8.0.0
svg-parser: 2.0.4
transitivePeerDependencies:
- supports-color
- /@svgr/plugin-svgo/6.5.1_@svgr+core@6.5.1:
- resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==}
- engines: {node: '>=10'}
+ /@svgr/plugin-svgo/8.1.0_@svgr+core@8.1.0:
+ resolution: {integrity: sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==}
+ engines: {node: '>=14'}
peerDependencies:
'@svgr/core': '*'
dependencies:
- '@svgr/core': 6.5.1
- cosmiconfig: 7.1.0
+ '@svgr/core': 8.1.0
+ cosmiconfig: 8.2.0
deepmerge: 4.3.1
- svgo: 2.8.0
+ svgo: 3.3.2
- /@svgr/webpack/6.5.1:
- resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==}
- engines: {node: '>=10'}
+ /@svgr/webpack/8.1.0:
+ resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==}
+ engines: {node: '>=14'}
dependencies:
'@babel/core': 7.22.20
'@babel/plugin-transform-react-constant-elements': 7.22.5_@babel+core@7.22.20
'@babel/preset-env': 7.22.20_@babel+core@7.22.20
'@babel/preset-react': 7.22.15_@babel+core@7.22.20
'@babel/preset-typescript': 7.22.15_@babel+core@7.22.20
- '@svgr/core': 6.5.1
- '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1
- '@svgr/plugin-svgo': 6.5.1_@svgr+core@6.5.1
+ '@svgr/core': 8.1.0
+ '@svgr/plugin-jsx': 8.1.0_@svgr+core@8.1.0
+ '@svgr/plugin-svgo': 8.1.0_@svgr+core@8.1.0
transitivePeerDependencies:
- supports-color
@@ -8197,11 +9081,11 @@ packages:
dependencies:
tslib: 2.6.2
- /@szmarczak/http-timer/1.1.2:
- resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==}
- engines: {node: '>=6'}
+ /@szmarczak/http-timer/5.0.1:
+ resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==}
+ engines: {node: '>=14.16'}
dependencies:
- defer-to-connect: 1.1.3
+ defer-to-connect: 2.0.1
/@tanstack/react-virtual/3.0.0-beta.65_react@18.2.0:
resolution: {integrity: sha512-Q21cUoE0C8Oyzy3RAMV+u4BuB+RwIf2/oQRCWksmIBp1PqLEtvXhAldh7v/wUt7WKEkislKDICZAvbYYs7EAyQ==}
@@ -8298,14 +9182,15 @@ packages:
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
engines: {node: '>=10.13.0'}
- /@tsconfig/docusaurus/1.0.6:
- resolution: {integrity: sha512-1QxDaP54hpzM6bq9E+yFEo4F9WbWHhsDe4vktZXF/iDlc9FqGr9qlg+3X/nuKQXx8QxHV7ue8NXFazzajsxFBA==}
- dev: true
-
/@tsconfig/vite-react/2.0.1:
resolution: {integrity: sha512-Sxt6vfbhgEzV2TH/02wLEiM7RJVYGx1mn2INlzovXS6/Fnm7G+CyOHZUD5c5fOlQvH54LNhdGgfI/9fuK6+kuQ==}
dev: true
+ /@types/acorn/4.0.6:
+ resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
+ dependencies:
+ '@types/estree': 1.0.5
+
/@types/aria-query/5.0.1:
resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==}
dev: true
@@ -8437,7 +9322,6 @@ packages:
resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==}
dependencies:
'@types/ms': 0.7.31
- dev: false
/@types/dedent/0.7.0:
resolution: {integrity: sha512-EGlKlgMhnLt/cM4DbUSafFdrkeJoC9Mvnj0PUCU7tFmTjMjNRT957kXCx0wYm3JuEq4o4ZsS5vG+NlkM2DMd2A==}
@@ -8466,6 +9350,11 @@ packages:
resolution: {integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==}
dev: true
+ /@types/estree-jsx/1.0.5:
+ resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
+ dependencies:
+ '@types/estree': 1.0.5
+
/@types/estree/0.0.51:
resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==}
dev: true
@@ -8500,16 +9389,20 @@ packages:
'@types/node': 18.19.55
dev: true
+ /@types/gtag.js/0.0.12:
+ resolution: {integrity: sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==}
+ dev: false
+
/@types/hast/2.3.4:
resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==}
dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 3.0.2
+ dev: false
/@types/hast/3.0.4:
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
dependencies:
'@types/unist': 3.0.2
- dev: true
/@types/history/4.7.11:
resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==}
@@ -8517,8 +9410,8 @@ packages:
/@types/html-minifier-terser/6.1.0:
resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==}
- /@types/http-errors/2.0.1:
- resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==}
+ /@types/http-cache-semantics/4.0.4:
+ resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
/@types/http-errors/2.0.4:
resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==}
@@ -8556,17 +9449,11 @@ packages:
/@types/json-schema/7.0.15:
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
- dev: true
/@types/json5/0.0.29:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true
- /@types/keyv/3.1.4:
- resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
- dependencies:
- '@types/node': 18.19.55
-
/@types/lodash.orderby/4.6.9:
resolution: {integrity: sha512-T9o2wkIJOmxXwVTPTmwJ59W6eTi2FseiLR369fxszG649Po/xe9vqFNhf/MtnvT5jrbDiyWKxPFPZbpSVK0SVQ==}
dependencies:
@@ -8595,11 +9482,16 @@ packages:
/@types/mdast/3.0.11:
resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==}
dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 3.0.2
+ dev: false
+
+ /@types/mdast/4.0.4:
+ resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
+ dependencies:
+ '@types/unist': 3.0.2
/@types/mdx/2.0.13:
resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
- dev: true
/@types/mime/1.3.5:
resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==}
@@ -8613,7 +9505,6 @@ packages:
/@types/ms/0.7.31:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
- dev: false
/@types/node/17.0.45:
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
@@ -8640,9 +9531,6 @@ packages:
/@types/parse-json/4.0.0:
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
- /@types/parse5/5.0.3:
- resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==}
-
/@types/prettier/2.7.3:
resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==}
@@ -8650,6 +9538,9 @@ packages:
resolution: {integrity: sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==}
dev: true
+ /@types/prismjs/1.26.4:
+ resolution: {integrity: sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==}
+
/@types/prop-types/15.7.5:
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
@@ -8719,11 +9610,6 @@ packages:
resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==}
dev: true
- /@types/responselike/1.0.0:
- resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
- dependencies:
- '@types/node': 18.19.55
-
/@types/retry/0.12.0:
resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==}
@@ -8758,7 +9644,7 @@ packages:
/@types/serve-static/1.15.2:
resolution: {integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==}
dependencies:
- '@types/http-errors': 2.0.1
+ '@types/http-errors': 2.0.4
'@types/mime': 3.0.1
'@types/node': 18.19.55
@@ -8794,7 +9680,6 @@ packages:
/@types/unist/3.0.2:
resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}
- dev: true
/@types/uuid/9.0.8:
resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==}
@@ -8813,7 +9698,7 @@ packages:
dependencies:
'@types/yargs-parser': 21.0.0
- /@typescript-eslint/eslint-plugin/5.60.1_xhrszgzeijd4acxjxk6oq4db4u:
+ /@typescript-eslint/eslint-plugin/5.60.1_vrjmbndpxrjxivjbwtnlth4smy:
resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8825,23 +9710,23 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.6.2
- '@typescript-eslint/parser': 5.62.0_z2cqhtrhzo2dttjlb4wsdjp3di
+ '@typescript-eslint/parser': 5.62.0_inylsuzpwuenpw7p6e7ggu4qmy
'@typescript-eslint/scope-manager': 5.60.1
- '@typescript-eslint/type-utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
- '@typescript-eslint/utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
+ '@typescript-eslint/type-utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
+ '@typescript-eslint/utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
debug: 4.3.4
eslint: 8.57.1
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
semver: 7.6.0
- tsutils: 3.21.0_typescript@5.1.3
- typescript: 5.1.3
+ tsutils: 3.21.0_typescript@5.6.3
+ typescript: 5.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/eslint-plugin/5.60.1_xjofbppfavgzddet3eqaopcxxe:
+ /@typescript-eslint/eslint-plugin/5.60.1_xhrszgzeijd4acxjxk6oq4db4u:
resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8853,18 +9738,18 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.6.2
- '@typescript-eslint/parser': 5.62.0_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/parser': 5.62.0_z2cqhtrhzo2dttjlb4wsdjp3di
'@typescript-eslint/scope-manager': 5.60.1
- '@typescript-eslint/type-utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
- '@typescript-eslint/utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/type-utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
+ '@typescript-eslint/utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
debug: 4.3.4
eslint: 8.57.1
grapheme-splitter: 1.0.4
ignore: 5.2.4
natural-compare-lite: 1.4.0
semver: 7.6.0
- tsutils: 3.21.0_typescript@4.9.5
- typescript: 4.9.5
+ tsutils: 3.21.0_typescript@5.1.3
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -8898,13 +9783,13 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/experimental-utils/5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji:
+ /@typescript-eslint/experimental-utils/5.60.1_inylsuzpwuenpw7p6e7ggu4qmy:
resolution: {integrity: sha512-TXUdLxv2t8181nh5yLXl/Gr/zKj1ZofQ7m+ZdmG2+El0TYOHCvlZfc35D4nturemC3RUnf3KmLuFp3bVBjkG5w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@typescript-eslint/utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
eslint: 8.57.1
transitivePeerDependencies:
- supports-color
@@ -8924,7 +9809,7 @@ packages:
- typescript
dev: true
- /@typescript-eslint/parser/5.62.0_avq3eyf5kaj6ssrwo7fvkrwnji:
+ /@typescript-eslint/parser/5.62.0_inylsuzpwuenpw7p6e7ggu4qmy:
resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8936,10 +9821,10 @@ packages:
dependencies:
'@typescript-eslint/scope-manager': 5.62.0
'@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5
+ '@typescript-eslint/typescript-estree': 5.62.0_typescript@5.6.3
debug: 4.3.4
eslint: 8.57.1
- typescript: 4.9.5
+ typescript: 5.6.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -9009,7 +9894,7 @@ packages:
'@typescript-eslint/visitor-keys': 6.5.0
dev: true
- /@typescript-eslint/type-utils/5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji:
+ /@typescript-eslint/type-utils/5.60.1_inylsuzpwuenpw7p6e7ggu4qmy:
resolution: {integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9019,12 +9904,12 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 5.60.1_typescript@4.9.5
- '@typescript-eslint/utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/typescript-estree': 5.60.1_typescript@5.6.3
+ '@typescript-eslint/utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
debug: 4.3.4
eslint: 8.57.1
- tsutils: 3.21.0_typescript@4.9.5
- typescript: 4.9.5
+ tsutils: 3.21.0_typescript@5.6.3
+ typescript: 5.6.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -9110,7 +9995,7 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.60.1_typescript@4.9.5:
+ /@typescript-eslint/typescript-estree/5.60.1_typescript@5.1.3:
resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9125,13 +10010,13 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.6.0
- tsutils: 3.21.0_typescript@4.9.5
- typescript: 4.9.5
+ tsutils: 3.21.0_typescript@5.1.3
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.60.1_typescript@5.1.3:
+ /@typescript-eslint/typescript-estree/5.60.1_typescript@5.6.3:
resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9146,13 +10031,13 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.6.0
- tsutils: 3.21.0_typescript@5.1.3
- typescript: 5.1.3
+ tsutils: 3.21.0_typescript@5.6.3
+ typescript: 5.6.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.62.0_typescript@4.9.5:
+ /@typescript-eslint/typescript-estree/5.62.0_typescript@5.1.3:
resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9167,13 +10052,13 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.6.0
- tsutils: 3.21.0_typescript@4.9.5
- typescript: 4.9.5
+ tsutils: 3.21.0_typescript@5.1.3
+ typescript: 5.1.3
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/typescript-estree/5.62.0_typescript@5.1.3:
+ /@typescript-eslint/typescript-estree/5.62.0_typescript@5.6.3:
resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9188,8 +10073,8 @@ packages:
globby: 11.1.0
is-glob: 4.0.3
semver: 7.6.0
- tsutils: 3.21.0_typescript@5.1.3
- typescript: 5.1.3
+ tsutils: 3.21.0_typescript@5.6.3
+ typescript: 5.6.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -9215,7 +10100,7 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji:
+ /@typescript-eslint/utils/5.60.1_inylsuzpwuenpw7p6e7ggu4qmy:
resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -9226,7 +10111,7 @@ packages:
'@types/semver': 7.5.1
'@typescript-eslint/scope-manager': 5.60.1
'@typescript-eslint/types': 5.60.1
- '@typescript-eslint/typescript-estree': 5.60.1_typescript@4.9.5
+ '@typescript-eslint/typescript-estree': 5.60.1_typescript@5.6.3
eslint: 8.57.1
eslint-scope: 5.1.1
semver: 7.6.0
@@ -10035,6 +10920,26 @@ packages:
'@algolia/transporter': 4.18.0
dev: false
+ /algoliasearch/4.24.0:
+ resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==}
+ 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
+ dev: false
+
/ansi-align/3.0.1:
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
dependencies:
@@ -10197,10 +11102,6 @@ packages:
get-intrinsic: 1.2.4
dev: true
- /asap/2.0.6:
- resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==}
- dev: false
-
/assert/2.0.0:
resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==}
dependencies:
@@ -10244,6 +11145,10 @@ packages:
tslib: 2.6.2
dev: true
+ /astring/1.9.0:
+ resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
+ hasBin: true
+
/async/2.6.4:
resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==}
dependencies:
@@ -10266,8 +11171,23 @@ packages:
engines: {node: '>=4'}
dev: false
- /autoprefixer/10.4.14_postcss@8.4.47:
- resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
+ /autoprefixer/10.4.14_postcss@8.4.47:
+ resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
+ engines: {node: ^10 || ^12 || >=14}
+ hasBin: true
+ peerDependencies:
+ postcss: ^8.1.0
+ dependencies:
+ browserslist: 4.24.0
+ caniuse-lite: 1.0.30001664
+ fraction.js: 4.2.0
+ normalize-range: 0.1.2
+ picocolors: 1.1.0
+ postcss: 8.4.47
+ postcss-value-parser: 4.2.0
+
+ /autoprefixer/10.4.20_postcss@8.4.47:
+ resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
@@ -10275,7 +11195,7 @@ packages:
dependencies:
browserslist: 4.24.0
caniuse-lite: 1.0.30001664
- fraction.js: 4.2.0
+ fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.0
postcss: 8.4.47
@@ -10292,21 +11212,6 @@ packages:
engines: {node: '>=4'}
dev: true
- /axios/0.25.0:
- resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
- dependencies:
- follow-redirects: 1.15.2
- transitivePeerDependencies:
- - debug
-
- /axios/0.25.0_debug@4.3.4:
- resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==}
- dependencies:
- follow-redirects: 1.15.2_debug@4.3.4
- transitivePeerDependencies:
- - debug
- dev: false
-
/axobject-query/3.2.1:
resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==}
dependencies:
@@ -10321,20 +11226,6 @@ packages:
'@babel/core': 7.25.2
dev: true
- /babel-loader/8.3.0_gxbpm2p2grt3clbmoyjoto34cu:
- resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
- engines: {node: '>= 8.9'}
- peerDependencies:
- '@babel/core': ^7.0.0
- webpack: '>=2'
- dependencies:
- '@babel/core': 7.22.20
- find-cache-dir: 3.3.2
- loader-utils: 2.0.4
- make-dir: 3.1.0
- schema-utils: 2.7.1
- webpack: 5.94.0
-
/babel-loader/9.1.2_gxbpm2p2grt3clbmoyjoto34cu:
resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==}
engines: {node: '>= 14.15.0'}
@@ -10347,28 +11238,26 @@ packages:
schema-utils: 4.2.0
webpack: 5.94.0_xv6o4afsychpgm2yejy2midhya
- /babel-plugin-add-module-exports/0.2.1:
- resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==}
-
- /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9:
- resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==}
+ /babel-loader/9.2.1_jom5zxvwt2haid6ae25t5ojc4q:
+ resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==}
+ engines: {node: '>= 14.15.0'}
peerDependencies:
- '@babel/core': ^7.11.6
+ '@babel/core': ^7.12.0
+ webpack: '>=5'
dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.10.4
- '@mdx-js/util': 1.6.22
+ '@babel/core': 7.25.2
+ find-cache-dir: 4.0.0
+ schema-utils: 4.2.0
+ webpack: 5.94.0
+
+ /babel-plugin-add-module-exports/0.2.1:
+ resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==}
/babel-plugin-dynamic-import-node/2.3.3:
resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==}
dependencies:
object.assign: 4.1.5
- /babel-plugin-extract-import-names/1.6.22:
- resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==}
- dependencies:
- '@babel/helper-plugin-utils': 7.10.4
-
/babel-plugin-macros/3.1.0:
resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==}
engines: {node: '>=10', npm: '>=6'}
@@ -10377,6 +11266,19 @@ packages:
cosmiconfig: 7.1.0
resolve: 1.22.8
+ /babel-plugin-polyfill-corejs2/0.4.10_@babel+core@7.22.20:
+ resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/core': 7.22.20
+ '@babel/helper-define-polyfill-provider': 0.6.1_@babel+core@7.22.20
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/babel-plugin-polyfill-corejs2/0.4.10_@babel+core@7.25.2:
resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==}
peerDependencies:
@@ -10388,7 +11290,6 @@ packages:
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- dev: true
/babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.22.20:
resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
@@ -10402,6 +11303,18 @@ packages:
transitivePeerDependencies:
- supports-color
+ /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.25.2:
+ resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.25.2
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
/babel-plugin-polyfill-corejs3/0.10.4_@babel+core@7.25.2:
resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
peerDependencies:
@@ -10414,6 +11327,17 @@ packages:
- supports-color
dev: true
+ /babel-plugin-polyfill-corejs3/0.10.6_@babel+core@7.25.2:
+ resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.6.2_@babel+core@7.25.2
+ core-js-compat: 3.38.1
+ transitivePeerDependencies:
+ - supports-color
+
/babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.22.20:
resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
peerDependencies:
@@ -10425,6 +11349,17 @@ packages:
transitivePeerDependencies:
- supports-color
+ /babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.25.2:
+ resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.25.2
+ core-js-compat: 3.31.0
+ transitivePeerDependencies:
+ - supports-color
+
/babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.22.20:
resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
peerDependencies:
@@ -10435,6 +11370,16 @@ packages:
transitivePeerDependencies:
- supports-color
+ /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.25.2:
+ resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
+ peerDependencies:
+ '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
+ dependencies:
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.25.2
+ transitivePeerDependencies:
+ - supports-color
+
/babel-plugin-polyfill-regenerator/0.6.1_@babel+core@7.25.2:
resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==}
peerDependencies:
@@ -10444,7 +11389,6 @@ packages:
'@babel/helper-define-polyfill-provider': 0.6.1_@babel+core@7.25.2
transitivePeerDependencies:
- supports-color
- dev: true
/babel-plugin-transform-react-remove-prop-types/0.4.24:
resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==}
@@ -10474,20 +11418,12 @@ packages:
- supports-color
dev: true
- /bail/1.0.5:
- resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==}
-
/bail/2.0.2:
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
- dev: false
/balanced-match/1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
- /base16/1.0.0:
- resolution: {integrity: sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==}
- dev: false
-
/base64-js/1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
@@ -10551,19 +11487,6 @@ packages:
/boolbase/1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
- /boxen/5.1.2:
- resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==}
- engines: {node: '>=10'}
- dependencies:
- ansi-align: 3.0.1
- camelcase: 6.3.0
- chalk: 4.1.2
- cli-boxes: 2.2.1
- string-width: 4.2.3
- type-fest: 0.20.2
- widest-line: 3.1.0
- wrap-ansi: 7.0.0
-
/boxen/6.2.1:
resolution: {integrity: sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -10577,6 +11500,19 @@ packages:
widest-line: 4.0.1
wrap-ansi: 8.1.0
+ /boxen/7.1.1:
+ resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ ansi-align: 3.0.1
+ camelcase: 7.0.1
+ chalk: 5.3.0
+ cli-boxes: 3.0.0
+ string-width: 5.1.2
+ type-fest: 2.19.0
+ widest-line: 4.0.1
+ wrap-ansi: 8.1.0
+
/bplist-parser/0.2.0:
resolution: {integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==}
engines: {node: '>= 5.10.0'}
@@ -10616,7 +11552,7 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001611
+ caniuse-lite: 1.0.30001664
electron-to-chromium: 1.4.744
node-releases: 2.0.14
update-browserslist-db: 1.0.13_browserslist@4.21.9
@@ -10641,18 +11577,6 @@ packages:
node-releases: 2.0.18
update-browserslist-db: 1.1.1_browserslist@4.24.0
- /buble/0.19.6:
- resolution: {integrity: sha512-9kViM6nJA1Q548Jrd06x0geh+BG2ru2+RMDkIHHgJY/8AcyCs34lTHwra9BX7YdPrZXd5aarkpr/SY8bmPgPdg==}
- hasBin: true
- dependencies:
- chalk: 2.4.2
- magic-string: 0.25.9
- minimist: 1.2.8
- os-homedir: 1.0.2
- regexpu-core: 4.8.0
- vlq: 1.0.1
- dev: true
-
/buffer-from/1.1.2:
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
@@ -10693,17 +11617,21 @@ packages:
engines: {node: '>=8'}
dev: true
- /cacheable-request/6.1.0:
- resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==}
- engines: {node: '>=8'}
+ /cacheable-lookup/7.0.0:
+ resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==}
+ engines: {node: '>=14.16'}
+
+ /cacheable-request/10.2.14:
+ resolution: {integrity: sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==}
+ engines: {node: '>=14.16'}
dependencies:
- clone-response: 1.0.3
- get-stream: 5.2.0
+ '@types/http-cache-semantics': 4.0.4
+ get-stream: 6.0.1
http-cache-semantics: 4.1.1
- keyv: 3.1.0
- lowercase-keys: 2.0.0
- normalize-url: 4.5.1
- responselike: 1.0.2
+ keyv: 4.5.4
+ mimic-response: 4.0.0
+ normalize-url: 8.0.1
+ responselike: 3.0.0
/call-bind/1.0.7:
resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
@@ -10725,14 +11653,14 @@ packages:
pascal-case: 3.1.2
tslib: 2.6.2
- /camelcase-css/2.0.1:
- resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
- engines: {node: '>= 6'}
-
/camelcase/6.3.0:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
+ /camelcase/7.0.1:
+ resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==}
+ engines: {node: '>=14.16'}
+
/caniuse-api/3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
dependencies:
@@ -10747,8 +11675,8 @@ packages:
/caniuse-lite/1.0.30001664:
resolution: {integrity: sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==}
- /ccount/1.1.0:
- resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==}
+ /ccount/2.0.1:
+ resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
/chai/4.4.1:
resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==}
@@ -10788,20 +11716,22 @@ packages:
/chalk/5.3.0:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
- dev: true
- /character-entities-legacy/1.1.4:
- resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==}
+ /char-regex/1.0.2:
+ resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
+ engines: {node: '>=10'}
+
+ /character-entities-html4/2.1.0:
+ resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
- /character-entities/1.2.4:
- resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==}
+ /character-entities-legacy/3.0.0:
+ resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
/character-entities/2.0.2:
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
- dev: false
- /character-reference-invalid/1.1.4:
- resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==}
+ /character-reference-invalid/2.0.1:
+ resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
/check-error/1.0.3:
resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==}
@@ -10819,6 +11749,23 @@ packages:
domhandler: 5.0.3
domutils: 3.1.0
+ /cheerio/1.0.0:
+ resolution: {integrity: sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==}
+ engines: {node: '>=18.17'}
+ dependencies:
+ cheerio-select: 2.1.0
+ dom-serializer: 2.0.0
+ domhandler: 5.0.3
+ domutils: 3.1.0
+ encoding-sniffer: 0.2.0
+ htmlparser2: 9.1.0
+ parse5: 7.1.2
+ parse5-htmlparser2-tree-adapter: 7.0.0
+ parse5-parser-stream: 7.1.2
+ undici: 6.20.1
+ whatwg-mimetype: 4.0.0
+ dev: false
+
/cheerio/1.0.0-rc.12:
resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==}
engines: {node: '>= 6'}
@@ -10844,6 +11791,7 @@ packages:
readdirp: 3.6.0
optionalDependencies:
fsevents: 2.3.3
+ dev: true
/chokidar/3.6.0:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
@@ -10877,9 +11825,6 @@ packages:
resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
engines: {node: '>=6.0'}
- /ci-info/2.0.0:
- resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
-
/ci-info/3.8.0:
resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
engines: {node: '>=8'}
@@ -10903,10 +11848,6 @@ packages:
resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
engines: {node: '>=6'}
- /cli-boxes/2.2.1:
- resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==}
- engines: {node: '>=6'}
-
/cli-boxes/3.0.0:
resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
engines: {node: '>=10'}
@@ -10930,14 +11871,6 @@ packages:
engines: {node: '>=6'}
dev: true
- /cli-table3/0.6.3:
- resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==}
- engines: {node: 10.* || >= 12.*}
- dependencies:
- string-width: 4.2.3
- optionalDependencies:
- '@colors/colors': 1.5.0
-
/cli-table3/0.6.4:
resolution: {integrity: sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==}
engines: {node: 10.* || >= 12.*}
@@ -10945,7 +11878,6 @@ packages:
string-width: 4.2.3
optionalDependencies:
'@colors/colors': 1.5.0
- dev: true
/cli-truncate/3.1.0:
resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==}
@@ -10963,11 +11895,6 @@ packages:
kind-of: 6.0.3
shallow-clone: 3.0.1
- /clone-response/1.0.3:
- resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==}
- dependencies:
- mimic-response: 1.0.1
-
/clone/1.0.4:
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
engines: {node: '>=0.8'}
@@ -10977,11 +11904,15 @@ packages:
resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
engines: {node: '>=6'}
+ /clsx/2.1.1:
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
+ engines: {node: '>=6'}
+
/codemirror/5.65.13:
resolution: {integrity: sha512-SVWEzKXmbHmTQQWaz03Shrh4nybG0wXx2MEu3FO4ezbPW8IbnZEd5iGHGEffSUaitKYa3i+pHpBsSvw8sPHtzg==}
- /collapse-white-space/1.0.6:
- resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==}
+ /collapse-white-space/2.1.0:
+ resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
/color-convert/1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
@@ -11017,12 +11948,8 @@ packages:
delayed-stream: 1.0.0
dev: true
- /comma-separated-tokens/1.0.8:
- resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==}
-
/comma-separated-tokens/2.0.3:
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
- dev: false
/command-line-args/5.2.1:
resolution: {integrity: sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==}
@@ -11042,6 +11969,10 @@ packages:
table-layout: 1.0.2
typical: 5.2.0
+ /commander/10.0.1:
+ resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
+ engines: {node: '>=14'}
+
/commander/11.0.0:
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
engines: {node: '>=16'}
@@ -11071,17 +12002,12 @@ packages:
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
engines: {node: '>= 12'}
+ /common-path-prefix/3.0.0:
+ resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
+
/commondir/1.0.1:
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
- /component-props/1.1.1:
- resolution: {integrity: sha512-69pIRJs9fCCHRqCz3390YF2LV1Lu6iEMZ5zuVqqUn+G20V9BNXlMs0cWawWeW9g4Ynmg29JmkG6R7/lUJoGd1Q==}
- dev: true
-
- /component-xor/0.0.4:
- resolution: {integrity: sha512-ZIt6sla8gfo+AFVRZoZOertcnD5LJaY2T9CKE2j13NJxQt/mUafD69Bl7/Y4AnpI2LGjiXH7cOfJDx/n2G9edA==}
- dev: true
-
/compressible/2.0.18:
resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==}
engines: {node: '>= 0.6'}
@@ -11109,16 +12035,21 @@ packages:
resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
dev: true
- /configstore/5.0.1:
- resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==}
- engines: {node: '>=8'}
+ /config-chain/1.1.13:
+ resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
+ dependencies:
+ ini: 1.3.8
+ proto-list: 1.2.4
+
+ /configstore/6.0.0:
+ resolution: {integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==}
+ engines: {node: '>=12'}
dependencies:
- dot-prop: 5.3.0
+ dot-prop: 6.0.1
graceful-fs: 4.2.11
- make-dir: 3.1.0
- unique-string: 2.0.0
+ unique-string: 3.0.0
write-file-atomic: 3.0.3
- xdg-basedir: 4.0.0
+ xdg-basedir: 5.1.0
/confusing-browser-globals/1.0.11:
resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==}
@@ -11155,7 +12086,6 @@ packages:
/convert-source-map/2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
- dev: true
/cookie-signature/1.0.6:
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
@@ -11164,8 +12094,8 @@ packages:
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
engines: {node: '>= 0.6'}
- /copy-text-to-clipboard/3.1.0:
- resolution: {integrity: sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==}
+ /copy-text-to-clipboard/3.2.0:
+ resolution: {integrity: sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==}
engines: {node: '>=12'}
/copy-to-clipboard/3.3.3:
@@ -11198,18 +12128,17 @@ packages:
browserslist: 4.24.0
dev: true
+ /core-js-compat/3.38.1:
+ resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==}
+ dependencies:
+ browserslist: 4.24.0
+
/core-js-pure/3.31.0:
resolution: {integrity: sha512-/AnE9Y4OsJZicCzIe97JP5XoPKQJfTuEG43aEVLFJGOJpyqELod+pE6LEl63DfG1Mp8wX97LDaDpy1GmLEUxlg==}
requiresBuild: true
- /core-js/2.6.12:
- resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==}
- 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.
- requiresBuild: true
- dev: true
-
- /core-js/3.31.0:
- resolution: {integrity: sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==}
+ /core-js/3.38.1:
+ resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==}
requiresBuild: true
/core-util-is/1.0.3:
@@ -11244,14 +12173,6 @@ packages:
parse-json: 5.2.0
path-type: 4.0.0
- /cross-fetch/3.1.8:
- resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==}
- dependencies:
- node-fetch: 2.7.0
- transitivePeerDependencies:
- - encoding
- dev: false
-
/cross-spawn/5.1.0:
resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
dependencies:
@@ -11270,10 +12191,17 @@ packages:
/crypto-random-string/2.0.0:
resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
engines: {node: '>=8'}
+ dev: true
- /css-declaration-sorter/6.4.0_postcss@8.4.47:
- resolution: {integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==}
- engines: {node: ^10 || ^12 || >=14}
+ /crypto-random-string/4.0.0:
+ resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==}
+ engines: {node: '>=12'}
+ dependencies:
+ type-fest: 1.4.0
+
+ /css-declaration-sorter/7.2.0_postcss@8.4.47:
+ resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==}
+ engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.0.9
dependencies:
@@ -11306,8 +12234,8 @@ packages:
semver: 7.6.0
webpack: 5.94.0_xv6o4afsychpgm2yejy2midhya
- /css-minimizer-webpack-plugin/4.2.2_a6zio5g5rlfl5lvsizjiulm77e:
- resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==}
+ /css-minimizer-webpack-plugin/5.0.1_a6zio5g5rlfl5lvsizjiulm77e:
+ resolution: {integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==}
engines: {node: '>= 14.15.0'}
peerDependencies:
'@parcel/css': '*'
@@ -11331,13 +12259,13 @@ packages:
lightningcss:
optional: true
dependencies:
+ '@jridgewell/trace-mapping': 0.3.25
clean-css: 5.3.2
- cssnano: 5.1.15_postcss@8.4.47
+ cssnano: 6.1.2_postcss@8.4.47
jest-worker: 29.5.0
postcss: 8.4.47
schema-utils: 4.2.0
serialize-javascript: 6.0.1
- source-map: 0.6.1
webpack: 5.94.0
/css-select/4.3.0:
@@ -11365,6 +12293,20 @@ packages:
mdn-data: 2.0.14
source-map: 0.6.1
+ /css-tree/2.2.1:
+ resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
+ dependencies:
+ mdn-data: 2.0.28
+ source-map-js: 1.2.1
+
+ /css-tree/2.3.1:
+ resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
+ dependencies:
+ mdn-data: 2.0.30
+ source-map-js: 1.2.1
+
/css-unit-converter/1.1.2:
resolution: {integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==}
dev: false
@@ -11382,81 +12324,82 @@ packages:
engines: {node: '>=4'}
hasBin: true
- /cssnano-preset-advanced/5.3.10_postcss@8.4.47:
- resolution: {integrity: sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /cssnano-preset-advanced/6.1.2_postcss@8.4.47:
+ resolution: {integrity: sha512-Nhao7eD8ph2DoHolEzQs5CfRpiEP0xa1HBdnFZ82kvqdmbwVBUr2r1QuQ4t1pi+D1ZpqpcO4T+wy/7RxzJ/WPQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- autoprefixer: 10.4.14_postcss@8.4.47
- cssnano-preset-default: 5.2.14_postcss@8.4.47
+ autoprefixer: 10.4.20_postcss@8.4.47
+ browserslist: 4.24.0
+ cssnano-preset-default: 6.1.2_postcss@8.4.47
postcss: 8.4.47
- postcss-discard-unused: 5.1.0_postcss@8.4.47
- postcss-merge-idents: 5.1.1_postcss@8.4.47
- postcss-reduce-idents: 5.2.0_postcss@8.4.47
- postcss-zindex: 5.1.0_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/5.2.14_postcss@8.4.47:
- resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /cssnano-preset-default/6.1.2_postcss@8.4.47:
+ resolution: {integrity: sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- css-declaration-sorter: 6.4.0_postcss@8.4.47
- cssnano-utils: 3.1.0_postcss@8.4.47
+ browserslist: 4.24.0
+ 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: 8.2.4_postcss@8.4.47
- postcss-colormin: 5.3.1_postcss@8.4.47
- postcss-convert-values: 5.1.3_postcss@8.4.47
- postcss-discard-comments: 5.1.2_postcss@8.4.47
- postcss-discard-duplicates: 5.1.0_postcss@8.4.47
- postcss-discard-empty: 5.1.1_postcss@8.4.47
- postcss-discard-overridden: 5.1.0_postcss@8.4.47
- postcss-merge-longhand: 5.1.7_postcss@8.4.47
- postcss-merge-rules: 5.1.4_postcss@8.4.47
- postcss-minify-font-values: 5.1.0_postcss@8.4.47
- postcss-minify-gradients: 5.1.1_postcss@8.4.47
- postcss-minify-params: 5.1.4_postcss@8.4.47
- postcss-minify-selectors: 5.2.1_postcss@8.4.47
- postcss-normalize-charset: 5.1.0_postcss@8.4.47
- postcss-normalize-display-values: 5.1.0_postcss@8.4.47
- postcss-normalize-positions: 5.1.1_postcss@8.4.47
- postcss-normalize-repeat-style: 5.1.1_postcss@8.4.47
- postcss-normalize-string: 5.1.0_postcss@8.4.47
- postcss-normalize-timing-functions: 5.1.0_postcss@8.4.47
- postcss-normalize-unicode: 5.1.1_postcss@8.4.47
- postcss-normalize-url: 5.1.0_postcss@8.4.47
- postcss-normalize-whitespace: 5.1.1_postcss@8.4.47
- postcss-ordered-values: 5.1.3_postcss@8.4.47
- postcss-reduce-initial: 5.1.2_postcss@8.4.47
- postcss-reduce-transforms: 5.1.0_postcss@8.4.47
- postcss-svgo: 5.1.0_postcss@8.4.47
- postcss-unique-selectors: 5.1.1_postcss@8.4.47
-
- /cssnano-utils/3.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==}
- engines: {node: ^10 || ^12 || >=14.0}
- peerDependencies:
- postcss: ^8.2.15
+ 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:
+ resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
+ peerDependencies:
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /cssnano/5.1.15_postcss@8.4.47:
- resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /cssnano/6.1.2_postcss@8.4.47:
+ resolution: {integrity: sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- cssnano-preset-default: 5.2.14_postcss@8.4.47
- lilconfig: 2.1.0
+ cssnano-preset-default: 6.1.2_postcss@8.4.47
+ lilconfig: 3.1.2
postcss: 8.4.47
- yaml: 1.10.2
- /csso/4.2.0:
- resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==}
- engines: {node: '>=8.0.0'}
+ /csso/5.0.5:
+ resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
dependencies:
- css-tree: 1.1.3
+ css-tree: 2.2.1
/cssstyle/3.0.0:
resolution: {integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==}
@@ -11608,17 +12551,16 @@ packages:
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
dependencies:
character-entities: 2.0.2
- dev: false
/decode-uri-component/0.2.2:
resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
engines: {node: '>=0.10'}
- /decompress-response/3.3.0:
- resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==}
- engines: {node: '>=4'}
+ /decompress-response/6.0.0:
+ resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
+ engines: {node: '>=10'}
dependencies:
- mimic-response: 1.0.1
+ mimic-response: 3.1.0
/dedent/0.7.0:
resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==}
@@ -11701,8 +12643,9 @@ packages:
clone: 1.0.4
dev: true
- /defer-to-connect/1.1.3:
- resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==}
+ /defer-to-connect/2.0.1:
+ resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==}
+ engines: {node: '>=10'}
/define-data-property/1.1.4:
resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
@@ -11776,11 +12719,6 @@ packages:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
- /detab/2.0.4:
- resolution: {integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==}
- dependencies:
- repeat-string: 1.6.1
-
/detect-indent/6.1.0:
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
engines: {node: '>=8'}
@@ -11905,6 +12843,11 @@ packages:
- supports-color
dev: true
+ /devlop/1.1.0:
+ resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
+ dependencies:
+ dequal: 2.0.3
+
/diff-sequences/29.6.3:
resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
@@ -11943,15 +12886,15 @@ packages:
dependencies:
esutils: 2.0.3
- /docusaurus-plugin-react-docgen-typescript/1.1.0_vy67b2njtce6aph6izod4nkvpe:
+ /docusaurus-plugin-react-docgen-typescript/1.1.0_nv7xwfjilno4fjwff3wzeugydq:
resolution: {integrity: sha512-vdGSiTeqR3ww/83TjfQUMhjzKnk+L9Af1jtirrnMmjmSwX4o6WEL99goXSxhucW0qtOmF30+nEnmsjGsZIhbkw==}
peerDependencies:
react: '>=16.8.0 || 18'
react-docgen-typescript: ^2.0.0
dependencies:
glob: 8.1.0
- react: 18.2.0
- react-docgen-typescript: 2.2.2_typescript@4.9.5
+ react: 18.3.1
+ react-docgen-typescript: 2.2.2_typescript@5.6.3
dev: false
/dom-accessibility-api/0.5.16:
@@ -11980,13 +12923,6 @@ packages:
csstype: 3.1.2
dev: false
- /dom-iterator/1.0.0:
- resolution: {integrity: sha512-7dsMOQI07EMU98gQM8NSB3GsAiIeBYIPKpnxR3c9xOvdvBjChAcOM0iJ222I3p5xyiZO9e5oggkNaCusuTdYig==}
- dependencies:
- component-props: 1.1.1
- component-xor: 0.0.4
- dev: true
-
/dom-serializer/1.4.1:
resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==}
dependencies:
@@ -12043,9 +12979,9 @@ packages:
no-case: 3.0.4
tslib: 2.6.2
- /dot-prop/5.3.0:
- resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==}
- engines: {node: '>=8'}
+ /dot-prop/6.0.1:
+ resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
+ engines: {node: '>=10'}
dependencies:
is-obj: 2.0.0
@@ -12062,9 +12998,6 @@ packages:
/duplexer/0.1.2:
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
- /duplexer3/0.1.5:
- resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==}
-
/duplexify/3.7.1:
resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==}
dependencies:
@@ -12100,21 +13033,32 @@ packages:
/emoji-regex/9.2.2:
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
+ /emojilib/2.4.0:
+ resolution: {integrity: sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==}
+
/emojis-list/3.0.0:
resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
engines: {node: '>= 4'}
- /emoticon/3.2.0:
- resolution: {integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==}
+ /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'}
+ /encoding-sniffer/0.2.0:
+ resolution: {integrity: sha512-ju7Wq1kg04I3HtiYIOrUrdfdDvkyO9s5XM8QAj/bN61Yo/Vb4vgJxy5vi4Yxk01gWHbrofpPtpxM8bKger9jhg==}
+ dependencies:
+ iconv-lite: 0.6.3
+ whatwg-encoding: 3.1.1
+ dev: false
+
/end-of-stream/1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
dependencies:
once: 1.4.0
+ dev: true
/enhanced-resolve/5.15.0:
resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
@@ -12443,17 +13387,13 @@ packages:
'@esbuild/win32-x64': 0.21.5
dev: true
- /escalade/3.1.2:
- resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
- engines: {node: '>=6'}
-
/escalade/3.2.0:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
- /escape-goat/2.1.1:
- resolution: {integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==}
- engines: {node: '>=8'}
+ /escape-goat/4.0.0:
+ resolution: {integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==}
+ engines: {node: '>=12'}
/escape-html/1.0.3:
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
@@ -12471,6 +13411,10 @@ packages:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
+ /escape-string-regexp/5.0.0:
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
+ engines: {node: '>=12'}
+
/escodegen/2.1.0:
resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
engines: {node: '>=6.0'}
@@ -12483,7 +13427,7 @@ packages:
source-map: 0.6.1
dev: true
- /eslint-config-react-app/7.0.1_7y6hzbvyor3xnkscy2s3nwwoya:
+ /eslint-config-react-app/7.0.1_adbxcjuxefzqfysrxmhtt7tuvm:
resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -12496,19 +13440,19 @@ packages:
'@babel/core': 7.22.20
'@babel/eslint-parser': 7.22.5_3zznu2wx7vnub2vef4y7eq7nxq
'@rushstack/eslint-patch': 1.3.2
- '@typescript-eslint/eslint-plugin': 5.60.1_xjofbppfavgzddet3eqaopcxxe
- '@typescript-eslint/parser': 5.62.0_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/eslint-plugin': 5.60.1_vrjmbndpxrjxivjbwtnlth4smy
+ '@typescript-eslint/parser': 5.62.0_inylsuzpwuenpw7p6e7ggu4qmy
babel-preset-react-app: 10.0.1
confusing-browser-globals: 1.0.11
eslint: 8.57.1
eslint-plugin-flowtype: 8.0.3_3o65qkzjps7j6h6sefaw23hbcm
eslint-plugin-import: 2.27.5_pxvohtismendhqqucj752ob6hu
- eslint-plugin-jest: 25.7.0_rycmi5h4vbyckhfunnjchp3a6y
+ eslint-plugin-jest: 25.7.0_aljtxbct47ktx4qgvofckoquuu
eslint-plugin-jsx-a11y: 6.7.1_eslint@8.57.1
eslint-plugin-react: 7.32.2_eslint@8.57.1
eslint-plugin-react-hooks: 4.6.0_eslint@8.57.1
- eslint-plugin-testing-library: 5.11.0_avq3eyf5kaj6ssrwo7fvkrwnji
- typescript: 4.9.5
+ eslint-plugin-testing-library: 5.11.0_inylsuzpwuenpw7p6e7ggu4qmy
+ typescript: 5.6.3
transitivePeerDependencies:
- '@babel/plugin-syntax-flow'
- '@babel/plugin-transform-react-jsx'
@@ -12640,7 +13584,7 @@ packages:
- supports-color
dev: true
- /eslint-plugin-jest/25.7.0_lxvkpa4ttypgmzqye2ifao2hcy:
+ /eslint-plugin-jest/25.7.0_aljtxbct47ktx4qgvofckoquuu:
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
peerDependencies:
@@ -12653,15 +13597,15 @@ packages:
jest:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.60.1_xhrszgzeijd4acxjxk6oq4db4u
- '@typescript-eslint/experimental-utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
+ '@typescript-eslint/eslint-plugin': 5.60.1_vrjmbndpxrjxivjbwtnlth4smy
+ '@typescript-eslint/experimental-utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
eslint: 8.57.1
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /eslint-plugin-jest/25.7.0_rycmi5h4vbyckhfunnjchp3a6y:
+ /eslint-plugin-jest/25.7.0_lxvkpa4ttypgmzqye2ifao2hcy:
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
peerDependencies:
@@ -12674,8 +13618,8 @@ packages:
jest:
optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': 5.60.1_xjofbppfavgzddet3eqaopcxxe
- '@typescript-eslint/experimental-utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/eslint-plugin': 5.60.1_xhrszgzeijd4acxjxk6oq4db4u
+ '@typescript-eslint/experimental-utils': 5.60.1_z2cqhtrhzo2dttjlb4wsdjp3di
eslint: 8.57.1
transitivePeerDependencies:
- supports-color
@@ -12773,13 +13717,13 @@ packages:
- typescript
dev: true
- /eslint-plugin-testing-library/5.11.0_avq3eyf5kaj6ssrwo7fvkrwnji:
+ /eslint-plugin-testing-library/5.11.0_inylsuzpwuenpw7p6e7ggu4qmy:
resolution: {integrity: sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'}
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
dependencies:
- '@typescript-eslint/utils': 5.60.1_avq3eyf5kaj6ssrwo7fvkrwnji
+ '@typescript-eslint/utils': 5.60.1_inylsuzpwuenpw7p6e7ggu4qmy
eslint: 8.57.1
transitivePeerDependencies:
- supports-color
@@ -12902,6 +13846,40 @@ packages:
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
engines: {node: '>=4.0'}
+ /estree-util-attach-comments/3.0.0:
+ resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==}
+ dependencies:
+ '@types/estree': 1.0.5
+
+ /estree-util-build-jsx/3.0.1:
+ resolution: {integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==}
+ dependencies:
+ '@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:
+ resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
+
+ /estree-util-to-js/2.0.0:
+ resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ astring: 1.9.0
+ source-map: 0.7.4
+
+ /estree-util-value-to-estree/3.1.2:
+ resolution: {integrity: sha512-S0gW2+XZkmsx00tU2uJ4L9hUT7IFabbml9pHh2WQqFmAbxit++YGZne0sKJbNwkj9Wvg9E4uqWl4nCIFQMmfag==}
+ dependencies:
+ '@types/estree': 1.0.5
+
+ /estree-util-visit/2.0.0:
+ resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ '@types/unist': 3.0.2
+
/estree-walker/2.0.2:
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
dev: true
@@ -12910,20 +13888,14 @@ packages:
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
dependencies:
'@types/estree': 1.0.5
- dev: true
/esutils/2.0.3:
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines: {node: '>=0.10.0'}
- /eta/1.14.2:
- resolution: {integrity: sha512-wZmJAV7EFUG5W8XNXSazIdichnWEhGB1OWg4tnXWPj0CPNUcFdgorGNO6N9p6WBUgoUe4P0OziJYn1+6zxP2aQ==}
- engines: {node: '>=6.0.0'}
-
/eta/2.2.0:
resolution: {integrity: sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==}
engines: {node: '>=6.0.0'}
- dev: false
/etag/1.8.1:
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
@@ -13114,38 +14086,17 @@ packages:
dependencies:
reusify: 1.0.4
+ /fault/2.0.1:
+ resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
+ dependencies:
+ format: 0.2.2
+
/faye-websocket/0.11.4:
resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==}
engines: {node: '>=0.8.0'}
dependencies:
websocket-driver: 0.7.4
- /fbemitter/3.0.0:
- resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==}
- dependencies:
- fbjs: 3.0.5
- transitivePeerDependencies:
- - encoding
- dev: false
-
- /fbjs-css-vars/1.0.2:
- resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==}
- dev: false
-
- /fbjs/3.0.5:
- resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==}
- dependencies:
- cross-fetch: 3.1.8
- fbjs-css-vars: 1.0.2
- loose-envify: 1.4.0
- object-assign: 4.1.1
- promise: 7.3.1
- setimmediate: 1.0.5
- ua-parser-js: 1.0.35
- transitivePeerDependencies:
- - encoding
- dev: false
-
/feed/4.2.2:
resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==}
engines: {node: '>=0.4.0'}
@@ -13259,6 +14210,13 @@ packages:
make-dir: 3.1.0
pkg-dir: 4.2.0
+ /find-cache-dir/4.0.0:
+ resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ common-path-prefix: 3.0.0
+ pkg-dir: 7.0.0
+
/find-replace/3.0.0:
resolution: {integrity: sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==}
engines: {node: '>=4.0.0'}
@@ -13289,6 +14247,13 @@ packages:
locate-path: 6.0.0
path-exists: 4.0.0
+ /find-up/6.3.0:
+ resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ locate-path: 7.2.0
+ path-exists: 5.0.0
+
/flat-cache/3.0.4:
resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
engines: {node: ^10.12.0 || >=12.0.0}
@@ -13309,18 +14274,6 @@ packages:
engines: {node: '>=0.4.0'}
dev: true
- /flux/4.0.4_react@18.2.0:
- resolution: {integrity: sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==}
- peerDependencies:
- react: ^15.0.2 || ^16.0.0 || ^17.0.0 || 18
- dependencies:
- fbemitter: 3.0.0
- fbjs: 3.0.5
- react: 18.2.0
- transitivePeerDependencies:
- - encoding
- dev: false
-
/follow-redirects/1.15.2:
resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
engines: {node: '>=4.0'}
@@ -13355,7 +14308,7 @@ packages:
signal-exit: 4.1.0
dev: true
- /fork-ts-checker-webpack-plugin/6.5.3_egvvflrcmj5fbpumsoysdd7i5a:
+ /fork-ts-checker-webpack-plugin/6.5.3_ui7adrgquoqvodctsjvyz7u2xe:
resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==}
engines: {node: '>=10', yarn: '>=1.0.0'}
peerDependencies:
@@ -13370,9 +14323,9 @@ packages:
optional: true
dependencies:
'@babel/code-frame': 7.24.7
- '@types/json-schema': 7.0.12
+ '@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
eslint: 8.57.1
@@ -13383,9 +14336,13 @@ packages:
schema-utils: 2.7.0
semver: 7.6.0
tapable: 1.1.3
- typescript: 4.9.5
+ typescript: 5.6.3
webpack: 5.94.0
+ /form-data-encoder/2.1.4:
+ 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==}
engines: {node: '>= 6'}
@@ -13395,6 +14352,10 @@ packages:
mime-types: 2.1.35
dev: true
+ /format/0.2.2:
+ resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
+ engines: {node: '>=0.4.x'}
+
/forwarded/0.2.0:
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
engines: {node: '>= 0.6'}
@@ -13402,6 +14363,9 @@ packages:
/fraction.js/4.2.0:
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
+ /fraction.js/4.3.7:
+ resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
+
/fresh/0.5.2:
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
engines: {node: '>= 0.6'}
@@ -13416,7 +14380,8 @@ packages:
dependencies:
graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
+ dev: false
/fs-extra/11.1.1:
resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
@@ -13434,7 +14399,6 @@ packages:
graceful-fs: 4.2.11
jsonfile: 6.1.0
universalify: 2.0.1
- dev: true
/fs-extra/9.1.0:
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
@@ -13443,7 +14407,7 @@ packages:
at-least-node: 1.0.0
graceful-fs: 4.2.11
jsonfile: 6.1.0
- universalify: 2.0.0
+ universalify: 2.0.1
/fs-minipass/2.1.0:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
@@ -13527,18 +14491,6 @@ packages:
resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==}
engines: {node: '>=4'}
- /get-stream/4.1.0:
- resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==}
- engines: {node: '>=6'}
- dependencies:
- pump: 3.0.0
-
- /get-stream/5.2.0:
- resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
- engines: {node: '>=8'}
- dependencies:
- pump: 3.0.0
-
/get-stream/6.0.1:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'}
@@ -13719,23 +14671,24 @@ packages:
dependencies:
get-intrinsic: 1.2.4
- /got/9.6.0:
- resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==}
- engines: {node: '>=8.6'}
+ /got/12.6.1:
+ resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==}
+ engines: {node: '>=14.16'}
dependencies:
- '@sindresorhus/is': 0.14.0
- '@szmarczak/http-timer': 1.1.2
- '@types/keyv': 3.1.4
- '@types/responselike': 1.0.0
- cacheable-request: 6.1.0
- decompress-response: 3.3.0
- duplexer3: 0.1.5
- get-stream: 4.1.0
- lowercase-keys: 1.0.1
- mimic-response: 1.0.1
- p-cancelable: 1.1.0
- to-readable-stream: 1.0.0
- url-parse-lax: 3.0.0
+ '@sindresorhus/is': 5.6.0
+ '@szmarczak/http-timer': 5.0.1
+ cacheable-lookup: 7.0.0
+ cacheable-request: 10.2.14
+ decompress-response: 6.0.0
+ form-data-encoder: 2.1.4
+ get-stream: 6.0.1
+ http2-wrapper: 2.2.1
+ lowercase-keys: 3.0.0
+ p-cancelable: 3.0.0
+ responselike: 3.0.0
+
+ /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==}
@@ -13828,15 +14781,16 @@ packages:
dependencies:
has-symbols: 1.0.3
- /has-yarn/2.1.0:
- resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==}
- engines: {node: '>=8'}
+ /has-yarn/3.0.0:
+ resolution: {integrity: sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/has/1.0.3:
resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
engines: {node: '>= 0.4.0'}
dependencies:
function-bind: 1.1.2
+ dev: true
/hasown/2.0.2:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
@@ -13844,26 +14798,17 @@ packages:
dependencies:
function-bind: 1.1.2
- /hast-to-hyperscript/9.0.1:
- resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==}
+ /hast-util-from-parse5/8.0.1:
+ resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==}
dependencies:
- '@types/unist': 2.0.6
- comma-separated-tokens: 1.0.8
- property-information: 5.6.0
- space-separated-tokens: 1.1.5
- style-to-object: 0.3.0
- unist-util-is: 4.1.0
- web-namespaces: 1.1.4
-
- /hast-util-from-parse5/6.0.1:
- resolution: {integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==}
- dependencies:
- '@types/parse5': 5.0.3
- hastscript: 6.0.0
- property-information: 5.6.0
- vfile: 4.2.1
- vfile-location: 3.2.0
- web-namespaces: 1.1.4
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.2
+ devlop: 1.1.0
+ hastscript: 8.0.0
+ property-information: 6.2.0
+ vfile: 6.0.3
+ vfile-location: 5.0.3
+ web-namespaces: 2.0.1
/hast-util-heading-rank/3.0.0:
resolution: {integrity: sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==}
@@ -13877,31 +14822,81 @@ packages:
'@types/hast': 3.0.4
dev: true
- /hast-util-parse-selector/2.2.5:
- resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==}
+ /hast-util-parse-selector/4.0.0:
+ resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
+ dependencies:
+ '@types/hast': 3.0.4
+
+ /hast-util-raw/9.0.4:
+ resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==}
+ dependencies:
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.2
+ '@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.2.0
+ parse5: 7.1.2
+ unist-util-position: 5.0.0
+ unist-util-visit: 5.0.0
+ vfile: 6.0.3
+ web-namespaces: 2.0.1
+ zwitch: 2.0.4
- /hast-util-raw/6.0.1:
- resolution: {integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==}
+ /hast-util-to-estree/3.1.0:
+ resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
dependencies:
- '@types/hast': 2.3.4
- hast-util-from-parse5: 6.0.1
- hast-util-to-parse5: 6.0.0
- html-void-elements: 1.0.5
- parse5: 6.0.1
- unist-util-position: 3.1.0
- vfile: 4.2.1
- web-namespaces: 1.1.4
- xtend: 4.0.2
- zwitch: 1.0.5
+ '@types/estree': 1.0.5
+ '@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.1
+ mdast-util-mdx-jsx: 3.1.3
+ mdast-util-mdxjs-esm: 2.0.1
+ property-information: 6.2.0
+ space-separated-tokens: 2.0.2
+ style-to-object: 0.4.1
+ unist-util-position: 5.0.0
+ zwitch: 2.0.4
+ transitivePeerDependencies:
+ - supports-color
- /hast-util-to-parse5/6.0.0:
- resolution: {integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==}
+ /hast-util-to-jsx-runtime/2.3.2:
+ resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==}
dependencies:
- hast-to-hyperscript: 9.0.1
- property-information: 5.6.0
- web-namespaces: 1.1.4
- xtend: 4.0.2
- zwitch: 1.0.5
+ '@types/estree': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/unist': 3.0.2
+ comma-separated-tokens: 2.0.3
+ devlop: 1.1.0
+ estree-util-is-identifier-name: 3.0.0
+ hast-util-whitespace: 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.2.0
+ space-separated-tokens: 2.0.2
+ 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:
+ resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==}
+ dependencies:
+ '@types/hast': 3.0.4
+ comma-separated-tokens: 2.0.3
+ devlop: 1.1.0
+ property-information: 6.2.0
+ space-separated-tokens: 2.0.2
+ web-namespaces: 2.0.1
+ zwitch: 2.0.4
/hast-util-to-string/3.0.0:
resolution: {integrity: sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==}
@@ -13913,14 +14908,19 @@ packages:
resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==}
dev: false
- /hastscript/6.0.0:
- resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==}
+ /hast-util-whitespace/3.0.0:
+ resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
dependencies:
- '@types/hast': 2.3.4
- comma-separated-tokens: 1.0.8
- hast-util-parse-selector: 2.2.5
- property-information: 5.6.0
- space-separated-tokens: 1.1.5
+ '@types/hast': 3.0.4
+
+ /hastscript/8.0.0:
+ resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==}
+ dependencies:
+ '@types/hast': 3.0.4
+ comma-separated-tokens: 2.0.3
+ hast-util-parse-selector: 4.0.0
+ property-information: 6.2.0
+ space-separated-tokens: 2.0.2
/he/1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
@@ -13978,7 +14978,20 @@ packages:
he: 1.2.0
param-case: 3.0.4
relateurl: 0.2.7
- terser: 5.18.2
+ terser: 5.31.6
+
+ /html-minifier-terser/7.2.0:
+ resolution: {integrity: sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==}
+ engines: {node: ^14.13.1 || >=16.0.0}
+ hasBin: true
+ dependencies:
+ camel-case: 4.1.2
+ clean-css: 5.3.2
+ commander: 10.0.1
+ entities: 4.5.0
+ param-case: 3.0.4
+ relateurl: 0.2.7
+ terser: 5.31.6
/html-parse-stringify/3.0.1:
resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==}
@@ -13990,8 +15003,8 @@ packages:
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
engines: {node: '>=8'}
- /html-void-elements/1.0.5:
- resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==}
+ /html-void-elements/3.0.0:
+ resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
/html-webpack-plugin/5.5.3_webpack@5.94.0:
resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==}
@@ -14022,6 +15035,15 @@ packages:
domutils: 3.1.0
entities: 4.5.0
+ /htmlparser2/9.1.0:
+ resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==}
+ dependencies:
+ domelementtype: 2.3.0
+ domhandler: 5.0.3
+ domutils: 3.1.0
+ entities: 4.5.0
+ dev: false
+
/http-cache-semantics/4.1.1:
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
@@ -14119,6 +15141,13 @@ packages:
- debug
dev: false
+ /http2-wrapper/2.2.1:
+ resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==}
+ engines: {node: '>=10.19.0'}
+ dependencies:
+ quick-lru: 5.1.1
+ resolve-alpn: 1.2.1
+
/https-proxy-agent/5.0.1:
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
engines: {node: '>= 6'}
@@ -14169,7 +15198,6 @@ packages:
engines: {node: '>=0.10.0'}
dependencies:
safer-buffer: 2.1.2
- dev: true
/icss-utils/5.1.0_postcss@8.4.47:
resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
@@ -14210,9 +15238,9 @@ packages:
parent-module: 1.0.1
resolve-from: 4.0.0
- /import-lazy/2.1.0:
- resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==}
- engines: {node: '>=4'}
+ /import-lazy/4.0.0:
+ resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
+ engines: {node: '>=8'}
/import-local/3.1.0:
resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==}
@@ -14234,8 +15262,8 @@ packages:
resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==}
dev: true
- /infima/0.2.0-alpha.42:
- resolution: {integrity: sha512-ift8OXNbQQwtbIt6z16KnSWP7uJ/SysSMFI4F87MNRTicypfl4Pv3E2OGVv6N3nSZFJvA8imYulCBS64iyHYww==}
+ /infima/0.2.0-alpha.44:
+ resolution: {integrity: sha512-tuRkUSO/lB3rEhLJk25atwAjgLuzq070+pOW8XcvpHky/YbENnRRdPd85IBkyeTgttmOy5ah+yHYsK1HhUd4lQ==}
engines: {node: '>=12'}
/inflight/1.0.6:
@@ -14261,6 +15289,9 @@ packages:
/inline-style-parser/0.1.1:
resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==}
+ /inline-style-parser/0.2.4:
+ resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==}
+
/inline-style-prefixer/6.0.4:
resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==}
dependencies:
@@ -14323,14 +15354,14 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dev: true
- /is-alphabetical/1.0.4:
- resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==}
+ /is-alphabetical/2.0.1:
+ resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
- /is-alphanumerical/1.0.4:
- resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==}
+ /is-alphanumerical/2.0.1:
+ resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
dependencies:
- is-alphabetical: 1.0.4
- is-decimal: 1.0.4
+ is-alphabetical: 2.0.1
+ is-decimal: 2.0.1
/is-arguments/1.1.1:
resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==}
@@ -14373,21 +15404,23 @@ packages:
/is-buffer/2.0.5:
resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==}
engines: {node: '>=4'}
+ dev: false
/is-callable/1.2.7:
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines: {node: '>= 0.4'}
- /is-ci/2.0.0:
- resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==}
+ /is-ci/3.0.1:
+ resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
dependencies:
- ci-info: 2.0.0
+ ci-info: 3.8.0
/is-core-module/2.12.1:
resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==}
dependencies:
has: 1.0.3
+ dev: true
/is-core-module/2.13.1:
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
@@ -14401,8 +15434,8 @@ packages:
has-tostringtag: 1.0.2
dev: true
- /is-decimal/1.0.4:
- resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==}
+ /is-decimal/2.0.1:
+ resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
/is-deflate/1.0.0:
resolution: {integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==}
@@ -14453,8 +15486,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /is-hexadecimal/1.0.4:
- resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==}
+ /is-hexadecimal/2.0.1:
+ resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
/is-installed-globally/0.4.0:
resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==}
@@ -14484,9 +15517,9 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /is-npm/5.0.0:
- resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==}
- engines: {node: '>=10'}
+ /is-npm/6.0.0:
+ resolution: {integrity: sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/is-number-object/1.0.7:
resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==}
@@ -14515,10 +15548,6 @@ packages:
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
engines: {node: '>=8'}
- /is-plain-obj/2.1.0:
- resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
- engines: {node: '>=8'}
-
/is-plain-obj/3.0.0:
resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==}
engines: {node: '>=10'}
@@ -14526,7 +15555,6 @@ packages:
/is-plain-obj/4.1.0:
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
engines: {node: '>=12'}
- dev: false
/is-plain-object/2.0.4:
resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
@@ -14543,6 +15571,11 @@ packages:
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
dev: true
+ /is-reference/3.0.2:
+ resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==}
+ dependencies:
+ '@types/estree': 1.0.5
+
/is-regex/1.1.4:
resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==}
engines: {node: '>= 0.4'}
@@ -14640,20 +15673,15 @@ packages:
get-intrinsic: 1.2.4
dev: true
- /is-whitespace-character/1.0.4:
- resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==}
-
- /is-word-character/1.0.4:
- resolution: {integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==}
-
/is-wsl/2.2.0:
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
engines: {node: '>=8'}
dependencies:
is-docker: 2.2.1
- /is-yarn-global/0.3.0:
- resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==}
+ /is-yarn-global/0.4.1:
+ resolution: {integrity: sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==}
+ engines: {node: '>=12'}
/isarray/0.0.1:
resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==}
@@ -14767,6 +15795,10 @@ packages:
resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==}
hasBin: true
+ /jiti/1.21.6:
+ resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
+ hasBin: true
+
/joi/17.9.2:
resolution: {integrity: sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==}
dependencies:
@@ -14915,8 +15947,13 @@ packages:
engines: {node: '>=4'}
hasBin: true
- /json-buffer/3.0.0:
- resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==}
+ /jsesc/3.0.2:
+ resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
+ engines: {node: '>=6'}
+ hasBin: true
+
+ /json-buffer/3.0.1:
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
/json-parse-even-better-errors/2.3.1:
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
@@ -14959,10 +15996,10 @@ packages:
object.values: 1.1.6
dev: true
- /keyv/3.1.0:
- resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==}
+ /keyv/4.5.4:
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
dependencies:
- json-buffer: 3.0.0
+ json-buffer: 3.0.1
/kind-of/6.0.3:
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
@@ -14993,11 +16030,11 @@ packages:
language-subtag-registry: 0.3.22
dev: true
- /latest-version/5.1.0:
- resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==}
- engines: {node: '>=8'}
+ /latest-version/7.0.0:
+ resolution: {integrity: sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==}
+ engines: {node: '>=14.16'}
dependencies:
- package-json: 6.5.0
+ package-json: 8.1.1
/launch-editor/2.6.0:
resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==}
@@ -15033,6 +16070,11 @@ packages:
/lilconfig/2.1.0:
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
engines: {node: '>=10'}
+ dev: true
+
+ /lilconfig/3.1.2:
+ resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
+ engines: {node: '>=14'}
/lines-and-columns/1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
@@ -15124,20 +16166,18 @@ packages:
dependencies:
p-locate: 5.0.0
+ /locate-path/7.2.0:
+ resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ p-locate: 6.0.0
+
/lodash.camelcase/4.3.0:
resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==}
- /lodash.curry/4.1.1:
- resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==}
- dev: false
-
/lodash.debounce/4.0.8:
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
- /lodash.flow/3.5.0:
- resolution: {integrity: sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==}
- dev: false
-
/lodash.memoize/4.1.2:
resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
@@ -15180,6 +16220,9 @@ packages:
wrap-ansi: 8.1.0
dev: true
+ /longest-streak/3.1.0:
+ resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
+
/loose-envify/1.4.0:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
@@ -15197,13 +16240,9 @@ packages:
dependencies:
tslib: 2.6.2
- /lowercase-keys/1.0.1:
- resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==}
- engines: {node: '>=0.10.0'}
-
- /lowercase-keys/2.0.0:
- resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==}
- engines: {node: '>=8'}
+ /lowercase-keys/3.0.0:
+ resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/lru-cache/10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
@@ -15309,8 +16348,12 @@ packages:
resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==}
dev: false
- /markdown-escapes/1.0.4:
- resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==}
+ /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-to-jsx/7.3.2_react@18.2.0:
resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==}
@@ -15321,15 +16364,14 @@ packages:
react: 18.2.0
dev: true
- /mdast-squeeze-paragraphs/4.0.0:
- resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==}
- dependencies:
- unist-util-remove: 2.1.0
-
- /mdast-util-definitions/4.0.0:
- resolution: {integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==}
+ /markdown-to-jsx/7.3.2_react@18.3.1:
+ resolution: {integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==}
+ engines: {node: '>= 10'}
+ peerDependencies:
+ react: '>= 0.14.0 || 18'
dependencies:
- unist-util-visit: 2.0.3
+ react: 18.3.1
+ dev: true
/mdast-util-definitions/5.1.2:
resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==}
@@ -15339,6 +16381,28 @@ packages:
unist-util-visit: 4.1.2
dev: false
+ /mdast-util-directive/3.0.0:
+ resolution: {integrity: sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.2
+ devlop: 1.1.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-to-markdown: 2.1.0
+ 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:
+ resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==}
+ dependencies:
+ '@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/1.3.1:
resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==}
dependencies:
@@ -15358,17 +16422,157 @@ packages:
- supports-color
dev: false
- /mdast-util-to-hast/10.0.1:
- resolution: {integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==}
+ /mdast-util-from-markdown/2.0.1:
+ resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==}
dependencies:
- '@types/mdast': 3.0.11
- '@types/unist': 2.0.6
- mdast-util-definitions: 4.0.0
- mdurl: 1.0.1
- unist-builder: 2.0.3
- unist-util-generated: 1.1.6
- unist-util-position: 3.1.0
- unist-util-visit: 2.0.3
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.2
+ decode-named-character-reference: 1.0.2
+ devlop: 1.1.0
+ mdast-util-to-string: 4.0.0
+ micromark: 4.0.0
+ micromark-util-decode-numeric-character-reference: 2.0.1
+ micromark-util-decode-string: 2.0.0
+ micromark-util-normalize-identifier: 2.0.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+ unist-util-stringify-position: 4.0.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-frontmatter/2.0.1:
+ resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ devlop: 1.1.0
+ escape-string-regexp: 5.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.1:
+ resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
+ dependencies:
+ '@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.1.0
+
+ /mdast-util-gfm-footnote/2.0.0:
+ resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ devlop: 1.1.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-to-markdown: 2.1.0
+ micromark-util-normalize-identifier: 2.0.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-gfm-strikethrough/2.0.0:
+ resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
+ dependencies:
+ '@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:
+ resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ devlop: 1.1.0
+ markdown-table: 3.0.3
+ 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:
+ resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ devlop: 1.1.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-to-markdown: 2.1.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-gfm/3.0.0:
+ resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==}
+ dependencies:
+ 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
+ mdast-util-gfm-task-list-item: 2.0.0
+ mdast-util-to-markdown: 2.1.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-mdx-expression/2.0.1:
+ resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
+ dependencies:
+ '@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.1
+ mdast-util-to-markdown: 2.1.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-mdx-jsx/3.1.3:
+ resolution: {integrity: sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==}
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ '@types/hast': 3.0.4
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.2
+ ccount: 2.0.1
+ devlop: 1.1.0
+ mdast-util-from-markdown: 2.0.1
+ mdast-util-to-markdown: 2.1.0
+ parse-entities: 4.0.1
+ stringify-entities: 4.0.4
+ unist-util-stringify-position: 4.0.0
+ vfile-message: 4.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-mdx/3.0.0:
+ resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
+ dependencies:
+ 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:
+ - supports-color
+
+ /mdast-util-mdxjs-esm/2.0.1:
+ resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
+ dependencies:
+ '@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.1
+ mdast-util-to-markdown: 2.1.0
+ transitivePeerDependencies:
+ - supports-color
+
+ /mdast-util-phrasing/4.1.0:
+ resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ unist-util-is: 6.0.0
/mdast-util-to-hast/12.3.0:
resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==}
@@ -15383,8 +16587,30 @@ packages:
unist-util-visit: 4.1.2
dev: false
- /mdast-util-to-string/2.0.0:
- resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
+ /mdast-util-to-hast/13.2.0:
+ resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==}
+ dependencies:
+ '@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:
+ resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ '@types/unist': 3.0.2
+ 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.4
/mdast-util-to-string/3.2.0:
resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==}
@@ -15392,11 +16618,19 @@ packages:
'@types/mdast': 3.0.11
dev: false
+ /mdast-util-to-string/4.0.0:
+ resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
+ dependencies:
+ '@types/mdast': 4.0.4
+
/mdn-data/2.0.14:
resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
- /mdurl/1.0.1:
- resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==}
+ /mdn-data/2.0.28:
+ resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
+
+ /mdn-data/2.0.30:
+ resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
/media-query-parser/2.0.2:
resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==}
@@ -15458,6 +16692,167 @@ packages:
uvu: 0.5.6
dev: false
+ /micromark-core-commonmark/2.0.1:
+ resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==}
+ dependencies:
+ decode-named-character-reference: 1.0.2
+ devlop: 1.1.0
+ micromark-factory-destination: 2.0.0
+ micromark-factory-label: 2.0.0
+ micromark-factory-space: 2.0.0
+ micromark-factory-title: 2.0.0
+ micromark-factory-whitespace: 2.0.0
+ 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.1
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-directive/3.0.2:
+ resolution: {integrity: sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-factory-space: 2.0.0
+ micromark-factory-whitespace: 2.0.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+ parse-entities: 4.0.1
+
+ /micromark-extension-frontmatter/2.0.0:
+ resolution: {integrity: sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==}
+ dependencies:
+ fault: 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.1.0:
+ resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
+ dependencies:
+ micromark-util-character: 2.1.0
+ micromark-util-sanitize-uri: 2.0.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-gfm-footnote/2.1.0:
+ resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-core-commonmark: 2.0.1
+ micromark-factory-space: 2.0.0
+ 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.1.0:
+ resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-util-chunked: 2.0.0
+ micromark-util-classify-character: 2.0.0
+ micromark-util-resolve-all: 2.0.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-gfm-table/2.1.0:
+ resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-factory-space: 2.0.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-gfm-tagfilter/2.0.0:
+ resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
+ dependencies:
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-gfm-task-list-item/2.1.0:
+ resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-factory-space: 2.0.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-gfm/3.0.0:
+ resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
+ dependencies:
+ 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.1.0
+ micromark-util-combine-extensions: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-mdx-expression/3.0.0:
+ resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==}
+ dependencies:
+ '@types/estree': 1.0.5
+ devlop: 1.1.0
+ micromark-factory-mdx-expression: 2.0.2
+ 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
+
+ /micromark-extension-mdx-jsx/3.0.1:
+ resolution: {integrity: sha512-vNuFb9czP8QCtAQcEJn0UJQJZA8Dk6DXKBqx+bg/w0WGuSxDxNr7hErW89tHUY31dUW4NqEOWwmEUNhjTFmHkg==}
+ dependencies:
+ '@types/acorn': 4.0.6
+ '@types/estree': 1.0.5
+ devlop: 1.1.0
+ estree-util-is-identifier-name: 3.0.0
+ micromark-factory-mdx-expression: 2.0.2
+ 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
+ vfile-message: 4.0.2
+
+ /micromark-extension-mdx-md/2.0.0:
+ resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
+ dependencies:
+ micromark-util-types: 2.0.0
+
+ /micromark-extension-mdxjs-esm/3.0.0:
+ resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==}
+ dependencies:
+ '@types/estree': 1.0.5
+ devlop: 1.1.0
+ 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
+ unist-util-position-from-estree: 2.0.0
+ vfile-message: 4.0.2
+
+ /micromark-extension-mdxjs/3.0.0:
+ resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
+ dependencies:
+ acorn: 8.11.3
+ acorn-jsx: 5.3.2_acorn@8.11.3
+ micromark-extension-mdx-expression: 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.1.0:
resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==}
dependencies:
@@ -15466,6 +16861,13 @@ packages:
micromark-util-types: 1.1.0
dev: false
+ /micromark-factory-destination/2.0.0:
+ resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==}
+ dependencies:
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
/micromark-factory-label/1.1.0:
resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==}
dependencies:
@@ -15475,12 +16877,38 @@ packages:
uvu: 0.5.6
dev: false
+ /micromark-factory-label/2.0.0:
+ resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==}
+ dependencies:
+ devlop: 1.1.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
+ /micromark-factory-mdx-expression/2.0.2:
+ resolution: {integrity: sha512-5E5I2pFzJyg2CtemqAbcyCktpHXuJbABnsb32wX2U8IQKhhVFBqkcZR5LRm1WVoFqa4kTueZK4abep7wdo9nrw==}
+ dependencies:
+ '@types/estree': 1.0.5
+ devlop: 1.1.0
+ 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.1.0:
resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==}
dependencies:
micromark-util-character: 1.2.0
micromark-util-types: 1.1.0
- dev: false
+
+ /micromark-factory-space/2.0.0:
+ resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==}
+ dependencies:
+ micromark-util-character: 2.1.0
+ micromark-util-types: 2.0.0
/micromark-factory-title/1.1.0:
resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==}
@@ -15491,6 +16919,14 @@ packages:
micromark-util-types: 1.1.0
dev: false
+ /micromark-factory-title/2.0.0:
+ resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==}
+ dependencies:
+ micromark-factory-space: 2.0.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
/micromark-factory-whitespace/1.1.0:
resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==}
dependencies:
@@ -15500,12 +16936,25 @@ packages:
micromark-util-types: 1.1.0
dev: false
+ /micromark-factory-whitespace/2.0.0:
+ resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==}
+ dependencies:
+ micromark-factory-space: 2.0.0
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
/micromark-util-character/1.2.0:
resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==}
dependencies:
micromark-util-symbol: 1.1.0
micromark-util-types: 1.1.0
- dev: false
+
+ /micromark-util-character/2.1.0:
+ resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==}
+ dependencies:
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
/micromark-util-chunked/1.1.0:
resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==}
@@ -15513,6 +16962,11 @@ packages:
micromark-util-symbol: 1.1.0
dev: false
+ /micromark-util-chunked/2.0.0:
+ resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==}
+ dependencies:
+ micromark-util-symbol: 2.0.0
+
/micromark-util-classify-character/1.1.0:
resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==}
dependencies:
@@ -15521,6 +16975,13 @@ packages:
micromark-util-types: 1.1.0
dev: false
+ /micromark-util-classify-character/2.0.0:
+ resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==}
+ dependencies:
+ micromark-util-character: 2.1.0
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+
/micromark-util-combine-extensions/1.1.0:
resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==}
dependencies:
@@ -15528,12 +16989,23 @@ packages:
micromark-util-types: 1.1.0
dev: false
+ /micromark-util-combine-extensions/2.0.0:
+ resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==}
+ dependencies:
+ micromark-util-chunked: 2.0.0
+ micromark-util-types: 2.0.0
+
/micromark-util-decode-numeric-character-reference/1.1.0:
resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==}
dependencies:
micromark-util-symbol: 1.1.0
dev: false
+ /micromark-util-decode-numeric-character-reference/2.0.1:
+ resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==}
+ dependencies:
+ micromark-util-symbol: 2.0.0
+
/micromark-util-decode-string/1.1.0:
resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==}
dependencies:
@@ -15543,26 +17015,62 @@ packages:
micromark-util-symbol: 1.1.0
dev: false
+ /micromark-util-decode-string/2.0.0:
+ resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==}
+ dependencies:
+ decode-named-character-reference: 1.0.2
+ 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.1.0:
resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==}
dev: false
+ /micromark-util-encode/2.0.0:
+ resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==}
+
+ /micromark-util-events-to-acorn/2.0.2:
+ resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==}
+ dependencies:
+ '@types/acorn': 4.0.6
+ '@types/estree': 1.0.5
+ '@types/unist': 3.0.2
+ 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.2.0:
resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==}
dev: false
+ /micromark-util-html-tag-name/2.0.0:
+ resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==}
+
/micromark-util-normalize-identifier/1.1.0:
resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==}
dependencies:
micromark-util-symbol: 1.1.0
dev: false
+ /micromark-util-normalize-identifier/2.0.0:
+ resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==}
+ dependencies:
+ micromark-util-symbol: 2.0.0
+
/micromark-util-resolve-all/1.1.0:
resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==}
dependencies:
micromark-util-types: 1.1.0
dev: false
+ /micromark-util-resolve-all/2.0.0:
+ resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==}
+ dependencies:
+ micromark-util-types: 2.0.0
+
/micromark-util-sanitize-uri/1.2.0:
resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==}
dependencies:
@@ -15571,6 +17079,13 @@ packages:
micromark-util-symbol: 1.1.0
dev: false
+ /micromark-util-sanitize-uri/2.0.0:
+ resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==}
+ dependencies:
+ micromark-util-character: 2.1.0
+ micromark-util-encode: 2.0.0
+ micromark-util-symbol: 2.0.0
+
/micromark-util-subtokenize/1.1.0:
resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==}
dependencies:
@@ -15580,13 +17095,25 @@ packages:
uvu: 0.5.6
dev: false
+ /micromark-util-subtokenize/2.0.1:
+ resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==}
+ 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.1.0:
resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==}
- dev: false
+
+ /micromark-util-symbol/2.0.0:
+ resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==}
/micromark-util-types/1.1.0:
resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==}
- dev: false
+
+ /micromark-util-types/2.0.0:
+ resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==}
/micromark/3.2.0:
resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==}
@@ -15612,6 +17139,29 @@ packages:
- supports-color
dev: false
+ /micromark/4.0.0:
+ resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==}
+ dependencies:
+ '@types/debug': 4.1.8
+ debug: 4.3.4
+ decode-named-character-reference: 1.0.2
+ devlop: 1.1.0
+ micromark-core-commonmark: 2.0.1
+ micromark-factory-space: 2.0.0
+ 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
+ micromark-util-encode: 2.0.0
+ 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.1
+ micromark-util-symbol: 2.0.0
+ micromark-util-types: 2.0.0
+ transitivePeerDependencies:
+ - supports-color
+
/micromatch/4.0.5:
resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
engines: {node: '>=8.6'}
@@ -15653,9 +17203,13 @@ packages:
engines: {node: '>=12'}
dev: true
- /mimic-response/1.0.1:
- resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
- engines: {node: '>=4'}
+ /mimic-response/3.1.0:
+ resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
+ engines: {node: '>=10'}
+
+ /mimic-response/4.0.0:
+ resolution: {integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
/min-indent/1.0.1:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
@@ -15821,6 +17375,25 @@ packages:
sourcemap-codec: 1.4.8
stacktrace-js: 2.0.2
stylis: 4.3.0
+ dev: true
+
+ /nano-css/5.3.5_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==}
+ peerDependencies:
+ react: '*'
+ react-dom: '*'
+ dependencies:
+ css-tree: 1.1.3
+ csstype: 3.1.2
+ fastest-stable-stringify: 2.0.2
+ inline-style-prefixer: 6.0.4
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ rtl-css-js: 1.16.1
+ sourcemap-codec: 1.4.8
+ stacktrace-js: 2.0.2
+ stylis: 4.3.0
+ dev: false
/nanoid/3.3.7:
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
@@ -15854,10 +17427,14 @@ packages:
minimatch: 3.1.2
dev: true
- /node-emoji/1.11.0:
- resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==}
+ /node-emoji/2.1.3:
+ resolution: {integrity: sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==}
+ engines: {node: '>=18'}
dependencies:
- lodash: 4.17.21
+ '@sindresorhus/is': 4.6.0
+ char-regex: 1.0.2
+ emojilib: 2.4.0
+ skin-tone: 2.0.0
/node-fetch-native/1.6.4:
resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==}
@@ -15873,6 +17450,7 @@ packages:
optional: true
dependencies:
whatwg-url: 5.0.0
+ dev: true
/node-forge/1.3.1:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
@@ -15907,13 +17485,9 @@ packages:
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
engines: {node: '>=0.10.0'}
- /normalize-url/4.5.1:
- resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==}
- engines: {node: '>=8'}
-
- /normalize-url/6.1.0:
- resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
- engines: {node: '>=10'}
+ /normalize-url/8.0.1:
+ resolution: {integrity: sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==}
+ engines: {node: '>=14.16'}
/npm-run-path/2.0.2:
resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==}
@@ -16116,9 +17690,9 @@ packages:
/outdent/0.8.0:
resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==}
- /p-cancelable/1.1.0:
- resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==}
- engines: {node: '>=6'}
+ /p-cancelable/3.0.0:
+ resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==}
+ engines: {node: '>=12.20'}
/p-finally/1.0.0:
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
@@ -16141,7 +17715,6 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
yocto-queue: 1.0.0
- dev: true
/p-locate/3.0.0:
resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
@@ -16161,6 +17734,12 @@ packages:
dependencies:
p-limit: 3.1.0
+ /p-locate/6.0.0:
+ resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ p-limit: 4.0.0
+
/p-map/4.0.0:
resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
engines: {node: '>=10'}
@@ -16178,14 +17757,14 @@ packages:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
engines: {node: '>=6'}
- /package-json/6.5.0:
- resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==}
- engines: {node: '>=8'}
+ /package-json/8.1.1:
+ resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==}
+ engines: {node: '>=14.16'}
dependencies:
- got: 9.6.0
- registry-auth-token: 4.2.2
- registry-url: 5.1.0
- semver: 6.3.1
+ got: 12.6.1
+ registry-auth-token: 5.0.2
+ registry-url: 6.0.1
+ semver: 7.6.0
/pako/0.2.9:
resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
@@ -16203,21 +17782,23 @@ packages:
dependencies:
callsites: 3.1.0
- /parse-entities/2.0.0:
- resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==}
+ /parse-entities/4.0.1:
+ resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
dependencies:
- character-entities: 1.2.4
- character-entities-legacy: 1.1.4
- character-reference-invalid: 1.1.4
- is-alphanumerical: 1.0.4
- is-decimal: 1.0.4
- is-hexadecimal: 1.0.4
+ '@types/unist': 2.0.6
+ character-entities: 2.0.2
+ character-entities-legacy: 3.0.0
+ character-reference-invalid: 2.0.1
+ decode-named-character-reference: 1.0.2
+ is-alphanumerical: 2.0.1
+ is-decimal: 2.0.1
+ is-hexadecimal: 2.0.1
/parse-json/5.2.0:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
dependencies:
- '@babel/code-frame': 7.24.2
+ '@babel/code-frame': 7.24.7
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@@ -16244,8 +17825,11 @@ packages:
domhandler: 5.0.3
parse5: 7.1.2
- /parse5/6.0.1:
- resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==}
+ /parse5-parser-stream/7.1.2:
+ resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==}
+ dependencies:
+ parse5: 7.1.2
+ dev: false
/parse5/7.1.2:
resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
@@ -16270,6 +17854,10 @@ packages:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
+ /path-exists/5.0.0:
+ resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+
/path-is-absolute/1.0.1:
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'}
@@ -16332,6 +17920,13 @@ packages:
through2: 2.0.5
dev: true
+ /periscopic/3.1.0:
+ resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==}
+ dependencies:
+ '@types/estree': 1.0.5
+ estree-walker: 3.0.3
+ is-reference: 3.0.2
+
/picocolors/1.0.1:
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
dev: true
@@ -16378,6 +17973,12 @@ packages:
find-up: 5.0.0
dev: true
+ /pkg-dir/7.0.0:
+ resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==}
+ engines: {node: '>=14.16'}
+ dependencies:
+ find-up: 6.3.0
+
/pkg-types/1.1.1:
resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==}
dependencies:
@@ -16467,7 +18068,7 @@ packages:
- webpack-cli
dev: true
- /playroom/0.32.1_biqbaboplfbrettd7655fr4n2y:
+ /playroom/0.32.1_nnrd3gsncyragczmpvfhocinkq:
resolution: {integrity: sha512-b/0jLzDRKBLRdEE6O1HC7fWEp+bDfocyipsQL9yN26c0hcZ5vgiKammf7HHX5iYYTvSTrBlZ0oDSJJUfksdZdQ==}
hasBin: true
peerDependencies:
@@ -16518,15 +18119,15 @@ packages:
prettier: 2.8.8
prop-types: 15.8.1
query-string: 7.1.3
- re-resizable: 6.9.9_biqbaboplfbrettd7655fr4n2y
- react: 18.2.0
+ re-resizable: 6.9.9_nnrd3gsncyragczmpvfhocinkq
+ react: 18.3.1
react-docgen-typescript: 2.2.2_typescript@5.1.3
- react-dom: 18.2.0_react@18.2.0
- react-use: 17.4.0_biqbaboplfbrettd7655fr4n2y
+ react-dom: 18.3.1_react@18.3.1
+ react-use: 17.4.0_nnrd3gsncyragczmpvfhocinkq
read-pkg-up: 7.0.1
scope-eval: 1.0.0
typescript: 5.1.3
- use-debounce: 9.0.4_react@18.2.0
+ use-debounce: 9.0.4_react@18.3.1
webpack: 5.94.0
webpack-dev-server: 4.15.1_webpack@5.94.0
webpack-merge: 5.9.0
@@ -16574,8 +18175,9 @@ packages:
resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==}
engines: {node: '>= 0.4'}
- /postcss-calc/8.2.4_postcss@8.4.47:
- resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==}
+ /postcss-calc/9.0.1_postcss@8.4.47:
+ resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
postcss: ^8.2.2
dependencies:
@@ -16583,11 +18185,11 @@ packages:
postcss-selector-parser: 6.0.13
postcss-value-parser: 4.2.0
- /postcss-colormin/5.3.1_postcss@8.4.47:
- resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-colormin/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
caniuse-api: 3.0.0
@@ -16595,56 +18197,56 @@ packages:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-convert-values/5.1.3_postcss@8.4.47:
- resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-convert-values/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-discard-comments/5.1.2_postcss@8.4.47:
- resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-discard-comments/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /postcss-discard-duplicates/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-discard-duplicates/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /postcss-discard-empty/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-discard-empty/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /postcss-discard-overridden/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-discard-overridden/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /postcss-discard-unused/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-discard-unused/6.0.5_postcss@8.4.47:
+ resolution: {integrity: sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.1.2
/postcss-load-config/4.0.1_postcss@8.4.47:
resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
@@ -16676,77 +18278,77 @@ packages:
semver: 7.6.0
webpack: 5.94.0
- /postcss-merge-idents/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-merge-idents/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- cssnano-utils: 3.1.0_postcss@8.4.47
+ cssnano-utils: 4.0.2_postcss@8.4.47
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-merge-longhand/5.1.7_postcss@8.4.47:
- resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-merge-longhand/6.0.5_postcss@8.4.47:
+ resolution: {integrity: sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- stylehacks: 5.1.1_postcss@8.4.47
+ stylehacks: 6.1.1_postcss@8.4.47
- /postcss-merge-rules/5.1.4_postcss@8.4.47:
- resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-merge-rules/6.1.1_postcss@8.4.47:
+ resolution: {integrity: sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
caniuse-api: 3.0.0
- cssnano-utils: 3.1.0_postcss@8.4.47
+ cssnano-utils: 4.0.2_postcss@8.4.47
postcss: 8.4.47
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.1.2
- /postcss-minify-font-values/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-minify-font-values/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-minify-gradients/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-minify-gradients/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
colord: 2.9.3
- cssnano-utils: 3.1.0_postcss@8.4.47
+ cssnano-utils: 4.0.2_postcss@8.4.47
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-minify-params/5.1.4_postcss@8.4.47:
- resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-minify-params/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
- cssnano-utils: 3.1.0_postcss@8.4.47
+ cssnano-utils: 4.0.2_postcss@8.4.47
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-minify-selectors/5.2.1_postcss@8.4.47:
- resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-minify-selectors/6.0.4_postcss@8.4.47:
+ resolution: {integrity: sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.1.2
/postcss-modules-extract-imports/3.1.0_postcss@8.4.47:
resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==}
@@ -16785,122 +18387,121 @@ packages:
icss-utils: 5.1.0_postcss@8.4.47
postcss: 8.4.47
- /postcss-normalize-charset/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-charset/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- /postcss-normalize-display-values/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-display-values/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-positions/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-positions/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-repeat-style/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-repeat-style/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-string/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-string/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-timing-functions/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-timing-functions/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-unicode/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-unicode/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-url/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-url/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- normalize-url: 6.1.0
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-normalize-whitespace/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-normalize-whitespace/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-ordered-values/5.1.3_postcss@8.4.47:
- resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-ordered-values/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
- cssnano-utils: 3.1.0_postcss@8.4.47
+ cssnano-utils: 4.0.2_postcss@8.4.47
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-reduce-idents/5.2.0_postcss@8.4.47:
- resolution: {integrity: sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-reduce-idents/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-G3yCqZDpsNPoQgbDUy3T0E6hqOQ5xigUtBQyrmq3tn2GxlyiL0yyl7H+T8ulQR6kOcHJ9t7/9H4/R2tv8tJbMA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- /postcss-reduce-initial/5.1.2_postcss@8.4.47:
- resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-reduce-initial/6.1.0_postcss@8.4.47:
+ resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
caniuse-api: 3.0.0
postcss: 8.4.47
- /postcss-reduce-transforms/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-reduce-transforms/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
@@ -16912,33 +18513,40 @@ packages:
cssesc: 3.0.0
util-deprecate: 1.0.2
- /postcss-sort-media-queries/4.4.1_postcss@8.4.47:
- resolution: {integrity: sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==}
- engines: {node: '>=10.0.0'}
+ /postcss-selector-parser/6.1.2:
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
+ engines: {node: '>=4'}
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
+ /postcss-sort-media-queries/5.2.0_postcss@8.4.47:
+ resolution: {integrity: sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA==}
+ engines: {node: '>=14.0.0'}
peerDependencies:
- postcss: ^8.4.16
+ postcss: ^8.4.23
dependencies:
postcss: 8.4.47
- sort-css-media-queries: 2.1.0
+ sort-css-media-queries: 2.2.0
- /postcss-svgo/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-svgo/6.0.3_postcss@8.4.47:
+ resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==}
+ engines: {node: ^14 || ^16 || >= 18}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- svgo: 2.8.0
+ svgo: 3.3.2
- /postcss-unique-selectors/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-unique-selectors/6.0.4_postcss@8.4.47:
+ resolution: {integrity: sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.1.2
/postcss-value-parser/3.3.1:
resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==}
@@ -16968,11 +18576,11 @@ packages:
quote-unquote: 1.0.0
dev: true
- /postcss-zindex/5.1.0_postcss@8.4.47:
- resolution: {integrity: sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /postcss-zindex/6.0.2_postcss@8.4.47:
+ resolution: {integrity: sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
postcss: 8.4.47
@@ -17010,10 +18618,6 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- /prepend-http/2.0.0:
- resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==}
- engines: {node: '>=4'}
-
/prettier/2.8.8:
resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
engines: {node: '>=10.13.0'}
@@ -17065,12 +18669,14 @@ packages:
resolution: {integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==}
engines: {node: '>=4'}
- /prism-react-renderer/1.3.5_react@18.2.0:
- resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==}
+ /prism-react-renderer/2.4.0_react@18.3.1:
+ resolution: {integrity: sha512-327BsVCD/unU4CNLZTWVHyUHKnsqcvj2qbPlQ8MiBE2eq2rgctjigPA1Gp9HLF83kZ20zNN6jgizHJeEsyFYOw==}
peerDependencies:
- react: '>=0.14.9 || 18'
+ react: '>=16.0.0 || 18'
dependencies:
- react: 18.2.0
+ '@types/prismjs': 1.26.4
+ clsx: 2.1.1
+ react: 18.3.1
/prismjs/1.29.0:
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
@@ -17083,12 +18689,6 @@ packages:
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
engines: {node: '>= 0.6.0'}
- /promise/7.3.1:
- resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==}
- dependencies:
- asap: 2.0.6
- dev: false
-
/prompts/2.4.2:
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
engines: {node: '>= 6'}
@@ -17103,14 +18703,11 @@ packages:
object-assign: 4.1.1
react-is: 16.13.1
- /property-information/5.6.0:
- resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==}
- dependencies:
- xtend: 4.0.2
-
/property-information/6.2.0:
resolution: {integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==}
- dev: false
+
+ /proto-list/1.2.4:
+ resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
/proxy-addr/2.0.7:
resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==}
@@ -17138,6 +18735,7 @@ packages:
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
+ dev: true
/pumpify/1.5.1:
resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==}
@@ -17154,15 +18752,11 @@ packages:
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
engines: {node: '>=6'}
- /pupa/2.1.1:
- resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==}
- engines: {node: '>=8'}
+ /pupa/3.1.0:
+ resolution: {integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==}
+ engines: {node: '>=12.20'}
dependencies:
- escape-goat: 2.1.1
-
- /pure-color/1.3.0:
- resolution: {integrity: sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==}
- dev: false
+ escape-goat: 4.0.0
/qs/6.11.0:
resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==}
@@ -17198,6 +18792,10 @@ packages:
dependencies:
inherits: 2.0.4
+ /quick-lru/5.1.1:
+ resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==}
+ engines: {node: '>=10'}
+
/quote-unquote/1.0.0:
resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==}
dev: true
@@ -17256,14 +18854,16 @@ packages:
dependencies:
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
+ dev: true
- /react-base16-styling/0.6.0:
- resolution: {integrity: sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==}
+ /re-resizable/6.9.9_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-l+MBlKZffv/SicxDySKEEh42hR6m5bAHfNu3Tvxks2c4Ah+ldnWjfnVRwxo/nxF27SsUsxDS0raAzFuJNKABXA==}
+ peerDependencies:
+ react: ^16.13.1 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 || 18
dependencies:
- base16: 1.0.0
- lodash.curry: 4.1.1
- lodash.flow: 3.5.0
- pure-color: 1.3.0
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
dev: false
/react-colorful/5.6.1_biqbaboplfbrettd7655fr4n2y:
@@ -17276,6 +18876,16 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: true
+ /react-colorful/5.6.1_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==}
+ peerDependencies:
+ react: '>=16.8.0 || 18'
+ react-dom: '>=16.8.0 || 18'
+ dependencies:
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ dev: true
+
/react-cool-dimensions/2.0.7_react@18.2.0:
resolution: {integrity: sha512-z1VwkAAJ5d8QybDRuYIXTE41RxGr5GYsv1bQhbOBE8cMfoZQZpcF0odL64vdgrQVzat2jayedj1GoYi80FWcbA==}
peerDependencies:
@@ -17284,7 +18894,7 @@ packages:
react: 18.2.0
dev: false
- /react-dev-utils/12.0.1_egvvflrcmj5fbpumsoysdd7i5a:
+ /react-dev-utils/12.0.1_ui7adrgquoqvodctsjvyz7u2xe:
resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==}
engines: {node: '>=14'}
peerDependencies:
@@ -17303,7 +18913,7 @@ packages:
escape-string-regexp: 4.0.0
filesize: 8.0.7
find-up: 5.0.0
- fork-ts-checker-webpack-plugin: 6.5.3_egvvflrcmj5fbpumsoysdd7i5a
+ fork-ts-checker-webpack-plugin: 6.5.3_ui7adrgquoqvodctsjvyz7u2xe
global-modules: 2.0.0
globby: 11.1.0
gzip-size: 6.0.0
@@ -17318,27 +18928,27 @@ packages:
shell-quote: 1.8.1
strip-ansi: 6.0.1
text-table: 0.2.0
- typescript: 4.9.5
+ typescript: 5.6.3
webpack: 5.94.0
transitivePeerDependencies:
- eslint
- supports-color
- vue-template-compiler
- /react-docgen-typescript/2.2.2_typescript@4.9.5:
+ /react-docgen-typescript/2.2.2_typescript@5.1.3:
resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==}
peerDependencies:
typescript: '>= 4.3.x'
dependencies:
- typescript: 4.9.5
- dev: false
+ typescript: 5.1.3
- /react-docgen-typescript/2.2.2_typescript@5.1.3:
+ /react-docgen-typescript/2.2.2_typescript@5.6.3:
resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==}
peerDependencies:
typescript: '>= 4.3.x'
dependencies:
- typescript: 5.1.3
+ typescript: 5.6.3
+ dev: false
/react-docgen/7.0.3:
resolution: {integrity: sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==}
@@ -17367,6 +18977,15 @@ packages:
react: 18.2.0
scheduler: 0.23.0
+ /react-dom/18.3.1_react@18.3.1:
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
+ peerDependencies:
+ react: ^18.3.1 || 18
+ dependencies:
+ loose-envify: 1.4.0
+ react: 18.3.1
+ scheduler: 0.23.2
+
/react-dropzone/14.2.9_react@18.2.0:
resolution: {integrity: sha512-jRZsMC7h48WONsOLHcmhyn3cRWJoIPQjPApvt/sJVfnYaB3Qltn025AoRTTJaj4WdmmgmLl6tUQg1s0wOhpodQ==}
engines: {node: '>= 10.13'}
@@ -17408,7 +19027,7 @@ packages:
/react-fast-compare/3.2.2:
resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==}
- /react-helmet-async/1.3.0_biqbaboplfbrettd7655fr4n2y:
+ /react-helmet-async/1.3.0_nnrd3gsncyragczmpvfhocinkq:
resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==}
peerDependencies:
react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 18
@@ -17417,8 +19036,8 @@ packages:
'@babel/runtime': 7.24.4
invariant: 2.2.4
prop-types: 15.8.1
- 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
react-fast-compare: 3.2.2
shallowequal: 1.1.0
@@ -17468,46 +19087,34 @@ packages:
/react-is/18.2.0:
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
- /react-json-view/1.21.3_qzycrpzqvmvb7wd2jdibmpq2cy:
- resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==}
+ /react-json-view-lite/1.5.0_react@18.3.1:
+ resolution: {integrity: sha512-nWqA1E4jKPklL2jvHWs6s+7Na0qNgw9HCP6xehdQJeg6nPBTFZgGwyko9Q0oj+jQWKTTVRS30u0toM5wiuL3iw==}
+ engines: {node: '>=14'}
peerDependencies:
- react: ^17.0.0 || ^16.3.0 || ^15.5.4 || 18
- react-dom: ^17.0.0 || ^16.3.0 || ^15.5.4 || 18
+ react: ^16.13.1 || ^17.0.0 || ^18.0.0 || 18
dependencies:
- flux: 4.0.4_react@18.2.0
- react: 18.2.0
- react-base16-styling: 0.6.0
- react-dom: 18.2.0_react@18.2.0
- react-lifecycles-compat: 3.0.4
- react-textarea-autosize: 8.5.1_i73ekzlbntu7jol6ph2fvy4mga
- transitivePeerDependencies:
- - '@types/react'
- - encoding
+ react: 18.3.1
dev: false
/react-lifecycles-compat/3.0.4:
resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
dev: false
- /react-live/2.2.3_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-tpKruvfytNETuzO3o1mrQUj180GVrq35IE8F5gH1NJVPt4szYCx83/dOSCOyjgRhhc3gQvl0pQ3k/CjOjwJkKQ==}
+ /react-live/4.1.7_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-NTzl0POOAW3dkp7+QL30duOrIu2Vzf2LHdx4TaQ0BqOAtQcSTKEXujfm9jR2VoCHko0oi35PYp38yKQBXz4mrg==}
engines: {node: '>= 0.12.0', npm: '>= 2.0.0'}
peerDependencies:
- react: '*'
- react-dom: '*'
+ react: '>=18.0.0 || 18'
+ react-dom: '>=18.0.0 || 18'
dependencies:
- buble: 0.19.6
- core-js: 2.6.12
- dom-iterator: 1.0.0
- prism-react-renderer: 1.3.5_react@18.2.0
- prop-types: 15.8.1
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- react-simple-code-editor: 0.10.0_biqbaboplfbrettd7655fr4n2y
- unescape: 1.0.1
+ prism-react-renderer: 2.4.0_react@18.3.1
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ sucrase: 3.32.0
+ use-editable: 2.3.3_react@18.3.1
dev: true
- /react-loadable-ssr-addon-v5-slorber/1.0.1_zc6yx3h4mszagqq7l73ekg3cfy:
+ /react-loadable-ssr-addon-v5-slorber/1.0.1_sifykfcnlsxv6ptusxhdbenliu:
resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==}
engines: {node: '>=10.13.0'}
peerDependencies:
@@ -17515,10 +19122,10 @@ packages:
webpack: '>=4.41.1 || 5.x'
dependencies:
'@babel/runtime': 7.24.4
- react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0
+ react-loadable: /@docusaurus/react-loadable/6.0.0_react@18.3.1
webpack: 5.94.0
- /react-markdown/8.0.7_i73ekzlbntu7jol6ph2fvy4mga:
+ /react-markdown/8.0.7_waboxfqbhuyukugat3xb54brpq:
resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==}
peerDependencies:
'@types/react': '>=16 || 18'
@@ -17532,7 +19139,7 @@ packages:
hast-util-whitespace: 2.0.1
prop-types: 15.8.1
property-information: 6.2.0
- react: 18.2.0
+ react: 18.3.1
react-is: 18.2.0
remark-parse: 10.0.2
remark-rehype: 10.1.0
@@ -17561,17 +19168,17 @@ packages:
react-dom: 18.2.0_react@18.2.0
dev: false
- /react-router-config/5.1.1_rlw3ibuvnpt5jvejeevjcf4ije:
+ /react-router-config/5.1.1_az3cixfdotbzjf7fbgsmn4blrm:
resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==}
peerDependencies:
react: '>=15 || 18'
react-router: '>=5'
dependencies:
'@babel/runtime': 7.24.4
- react: 18.2.0
- react-router: 5.3.4_react@18.2.0
+ 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:
resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==}
peerDependencies:
react: '>=15 || 18'
@@ -17580,8 +19187,8 @@ packages:
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
+ react: 18.3.1
+ react-router: 5.3.4_react@18.3.1
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
@@ -17598,7 +19205,7 @@ packages:
react-router: 6.16.0_react@18.2.0
dev: false
- /react-router/5.3.4_react@18.2.0:
+ /react-router/5.3.4_react@18.3.1:
resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==}
peerDependencies:
react: '>=15 || 18'
@@ -17609,7 +19216,7 @@ packages:
loose-envify: 1.4.0
path-to-regexp: 1.8.0
prop-types: 15.8.1
- react: 18.2.0
+ react: 18.3.1
react-is: 16.13.1
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
@@ -17646,16 +19253,6 @@ packages:
- supports-color
dev: false
- /react-simple-code-editor/0.10.0_biqbaboplfbrettd7655fr4n2y:
- resolution: {integrity: sha512-bL5W5mAxSW6+cLwqqVWY47Silqgy2DKDTR4hDBrLrUqC5BXc29YVx17l2IZk5v36VcDEq1Bszu2oHm1qBwKqBA==}
- peerDependencies:
- react: ^16.0.0 || 18
- react-dom: ^16.0.0 || 18
- dependencies:
- react: 18.2.0
- react-dom: 18.2.0_react@18.2.0
- dev: true
-
/react-smooth/2.0.3_v2m5e27vhdewzwhryxwfaorcca:
resolution: {integrity: sha512-yl4y3XiMorss7ayF5QnBiSprig0+qFHui8uh7Hgg46QX5O+aRMRKlfGGNGLHno35JkQSvSYY8eCWkBfHfrSHfg==}
peerDependencies:
@@ -17678,20 +19275,6 @@ packages:
react: 18.2.0
dev: false
- /react-textarea-autosize/8.5.1_i73ekzlbntu7jol6ph2fvy4mga:
- resolution: {integrity: sha512-3GdXBRT2m12xqH7ysRUquzFZYasYQrH/I+BofmT9sdMG5oI+GNfrsiTV1MvZGk3DLmZ72OUCiV5XGMEPKJ7Pog==}
- engines: {node: '>=10'}
- peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
- dependencies:
- '@babel/runtime': 7.24.4
- react: 18.2.0
- use-composed-ref: 1.3.0_react@18.2.0
- use-latest: 1.2.1_i73ekzlbntu7jol6ph2fvy4mga
- transitivePeerDependencies:
- - '@types/react'
- dev: false
-
/react-transition-group/2.9.0_biqbaboplfbrettd7655fr4n2y:
resolution: {integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==}
peerDependencies:
@@ -17728,6 +19311,17 @@ packages:
dependencies:
react: 18.2.0
tslib: 2.6.2
+ dev: true
+
+ /react-universal-interface/0.6.2_react@18.3.1+tslib@2.6.2:
+ resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==}
+ peerDependencies:
+ react: '*'
+ tslib: '*'
+ dependencies:
+ react: 18.3.1
+ tslib: 2.6.2
+ dev: false
/react-use/17.4.0_biqbaboplfbrettd7655fr4n2y:
resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==}
@@ -17751,6 +19345,31 @@ packages:
throttle-debounce: 3.0.1
ts-easing: 0.2.0
tslib: 2.6.2
+ dev: true
+
+ /react-use/17.4.0_nnrd3gsncyragczmpvfhocinkq:
+ resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==}
+ peerDependencies:
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ dependencies:
+ '@types/js-cookie': 2.2.7
+ '@xobotyi/scrollbar-width': 1.9.5
+ copy-to-clipboard: 3.3.3
+ fast-deep-equal: 3.1.3
+ fast-shallow-equal: 1.0.0
+ js-cookie: 2.2.1
+ nano-css: 5.3.5_nnrd3gsncyragczmpvfhocinkq
+ react: 18.3.1
+ react-dom: 18.3.1_react@18.3.1
+ react-universal-interface: 0.6.2_react@18.3.1+tslib@2.6.2
+ resize-observer-polyfill: 1.5.1
+ screenfull: 5.2.0
+ set-harmonic-interval: 1.0.1
+ throttle-debounce: 3.0.1
+ ts-easing: 0.2.0
+ tslib: 2.6.2
+ dev: false
/react/18.2.0:
resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
@@ -17758,6 +19377,12 @@ packages:
dependencies:
loose-envify: 1.4.0
+ /react/18.3.1:
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
+ engines: {node: '>=0.10.0'}
+ dependencies:
+ loose-envify: 1.4.0
+
/read-pkg-up/7.0.1:
resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==}
engines: {node: '>=8'}
@@ -17846,7 +19471,7 @@ packages:
resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==}
engines: {node: '>= 0.10'}
dependencies:
- resolve: 1.22.2
+ resolve: 1.22.8
/rechoir/0.7.1:
resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==}
@@ -17938,15 +19563,15 @@ packages:
unicode-match-property-ecmascript: 2.0.0
unicode-match-property-value-ecmascript: 2.1.0
- /registry-auth-token/4.2.2:
- resolution: {integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==}
- engines: {node: '>=6.0.0'}
+ /registry-auth-token/5.0.2:
+ resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==}
+ engines: {node: '>=14'}
dependencies:
- rc: 1.2.8
+ '@pnpm/npm-conf': 2.3.1
- /registry-url/5.1.0:
- resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==}
- engines: {node: '>=8'}
+ /registry-url/6.0.1:
+ resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==}
+ engines: {node: '>=12'}
dependencies:
rc: 1.2.8
@@ -17978,6 +19603,13 @@ packages:
unist-util-visit: 5.0.0
dev: true
+ /rehype-raw/7.0.0:
+ resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
+ dependencies:
+ '@types/hast': 3.0.4
+ hast-util-raw: 9.0.4
+ vfile: 6.0.3
+
/rehype-slug/6.0.0:
resolution: {integrity: sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==}
dependencies:
@@ -17992,27 +19624,53 @@ packages:
resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==}
engines: {node: '>= 0.10'}
- /remark-emoji/2.2.0:
- resolution: {integrity: sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==}
+ /remark-directive/3.0.0:
+ resolution: {integrity: sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ mdast-util-directive: 3.0.0
+ micromark-extension-directive: 3.0.2
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - supports-color
+
+ /remark-emoji/4.0.1:
+ resolution: {integrity: sha512-fHdvsTR1dHkWKev9eNyhTo4EFwbUvJ8ka9SgeWkMPYFX4WoI7ViVBms3PjlQYgw5TLvNQso3GUB/b/8t3yo+dg==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ dependencies:
+ '@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.5
+
+ /remark-frontmatter/5.0.0:
+ resolution: {integrity: sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==}
dependencies:
- emoticon: 3.2.0
- node-emoji: 1.11.0
- unist-util-visit: 2.0.3
+ '@types/mdast': 4.0.4
+ mdast-util-frontmatter: 2.0.1
+ micromark-extension-frontmatter: 2.0.0
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - supports-color
- /remark-footnotes/2.0.0:
- resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==}
+ /remark-gfm/4.0.0:
+ resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==}
+ dependencies:
+ '@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.5
+ transitivePeerDependencies:
+ - supports-color
- /remark-mdx/1.6.22:
- resolution: {integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==}
+ /remark-mdx/3.0.1:
+ resolution: {integrity: sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==}
dependencies:
- '@babel/core': 7.12.9
- '@babel/helper-plugin-utils': 7.10.4
- '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9
- '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9
- '@mdx-js/util': 1.6.22
- is-alphabetical: 1.0.4
- remark-parse: 8.0.3
- unified: 9.2.0
+ mdast-util-mdx: 3.0.0
+ micromark-extension-mdxjs: 3.0.0
transitivePeerDependencies:
- supports-color
@@ -18026,25 +19684,15 @@ packages:
- supports-color
dev: false
- /remark-parse/8.0.3:
- resolution: {integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==}
- dependencies:
- ccount: 1.1.0
- collapse-white-space: 1.0.6
- is-alphabetical: 1.0.4
- is-decimal: 1.0.4
- is-whitespace-character: 1.0.4
- is-word-character: 1.0.4
- markdown-escapes: 1.0.4
- parse-entities: 2.0.0
- repeat-string: 1.6.1
- state-toggle: 1.0.3
- trim: 0.0.1
- trim-trailing-lines: 1.1.4
- unherit: 1.1.3
- unist-util-remove-position: 2.0.1
- vfile-location: 3.2.0
- xtend: 4.0.2
+ /remark-parse/11.0.0:
+ resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
+ dependencies:
+ '@types/mdast': 4.0.4
+ mdast-util-from-markdown: 2.0.1
+ micromark-util-types: 2.0.0
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - supports-color
/remark-rehype/10.1.0:
resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==}
@@ -18055,10 +19703,21 @@ packages:
unified: 10.1.2
dev: false
- /remark-squeeze-paragraphs/4.0.0:
- resolution: {integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==}
+ /remark-rehype/11.1.1:
+ resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==}
+ dependencies:
+ '@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:
+ resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
dependencies:
- mdast-squeeze-paragraphs: 4.0.0
+ '@types/mdast': 4.0.4
+ mdast-util-to-markdown: 2.1.0
+ unified: 11.0.5
/renderkid/3.0.0:
resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==}
@@ -18069,10 +19728,6 @@ packages:
lodash: 4.17.21
strip-ansi: 6.0.1
- /repeat-string/1.6.1:
- resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
- engines: {node: '>=0.10'}
-
/require-from-string/2.0.2:
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines: {node: '>=0.10.0'}
@@ -18105,6 +19760,9 @@ packages:
/resize-observer-polyfill/1.5.1:
resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
+ /resolve-alpn/1.2.1:
+ resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==}
+
/resolve-cwd/3.0.0:
resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==}
engines: {node: '>=8'}
@@ -18127,14 +19785,6 @@ packages:
/resolve-pathname/3.0.0:
resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==}
- /resolve/1.22.2:
- resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
- hasBin: true
- dependencies:
- is-core-module: 2.12.1
- path-parse: 1.0.7
- supports-preserve-symlinks-flag: 1.0.0
-
/resolve/1.22.8:
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true
@@ -18152,10 +19802,11 @@ packages:
supports-preserve-symlinks-flag: 1.0.0
dev: true
- /responselike/1.0.2:
- resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
+ /responselike/3.0.0:
+ resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==}
+ engines: {node: '>=14.16'}
dependencies:
- lowercase-keys: 1.0.1
+ lowercase-keys: 3.0.0
/restore-cursor/3.1.0:
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
@@ -18246,11 +19897,12 @@ packages:
/rtl-detect/1.0.4:
resolution: {integrity: sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==}
- /rtlcss/3.5.0:
- resolution: {integrity: sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==}
+ /rtlcss/4.3.0:
+ resolution: {integrity: sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==}
+ engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
- find-up: 5.0.0
+ escalade: 3.2.0
picocolors: 1.1.0
postcss: 8.4.47
strip-json-comments: 3.1.1
@@ -18260,11 +19912,6 @@ packages:
dependencies:
queue-microtask: 1.2.3
- /rxjs/7.8.1:
- resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
- dependencies:
- tslib: 2.6.2
-
/sade/1.8.1:
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
engines: {node: '>=6'}
@@ -18312,19 +19959,16 @@ packages:
dependencies:
loose-envify: 1.4.0
- /schema-utils/2.7.0:
- resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
- engines: {node: '>= 8.9.0'}
+ /scheduler/0.23.2:
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
dependencies:
- '@types/json-schema': 7.0.12
- ajv: 6.12.6
- ajv-keywords: 3.5.2_ajv@6.12.6
+ loose-envify: 1.4.0
- /schema-utils/2.7.1:
- resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==}
+ /schema-utils/2.7.0:
+ resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
engines: {node: '>= 8.9.0'}
dependencies:
- '@types/json-schema': 7.0.12
+ '@types/json-schema': 7.0.15
ajv: 6.12.6
ajv-keywords: 3.5.2_ajv@6.12.6
@@ -18373,11 +20017,11 @@ packages:
dependencies:
node-forge: 1.3.1
- /semver-diff/3.1.1:
- resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==}
- engines: {node: '>=8'}
+ /semver-diff/4.0.0:
+ resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==}
+ engines: {node: '>=12'}
dependencies:
- semver: 6.3.1
+ semver: 7.6.0
/semver/5.7.2:
resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
@@ -18393,6 +20037,7 @@ packages:
hasBin: true
dependencies:
lru-cache: 6.0.0
+ dev: true
/semver/7.5.4:
resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==}
@@ -18486,10 +20131,6 @@ packages:
resolution: {integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==}
engines: {node: '>=6.9'}
- /setimmediate/1.0.5:
- resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
- dev: false
-
/setprototypeof/1.1.0:
resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==}
@@ -18580,6 +20221,12 @@ packages:
sax: 1.2.4
dev: false
+ /skin-tone/2.0.0:
+ resolution: {integrity: sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==}
+ engines: {node: '>=8'}
+ dependencies:
+ unicode-emoji-modifier-base: 1.0.0
+
/slash/2.0.0:
resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==}
engines: {node: '>=6'}
@@ -18600,6 +20247,12 @@ packages:
is-fullwidth-code-point: 4.0.0
dev: true
+ /snake-case/3.0.4:
+ resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
+ dependencies:
+ dot-case: 3.0.4
+ tslib: 2.6.2
+
/sockjs/0.3.24:
resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
dependencies:
@@ -18607,8 +20260,8 @@ packages:
uuid: 8.3.2
websocket-driver: 0.7.4
- /sort-css-media-queries/2.1.0:
- resolution: {integrity: sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==}
+ /sort-css-media-queries/2.2.0:
+ resolution: {integrity: sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==}
engines: {node: '>= 6.3.0'}
/source-list-map/2.0.1:
@@ -18632,11 +20285,16 @@ packages:
/source-map/0.5.7:
resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
engines: {node: '>=0.10.0'}
+ dev: false
/source-map/0.6.1:
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
+ /source-map/0.7.4:
+ resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
+ engines: {node: '>= 8'}
+
/source-map/0.8.0-beta.0:
resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
engines: {node: '>= 8'}
@@ -18648,9 +20306,6 @@ packages:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
deprecated: Please use @jridgewell/sourcemap-codec instead
- /space-separated-tokens/1.1.5:
- resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==}
-
/space-separated-tokens/2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
@@ -18703,9 +20358,9 @@ packages:
/sprintf-js/1.0.3:
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
- /stable/0.1.8:
- resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==}
- deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility'
+ /srcset/4.0.0:
+ resolution: {integrity: sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==}
+ engines: {node: '>=12'}
/stack-generator/2.0.10:
resolution: {integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==}
@@ -18739,9 +20394,6 @@ packages:
stack-generator: 2.0.10
stacktrace-gps: 3.1.2
- /state-toggle/1.0.3:
- resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==}
-
/statuses/1.5.0:
resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==}
engines: {node: '>= 0.6'}
@@ -18860,6 +20512,12 @@ packages:
dependencies:
safe-buffer: 5.2.1
+ /stringify-entities/4.0.4:
+ resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
+ dependencies:
+ character-entities-html4: 2.1.0
+ character-entities-legacy: 3.0.0
+
/stringify-object/3.3.0:
resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==}
engines: {node: '>=4'}
@@ -18939,26 +20597,25 @@ packages:
webpack: 5.94.0_xv6o4afsychpgm2yejy2midhya
dev: true
- /style-to-object/0.3.0:
- resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==}
- dependencies:
- inline-style-parser: 0.1.1
-
/style-to-object/0.4.1:
resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==}
dependencies:
inline-style-parser: 0.1.1
- dev: false
- /stylehacks/5.1.1_postcss@8.4.47:
- resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==}
- engines: {node: ^10 || ^12 || >=14.0}
+ /style-to-object/1.0.8:
+ resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==}
+ dependencies:
+ inline-style-parser: 0.2.4
+
+ /stylehacks/6.1.1_postcss@8.4.47:
+ resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==}
+ engines: {node: ^14 || ^16 || >=18.0}
peerDependencies:
- postcss: ^8.2.15
+ postcss: ^8.4.31
dependencies:
browserslist: 4.24.0
postcss: 8.4.47
- postcss-selector-parser: 6.0.13
+ postcss-selector-parser: 6.1.2
/stylis/4.2.0:
resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==}
@@ -19017,18 +20674,18 @@ packages:
/svg-parser/2.0.4:
resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==}
- /svgo/2.8.0:
- resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==}
- engines: {node: '>=10.13.0'}
+ /svgo/3.3.2:
+ resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==}
+ engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
'@trysound/sax': 0.2.0
commander: 7.2.0
- css-select: 4.3.0
- css-tree: 1.1.3
- csso: 4.2.0
+ css-select: 5.1.0
+ css-tree: 2.3.1
+ css-what: 6.1.0
+ csso: 5.0.5
picocolors: 1.1.0
- stable: 0.1.8
/symbol-tree/3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
@@ -19164,39 +20821,6 @@ packages:
terser: 5.31.6
webpack: 5.94.0
- /terser-webpack-plugin/5.3.9_webpack@5.94.0:
- resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
- 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
- dependencies:
- '@jridgewell/trace-mapping': 0.3.25
- jest-worker: 27.5.1
- schema-utils: 3.3.0
- serialize-javascript: 6.0.1
- terser: 5.18.2
- webpack: 5.94.0
-
- /terser/5.18.2:
- resolution: {integrity: sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==}
- engines: {node: '>=10'}
- hasBin: true
- dependencies:
- '@jridgewell/source-map': 0.3.4
- acorn: 8.11.3
- commander: 2.20.3
- source-map-support: 0.5.21
-
/terser/5.31.6:
resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==}
engines: {node: '>=10'}
@@ -19265,10 +20889,6 @@ packages:
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
engines: {node: '>=4'}
- /to-readable-stream/1.0.0:
- resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==}
- engines: {node: '>=6'}
-
/to-regex-range/5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
@@ -19302,6 +20922,7 @@ packages:
/tr46/0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
+ dev: true
/tr46/1.0.1:
resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
@@ -19323,21 +20944,9 @@ packages:
/trim-lines/3.0.1:
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
- dev: false
-
- /trim-trailing-lines/1.1.4:
- resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==}
-
- /trim/0.0.1:
- resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==}
- deprecated: Use String.prototype.trim() instead
-
- /trough/1.0.5:
- resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==}
/trough/2.1.0:
resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==}
- dev: false
/ts-api-utils/1.0.2_typescript@5.1.3:
resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==}
@@ -19401,9 +21010,6 @@ packages:
resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==}
dev: true
- /tslib/2.6.0:
- resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==}
-
/tslib/2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
@@ -19454,24 +21060,24 @@ packages:
typescript: 3.9.10
dev: true
- /tsutils/3.21.0_typescript@4.9.5:
+ /tsutils/3.21.0_typescript@5.1.3:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 4.9.5
+ typescript: 5.1.3
dev: true
- /tsutils/3.21.0_typescript@5.1.3:
+ /tsutils/3.21.0_typescript@5.6.3:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 5.1.3
+ typescript: 5.6.3
dev: true
/turbo-darwin-64/1.10.13:
@@ -19570,7 +21176,6 @@ packages:
/type-fest/1.4.0:
resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==}
engines: {node: '>=10'}
- dev: true
/type-fest/2.19.0:
resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
@@ -19602,16 +21207,16 @@ packages:
hasBin: true
dev: true
- /typescript/4.9.5:
- resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
- engines: {node: '>=4.2.0'}
- hasBin: true
-
/typescript/5.1.3:
resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==}
engines: {node: '>=14.17'}
hasBin: true
+ /typescript/5.6.3:
+ resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
+ engines: {node: '>=14.17'}
+ hasBin: true
+
/typical/4.0.0:
resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==}
engines: {node: '>=8'}
@@ -19620,10 +21225,6 @@ packages:
resolution: {integrity: sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==}
engines: {node: '>=8'}
- /ua-parser-js/1.0.35:
- resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==}
- dev: false
-
/ufo/1.5.3:
resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==}
dev: true
@@ -19648,23 +21249,19 @@ packages:
/undici-types/5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
- /unescape/1.0.1:
- resolution: {integrity: sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==}
- engines: {node: '>=0.10.0'}
- dependencies:
- extend-shallow: 2.0.1
- dev: true
-
- /unherit/1.1.3:
- resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==}
- dependencies:
- inherits: 2.0.4
- xtend: 4.0.2
+ /undici/6.20.1:
+ resolution: {integrity: sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==}
+ engines: {node: '>=18.17'}
+ dev: false
/unicode-canonical-property-names-ecmascript/2.0.0:
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
engines: {node: '>=4'}
+ /unicode-emoji-modifier-base/1.0.0:
+ resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
+ engines: {node: '>=4'}
+
/unicode-match-property-ecmascript/2.0.0:
resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines: {node: '>=4'}
@@ -19692,27 +21289,16 @@ packages:
vfile: 5.3.7
dev: false
- /unified/9.2.0:
- resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==}
- dependencies:
- '@types/unist': 2.0.6
- bail: 1.0.5
- extend: 3.0.2
- is-buffer: 2.0.5
- is-plain-obj: 2.1.0
- trough: 1.0.5
- vfile: 4.2.1
-
- /unified/9.2.2:
- resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==}
+ /unified/11.0.5:
+ resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
dependencies:
- '@types/unist': 2.0.6
- bail: 1.0.5
+ '@types/unist': 3.0.2
+ bail: 2.0.2
+ devlop: 1.1.0
extend: 3.0.2
- is-buffer: 2.0.5
- is-plain-obj: 2.1.0
- trough: 1.0.5
- vfile: 4.2.1
+ is-plain-obj: 4.1.0
+ trough: 2.1.0
+ vfile: 6.0.3
/uniq/1.0.1:
resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==}
@@ -19723,20 +21309,18 @@ packages:
engines: {node: '>=8'}
dependencies:
crypto-random-string: 2.0.0
+ dev: true
- /unist-builder/2.0.3:
- resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==}
-
- /unist-util-generated/1.1.6:
- resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==}
+ /unique-string/3.0.0:
+ resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==}
+ engines: {node: '>=12'}
+ dependencies:
+ crypto-random-string: 4.0.0
/unist-util-generated/2.0.1:
resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==}
dev: false
- /unist-util-is/4.1.0:
- resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==}
-
/unist-util-is/5.2.1:
resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==}
dependencies:
@@ -19747,10 +21331,11 @@ packages:
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
dependencies:
'@types/unist': 3.0.2
- dev: true
- /unist-util-position/3.1.0:
- resolution: {integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==}
+ /unist-util-position-from-estree/2.0.0:
+ resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==}
+ dependencies:
+ '@types/unist': 3.0.2
/unist-util-position/4.0.4:
resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==}
@@ -19758,20 +21343,10 @@ packages:
'@types/unist': 2.0.6
dev: false
- /unist-util-remove-position/2.0.1:
- resolution: {integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==}
- dependencies:
- unist-util-visit: 2.0.3
-
- /unist-util-remove/2.1.0:
- resolution: {integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==}
+ /unist-util-position/5.0.0:
+ resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
dependencies:
- unist-util-is: 4.1.0
-
- /unist-util-stringify-position/2.0.3:
- resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
- dependencies:
- '@types/unist': 2.0.6
+ '@types/unist': 3.0.2
/unist-util-stringify-position/3.0.3:
resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==}
@@ -19779,11 +21354,10 @@ packages:
'@types/unist': 2.0.6
dev: false
- /unist-util-visit-parents/3.1.1:
- resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==}
+ /unist-util-stringify-position/4.0.0:
+ resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
dependencies:
- '@types/unist': 2.0.6
- unist-util-is: 4.1.0
+ '@types/unist': 3.0.2
/unist-util-visit-parents/5.1.3:
resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==}
@@ -19797,14 +21371,6 @@ packages:
dependencies:
'@types/unist': 3.0.2
unist-util-is: 6.0.0
- dev: true
-
- /unist-util-visit/2.0.3:
- resolution: {integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==}
- dependencies:
- '@types/unist': 2.0.6
- unist-util-is: 4.1.0
- unist-util-visit-parents: 3.1.1
/unist-util-visit/4.1.2:
resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==}
@@ -19820,17 +21386,12 @@ packages:
'@types/unist': 3.0.2
unist-util-is: 6.0.0
unist-util-visit-parents: 6.0.1
- dev: true
/universalify/0.2.0:
resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==}
engines: {node: '>= 4.0.0'}
dev: true
- /universalify/2.0.0:
- resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
- engines: {node: '>= 10.0.0'}
-
/universalify/2.0.1:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
@@ -19861,7 +21422,7 @@ packages:
browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.21.9
- escalade: 3.1.2
+ escalade: 3.2.0
picocolors: 1.1.0
/update-browserslist-db/1.0.13_browserslist@4.23.0:
@@ -19871,7 +21432,7 @@ packages:
browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.23.0
- escalade: 3.1.2
+ escalade: 3.2.0
picocolors: 1.1.0
/update-browserslist-db/1.1.1_browserslist@4.24.0:
@@ -19884,24 +21445,24 @@ packages:
escalade: 3.2.0
picocolors: 1.1.0
- /update-notifier/5.1.0:
- resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==}
- engines: {node: '>=10'}
+ /update-notifier/6.0.2:
+ resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==}
+ engines: {node: '>=14.16'}
dependencies:
- boxen: 5.1.2
- chalk: 4.1.2
- configstore: 5.0.1
- has-yarn: 2.1.0
- import-lazy: 2.1.0
- is-ci: 2.0.0
+ boxen: 7.1.1
+ chalk: 5.3.0
+ configstore: 6.0.0
+ has-yarn: 3.0.0
+ import-lazy: 4.0.0
+ is-ci: 3.0.1
is-installed-globally: 0.4.0
- is-npm: 5.0.0
- is-yarn-global: 0.3.0
- latest-version: 5.1.0
- pupa: 2.1.1
+ is-npm: 6.0.0
+ is-yarn-global: 0.4.1
+ latest-version: 7.0.0
+ pupa: 3.1.0
semver: 7.6.0
- semver-diff: 3.1.1
- xdg-basedir: 4.0.0
+ semver-diff: 4.0.0
+ xdg-basedir: 5.1.0
/uri-js/4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
@@ -19924,12 +21485,6 @@ packages:
schema-utils: 3.3.0
webpack: 5.94.0
- /url-parse-lax/3.0.0:
- resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==}
- engines: {node: '>=4'}
- dependencies:
- prepend-http: 2.0.0
-
/url-parse/1.5.10:
resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==}
dependencies:
@@ -19937,37 +21492,34 @@ packages:
requires-port: 1.0.0
dev: true
- /use-composed-ref/1.3.0_react@18.2.0:
- resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==}
+ /use-debounce/9.0.4_react@18.2.0:
+ resolution: {integrity: sha512-6X8H/mikbrt0XE8e+JXRtZ8yYVvKkdYRfmIhWZYsP8rcNs9hk3APV8Ua2mFkKRLcJKVdnX2/Vwrmg2GWKUQEaQ==}
+ engines: {node: '>= 10.0.0'}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
+ react: '>=16.8.0 || 18'
dependencies:
react: 18.2.0
- dev: false
+ dev: true
- /use-debounce/9.0.4_react@18.2.0:
+ /use-debounce/9.0.4_react@18.3.1:
resolution: {integrity: sha512-6X8H/mikbrt0XE8e+JXRtZ8yYVvKkdYRfmIhWZYsP8rcNs9hk3APV8Ua2mFkKRLcJKVdnX2/Vwrmg2GWKUQEaQ==}
engines: {node: '>= 10.0.0'}
peerDependencies:
react: '>=16.8.0 || 18'
dependencies:
- react: 18.2.0
+ react: 18.3.1
+ dev: false
- /use-isomorphic-layout-effect/1.1.2_i73ekzlbntu7jol6ph2fvy4mga:
- resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
+ /use-editable/2.3.3_react@18.3.1:
+ resolution: {integrity: sha512-7wVD2JbfAFJ3DK0vITvXBdpd9JAz5BcKAAolsnLBuBn6UDDwBGuCIAGvR3yA2BNKm578vAMVHFCWaOcA+BhhiA==}
peerDependencies:
- '@types/react': '*'
- react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
- peerDependenciesMeta:
- '@types/react':
- optional: true
+ react: '>= 16.8.0 || 18'
dependencies:
- '@types/react': 18.2.14
- react: 18.2.0
- dev: false
+ react: 18.3.1
+ dev: true
- /use-latest/1.2.1_i73ekzlbntu7jol6ph2fvy4mga:
- resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
+ /use-isomorphic-layout-effect/1.1.2_i73ekzlbntu7jol6ph2fvy4mga:
+ resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
peerDependencies:
'@types/react': '*'
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18
@@ -19977,7 +21529,6 @@ packages:
dependencies:
'@types/react': 18.2.14
react: 18.2.0
- use-isomorphic-layout-effect: 1.1.2_i73ekzlbntu7jol6ph2fvy4mga
dev: false
/util-deprecate/1.0.2:
@@ -20036,14 +21587,11 @@ packages:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
- /vfile-location/3.2.0:
- resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==}
-
- /vfile-message/2.0.4:
- resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==}
+ /vfile-location/5.0.3:
+ resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
dependencies:
- '@types/unist': 2.0.6
- unist-util-stringify-position: 2.0.3
+ '@types/unist': 3.0.2
+ vfile: 6.0.3
/vfile-message/3.1.4:
resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==}
@@ -20052,13 +21600,11 @@ packages:
unist-util-stringify-position: 3.0.3
dev: false
- /vfile/4.2.1:
- resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==}
+ /vfile-message/4.0.2:
+ resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
dependencies:
- '@types/unist': 2.0.6
- is-buffer: 2.0.5
- unist-util-stringify-position: 2.0.3
- vfile-message: 2.0.4
+ '@types/unist': 3.0.2
+ unist-util-stringify-position: 4.0.0
/vfile/5.3.7:
resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==}
@@ -20069,6 +21615,12 @@ packages:
vfile-message: 3.1.4
dev: false
+ /vfile/6.0.3:
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
+ dependencies:
+ '@types/unist': 3.0.2
+ vfile-message: 4.0.2
+
/victory-vendor/36.6.11:
resolution: {integrity: sha512-nT8kCiJp8dQh8g991J/R5w5eE2KnO8EAIP0xocWlh9l2okngMWglOPoMZzJvek8Q1KUc4XE/mJxTZnvOB1sTYg==}
dependencies:
@@ -20321,10 +21873,6 @@ packages:
- terser
dev: true
- /vlq/1.0.1:
- resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==}
- dev: true
-
/void-elements/3.1.0:
resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==}
engines: {node: '>=0.10.0'}
@@ -20377,33 +21925,6 @@ packages:
xml-name-validator: 4.0.0
dev: true
- /wait-on/6.0.1:
- resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
- engines: {node: '>=10.0.0'}
- hasBin: true
- dependencies:
- axios: 0.25.0
- joi: 17.9.2
- lodash: 4.17.21
- minimist: 1.2.8
- rxjs: 7.8.1
- transitivePeerDependencies:
- - debug
-
- /wait-on/6.0.1_debug@4.3.4:
- resolution: {integrity: sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==}
- engines: {node: '>=10.0.0'}
- hasBin: true
- dependencies:
- axios: 0.25.0_debug@4.3.4
- joi: 17.9.2
- lodash: 4.17.21
- minimist: 1.2.8
- rxjs: 7.8.1
- transitivePeerDependencies:
- - debug
- dev: false
-
/walkdir/0.4.1:
resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==}
engines: {node: '>=6.0.0'}
@@ -20433,11 +21954,12 @@ packages:
defaults: 1.0.4
dev: true
- /web-namespaces/1.1.4:
- resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==}
+ /web-namespaces/2.0.1:
+ resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
/webidl-conversions/3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
+ dev: true
/webidl-conversions/4.0.2:
resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
@@ -20536,7 +22058,7 @@ packages:
'@types/ws': 8.5.5
ansi-html-community: 0.0.8
bonjour-service: 1.1.1
- chokidar: 3.5.3
+ chokidar: 3.6.0
colorette: 2.0.20
compression: 1.7.4
connect-history-api-fallback: 2.0.0
@@ -20587,7 +22109,7 @@ packages:
'@types/ws': 8.5.5
ansi-html-community: 0.0.8
bonjour-service: 1.1.1
- chokidar: 3.5.3
+ chokidar: 3.6.0
colorette: 2.0.20
compression: 1.7.4
connect-history-api-fallback: 2.0.0
@@ -20639,7 +22161,7 @@ packages:
'@types/ws': 8.5.5
ansi-html-community: 0.0.8
bonjour-service: 1.1.1
- chokidar: 3.5.3
+ chokidar: 3.6.0
colorette: 2.0.20
compression: 1.7.4
connect-history-api-fallback: 2.0.0
@@ -20797,11 +22319,23 @@ packages:
iconv-lite: 0.6.3
dev: true
+ /whatwg-encoding/3.1.1:
+ resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
+ engines: {node: '>=18'}
+ dependencies:
+ iconv-lite: 0.6.3
+ dev: false
+
/whatwg-mimetype/3.0.0:
resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
engines: {node: '>=12'}
dev: true
+ /whatwg-mimetype/4.0.0:
+ resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
+ engines: {node: '>=18'}
+ dev: false
+
/whatwg-url/12.0.1:
resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==}
engines: {node: '>=14'}
@@ -20815,6 +22349,7 @@ packages:
dependencies:
tr46: 0.0.3
webidl-conversions: 3.0.1
+ dev: true
/whatwg-url/7.1.0:
resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
@@ -20875,12 +22410,6 @@ packages:
stackback: 0.0.2
dev: true
- /widest-line/3.1.0:
- resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==}
- engines: {node: '>=8'}
- dependencies:
- string-width: 4.2.3
-
/widest-line/4.0.1:
resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==}
engines: {node: '>=12'}
@@ -20908,6 +22437,7 @@ packages:
ansi-styles: 4.3.0
string-width: 4.2.3
strip-ansi: 6.0.1
+ dev: true
/wrap-ansi/8.1.0:
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
@@ -20973,9 +22503,9 @@ packages:
optional: true
dev: true
- /xdg-basedir/4.0.0:
- resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==}
- engines: {node: '>=8'}
+ /xdg-basedir/5.1.0:
+ resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==}
+ engines: {node: '>=12'}
/xml-js/1.6.11:
resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==}
@@ -20995,6 +22525,7 @@ packages:
/xtend/4.0.2:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
+ dev: true
/yallist/2.1.2:
resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==}
@@ -21021,7 +22552,6 @@ packages:
/yocto-queue/1.0.0:
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
engines: {node: '>=12.20'}
- dev: true
- /zwitch/1.0.5:
- resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
+ /zwitch/2.0.4:
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
diff --git a/renovate.json b/renovate.json
index be619fcf3..c7333b419 100644
--- a/renovate.json
+++ b/renovate.json
@@ -20,10 +20,6 @@
{
"matchPackagePatterns": ["@floating-ui"],
"groupName": "floating-ui monorepo"
- },
- {
- "matchPackageNames": ["@mdx-js/react"],
- "allowedVersions": "<=2"
}
],
"prConcurrentLimit": 2