aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties8
-rw-r--r--language-web/.eslintrc.ci.js1
-rw-r--r--language-web/package.json70
-rw-r--r--language-web/yarn.lock2278
5 files changed, 1107 insertions, 1252 deletions
diff --git a/build.gradle b/build.gradle
index 72f1bc57..694d5c2d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
1plugins { 1plugins {
2 id 'com.github.johnrengelman.shadow' version '7.0.0' apply false 2 id 'com.github.johnrengelman.shadow' version '7.1.0' apply false
3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false 3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false
4 id 'org.sonarqube' version '3.3' 4 id 'org.sonarqube' version '3.3'
5 id 'org.xtext.xtend' version '3.0.0-M1' apply false 5 id 'org.xtext.xtend' version '3.0.0-M1' apply false
diff --git a/gradle.properties b/gradle.properties
index 1020bfc9..57ff8621 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,15 +2,15 @@ ecoreVersion=2.25.0
2ecoreCodegenVersion=2.27.0 2ecoreCodegenVersion=2.27.0
3ecoreXmiVersion=2.16.0 3ecoreXmiVersion=2.16.0
4hamcrestVersion=2.2 4hamcrestVersion=2.2
5jettyVersion=11.0.6 5jettyVersion=11.0.7
6jmhVersion=1.32 6jmhVersion=1.33
7junitVersion=5.8.1 7junitVersion=5.8.1
8mockitoVersion=4.0.0 8mockitoVersion=4.0.0
9mweVersion=1.6.2.M1 9mweVersion=1.6.2.M1
10mwe2Version=2.12.2.M1 10mwe2Version=2.12.2.M1
11nodeVersion=14.18.0 11nodeVersion=16.13.0
12slf4JVersion=2.0.0-alpha5 12slf4JVersion=2.0.0-alpha5
13viatraVersion=2.6.0 13viatraVersion=2.6.0
14xtextVersion=2.26.0.M2 14xtextVersion=2.26.0.M2
15xtextAntlrGeneratorVersion=2.1.1 15xtextAntlrGeneratorVersion=2.1.1
16yarnVersion=1.22.11 16yarnVersion=1.22.17
diff --git a/language-web/.eslintrc.ci.js b/language-web/.eslintrc.ci.js
index 804f66de..d0fb9e98 100644
--- a/language-web/.eslintrc.ci.js
+++ b/language-web/.eslintrc.ci.js
@@ -28,5 +28,6 @@ module.exports = {
28 ignorePatterns: [ 28 ignorePatterns: [
29 '*.js', 29 '*.js',
30 'build/**/*', 30 'build/**/*',
31 'node_modules/**/*',
31 ], 32 ],
32}; 33};
diff --git a/language-web/package.json b/language-web/package.json
index 76d27865..cb860c5f 100644
--- a/language-web/package.json
+++ b/language-web/package.json
@@ -24,52 +24,52 @@
24 }, 24 },
25 "homepage": "https://refinery.tools", 25 "homepage": "https://refinery.tools",
26 "devDependencies": { 26 "devDependencies": {
27 "@babel/core": "^7.15.5", 27 "@babel/core": "^7.16.0",
28 "@babel/preset-env": "^7.15.6", 28 "@babel/preset-env": "^7.16.0",
29 "@babel/preset-react": "^7.14.5", 29 "@babel/preset-react": "^7.16.0",
30 "@babel/preset-typescript": "^7.15.0", 30 "@babel/preset-typescript": "^7.16.0",
31 "@babel/plugin-transform-runtime": "^7.15.0", 31 "@babel/plugin-transform-runtime": "^7.16.0",
32 "babel-loader": "^8.2.2", 32 "babel-loader": "^8.2.3",
33 "css-loader": "^6.3.0", 33 "css-loader": "^6.5.0",
34 "eslint": "^7.32.0", 34 "eslint": "^7.32.0",
35 "eslint-config-airbnb": "^18.2.1", 35 "eslint-config-airbnb": "^18.2.1",
36 "eslint-config-airbnb-typescript": "^14.0.0", 36 "eslint-config-airbnb-typescript": "^14.0.1",
37 "eslint-plugin-import": "^2.24.2", 37 "eslint-plugin-import": "^2.25.2",
38 "eslint-plugin-jsx-a11y": "^6.4.1", 38 "eslint-plugin-jsx-a11y": "^6.4.1",
39 "eslint-plugin-react": "^7.26.1", 39 "eslint-plugin-react": "^7.26.1",
40 "eslint-plugin-react-hooks": "^4.2.0", 40 "eslint-plugin-react-hooks": "^4.2.0",
41 "eslint-plugin-sonarjs": "^0.10.0", 41 "eslint-plugin-sonarjs": "^0.10.0",
42 "html-webpack-plugin": "^5.3.2", 42 "html-webpack-plugin": "^5.5.0",
43 "image-webpack-loader": "^8.0.1", 43 "image-webpack-loader": "^8.0.1",
44 "@lezer/generator": "^0.15.2", 44 "@lezer/generator": "^0.15.2",
45 "magic-comments-loader": "^1.4.1", 45 "magic-comments-loader": "^1.4.1",
46 "mini-css-extract-plugin": "^2.3.0", 46 "mini-css-extract-plugin": "^2.4.3",
47 "postcss": "^8.3.11",
47 "@principalstudio/html-webpack-inject-preload": "^1.2.7", 48 "@principalstudio/html-webpack-inject-preload": "^1.2.7",
48 "sass": "^1.42.1", 49 "sass": "^1.43.4",
49 "sass-loader": "^12.1.0", 50 "sass-loader": "^12.3.0",
50 "style-loader": "^3.3.0", 51 "style-loader": "^3.3.1",
51 "stylelint": "^13.13.1", 52 "stylelint": "^14.0.1",
52 "stylelint-config-recommended-scss": "^4.3.0", 53 "stylelint-config-recommended-scss": "^5.0.0",
53 "stylelint-scss": "^3.21.0", 54 "stylelint-scss": "^4.0.0",
54 "@types/codemirror": "^5.60.3", 55 "@types/react-dom": "^17.0.10",
55 "@types/react-dom": "^17.0.9", 56 "typescript": "^4.4.4",
56 "typescript": "^4.4.3", 57 "@typescript-eslint/eslint-plugin": "^4.33.0",
57 "@typescript-eslint/eslint-plugin": "^4.32.0", 58 "@typescript-eslint/parser": "^4.33.0",
58 "@typescript-eslint/parser": "^4.32.0", 59 "webpack": "^5.61.0",
59 "webpack": "^5.56.0", 60 "webpack-cli": "^4.9.1",
60 "webpack-cli": "^4.8.0", 61 "webpack-dev-server": "^4.4.0",
61 "webpack-dev-server": "^4.3.0",
62 "webpack-subresource-integrity": "^5.0.0" 62 "webpack-subresource-integrity": "^5.0.0"
63 }, 63 },
64 "dependencies": { 64 "dependencies": {
65 "ansi-styles": "^6.1.0", 65 "ansi-styles": "^6.1.0",
66 "@babel/runtime": "^7.15.4", 66 "@babel/runtime": "^7.16.0",
67 "@codemirror/autocomplete": "^0.19.3", 67 "@codemirror/autocomplete": "^0.19.4",
68 "@codemirror/closebrackets": "^0.19.0", 68 "@codemirror/closebrackets": "^0.19.0",
69 "@codemirror/commands": "^0.19.5", 69 "@codemirror/commands": "^0.19.5",
70 "@codemirror/comment": "^0.19.0", 70 "@codemirror/comment": "^0.19.0",
71 "@codemirror/fold": "^0.19.0", 71 "@codemirror/fold": "^0.19.1",
72 "@codemirror/gutter": "^0.19.2", 72 "@codemirror/gutter": "^0.19.4",
73 "@codemirror/highlight": "^0.19.6", 73 "@codemirror/highlight": "^0.19.6",
74 "@codemirror/history": "^0.19.0", 74 "@codemirror/history": "^0.19.0",
75 "@codemirror/language": "^0.19.3", 75 "@codemirror/language": "^0.19.3",
@@ -78,19 +78,19 @@
78 "@codemirror/rangeset": "^0.19.1", 78 "@codemirror/rangeset": "^0.19.1",
79 "@codemirror/rectangular-selection": "^0.19.1", 79 "@codemirror/rectangular-selection": "^0.19.1",
80 "@codemirror/search": "^0.19.2", 80 "@codemirror/search": "^0.19.2",
81 "@codemirror/state": "^0.19.0", 81 "@codemirror/state": "^0.19.2",
82 "@codemirror/view": "^0.19.9", 82 "@codemirror/view": "^0.19.9",
83 "@emotion/react": "^11.4.1", 83 "@emotion/react": "^11.5.0",
84 "@emotion/styled": "^11.3.0", 84 "@emotion/styled": "^11.3.0",
85 "escape-string-regexp": "^5.0.0", 85 "escape-string-regexp": "^5.0.0",
86 "@fontsource/jetbrains-mono": "^4.5.0", 86 "@fontsource/jetbrains-mono": "^4.5.0",
87 "@fontsource/roboto": "^4.5.0", 87 "@fontsource/roboto": "^4.5.1",
88 "@lezer/lr": "^0.15.4", 88 "@lezer/lr": "^0.15.4",
89 "loglevel": "^1.7.1", 89 "loglevel": "^1.7.1",
90 "loglevel-plugin-prefix": "^0.8.4", 90 "loglevel-plugin-prefix": "^0.8.4",
91 "@mui/material": "5.0.2", 91 "@mui/material": "5.0.6",
92 "@mui/icons-material": "5.0.1", 92 "@mui/icons-material": "5.0.5",
93 "mobx": "^6.3.3", 93 "mobx": "^6.3.5",
94 "mobx-react-lite": "^3.2.1", 94 "mobx-react-lite": "^3.2.1",
95 "nanoid": "^3.1.30", 95 "nanoid": "^3.1.30",
96 "react": "^17.0.2", 96 "react": "^17.0.2",
diff --git a/language-web/yarn.lock b/language-web/yarn.lock
index 7c00795a..e05f4fa6 100644
--- a/language-web/yarn.lock
+++ b/language-web/yarn.lock
@@ -16,25 +16,37 @@
16 dependencies: 16 dependencies:
17 "@babel/highlight" "^7.14.5" 17 "@babel/highlight" "^7.14.5"
18 18
19"@babel/code-frame@^7.16.0":
20 version "7.16.0"
21 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
22 integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
23 dependencies:
24 "@babel/highlight" "^7.16.0"
25
19"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0": 26"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
20 version "7.15.0" 27 version "7.15.0"
21 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" 28 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
22 integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== 29 integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
23 30
24"@babel/core@>=7.9.0", "@babel/core@^7.15.5": 31"@babel/compat-data@^7.16.0":
25 version "7.15.5" 32 version "7.16.0"
26 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" 33 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
27 integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== 34 integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
28 dependencies: 35
29 "@babel/code-frame" "^7.14.5" 36"@babel/core@^7.16.0":
30 "@babel/generator" "^7.15.4" 37 version "7.16.0"
31 "@babel/helper-compilation-targets" "^7.15.4" 38 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
32 "@babel/helper-module-transforms" "^7.15.4" 39 integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
33 "@babel/helpers" "^7.15.4" 40 dependencies:
34 "@babel/parser" "^7.15.5" 41 "@babel/code-frame" "^7.16.0"
35 "@babel/template" "^7.15.4" 42 "@babel/generator" "^7.16.0"
36 "@babel/traverse" "^7.15.4" 43 "@babel/helper-compilation-targets" "^7.16.0"
37 "@babel/types" "^7.15.4" 44 "@babel/helper-module-transforms" "^7.16.0"
45 "@babel/helpers" "^7.16.0"
46 "@babel/parser" "^7.16.0"
47 "@babel/template" "^7.16.0"
48 "@babel/traverse" "^7.16.0"
49 "@babel/types" "^7.16.0"
38 convert-source-map "^1.7.0" 50 convert-source-map "^1.7.0"
39 debug "^4.1.0" 51 debug "^4.1.0"
40 gensync "^1.0.0-beta.2" 52 gensync "^1.0.0-beta.2"
@@ -51,22 +63,38 @@
51 jsesc "^2.5.1" 63 jsesc "^2.5.1"
52 source-map "^0.5.0" 64 source-map "^0.5.0"
53 65
54"@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4": 66"@babel/generator@^7.16.0":
67 version "7.16.0"
68 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
69 integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
70 dependencies:
71 "@babel/types" "^7.16.0"
72 jsesc "^2.5.1"
73 source-map "^0.5.0"
74
75"@babel/helper-annotate-as-pure@^7.14.5":
55 version "7.15.4" 76 version "7.15.4"
56 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" 77 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
57 integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== 78 integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
58 dependencies: 79 dependencies:
59 "@babel/types" "^7.15.4" 80 "@babel/types" "^7.15.4"
60 81
61"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": 82"@babel/helper-annotate-as-pure@^7.16.0":
62 version "7.15.4" 83 version "7.16.0"
63 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f" 84 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
64 integrity sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q== 85 integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==
65 dependencies: 86 dependencies:
66 "@babel/helper-explode-assignable-expression" "^7.15.4" 87 "@babel/types" "^7.16.0"
67 "@babel/types" "^7.15.4" 88
89"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0":
90 version "7.16.0"
91 resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz#f1a686b92da794020c26582eb852e9accd0d7882"
92 integrity sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==
93 dependencies:
94 "@babel/helper-explode-assignable-expression" "^7.16.0"
95 "@babel/types" "^7.16.0"
68 96
69"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4": 97"@babel/helper-compilation-targets@^7.13.0":
70 version "7.15.4" 98 version "7.15.4"
71 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9" 99 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
72 integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ== 100 integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
@@ -76,17 +104,27 @@
76 browserslist "^4.16.6" 104 browserslist "^4.16.6"
77 semver "^6.3.0" 105 semver "^6.3.0"
78 106
79"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.4": 107"@babel/helper-compilation-targets@^7.16.0":
80 version "7.15.4" 108 version "7.16.0"
81 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e" 109 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.0.tgz#01d615762e796c17952c29e3ede9d6de07d235a8"
82 integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw== 110 integrity sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==
83 dependencies: 111 dependencies:
84 "@babel/helper-annotate-as-pure" "^7.15.4" 112 "@babel/compat-data" "^7.16.0"
85 "@babel/helper-function-name" "^7.15.4" 113 "@babel/helper-validator-option" "^7.14.5"
86 "@babel/helper-member-expression-to-functions" "^7.15.4" 114 browserslist "^4.16.6"
87 "@babel/helper-optimise-call-expression" "^7.15.4" 115 semver "^6.3.0"
88 "@babel/helper-replace-supers" "^7.15.4" 116
89 "@babel/helper-split-export-declaration" "^7.15.4" 117"@babel/helper-create-class-features-plugin@^7.16.0":
118 version "7.16.0"
119 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
120 integrity sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==
121 dependencies:
122 "@babel/helper-annotate-as-pure" "^7.16.0"
123 "@babel/helper-function-name" "^7.16.0"
124 "@babel/helper-member-expression-to-functions" "^7.16.0"
125 "@babel/helper-optimise-call-expression" "^7.16.0"
126 "@babel/helper-replace-supers" "^7.16.0"
127 "@babel/helper-split-export-declaration" "^7.16.0"
90 128
91"@babel/helper-create-regexp-features-plugin@^7.14.5": 129"@babel/helper-create-regexp-features-plugin@^7.14.5":
92 version "7.14.5" 130 version "7.14.5"
@@ -96,10 +134,18 @@
96 "@babel/helper-annotate-as-pure" "^7.14.5" 134 "@babel/helper-annotate-as-pure" "^7.14.5"
97 regexpu-core "^4.7.1" 135 regexpu-core "^4.7.1"
98 136
99"@babel/helper-define-polyfill-provider@^0.2.2": 137"@babel/helper-create-regexp-features-plugin@^7.16.0":
100 version "0.2.3" 138 version "7.16.0"
101 resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6" 139 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
102 integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew== 140 integrity sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==
141 dependencies:
142 "@babel/helper-annotate-as-pure" "^7.16.0"
143 regexpu-core "^4.7.1"
144
145"@babel/helper-define-polyfill-provider@^0.2.4":
146 version "0.2.4"
147 resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz#8867aed79d3ea6cade40f801efb7ac5c66916b10"
148 integrity sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==
103 dependencies: 149 dependencies:
104 "@babel/helper-compilation-targets" "^7.13.0" 150 "@babel/helper-compilation-targets" "^7.13.0"
105 "@babel/helper-module-imports" "^7.12.13" 151 "@babel/helper-module-imports" "^7.12.13"
@@ -110,14 +156,14 @@
110 resolve "^1.14.2" 156 resolve "^1.14.2"
111 semver "^6.1.2" 157 semver "^6.1.2"
112 158
113"@babel/helper-explode-assignable-expression@^7.15.4": 159"@babel/helper-explode-assignable-expression@^7.16.0":
114 version "7.15.4" 160 version "7.16.0"
115 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz#f9aec9d219f271eaf92b9f561598ca6b2682600c" 161 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778"
116 integrity sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g== 162 integrity sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==
117 dependencies: 163 dependencies:
118 "@babel/types" "^7.15.4" 164 "@babel/types" "^7.16.0"
119 165
120"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4": 166"@babel/helper-function-name@^7.15.4":
121 version "7.15.4" 167 version "7.15.4"
122 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc" 168 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
123 integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw== 169 integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
@@ -126,6 +172,15 @@
126 "@babel/template" "^7.15.4" 172 "@babel/template" "^7.15.4"
127 "@babel/types" "^7.15.4" 173 "@babel/types" "^7.15.4"
128 174
175"@babel/helper-function-name@^7.16.0":
176 version "7.16.0"
177 resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
178 integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
179 dependencies:
180 "@babel/helper-get-function-arity" "^7.16.0"
181 "@babel/template" "^7.16.0"
182 "@babel/types" "^7.16.0"
183
129"@babel/helper-get-function-arity@^7.15.4": 184"@babel/helper-get-function-arity@^7.15.4":
130 version "7.15.4" 185 version "7.15.4"
131 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" 186 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
@@ -133,6 +188,13 @@
133 dependencies: 188 dependencies:
134 "@babel/types" "^7.15.4" 189 "@babel/types" "^7.15.4"
135 190
191"@babel/helper-get-function-arity@^7.16.0":
192 version "7.16.0"
193 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
194 integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
195 dependencies:
196 "@babel/types" "^7.16.0"
197
136"@babel/helper-hoist-variables@^7.15.4": 198"@babel/helper-hoist-variables@^7.15.4":
137 version "7.15.4" 199 version "7.15.4"
138 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" 200 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
@@ -140,78 +202,92 @@
140 dependencies: 202 dependencies:
141 "@babel/types" "^7.15.4" 203 "@babel/types" "^7.15.4"
142 204
143"@babel/helper-member-expression-to-functions@^7.15.4": 205"@babel/helper-hoist-variables@^7.16.0":
144 version "7.15.4" 206 version "7.16.0"
145 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef" 207 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
146 integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA== 208 integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
147 dependencies: 209 dependencies:
148 "@babel/types" "^7.15.4" 210 "@babel/types" "^7.16.0"
211
212"@babel/helper-member-expression-to-functions@^7.16.0":
213 version "7.16.0"
214 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
215 integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
216 dependencies:
217 "@babel/types" "^7.16.0"
149 218
150"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4": 219"@babel/helper-module-imports@^7.12.13":
151 version "7.15.4" 220 version "7.15.4"
152 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" 221 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
153 integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== 222 integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
154 dependencies: 223 dependencies:
155 "@babel/types" "^7.15.4" 224 "@babel/types" "^7.15.4"
156 225
157"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4": 226"@babel/helper-module-imports@^7.16.0":
158 version "7.15.7" 227 version "7.16.0"
159 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" 228 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
160 integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== 229 integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
161 dependencies: 230 dependencies:
162 "@babel/helper-module-imports" "^7.15.4" 231 "@babel/types" "^7.16.0"
163 "@babel/helper-replace-supers" "^7.15.4" 232
164 "@babel/helper-simple-access" "^7.15.4" 233"@babel/helper-module-transforms@^7.16.0":
165 "@babel/helper-split-export-declaration" "^7.15.4" 234 version "7.16.0"
235 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
236 integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
237 dependencies:
238 "@babel/helper-module-imports" "^7.16.0"
239 "@babel/helper-replace-supers" "^7.16.0"
240 "@babel/helper-simple-access" "^7.16.0"
241 "@babel/helper-split-export-declaration" "^7.16.0"
166 "@babel/helper-validator-identifier" "^7.15.7" 242 "@babel/helper-validator-identifier" "^7.15.7"
167 "@babel/template" "^7.15.4" 243 "@babel/template" "^7.16.0"
168 "@babel/traverse" "^7.15.4" 244 "@babel/traverse" "^7.16.0"
169 "@babel/types" "^7.15.6" 245 "@babel/types" "^7.16.0"
170 246
171"@babel/helper-optimise-call-expression@^7.15.4": 247"@babel/helper-optimise-call-expression@^7.16.0":
172 version "7.15.4" 248 version "7.16.0"
173 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171" 249 resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
174 integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw== 250 integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
175 dependencies: 251 dependencies:
176 "@babel/types" "^7.15.4" 252 "@babel/types" "^7.16.0"
177 253
178"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": 254"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
179 version "7.14.5" 255 version "7.14.5"
180 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" 256 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
181 integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ== 257 integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
182 258
183"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4": 259"@babel/helper-remap-async-to-generator@^7.16.0":
184 version "7.15.4" 260 version "7.16.0"
185 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f" 261 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.0.tgz#d5aa3b086e13a5fe05238ff40c3a5a0c2dab3ead"
186 integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ== 262 integrity sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==
187 dependencies: 263 dependencies:
188 "@babel/helper-annotate-as-pure" "^7.15.4" 264 "@babel/helper-annotate-as-pure" "^7.16.0"
189 "@babel/helper-wrap-function" "^7.15.4" 265 "@babel/helper-wrap-function" "^7.16.0"
190 "@babel/types" "^7.15.4" 266 "@babel/types" "^7.16.0"
191 267
192"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.4": 268"@babel/helper-replace-supers@^7.16.0":
193 version "7.15.4" 269 version "7.16.0"
194 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a" 270 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
195 integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw== 271 integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
196 dependencies: 272 dependencies:
197 "@babel/helper-member-expression-to-functions" "^7.15.4" 273 "@babel/helper-member-expression-to-functions" "^7.16.0"
198 "@babel/helper-optimise-call-expression" "^7.15.4" 274 "@babel/helper-optimise-call-expression" "^7.16.0"
199 "@babel/traverse" "^7.15.4" 275 "@babel/traverse" "^7.16.0"
200 "@babel/types" "^7.15.4" 276 "@babel/types" "^7.16.0"
201 277
202"@babel/helper-simple-access@^7.15.4": 278"@babel/helper-simple-access@^7.16.0":
203 version "7.15.4" 279 version "7.16.0"
204 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b" 280 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
205 integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg== 281 integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==
206 dependencies: 282 dependencies:
207 "@babel/types" "^7.15.4" 283 "@babel/types" "^7.16.0"
208 284
209"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.15.4": 285"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
210 version "7.15.4" 286 version "7.16.0"
211 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb" 287 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
212 integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A== 288 integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
213 dependencies: 289 dependencies:
214 "@babel/types" "^7.15.4" 290 "@babel/types" "^7.16.0"
215 291
216"@babel/helper-split-export-declaration@^7.15.4": 292"@babel/helper-split-export-declaration@^7.15.4":
217 version "7.15.4" 293 version "7.15.4"
@@ -220,6 +296,13 @@
220 dependencies: 296 dependencies:
221 "@babel/types" "^7.15.4" 297 "@babel/types" "^7.15.4"
222 298
299"@babel/helper-split-export-declaration@^7.16.0":
300 version "7.16.0"
301 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438"
302 integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==
303 dependencies:
304 "@babel/types" "^7.16.0"
305
223"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7": 306"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
224 version "7.15.7" 307 version "7.15.7"
225 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" 308 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -230,26 +313,35 @@
230 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" 313 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
231 integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow== 314 integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
232 315
233"@babel/helper-wrap-function@^7.15.4": 316"@babel/helper-wrap-function@^7.16.0":
234 version "7.15.4" 317 version "7.16.0"
235 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7" 318 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz#b3cf318afce774dfe75b86767cd6d68f3482e57c"
236 integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw== 319 integrity sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==
237 dependencies: 320 dependencies:
238 "@babel/helper-function-name" "^7.15.4" 321 "@babel/helper-function-name" "^7.16.0"
239 "@babel/template" "^7.15.4" 322 "@babel/template" "^7.16.0"
240 "@babel/traverse" "^7.15.4" 323 "@babel/traverse" "^7.16.0"
241 "@babel/types" "^7.15.4" 324 "@babel/types" "^7.16.0"
242 325
243"@babel/helpers@^7.15.4": 326"@babel/helpers@^7.16.0":
244 version "7.15.4" 327 version "7.16.0"
245 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43" 328 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.0.tgz#875519c979c232f41adfbd43a3b0398c2e388183"
246 integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ== 329 integrity sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==
247 dependencies: 330 dependencies:
248 "@babel/template" "^7.15.4" 331 "@babel/template" "^7.16.0"
249 "@babel/traverse" "^7.15.4" 332 "@babel/traverse" "^7.16.0"
250 "@babel/types" "^7.15.4" 333 "@babel/types" "^7.16.0"
334
335"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
336 version "7.16.0"
337 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
338 integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
339 dependencies:
340 "@babel/helper-validator-identifier" "^7.15.7"
341 chalk "^2.0.0"
342 js-tokens "^4.0.0"
251 343
252"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5": 344"@babel/highlight@^7.14.5":
253 version "7.14.5" 345 version "7.14.5"
254 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" 346 resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
255 integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg== 347 integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
@@ -258,141 +350,161 @@
258 chalk "^2.0.0" 350 chalk "^2.0.0"
259 js-tokens "^4.0.0" 351 js-tokens "^4.0.0"
260 352
261"@babel/parser@^7.15.4", "@babel/parser@^7.15.5": 353"@babel/parser@^7.15.4":
262 version "7.15.7" 354 version "7.15.7"
263 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" 355 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
264 integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== 356 integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
265 357
266"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": 358"@babel/parser@^7.16.0":
267 version "7.15.4" 359 version "7.16.0"
268 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e" 360 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
269 integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog== 361 integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
362
363"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
364 version "7.16.0"
365 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.0.tgz#efb7f147042aca34ce8156a055906a7abaadeaf0"
366 integrity sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==
270 dependencies: 367 dependencies:
271 "@babel/helper-plugin-utils" "^7.14.5" 368 "@babel/helper-plugin-utils" "^7.14.5"
272 "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
273 "@babel/plugin-proposal-optional-chaining" "^7.14.5"
274 369
275"@babel/plugin-proposal-async-generator-functions@^7.15.4": 370"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.0":
276 version "7.15.4" 371 version "7.16.0"
277 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" 372 resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz#358972eaab006f5eb0826183b0c93cbcaf13e1e2"
278 integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== 373 integrity sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==
374 dependencies:
375 "@babel/helper-plugin-utils" "^7.14.5"
376 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
377 "@babel/plugin-proposal-optional-chaining" "^7.16.0"
378
379"@babel/plugin-proposal-async-generator-functions@^7.16.0":
380 version "7.16.0"
381 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz#11425d47a60364352f668ad5fbc1d6596b2c5caf"
382 integrity sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==
279 dependencies: 383 dependencies:
280 "@babel/helper-plugin-utils" "^7.14.5" 384 "@babel/helper-plugin-utils" "^7.14.5"
281 "@babel/helper-remap-async-to-generator" "^7.15.4" 385 "@babel/helper-remap-async-to-generator" "^7.16.0"
282 "@babel/plugin-syntax-async-generators" "^7.8.4" 386 "@babel/plugin-syntax-async-generators" "^7.8.4"
283 387
284"@babel/plugin-proposal-class-properties@^7.14.5": 388"@babel/plugin-proposal-class-properties@^7.16.0":
285 version "7.14.5" 389 version "7.16.0"
286 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e" 390 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.0.tgz#c029618267ddebc7280fa286e0f8ca2a278a2d1a"
287 integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg== 391 integrity sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==
288 dependencies: 392 dependencies:
289 "@babel/helper-create-class-features-plugin" "^7.14.5" 393 "@babel/helper-create-class-features-plugin" "^7.16.0"
290 "@babel/helper-plugin-utils" "^7.14.5" 394 "@babel/helper-plugin-utils" "^7.14.5"
291 395
292"@babel/plugin-proposal-class-static-block@^7.15.4": 396"@babel/plugin-proposal-class-static-block@^7.16.0":
293 version "7.15.4" 397 version "7.16.0"
294 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7" 398 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.0.tgz#5296942c564d8144c83eea347d0aa8a0b89170e7"
295 integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA== 399 integrity sha512-mAy3sdcY9sKAkf3lQbDiv3olOfiLqI51c9DR9b19uMoR2Z6r5pmGl7dfNFqEvqOyqbf1ta4lknK4gc5PJn3mfA==
296 dependencies: 400 dependencies:
297 "@babel/helper-create-class-features-plugin" "^7.15.4" 401 "@babel/helper-create-class-features-plugin" "^7.16.0"
298 "@babel/helper-plugin-utils" "^7.14.5" 402 "@babel/helper-plugin-utils" "^7.14.5"
299 "@babel/plugin-syntax-class-static-block" "^7.14.5" 403 "@babel/plugin-syntax-class-static-block" "^7.14.5"
300 404
301"@babel/plugin-proposal-dynamic-import@^7.14.5": 405"@babel/plugin-proposal-dynamic-import@^7.16.0":
302 version "7.14.5" 406 version "7.16.0"
303 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c" 407 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.0.tgz#783eca61d50526202f9b296095453977e88659f1"
304 integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g== 408 integrity sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==
305 dependencies: 409 dependencies:
306 "@babel/helper-plugin-utils" "^7.14.5" 410 "@babel/helper-plugin-utils" "^7.14.5"
307 "@babel/plugin-syntax-dynamic-import" "^7.8.3" 411 "@babel/plugin-syntax-dynamic-import" "^7.8.3"
308 412
309"@babel/plugin-proposal-export-namespace-from@^7.14.5": 413"@babel/plugin-proposal-export-namespace-from@^7.16.0":
310 version "7.14.5" 414 version "7.16.0"
311 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76" 415 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.0.tgz#9c01dee40b9d6b847b656aaf4a3976a71740f222"
312 integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA== 416 integrity sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==
313 dependencies: 417 dependencies:
314 "@babel/helper-plugin-utils" "^7.14.5" 418 "@babel/helper-plugin-utils" "^7.14.5"
315 "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 419 "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
316 420
317"@babel/plugin-proposal-json-strings@^7.14.5": 421"@babel/plugin-proposal-json-strings@^7.16.0":
318 version "7.14.5" 422 version "7.16.0"
319 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb" 423 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.0.tgz#cae35a95ed1d2a7fa29c4dc41540b84a72e9ab25"
320 integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ== 424 integrity sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==
321 dependencies: 425 dependencies:
322 "@babel/helper-plugin-utils" "^7.14.5" 426 "@babel/helper-plugin-utils" "^7.14.5"
323 "@babel/plugin-syntax-json-strings" "^7.8.3" 427 "@babel/plugin-syntax-json-strings" "^7.8.3"
324 428
325"@babel/plugin-proposal-logical-assignment-operators@^7.14.5": 429"@babel/plugin-proposal-logical-assignment-operators@^7.16.0":
326 version "7.14.5" 430 version "7.16.0"
327 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738" 431 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.0.tgz#a711b8ceb3ffddd3ef88d3a49e86dbd3cc7db3fd"
328 integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw== 432 integrity sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==
329 dependencies: 433 dependencies:
330 "@babel/helper-plugin-utils" "^7.14.5" 434 "@babel/helper-plugin-utils" "^7.14.5"
331 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 435 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
332 436
333"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5": 437"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0":
334 version "7.14.5" 438 version "7.16.0"
335 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6" 439 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz#44e1cce08fe2427482cf446a91bb451528ed0596"
336 integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg== 440 integrity sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==
337 dependencies: 441 dependencies:
338 "@babel/helper-plugin-utils" "^7.14.5" 442 "@babel/helper-plugin-utils" "^7.14.5"
339 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 443 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
340 444
341"@babel/plugin-proposal-numeric-separator@^7.14.5": 445"@babel/plugin-proposal-numeric-separator@^7.16.0":
342 version "7.14.5" 446 version "7.16.0"
343 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18" 447 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.0.tgz#5d418e4fbbf8b9b7d03125d3a52730433a373734"
344 integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg== 448 integrity sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==
345 dependencies: 449 dependencies:
346 "@babel/helper-plugin-utils" "^7.14.5" 450 "@babel/helper-plugin-utils" "^7.14.5"
347 "@babel/plugin-syntax-numeric-separator" "^7.10.4" 451 "@babel/plugin-syntax-numeric-separator" "^7.10.4"
348 452
349"@babel/plugin-proposal-object-rest-spread@^7.15.6": 453"@babel/plugin-proposal-object-rest-spread@^7.16.0":
350 version "7.15.6" 454 version "7.16.0"
351 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11" 455 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz#5fb32f6d924d6e6712810362a60e12a2609872e6"
352 integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== 456 integrity sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==
353 dependencies: 457 dependencies:
354 "@babel/compat-data" "^7.15.0" 458 "@babel/compat-data" "^7.16.0"
355 "@babel/helper-compilation-targets" "^7.15.4" 459 "@babel/helper-compilation-targets" "^7.16.0"
356 "@babel/helper-plugin-utils" "^7.14.5" 460 "@babel/helper-plugin-utils" "^7.14.5"
357 "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 461 "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
358 "@babel/plugin-transform-parameters" "^7.15.4" 462 "@babel/plugin-transform-parameters" "^7.16.0"
359 463
360"@babel/plugin-proposal-optional-catch-binding@^7.14.5": 464"@babel/plugin-proposal-optional-catch-binding@^7.16.0":
361 version "7.14.5" 465 version "7.16.0"
362 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c" 466 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.0.tgz#5910085811ab4c28b00d6ebffa4ab0274d1e5f16"
363 integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ== 467 integrity sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==
364 dependencies: 468 dependencies:
365 "@babel/helper-plugin-utils" "^7.14.5" 469 "@babel/helper-plugin-utils" "^7.14.5"
366 "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 470 "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
367 471
368"@babel/plugin-proposal-optional-chaining@^7.14.5": 472"@babel/plugin-proposal-optional-chaining@^7.16.0":
369 version "7.14.5" 473 version "7.16.0"
370 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603" 474 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz#56dbc3970825683608e9efb55ea82c2a2d6c8dc0"
371 integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ== 475 integrity sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==
372 dependencies: 476 dependencies:
373 "@babel/helper-plugin-utils" "^7.14.5" 477 "@babel/helper-plugin-utils" "^7.14.5"
374 "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 478 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
375 "@babel/plugin-syntax-optional-chaining" "^7.8.3" 479 "@babel/plugin-syntax-optional-chaining" "^7.8.3"
376 480
377"@babel/plugin-proposal-private-methods@^7.14.5": 481"@babel/plugin-proposal-private-methods@^7.16.0":
378 version "7.14.5" 482 version "7.16.0"
379 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d" 483 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.0.tgz#b4dafb9c717e4301c5776b30d080d6383c89aff6"
380 integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g== 484 integrity sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==
381 dependencies: 485 dependencies:
382 "@babel/helper-create-class-features-plugin" "^7.14.5" 486 "@babel/helper-create-class-features-plugin" "^7.16.0"
383 "@babel/helper-plugin-utils" "^7.14.5" 487 "@babel/helper-plugin-utils" "^7.14.5"
384 488
385"@babel/plugin-proposal-private-property-in-object@^7.15.4": 489"@babel/plugin-proposal-private-property-in-object@^7.16.0":
386 version "7.15.4" 490 version "7.16.0"
387 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5" 491 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz#69e935b2c5c79d2488112d886f0c4e2790fee76f"
388 integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA== 492 integrity sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==
389 dependencies: 493 dependencies:
390 "@babel/helper-annotate-as-pure" "^7.15.4" 494 "@babel/helper-annotate-as-pure" "^7.16.0"
391 "@babel/helper-create-class-features-plugin" "^7.15.4" 495 "@babel/helper-create-class-features-plugin" "^7.16.0"
392 "@babel/helper-plugin-utils" "^7.14.5" 496 "@babel/helper-plugin-utils" "^7.14.5"
393 "@babel/plugin-syntax-private-property-in-object" "^7.14.5" 497 "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
394 498
395"@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": 499"@babel/plugin-proposal-unicode-property-regex@^7.16.0":
500 version "7.16.0"
501 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz#890482dfc5ea378e42e19a71e709728cabf18612"
502 integrity sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==
503 dependencies:
504 "@babel/helper-create-regexp-features-plugin" "^7.16.0"
505 "@babel/helper-plugin-utils" "^7.14.5"
506
507"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
396 version "7.14.5" 508 version "7.14.5"
397 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8" 509 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8"
398 integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q== 510 integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==
@@ -442,13 +554,20 @@
442 dependencies: 554 dependencies:
443 "@babel/helper-plugin-utils" "^7.8.0" 555 "@babel/helper-plugin-utils" "^7.8.0"
444 556
445"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.14.5": 557"@babel/plugin-syntax-jsx@^7.12.13":
446 version "7.14.5" 558 version "7.14.5"
447 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201" 559 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
448 integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw== 560 integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
449 dependencies: 561 dependencies:
450 "@babel/helper-plugin-utils" "^7.14.5" 562 "@babel/helper-plugin-utils" "^7.14.5"
451 563
564"@babel/plugin-syntax-jsx@^7.16.0":
565 version "7.16.0"
566 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.0.tgz#f9624394317365a9a88c82358d3f8471154698f1"
567 integrity sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==
568 dependencies:
569 "@babel/helper-plugin-utils" "^7.14.5"
570
452"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": 571"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
453 version "7.10.4" 572 version "7.10.4"
454 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" 573 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -505,71 +624,79 @@
505 dependencies: 624 dependencies:
506 "@babel/helper-plugin-utils" "^7.14.5" 625 "@babel/helper-plugin-utils" "^7.14.5"
507 626
508"@babel/plugin-syntax-typescript@^7.14.5": 627"@babel/plugin-syntax-typescript@^7.16.0":
509 version "7.14.5" 628 version "7.16.0"
510 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716" 629 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz#2feeb13d9334cc582ea9111d3506f773174179bb"
511 integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== 630 integrity sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==
512 dependencies: 631 dependencies:
513 "@babel/helper-plugin-utils" "^7.14.5" 632 "@babel/helper-plugin-utils" "^7.14.5"
514 633
515"@babel/plugin-transform-arrow-functions@^7.14.5": 634"@babel/plugin-transform-arrow-functions@^7.16.0":
516 version "7.14.5" 635 version "7.16.0"
517 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a" 636 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.0.tgz#951706f8b449c834ed07bd474c0924c944b95a8e"
518 integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A== 637 integrity sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==
519 dependencies: 638 dependencies:
520 "@babel/helper-plugin-utils" "^7.14.5" 639 "@babel/helper-plugin-utils" "^7.14.5"
521 640
522"@babel/plugin-transform-async-to-generator@^7.14.5": 641"@babel/plugin-transform-async-to-generator@^7.16.0":
523 version "7.14.5" 642 version "7.16.0"
524 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67" 643 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.0.tgz#df12637f9630ddfa0ef9d7a11bc414d629d38604"
525 integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA== 644 integrity sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==
526 dependencies: 645 dependencies:
527 "@babel/helper-module-imports" "^7.14.5" 646 "@babel/helper-module-imports" "^7.16.0"
528 "@babel/helper-plugin-utils" "^7.14.5" 647 "@babel/helper-plugin-utils" "^7.14.5"
529 "@babel/helper-remap-async-to-generator" "^7.14.5" 648 "@babel/helper-remap-async-to-generator" "^7.16.0"
530 649
531"@babel/plugin-transform-block-scoped-functions@^7.14.5": 650"@babel/plugin-transform-block-scoped-functions@^7.16.0":
532 version "7.14.5" 651 version "7.16.0"
533 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4" 652 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.0.tgz#c618763233ad02847805abcac4c345ce9de7145d"
534 integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ== 653 integrity sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==
535 dependencies: 654 dependencies:
536 "@babel/helper-plugin-utils" "^7.14.5" 655 "@babel/helper-plugin-utils" "^7.14.5"
537 656
538"@babel/plugin-transform-block-scoping@^7.15.3": 657"@babel/plugin-transform-block-scoping@^7.16.0":
539 version "7.15.3" 658 version "7.16.0"
540 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf" 659 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.0.tgz#bcf433fb482fe8c3d3b4e8a66b1c4a8e77d37c16"
541 integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q== 660 integrity sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==
542 dependencies: 661 dependencies:
543 "@babel/helper-plugin-utils" "^7.14.5" 662 "@babel/helper-plugin-utils" "^7.14.5"
544 663
545"@babel/plugin-transform-classes@^7.15.4": 664"@babel/plugin-transform-classes@^7.16.0":
546 version "7.15.4" 665 version "7.16.0"
547 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1" 666 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.0.tgz#54cf5ff0b2242c6573d753cd4bfc7077a8b282f5"
548 integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg== 667 integrity sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==
549 dependencies: 668 dependencies:
550 "@babel/helper-annotate-as-pure" "^7.15.4" 669 "@babel/helper-annotate-as-pure" "^7.16.0"
551 "@babel/helper-function-name" "^7.15.4" 670 "@babel/helper-function-name" "^7.16.0"
552 "@babel/helper-optimise-call-expression" "^7.15.4" 671 "@babel/helper-optimise-call-expression" "^7.16.0"
553 "@babel/helper-plugin-utils" "^7.14.5" 672 "@babel/helper-plugin-utils" "^7.14.5"
554 "@babel/helper-replace-supers" "^7.15.4" 673 "@babel/helper-replace-supers" "^7.16.0"
555 "@babel/helper-split-export-declaration" "^7.15.4" 674 "@babel/helper-split-export-declaration" "^7.16.0"
556 globals "^11.1.0" 675 globals "^11.1.0"
557 676
558"@babel/plugin-transform-computed-properties@^7.14.5": 677"@babel/plugin-transform-computed-properties@^7.16.0":
559 version "7.14.5" 678 version "7.16.0"
560 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f" 679 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.0.tgz#e0c385507d21e1b0b076d66bed6d5231b85110b7"
561 integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg== 680 integrity sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==
681 dependencies:
682 "@babel/helper-plugin-utils" "^7.14.5"
683
684"@babel/plugin-transform-destructuring@^7.16.0":
685 version "7.16.0"
686 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.0.tgz#ad3d7e74584ad5ea4eadb1e6642146c590dee33c"
687 integrity sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==
562 dependencies: 688 dependencies:
563 "@babel/helper-plugin-utils" "^7.14.5" 689 "@babel/helper-plugin-utils" "^7.14.5"
564 690
565"@babel/plugin-transform-destructuring@^7.14.7": 691"@babel/plugin-transform-dotall-regex@^7.16.0":
566 version "7.14.7" 692 version "7.16.0"
567 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576" 693 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.0.tgz#50bab00c1084b6162d0a58a818031cf57798e06f"
568 integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw== 694 integrity sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==
569 dependencies: 695 dependencies:
696 "@babel/helper-create-regexp-features-plugin" "^7.16.0"
570 "@babel/helper-plugin-utils" "^7.14.5" 697 "@babel/helper-plugin-utils" "^7.14.5"
571 698
572"@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4": 699"@babel/plugin-transform-dotall-regex@^7.4.4":
573 version "7.14.5" 700 version "7.14.5"
574 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a" 701 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a"
575 integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw== 702 integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==
@@ -577,268 +704,269 @@
577 "@babel/helper-create-regexp-features-plugin" "^7.14.5" 704 "@babel/helper-create-regexp-features-plugin" "^7.14.5"
578 "@babel/helper-plugin-utils" "^7.14.5" 705 "@babel/helper-plugin-utils" "^7.14.5"
579 706
580"@babel/plugin-transform-duplicate-keys@^7.14.5": 707"@babel/plugin-transform-duplicate-keys@^7.16.0":
581 version "7.14.5" 708 version "7.16.0"
582 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954" 709 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.0.tgz#8bc2e21813e3e89e5e5bf3b60aa5fc458575a176"
583 integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A== 710 integrity sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==
584 dependencies: 711 dependencies:
585 "@babel/helper-plugin-utils" "^7.14.5" 712 "@babel/helper-plugin-utils" "^7.14.5"
586 713
587"@babel/plugin-transform-exponentiation-operator@^7.14.5": 714"@babel/plugin-transform-exponentiation-operator@^7.16.0":
588 version "7.14.5" 715 version "7.16.0"
589 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493" 716 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.0.tgz#a180cd2881e3533cef9d3901e48dad0fbeff4be4"
590 integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA== 717 integrity sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==
591 dependencies: 718 dependencies:
592 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5" 719 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.0"
593 "@babel/helper-plugin-utils" "^7.14.5" 720 "@babel/helper-plugin-utils" "^7.14.5"
594 721
595"@babel/plugin-transform-for-of@^7.15.4": 722"@babel/plugin-transform-for-of@^7.16.0":
596 version "7.15.4" 723 version "7.16.0"
597 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2" 724 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.0.tgz#f7abaced155260e2461359bbc7c7248aca5e6bd2"
598 integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA== 725 integrity sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==
599 dependencies: 726 dependencies:
600 "@babel/helper-plugin-utils" "^7.14.5" 727 "@babel/helper-plugin-utils" "^7.14.5"
601 728
602"@babel/plugin-transform-function-name@^7.14.5": 729"@babel/plugin-transform-function-name@^7.16.0":
603 version "7.14.5" 730 version "7.16.0"
604 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2" 731 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz#02e3699c284c6262236599f751065c5d5f1f400e"
605 integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ== 732 integrity sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==
606 dependencies: 733 dependencies:
607 "@babel/helper-function-name" "^7.14.5" 734 "@babel/helper-function-name" "^7.16.0"
608 "@babel/helper-plugin-utils" "^7.14.5" 735 "@babel/helper-plugin-utils" "^7.14.5"
609 736
610"@babel/plugin-transform-literals@^7.14.5": 737"@babel/plugin-transform-literals@^7.16.0":
611 version "7.14.5" 738 version "7.16.0"
612 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78" 739 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.0.tgz#79711e670ffceb31bd298229d50f3621f7980cac"
613 integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A== 740 integrity sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==
614 dependencies: 741 dependencies:
615 "@babel/helper-plugin-utils" "^7.14.5" 742 "@babel/helper-plugin-utils" "^7.14.5"
616 743
617"@babel/plugin-transform-member-expression-literals@^7.14.5": 744"@babel/plugin-transform-member-expression-literals@^7.16.0":
618 version "7.14.5" 745 version "7.16.0"
619 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7" 746 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.0.tgz#5251b4cce01eaf8314403d21aedb269d79f5e64b"
620 integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q== 747 integrity sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==
621 dependencies: 748 dependencies:
622 "@babel/helper-plugin-utils" "^7.14.5" 749 "@babel/helper-plugin-utils" "^7.14.5"
623 750
624"@babel/plugin-transform-modules-amd@^7.14.5": 751"@babel/plugin-transform-modules-amd@^7.16.0":
625 version "7.14.5" 752 version "7.16.0"
626 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7" 753 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.0.tgz#09abd41e18dcf4fd479c598c1cef7bd39eb1337e"
627 integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g== 754 integrity sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==
628 dependencies: 755 dependencies:
629 "@babel/helper-module-transforms" "^7.14.5" 756 "@babel/helper-module-transforms" "^7.16.0"
630 "@babel/helper-plugin-utils" "^7.14.5" 757 "@babel/helper-plugin-utils" "^7.14.5"
631 babel-plugin-dynamic-import-node "^2.3.3" 758 babel-plugin-dynamic-import-node "^2.3.3"
632 759
633"@babel/plugin-transform-modules-commonjs@^7.15.4": 760"@babel/plugin-transform-modules-commonjs@^7.16.0":
634 version "7.15.4" 761 version "7.16.0"
635 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1" 762 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz#add58e638c8ddc4875bd9a9ecb5c594613f6c922"
636 integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA== 763 integrity sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==
637 dependencies: 764 dependencies:
638 "@babel/helper-module-transforms" "^7.15.4" 765 "@babel/helper-module-transforms" "^7.16.0"
639 "@babel/helper-plugin-utils" "^7.14.5" 766 "@babel/helper-plugin-utils" "^7.14.5"
640 "@babel/helper-simple-access" "^7.15.4" 767 "@babel/helper-simple-access" "^7.16.0"
641 babel-plugin-dynamic-import-node "^2.3.3" 768 babel-plugin-dynamic-import-node "^2.3.3"
642 769
643"@babel/plugin-transform-modules-systemjs@^7.15.4": 770"@babel/plugin-transform-modules-systemjs@^7.16.0":
644 version "7.15.4" 771 version "7.16.0"
645 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132" 772 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.0.tgz#a92cf240afeb605f4ca16670453024425e421ea4"
646 integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw== 773 integrity sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==
647 dependencies: 774 dependencies:
648 "@babel/helper-hoist-variables" "^7.15.4" 775 "@babel/helper-hoist-variables" "^7.16.0"
649 "@babel/helper-module-transforms" "^7.15.4" 776 "@babel/helper-module-transforms" "^7.16.0"
650 "@babel/helper-plugin-utils" "^7.14.5" 777 "@babel/helper-plugin-utils" "^7.14.5"
651 "@babel/helper-validator-identifier" "^7.14.9" 778 "@babel/helper-validator-identifier" "^7.15.7"
652 babel-plugin-dynamic-import-node "^2.3.3" 779 babel-plugin-dynamic-import-node "^2.3.3"
653 780
654"@babel/plugin-transform-modules-umd@^7.14.5": 781"@babel/plugin-transform-modules-umd@^7.16.0":
655 version "7.14.5" 782 version "7.16.0"
656 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0" 783 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.0.tgz#195f26c2ad6d6a391b70880effce18ce625e06a7"
657 integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA== 784 integrity sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==
658 dependencies: 785 dependencies:
659 "@babel/helper-module-transforms" "^7.14.5" 786 "@babel/helper-module-transforms" "^7.16.0"
660 "@babel/helper-plugin-utils" "^7.14.5" 787 "@babel/helper-plugin-utils" "^7.14.5"
661 788
662"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9": 789"@babel/plugin-transform-named-capturing-groups-regex@^7.16.0":
663 version "7.14.9" 790 version "7.16.0"
664 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2" 791 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.0.tgz#d3db61cc5d5b97986559967cd5ea83e5c32096ca"
665 integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA== 792 integrity sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==
666 dependencies: 793 dependencies:
667 "@babel/helper-create-regexp-features-plugin" "^7.14.5" 794 "@babel/helper-create-regexp-features-plugin" "^7.16.0"
668 795
669"@babel/plugin-transform-new-target@^7.14.5": 796"@babel/plugin-transform-new-target@^7.16.0":
670 version "7.14.5" 797 version "7.16.0"
671 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8" 798 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.0.tgz#af823ab576f752215a49937779a41ca65825ab35"
672 integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ== 799 integrity sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==
673 dependencies: 800 dependencies:
674 "@babel/helper-plugin-utils" "^7.14.5" 801 "@babel/helper-plugin-utils" "^7.14.5"
675 802
676"@babel/plugin-transform-object-super@^7.14.5": 803"@babel/plugin-transform-object-super@^7.16.0":
677 version "7.14.5" 804 version "7.16.0"
678 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45" 805 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz#fb20d5806dc6491a06296ac14ea8e8d6fedda72b"
679 integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg== 806 integrity sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==
680 dependencies: 807 dependencies:
681 "@babel/helper-plugin-utils" "^7.14.5" 808 "@babel/helper-plugin-utils" "^7.14.5"
682 "@babel/helper-replace-supers" "^7.14.5" 809 "@babel/helper-replace-supers" "^7.16.0"
683 810
684"@babel/plugin-transform-parameters@^7.15.4": 811"@babel/plugin-transform-parameters@^7.16.0":
685 version "7.15.4" 812 version "7.16.0"
686 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62" 813 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.0.tgz#1b50765fc421c229819dc4c7cdb8911660b3c2d7"
687 integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ== 814 integrity sha512-XgnQEm1CevKROPx+udOi/8f8TiGhrUWiHiaUCIp47tE0tpFDjzXNTZc9E5CmCwxNjXTWEVqvRfWZYOTFvMa/ZQ==
688 dependencies: 815 dependencies:
689 "@babel/helper-plugin-utils" "^7.14.5" 816 "@babel/helper-plugin-utils" "^7.14.5"
690 817
691"@babel/plugin-transform-property-literals@^7.14.5": 818"@babel/plugin-transform-property-literals@^7.16.0":
692 version "7.14.5" 819 version "7.16.0"
693 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34" 820 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz#a95c552189a96a00059f6776dc4e00e3690c78d1"
694 integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw== 821 integrity sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==
695 dependencies: 822 dependencies:
696 "@babel/helper-plugin-utils" "^7.14.5" 823 "@babel/helper-plugin-utils" "^7.14.5"
697 824
698"@babel/plugin-transform-react-display-name@^7.14.5": 825"@babel/plugin-transform-react-display-name@^7.16.0":
699 version "7.15.1" 826 version "7.16.0"
700 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.1.tgz#6aaac6099f1fcf6589d35ae6be1b6e10c8c602b9" 827 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.0.tgz#9a0ad8aa8e8790883a7bd2736f66229a58125676"
701 integrity sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q== 828 integrity sha512-FJFdJAqaCpndL+pIf0aeD/qlQwT7QXOvR6Cc8JPvNhKJBi2zc/DPc4g05Y3fbD/0iWAMQFGij4+Xw+4L/BMpTg==
702 dependencies: 829 dependencies:
703 "@babel/helper-plugin-utils" "^7.14.5" 830 "@babel/helper-plugin-utils" "^7.14.5"
704 831
705"@babel/plugin-transform-react-jsx-development@^7.14.5": 832"@babel/plugin-transform-react-jsx-development@^7.16.0":
706 version "7.14.5" 833 version "7.16.0"
707 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.14.5.tgz#1a6c73e2f7ed2c42eebc3d2ad60b0c7494fcb9af" 834 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.0.tgz#1cb52874678d23ab11d0d16488d54730807303ef"
708 integrity sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ== 835 integrity sha512-qq65iSqBRq0Hr3wq57YG2AmW0H6wgTnIzpffTphrUWUgLCOK+zf1f7G0vuOiXrp7dU1qq+fQBoqZ3wCDAkhFzw==
709 dependencies: 836 dependencies:
710 "@babel/plugin-transform-react-jsx" "^7.14.5" 837 "@babel/plugin-transform-react-jsx" "^7.16.0"
711 838
712"@babel/plugin-transform-react-jsx@^7.14.5": 839"@babel/plugin-transform-react-jsx@^7.16.0":
713 version "7.14.9" 840 version "7.16.0"
714 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c" 841 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.0.tgz#55b797d4960c3de04e07ad1c0476e2bc6a4889f1"
715 integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw== 842 integrity sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==
716 dependencies: 843 dependencies:
717 "@babel/helper-annotate-as-pure" "^7.14.5" 844 "@babel/helper-annotate-as-pure" "^7.16.0"
718 "@babel/helper-module-imports" "^7.14.5" 845 "@babel/helper-module-imports" "^7.16.0"
719 "@babel/helper-plugin-utils" "^7.14.5" 846 "@babel/helper-plugin-utils" "^7.14.5"
720 "@babel/plugin-syntax-jsx" "^7.14.5" 847 "@babel/plugin-syntax-jsx" "^7.16.0"
721 "@babel/types" "^7.14.9" 848 "@babel/types" "^7.16.0"
722 849
723"@babel/plugin-transform-react-pure-annotations@^7.14.5": 850"@babel/plugin-transform-react-pure-annotations@^7.16.0":
724 version "7.14.5" 851 version "7.16.0"
725 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.14.5.tgz#18de612b84021e3a9802cbc212c9d9f46d0d11fc" 852 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.0.tgz#23db6ddf558d8abde41b8ad9d59f48ad5532ccab"
726 integrity sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g== 853 integrity sha512-NC/Bj2MG+t8Ef5Pdpo34Ay74X4Rt804h5y81PwOpfPtmAK3i6CizmQqwyBQzIepz1Yt8wNr2Z2L7Lu3qBMfZMA==
727 dependencies: 854 dependencies:
728 "@babel/helper-annotate-as-pure" "^7.14.5" 855 "@babel/helper-annotate-as-pure" "^7.16.0"
729 "@babel/helper-plugin-utils" "^7.14.5" 856 "@babel/helper-plugin-utils" "^7.14.5"
730 857
731"@babel/plugin-transform-regenerator@^7.14.5": 858"@babel/plugin-transform-regenerator@^7.16.0":
732 version "7.14.5" 859 version "7.16.0"
733 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f" 860 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.0.tgz#eaee422c84b0232d03aea7db99c97deeaf6125a4"
734 integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg== 861 integrity sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==
735 dependencies: 862 dependencies:
736 regenerator-transform "^0.14.2" 863 regenerator-transform "^0.14.2"
737 864
738"@babel/plugin-transform-reserved-words@^7.14.5": 865"@babel/plugin-transform-reserved-words@^7.16.0":
739 version "7.14.5" 866 version "7.16.0"
740 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304" 867 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.0.tgz#fff4b9dcb19e12619394bda172d14f2d04c0379c"
741 integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg== 868 integrity sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==
742 dependencies: 869 dependencies:
743 "@babel/helper-plugin-utils" "^7.14.5" 870 "@babel/helper-plugin-utils" "^7.14.5"
744 871
745"@babel/plugin-transform-runtime@^7.15.0": 872"@babel/plugin-transform-runtime@^7.16.0":
746 version "7.15.0" 873 version "7.16.0"
747 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" 874 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.0.tgz#3fe0da36c2f0834bef7c4d3e7f2b2db0ee0c8909"
748 integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== 875 integrity sha512-zlPf1/XFn5+vWdve3AAhf+Sxl+MVa5VlwTwWgnLx23u4GlatSRQJ3Eoo9vllf0a9il3woQsT4SK+5Z7c06h8ag==
749 dependencies: 876 dependencies:
750 "@babel/helper-module-imports" "^7.14.5" 877 "@babel/helper-module-imports" "^7.16.0"
751 "@babel/helper-plugin-utils" "^7.14.5" 878 "@babel/helper-plugin-utils" "^7.14.5"
752 babel-plugin-polyfill-corejs2 "^0.2.2" 879 babel-plugin-polyfill-corejs2 "^0.2.3"
753 babel-plugin-polyfill-corejs3 "^0.2.2" 880 babel-plugin-polyfill-corejs3 "^0.3.0"
754 babel-plugin-polyfill-regenerator "^0.2.2" 881 babel-plugin-polyfill-regenerator "^0.2.3"
755 semver "^6.3.0" 882 semver "^6.3.0"
756 883
757"@babel/plugin-transform-shorthand-properties@^7.14.5": 884"@babel/plugin-transform-shorthand-properties@^7.16.0":
758 version "7.14.5" 885 version "7.16.0"
759 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58" 886 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.0.tgz#090372e3141f7cc324ed70b3daf5379df2fa384d"
760 integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g== 887 integrity sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==
761 dependencies: 888 dependencies:
762 "@babel/helper-plugin-utils" "^7.14.5" 889 "@babel/helper-plugin-utils" "^7.14.5"
763 890
764"@babel/plugin-transform-spread@^7.14.6": 891"@babel/plugin-transform-spread@^7.16.0":
765 version "7.14.6" 892 version "7.16.0"
766 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" 893 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.0.tgz#d21ca099bbd53ab307a8621e019a7bd0f40cdcfb"
767 integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== 894 integrity sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==
768 dependencies: 895 dependencies:
769 "@babel/helper-plugin-utils" "^7.14.5" 896 "@babel/helper-plugin-utils" "^7.14.5"
770 "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 897 "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
771 898
772"@babel/plugin-transform-sticky-regex@^7.14.5": 899"@babel/plugin-transform-sticky-regex@^7.16.0":
773 version "7.14.5" 900 version "7.16.0"
774 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9" 901 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.0.tgz#c35ea31a02d86be485f6aa510184b677a91738fd"
775 integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A== 902 integrity sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==
776 dependencies: 903 dependencies:
777 "@babel/helper-plugin-utils" "^7.14.5" 904 "@babel/helper-plugin-utils" "^7.14.5"
778 905
779"@babel/plugin-transform-template-literals@^7.14.5": 906"@babel/plugin-transform-template-literals@^7.16.0":
780 version "7.14.5" 907 version "7.16.0"
781 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93" 908 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.0.tgz#a8eced3a8e7b8e2d40ec4ec4548a45912630d302"
782 integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg== 909 integrity sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==
783 dependencies: 910 dependencies:
784 "@babel/helper-plugin-utils" "^7.14.5" 911 "@babel/helper-plugin-utils" "^7.14.5"
785 912
786"@babel/plugin-transform-typeof-symbol@^7.14.5": 913"@babel/plugin-transform-typeof-symbol@^7.16.0":
787 version "7.14.5" 914 version "7.16.0"
788 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4" 915 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.0.tgz#8b19a244c6f8c9d668dca6a6f754ad6ead1128f2"
789 integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw== 916 integrity sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==
790 dependencies: 917 dependencies:
791 "@babel/helper-plugin-utils" "^7.14.5" 918 "@babel/helper-plugin-utils" "^7.14.5"
792 919
793"@babel/plugin-transform-typescript@^7.15.0": 920"@babel/plugin-transform-typescript@^7.16.0":
794 version "7.15.4" 921 version "7.16.1"
795 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" 922 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz#cc0670b2822b0338355bc1b3d2246a42b8166409"
796 integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== 923 integrity sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==
797 dependencies: 924 dependencies:
798 "@babel/helper-create-class-features-plugin" "^7.15.4" 925 "@babel/helper-create-class-features-plugin" "^7.16.0"
799 "@babel/helper-plugin-utils" "^7.14.5" 926 "@babel/helper-plugin-utils" "^7.14.5"
800 "@babel/plugin-syntax-typescript" "^7.14.5" 927 "@babel/plugin-syntax-typescript" "^7.16.0"
801 928
802"@babel/plugin-transform-unicode-escapes@^7.14.5": 929"@babel/plugin-transform-unicode-escapes@^7.16.0":
803 version "7.14.5" 930 version "7.16.0"
804 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b" 931 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.0.tgz#1a354064b4c45663a32334f46fa0cf6100b5b1f3"
805 integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA== 932 integrity sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==
806 dependencies: 933 dependencies:
807 "@babel/helper-plugin-utils" "^7.14.5" 934 "@babel/helper-plugin-utils" "^7.14.5"
808 935
809"@babel/plugin-transform-unicode-regex@^7.14.5": 936"@babel/plugin-transform-unicode-regex@^7.16.0":
810 version "7.14.5" 937 version "7.16.0"
811 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e" 938 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.0.tgz#293b80950177c8c85aede87cef280259fb995402"
812 integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw== 939 integrity sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==
813 dependencies: 940 dependencies:
814 "@babel/helper-create-regexp-features-plugin" "^7.14.5" 941 "@babel/helper-create-regexp-features-plugin" "^7.16.0"
815 "@babel/helper-plugin-utils" "^7.14.5" 942 "@babel/helper-plugin-utils" "^7.14.5"
816 943
817"@babel/preset-env@^7.15.6": 944"@babel/preset-env@^7.16.0":
818 version "7.15.6" 945 version "7.16.0"
819 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" 946 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.0.tgz#97228393d217560d6a1c6c56f0adb9d12bca67f5"
820 integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== 947 integrity sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==
821 dependencies: 948 dependencies:
822 "@babel/compat-data" "^7.15.0" 949 "@babel/compat-data" "^7.16.0"
823 "@babel/helper-compilation-targets" "^7.15.4" 950 "@babel/helper-compilation-targets" "^7.16.0"
824 "@babel/helper-plugin-utils" "^7.14.5" 951 "@babel/helper-plugin-utils" "^7.14.5"
825 "@babel/helper-validator-option" "^7.14.5" 952 "@babel/helper-validator-option" "^7.14.5"
826 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" 953 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.0"
827 "@babel/plugin-proposal-async-generator-functions" "^7.15.4" 954 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
828 "@babel/plugin-proposal-class-properties" "^7.14.5" 955 "@babel/plugin-proposal-async-generator-functions" "^7.16.0"
829 "@babel/plugin-proposal-class-static-block" "^7.15.4" 956 "@babel/plugin-proposal-class-properties" "^7.16.0"
830 "@babel/plugin-proposal-dynamic-import" "^7.14.5" 957 "@babel/plugin-proposal-class-static-block" "^7.16.0"
831 "@babel/plugin-proposal-export-namespace-from" "^7.14.5" 958 "@babel/plugin-proposal-dynamic-import" "^7.16.0"
832 "@babel/plugin-proposal-json-strings" "^7.14.5" 959 "@babel/plugin-proposal-export-namespace-from" "^7.16.0"
833 "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" 960 "@babel/plugin-proposal-json-strings" "^7.16.0"
834 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" 961 "@babel/plugin-proposal-logical-assignment-operators" "^7.16.0"
835 "@babel/plugin-proposal-numeric-separator" "^7.14.5" 962 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
836 "@babel/plugin-proposal-object-rest-spread" "^7.15.6" 963 "@babel/plugin-proposal-numeric-separator" "^7.16.0"
837 "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" 964 "@babel/plugin-proposal-object-rest-spread" "^7.16.0"
838 "@babel/plugin-proposal-optional-chaining" "^7.14.5" 965 "@babel/plugin-proposal-optional-catch-binding" "^7.16.0"
839 "@babel/plugin-proposal-private-methods" "^7.14.5" 966 "@babel/plugin-proposal-optional-chaining" "^7.16.0"
840 "@babel/plugin-proposal-private-property-in-object" "^7.15.4" 967 "@babel/plugin-proposal-private-methods" "^7.16.0"
841 "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" 968 "@babel/plugin-proposal-private-property-in-object" "^7.16.0"
969 "@babel/plugin-proposal-unicode-property-regex" "^7.16.0"
842 "@babel/plugin-syntax-async-generators" "^7.8.4" 970 "@babel/plugin-syntax-async-generators" "^7.8.4"
843 "@babel/plugin-syntax-class-properties" "^7.12.13" 971 "@babel/plugin-syntax-class-properties" "^7.12.13"
844 "@babel/plugin-syntax-class-static-block" "^7.14.5" 972 "@babel/plugin-syntax-class-static-block" "^7.14.5"
@@ -853,50 +981,50 @@
853 "@babel/plugin-syntax-optional-chaining" "^7.8.3" 981 "@babel/plugin-syntax-optional-chaining" "^7.8.3"
854 "@babel/plugin-syntax-private-property-in-object" "^7.14.5" 982 "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
855 "@babel/plugin-syntax-top-level-await" "^7.14.5" 983 "@babel/plugin-syntax-top-level-await" "^7.14.5"
856 "@babel/plugin-transform-arrow-functions" "^7.14.5" 984 "@babel/plugin-transform-arrow-functions" "^7.16.0"
857 "@babel/plugin-transform-async-to-generator" "^7.14.5" 985 "@babel/plugin-transform-async-to-generator" "^7.16.0"
858 "@babel/plugin-transform-block-scoped-functions" "^7.14.5" 986 "@babel/plugin-transform-block-scoped-functions" "^7.16.0"
859 "@babel/plugin-transform-block-scoping" "^7.15.3" 987 "@babel/plugin-transform-block-scoping" "^7.16.0"
860 "@babel/plugin-transform-classes" "^7.15.4" 988 "@babel/plugin-transform-classes" "^7.16.0"
861 "@babel/plugin-transform-computed-properties" "^7.14.5" 989 "@babel/plugin-transform-computed-properties" "^7.16.0"
862 "@babel/plugin-transform-destructuring" "^7.14.7" 990 "@babel/plugin-transform-destructuring" "^7.16.0"
863 "@babel/plugin-transform-dotall-regex" "^7.14.5" 991 "@babel/plugin-transform-dotall-regex" "^7.16.0"
864 "@babel/plugin-transform-duplicate-keys" "^7.14.5" 992 "@babel/plugin-transform-duplicate-keys" "^7.16.0"
865 "@babel/plugin-transform-exponentiation-operator" "^7.14.5" 993 "@babel/plugin-transform-exponentiation-operator" "^7.16.0"
866 "@babel/plugin-transform-for-of" "^7.15.4" 994 "@babel/plugin-transform-for-of" "^7.16.0"
867 "@babel/plugin-transform-function-name" "^7.14.5" 995 "@babel/plugin-transform-function-name" "^7.16.0"
868 "@babel/plugin-transform-literals" "^7.14.5" 996 "@babel/plugin-transform-literals" "^7.16.0"
869 "@babel/plugin-transform-member-expression-literals" "^7.14.5" 997 "@babel/plugin-transform-member-expression-literals" "^7.16.0"
870 "@babel/plugin-transform-modules-amd" "^7.14.5" 998 "@babel/plugin-transform-modules-amd" "^7.16.0"
871 "@babel/plugin-transform-modules-commonjs" "^7.15.4" 999 "@babel/plugin-transform-modules-commonjs" "^7.16.0"
872 "@babel/plugin-transform-modules-systemjs" "^7.15.4" 1000 "@babel/plugin-transform-modules-systemjs" "^7.16.0"
873 "@babel/plugin-transform-modules-umd" "^7.14.5" 1001 "@babel/plugin-transform-modules-umd" "^7.16.0"
874 "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" 1002 "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
875 "@babel/plugin-transform-new-target" "^7.14.5" 1003 "@babel/plugin-transform-new-target" "^7.16.0"
876 "@babel/plugin-transform-object-super" "^7.14.5" 1004 "@babel/plugin-transform-object-super" "^7.16.0"
877 "@babel/plugin-transform-parameters" "^7.15.4" 1005 "@babel/plugin-transform-parameters" "^7.16.0"
878 "@babel/plugin-transform-property-literals" "^7.14.5" 1006 "@babel/plugin-transform-property-literals" "^7.16.0"
879 "@babel/plugin-transform-regenerator" "^7.14.5" 1007 "@babel/plugin-transform-regenerator" "^7.16.0"
880 "@babel/plugin-transform-reserved-words" "^7.14.5" 1008 "@babel/plugin-transform-reserved-words" "^7.16.0"
881 "@babel/plugin-transform-shorthand-properties" "^7.14.5" 1009 "@babel/plugin-transform-shorthand-properties" "^7.16.0"
882 "@babel/plugin-transform-spread" "^7.14.6" 1010 "@babel/plugin-transform-spread" "^7.16.0"
883 "@babel/plugin-transform-sticky-regex" "^7.14.5" 1011 "@babel/plugin-transform-sticky-regex" "^7.16.0"
884 "@babel/plugin-transform-template-literals" "^7.14.5" 1012 "@babel/plugin-transform-template-literals" "^7.16.0"
885 "@babel/plugin-transform-typeof-symbol" "^7.14.5" 1013 "@babel/plugin-transform-typeof-symbol" "^7.16.0"
886 "@babel/plugin-transform-unicode-escapes" "^7.14.5" 1014 "@babel/plugin-transform-unicode-escapes" "^7.16.0"
887 "@babel/plugin-transform-unicode-regex" "^7.14.5" 1015 "@babel/plugin-transform-unicode-regex" "^7.16.0"
888 "@babel/preset-modules" "^0.1.4" 1016 "@babel/preset-modules" "^0.1.5"
889 "@babel/types" "^7.15.6" 1017 "@babel/types" "^7.16.0"
890 babel-plugin-polyfill-corejs2 "^0.2.2" 1018 babel-plugin-polyfill-corejs2 "^0.2.3"
891 babel-plugin-polyfill-corejs3 "^0.2.2" 1019 babel-plugin-polyfill-corejs3 "^0.3.0"
892 babel-plugin-polyfill-regenerator "^0.2.2" 1020 babel-plugin-polyfill-regenerator "^0.2.3"
893 core-js-compat "^3.16.0" 1021 core-js-compat "^3.19.0"
894 semver "^6.3.0" 1022 semver "^6.3.0"
895 1023
896"@babel/preset-modules@^0.1.4": 1024"@babel/preset-modules@^0.1.5":
897 version "0.1.4" 1025 version "0.1.5"
898 resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" 1026 resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
899 integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== 1027 integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
900 dependencies: 1028 dependencies:
901 "@babel/helper-plugin-utils" "^7.0.0" 1029 "@babel/helper-plugin-utils" "^7.0.0"
902 "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" 1030 "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
@@ -904,26 +1032,26 @@
904 "@babel/types" "^7.4.4" 1032 "@babel/types" "^7.4.4"
905 esutils "^2.0.2" 1033 esutils "^2.0.2"
906 1034
907"@babel/preset-react@^7.14.5": 1035"@babel/preset-react@^7.16.0":
908 version "7.14.5" 1036 version "7.16.0"
909 resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.14.5.tgz#0fbb769513f899c2c56f3a882fa79673c2d4ab3c" 1037 resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.16.0.tgz#f71d3e8dff5218478011df037fad52660ee6d82a"
910 integrity sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ== 1038 integrity sha512-d31IFW2bLRB28uL1WoElyro8RH5l6531XfxMtCeCmp6RVAF1uTfxxUA0LH1tXl+psZdwfmIbwoG4U5VwgbhtLw==
911 dependencies: 1039 dependencies:
912 "@babel/helper-plugin-utils" "^7.14.5" 1040 "@babel/helper-plugin-utils" "^7.14.5"
913 "@babel/helper-validator-option" "^7.14.5" 1041 "@babel/helper-validator-option" "^7.14.5"
914 "@babel/plugin-transform-react-display-name" "^7.14.5" 1042 "@babel/plugin-transform-react-display-name" "^7.16.0"
915 "@babel/plugin-transform-react-jsx" "^7.14.5" 1043 "@babel/plugin-transform-react-jsx" "^7.16.0"
916 "@babel/plugin-transform-react-jsx-development" "^7.14.5" 1044 "@babel/plugin-transform-react-jsx-development" "^7.16.0"
917 "@babel/plugin-transform-react-pure-annotations" "^7.14.5" 1045 "@babel/plugin-transform-react-pure-annotations" "^7.16.0"
918 1046
919"@babel/preset-typescript@^7.15.0": 1047"@babel/preset-typescript@^7.16.0":
920 version "7.15.0" 1048 version "7.16.0"
921 resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945" 1049 resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz#b0b4f105b855fb3d631ec036cdc9d1ffd1fa5eac"
922 integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== 1050 integrity sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg==
923 dependencies: 1051 dependencies:
924 "@babel/helper-plugin-utils" "^7.14.5" 1052 "@babel/helper-plugin-utils" "^7.14.5"
925 "@babel/helper-validator-option" "^7.14.5" 1053 "@babel/helper-validator-option" "^7.14.5"
926 "@babel/plugin-transform-typescript" "^7.15.0" 1054 "@babel/plugin-transform-typescript" "^7.16.0"
927 1055
928"@babel/runtime-corejs3@^7.10.2": 1056"@babel/runtime-corejs3@^7.10.2":
929 version "7.15.4" 1057 version "7.15.4"
@@ -940,6 +1068,13 @@
940 dependencies: 1068 dependencies:
941 regenerator-runtime "^0.13.4" 1069 regenerator-runtime "^0.13.4"
942 1070
1071"@babel/runtime@^7.16.0":
1072 version "7.16.0"
1073 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
1074 integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
1075 dependencies:
1076 regenerator-runtime "^0.13.4"
1077
943"@babel/template@^7.15.4": 1078"@babel/template@^7.15.4":
944 version "7.15.4" 1079 version "7.15.4"
945 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194" 1080 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
@@ -949,7 +1084,16 @@
949 "@babel/parser" "^7.15.4" 1084 "@babel/parser" "^7.15.4"
950 "@babel/types" "^7.15.4" 1085 "@babel/types" "^7.15.4"
951 1086
952"@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4": 1087"@babel/template@^7.16.0":
1088 version "7.16.0"
1089 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
1090 integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
1091 dependencies:
1092 "@babel/code-frame" "^7.16.0"
1093 "@babel/parser" "^7.16.0"
1094 "@babel/types" "^7.16.0"
1095
1096"@babel/traverse@^7.13.0":
953 version "7.15.4" 1097 version "7.15.4"
954 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" 1098 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
955 integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== 1099 integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
@@ -964,7 +1108,22 @@
964 debug "^4.1.0" 1108 debug "^4.1.0"
965 globals "^11.1.0" 1109 globals "^11.1.0"
966 1110
967"@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.4.4": 1111"@babel/traverse@^7.16.0":
1112 version "7.16.0"
1113 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b"
1114 integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==
1115 dependencies:
1116 "@babel/code-frame" "^7.16.0"
1117 "@babel/generator" "^7.16.0"
1118 "@babel/helper-function-name" "^7.16.0"
1119 "@babel/helper-hoist-variables" "^7.16.0"
1120 "@babel/helper-split-export-declaration" "^7.16.0"
1121 "@babel/parser" "^7.16.0"
1122 "@babel/types" "^7.16.0"
1123 debug "^4.1.0"
1124 globals "^11.1.0"
1125
1126"@babel/types@^7.15.4", "@babel/types@^7.4.4":
968 version "7.15.6" 1127 version "7.15.6"
969 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" 1128 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
970 integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== 1129 integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
@@ -972,13 +1131,21 @@
972 "@babel/helper-validator-identifier" "^7.14.9" 1131 "@babel/helper-validator-identifier" "^7.14.9"
973 to-fast-properties "^2.0.0" 1132 to-fast-properties "^2.0.0"
974 1133
975"@codemirror/autocomplete@^0.19.3": 1134"@babel/types@^7.16.0":
976 version "0.19.3" 1135 version "7.16.0"
977 resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.19.3.tgz#0266ac29617277d2d8cc7dcfb600c1e50c332d35" 1136 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
978 integrity sha512-5juP6hVrHAogzQ0JUTQuibE8j1seqeGNJ98qLUPuliI6kLBg5INS4qvUI1Brqye+wYPFu7UHqrrn13RLh5YSzw== 1137 integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1138 dependencies:
1139 "@babel/helper-validator-identifier" "^7.15.7"
1140 to-fast-properties "^2.0.0"
1141
1142"@codemirror/autocomplete@^0.19.4":
1143 version "0.19.4"
1144 resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.19.4.tgz#2faff94d5a566864444b22fb765d12a3d328bc02"
1145 integrity sha512-Wuuf4xZ9opIpUwMvxFMknC1C202qtTx1q5bS1GuMnTK4lBYoG+tekpAqlLBF3x6fEe2+fw6dRLwYTigtCuS7pQ==
979 dependencies: 1146 dependencies:
980 "@codemirror/language" "^0.19.0" 1147 "@codemirror/language" "^0.19.0"
981 "@codemirror/state" "^0.19.0" 1148 "@codemirror/state" "^0.19.2"
982 "@codemirror/text" "^0.19.2" 1149 "@codemirror/text" "^0.19.2"
983 "@codemirror/tooltip" "^0.19.0" 1150 "@codemirror/tooltip" "^0.19.0"
984 "@codemirror/view" "^0.19.0" 1151 "@codemirror/view" "^0.19.0"
@@ -1016,10 +1183,10 @@
1016 "@codemirror/text" "^0.19.0" 1183 "@codemirror/text" "^0.19.0"
1017 "@codemirror/view" "^0.19.0" 1184 "@codemirror/view" "^0.19.0"
1018 1185
1019"@codemirror/fold@^0.19.0": 1186"@codemirror/fold@^0.19.1":
1020 version "0.19.0" 1187 version "0.19.1"
1021 resolved "https://registry.yarnpkg.com/@codemirror/fold/-/fold-0.19.0.tgz#cd57537870ff581ae57199a7658abe3f9908f2ed" 1188 resolved "https://registry.yarnpkg.com/@codemirror/fold/-/fold-0.19.1.tgz#52000ff329ab69c4ba32e94401777941e29d8ad0"
1022 integrity sha512-cHbr2hqKe2pMls1Ia1a4IwXly87ljpmvPUKkul6H/Uv9kCwpQLOP3dGMPXbMGm/1hGjBF/0wnc+m2iba9iJBTQ== 1189 integrity sha512-3GwQpxgv03urb8BPBvX1JSjl+uMXKqngRG6qHZXSM2FefxFKvTuyL44MCb35aodtfKjGwoxizk+7b6CbAOLyOw==
1023 dependencies: 1190 dependencies:
1024 "@codemirror/gutter" "^0.19.0" 1191 "@codemirror/gutter" "^0.19.0"
1025 "@codemirror/language" "^0.19.0" 1192 "@codemirror/language" "^0.19.0"
@@ -1027,7 +1194,7 @@
1027 "@codemirror/state" "^0.19.0" 1194 "@codemirror/state" "^0.19.0"
1028 "@codemirror/view" "^0.19.0" 1195 "@codemirror/view" "^0.19.0"
1029 1196
1030"@codemirror/gutter@^0.19.0", "@codemirror/gutter@^0.19.2": 1197"@codemirror/gutter@^0.19.0":
1031 version "0.19.2" 1198 version "0.19.2"
1032 resolved "https://registry.yarnpkg.com/@codemirror/gutter/-/gutter-0.19.2.tgz#afc61dbe2977ff83aff8675200deab6d04244c5c" 1199 resolved "https://registry.yarnpkg.com/@codemirror/gutter/-/gutter-0.19.2.tgz#afc61dbe2977ff83aff8675200deab6d04244c5c"
1033 integrity sha512-xiayxhc9uq1UXiG/r/E3AAYXZt+EtSdgdQXC4nlMHvbfw2EmtryfzGO3HrgasHRyAW8uNCaO9JO4n7mU7rm1rQ== 1200 integrity sha512-xiayxhc9uq1UXiG/r/E3AAYXZt+EtSdgdQXC4nlMHvbfw2EmtryfzGO3HrgasHRyAW8uNCaO9JO4n7mU7rm1rQ==
@@ -1036,6 +1203,15 @@
1036 "@codemirror/state" "^0.19.0" 1203 "@codemirror/state" "^0.19.0"
1037 "@codemirror/view" "^0.19.0" 1204 "@codemirror/view" "^0.19.0"
1038 1205
1206"@codemirror/gutter@^0.19.4":
1207 version "0.19.4"
1208 resolved "https://registry.yarnpkg.com/@codemirror/gutter/-/gutter-0.19.4.tgz#7f2f3ceb72b96042380d23316bb6c43a7e05f111"
1209 integrity sha512-zcDtGafuzLs9mvSBqHVuLNbS4UpHBo1+DRY6NtZfC31bV8abDxOPgokq2+6UsVPQp+RA1LgmPHatp4gOYSM+cA==
1210 dependencies:
1211 "@codemirror/rangeset" "^0.19.0"
1212 "@codemirror/state" "^0.19.0"
1213 "@codemirror/view" "^0.19.0"
1214
1039"@codemirror/highlight@^0.19.6": 1215"@codemirror/highlight@^0.19.6":
1040 version "0.19.6" 1216 version "0.19.6"
1041 resolved "https://registry.yarnpkg.com/@codemirror/highlight/-/highlight-0.19.6.tgz#7f2e066f83f5649e8e0748a3abe0aaeaf64b8ac2" 1217 resolved "https://registry.yarnpkg.com/@codemirror/highlight/-/highlight-0.19.6.tgz#7f2e066f83f5649e8e0748a3abe0aaeaf64b8ac2"
@@ -1178,16 +1354,16 @@
1178 source-map "^0.5.7" 1354 source-map "^0.5.7"
1179 stylis "^4.0.3" 1355 stylis "^4.0.3"
1180 1356
1181"@emotion/cache@^11.4.0": 1357"@emotion/cache@^11.5.0":
1182 version "11.4.0" 1358 version "11.5.0"
1183 resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.4.0.tgz#293fc9d9a7a38b9aad8e9337e5014366c3b09ac0" 1359 resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.5.0.tgz#a5eb78cbef8163939ee345e3ddf0af217b845e62"
1184 integrity sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g== 1360 integrity sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==
1185 dependencies: 1361 dependencies:
1186 "@emotion/memoize" "^0.7.4" 1362 "@emotion/memoize" "^0.7.4"
1187 "@emotion/sheet" "^1.0.0" 1363 "@emotion/sheet" "^1.0.3"
1188 "@emotion/utils" "^1.0.0" 1364 "@emotion/utils" "^1.0.0"
1189 "@emotion/weak-memoize" "^0.2.5" 1365 "@emotion/weak-memoize" "^0.2.5"
1190 stylis "^4.0.3" 1366 stylis "^4.0.10"
1191 1367
1192"@emotion/hash@^0.8.0": 1368"@emotion/hash@^0.8.0":
1193 version "0.8.0" 1369 version "0.8.0"
@@ -1206,15 +1382,15 @@
1206 resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" 1382 resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
1207 integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== 1383 integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
1208 1384
1209"@emotion/react@^11.4.1": 1385"@emotion/react@^11.5.0":
1210 version "11.4.1" 1386 version "11.5.0"
1211 resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57" 1387 resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.5.0.tgz#19b5771bbfbda5e8517e948a2d9064810f0022bd"
1212 integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg== 1388 integrity sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==
1213 dependencies: 1389 dependencies:
1214 "@babel/runtime" "^7.13.10" 1390 "@babel/runtime" "^7.13.10"
1215 "@emotion/cache" "^11.4.0" 1391 "@emotion/cache" "^11.5.0"
1216 "@emotion/serialize" "^1.0.2" 1392 "@emotion/serialize" "^1.0.2"
1217 "@emotion/sheet" "^1.0.2" 1393 "@emotion/sheet" "^1.0.3"
1218 "@emotion/utils" "^1.0.0" 1394 "@emotion/utils" "^1.0.0"
1219 "@emotion/weak-memoize" "^0.2.5" 1395 "@emotion/weak-memoize" "^0.2.5"
1220 hoist-non-react-statics "^3.3.1" 1396 hoist-non-react-statics "^3.3.1"
@@ -1230,10 +1406,10 @@
1230 "@emotion/utils" "^1.0.0" 1406 "@emotion/utils" "^1.0.0"
1231 csstype "^3.0.2" 1407 csstype "^3.0.2"
1232 1408
1233"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.2": 1409"@emotion/sheet@^1.0.3":
1234 version "1.0.2" 1410 version "1.0.3"
1235 resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0" 1411 resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.3.tgz#00c326cd7985c5ccb8fe2c1b592886579dcfab8f"
1236 integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw== 1412 integrity sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ==
1237 1413
1238"@emotion/styled@^11.3.0": 1414"@emotion/styled@^11.3.0":
1239 version "11.3.0" 1415 version "11.3.0"
@@ -1281,7 +1457,7 @@
1281 resolved "https://registry.yarnpkg.com/@fontsource/jetbrains-mono/-/jetbrains-mono-4.5.0.tgz#4cf4014ad1538b1441afb2794097109d8515b7e9" 1457 resolved "https://registry.yarnpkg.com/@fontsource/jetbrains-mono/-/jetbrains-mono-4.5.0.tgz#4cf4014ad1538b1441afb2794097109d8515b7e9"
1282 integrity sha512-gxUlpdCLoIrEQ6+1hkPbFHuQz8E5bPZ/iERU+13zEKb8rD/h21v3uHuAT7dTD+Co9nbSlgk6fyVkFwF5edUMog== 1458 integrity sha512-gxUlpdCLoIrEQ6+1hkPbFHuQz8E5bPZ/iERU+13zEKb8rD/h21v3uHuAT7dTD+Co9nbSlgk6fyVkFwF5edUMog==
1283 1459
1284"@fontsource/roboto@^4.5.0": 1460"@fontsource/roboto@^4.5.1":
1285 version "4.5.1" 1461 version "4.5.1"
1286 resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.1.tgz#63f7b783f755d8f6727eb60198627e7e1be3ac20" 1462 resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.1.tgz#63f7b783f755d8f6727eb60198627e7e1be3ac20"
1287 integrity sha512-3mhfL+eNPG/woMNqwD/OHaW5qMpeGEBsDwzmhFmjB1yUV+M+M9P0NhP/AyHvnGz3DrqkvZ7CPzNMa+UkVLeELg== 1463 integrity sha512-3mhfL+eNPG/woMNqwD/OHaW5qMpeGEBsDwzmhFmjB1yUV+M+M9P0NhP/AyHvnGz3DrqkvZ7CPzNMa+UkVLeELg==
@@ -1320,37 +1496,37 @@
1320 dependencies: 1496 dependencies:
1321 "@lezer/common" "^0.15.0" 1497 "@lezer/common" "^0.15.0"
1322 1498
1323"@mui/core@5.0.0-alpha.49": 1499"@mui/core@5.0.0-alpha.53":
1324 version "5.0.0-alpha.49" 1500 version "5.0.0-alpha.53"
1325 resolved "https://registry.yarnpkg.com/@mui/core/-/core-5.0.0-alpha.49.tgz#e74d6ec7f83f85b55d48aa05ea6b7cefff88ce1b" 1501 resolved "https://registry.yarnpkg.com/@mui/core/-/core-5.0.0-alpha.53.tgz#ede1445be3bf5a93d25bdd8ead23afdfb1b68f8b"
1326 integrity sha512-bZ7UgH84AuKf/IT0U+knHEelDxLV0lNVFg7rKkkDfXEwUpTtAZEtZPFJjNngapSB/4MuFjaFsttex+0DGC5Z1Q== 1502 integrity sha512-dTwuhzE0puewJ+/Cw35iAiaBGVcZqVyqspheQHVJuhysSd+o58SONRAiM6MQgI/iFKiJ57HKh+En1MwuC7DMLw==
1327 dependencies: 1503 dependencies:
1328 "@babel/runtime" "^7.15.4" 1504 "@babel/runtime" "^7.15.4"
1329 "@emotion/is-prop-valid" "^1.1.0" 1505 "@emotion/is-prop-valid" "^1.1.0"
1330 "@mui/utils" "^5.0.1" 1506 "@mui/utils" "^5.0.1"
1507 "@popperjs/core" "^2.4.4"
1331 clsx "^1.1.1" 1508 clsx "^1.1.1"
1332 prop-types "^15.7.2" 1509 prop-types "^15.7.2"
1333 react-is "^17.0.2" 1510 react-is "^17.0.2"
1334 1511
1335"@mui/icons-material@5.0.1": 1512"@mui/icons-material@5.0.5":
1336 version "5.0.1" 1513 version "5.0.5"
1337 resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.1.tgz#fb7ffeba0b3604aab4a9b91644d2fc1aabb3b4f1" 1514 resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.0.5.tgz#7af61046da4e54de2da7fcf4bdeb3e439e7c10a7"
1338 integrity sha512-AZehR/Uvi9VodsNPk9ae1lENKrf1evqx9suiP6VIqu7NxjZOlw/m/yA2gRAMmLEmIGr7EChfi/wcXuq6BpM9vw== 1515 integrity sha512-beJo4kmgZwr+2x0ppgHcqqdNQYX4WKddJyMn4eHJAh9dNAGyeY1AJ/8Po+TJKyoSr3C2ZqnW7WrSonAJr2HrUw==
1339 dependencies: 1516 dependencies:
1340 "@babel/runtime" "^7.15.4" 1517 "@babel/runtime" "^7.15.4"
1341 1518
1342"@mui/material@5.0.2": 1519"@mui/material@5.0.6":
1343 version "5.0.2" 1520 version "5.0.6"
1344 resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.0.2.tgz#380cf0ef42c538a68158b4da19c317178b22d10f" 1521 resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.0.6.tgz#0e688c918fd88a07f59385614c65fce937077a9f"
1345 integrity sha512-LD2xHSjTLmbN0UoCuKTu09L/7JjpEzg+Cophf+dVJOTNoK7VI0Eqv3bmpF/9pDIk5dVKmeU9Eh4t2lW1ZifM6A== 1522 integrity sha512-1NmLel2Q+PnSfhFhdrhTbZFLfGpGKcPbu8onwGJu+vbD3YMTjr8gXvQ/sYZC0Motfu8jLnQdlq4FD4fRhqndnw==
1346 dependencies: 1523 dependencies:
1347 "@babel/runtime" "^7.15.4" 1524 "@babel/runtime" "^7.15.4"
1348 "@mui/core" "5.0.0-alpha.49" 1525 "@mui/core" "5.0.0-alpha.53"
1349 "@mui/system" "^5.0.2" 1526 "@mui/system" "^5.0.6"
1350 "@mui/types" "^7.0.0" 1527 "@mui/types" "^7.0.0"
1351 "@mui/utils" "^5.0.1" 1528 "@mui/utils" "^5.0.1"
1352 "@popperjs/core" "^2.4.4" 1529 "@types/react-transition-group" "^4.4.4"
1353 "@types/react-transition-group" "^4.4.3"
1354 clsx "^1.1.1" 1530 clsx "^1.1.1"
1355 csstype "^3.0.9" 1531 csstype "^3.0.9"
1356 hoist-non-react-statics "^3.3.2" 1532 hoist-non-react-statics "^3.3.2"
@@ -1367,23 +1543,23 @@
1367 "@mui/utils" "^5.0.1" 1543 "@mui/utils" "^5.0.1"
1368 prop-types "^15.7.2" 1544 prop-types "^15.7.2"
1369 1545
1370"@mui/styled-engine@^5.0.1": 1546"@mui/styled-engine@^5.0.2":
1371 version "5.0.1" 1547 version "5.0.2"
1372 resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.0.1.tgz#401e3e0ff846ad1b1e7e097c8050b36d7b68343e" 1548 resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.0.2.tgz#a2d188e80d2c8c3501316649c1901a41ac07e376"
1373 integrity sha512-j40nCbaKr1HAZYqpX61XvZYsadYskjo3u6+pRFFaewSViAkkD1rjjbubpnh15nqVfYmijtHMZJ9/l1x1hamvfQ== 1549 integrity sha512-vApnXLj/5V+SbBy+jGFtPgu3tgs0ybSdwWLwXcnUAdNdRyJBffi2KyOP8fhUONLOcZBMU2heNXWz/Zqn5kbDKQ==
1374 dependencies: 1550 dependencies:
1375 "@babel/runtime" "^7.15.4" 1551 "@babel/runtime" "^7.15.4"
1376 "@emotion/cache" "^11.4.0" 1552 "@emotion/cache" "^11.5.0"
1377 prop-types "^15.7.2" 1553 prop-types "^15.7.2"
1378 1554
1379"@mui/system@^5.0.2": 1555"@mui/system@^5.0.6":
1380 version "5.0.2" 1556 version "5.0.6"
1381 resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.0.2.tgz#9999ab61801810ea01c44588fd0dcc1f64dfcedc" 1557 resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.0.6.tgz#053ad18e3888f041137db9f0c0ac1486c86972a0"
1382 integrity sha512-K6wMbiSEYSMeYUw7zmZ2/50JFthqtuTz4OADyKc4ic2RP8ubAf/duH/nkJ4gtsKcewU4RIub0HQHl5F77WVp4Q== 1558 integrity sha512-qZdgODiO82/r1bH9KV5bdqqx/q14i32OGUK/bO6phhXM/DX0TmWSUsnPqFX4F7/UKrvBHsGzIb8ohdRuihQD+Q==
1383 dependencies: 1559 dependencies:
1384 "@babel/runtime" "^7.15.4" 1560 "@babel/runtime" "^7.15.4"
1385 "@mui/private-theming" "^5.0.1" 1561 "@mui/private-theming" "^5.0.1"
1386 "@mui/styled-engine" "^5.0.1" 1562 "@mui/styled-engine" "^5.0.2"
1387 "@mui/types" "^7.0.0" 1563 "@mui/types" "^7.0.0"
1388 "@mui/utils" "^5.0.1" 1564 "@mui/utils" "^5.0.1"
1389 clsx "^1.1.1" 1565 clsx "^1.1.1"
@@ -1442,33 +1618,11 @@
1442 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" 1618 resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
1443 integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== 1619 integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
1444 1620
1445"@stylelint/postcss-css-in-js@^0.37.2":
1446 version "0.37.2"
1447 resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz#7e5a84ad181f4234a2480803422a47b8749af3d2"
1448 integrity sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==
1449 dependencies:
1450 "@babel/core" ">=7.9.0"
1451
1452"@stylelint/postcss-markdown@^0.36.2":
1453 version "0.36.2"
1454 resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz#0a540c4692f8dcdfc13c8e352c17e7bfee2bb391"
1455 integrity sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==
1456 dependencies:
1457 remark "^13.0.0"
1458 unist-util-find-all-after "^3.0.2"
1459
1460"@trysound/sax@0.2.0": 1621"@trysound/sax@0.2.0":
1461 version "0.2.0" 1622 version "0.2.0"
1462 resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" 1623 resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
1463 integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== 1624 integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
1464 1625
1465"@types/codemirror@^5.60.3":
1466 version "5.60.4"
1467 resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.4.tgz#aa19477782fb1bd26f8a0e240ca4241f35c4170e"
1468 integrity sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==
1469 dependencies:
1470 "@types/tern" "*"
1471
1472"@types/eslint-scope@^3.7.0": 1626"@types/eslint-scope@^3.7.0":
1473 version "3.7.1" 1627 version "3.7.1"
1474 resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e" 1628 resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e"
@@ -1498,10 +1652,10 @@
1498 "@types/minimatch" "*" 1652 "@types/minimatch" "*"
1499 "@types/node" "*" 1653 "@types/node" "*"
1500 1654
1501"@types/html-minifier-terser@^5.0.0": 1655"@types/html-minifier-terser@^6.0.0":
1502 version "5.1.2" 1656 version "6.0.0"
1503 resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57" 1657 resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.0.0.tgz#563c1c6c132cd204e71512f9c0b394ff90d3fae7"
1504 integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w== 1658 integrity sha512-NZwaaynfs1oIoLAV1vg18e7QMVDvw+6SQrdJc8w3BwUaoroVSf6EBj/Sk4PBWGxsq0dzhA2drbsuMC1/6C6KgQ==
1505 1659
1506"@types/http-proxy@^1.17.5": 1660"@types/http-proxy@^1.17.5":
1507 version "1.17.7" 1661 version "1.17.7"
@@ -1520,13 +1674,6 @@
1520 resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" 1674 resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1521 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= 1675 integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1522 1676
1523"@types/mdast@^3.0.0":
1524 version "3.0.10"
1525 resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af"
1526 integrity sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==
1527 dependencies:
1528 "@types/unist" "*"
1529
1530"@types/minimatch@*": 1677"@types/minimatch@*":
1531 version "3.0.5" 1678 version "3.0.5"
1532 resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" 1679 resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -1557,10 +1704,10 @@
1557 resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" 1704 resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
1558 integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== 1705 integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
1559 1706
1560"@types/react-dom@^17.0.9": 1707"@types/react-dom@^17.0.10":
1561 version "17.0.9" 1708 version "17.0.10"
1562 resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add" 1709 resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.10.tgz#d6972ec018d23cf22b99597f1289343d99ea9d9d"
1563 integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg== 1710 integrity sha512-8oz3NAUId2z/zQdFI09IMhQPNgIbiP8Lslhv39DIDamr846/0spjZK0vnrMak0iB8EKb9QFTTIdg2Wj2zH5a3g==
1564 dependencies: 1711 dependencies:
1565 "@types/react" "*" 1712 "@types/react" "*"
1566 1713
@@ -1571,10 +1718,10 @@
1571 dependencies: 1718 dependencies:
1572 "@types/react" "*" 1719 "@types/react" "*"
1573 1720
1574"@types/react-transition-group@^4.4.3": 1721"@types/react-transition-group@^4.4.4":
1575 version "4.4.3" 1722 version "4.4.4"
1576 resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.3.tgz#b0994da0a7023d67dbb4a8910a62112bc00d5688" 1723 resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.4.tgz#acd4cceaa2be6b757db61ed7b432e103242d163e"
1577 integrity sha512-fUx5muOWSYP8Bw2BUQ9M9RK9+W1XBK/7FLJ8PTQpnpTEkn0ccyMffyEQvan4C3h53gHdx7KE5Qrxi/LnUGQtdg== 1724 integrity sha512-7gAPz7anVK5xzbeQW9wFBDg7G++aPLAFY0QaSMOou9rJZpbuI58WAuJrgu+qR92l61grlnCUe7AFX8KGahAgug==
1578 dependencies: 1725 dependencies:
1579 "@types/react" "*" 1726 "@types/react" "*"
1580 1727
@@ -1597,25 +1744,13 @@
1597 resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" 1744 resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
1598 integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== 1745 integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
1599 1746
1600"@types/tern@*": 1747"@typescript-eslint/eslint-plugin@^4.33.0":
1601 version "0.23.4" 1748 version "4.33.0"
1602 resolved "https://registry.yarnpkg.com/@types/tern/-/tern-0.23.4.tgz#03926eb13dbeaf3ae0d390caf706b2643a0127fb" 1749 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1603 integrity sha512-JAUw1iXGO1qaWwEOzxTKJZ/5JxVeON9kvGZ/osgZaJImBnyjyn0cjovPsf6FNLmyGY8Vw9DoXZCMlfMkMwHRWg== 1750 integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1604 dependencies:
1605 "@types/estree" "*"
1606
1607"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
1608 version "2.0.6"
1609 resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
1610 integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
1611
1612"@typescript-eslint/eslint-plugin@^4.32.0":
1613 version "4.32.0"
1614 resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
1615 integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
1616 dependencies: 1751 dependencies:
1617 "@typescript-eslint/experimental-utils" "4.32.0" 1752 "@typescript-eslint/experimental-utils" "4.33.0"
1618 "@typescript-eslint/scope-manager" "4.32.0" 1753 "@typescript-eslint/scope-manager" "4.33.0"
1619 debug "^4.3.1" 1754 debug "^4.3.1"
1620 functional-red-black-tree "^1.0.1" 1755 functional-red-black-tree "^1.0.1"
1621 ignore "^5.1.8" 1756 ignore "^5.1.8"
@@ -1623,60 +1758,60 @@
1623 semver "^7.3.5" 1758 semver "^7.3.5"
1624 tsutils "^3.21.0" 1759 tsutils "^3.21.0"
1625 1760
1626"@typescript-eslint/experimental-utils@4.32.0": 1761"@typescript-eslint/experimental-utils@4.33.0":
1627 version "4.32.0" 1762 version "4.33.0"
1628 resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4" 1763 resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1629 integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A== 1764 integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
1630 dependencies: 1765 dependencies:
1631 "@types/json-schema" "^7.0.7" 1766 "@types/json-schema" "^7.0.7"
1632 "@typescript-eslint/scope-manager" "4.32.0" 1767 "@typescript-eslint/scope-manager" "4.33.0"
1633 "@typescript-eslint/types" "4.32.0" 1768 "@typescript-eslint/types" "4.33.0"
1634 "@typescript-eslint/typescript-estree" "4.32.0" 1769 "@typescript-eslint/typescript-estree" "4.33.0"
1635 eslint-scope "^5.1.1" 1770 eslint-scope "^5.1.1"
1636 eslint-utils "^3.0.0" 1771 eslint-utils "^3.0.0"
1637 1772
1638"@typescript-eslint/parser@^4.32.0": 1773"@typescript-eslint/parser@^4.33.0":
1639 version "4.32.0" 1774 version "4.33.0"
1640 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5" 1775 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1641 integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w== 1776 integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1642 dependencies: 1777 dependencies:
1643 "@typescript-eslint/scope-manager" "4.32.0" 1778 "@typescript-eslint/scope-manager" "4.33.0"
1644 "@typescript-eslint/types" "4.32.0" 1779 "@typescript-eslint/types" "4.33.0"
1645 "@typescript-eslint/typescript-estree" "4.32.0" 1780 "@typescript-eslint/typescript-estree" "4.33.0"
1646 debug "^4.3.1" 1781 debug "^4.3.1"
1647 1782
1648"@typescript-eslint/scope-manager@4.32.0": 1783"@typescript-eslint/scope-manager@4.33.0":
1649 version "4.32.0" 1784 version "4.33.0"
1650 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5" 1785 resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1651 integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w== 1786 integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1652 dependencies: 1787 dependencies:
1653 "@typescript-eslint/types" "4.32.0" 1788 "@typescript-eslint/types" "4.33.0"
1654 "@typescript-eslint/visitor-keys" "4.32.0" 1789 "@typescript-eslint/visitor-keys" "4.33.0"
1655 1790
1656"@typescript-eslint/types@4.32.0": 1791"@typescript-eslint/types@4.33.0":
1657 version "4.32.0" 1792 version "4.33.0"
1658 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d" 1793 resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1659 integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w== 1794 integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1660 1795
1661"@typescript-eslint/typescript-estree@4.32.0": 1796"@typescript-eslint/typescript-estree@4.33.0":
1662 version "4.32.0" 1797 version "4.33.0"
1663 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b" 1798 resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1664 integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw== 1799 integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1665 dependencies: 1800 dependencies:
1666 "@typescript-eslint/types" "4.32.0" 1801 "@typescript-eslint/types" "4.33.0"
1667 "@typescript-eslint/visitor-keys" "4.32.0" 1802 "@typescript-eslint/visitor-keys" "4.33.0"
1668 debug "^4.3.1" 1803 debug "^4.3.1"
1669 globby "^11.0.3" 1804 globby "^11.0.3"
1670 is-glob "^4.0.1" 1805 is-glob "^4.0.1"
1671 semver "^7.3.5" 1806 semver "^7.3.5"
1672 tsutils "^3.21.0" 1807 tsutils "^3.21.0"
1673 1808
1674"@typescript-eslint/visitor-keys@4.32.0": 1809"@typescript-eslint/visitor-keys@4.33.0":
1675 version "4.32.0" 1810 version "4.33.0"
1676 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f" 1811 resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1677 integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw== 1812 integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1678 dependencies: 1813 dependencies:
1679 "@typescript-eslint/types" "4.32.0" 1814 "@typescript-eslint/types" "4.33.0"
1680 eslint-visitor-keys "^2.0.0" 1815 eslint-visitor-keys "^2.0.0"
1681 1816
1682"@webassemblyjs/ast@1.11.1": 1817"@webassemblyjs/ast@1.11.1":
@@ -1800,22 +1935,22 @@
1800 "@webassemblyjs/ast" "1.11.1" 1935 "@webassemblyjs/ast" "1.11.1"
1801 "@xtuc/long" "4.2.2" 1936 "@xtuc/long" "4.2.2"
1802 1937
1803"@webpack-cli/configtest@^1.0.4": 1938"@webpack-cli/configtest@^1.1.0":
1804 version "1.0.4" 1939 version "1.1.0"
1805 resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.0.4.tgz#f03ce6311c0883a83d04569e2c03c6238316d2aa" 1940 resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.0.tgz#8342bef0badfb7dfd3b576f2574ab80c725be043"
1806 integrity sha512-cs3XLy+UcxiP6bj0A6u7MLLuwdXJ1c3Dtc0RkKg+wiI1g/Ti1om8+/2hc2A2B60NbBNAbMgyBMHvyymWm/j4wQ== 1941 integrity sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==
1807 1942
1808"@webpack-cli/info@^1.3.0": 1943"@webpack-cli/info@^1.4.0":
1809 version "1.3.0" 1944 version "1.4.0"
1810 resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.3.0.tgz#9d78a31101a960997a4acd41ffd9b9300627fe2b" 1945 resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.0.tgz#b9179c3227ab09cbbb149aa733475fcf99430223"
1811 integrity sha512-ASiVB3t9LOKHs5DyVUcxpraBXDOKubYu/ihHhU+t1UPpxsivg6Od2E2qU4gJCekfEddzRBzHhzA/Acyw/mlK/w== 1946 integrity sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==
1812 dependencies: 1947 dependencies:
1813 envinfo "^7.7.3" 1948 envinfo "^7.7.3"
1814 1949
1815"@webpack-cli/serve@^1.5.2": 1950"@webpack-cli/serve@^1.6.0":
1816 version "1.5.2" 1951 version "1.6.0"
1817 resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.5.2.tgz#ea584b637ff63c5a477f6f21604b5a205b72c9ec" 1952 resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.0.tgz#2c275aa05c895eccebbfc34cfb223c6e8bd591a2"
1818 integrity sha512-vgJ5OLWadI8aKjDlOH3rb+dYyPd2GTZuQC/Tihjct6F9GpXGZINo3Y/IVuZVTM1eDQB+/AOsjPUWH/WySDaXvw== 1953 integrity sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==
1819 1954
1820"@xtuc/ieee754@^1.2.0": 1955"@xtuc/ieee754@^1.2.0":
1821 version "1.2.0" 1956 version "1.2.0"
@@ -1998,19 +2133,30 @@ array-includes@^3.1.1, array-includes@^3.1.3:
1998 get-intrinsic "^1.1.1" 2133 get-intrinsic "^1.1.1"
1999 is-string "^1.0.5" 2134 is-string "^1.0.5"
2000 2135
2136array-includes@^3.1.4:
2137 version "3.1.4"
2138 resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
2139 integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
2140 dependencies:
2141 call-bind "^1.0.2"
2142 define-properties "^1.1.3"
2143 es-abstract "^1.19.1"
2144 get-intrinsic "^1.1.1"
2145 is-string "^1.0.7"
2146
2001array-union@^2.1.0: 2147array-union@^2.1.0:
2002 version "2.1.0" 2148 version "2.1.0"
2003 resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" 2149 resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2004 integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== 2150 integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2005 2151
2006array.prototype.flat@^1.2.4: 2152array.prototype.flat@^1.2.5:
2007 version "1.2.4" 2153 version "1.2.5"
2008 resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" 2154 resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
2009 integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== 2155 integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
2010 dependencies: 2156 dependencies:
2011 call-bind "^1.0.0" 2157 call-bind "^1.0.2"
2012 define-properties "^1.1.3" 2158 define-properties "^1.1.3"
2013 es-abstract "^1.18.0-next.1" 2159 es-abstract "^1.19.0"
2014 2160
2015array.prototype.flatmap@^1.2.4: 2161array.prototype.flatmap@^1.2.4:
2016 version "1.2.4" 2162 version "1.2.4"
@@ -2044,19 +2190,6 @@ async@^2.6.2:
2044 dependencies: 2190 dependencies:
2045 lodash "^4.17.14" 2191 lodash "^4.17.14"
2046 2192
2047autoprefixer@^9.8.6:
2048 version "9.8.7"
2049 resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.7.tgz#e3c12de18a800af1a1a8155fbc01dc7de29ea184"
2050 integrity sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==
2051 dependencies:
2052 browserslist "^4.12.0"
2053 caniuse-lite "^1.0.30001109"
2054 nanocolors "^0.2.8"
2055 normalize-range "^0.1.2"
2056 num2fraction "^1.2.2"
2057 postcss "^7.0.32"
2058 postcss-value-parser "^4.1.0"
2059
2060axe-core@^4.0.2: 2193axe-core@^4.0.2:
2061 version "4.3.3" 2194 version "4.3.3"
2062 resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.3.tgz#b55cd8e8ddf659fe89b064680e1c6a4dceab0325" 2195 resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.3.tgz#b55cd8e8ddf659fe89b064680e1c6a4dceab0325"
@@ -2067,10 +2200,10 @@ axobject-query@^2.2.0:
2067 resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" 2200 resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
2068 integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== 2201 integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
2069 2202
2070babel-loader@^8.2.2: 2203babel-loader@^8.2.3:
2071 version "8.2.2" 2204 version "8.2.3"
2072 resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" 2205 resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
2073 integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== 2206 integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
2074 dependencies: 2207 dependencies:
2075 find-cache-dir "^3.3.1" 2208 find-cache-dir "^3.3.1"
2076 loader-utils "^1.4.0" 2209 loader-utils "^1.4.0"
@@ -2093,34 +2226,29 @@ babel-plugin-macros@^2.6.1:
2093 cosmiconfig "^6.0.0" 2226 cosmiconfig "^6.0.0"
2094 resolve "^1.12.0" 2227 resolve "^1.12.0"
2095 2228
2096babel-plugin-polyfill-corejs2@^0.2.2: 2229babel-plugin-polyfill-corejs2@^0.2.3:
2097 version "0.2.2" 2230 version "0.2.3"
2098 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327" 2231 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz#6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f"
2099 integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ== 2232 integrity sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==
2100 dependencies: 2233 dependencies:
2101 "@babel/compat-data" "^7.13.11" 2234 "@babel/compat-data" "^7.13.11"
2102 "@babel/helper-define-polyfill-provider" "^0.2.2" 2235 "@babel/helper-define-polyfill-provider" "^0.2.4"
2103 semver "^6.1.1" 2236 semver "^6.1.1"
2104 2237
2105babel-plugin-polyfill-corejs3@^0.2.2: 2238babel-plugin-polyfill-corejs3@^0.3.0:
2106 version "0.2.5" 2239 version "0.3.0"
2107 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" 2240 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz#fa7ca3d1ee9ddc6193600ffb632c9785d54918af"
2108 integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== 2241 integrity sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==
2109 dependencies: 2242 dependencies:
2110 "@babel/helper-define-polyfill-provider" "^0.2.2" 2243 "@babel/helper-define-polyfill-provider" "^0.2.4"
2111 core-js-compat "^3.16.2" 2244 core-js-compat "^3.18.0"
2112 2245
2113babel-plugin-polyfill-regenerator@^0.2.2: 2246babel-plugin-polyfill-regenerator@^0.2.3:
2114 version "0.2.2" 2247 version "0.2.3"
2115 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" 2248 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz#2e9808f5027c4336c994992b48a4262580cb8d6d"
2116 integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg== 2249 integrity sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==
2117 dependencies: 2250 dependencies:
2118 "@babel/helper-define-polyfill-provider" "^0.2.2" 2251 "@babel/helper-define-polyfill-provider" "^0.2.4"
2119
2120bail@^1.0.0:
2121 version "1.0.5"
2122 resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
2123 integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
2124 2252
2125balanced-match@^1.0.0: 2253balanced-match@^1.0.0:
2126 version "1.0.2" 2254 version "1.0.2"
@@ -2256,7 +2384,7 @@ braces@^3.0.1, braces@~3.0.2:
2256 dependencies: 2384 dependencies:
2257 fill-range "^7.0.1" 2385 fill-range "^7.0.1"
2258 2386
2259browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.1: 2387browserslist@^4.14.5, browserslist@^4.16.6:
2260 version "4.17.1" 2388 version "4.17.1"
2261 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9" 2389 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9"
2262 integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ== 2390 integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==
@@ -2267,6 +2395,17 @@ browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^
2267 nanocolors "^0.1.5" 2395 nanocolors "^0.1.5"
2268 node-releases "^1.1.76" 2396 node-releases "^1.1.76"
2269 2397
2398browserslist@^4.17.5:
2399 version "4.17.5"
2400 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.5.tgz#c827bbe172a4c22b123f5e337533ceebadfdd559"
2401 integrity sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==
2402 dependencies:
2403 caniuse-lite "^1.0.30001271"
2404 electron-to-chromium "^1.3.878"
2405 escalade "^3.1.1"
2406 node-releases "^2.0.1"
2407 picocolors "^1.0.0"
2408
2270buffer-alloc-unsafe@^1.1.0: 2409buffer-alloc-unsafe@^1.1.0:
2271 version "1.1.0" 2410 version "1.1.0"
2272 resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" 2411 resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
@@ -2344,7 +2483,7 @@ callsites@^3.0.0:
2344 resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" 2483 resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2345 integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== 2484 integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2346 2485
2347camel-case@^4.1.1: 2486camel-case@^4.1.2:
2348 version "4.1.2" 2487 version "4.1.2"
2349 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" 2488 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
2350 integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== 2489 integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
@@ -2379,11 +2518,16 @@ camelcase@^5.3.1:
2379 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" 2518 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
2380 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== 2519 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
2381 2520
2382caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001259: 2521caniuse-lite@^1.0.30001259:
2383 version "1.0.30001261" 2522 version "1.0.30001261"
2384 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz#96d89813c076ea061209a4e040d8dcf0c66a1d01" 2523 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz#96d89813c076ea061209a4e040d8dcf0c66a1d01"
2385 integrity sha512-vM8D9Uvp7bHIN0fZ2KQ4wnmYFpJo/Etb4Vwsuc+ka0tfGDHvOPrFm6S/7CCNLSOkAUjenT2HnUPESdOIL91FaA== 2524 integrity sha512-vM8D9Uvp7bHIN0fZ2KQ4wnmYFpJo/Etb4Vwsuc+ka0tfGDHvOPrFm6S/7CCNLSOkAUjenT2HnUPESdOIL91FaA==
2386 2525
2526caniuse-lite@^1.0.30001271:
2527 version "1.0.30001274"
2528 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz#26ca36204d15b17601ba6fc35dbdad950a647cc7"
2529 integrity sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==
2530
2387caw@^2.0.0, caw@^2.0.1: 2531caw@^2.0.0, caw@^2.0.1:
2388 version "2.0.1" 2532 version "2.0.1"
2389 resolved "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95" 2533 resolved "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95"
@@ -2414,7 +2558,7 @@ chalk@^2.0.0:
2414 escape-string-regexp "^1.0.5" 2558 escape-string-regexp "^1.0.5"
2415 supports-color "^5.3.0" 2559 supports-color "^5.3.0"
2416 2560
2417chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: 2561chalk@^4.0.0:
2418 version "4.1.2" 2562 version "4.1.2"
2419 resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" 2563 resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2420 integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== 2564 integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2422,22 +2566,7 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
2422 ansi-styles "^4.1.0" 2566 ansi-styles "^4.1.0"
2423 supports-color "^7.1.0" 2567 supports-color "^7.1.0"
2424 2568
2425character-entities-legacy@^1.0.0: 2569"chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.2:
2426 version "1.1.4"
2427 resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
2428 integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
2429
2430character-entities@^1.0.0:
2431 version "1.2.4"
2432 resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
2433 integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
2434
2435character-reference-invalid@^1.0.0:
2436 version "1.1.4"
2437 resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
2438 integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
2439
2440"chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.1:
2441 version "3.5.2" 2570 version "3.5.2"
2442 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75" 2571 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
2443 integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ== 2572 integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
@@ -2457,10 +2586,10 @@ chrome-trace-event@^1.0.2:
2457 resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" 2586 resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
2458 integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== 2587 integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
2459 2588
2460clean-css@^4.2.3: 2589clean-css@^5.1.5:
2461 version "4.2.3" 2590 version "5.2.2"
2462 resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" 2591 resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2.tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d"
2463 integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA== 2592 integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==
2464 dependencies: 2593 dependencies:
2465 source-map "~0.6.0" 2594 source-map "~0.6.0"
2466 2595
@@ -2521,31 +2650,31 @@ color-name@~1.1.4:
2521 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" 2650 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2522 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== 2651 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2523 2652
2524colorette@^1.2.1:
2525 version "1.4.0"
2526 resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
2527 integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
2528
2529colorette@^2.0.10: 2653colorette@^2.0.10:
2530 version "2.0.12" 2654 version "2.0.12"
2531 resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.12.tgz#7938ab254e7bb1bba29b0fd1b4cc168889ca4d74" 2655 resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.12.tgz#7938ab254e7bb1bba29b0fd1b4cc168889ca4d74"
2532 integrity sha512-lHID0PU+NtFzeNCwTL6JzUKdb6kDpyEjrwTD1H0cDZswTbsjLh2wTV2Eo2sNZLc0oSg0a5W1AI4Nj7bX4iIdjA== 2656 integrity sha512-lHID0PU+NtFzeNCwTL6JzUKdb6kDpyEjrwTD1H0cDZswTbsjLh2wTV2Eo2sNZLc0oSg0a5W1AI4Nj7bX4iIdjA==
2533 2657
2658colorette@^2.0.14:
2659 version "2.0.16"
2660 resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
2661 integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
2662
2534commander@^2.20.0, commander@^2.8.1: 2663commander@^2.20.0, commander@^2.8.1:
2535 version "2.20.3" 2664 version "2.20.3"
2536 resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" 2665 resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
2537 integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== 2666 integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
2538 2667
2539commander@^4.1.1:
2540 version "4.1.1"
2541 resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
2542 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
2543
2544commander@^7.0.0, commander@^7.2.0: 2668commander@^7.0.0, commander@^7.2.0:
2545 version "7.2.0" 2669 version "7.2.0"
2546 resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" 2670 resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
2547 integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== 2671 integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
2548 2672
2673commander@^8.1.0:
2674 version "8.3.0"
2675 resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
2676 integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
2677
2549commondir@^1.0.1: 2678commondir@^1.0.1:
2550 version "1.0.1" 2679 version "1.0.1"
2551 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" 2680 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -2628,12 +2757,12 @@ cookie@0.4.0:
2628 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" 2757 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
2629 integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== 2758 integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
2630 2759
2631core-js-compat@^3.16.0, core-js-compat@^3.16.2: 2760core-js-compat@^3.18.0, core-js-compat@^3.19.0:
2632 version "3.18.1" 2761 version "3.19.0"
2633 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.1.tgz#01942a0877caf9c6e5007c027183cf0bdae6a191" 2762 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.0.tgz#b3b93f93c8721b3ed52b91f12f964cc410967f8b"
2634 integrity sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg== 2763 integrity sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==
2635 dependencies: 2764 dependencies:
2636 browserslist "^4.17.1" 2765 browserslist "^4.17.5"
2637 semver "7.0.0" 2766 semver "7.0.0"
2638 2767
2639core-js-pure@^3.16.0: 2768core-js-pure@^3.16.0:
@@ -2657,7 +2786,7 @@ cosmiconfig@^6.0.0:
2657 path-type "^4.0.0" 2786 path-type "^4.0.0"
2658 yaml "^1.7.2" 2787 yaml "^1.7.2"
2659 2788
2660cosmiconfig@^7.0.0: 2789cosmiconfig@^7.0.1:
2661 version "7.0.1" 2790 version "7.0.1"
2662 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" 2791 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
2663 integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== 2792 integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -2702,10 +2831,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2702 shebang-command "^2.0.0" 2831 shebang-command "^2.0.0"
2703 which "^2.0.1" 2832 which "^2.0.1"
2704 2833
2705css-loader@^6.3.0: 2834css-loader@^6.5.0:
2706 version "6.3.0" 2835 version "6.5.0"
2707 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.3.0.tgz#334d3500ff0a0c14cfbd4b0670088dbb5b5c1530" 2836 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.5.0.tgz#9d1cf7766a9a8f0b3c6e1638309b964dbdab46d3"
2708 integrity sha512-9NGvHOR+L6ps13Ilw/b216++Q8q+5RpJcVufCdW9S/9iCzs4KBDNa8qnA/n3FK/sSfWmH35PAIK/cfPi7LOSUg== 2837 integrity sha512-VmuSdQa3K+wJsl39i7X3qGBM5+ZHmtTnv65fqMGI+fzmHoYmszTVvTqC1XN8JwWDViCB1a8wgNim5SV4fb37xg==
2709 dependencies: 2838 dependencies:
2710 icss-utils "^5.1.0" 2839 icss-utils "^5.1.0"
2711 postcss "^8.2.15" 2840 postcss "^8.2.15"
@@ -2792,7 +2921,7 @@ debug@^3.1.1, debug@^3.2.7:
2792 dependencies: 2921 dependencies:
2793 ms "^2.1.1" 2922 ms "^2.1.1"
2794 2923
2795debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: 2924debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
2796 version "4.3.2" 2925 version "4.3.2"
2797 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b" 2926 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
2798 integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== 2927 integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2998,14 +3127,6 @@ dom-helpers@^5.0.1:
2998 "@babel/runtime" "^7.8.7" 3127 "@babel/runtime" "^7.8.7"
2999 csstype "^3.0.2" 3128 csstype "^3.0.2"
3000 3129
3001dom-serializer@0:
3002 version "0.2.2"
3003 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
3004 integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
3005 dependencies:
3006 domelementtype "^2.0.1"
3007 entities "^2.0.0"
3008
3009dom-serializer@^1.0.1: 3130dom-serializer@^1.0.1:
3010 version "1.3.2" 3131 version "1.3.2"
3011 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91" 3132 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91"
@@ -3015,23 +3136,11 @@ dom-serializer@^1.0.1:
3015 domhandler "^4.2.0" 3136 domhandler "^4.2.0"
3016 entities "^2.0.0" 3137 entities "^2.0.0"
3017 3138
3018domelementtype@1, domelementtype@^1.3.1:
3019 version "1.3.1"
3020 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
3021 integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
3022
3023domelementtype@^2.0.1, domelementtype@^2.2.0: 3139domelementtype@^2.0.1, domelementtype@^2.2.0:
3024 version "2.2.0" 3140 version "2.2.0"
3025 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57" 3141 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
3026 integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A== 3142 integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
3027 3143
3028domhandler@^2.3.0:
3029 version "2.4.2"
3030 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
3031 integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
3032 dependencies:
3033 domelementtype "1"
3034
3035domhandler@^4.0.0, domhandler@^4.2.0: 3144domhandler@^4.0.0, domhandler@^4.2.0:
3036 version "4.2.2" 3145 version "4.2.2"
3037 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f" 3146 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f"
@@ -3039,14 +3148,6 @@ domhandler@^4.0.0, domhandler@^4.2.0:
3039 dependencies: 3148 dependencies:
3040 domelementtype "^2.2.0" 3149 domelementtype "^2.2.0"
3041 3150
3042domutils@^1.5.1:
3043 version "1.7.0"
3044 resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
3045 integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
3046 dependencies:
3047 dom-serializer "0"
3048 domelementtype "1"
3049
3050domutils@^2.5.2, domutils@^2.6.0: 3151domutils@^2.5.2, domutils@^2.6.0:
3051 version "2.8.0" 3152 version "2.8.0"
3052 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" 3153 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
@@ -3114,6 +3215,11 @@ electron-to-chromium@^1.3.846:
3114 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz#f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82" 3215 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz#f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82"
3115 integrity sha512-W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ== 3216 integrity sha512-W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ==
3116 3217
3218electron-to-chromium@^1.3.878:
3219 version "1.3.885"
3220 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz#c8cec32fbc61364127849ae00f2395a1bae7c454"
3221 integrity sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==
3222
3117emoji-regex@^8.0.0: 3223emoji-regex@^8.0.0:
3118 version "8.0.0" 3224 version "8.0.0"
3119 resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" 3225 resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -3156,11 +3262,6 @@ enquirer@^2.3.5:
3156 dependencies: 3262 dependencies:
3157 ansi-colors "^4.1.1" 3263 ansi-colors "^4.1.1"
3158 3264
3159entities@^1.1.1:
3160 version "1.1.2"
3161 resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
3162 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
3163
3164entities@^2.0.0: 3265entities@^2.0.0:
3165 version "2.2.0" 3266 version "2.2.0"
3166 resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" 3267 resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
@@ -3202,6 +3303,32 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-
3202 string.prototype.trimstart "^1.0.4" 3303 string.prototype.trimstart "^1.0.4"
3203 unbox-primitive "^1.0.1" 3304 unbox-primitive "^1.0.1"
3204 3305
3306es-abstract@^1.19.0, es-abstract@^1.19.1:
3307 version "1.19.1"
3308 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
3309 integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
3310 dependencies:
3311 call-bind "^1.0.2"
3312 es-to-primitive "^1.2.1"
3313 function-bind "^1.1.1"
3314 get-intrinsic "^1.1.1"
3315 get-symbol-description "^1.0.0"
3316 has "^1.0.3"
3317 has-symbols "^1.0.2"
3318 internal-slot "^1.0.3"
3319 is-callable "^1.2.4"
3320 is-negative-zero "^2.0.1"
3321 is-regex "^1.1.4"
3322 is-shared-array-buffer "^1.0.1"
3323 is-string "^1.0.7"
3324 is-weakref "^1.0.1"
3325 object-inspect "^1.11.0"
3326 object-keys "^1.1.1"
3327 object.assign "^4.1.2"
3328 string.prototype.trimend "^1.0.4"
3329 string.prototype.trimstart "^1.0.4"
3330 unbox-primitive "^1.0.1"
3331
3205es-module-lexer@^0.9.0: 3332es-module-lexer@^0.9.0:
3206 version "0.9.1" 3333 version "0.9.1"
3207 resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.1.tgz#f203bf394a630a552d381acf01a17ef08843b140" 3334 resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.1.tgz#f203bf394a630a552d381acf01a17ef08843b140"
@@ -3241,7 +3368,7 @@ escape-string-regexp@^5.0.0:
3241 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" 3368 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
3242 integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== 3369 integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
3243 3370
3244eslint-config-airbnb-base@^14.2.1: 3371eslint-config-airbnb-base@14.2.1, eslint-config-airbnb-base@^14.2.1:
3245 version "14.2.1" 3372 version "14.2.1"
3246 resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e" 3373 resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e"
3247 integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA== 3374 integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
@@ -3250,10 +3377,12 @@ eslint-config-airbnb-base@^14.2.1:
3250 object.assign "^4.1.2" 3377 object.assign "^4.1.2"
3251 object.entries "^1.1.2" 3378 object.entries "^1.1.2"
3252 3379
3253eslint-config-airbnb-typescript@^14.0.0: 3380eslint-config-airbnb-typescript@^14.0.1:
3254 version "14.0.0" 3381 version "14.0.1"
3255 resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.0.tgz#fc22246973b99f0820e2ad1ab929fdd011dfa039" 3382 resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-14.0.1.tgz#6721eb320d3953ae0d4bf258e877900fcb543a38"
3256 integrity sha512-d2Nit2ByZARGRYK6tgSNl3nnmGZPyvsgbsKFcmm+nAhvT8VjVpifG5jI4tzObUUPb0sWw0E1oO/0pSpBD/pIuQ== 3383 integrity sha512-tF4GwC3sRrw8kEj4/yxX8F7AcLzj/1IESBnsCiFMplzYmxre459qm2z9DFkCpqBVQFSH6j2K4+VKVteX4m0GsQ==
3384 dependencies:
3385 eslint-config-airbnb-base "14.2.1"
3257 3386
3258eslint-config-airbnb@^18.2.1: 3387eslint-config-airbnb@^18.2.1:
3259 version "18.2.1" 3388 version "18.2.1"
@@ -3272,32 +3401,31 @@ eslint-import-resolver-node@^0.3.6:
3272 debug "^3.2.7" 3401 debug "^3.2.7"
3273 resolve "^1.20.0" 3402 resolve "^1.20.0"
3274 3403
3275eslint-module-utils@^2.6.2: 3404eslint-module-utils@^2.7.0:
3276 version "2.6.2" 3405 version "2.7.1"
3277 resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534" 3406 resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
3278 integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q== 3407 integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
3279 dependencies: 3408 dependencies:
3280 debug "^3.2.7" 3409 debug "^3.2.7"
3410 find-up "^2.1.0"
3281 pkg-dir "^2.0.0" 3411 pkg-dir "^2.0.0"
3282 3412
3283eslint-plugin-import@^2.24.2: 3413eslint-plugin-import@^2.25.2:
3284 version "2.24.2" 3414 version "2.25.2"
3285 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da" 3415 resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
3286 integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q== 3416 integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
3287 dependencies: 3417 dependencies:
3288 array-includes "^3.1.3" 3418 array-includes "^3.1.4"
3289 array.prototype.flat "^1.2.4" 3419 array.prototype.flat "^1.2.5"
3290 debug "^2.6.9" 3420 debug "^2.6.9"
3291 doctrine "^2.1.0" 3421 doctrine "^2.1.0"
3292 eslint-import-resolver-node "^0.3.6" 3422 eslint-import-resolver-node "^0.3.6"
3293 eslint-module-utils "^2.6.2" 3423 eslint-module-utils "^2.7.0"
3294 find-up "^2.0.0"
3295 has "^1.0.3" 3424 has "^1.0.3"
3296 is-core-module "^2.6.0" 3425 is-core-module "^2.7.0"
3426 is-glob "^4.0.3"
3297 minimatch "^3.0.4" 3427 minimatch "^3.0.4"
3298 object.values "^1.1.4" 3428 object.values "^1.1.5"
3299 pkg-up "^2.0.0"
3300 read-pkg-up "^3.0.0"
3301 resolve "^1.20.0" 3429 resolve "^1.20.0"
3302 tsconfig-paths "^3.11.0" 3430 tsconfig-paths "^3.11.0"
3303 3431
@@ -3616,17 +3744,12 @@ ext-name@^5.0.0:
3616 ext-list "^2.0.0" 3744 ext-list "^2.0.0"
3617 sort-keys-length "^1.0.0" 3745 sort-keys-length "^1.0.0"
3618 3746
3619extend@^3.0.0:
3620 version "3.0.2"
3621 resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
3622 integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
3623
3624fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: 3747fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
3625 version "3.1.3" 3748 version "3.1.3"
3626 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" 3749 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
3627 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== 3750 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
3628 3751
3629fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.5: 3752fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7:
3630 version "3.2.7" 3753 version "3.2.7"
3631 resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1" 3754 resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
3632 integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q== 3755 integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -3786,7 +3909,7 @@ find-up@^1.0.0:
3786 path-exists "^2.0.0" 3909 path-exists "^2.0.0"
3787 pinkie-promise "^2.0.0" 3910 pinkie-promise "^2.0.0"
3788 3911
3789find-up@^2.0.0, find-up@^2.1.0: 3912find-up@^2.1.0:
3790 version "2.1.0" 3913 version "2.1.0"
3791 resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" 3914 resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
3792 integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= 3915 integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
@@ -4021,7 +4144,7 @@ globby@^10.0.0:
4021 merge2 "^1.2.3" 4144 merge2 "^1.2.3"
4022 slash "^3.0.0" 4145 slash "^3.0.0"
4023 4146
4024globby@^11.0.1, globby@^11.0.3: 4147globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
4025 version "11.0.4" 4148 version "11.0.4"
4026 resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" 4149 resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
4027 integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== 4150 integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -4038,13 +4161,6 @@ globjoin@^0.1.4:
4038 resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" 4161 resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
4039 integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM= 4162 integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
4040 4163
4041gonzales-pe@^4.3.0:
4042 version "4.3.0"
4043 resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.3.0.tgz#fe9dec5f3c557eead09ff868c65826be54d067b3"
4044 integrity sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==
4045 dependencies:
4046 minimist "^1.2.5"
4047
4048got@^7.0.0: 4164got@^7.0.0:
4049 version "7.1.0" 4165 version "7.1.0"
4050 resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" 4166 resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
@@ -4195,47 +4311,35 @@ html-entities@^2.3.2:
4195 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488" 4311 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
4196 integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ== 4312 integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==
4197 4313
4198html-minifier-terser@^5.0.1: 4314html-minifier-terser@^6.0.2:
4199 version "5.1.1" 4315 version "6.0.2"
4200 resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054" 4316 resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.0.2.tgz#14059ad64b69bf9f8b8a33f25b53411d8321e75d"
4201 integrity sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg== 4317 integrity sha512-AgYO3UGhMYQx2S/FBJT3EM0ZYcKmH6m9XL9c1v77BeK/tYJxGPxT1/AtsdUi4FcP8kZGmqqnItCcjFPcX9hk6A==
4202 dependencies: 4318 dependencies:
4203 camel-case "^4.1.1" 4319 camel-case "^4.1.2"
4204 clean-css "^4.2.3" 4320 clean-css "^5.1.5"
4205 commander "^4.1.1" 4321 commander "^8.1.0"
4206 he "^1.2.0" 4322 he "^1.2.0"
4207 param-case "^3.0.3" 4323 param-case "^3.0.4"
4208 relateurl "^0.2.7" 4324 relateurl "^0.2.7"
4209 terser "^4.6.3" 4325 terser "^5.7.2"
4210 4326
4211html-tags@^3.1.0: 4327html-tags@^3.1.0:
4212 version "3.1.0" 4328 version "3.1.0"
4213 resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" 4329 resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
4214 integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== 4330 integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
4215 4331
4216html-webpack-plugin@^5.3.2: 4332html-webpack-plugin@^5.5.0:
4217 version "5.3.2" 4333 version "5.5.0"
4218 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.3.2.tgz#7b04bf80b1f6fe84a6d3f66c8b79d64739321b08" 4334 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
4219 integrity sha512-HvB33boVNCz2lTyBsSiMffsJ+m0YLIQ+pskblXgN9fnjS1BgEcuAfdInfXfGrkdXV406k9FiDi86eVCDBgJOyQ== 4335 integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
4220 dependencies: 4336 dependencies:
4221 "@types/html-minifier-terser" "^5.0.0" 4337 "@types/html-minifier-terser" "^6.0.0"
4222 html-minifier-terser "^5.0.1" 4338 html-minifier-terser "^6.0.2"
4223 lodash "^4.17.21" 4339 lodash "^4.17.21"
4224 pretty-error "^3.0.4" 4340 pretty-error "^4.0.0"
4225 tapable "^2.0.0" 4341 tapable "^2.0.0"
4226 4342
4227htmlparser2@^3.10.0:
4228 version "3.10.1"
4229 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
4230 integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
4231 dependencies:
4232 domelementtype "^1.3.1"
4233 domhandler "^2.3.0"
4234 domutils "^1.5.1"
4235 entities "^1.1.1"
4236 inherits "^2.0.1"
4237 readable-stream "^3.1.1"
4238
4239htmlparser2@^6.1.0: 4343htmlparser2@^6.1.0:
4240 version "6.1.0" 4344 version "6.1.0"
4241 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" 4345 resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
@@ -4553,19 +4657,6 @@ ipaddr.js@^2.0.1:
4553 resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0" 4657 resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0"
4554 integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng== 4658 integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==
4555 4659
4556is-alphabetical@^1.0.0:
4557 version "1.0.4"
4558 resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d"
4559 integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
4560
4561is-alphanumerical@^1.0.0:
4562 version "1.0.4"
4563 resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
4564 integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==
4565 dependencies:
4566 is-alphabetical "^1.0.0"
4567 is-decimal "^1.0.0"
4568
4569is-arguments@^1.0.4: 4660is-arguments@^1.0.4:
4570 version "1.1.1" 4661 version "1.1.1"
4571 resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" 4662 resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
@@ -4601,23 +4692,25 @@ is-boolean-object@^1.1.0:
4601 call-bind "^1.0.2" 4692 call-bind "^1.0.2"
4602 has-tostringtag "^1.0.0" 4693 has-tostringtag "^1.0.0"
4603 4694
4604is-buffer@^2.0.0:
4605 version "2.0.5"
4606 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
4607 integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
4608
4609is-callable@^1.1.4, is-callable@^1.2.4: 4695is-callable@^1.1.4, is-callable@^1.2.4:
4610 version "1.2.4" 4696 version "1.2.4"
4611 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" 4697 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
4612 integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== 4698 integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
4613 4699
4614is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0: 4700is-core-module@^2.2.0, is-core-module@^2.5.0:
4615 version "2.7.0" 4701 version "2.7.0"
4616 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3" 4702 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
4617 integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ== 4703 integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
4618 dependencies: 4704 dependencies:
4619 has "^1.0.3" 4705 has "^1.0.3"
4620 4706
4707is-core-module@^2.7.0:
4708 version "2.8.0"
4709 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
4710 integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
4711 dependencies:
4712 has "^1.0.3"
4713
4621is-cwebp-readable@^3.0.0: 4714is-cwebp-readable@^3.0.0:
4622 version "3.0.0" 4715 version "3.0.0"
4623 resolved "https://registry.yarnpkg.com/is-cwebp-readable/-/is-cwebp-readable-3.0.0.tgz#0554aaa400977a2fc4de366d8c0244f13cde58cb" 4716 resolved "https://registry.yarnpkg.com/is-cwebp-readable/-/is-cwebp-readable-3.0.0.tgz#0554aaa400977a2fc4de366d8c0244f13cde58cb"
@@ -4632,11 +4725,6 @@ is-date-object@^1.0.1:
4632 dependencies: 4725 dependencies:
4633 has-tostringtag "^1.0.0" 4726 has-tostringtag "^1.0.0"
4634 4727
4635is-decimal@^1.0.0:
4636 version "1.0.4"
4637 resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
4638 integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
4639
4640is-docker@^2.0.0, is-docker@^2.1.1: 4728is-docker@^2.0.0, is-docker@^2.1.1:
4641 version "2.2.1" 4729 version "2.2.1"
4642 resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" 4730 resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
@@ -4671,10 +4759,12 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
4671 dependencies: 4759 dependencies:
4672 is-extglob "^2.1.1" 4760 is-extglob "^2.1.1"
4673 4761
4674is-hexadecimal@^1.0.0: 4762is-glob@^4.0.3:
4675 version "1.0.4" 4763 version "4.0.3"
4676 resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" 4764 resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
4677 integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== 4765 integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
4766 dependencies:
4767 is-extglob "^2.1.1"
4678 4768
4679is-ip@^3.1.0: 4769is-ip@^3.1.0:
4680 version "3.1.0" 4770 version "3.1.0"
@@ -4730,11 +4820,6 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
4730 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" 4820 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
4731 integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= 4821 integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
4732 4822
4733is-plain-obj@^2.0.0:
4734 version "2.1.0"
4735 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
4736 integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
4737
4738is-plain-obj@^3.0.0: 4823is-plain-obj@^3.0.0:
4739 version "3.0.0" 4824 version "3.0.0"
4740 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7" 4825 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
@@ -4747,6 +4832,11 @@ is-plain-object@^2.0.4:
4747 dependencies: 4832 dependencies:
4748 isobject "^3.0.1" 4833 isobject "^3.0.1"
4749 4834
4835is-plain-object@^5.0.0:
4836 version "5.0.0"
4837 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
4838 integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
4839
4750is-png@^2.0.0: 4840is-png@^2.0.0:
4751 version "2.0.0" 4841 version "2.0.0"
4752 resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d" 4842 resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d"
@@ -4770,6 +4860,11 @@ is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0:
4770 resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4" 4860 resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
4771 integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg== 4861 integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
4772 4862
4863is-shared-array-buffer@^1.0.1:
4864 version "1.0.1"
4865 resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
4866 integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
4867
4773is-stream@^1.0.0, is-stream@^1.1.0: 4868is-stream@^1.0.0, is-stream@^1.1.0:
4774 version "1.1.0" 4869 version "1.1.0"
4775 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" 4870 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4806,16 +4901,18 @@ is-typedarray@^1.0.0:
4806 resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" 4901 resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
4807 integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= 4902 integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
4808 4903
4809is-unicode-supported@^0.1.0:
4810 version "0.1.0"
4811 resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
4812 integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
4813
4814is-utf8@^0.2.0: 4904is-utf8@^0.2.0:
4815 version "0.2.1" 4905 version "0.2.1"
4816 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" 4906 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
4817 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= 4907 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
4818 4908
4909is-weakref@^1.0.1:
4910 version "1.0.1"
4911 resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
4912 integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
4913 dependencies:
4914 call-bind "^1.0.0"
4915
4819is-wsl@^2.2.0: 4916is-wsl@^2.2.0:
4820 version "2.2.0" 4917 version "2.2.0"
4821 resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" 4918 resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
@@ -4883,7 +4980,7 @@ json-buffer@3.0.0:
4883 resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" 4980 resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
4884 integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= 4981 integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
4885 4982
4886json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: 4983json-parse-better-errors@^1.0.2:
4887 version "1.0.2" 4984 version "1.0.2"
4888 resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" 4985 resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
4889 integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== 4986 integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
@@ -4952,10 +5049,10 @@ klona@^2.0.4:
4952 resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0" 5049 resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
4953 integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA== 5050 integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
4954 5051
4955known-css-properties@^0.21.0: 5052known-css-properties@^0.23.0:
4956 version "0.21.0" 5053 version "0.23.0"
4957 resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d" 5054 resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.23.0.tgz#e643e1bab2b1f8ba292eea9557121cc02e9846a0"
4958 integrity sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw== 5055 integrity sha512-h9ivI88e1lFNmTT4HovBN33Ysn0OIJG7IPG2mkpx2uniQXFWqo35QdiX7w0TovlUFXfW8aPFblP5/q0jlOr2sA==
4959 5056
4960language-subtag-registry@~0.3.2: 5057language-subtag-registry@~0.3.2:
4961 version "0.3.21" 5058 version "0.3.21"
@@ -4993,16 +5090,6 @@ load-json-file@^1.0.0:
4993 pinkie-promise "^2.0.0" 5090 pinkie-promise "^2.0.0"
4994 strip-bom "^2.0.0" 5091 strip-bom "^2.0.0"
4995 5092
4996load-json-file@^4.0.0:
4997 version "4.0.0"
4998 resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
4999 integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
5000 dependencies:
5001 graceful-fs "^4.1.2"
5002 parse-json "^4.0.0"
5003 pify "^3.0.0"
5004 strip-bom "^3.0.0"
5005
5006loader-runner@^4.2.0: 5093loader-runner@^4.2.0:
5007 version "4.2.0" 5094 version "4.2.0"
5008 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" 5095 resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
@@ -5066,14 +5153,6 @@ lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21:
5066 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" 5153 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5067 integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== 5154 integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
5068 5155
5069log-symbols@^4.1.0:
5070 version "4.1.0"
5071 resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
5072 integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
5073 dependencies:
5074 chalk "^4.1.0"
5075 is-unicode-supported "^0.1.0"
5076
5077logalot@^2.0.0, logalot@^2.1.0: 5156logalot@^2.0.0, logalot@^2.1.0:
5078 version "2.1.0" 5157 version "2.1.0"
5079 resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552" 5158 resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
@@ -5092,11 +5171,6 @@ loglevel@^1.7.1:
5092 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" 5171 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
5093 integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== 5172 integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
5094 5173
5095longest-streak@^2.0.0:
5096 version "2.0.4"
5097 resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
5098 integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
5099
5100longest@^1.0.0: 5174longest@^1.0.0:
5101 version "1.0.1" 5175 version "1.0.1"
5102 resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" 5176 resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -5197,34 +5271,6 @@ mathml-tag-names@^2.1.3:
5197 resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3" 5271 resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
5198 integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg== 5272 integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
5199 5273
5200mdast-util-from-markdown@^0.8.0:
5201 version "0.8.5"
5202 resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz#d1ef2ca42bc377ecb0463a987910dae89bd9a28c"
5203 integrity sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==
5204 dependencies:
5205 "@types/mdast" "^3.0.0"
5206 mdast-util-to-string "^2.0.0"
5207 micromark "~2.11.0"
5208 parse-entities "^2.0.0"
5209 unist-util-stringify-position "^2.0.0"
5210
5211mdast-util-to-markdown@^0.6.0:
5212 version "0.6.5"
5213 resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz#b33f67ca820d69e6cc527a93d4039249b504bebe"
5214 integrity sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==
5215 dependencies:
5216 "@types/unist" "^2.0.0"
5217 longest-streak "^2.0.0"
5218 mdast-util-to-string "^2.0.0"
5219 parse-entities "^2.0.0"
5220 repeat-string "^1.0.0"
5221 zwitch "^1.0.0"
5222
5223mdast-util-to-string@^2.0.0:
5224 version "2.0.0"
5225 resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
5226 integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
5227
5228mdn-data@2.0.14: 5274mdn-data@2.0.14:
5229 version "2.0.14" 5275 version "2.0.14"
5230 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" 5276 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
@@ -5296,14 +5342,6 @@ methods@~1.1.2:
5296 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" 5342 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
5297 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= 5343 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
5298 5344
5299micromark@~2.11.0:
5300 version "2.11.4"
5301 resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a"
5302 integrity sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==
5303 dependencies:
5304 debug "^4.0.0"
5305 parse-entities "^2.0.0"
5306
5307micromatch@^4.0.2, micromatch@^4.0.4: 5345micromatch@^4.0.2, micromatch@^4.0.4:
5308 version "4.0.4" 5346 version "4.0.4"
5309 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" 5347 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
@@ -5349,10 +5387,10 @@ min-indent@^1.0.0:
5349 resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" 5387 resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
5350 integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== 5388 integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
5351 5389
5352mini-css-extract-plugin@^2.3.0: 5390mini-css-extract-plugin@^2.4.3:
5353 version "2.3.0" 5391 version "2.4.3"
5354 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz#87515f185533752944d753ac7216fc876779dafe" 5392 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.3.tgz#be742943c192b028645d4389084ef187615fff82"
5355 integrity sha512-uzWaOwC+gJrnKbr23J1ZRWx/Wd9W9Ce1mKPlsBGBV/r8zG7/G7oKMxGmxbI65pVGbae2cR7CUx9Ulk0HQt8BfQ== 5393 integrity sha512-zekavl9mZuGyk7COjsfFY/f655AX61EKE0AthXPrmDk+oZyjZ9WzO4WPjXnnO9xl8obK2kmM6rAQrBEmk+WK1g==
5356 dependencies: 5394 dependencies:
5357 schema-utils "^3.1.0" 5395 schema-utils "^3.1.0"
5358 5396
@@ -5394,10 +5432,10 @@ mobx-react-lite@^3.2.1:
5394 resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.2.1.tgz#c549a3722f1eae51a78b12f839311614d5689c58" 5432 resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.2.1.tgz#c549a3722f1eae51a78b12f839311614d5689c58"
5395 integrity sha512-hwURgfmP2apX3HQrB55V9DN47kuN3C6KlQvI5UIfJRibXma72C/JudcNt2r9dWjAdFMrcZoz1ivvtXMCkJ2aQA== 5433 integrity sha512-hwURgfmP2apX3HQrB55V9DN47kuN3C6KlQvI5UIfJRibXma72C/JudcNt2r9dWjAdFMrcZoz1ivvtXMCkJ2aQA==
5396 5434
5397mobx@^6.3.3: 5435mobx@^6.3.5:
5398 version "6.3.3" 5436 version "6.3.5"
5399 resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.3.3.tgz#a3006c56243b1c7ea4ee671a66f963b9f43cf1af" 5437 resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.3.5.tgz#4464565bf2fa0f74f5dc2e4d6a9713bcee0ddf9c"
5400 integrity sha512-JoNU50rO6d1wHwKPJqKq4rmUMbYnI9CsJmBo+Cu4exBYenFvIN77LWrZENpzW6reZPADtXMmB1DicbDSfy8Clw== 5438 integrity sha512-MeDfqtiSbhVoJgXqQsrJwvq2klj7Xk9pPdMThCdFiwFt33vgWJe82ATppPwVzQoz0AI3QpSSwQzcp3TBDK4syg==
5401 5439
5402mozjpeg@^7.0.0: 5440mozjpeg@^7.0.0:
5403 version "7.1.0" 5441 version "7.1.0"
@@ -5446,7 +5484,7 @@ nanocolors@^0.1.12, nanocolors@^0.1.5:
5446 resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6" 5484 resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6"
5447 integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ== 5485 integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
5448 5486
5449nanocolors@^0.2.2, nanocolors@^0.2.8: 5487nanocolors@^0.2.2:
5450 version "0.2.12" 5488 version "0.2.12"
5451 resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777" 5489 resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
5452 integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug== 5490 integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==
@@ -5499,6 +5537,11 @@ node-releases@^1.1.76:
5499 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz#df245b062b0cafbd5282ab6792f7dccc2d97f36e" 5537 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz#df245b062b0cafbd5282ab6792f7dccc2d97f36e"
5500 integrity sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA== 5538 integrity sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA==
5501 5539
5540node-releases@^2.0.1:
5541 version "2.0.1"
5542 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
5543 integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
5544
5502normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0: 5545normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
5503 version "2.5.0" 5546 version "2.5.0"
5504 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" 5547 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
@@ -5524,11 +5567,6 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
5524 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" 5567 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
5525 integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== 5568 integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
5526 5569
5527normalize-range@^0.1.2:
5528 version "0.1.2"
5529 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
5530 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
5531
5532normalize-selector@^0.2.0: 5570normalize-selector@^0.2.0:
5533 version "0.2.0" 5571 version "0.2.0"
5534 resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03" 5572 resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
@@ -5572,11 +5610,6 @@ nth-check@^2.0.0:
5572 dependencies: 5610 dependencies:
5573 boolbase "^1.0.0" 5611 boolbase "^1.0.0"
5574 5612
5575num2fraction@^1.2.2:
5576 version "1.2.2"
5577 resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
5578 integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
5579
5580object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: 5613object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
5581 version "4.1.1" 5614 version "4.1.1"
5582 resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" 5615 resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -5646,6 +5679,15 @@ object.values@^1.1.4:
5646 define-properties "^1.1.3" 5679 define-properties "^1.1.3"
5647 es-abstract "^1.18.2" 5680 es-abstract "^1.18.2"
5648 5681
5682object.values@^1.1.5:
5683 version "1.1.5"
5684 resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
5685 integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
5686 dependencies:
5687 call-bind "^1.0.2"
5688 define-properties "^1.1.3"
5689 es-abstract "^1.19.1"
5690
5649obuf@^1.0.0, obuf@^1.1.2: 5691obuf@^1.0.0, obuf@^1.1.2:
5650 version "1.1.2" 5692 version "1.1.2"
5651 resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e" 5693 resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
@@ -5860,7 +5902,7 @@ p-try@^2.0.0:
5860 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" 5902 resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
5861 integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== 5903 integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
5862 5904
5863param-case@^3.0.3: 5905param-case@^3.0.4:
5864 version "3.0.4" 5906 version "3.0.4"
5865 resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" 5907 resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
5866 integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== 5908 integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
@@ -5875,18 +5917,6 @@ parent-module@^1.0.0:
5875 dependencies: 5917 dependencies:
5876 callsites "^3.0.0" 5918 callsites "^3.0.0"
5877 5919
5878parse-entities@^2.0.0:
5879 version "2.0.0"
5880 resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8"
5881 integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==
5882 dependencies:
5883 character-entities "^1.0.0"
5884 character-entities-legacy "^1.0.0"
5885 character-reference-invalid "^1.0.0"
5886 is-alphanumerical "^1.0.0"
5887 is-decimal "^1.0.0"
5888 is-hexadecimal "^1.0.0"
5889
5890parse-json@^2.2.0: 5920parse-json@^2.2.0:
5891 version "2.2.0" 5921 version "2.2.0"
5892 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" 5922 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
@@ -5894,14 +5924,6 @@ parse-json@^2.2.0:
5894 dependencies: 5924 dependencies:
5895 error-ex "^1.2.0" 5925 error-ex "^1.2.0"
5896 5926
5897parse-json@^4.0.0:
5898 version "4.0.0"
5899 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
5900 integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
5901 dependencies:
5902 error-ex "^1.3.1"
5903 json-parse-better-errors "^1.0.1"
5904
5905parse-json@^5.0.0: 5927parse-json@^5.0.0:
5906 version "5.2.0" 5928 version "5.2.0"
5907 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" 5929 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
@@ -5976,13 +5998,6 @@ path-type@^1.0.0:
5976 pify "^2.0.0" 5998 pify "^2.0.0"
5977 pinkie-promise "^2.0.0" 5999 pinkie-promise "^2.0.0"
5978 6000
5979path-type@^3.0.0:
5980 version "3.0.0"
5981 resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
5982 integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
5983 dependencies:
5984 pify "^3.0.0"
5985
5986path-type@^4.0.0: 6001path-type@^4.0.0:
5987 version "4.0.0" 6002 version "4.0.0"
5988 resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" 6003 resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -5993,6 +6008,11 @@ pend@~1.2.0:
5993 resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" 6008 resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
5994 integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= 6009 integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
5995 6010
6011picocolors@^1.0.0:
6012 version "1.0.0"
6013 resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
6014 integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6015
5996picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: 6016picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
5997 version "2.3.0" 6017 version "2.3.0"
5998 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" 6018 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -6039,13 +6059,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6039 dependencies: 6059 dependencies:
6040 find-up "^4.0.0" 6060 find-up "^4.0.0"
6041 6061
6042pkg-up@^2.0.0:
6043 version "2.0.0"
6044 resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
6045 integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
6046 dependencies:
6047 find-up "^2.1.0"
6048
6049pngquant-bin@^6.0.0: 6062pngquant-bin@^6.0.0:
6050 version "6.0.0" 6063 version "6.0.0"
6051 resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-6.0.0.tgz#aff0d7e61095feb96ced379ad8c7294ad3dd1712" 6064 resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-6.0.0.tgz#aff0d7e61095feb96ced379ad8c7294ad3dd1712"
@@ -6065,20 +6078,6 @@ portfinder@^1.0.28:
6065 debug "^3.1.1" 6078 debug "^3.1.1"
6066 mkdirp "^0.5.5" 6079 mkdirp "^0.5.5"
6067 6080
6068postcss-html@^0.36.0:
6069 version "0.36.0"
6070 resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204"
6071 integrity sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==
6072 dependencies:
6073 htmlparser2 "^3.10.0"
6074
6075postcss-less@^3.1.4:
6076 version "3.1.4"
6077 resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad"
6078 integrity sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==
6079 dependencies:
6080 postcss "^7.0.14"
6081
6082postcss-media-query-parser@^0.2.3: 6081postcss-media-query-parser@^0.2.3:
6083 version "0.2.3" 6082 version "0.2.3"
6084 resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" 6083 resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244"
@@ -6117,29 +6116,17 @@ postcss-resolve-nested-selector@^0.1.1:
6117 resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" 6116 resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
6118 integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= 6117 integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=
6119 6118
6120postcss-safe-parser@^4.0.2: 6119postcss-safe-parser@^6.0.0:
6121 version "4.0.2" 6120 version "6.0.0"
6122 resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96" 6121 resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1"
6123 integrity sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g== 6122 integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==
6124 dependencies:
6125 postcss "^7.0.26"
6126
6127postcss-sass@^0.4.4:
6128 version "0.4.4"
6129 resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.4.4.tgz#91f0f3447b45ce373227a98b61f8d8f0785285a3"
6130 integrity sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==
6131 dependencies:
6132 gonzales-pe "^4.3.0"
6133 postcss "^7.0.21"
6134 6123
6135postcss-scss@^2.1.1: 6124postcss-scss@^4.0.1:
6136 version "2.1.1" 6125 version "4.0.2"
6137 resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.1.1.tgz#ec3a75fa29a55e016b90bf3269026c53c1d2b383" 6126 resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.2.tgz#39ddcc0ab32f155d5ab328ee91353d67a52d537b"
6138 integrity sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA== 6127 integrity sha512-xfdkU128CkKKKVAwkyt0M8OdnelJ3MRcIRAPPQkRpoPeuzWY3RIeg7piRCpZ79MK7Q16diLXMMAD9dN5mauPlQ==
6139 dependencies:
6140 postcss "^7.0.6"
6141 6128
6142postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5: 6129postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6:
6143 version "6.0.6" 6130 version "6.0.6"
6144 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea" 6131 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
6145 integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg== 6132 integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==
@@ -6147,24 +6134,11 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
6147 cssesc "^3.0.0" 6134 cssesc "^3.0.0"
6148 util-deprecate "^1.0.2" 6135 util-deprecate "^1.0.2"
6149 6136
6150postcss-syntax@^0.36.2:
6151 version "0.36.2"
6152 resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c"
6153 integrity sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==
6154
6155postcss-value-parser@^4.1.0: 6137postcss-value-parser@^4.1.0:
6156 version "4.1.0" 6138 version "4.1.0"
6157 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" 6139 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
6158 integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== 6140 integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
6159 6141
6160postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6:
6161 version "7.0.38"
6162 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.38.tgz#5365a9c5126643d977046ad239f60eadda2491d6"
6163 integrity sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==
6164 dependencies:
6165 nanocolors "^0.2.2"
6166 source-map "^0.6.1"
6167
6168postcss@^8.2.15: 6142postcss@^8.2.15:
6169 version "8.3.8" 6143 version "8.3.8"
6170 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1" 6144 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
@@ -6174,6 +6148,15 @@ postcss@^8.2.15:
6174 nanoid "^3.1.25" 6148 nanoid "^3.1.25"
6175 source-map-js "^0.6.2" 6149 source-map-js "^0.6.2"
6176 6150
6151postcss@^8.3.11:
6152 version "8.3.11"
6153 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
6154 integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
6155 dependencies:
6156 nanoid "^3.1.30"
6157 picocolors "^1.0.0"
6158 source-map-js "^0.6.2"
6159
6177prelude-ls@^1.2.1: 6160prelude-ls@^1.2.1:
6178 version "1.2.1" 6161 version "1.2.1"
6179 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" 6162 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -6189,13 +6172,13 @@ prepend-http@^2.0.0:
6189 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" 6172 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
6190 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= 6173 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
6191 6174
6192pretty-error@^3.0.4: 6175pretty-error@^4.0.0:
6193 version "3.0.4" 6176 version "4.0.0"
6194 resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-3.0.4.tgz#94b1d54f76c1ed95b9c604b9de2194838e5b574e" 6177 resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
6195 integrity sha512-ytLFLfv1So4AO1UkoBF6GXQgJRaKbiSiGFICaOPNwQ3CMvBvXpLRubeQWyPGnsbV/t9ml9qto6IeCsho0aEvwQ== 6178 integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==
6196 dependencies: 6179 dependencies:
6197 lodash "^4.17.20" 6180 lodash "^4.17.20"
6198 renderkid "^2.0.6" 6181 renderkid "^3.0.0"
6199 6182
6200process-nextick-args@~2.0.0: 6183process-nextick-args@~2.0.0:
6201 version "2.0.1" 6184 version "2.0.1"
@@ -6348,14 +6331,6 @@ read-pkg-up@^1.0.1:
6348 find-up "^1.0.0" 6331 find-up "^1.0.0"
6349 read-pkg "^1.0.0" 6332 read-pkg "^1.0.0"
6350 6333
6351read-pkg-up@^3.0.0:
6352 version "3.0.0"
6353 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
6354 integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
6355 dependencies:
6356 find-up "^2.0.0"
6357 read-pkg "^3.0.0"
6358
6359read-pkg-up@^7.0.1: 6334read-pkg-up@^7.0.1:
6360 version "7.0.1" 6335 version "7.0.1"
6361 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" 6336 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -6374,15 +6349,6 @@ read-pkg@^1.0.0:
6374 normalize-package-data "^2.3.2" 6349 normalize-package-data "^2.3.2"
6375 path-type "^1.0.0" 6350 path-type "^1.0.0"
6376 6351
6377read-pkg@^3.0.0:
6378 version "3.0.0"
6379 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
6380 integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
6381 dependencies:
6382 load-json-file "^4.0.0"
6383 normalize-package-data "^2.3.2"
6384 path-type "^3.0.0"
6385
6386read-pkg@^5.2.0: 6352read-pkg@^5.2.0:
6387 version "5.2.0" 6353 version "5.2.0"
6388 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" 6354 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -6406,7 +6372,7 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.3.0, readable
6406 string_decoder "~1.1.1" 6372 string_decoder "~1.1.1"
6407 util-deprecate "~1.0.1" 6373 util-deprecate "~1.0.1"
6408 6374
6409readable-stream@^3.0.6, readable-stream@^3.1.1: 6375readable-stream@^3.0.6:
6410 version "3.6.0" 6376 version "3.6.0"
6411 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" 6377 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
6412 integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== 6378 integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
@@ -6511,44 +6477,16 @@ relateurl@^0.2.7:
6511 resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" 6477 resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
6512 integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= 6478 integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
6513 6479
6514remark-parse@^9.0.0: 6480renderkid@^3.0.0:
6515 version "9.0.0" 6481 version "3.0.0"
6516 resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-9.0.0.tgz#4d20a299665880e4f4af5d90b7c7b8a935853640" 6482 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a"
6517 integrity sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw== 6483 integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==
6518 dependencies:
6519 mdast-util-from-markdown "^0.8.0"
6520
6521remark-stringify@^9.0.0:
6522 version "9.0.1"
6523 resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-9.0.1.tgz#576d06e910548b0a7191a71f27b33f1218862894"
6524 integrity sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==
6525 dependencies:
6526 mdast-util-to-markdown "^0.6.0"
6527
6528remark@^13.0.0:
6529 version "13.0.0"
6530 resolved "https://registry.yarnpkg.com/remark/-/remark-13.0.0.tgz#d15d9bf71a402f40287ebe36067b66d54868e425"
6531 integrity sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==
6532 dependencies:
6533 remark-parse "^9.0.0"
6534 remark-stringify "^9.0.0"
6535 unified "^9.1.0"
6536
6537renderkid@^2.0.6:
6538 version "2.0.7"
6539 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609"
6540 integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==
6541 dependencies: 6484 dependencies:
6542 css-select "^4.1.3" 6485 css-select "^4.1.3"
6543 dom-converter "^0.2.0" 6486 dom-converter "^0.2.0"
6544 htmlparser2 "^6.1.0" 6487 htmlparser2 "^6.1.0"
6545 lodash "^4.17.21" 6488 lodash "^4.17.21"
6546 strip-ansi "^3.0.1" 6489 strip-ansi "^6.0.1"
6547
6548repeat-string@^1.0.0:
6549 version "1.6.1"
6550 resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
6551 integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
6552 6490
6553repeating@^2.0.0: 6491repeating@^2.0.0:
6554 version "2.0.1" 6492 version "2.0.1"
@@ -6658,18 +6596,18 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1,
6658 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" 6596 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
6659 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== 6597 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
6660 6598
6661sass-loader@^12.1.0: 6599sass-loader@^12.3.0:
6662 version "12.1.0" 6600 version "12.3.0"
6663 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.1.0.tgz#b73324622231009da6fba61ab76013256380d201" 6601 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.3.0.tgz#93278981c189c36a58cbfc37d4b9cef0cdc02871"
6664 integrity sha512-FVJZ9kxVRYNZTIe2xhw93n3xJNYZADr+q69/s98l9nTCrWASo+DR2Ot0s5xTKQDDEosUkatsGeHxcH4QBp5bSg== 6602 integrity sha512-6l9qwhdOb7qSrtOu96QQ81LVl8v6Dp9j1w3akOm0aWHyrTYtagDt5+kS32N4yq4hHk3M+rdqoRMH+lIdqvW6HA==
6665 dependencies: 6603 dependencies:
6666 klona "^2.0.4" 6604 klona "^2.0.4"
6667 neo-async "^2.6.2" 6605 neo-async "^2.6.2"
6668 6606
6669sass@^1.42.1: 6607sass@^1.43.4:
6670 version "1.42.1" 6608 version "1.43.4"
6671 resolved "https://registry.yarnpkg.com/sass/-/sass-1.42.1.tgz#5ab17bebc1cb1881ad2e0c9a932c66ad64e441e2" 6609 resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.4.tgz#68c7d6a1b004bef49af0d9caf750e9b252105d1f"
6672 integrity sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg== 6610 integrity sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==
6673 dependencies: 6611 dependencies:
6674 chokidar ">=3.0.0 <4.0.0" 6612 chokidar ">=3.0.0 <4.0.0"
6675 6613
@@ -6905,7 +6843,7 @@ source-map-js@^0.6.2:
6905 resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" 6843 resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
6906 integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== 6844 integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
6907 6845
6908source-map-support@~0.5.12, source-map-support@~0.5.20: 6846source-map-support@~0.5.20:
6909 version "0.5.20" 6847 version "0.5.20"
6910 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" 6848 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
6911 integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw== 6849 integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==
@@ -6918,7 +6856,7 @@ source-map@^0.5.0, source-map@^0.5.7:
6918 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" 6856 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
6919 integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= 6857 integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
6920 6858
6921source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: 6859source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0:
6922 version "0.6.1" 6860 version "0.6.1"
6923 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" 6861 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
6924 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== 6862 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
@@ -7011,7 +6949,7 @@ strict-uri-encode@^1.0.0:
7011 resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" 6949 resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
7012 integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= 6950 integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
7013 6951
7014string-width@^4.2.0, string-width@^4.2.2: 6952string-width@^4.2.3:
7015 version "4.2.3" 6953 version "4.2.3"
7016 resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" 6954 resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7017 integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== 6955 integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7064,7 +7002,7 @@ string_decoder@~1.1.1:
7064 dependencies: 7002 dependencies:
7065 safe-buffer "~5.1.0" 7003 safe-buffer "~5.1.0"
7066 7004
7067strip-ansi@^3.0.0, strip-ansi@^3.0.1: 7005strip-ansi@^3.0.0:
7068 version "3.0.1" 7006 version "3.0.1"
7069 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" 7007 resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
7070 integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= 7008 integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
@@ -7145,10 +7083,10 @@ strnum@^1.0.4:
7145 resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.4.tgz#e97e36a7d6ba9f93d0d6b496b2ed0678d422832b" 7083 resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.4.tgz#e97e36a7d6ba9f93d0d6b496b2ed0678d422832b"
7146 integrity sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw== 7084 integrity sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw==
7147 7085
7148style-loader@^3.3.0: 7086style-loader@^3.3.1:
7149 version "3.3.0" 7087 version "3.3.1"
7150 resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.0.tgz#d66ea95fc50b22f8b79b69a9e414760fcf58d8d8" 7088 resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.1.tgz#057dfa6b3d4d7c7064462830f9113ed417d38575"
7151 integrity sha512-szANub7ksJtQioJYtpbWwh1hUl99uK15n5HDlikeCRil/zYMZgSxucHddyF/4A3qJMUiAjPhFowrrQuNMA7jwQ== 7089 integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==
7152 7090
7153style-mod@^4.0.0: 7091style-mod@^4.0.0:
7154 version "4.0.0" 7092 version "4.0.0"
@@ -7160,95 +7098,80 @@ style-search@^0.1.0:
7160 resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902" 7098 resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
7161 integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= 7099 integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
7162 7100
7163stylelint-config-recommended-scss@^4.3.0: 7101stylelint-config-recommended-scss@^5.0.0:
7164 version "4.3.0" 7102 version "5.0.0"
7165 resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.3.0.tgz#717dc253b4cab246da654cee208e499c5c797ae4" 7103 resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-5.0.0.tgz#0b1d8117c84f616283abf309272af97df32ba79d"
7166 integrity sha512-/noGjXlO8pJTr/Z3qGMoaRFK8n1BFfOqmAbX1RjTIcl4Yalr+LUb1zb9iQ7pRx1GsEBXOAm4g2z5/jou/pfMPg== 7104 integrity sha512-nQonGHxkv+n61WiU03bcHBHlA9XPMg7mGyD48ZmwrcnNroCEbH2nZhfn6Y1xcxfIHpD2wnwtAUPAwFaNQQpivw==
7167 dependencies: 7105 dependencies:
7168 stylelint-config-recommended "^5.0.0" 7106 postcss-scss "^4.0.1"
7107 stylelint-config-recommended "^6.0.0"
7108 stylelint-scss "^4.0.0"
7169 7109
7170stylelint-config-recommended@^5.0.0: 7110stylelint-config-recommended@^6.0.0:
7171 version "5.0.0" 7111 version "6.0.0"
7172 resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78" 7112 resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d"
7173 integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA== 7113 integrity sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==
7174 7114
7175stylelint-scss@^3.21.0: 7115stylelint-scss@^4.0.0:
7176 version "3.21.0" 7116 version "4.0.0"
7177 resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.21.0.tgz#9f50898691b16b1c1ca3945837381d98c5b22331" 7117 resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-4.0.0.tgz#4901ced92b9c68e37649799a39defbd5f2ac5bcd"
7178 integrity sha512-CMI2wSHL+XVlNExpauy/+DbUcB/oUZLARDtMIXkpV/5yd8nthzylYd1cdHeDMJVBXeYHldsnebUX6MoV5zPW4A== 7118 integrity sha512-lIRhPqtI6I065EJ6aI4mWKsmQt8Krnu6aF9XSL9s8Nd2f/cDKImST0T9TfjnUul3ReKYWozkG9dlpNTZH2FB9w==
7179 dependencies: 7119 dependencies:
7180 lodash "^4.17.15" 7120 lodash "^4.17.15"
7181 postcss-media-query-parser "^0.2.3" 7121 postcss-media-query-parser "^0.2.3"
7182 postcss-resolve-nested-selector "^0.1.1" 7122 postcss-resolve-nested-selector "^0.1.1"
7183 postcss-selector-parser "^6.0.2" 7123 postcss-selector-parser "^6.0.6"
7184 postcss-value-parser "^4.1.0" 7124 postcss-value-parser "^4.1.0"
7185 7125
7186stylelint@^13.13.1: 7126stylelint@^14.0.1:
7187 version "13.13.1" 7127 version "14.0.1"
7188 resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.13.1.tgz#fca9c9f5de7990ab26a00f167b8978f083a18f3c" 7128 resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.1.tgz#88e6c8bd3be61e666225ddb871826321f16661f6"
7189 integrity sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ== 7129 integrity sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==
7190 dependencies: 7130 dependencies:
7191 "@stylelint/postcss-css-in-js" "^0.37.2"
7192 "@stylelint/postcss-markdown" "^0.36.2"
7193 autoprefixer "^9.8.6"
7194 balanced-match "^2.0.0" 7131 balanced-match "^2.0.0"
7195 chalk "^4.1.1" 7132 cosmiconfig "^7.0.1"
7196 cosmiconfig "^7.0.0" 7133 debug "^4.3.2"
7197 debug "^4.3.1"
7198 execall "^2.0.0" 7134 execall "^2.0.0"
7199 fast-glob "^3.2.5" 7135 fast-glob "^3.2.7"
7200 fastest-levenshtein "^1.0.12" 7136 fastest-levenshtein "^1.0.12"
7201 file-entry-cache "^6.0.1" 7137 file-entry-cache "^6.0.1"
7202 get-stdin "^8.0.0" 7138 get-stdin "^8.0.0"
7203 global-modules "^2.0.0" 7139 global-modules "^2.0.0"
7204 globby "^11.0.3" 7140 globby "^11.0.4"
7205 globjoin "^0.1.4" 7141 globjoin "^0.1.4"
7206 html-tags "^3.1.0" 7142 html-tags "^3.1.0"
7207 ignore "^5.1.8" 7143 ignore "^5.1.8"
7208 import-lazy "^4.0.0" 7144 import-lazy "^4.0.0"
7209 imurmurhash "^0.1.4" 7145 imurmurhash "^0.1.4"
7210 known-css-properties "^0.21.0" 7146 is-plain-object "^5.0.0"
7211 lodash "^4.17.21" 7147 known-css-properties "^0.23.0"
7212 log-symbols "^4.1.0"
7213 mathml-tag-names "^2.1.3" 7148 mathml-tag-names "^2.1.3"
7214 meow "^9.0.0" 7149 meow "^9.0.0"
7215 micromatch "^4.0.4" 7150 micromatch "^4.0.4"
7151 normalize-path "^3.0.0"
7216 normalize-selector "^0.2.0" 7152 normalize-selector "^0.2.0"
7217 postcss "^7.0.35" 7153 picocolors "^1.0.0"
7218 postcss-html "^0.36.0" 7154 postcss "^8.3.11"
7219 postcss-less "^3.1.4"
7220 postcss-media-query-parser "^0.2.3" 7155 postcss-media-query-parser "^0.2.3"
7221 postcss-resolve-nested-selector "^0.1.1" 7156 postcss-resolve-nested-selector "^0.1.1"
7222 postcss-safe-parser "^4.0.2" 7157 postcss-safe-parser "^6.0.0"
7223 postcss-sass "^0.4.4" 7158 postcss-selector-parser "^6.0.6"
7224 postcss-scss "^2.1.1"
7225 postcss-selector-parser "^6.0.5"
7226 postcss-syntax "^0.36.2"
7227 postcss-value-parser "^4.1.0" 7159 postcss-value-parser "^4.1.0"
7228 resolve-from "^5.0.0" 7160 resolve-from "^5.0.0"
7229 slash "^3.0.0"
7230 specificity "^0.4.1" 7161 specificity "^0.4.1"
7231 string-width "^4.2.2" 7162 string-width "^4.2.3"
7232 strip-ansi "^6.0.0" 7163 strip-ansi "^6.0.1"
7233 style-search "^0.1.0" 7164 style-search "^0.1.0"
7234 sugarss "^2.0.0"
7235 svg-tags "^1.0.0" 7165 svg-tags "^1.0.0"
7236 table "^6.6.0" 7166 table "^6.7.2"
7237 v8-compile-cache "^2.3.0" 7167 v8-compile-cache "^2.3.0"
7238 write-file-atomic "^3.0.3" 7168 write-file-atomic "^3.0.3"
7239 7169
7240stylis@^4.0.3: 7170stylis@^4.0.10, stylis@^4.0.3:
7241 version "4.0.10" 7171 version "4.0.10"
7242 resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240" 7172 resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
7243 integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg== 7173 integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==
7244 7174
7245sugarss@^2.0.0:
7246 version "2.0.0"
7247 resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d"
7248 integrity sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==
7249 dependencies:
7250 postcss "^7.0.2"
7251
7252supports-color@^2.0.0: 7175supports-color@^2.0.0:
7253 version "2.0.0" 7176 version "2.0.0"
7254 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" 7177 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -7293,17 +7216,17 @@ svgo@^2.1.0:
7293 nanocolors "^0.1.12" 7216 nanocolors "^0.1.12"
7294 stable "^0.1.8" 7217 stable "^0.1.8"
7295 7218
7296table@^6.0.9, table@^6.6.0: 7219table@^6.0.9, table@^6.7.2:
7297 version "6.7.1" 7220 version "6.7.2"
7298 resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2" 7221 resolved "https://registry.yarnpkg.com/table/-/table-6.7.2.tgz#a8d39b9f5966693ca8b0feba270a78722cbaf3b0"
7299 integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg== 7222 integrity sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==
7300 dependencies: 7223 dependencies:
7301 ajv "^8.0.1" 7224 ajv "^8.0.1"
7302 lodash.clonedeep "^4.5.0" 7225 lodash.clonedeep "^4.5.0"
7303 lodash.truncate "^4.4.2" 7226 lodash.truncate "^4.4.2"
7304 slice-ansi "^4.0.0" 7227 slice-ansi "^4.0.0"
7305 string-width "^4.2.0" 7228 string-width "^4.2.3"
7306 strip-ansi "^6.0.0" 7229 strip-ansi "^6.0.1"
7307 7230
7308tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: 7231tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
7309 version "2.2.1" 7232 version "2.2.1"
@@ -7348,15 +7271,6 @@ terser-webpack-plugin@^5.1.3:
7348 source-map "^0.6.1" 7271 source-map "^0.6.1"
7349 terser "^5.7.2" 7272 terser "^5.7.2"
7350 7273
7351terser@^4.6.3:
7352 version "4.8.0"
7353 resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
7354 integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
7355 dependencies:
7356 commander "^2.20.0"
7357 source-map "~0.6.1"
7358 source-map-support "~0.5.12"
7359
7360terser@^5.7.2: 7274terser@^5.7.2:
7361 version "5.9.0" 7275 version "5.9.0"
7362 resolved "https://registry.yarnpkg.com/terser/-/terser-5.9.0.tgz#47d6e629a522963240f2b55fcaa3c99083d2c351" 7276 resolved "https://registry.yarnpkg.com/terser/-/terser-5.9.0.tgz#47d6e629a522963240f2b55fcaa3c99083d2c351"
@@ -7425,11 +7339,6 @@ trim-repeated@^1.0.0:
7425 dependencies: 7339 dependencies:
7426 escape-string-regexp "^1.0.2" 7340 escape-string-regexp "^1.0.2"
7427 7341
7428trough@^1.0.0:
7429 version "1.0.5"
7430 resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
7431 integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
7432
7433tsconfig-paths@^3.11.0: 7342tsconfig-paths@^3.11.0:
7434 version "3.11.0" 7343 version "3.11.0"
7435 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36" 7344 resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
@@ -7516,10 +7425,10 @@ typedarray-to-buffer@^3.1.5:
7516 dependencies: 7425 dependencies:
7517 is-typedarray "^1.0.0" 7426 is-typedarray "^1.0.0"
7518 7427
7519typescript@^4.4.3: 7428typescript@^4.4.4:
7520 version "4.4.3" 7429 version "4.4.4"
7521 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" 7430 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
7522 integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA== 7431 integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
7523 7432
7524unbox-primitive@^1.0.1: 7433unbox-primitive@^1.0.1:
7525 version "1.0.1" 7434 version "1.0.1"
@@ -7562,37 +7471,6 @@ unicode-property-aliases-ecmascript@^2.0.0:
7562 resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" 7471 resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
7563 integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== 7472 integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
7564 7473
7565unified@^9.1.0:
7566 version "9.2.2"
7567 resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
7568 integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
7569 dependencies:
7570 bail "^1.0.0"
7571 extend "^3.0.0"
7572 is-buffer "^2.0.0"
7573 is-plain-obj "^2.0.0"
7574 trough "^1.0.0"
7575 vfile "^4.0.0"
7576
7577unist-util-find-all-after@^3.0.2:
7578 version "3.0.2"
7579 resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz#fdfecd14c5b7aea5e9ef38d5e0d5f774eeb561f6"
7580 integrity sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==
7581 dependencies:
7582 unist-util-is "^4.0.0"
7583
7584unist-util-is@^4.0.0:
7585 version "4.1.0"
7586 resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
7587 integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
7588
7589unist-util-stringify-position@^2.0.0:
7590 version "2.0.3"
7591 resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
7592 integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
7593 dependencies:
7594 "@types/unist" "^2.0.2"
7595
7596unpipe@1.0.0, unpipe@~1.0.0: 7474unpipe@1.0.0, unpipe@~1.0.0:
7597 version "1.0.0" 7475 version "1.0.0"
7598 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" 7476 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -7652,7 +7530,7 @@ uuid@^3.0.1, uuid@^3.4.0:
7652 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" 7530 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
7653 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== 7531 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
7654 7532
7655v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0, v8-compile-cache@^2.3.0: 7533v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
7656 version "2.3.0" 7534 version "2.3.0"
7657 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" 7535 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
7658 integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== 7536 integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
@@ -7670,24 +7548,6 @@ vary@~1.1.2:
7670 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" 7548 resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
7671 integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= 7549 integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
7672 7550
7673vfile-message@^2.0.0:
7674 version "2.0.4"
7675 resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
7676 integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==
7677 dependencies:
7678 "@types/unist" "^2.0.0"
7679 unist-util-stringify-position "^2.0.0"
7680
7681vfile@^4.0.0:
7682 version "4.2.1"
7683 resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624"
7684 integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
7685 dependencies:
7686 "@types/unist" "^2.0.0"
7687 is-buffer "^2.0.0"
7688 unist-util-stringify-position "^2.0.0"
7689 vfile-message "^2.0.0"
7690
7691w3c-keyname@^2.2.4: 7551w3c-keyname@^2.2.4:
7692 version "2.2.4" 7552 version "2.2.4"
7693 resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.4.tgz#4ade6916f6290224cdbd1db8ac49eab03d0eef6b" 7553 resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.4.tgz#4ade6916f6290224cdbd1db8ac49eab03d0eef6b"
@@ -7708,23 +7568,22 @@ wbuf@^1.1.0, wbuf@^1.7.3:
7708 dependencies: 7568 dependencies:
7709 minimalistic-assert "^1.0.0" 7569 minimalistic-assert "^1.0.0"
7710 7570
7711webpack-cli@^4.8.0: 7571webpack-cli@^4.9.1:
7712 version "4.8.0" 7572 version "4.9.1"
7713 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1" 7573 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.1.tgz#b64be825e2d1b130f285c314caa3b1ba9a4632b3"
7714 integrity sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw== 7574 integrity sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==
7715 dependencies: 7575 dependencies:
7716 "@discoveryjs/json-ext" "^0.5.0" 7576 "@discoveryjs/json-ext" "^0.5.0"
7717 "@webpack-cli/configtest" "^1.0.4" 7577 "@webpack-cli/configtest" "^1.1.0"
7718 "@webpack-cli/info" "^1.3.0" 7578 "@webpack-cli/info" "^1.4.0"
7719 "@webpack-cli/serve" "^1.5.2" 7579 "@webpack-cli/serve" "^1.6.0"
7720 colorette "^1.2.1" 7580 colorette "^2.0.14"
7721 commander "^7.0.0" 7581 commander "^7.0.0"
7722 execa "^5.0.0" 7582 execa "^5.0.0"
7723 fastest-levenshtein "^1.0.12" 7583 fastest-levenshtein "^1.0.12"
7724 import-local "^3.0.2" 7584 import-local "^3.0.2"
7725 interpret "^2.2.0" 7585 interpret "^2.2.0"
7726 rechoir "^0.7.0" 7586 rechoir "^0.7.0"
7727 v8-compile-cache "^2.2.0"
7728 webpack-merge "^5.7.3" 7587 webpack-merge "^5.7.3"
7729 7588
7730webpack-dev-middleware@^5.2.1: 7589webpack-dev-middleware@^5.2.1:
@@ -7738,14 +7597,14 @@ webpack-dev-middleware@^5.2.1:
7738 range-parser "^1.2.1" 7597 range-parser "^1.2.1"
7739 schema-utils "^3.1.0" 7598 schema-utils "^3.1.0"
7740 7599
7741webpack-dev-server@^4.3.0: 7600webpack-dev-server@^4.4.0:
7742 version "4.3.0" 7601 version "4.4.0"
7743 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.3.0.tgz#732f5869d4c06e222b599daee64bc268f5edea24" 7602 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.4.0.tgz#10ec17088f840c9ccb2ebb0b43c49ec293206f7e"
7744 integrity sha512-kuqP9Xn4OzcKe7f0rJwd4p8xqiD+4b5Lzu8tJa8OttRL3E1Q8gI2KmUtouJTgDswjjvHOHlZDV8LTQfSY5qZSA== 7603 integrity sha512-+S0XRIbsopVjPFjCO8I07FXYBWYqkFmuP56ucGMTs2hA/gV4q2M9xTmNo5Tg4o8ffRR+Nm3AsXnQXxKRyYovrA==
7745 dependencies: 7604 dependencies:
7746 ansi-html-community "^0.0.8" 7605 ansi-html-community "^0.0.8"
7747 bonjour "^3.5.0" 7606 bonjour "^3.5.0"
7748 chokidar "^3.5.1" 7607 chokidar "^3.5.2"
7749 colorette "^2.0.10" 7608 colorette "^2.0.10"
7750 compression "^1.7.4" 7609 compression "^1.7.4"
7751 connect-history-api-fallback "^1.6.0" 7610 connect-history-api-fallback "^1.6.0"
@@ -7789,10 +7648,10 @@ webpack-subresource-integrity@^5.0.0:
7789 dependencies: 7648 dependencies:
7790 typed-assert "^1.0.8" 7649 typed-assert "^1.0.8"
7791 7650
7792webpack@^5.56.0: 7651webpack@^5.61.0:
7793 version "5.56.0" 7652 version "5.61.0"
7794 resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.56.0.tgz#91a04de09c85765002818678538c319b6e461324" 7653 resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f"
7795 integrity sha512-pJ7esw2AGkpZL0jqsEAKnDEfRZdrc9NVjAWA+d1mFkwj68ng9VQ6+Wnrl+kS5dlDHvrat5ASK5vd7wp6I7f53Q== 7654 integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==
7796 dependencies: 7655 dependencies:
7797 "@types/eslint-scope" "^3.7.0" 7656 "@types/eslint-scope" "^3.7.0"
7798 "@types/estree" "^0.0.50" 7657 "@types/estree" "^0.0.50"
@@ -7925,8 +7784,3 @@ yocto-queue@^0.1.0:
7925 version "0.1.0" 7784 version "0.1.0"
7926 resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" 7785 resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
7927 integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== 7786 integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
7928
7929zwitch@^1.0.0:
7930 version "1.0.5"
7931 resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
7932 integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==