diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5be2497..19de0e7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -120,7 +120,7 @@ please use the general guidelines below to know which admonition types to use in
Advice or tips that help the user. Topics might not be directly related to surrounding subject
matter.
-- 🟡 **CAUTION** (`:::caution`)
+- 🟡 **CAUTION** (`:::warning`)
Warning messages about an action or piece of information. Things the user should heed, but it
won't be the end of the world if they don't.
diff --git a/docs/_configs-common.md b/docs/_configs-common.md
index 363d73b..1223487 100644
--- a/docs/_configs-common.md
+++ b/docs/_configs-common.md
@@ -30,7 +30,7 @@ The pre-built configuration files can be deployed in two ways:
## Customization
-:::caution
+:::warning
The pre-built configuration files are designed as a simple mechanism to deploy one or more of the
TRaSH Guides profiles, in exactly the same configuration as they appear on the guides pages.
@@ -39,7 +39,7 @@ building your own custom configuration file.
:::
-:::caution
+:::warning
At this time, include templates can only be used with quality profiles that have the **same name**
as shown in the equivalent guide profile page. The profile name is hard-coded into the
diff --git a/docs/behavior/quality-profiles.md b/docs/behavior/quality-profiles.md
index b0fb80c..0fdbd15 100644
--- a/docs/behavior/quality-profiles.md
+++ b/docs/behavior/quality-profiles.md
@@ -42,7 +42,7 @@ When `quality_sort` is set to `top` (which is also the *default* if you do not s
property), qualities and groups you *explicitly specify* in your YAML are sorted to the top of the
list. *Unspecified* qualities appear at the bottom.
-:::caution Impact on Cutoff
+:::warning Impact on Cutoff
If qualities are removed instead of disabled, this can cause unwanted downgrades of movie files.
@@ -50,7 +50,8 @@ If qualities are removed instead of disabled, this can cause unwanted downgrades
#### Example
-Click to Expand Example
+
+Click to Expand Example
```yml
quality_sort: top
@@ -77,7 +78,7 @@ When you sync this quality profile, it will look like this when you view it in t
When `quality_sort` is set to `bottom`, qualities and groups you *explicitly specify* in your YAML
are sorted to the bottom of the list. *Unspecified* qualities appear at the top.
-:::caution Impact on Cutoff
+:::warning Impact on Cutoff
If qualities are removed instead of disabled, this can result in upgrades never happening.
@@ -85,7 +86,8 @@ If qualities are removed instead of disabled, this can result in upgrades never
#### Example
-Click to Expand Example
+
+Click to Expand Example
Using the same example YAML from the previous section:
diff --git a/docs/cli/config/config-create.md b/docs/cli/config/config-create.md
index 0d28e79..38beb0e 100644
--- a/docs/cli/config/config-create.md
+++ b/docs/cli/config/config-create.md
@@ -54,7 +54,7 @@ recyclarr config create -t uhd-bluray-web -t remux-web-1080p
### `-f|--force`
-:::caution
+:::warning
This is a destructive operation! Use carefully.
diff --git a/docs/cli/delete/delete-custom-formats.md b/docs/cli/delete/delete-custom-formats.md
index 85b8286..13c01bf 100644
--- a/docs/cli/delete/delete-custom-formats.md
+++ b/docs/cli/delete/delete-custom-formats.md
@@ -82,7 +82,7 @@ If this option is used, any explicit CFs provided to the `[cf_names]` argument a
If specified, performs the delete operation without a confirmation prompt.
-:::caution
+:::warning
Know what you are doing before you use this option!
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 0244b2f..d6fd2c9 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -4,7 +4,7 @@ sidebar_position: 4
title: Getting Started
---
-:::caution
+:::warning
Please make sure you've reviewed the various [installation methods](installation/index.md) before
getting started here.
@@ -18,9 +18,8 @@ which varies depending on your chosen platform.
Choose the section below representing your chosen installation method and run those steps if you
want to get started with a minimal configuration file.
-
-Docker
-
+
+Docker
[Installation Instructions](installation/docker.md)
@@ -42,9 +41,8 @@ the previous step.
-
-Manual Installation
-
+
+Manual Installation
[Installation Instructions](installation/manual-install.md)
diff --git a/docs/installation/docker.md b/docs/installation/docker.md
index cf37ff0..2534357 100644
--- a/docs/installation/docker.md
+++ b/docs/installation/docker.md
@@ -30,7 +30,7 @@ because the `docker-compose.yml` file is a fantastic way to keep configuration d
Thus, for the remainder of this page, all instruction and advice will be based on the example YAML
below. I highly recommend you set up your own `docker-compose.yml` this way.
-:::caution
+:::warning
The below example should not be used verbatim. It's meant for example purposes only. Copy & paste it
but make the appropriate and necessary changes to it for your specific use case.
@@ -140,7 +140,7 @@ where:
Using the table at the start of the Tags section, an example might be `2.1.3-dev.50` where `2.1.3`
is the *current* next version after `2.1.2`.
-:::caution
+:::warning
Prerelease tags do not live indefinitely. An unspecified *retention period* is applied to them,
meaning that these tags are **permanently deleted from upstream docker registries** after that
@@ -207,9 +207,8 @@ one or the other depending on the following:
See the respective sections below for whichever mode you wish to use.
-
-Using Docker Run
-
+
+Using Docker Run
When using `docker run` to invoke Recyclarr in manual mode, the container starts up, runs a
user-specified operation, and then exits. This is semantically identical to running Recyclarr
@@ -248,9 +247,8 @@ containers will start to grow the more often you run it manually).
-
-Using Docker Exec
-
+
+Using Docker Exec
Using `docker exec` for manual mode is similar to the previous section, except that it uses an
already-running instance of the container to perform actions.
diff --git a/docs/installation/tips/git-install.md b/docs/installation/tips/git-install.md
index 8d883a6..62a4c4b 100644
--- a/docs/installation/tips/git-install.md
+++ b/docs/installation/tips/git-install.md
@@ -30,7 +30,7 @@ Skip this section if you're using Chocolatey or Winget methods.
:::
-:::caution
+:::warning
Before proceeding, **close any open terminal windows** such as Powershell and CMD/Command Prompt.
The Git installer will modify your `PATH` environment variable. Terminals will not reload updates to
diff --git a/docs/sqp-configs.md b/docs/sqp-configs.md
index 0d68c46..82aad88 100644
--- a/docs/sqp-configs.md
+++ b/docs/sqp-configs.md
@@ -24,7 +24,7 @@ deploying one of more of the TRaSH Guides profiles:
[radarr-sqp-4-trash]: https://trash-guides.info/SQP/4/
[radarr-sqp-5-trash]: https://trash-guides.info/SQP/5/
-:::caution
+:::warning
- The information provided on this page is for private use only and is not to be made public. :bangbang:
- Users who have been provided with the link to this page **must** keep it private. :bangbang:
diff --git a/docs/troubleshooting/errors-warnings.md b/docs/troubleshooting/errors-warnings.md
index 266d5b2..16b27fb 100644
--- a/docs/troubleshooting/errors-warnings.md
+++ b/docs/troubleshooting/errors-warnings.md
@@ -7,7 +7,8 @@ This section contains a list of warnings you might see in your console output /
usually caused by configuration issues or something else within the user's control to fix. Below are
examples of messages you may see with some guidance on how to address them.
-
+
+
Custom format with trash ID e23edd2482476e595fb990b12e7c609c is duplicated 1 times in quality
profile SD with the following scores: [500]
@@ -54,7 +55,8 @@ custom_formats:
-
+
+
No configuration YAML files found
@@ -75,7 +77,8 @@ and their structure.
-
+
+
Incompatible value assigned/used at line 7: Invalid cast from 'System.String' to
'Recyclarr.TrashLib.Config.Services.QualityDefinitionConfig'
@@ -116,7 +119,8 @@ The troubleshooting steps documented here are for the non-docker version of Recy
directly on a host machine). The [Docker](installation/docker.md) page has troubleshooting steps as
well.
-
+
+
Failed to create CoreCLR, HRESULT: 0x8007000E
diff --git a/docs/troubleshooting/reporting-issues.md b/docs/troubleshooting/reporting-issues.md
index cd9df75..2b85e44 100644
--- a/docs/troubleshooting/reporting-issues.md
+++ b/docs/troubleshooting/reporting-issues.md
@@ -3,7 +3,7 @@ id: help
title: Getting Help
---
-:::caution
+:::warning
Recyclarr may stop working at any time due to guide updates and changes in either Radarr or Sonarr.
It is a priority to fix them in a timely manner. [Reporting][issues] such issues ASAP would be
diff --git a/docs/upgrade-guide/v5.0.md b/docs/upgrade-guide/v5.0.md
index aeccbcd..c9b84e9 100644
--- a/docs/upgrade-guide/v5.0.md
+++ b/docs/upgrade-guide/v5.0.md
@@ -92,7 +92,7 @@ The reason for this change is due to quirky logic with specifying this flag mult
same profile. Now that the flag is attached to a Quality Profile config, it will be more clear how
the value will be set.
-:::caution
+:::warning
At the moment, `quality_profiles` does **not create quality profiles for you!** You are still
responsible for ensuring that the quality profile (in the above example, `SD`) exists.
diff --git a/docs/upgrade-guide/v7.0.md b/docs/upgrade-guide/v7.0.md
index 5f891ef..8838f7d 100644
--- a/docs/upgrade-guide/v7.0.md
+++ b/docs/upgrade-guide/v7.0.md
@@ -16,7 +16,7 @@ in the past. Deprecations are always mentioned in release notes for minor versio
### Path Change on MacOS {#osx-path-change}
-:::caution
+:::warning
If you are not running Recyclarr on MacOS, **no action is needed!**
diff --git a/docs/yaml/config-reference/basic.md b/docs/yaml/config-reference/basic.md
index 6e0985f..ad4f433 100644
--- a/docs/yaml/config-reference/basic.md
+++ b/docs/yaml/config-reference/basic.md
@@ -53,7 +53,7 @@ This property can be implicitly set via secrets if you follow a naming conventio
:::
-:::caution
+:::warning
The `base_url` value is used to uniquely identify an instance of a service (such as Radarr). This
means that if you relocate your instances to a new URL (change of port, hostname, or path),
diff --git a/docs/yaml/config-reference/quality-profiles.md b/docs/yaml/config-reference/quality-profiles.md
index 4664553..a0941f7 100644
--- a/docs/yaml/config-reference/quality-profiles.md
+++ b/docs/yaml/config-reference/quality-profiles.md
@@ -121,7 +121,7 @@ used with this property. Visit the [relevant CLI reference page][cliscoresets] f
## `min_format_score` {#min-format-score}
-:::caution
+:::warning
This property is **not supported** with Sonarr v3!
@@ -161,7 +161,7 @@ list, this property is optional and will leave your manually set cutoff alone.
## `until_score` {#until-score}
-:::caution
+:::warning
This property is **not supported** with Sonarr v3!
@@ -215,7 +215,7 @@ If this is omitted or set to `true`, this quality will be allowed. This is the e
checking the box next to the quality in the Radarr or Sonarr UI. If set to `false`, this quality
will be disallowed (unchecks the box).
-:::caution
+:::warning
There are two distinct methods of disabling (disallowing) a quality: Either set this property to
`false` or delete the quality from the list entirely. **Make sure you understand the behavioral
diff --git a/docs/yaml/config-reference/release-profiles.md b/docs/yaml/config-reference/release-profiles.md
index 1fe0e12..a396108 100644
--- a/docs/yaml/config-reference/release-profiles.md
+++ b/docs/yaml/config-reference/release-profiles.md
@@ -37,7 +37,7 @@ service_type:
**Optional.** *Default: No release profiles are synced*
-:::caution
+:::warning
Release Profiles may not be used in Sonarr version 4 or greater!
diff --git a/docs/yaml/environment-variables.md b/docs/yaml/environment-variables.md
index c91ba3c..1615af0 100644
--- a/docs/yaml/environment-variables.md
+++ b/docs/yaml/environment-variables.md
@@ -34,7 +34,7 @@ Where:
- `my_default_value` is an **optional** default value to use if the specified environment variable
is either not defined, a blank string, or contains only whitespace characters.
-:::caution
+:::warning
If an environment variable cannot be found or does not have a value as defined above, *and* no
default value is provided, an exception is thrown and configuration loading will fail for that
diff --git a/docs/yaml/secrets-reference.md b/docs/yaml/secrets-reference.md
index 430b5f4..81e5b05 100644
--- a/docs/yaml/secrets-reference.md
+++ b/docs/yaml/secrets-reference.md
@@ -46,7 +46,7 @@ radarr:
api_key: !secret radarr4k_another_apikey
```
-:::caution
+:::warning
Recyclarr will fail to load your configuration if there are references to keys that don't exist in
the `secrets.yml`.
diff --git a/docs/yaml/settings-reference.md b/docs/yaml/settings-reference.md
index 0f79b10..4937a06 100644
--- a/docs/yaml/settings-reference.md
+++ b/docs/yaml/settings-reference.md
@@ -17,7 +17,7 @@ Example of file location (using docker path):
If this file does not exist, Recyclarr will create it for you. Starting out, this file will be empty
and default behavior will be used.
-:::caution
+:::warning
There is absolutely no need to touch this file unless you have a specific reason to. It is
recommended that you only add the specific properties for the customizations you need and leave the
diff --git a/package.json b/package.json
index 0e8db48..ed8944b 100644
--- a/package.json
+++ b/package.json
@@ -15,13 +15,13 @@
},
"dependencies": {
"@algolia/client-search": "^4.19.1",
- "@docusaurus/core": "^3.1.1",
- "@docusaurus/preset-classic": "^3.1.1",
+ "@docusaurus/core": "^3.2.1",
+ "@docusaurus/preset-classic": "^3.2.1",
"@iconify/react": "^4.1.1",
"@mdx-js/react": "^3",
"@types/react": "^18",
"clsx": "^2.0.0",
- "docusaurus-theme-github-codeblock": "^1.1.4",
+ "docusaurus-theme-github-codeblock": "^2.0.2",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -30,7 +30,7 @@
"typescript": "^4.9.4"
},
"devDependencies": {
- "@docusaurus/module-type-aliases": "^3.1.1"
+ "@docusaurus/module-type-aliases": "^3.2.1"
},
"browserslist": {
"production": [
diff --git a/yarn.lock b/yarn.lock
index 21b624a..465f27c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -566,7 +566,7 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
-"@babel/parser@^7.22.15", "@babel/parser@^7.22.7", "@babel/parser@^7.23.6":
+"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
version "7.23.6"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
@@ -1507,10 +1507,10 @@
"@docsearch/css" "3.5.2"
algoliasearch "^4.19.1"
-"@docusaurus/core@3.1.1", "@docusaurus/core@^3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.1.1.tgz#29ce8df7a3d3d12ee8962d6d86133b87235ff17b"
- integrity sha512-2nQfKFcf+MLEM7JXsXwQxPOmQAR6ytKMZVSx7tVi9HEm9WtfwBH1fp6bn8Gj4zLUhjWKCLoysQ9/Wm+EZCQ4yQ==
+"@docusaurus/core@3.2.1", "@docusaurus/core@^3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.2.1.tgz#e9216f9f642b2139541e21f9eebbdb11e12f66da"
+ integrity sha512-ZeMAqNvy0eBv2dThEeMuNzzuu+4thqMQakhxsgT5s02A8LqRcdkg+rbcnuNqUIpekQ4GRx3+M5nj0ODJhBXo9w==
dependencies:
"@babel/core" "^7.23.3"
"@babel/generator" "^7.23.3"
@@ -1522,14 +1522,13 @@
"@babel/runtime" "^7.22.6"
"@babel/runtime-corejs3" "^7.22.6"
"@babel/traverse" "^7.22.8"
- "@docusaurus/cssnano-preset" "3.1.1"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/mdx-loader" "3.1.1"
+ "@docusaurus/cssnano-preset" "3.2.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/mdx-loader" "3.2.1"
"@docusaurus/react-loadable" "5.5.2"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-common" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
- "@slorber/static-site-generator-webpack-plugin" "^4.0.7"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
"@svgr/webpack" "^6.5.1"
autoprefixer "^10.4.14"
babel-loader "^9.1.3"
@@ -1550,6 +1549,7 @@
detect-port "^1.5.1"
escape-html "^1.0.3"
eta "^2.2.0"
+ eval "^0.1.8"
file-loader "^6.2.0"
fs-extra "^11.1.1"
html-minifier-terser "^7.2.0"
@@ -1558,6 +1558,7 @@
leven "^3.1.0"
lodash "^4.17.21"
mini-css-extract-plugin "^2.7.6"
+ p-map "^4.0.0"
postcss "^8.4.26"
postcss-loader "^7.3.3"
prompts "^2.4.2"
@@ -1582,34 +1583,32 @@
webpack-merge "^5.9.0"
webpackbar "^5.0.2"
-"@docusaurus/cssnano-preset@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.1.1.tgz#03a4cb8e6d41654d7ff5ed79fddd73fd224feea4"
- integrity sha512-LnoIDjJWbirdbVZDMq+4hwmrTl2yHDnBf9MLG9qyExeAE3ac35s4yUhJI8yyTCdixzNfKit4cbXblzzqMu4+8g==
+"@docusaurus/cssnano-preset@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.2.1.tgz#b36041004e837574d0147fcc4932210cdb1efbc1"
+ integrity sha512-wTL9KuSSbMJjKrfu385HZEzAoamUsbKqwscAQByZw4k6Ja/RWpqgVvt/CbAC+aYEH6inLzOt+MjuRwMOrD3VBA==
dependencies:
cssnano-preset-advanced "^5.3.10"
postcss "^8.4.26"
postcss-sort-media-queries "^4.4.1"
tslib "^2.6.0"
-"@docusaurus/logger@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.1.1.tgz#423e8270c00a57b1b3a0cc8a3ee0a4c522a68387"
- integrity sha512-BjkNDpQzewcTnST8trx4idSoAla6zZ3w22NqM/UMcFtvYJgmoE4layuTzlfql3VFPNuivvj7BOExa/+21y4X2Q==
+"@docusaurus/logger@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.2.1.tgz#6032e421b0b40a2379a3973dcd230d1be49afaa1"
+ integrity sha512-0voOKJCn9RaM3np6soqEfo7SsVvf2C+CDTWhW+H/1AyBhybASpExtDEz+7ECck9TwPzFQ5tt+I3zVugUJbJWDg==
dependencies:
chalk "^4.1.2"
tslib "^2.6.0"
-"@docusaurus/mdx-loader@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.1.1.tgz#f79290abc5044bef1d7ecac4eccec887058b8e03"
- integrity sha512-xN2IccH9+sv7TmxwsDJNS97BHdmlqWwho+kIVY4tcCXkp+k4QuzvWBeunIMzeayY4Fu13A6sAjHGv5qm72KyGA==
+"@docusaurus/mdx-loader@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.2.1.tgz#bea07d47300a158537bc81553769acf72c91c6c3"
+ integrity sha512-Fs8tXhXKZjNkdGaOy1xSLXSwfjCMT73J3Zfrju2U16uGedRFRjgK0ojpK5tiC7TnunsL3tOFgp1BSMBRflX9gw==
dependencies:
- "@babel/parser" "^7.22.7"
- "@babel/traverse" "^7.22.8"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
"@mdx-js/mdx" "^3.0.0"
"@slorber/remark-comment" "^1.0.0"
escape-html "^1.0.3"
@@ -1632,13 +1631,13 @@
vfile "^6.0.1"
webpack "^5.88.1"
-"@docusaurus/module-type-aliases@3.1.1", "@docusaurus/module-type-aliases@^3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.1.tgz#b304402b0535a13ebd4c0db1c368d2604d54d02f"
- integrity sha512-xBJyx0TMfAfVZ9ZeIOb1awdXgR4YJMocIEzTps91rq+hJDFJgJaylDtmoRhUxkwuYmNK1GJpW95b7DLztSBJ3A==
+"@docusaurus/module-type-aliases@3.2.1", "@docusaurus/module-type-aliases@^3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.2.1.tgz#fa8fd746890825b4301db2ddbe29d7cfbeee0380"
+ integrity sha512-FyViV5TqhL1vsM7eh29nJ5NtbRE6Ra6LP1PDcPvhwPSlA7eiWGRKAn3jWwMUcmjkos5SYY+sr0/feCdbM3eQHQ==
dependencies:
"@docusaurus/react-loadable" "5.5.2"
- "@docusaurus/types" "3.1.1"
+ "@docusaurus/types" "3.2.1"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
@@ -1646,18 +1645,18 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/react-loadable@5.5.2"
-"@docusaurus/plugin-content-blog@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.1.1.tgz#16f4fd723227b2158461bba6b9bcc18c1926f7ea"
- integrity sha512-ew/3VtVoG3emoAKmoZl7oKe1zdFOsI0NbcHS26kIxt2Z8vcXKCUgK9jJJrz0TbOipyETPhqwq4nbitrY3baibg==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/mdx-loader" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-common" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+"@docusaurus/plugin-content-blog@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.2.1.tgz#1b28c45102abc4be1a57caba76672c5ccdacce63"
+ integrity sha512-lOx0JfhlGZoZu6pEJfeEpSISZR5dQbJGGvb42IP13G5YThNHhG9R9uoWuo4IOimPqBC7sHThdLA3VLevk61Fsw==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/mdx-loader" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
cheerio "^1.0.0-rc.12"
feed "^4.2.2"
fs-extra "^11.1.1"
@@ -1669,18 +1668,19 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-docs@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.1.1.tgz#f2eddebf351dd8dd504a2c26061165c519e1f964"
- integrity sha512-lhFq4E874zw0UOH7ujzxnCayOyAt0f9YPVYSb9ohxrdCM8B4szxitUw9rIX4V9JLLHVoqIJb6k+lJJ1jrcGJ0A==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/mdx-loader" "3.1.1"
- "@docusaurus/module-type-aliases" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+"@docusaurus/plugin-content-docs@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.2.1.tgz#d3a36239aa11392b0fbed2eaea105c17f64f50ef"
+ integrity sha512-GHe5b/lCskAR8QVbfWAfPAApvRZgqk7FN3sOHgjCtjzQACZxkHmq6QqyqZ8Jp45V7lVck4wt2Xw2IzBJ7Cz3bA==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/mdx-loader" "3.2.1"
+ "@docusaurus/module-type-aliases" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
"@types/react-router-config" "^5.0.7"
combine-promises "^1.1.0"
fs-extra "^11.1.1"
@@ -1690,96 +1690,96 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-pages@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.1.1.tgz#05aec68c2abeac2140c7a16d4c5b506bf4d19fb2"
- integrity sha512-NQHncNRAJbyLtgTim9GlEnNYsFhuCxaCNkMwikuxLTiGIPH7r/jpb7O3f3jUMYMebZZZrDq5S7om9a6rvB/YCA==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/mdx-loader" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+"@docusaurus/plugin-content-pages@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.2.1.tgz#7e04c470958147ec8bf72c05d3608f1bb8307aab"
+ integrity sha512-TOqVfMVTAHqWNEGM94Drz+PUpHDbwFy6ucHFgyTx9zJY7wPNSG5EN+rd/mU7OvAi26qpOn2o9xTdUmb28QLjEQ==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/mdx-loader" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
fs-extra "^11.1.1"
tslib "^2.6.0"
webpack "^5.88.1"
-"@docusaurus/plugin-debug@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.1.1.tgz#cee5aae1fef288fb93f68894db79a2612e313d3f"
- integrity sha512-xWeMkueM9wE/8LVvl4+Qf1WqwXmreMjI5Kgr7GYCDoJ8zu4kD+KaMhrh7py7MNM38IFvU1RfrGKacCEe2DRRfQ==
+"@docusaurus/plugin-debug@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.2.1.tgz#59918ac654cbf0f7cf48d43fb9d944296d440784"
+ integrity sha512-AMKq8NuUKf2sRpN1m/sIbqbRbnmk+rSA+8mNU1LNxEl9BW9F/Gng8m9HKlzeyMPrf5XidzS1jqkuTLDJ6KIrFw==
dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
fs-extra "^11.1.1"
react-json-view-lite "^1.2.0"
tslib "^2.6.0"
-"@docusaurus/plugin-google-analytics@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.1.1.tgz#bfc58205b4fcaf3222e04f9c3542f3bef9804887"
- integrity sha512-+q2UpWTqVi8GdlLoSlD5bS/YpxW+QMoBwrPrUH/NpvpuOi0Of7MTotsQf9JWd3hymZxl2uu1o3PIrbpxfeDFDQ==
+"@docusaurus/plugin-google-analytics@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.2.1.tgz#6cab8df9218b016ce508ff96dd39cf9c87cdc9e5"
+ integrity sha512-/rJ+9u+Px0eTCiF4TNcNtj3kHf8cp6K1HCwOTdbsSlz6Xn21syZYcy+f1VM9wF6HrvUkXUcbM5TDCvg2IRL6bQ==
dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
tslib "^2.6.0"
-"@docusaurus/plugin-google-gtag@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.1.1.tgz#7e8b5aa6847a12461c104a65a335f4a45dae2f28"
- integrity sha512-0mMPiBBlQ5LFHTtjxuvt/6yzh8v7OxLi3CbeEsxXZpUzcKO/GC7UA1VOWUoBeQzQL508J12HTAlR3IBU9OofSw==
+"@docusaurus/plugin-google-gtag@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.2.1.tgz#b54e6bfa0ca2efac5ed02fea39cbf069d2893a2c"
+ integrity sha512-XtuJnlMvYfppeVdUyKiDIJAa/gTJKCQU92z8CLZZ9ibJdgVjFOLS10s0hIC0eL5z0U2u2loJz2rZ63HOkNHbBA==
dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
"@types/gtag.js" "^0.0.12"
tslib "^2.6.0"
-"@docusaurus/plugin-google-tag-manager@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.1.1.tgz#e1aae4d821e786d133386b4ae6e6fe66a4bc0089"
- integrity sha512-d07bsrMLdDIryDtY17DgqYUbjkswZQr8cLWl4tzXrt5OR/T/zxC1SYKajzB3fd87zTu5W5klV5GmUwcNSMXQXA==
+"@docusaurus/plugin-google-tag-manager@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.2.1.tgz#8b38237c154a377f6e199b77ecc871c6c6bb41a4"
+ integrity sha512-wiS/kE0Ny5pnjTxVCs8ljRnkL1RVMj59t6jmSsgEX7piDOoaXSMIUaoIt9ogS/v132uO0xEsxHstkRUZHQyPcQ==
dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
tslib "^2.6.0"
-"@docusaurus/plugin-sitemap@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.1.1.tgz#8828bf5e2922273aad207a35189f22913e6a0dfd"
- integrity sha512-iJ4hCaMmDaUqRv131XJdt/C/jJQx8UreDWTRqZKtNydvZVh/o4yXGRRFOplea1D9b/zpwL1Y+ZDwX7xMhIOTmg==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-common" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+"@docusaurus/plugin-sitemap@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.2.1.tgz#306b3e34cfbe38582ccbbd85d83ce0bdd0ae4cf7"
+ integrity sha512-uWZ7AxzdeaQSTCwD2yZtOiEm9zyKU+wqCmi/Sf25kQQqqFSBZUStXfaQ8OHP9cecnw893ZpZ811rPhB/wfujJw==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
fs-extra "^11.1.1"
sitemap "^7.1.1"
tslib "^2.6.0"
-"@docusaurus/preset-classic@^3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.1.1.tgz#15fd80012529dafd7e01cc0bce59d39ee6ad6bf5"
- integrity sha512-jG4ys/hWYf69iaN/xOmF+3kjs4Nnz1Ay3CjFLDtYa8KdxbmUhArA9HmP26ru5N0wbVWhY+6kmpYhTJpez5wTyg==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/plugin-content-blog" "3.1.1"
- "@docusaurus/plugin-content-docs" "3.1.1"
- "@docusaurus/plugin-content-pages" "3.1.1"
- "@docusaurus/plugin-debug" "3.1.1"
- "@docusaurus/plugin-google-analytics" "3.1.1"
- "@docusaurus/plugin-google-gtag" "3.1.1"
- "@docusaurus/plugin-google-tag-manager" "3.1.1"
- "@docusaurus/plugin-sitemap" "3.1.1"
- "@docusaurus/theme-classic" "3.1.1"
- "@docusaurus/theme-common" "3.1.1"
- "@docusaurus/theme-search-algolia" "3.1.1"
- "@docusaurus/types" "3.1.1"
+"@docusaurus/preset-classic@^3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.2.1.tgz#25a18ebaf271ec91ab7430a76a9054f101593de1"
+ integrity sha512-E3OHSmttpEBcSMhfPBq3EJMBxZBM01W1rnaCUTXy9EHvkmB5AwgTfW1PwGAybPAX579ntE03R+2zmXdizWfKnQ==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/plugin-content-blog" "3.2.1"
+ "@docusaurus/plugin-content-docs" "3.2.1"
+ "@docusaurus/plugin-content-pages" "3.2.1"
+ "@docusaurus/plugin-debug" "3.2.1"
+ "@docusaurus/plugin-google-analytics" "3.2.1"
+ "@docusaurus/plugin-google-gtag" "3.2.1"
+ "@docusaurus/plugin-google-tag-manager" "3.2.1"
+ "@docusaurus/plugin-sitemap" "3.2.1"
+ "@docusaurus/theme-classic" "3.2.1"
+ "@docusaurus/theme-common" "3.2.1"
+ "@docusaurus/theme-search-algolia" "3.2.1"
+ "@docusaurus/types" "3.2.1"
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
version "5.5.2"
@@ -1789,23 +1789,23 @@
"@types/react" "*"
prop-types "^15.6.2"
-"@docusaurus/theme-classic@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.1.1.tgz#0a188c787fc4bf2bb525cc30c7aa34e555ee96b8"
- integrity sha512-GiPE/jbWM8Qv1A14lk6s9fhc0LhPEQ00eIczRO4QL2nAQJZXkjPG6zaVx+1cZxPFWbAsqSjKe2lqkwF3fGkQ7Q==
- dependencies:
- "@docusaurus/core" "3.1.1"
- "@docusaurus/mdx-loader" "3.1.1"
- "@docusaurus/module-type-aliases" "3.1.1"
- "@docusaurus/plugin-content-blog" "3.1.1"
- "@docusaurus/plugin-content-docs" "3.1.1"
- "@docusaurus/plugin-content-pages" "3.1.1"
- "@docusaurus/theme-common" "3.1.1"
- "@docusaurus/theme-translations" "3.1.1"
- "@docusaurus/types" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-common" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+"@docusaurus/theme-classic@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.2.1.tgz#0aea144bbbfa77b699f6eff7ffaeb36a1adc6c02"
+ integrity sha512-+vSbnQyoWjc6vRZi4vJO2dBU02wqzynsai15KK+FANZudrYaBHtkbLZAQhgmxzBGVpxzi87gRohlMm+5D8f4tA==
+ dependencies:
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/mdx-loader" "3.2.1"
+ "@docusaurus/module-type-aliases" "3.2.1"
+ "@docusaurus/plugin-content-blog" "3.2.1"
+ "@docusaurus/plugin-content-docs" "3.2.1"
+ "@docusaurus/plugin-content-pages" "3.2.1"
+ "@docusaurus/theme-common" "3.2.1"
+ "@docusaurus/theme-translations" "3.2.1"
+ "@docusaurus/types" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
"@mdx-js/react" "^3.0.0"
clsx "^2.0.0"
copy-text-to-clipboard "^3.2.0"
@@ -1820,18 +1820,18 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-common@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.1.1.tgz#5a16893928b8379c9e83aef01d753e7e142459e2"
- integrity sha512-38urZfeMhN70YaXkwIGXmcUcv2CEYK/2l4b05GkJPrbEbgpsIZM3Xc+Js2ehBGGZmfZq8GjjQ5RNQYG+MYzCYg==
- dependencies:
- "@docusaurus/mdx-loader" "3.1.1"
- "@docusaurus/module-type-aliases" "3.1.1"
- "@docusaurus/plugin-content-blog" "3.1.1"
- "@docusaurus/plugin-content-docs" "3.1.1"
- "@docusaurus/plugin-content-pages" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-common" "3.1.1"
+"@docusaurus/theme-common@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.2.1.tgz#017b0cf05de2a4fa7b117ee44f25a3e8541c8bb9"
+ integrity sha512-d+adiD7L9xv6EvfaAwUqdKf4orsM3jqgeqAM+HAjgL/Ux0GkVVnfKr+tsoe+4ow4rHe6NUt+nkkW8/K8dKdilA==
+ dependencies:
+ "@docusaurus/mdx-loader" "3.2.1"
+ "@docusaurus/module-type-aliases" "3.2.1"
+ "@docusaurus/plugin-content-blog" "3.2.1"
+ "@docusaurus/plugin-content-docs" "3.2.1"
+ "@docusaurus/plugin-content-pages" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
@@ -1841,19 +1841,19 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-search-algolia@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.1.1.tgz#5170cd68cc59d150416b070bdc6d15c363ddf5e1"
- integrity sha512-tBH9VY5EpRctVdaAhT+b1BY8y5dyHVZGFXyCHgTrvcXQy5CV4q7serEX7U3SveNT9zksmchPyct6i1sFDC4Z5g==
+"@docusaurus/theme-search-algolia@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.2.1.tgz#6617d43ab0726b744bf8e32eb8533417c0d66b7d"
+ integrity sha512-bzhCrpyXBXzeydNUH83II2akvFEGfhsNTPPWsk5N7e+odgQCQwoHhcF+2qILbQXjaoZ6B3c48hrvkyCpeyqGHw==
dependencies:
"@docsearch/react" "^3.5.2"
- "@docusaurus/core" "3.1.1"
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/plugin-content-docs" "3.1.1"
- "@docusaurus/theme-common" "3.1.1"
- "@docusaurus/theme-translations" "3.1.1"
- "@docusaurus/utils" "3.1.1"
- "@docusaurus/utils-validation" "3.1.1"
+ "@docusaurus/core" "3.2.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/plugin-content-docs" "3.2.1"
+ "@docusaurus/theme-common" "3.2.1"
+ "@docusaurus/theme-translations" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-validation" "3.2.1"
algoliasearch "^4.18.0"
algoliasearch-helper "^3.13.3"
clsx "^2.0.0"
@@ -1863,18 +1863,18 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-translations@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.1.1.tgz#117e91ba5e3a8178cb59f3028bf41de165a508c1"
- integrity sha512-xvWQFwjxHphpJq5fgk37FXCDdAa2o+r7FX8IpMg+bGZBNXyWBu3MjZ+G4+eUVNpDhVinTc+j6ucL0Ain5KCGrg==
+"@docusaurus/theme-translations@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.2.1.tgz#894f6cb5bb121aa45a4a5f1383b70a8e3ae6a5d9"
+ integrity sha512-jAUMkIkFfY+OAhJhv6mV8zlwY6J4AQxJPTgLdR2l+Otof9+QdJjHNh/ifVEu9q0lp3oSPlJj9l05AaP7Ref+cg==
dependencies:
fs-extra "^11.1.1"
tslib "^2.6.0"
-"@docusaurus/types@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.1.1.tgz#747c9dee8cf7c3b0e5ee7351bac5e9c4fdc7f259"
- integrity sha512-grBqOLnubUecgKFXN9q3uit2HFbCxTWX4Fam3ZFbMN0sWX9wOcDoA7lwdX/8AmeL20Oc4kQvWVgNrsT8bKRvzg==
+"@docusaurus/types@3.2.1", "@docusaurus/types@^3.0.0":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.2.1.tgz#88ccd4b8fa236628a29c89b8b0f60f0cc4716b69"
+ integrity sha512-n/toxBzL2oxTtRTOFiGKsHypzn/Pm+sXyw+VSk1UbqbXQiHOwHwts55bpKwbcUgA530Is6kix3ELiFOv9GAMfw==
dependencies:
"@mdx-js/mdx" "^3.0.0"
"@types/history" "^4.7.11"
@@ -1886,44 +1886,32 @@
webpack "^5.88.1"
webpack-merge "^5.9.0"
-"@docusaurus/types@^2.3.1":
- version "2.4.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.1.tgz#d8e82f9e0f704984f98df1f93d6b4554d5458705"
- integrity sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==
- dependencies:
- "@types/history" "^4.7.11"
- "@types/react" "*"
- commander "^5.1.0"
- joi "^17.6.0"
- react-helmet-async "^1.3.0"
- utility-types "^3.10.0"
- webpack "^5.73.0"
- webpack-merge "^5.8.0"
-
-"@docusaurus/utils-common@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.1.1.tgz#b48fade63523fd40f3adb67b47c3371e5183c20b"
- integrity sha512-eGne3olsIoNfPug5ixjepZAIxeYFzHHnor55Wb2P57jNbtVaFvij/T+MS8U0dtZRFi50QU+UPmRrXdVUM8uyMg==
+"@docusaurus/utils-common@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.2.1.tgz#c275fd9984951244cc4f595ce6dfd0522e40c68d"
+ integrity sha512-N5vadULnRLiqX2QfTjVEU3u5vo6RG2EZTdyXvJdzDOdrLCGIZAfnf/VkssinFZ922sVfaFfQ4FnStdhn5TWdVg==
dependencies:
tslib "^2.6.0"
-"@docusaurus/utils-validation@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.1.1.tgz#3a747349ed05aee0e4d543552b41f3c9467ee731"
- integrity sha512-KlY4P9YVDnwL+nExvlIpu79abfEv6ZCHuOX4ZQ+gtip+Wxj0daccdReIWWtqxM/Fb5Cz1nQvUCc7VEtT8IBUAA==
+"@docusaurus/utils-validation@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.2.1.tgz#42ff0d2ae11c81d199ea485f27b86b40779673ed"
+ integrity sha512-+x7IR9hNMXi62L1YAglwd0s95fR7+EtirjTxSN4kahYRWGqOi3jlQl1EV0az/yTEvKbxVvOPcdYicGu9dk4LJw==
dependencies:
- "@docusaurus/logger" "3.1.1"
- "@docusaurus/utils" "3.1.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/utils" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
joi "^17.9.2"
js-yaml "^4.1.0"
tslib "^2.6.0"
-"@docusaurus/utils@3.1.1":
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.1.1.tgz#e822d14704e4b3bb451ca464a7cc56aea9b55a45"
- integrity sha512-ZJfJa5cJQtRYtqijsPEnAZoduW6sjAQ7ZCWSZavLcV10Fw0Z3gSaPKA/B4micvj2afRZ4gZxT7KfYqe5H8Cetg==
+"@docusaurus/utils@3.2.1":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.2.1.tgz#25247d071618bc7ece9bbc3d59f3ee1ac3ded727"
+ integrity sha512-DPkIS/EPc+pGAV798PUXgNzJFM3HJouoQXgr0KDZuJVz1EkWbDLOcQwLIz8Qx7liI9ddfkN/TXTRQdsTPZNakw==
dependencies:
- "@docusaurus/logger" "3.1.1"
+ "@docusaurus/logger" "3.2.1"
+ "@docusaurus/utils-common" "3.2.1"
"@svgr/webpack" "^6.5.1"
escape-string-regexp "^4.0.0"
file-loader "^6.2.0"
@@ -1935,6 +1923,7 @@
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.0"
@@ -2034,14 +2023,6 @@
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
-"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9":
- version "0.3.15"
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
- integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==
- dependencies:
- "@jridgewell/resolve-uri" "^3.0.3"
- "@jridgewell/sourcemap-codec" "^1.4.10"
-
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.20":
version "0.3.20"
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
@@ -2050,6 +2031,14 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
+"@jridgewell/trace-mapping@^0.3.9":
+ version "0.3.15"
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
+ integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==
+ dependencies:
+ "@jridgewell/resolve-uri" "^3.0.3"
+ "@jridgewell/sourcemap-codec" "^1.4.10"
+
"@leichtgewicht/ip-codec@^2.0.1":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
@@ -2145,11 +2134,6 @@
dependencies:
"@hapi/hoek" "^9.0.0"
-"@sideway/formula@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c"
- integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==
-
"@sideway/formula@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f"
@@ -2184,15 +2168,6 @@
micromark-util-character "^1.1.0"
micromark-util-symbol "^1.0.1"
-"@slorber/static-site-generator-webpack-plugin@^4.0.7":
- version "4.0.7"
- resolved "https://registry.yarnpkg.com/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz#fc1678bddefab014e2145cbe25b3ce4e1cfc36f3"
- integrity sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==
- dependencies:
- eval "^0.1.8"
- p-map "^4.0.0"
- webpack-sources "^3.2.2"
-
"@svgr/babel-plugin-add-jsx-attribute@^6.5.1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz#74a5d648bd0347bda99d82409d87b8ca80b9a1ba"
@@ -2383,11 +2358,6 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
-"@types/estree@^0.0.51":
- version "0.0.51"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
- integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
-
"@types/estree@^1.0.0":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
@@ -2668,14 +2638,6 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
-"@webassemblyjs/ast@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
- integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
- dependencies:
- "@webassemblyjs/helper-numbers" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
-
"@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
@@ -2684,45 +2646,21 @@
"@webassemblyjs/helper-numbers" "1.11.6"
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
-"@webassemblyjs/floating-point-hex-parser@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
- integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
-
"@webassemblyjs/floating-point-hex-parser@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
-"@webassemblyjs/helper-api-error@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
- integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
-
"@webassemblyjs/helper-api-error@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
-"@webassemblyjs/helper-buffer@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
- integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
-
"@webassemblyjs/helper-buffer@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz#b66d73c43e296fd5e88006f18524feb0f2c7c093"
integrity sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==
-"@webassemblyjs/helper-numbers@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
- integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
- dependencies:
- "@webassemblyjs/floating-point-hex-parser" "1.11.1"
- "@webassemblyjs/helper-api-error" "1.11.1"
- "@xtuc/long" "4.2.2"
-
"@webassemblyjs/helper-numbers@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
@@ -2732,26 +2670,11 @@
"@webassemblyjs/helper-api-error" "1.11.6"
"@xtuc/long" "4.2.2"
-"@webassemblyjs/helper-wasm-bytecode@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
- integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
-
"@webassemblyjs/helper-wasm-bytecode@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
-"@webassemblyjs/helper-wasm-section@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
- integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
-
"@webassemblyjs/helper-wasm-section@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz#ff97f3863c55ee7f580fd5c41a381e9def4aa577"
@@ -2762,13 +2685,6 @@
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
"@webassemblyjs/wasm-gen" "1.11.6"
-"@webassemblyjs/ieee754@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
- integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
- dependencies:
- "@xtuc/ieee754" "^1.2.0"
-
"@webassemblyjs/ieee754@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
@@ -2776,13 +2692,6 @@
dependencies:
"@xtuc/ieee754" "^1.2.0"
-"@webassemblyjs/leb128@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
- integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
- dependencies:
- "@xtuc/long" "4.2.2"
-
"@webassemblyjs/leb128@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
@@ -2790,30 +2699,11 @@
dependencies:
"@xtuc/long" "4.2.2"
-"@webassemblyjs/utf8@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
- integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
-
"@webassemblyjs/utf8@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
-"@webassemblyjs/wasm-edit@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
- integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/helper-wasm-section" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
- "@webassemblyjs/wasm-opt" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
- "@webassemblyjs/wast-printer" "1.11.1"
-
"@webassemblyjs/wasm-edit@^1.11.5":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz#c72fa8220524c9b416249f3d94c2958dfe70ceab"
@@ -2828,17 +2718,6 @@
"@webassemblyjs/wasm-parser" "1.11.6"
"@webassemblyjs/wast-printer" "1.11.6"
-"@webassemblyjs/wasm-gen@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
- integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/ieee754" "1.11.1"
- "@webassemblyjs/leb128" "1.11.1"
- "@webassemblyjs/utf8" "1.11.1"
-
"@webassemblyjs/wasm-gen@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz#fb5283e0e8b4551cc4e9c3c0d7184a65faf7c268"
@@ -2850,16 +2729,6 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
-"@webassemblyjs/wasm-opt@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
- integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
-
"@webassemblyjs/wasm-opt@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz#d9a22d651248422ca498b09aa3232a81041487c2"
@@ -2870,18 +2739,6 @@
"@webassemblyjs/wasm-gen" "1.11.6"
"@webassemblyjs/wasm-parser" "1.11.6"
-"@webassemblyjs/wasm-parser@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
- integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-api-error" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/ieee754" "1.11.1"
- "@webassemblyjs/leb128" "1.11.1"
- "@webassemblyjs/utf8" "1.11.1"
-
"@webassemblyjs/wasm-parser@1.11.6", "@webassemblyjs/wasm-parser@^1.11.5":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz#bb85378c527df824004812bbdb784eea539174a1"
@@ -2894,14 +2751,6 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
-"@webassemblyjs/wast-printer@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
- integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@xtuc/long" "4.2.2"
-
"@webassemblyjs/wast-printer@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz#a7bf8dd7e362aeb1668ff43f35cb849f188eff20"
@@ -2928,11 +2777,6 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
mime-types "~2.1.34"
negotiator "0.6.3"
-acorn-import-assertions@^1.7.6:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
- integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
-
acorn-import-assertions@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
@@ -4127,12 +3971,12 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"
-docusaurus-theme-github-codeblock@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/docusaurus-theme-github-codeblock/-/docusaurus-theme-github-codeblock-1.1.4.tgz#98ff4f27603da25169c9b60c8fe3124d9a002841"
- integrity sha512-a8sBUHTpbXBg8qS8H43VogRusOrY4aqpVYs6RiA08lQqI5FxYjAVGMArHQD/Rz0mYm3h/iiqgsVc3K4lTaIt3A==
+docusaurus-theme-github-codeblock@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/docusaurus-theme-github-codeblock/-/docusaurus-theme-github-codeblock-2.0.2.tgz#88b7044b81f9091330e8e4a07a1bdc9114a9fb93"
+ integrity sha512-H2WoQPWOLjGZO6KS58Gsd+eUVjTFJemkReiSSu9chqokyLc/3Ih3+zPRYfuEZ/HsDvSMIarf7CNcp+Vt+/G+ig==
dependencies:
- "@docusaurus/types" "^2.3.1"
+ "@docusaurus/types" "^3.0.0"
dom-converter@^0.2.0:
version "0.2.0"
@@ -4266,14 +4110,6 @@ encodeurl@~1.0.2:
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
-enhanced-resolve@^5.10.0:
- version "5.10.0"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6"
- integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==
- dependencies:
- graceful-fs "^4.2.4"
- tapable "^2.2.0"
-
enhanced-resolve@^5.15.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz#1af946c7d93603eb88e9896cee4904dc012e9c35"
@@ -4299,11 +4135,6 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"
-es-module-lexer@^0.9.0:
- version "0.9.3"
- resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
- integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
-
es-module-lexer@^1.2.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5"
@@ -5564,17 +5395,6 @@ jiti@^1.20.0:
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
-joi@^17.6.0:
- version "17.6.0"
- resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2"
- integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==
- dependencies:
- "@hapi/hoek" "^9.0.0"
- "@hapi/topo" "^5.0.0"
- "@sideway/address" "^4.1.3"
- "@sideway/formula" "^3.0.0"
- "@sideway/pinpoint" "^2.0.0"
-
joi@^17.9.2:
version "17.11.0"
resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"
@@ -7966,7 +7786,7 @@ schema-utils@2.7.0:
ajv "^6.12.2"
ajv-keywords "^3.4.1"
-schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
+schema-utils@^3.0.0, schema-utils@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
@@ -8486,17 +8306,6 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
-terser-webpack-plugin@^5.1.3:
- version "5.3.6"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz#5590aec31aa3c6f771ce1b1acca60639eab3195c"
- integrity sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==
- dependencies:
- "@jridgewell/trace-mapping" "^0.3.14"
- jest-worker "^27.4.5"
- schema-utils "^3.1.1"
- serialize-javascript "^6.0.0"
- terser "^5.14.1"
-
terser-webpack-plugin@^5.3.7, terser-webpack-plugin@^5.3.9:
version "5.3.10"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
@@ -8508,7 +8317,7 @@ terser-webpack-plugin@^5.3.7, terser-webpack-plugin@^5.3.9:
serialize-javascript "^6.0.1"
terser "^5.26.0"
-terser@^5.10.0, terser@^5.14.1:
+terser@^5.10.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.15.0.tgz#e16967894eeba6e1091509ec83f0c60e179f2425"
integrity sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==
@@ -8934,14 +8743,6 @@ webpack-dev-server@^4.15.1:
webpack-dev-middleware "^5.3.1"
ws "^8.13.0"
-webpack-merge@^5.8.0:
- version "5.8.0"
- resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
- integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
- dependencies:
- clone-deep "^4.0.1"
- wildcard "^2.0.0"
-
webpack-merge@^5.9.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
@@ -8951,41 +8752,11 @@ webpack-merge@^5.9.0:
flat "^5.0.2"
wildcard "^2.0.0"
-webpack-sources@^3.2.2, webpack-sources@^3.2.3:
+webpack-sources@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
-webpack@^5.73.0:
- version "5.74.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980"
- integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==
- dependencies:
- "@types/eslint-scope" "^3.7.3"
- "@types/estree" "^0.0.51"
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/wasm-edit" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
- acorn "^8.7.1"
- acorn-import-assertions "^1.7.6"
- browserslist "^4.14.5"
- chrome-trace-event "^1.0.2"
- enhanced-resolve "^5.10.0"
- es-module-lexer "^0.9.0"
- eslint-scope "5.1.1"
- events "^3.2.0"
- glob-to-regexp "^0.4.1"
- graceful-fs "^4.2.9"
- json-parse-even-better-errors "^2.3.1"
- loader-runner "^4.2.0"
- mime-types "^2.1.27"
- neo-async "^2.6.2"
- schema-utils "^3.1.0"
- tapable "^2.1.1"
- terser-webpack-plugin "^5.1.3"
- watchpack "^2.4.0"
- webpack-sources "^3.2.3"
-
webpack@^5.88.1:
version "5.89.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.89.0.tgz#56b8bf9a34356e93a6625770006490bf3a7f32dc"