procon_bypass_man-web 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +8 -8
- data/lib/procon_bypass_man/web/public/bundle.js +1 -1
- data/lib/procon_bypass_man/web/version.rb +1 -1
- data/src/components/button_setting.tsx +22 -22
- data/src/components/installable_macros.tsx +2 -2
- data/src/components/installable_modes.tsx +10 -8
- data/src/components/macro_settings.tsx +5 -5
- data/src/components/mode_settings.tsx +0 -1
- data/src/lib/error_boundary.tsx +38 -0
- data/src/pages/buttons_setting_page.tsx +18 -14
- data/src/pages/top.tsx +14 -7
- data/src/types/plugin.ts +3 -0
- data/yarn.lock +1129 -1234
- metadata +3 -2
data/yarn.lock
CHANGED
@@ -2,37 +2,32 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
-
"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
|
6
|
-
version "7.
|
7
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.
|
8
|
-
integrity sha512-
|
5
|
+
"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
|
6
|
+
version "7.15.8"
|
7
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
|
8
|
+
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
|
9
9
|
dependencies:
|
10
10
|
"@babel/highlight" "^7.14.5"
|
11
11
|
|
12
|
-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.
|
13
|
-
version "7.
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
15
|
-
integrity sha512-
|
16
|
-
|
17
|
-
"@babel/compat-data@^7.14.9":
|
18
|
-
version "7.14.9"
|
19
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
|
20
|
-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
|
12
|
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
|
13
|
+
version "7.15.0"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
15
|
+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
21
16
|
|
22
17
|
"@babel/core@^7.1.0", "@babel/core@^7.14.8", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
|
23
|
-
version "7.
|
24
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
25
|
-
integrity sha512
|
26
|
-
dependencies:
|
27
|
-
"@babel/code-frame" "^7.
|
28
|
-
"@babel/generator" "^7.
|
29
|
-
"@babel/helper-compilation-targets" "^7.
|
30
|
-
"@babel/helper-module-transforms" "^7.
|
31
|
-
"@babel/helpers" "^7.
|
32
|
-
"@babel/parser" "^7.
|
33
|
-
"@babel/template" "^7.
|
34
|
-
"@babel/traverse" "^7.
|
35
|
-
"@babel/types" "^7.
|
18
|
+
version "7.15.8"
|
19
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
|
20
|
+
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
|
21
|
+
dependencies:
|
22
|
+
"@babel/code-frame" "^7.15.8"
|
23
|
+
"@babel/generator" "^7.15.8"
|
24
|
+
"@babel/helper-compilation-targets" "^7.15.4"
|
25
|
+
"@babel/helper-module-transforms" "^7.15.8"
|
26
|
+
"@babel/helpers" "^7.15.4"
|
27
|
+
"@babel/parser" "^7.15.8"
|
28
|
+
"@babel/template" "^7.15.4"
|
29
|
+
"@babel/traverse" "^7.15.4"
|
30
|
+
"@babel/types" "^7.15.6"
|
36
31
|
convert-source-map "^1.7.0"
|
37
32
|
debug "^4.1.0"
|
38
33
|
gensync "^1.0.0-beta.2"
|
@@ -40,60 +35,51 @@
|
|
40
35
|
semver "^6.3.0"
|
41
36
|
source-map "^0.5.0"
|
42
37
|
|
43
|
-
"@babel/generator@^7.
|
44
|
-
version "7.
|
45
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
46
|
-
integrity sha512-
|
38
|
+
"@babel/generator@^7.15.4", "@babel/generator@^7.15.8", "@babel/generator@^7.7.2":
|
39
|
+
version "7.15.8"
|
40
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
|
41
|
+
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
|
47
42
|
dependencies:
|
48
|
-
"@babel/types" "^7.
|
43
|
+
"@babel/types" "^7.15.6"
|
49
44
|
jsesc "^2.5.1"
|
50
45
|
source-map "^0.5.0"
|
51
46
|
|
52
|
-
"@babel/
|
53
|
-
version "7.
|
54
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
55
|
-
integrity sha512-
|
47
|
+
"@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
|
48
|
+
version "7.15.4"
|
49
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
50
|
+
integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
|
56
51
|
dependencies:
|
57
|
-
"@babel/types" "^7.
|
58
|
-
jsesc "^2.5.1"
|
59
|
-
source-map "^0.5.0"
|
60
|
-
|
61
|
-
"@babel/helper-annotate-as-pure@^7.14.5":
|
62
|
-
version "7.14.5"
|
63
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
64
|
-
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
|
65
|
-
dependencies:
|
66
|
-
"@babel/types" "^7.14.5"
|
52
|
+
"@babel/types" "^7.15.4"
|
67
53
|
|
68
54
|
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
69
|
-
version "7.
|
70
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
71
|
-
integrity sha512-
|
55
|
+
version "7.15.4"
|
56
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
|
57
|
+
integrity sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==
|
72
58
|
dependencies:
|
73
|
-
"@babel/helper-explode-assignable-expression" "^7.
|
74
|
-
"@babel/types" "^7.
|
59
|
+
"@babel/helper-explode-assignable-expression" "^7.15.4"
|
60
|
+
"@babel/types" "^7.15.4"
|
75
61
|
|
76
|
-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.
|
77
|
-
version "7.
|
78
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
79
|
-
integrity sha512-
|
62
|
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.4":
|
63
|
+
version "7.15.4"
|
64
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
|
65
|
+
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
|
80
66
|
dependencies:
|
81
|
-
"@babel/compat-data" "^7.
|
67
|
+
"@babel/compat-data" "^7.15.0"
|
82
68
|
"@babel/helper-validator-option" "^7.14.5"
|
83
69
|
browserslist "^4.16.6"
|
84
70
|
semver "^6.3.0"
|
85
71
|
|
86
|
-
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.
|
87
|
-
version "7.
|
88
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
89
|
-
integrity sha512-
|
72
|
+
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.4":
|
73
|
+
version "7.15.4"
|
74
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e"
|
75
|
+
integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==
|
90
76
|
dependencies:
|
91
|
-
"@babel/helper-annotate-as-pure" "^7.
|
92
|
-
"@babel/helper-function-name" "^7.
|
93
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
94
|
-
"@babel/helper-optimise-call-expression" "^7.
|
95
|
-
"@babel/helper-replace-supers" "^7.
|
96
|
-
"@babel/helper-split-export-declaration" "^7.
|
77
|
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
78
|
+
"@babel/helper-function-name" "^7.15.4"
|
79
|
+
"@babel/helper-member-expression-to-functions" "^7.15.4"
|
80
|
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
81
|
+
"@babel/helper-replace-supers" "^7.15.4"
|
82
|
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
97
83
|
|
98
84
|
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
99
85
|
version "7.14.5"
|
@@ -117,170 +103,144 @@
|
|
117
103
|
resolve "^1.14.2"
|
118
104
|
semver "^6.1.2"
|
119
105
|
|
120
|
-
"@babel/helper-explode-assignable-expression@^7.
|
121
|
-
version "7.
|
122
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
123
|
-
integrity sha512-
|
106
|
+
"@babel/helper-explode-assignable-expression@^7.15.4":
|
107
|
+
version "7.15.4"
|
108
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz#f9aec9d219f271eaf92b9f561598ca6b2682600c"
|
109
|
+
integrity sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==
|
124
110
|
dependencies:
|
125
|
-
"@babel/types" "^7.
|
111
|
+
"@babel/types" "^7.15.4"
|
126
112
|
|
127
|
-
"@babel/helper-function-name@^7.14.5":
|
128
|
-
version "7.
|
129
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
|
130
|
-
integrity sha512-
|
113
|
+
"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4":
|
114
|
+
version "7.15.4"
|
115
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
|
116
|
+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
|
131
117
|
dependencies:
|
132
|
-
"@babel/helper-get-function-arity" "^7.
|
133
|
-
"@babel/template" "^7.
|
134
|
-
"@babel/types" "^7.
|
118
|
+
"@babel/helper-get-function-arity" "^7.15.4"
|
119
|
+
"@babel/template" "^7.15.4"
|
120
|
+
"@babel/types" "^7.15.4"
|
135
121
|
|
136
|
-
"@babel/helper-get-function-arity@^7.
|
137
|
-
version "7.
|
138
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.
|
139
|
-
integrity sha512-
|
122
|
+
"@babel/helper-get-function-arity@^7.15.4":
|
123
|
+
version "7.15.4"
|
124
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
|
125
|
+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
|
140
126
|
dependencies:
|
141
|
-
"@babel/types" "^7.
|
127
|
+
"@babel/types" "^7.15.4"
|
142
128
|
|
143
|
-
"@babel/helper-hoist-variables@^7.
|
144
|
-
version "7.
|
145
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
146
|
-
integrity sha512-
|
129
|
+
"@babel/helper-hoist-variables@^7.15.4":
|
130
|
+
version "7.15.4"
|
131
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
|
132
|
+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
|
147
133
|
dependencies:
|
148
|
-
"@babel/types" "^7.
|
134
|
+
"@babel/types" "^7.15.4"
|
149
135
|
|
150
|
-
"@babel/helper-member-expression-to-functions@^7.
|
151
|
-
version "7.
|
152
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
153
|
-
integrity sha512-
|
136
|
+
"@babel/helper-member-expression-to-functions@^7.15.4":
|
137
|
+
version "7.15.4"
|
138
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
|
139
|
+
integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
|
154
140
|
dependencies:
|
155
|
-
"@babel/types" "^7.
|
141
|
+
"@babel/types" "^7.15.4"
|
156
142
|
|
157
|
-
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
158
|
-
version "7.
|
159
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
160
|
-
integrity sha512-
|
143
|
+
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4":
|
144
|
+
version "7.15.4"
|
145
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
|
146
|
+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
|
161
147
|
dependencies:
|
162
|
-
"@babel/types" "^7.
|
148
|
+
"@babel/types" "^7.15.4"
|
163
149
|
|
164
|
-
"@babel/helper-module-transforms@^7.14.5":
|
165
|
-
version "7.
|
166
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
167
|
-
integrity sha512-
|
150
|
+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
|
151
|
+
version "7.15.8"
|
152
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
|
153
|
+
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
|
168
154
|
dependencies:
|
169
|
-
"@babel/helper-module-imports" "^7.
|
170
|
-
"@babel/helper-replace-supers" "^7.
|
171
|
-
"@babel/helper-simple-access" "^7.
|
172
|
-
"@babel/helper-split-export-declaration" "^7.
|
173
|
-
"@babel/helper-validator-identifier" "^7.
|
174
|
-
"@babel/template" "^7.
|
175
|
-
"@babel/traverse" "^7.
|
176
|
-
"@babel/types" "^7.
|
155
|
+
"@babel/helper-module-imports" "^7.15.4"
|
156
|
+
"@babel/helper-replace-supers" "^7.15.4"
|
157
|
+
"@babel/helper-simple-access" "^7.15.4"
|
158
|
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
159
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
160
|
+
"@babel/template" "^7.15.4"
|
161
|
+
"@babel/traverse" "^7.15.4"
|
162
|
+
"@babel/types" "^7.15.6"
|
177
163
|
|
178
|
-
"@babel/helper-
|
179
|
-
version "7.
|
180
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
181
|
-
integrity sha512-
|
182
|
-
dependencies:
|
183
|
-
"@babel/helper-module-imports" "^7.14.5"
|
184
|
-
"@babel/helper-replace-supers" "^7.14.5"
|
185
|
-
"@babel/helper-simple-access" "^7.14.8"
|
186
|
-
"@babel/helper-split-export-declaration" "^7.14.5"
|
187
|
-
"@babel/helper-validator-identifier" "^7.14.8"
|
188
|
-
"@babel/template" "^7.14.5"
|
189
|
-
"@babel/traverse" "^7.14.8"
|
190
|
-
"@babel/types" "^7.14.8"
|
191
|
-
|
192
|
-
"@babel/helper-optimise-call-expression@^7.14.5":
|
193
|
-
version "7.14.5"
|
194
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
195
|
-
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
|
164
|
+
"@babel/helper-optimise-call-expression@^7.15.4":
|
165
|
+
version "7.15.4"
|
166
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
167
|
+
integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
|
196
168
|
dependencies:
|
197
|
-
"@babel/types" "^7.
|
169
|
+
"@babel/types" "^7.15.4"
|
198
170
|
|
199
171
|
"@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":
|
200
172
|
version "7.14.5"
|
201
173
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
202
174
|
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
203
175
|
|
204
|
-
"@babel/helper-remap-async-to-generator@^7.14.5":
|
205
|
-
version "7.
|
206
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
207
|
-
integrity sha512-
|
208
|
-
dependencies:
|
209
|
-
"@babel/helper-annotate-as-pure" "^7.14.5"
|
210
|
-
"@babel/helper-wrap-function" "^7.14.5"
|
211
|
-
"@babel/types" "^7.14.5"
|
212
|
-
|
213
|
-
"@babel/helper-replace-supers@^7.14.5":
|
214
|
-
version "7.14.5"
|
215
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
216
|
-
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
|
176
|
+
"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4":
|
177
|
+
version "7.15.4"
|
178
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
|
179
|
+
integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==
|
217
180
|
dependencies:
|
218
|
-
"@babel/helper-
|
219
|
-
"@babel/helper-
|
220
|
-
"@babel/
|
221
|
-
"@babel/types" "^7.14.5"
|
181
|
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
182
|
+
"@babel/helper-wrap-function" "^7.15.4"
|
183
|
+
"@babel/types" "^7.15.4"
|
222
184
|
|
223
|
-
"@babel/helper-
|
224
|
-
version "7.
|
225
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
226
|
-
integrity sha512
|
185
|
+
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.4":
|
186
|
+
version "7.15.4"
|
187
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
|
188
|
+
integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
|
227
189
|
dependencies:
|
228
|
-
"@babel/
|
190
|
+
"@babel/helper-member-expression-to-functions" "^7.15.4"
|
191
|
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
192
|
+
"@babel/traverse" "^7.15.4"
|
193
|
+
"@babel/types" "^7.15.4"
|
229
194
|
|
230
|
-
"@babel/helper-simple-access@^7.
|
231
|
-
version "7.
|
232
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.
|
233
|
-
integrity sha512-
|
195
|
+
"@babel/helper-simple-access@^7.15.4":
|
196
|
+
version "7.15.4"
|
197
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
|
198
|
+
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
|
234
199
|
dependencies:
|
235
|
-
"@babel/types" "^7.
|
200
|
+
"@babel/types" "^7.15.4"
|
236
201
|
|
237
|
-
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
238
|
-
version "7.
|
239
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
240
|
-
integrity sha512-
|
202
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
|
203
|
+
version "7.15.4"
|
204
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"
|
205
|
+
integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==
|
241
206
|
dependencies:
|
242
|
-
"@babel/types" "^7.
|
207
|
+
"@babel/types" "^7.15.4"
|
243
208
|
|
244
|
-
"@babel/helper-split-export-declaration@^7.
|
245
|
-
version "7.
|
246
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
|
247
|
-
integrity sha512-
|
209
|
+
"@babel/helper-split-export-declaration@^7.15.4":
|
210
|
+
version "7.15.4"
|
211
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
|
212
|
+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
|
248
213
|
dependencies:
|
249
|
-
"@babel/types" "^7.
|
250
|
-
|
251
|
-
"@babel/helper-validator-identifier@^7.14.5":
|
252
|
-
version "7.14.5"
|
253
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
254
|
-
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
214
|
+
"@babel/types" "^7.15.4"
|
255
215
|
|
256
|
-
"@babel/helper-validator-identifier@^7.14.
|
257
|
-
version "7.
|
258
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
259
|
-
integrity sha512-
|
216
|
+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
|
217
|
+
version "7.15.7"
|
218
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
219
|
+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
260
220
|
|
261
221
|
"@babel/helper-validator-option@^7.14.5":
|
262
222
|
version "7.14.5"
|
263
223
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
264
224
|
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
265
225
|
|
266
|
-
"@babel/helper-wrap-function@^7.
|
267
|
-
version "7.
|
268
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
269
|
-
integrity sha512-
|
226
|
+
"@babel/helper-wrap-function@^7.15.4":
|
227
|
+
version "7.15.4"
|
228
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
|
229
|
+
integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==
|
270
230
|
dependencies:
|
271
|
-
"@babel/helper-function-name" "^7.
|
272
|
-
"@babel/template" "^7.
|
273
|
-
"@babel/traverse" "^7.
|
274
|
-
"@babel/types" "^7.
|
231
|
+
"@babel/helper-function-name" "^7.15.4"
|
232
|
+
"@babel/template" "^7.15.4"
|
233
|
+
"@babel/traverse" "^7.15.4"
|
234
|
+
"@babel/types" "^7.15.4"
|
275
235
|
|
276
|
-
"@babel/helpers@^7.
|
277
|
-
version "7.
|
278
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
279
|
-
integrity sha512-
|
236
|
+
"@babel/helpers@^7.15.4":
|
237
|
+
version "7.15.4"
|
238
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
|
239
|
+
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
|
280
240
|
dependencies:
|
281
|
-
"@babel/template" "^7.
|
282
|
-
"@babel/traverse" "^7.
|
283
|
-
"@babel/types" "^7.
|
241
|
+
"@babel/template" "^7.15.4"
|
242
|
+
"@babel/traverse" "^7.15.4"
|
243
|
+
"@babel/types" "^7.15.4"
|
284
244
|
|
285
245
|
"@babel/highlight@^7.14.5":
|
286
246
|
version "7.14.5"
|
@@ -291,32 +251,27 @@
|
|
291
251
|
chalk "^2.0.0"
|
292
252
|
js-tokens "^4.0.0"
|
293
253
|
|
294
|
-
"@babel/parser@^7.1.0", "@babel/parser@^7.
|
295
|
-
version "7.
|
296
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
297
|
-
integrity sha512-
|
254
|
+
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.7.2":
|
255
|
+
version "7.15.8"
|
256
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
|
257
|
+
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
|
298
258
|
|
299
|
-
"@babel/
|
300
|
-
version "7.
|
301
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
302
|
-
integrity sha512-
|
303
|
-
|
304
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
305
|
-
version "7.14.5"
|
306
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
307
|
-
integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==
|
259
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
260
|
+
version "7.15.4"
|
261
|
+
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"
|
262
|
+
integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==
|
308
263
|
dependencies:
|
309
264
|
"@babel/helper-plugin-utils" "^7.14.5"
|
310
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
265
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
311
266
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
312
267
|
|
313
|
-
"@babel/plugin-proposal-async-generator-functions@^7.
|
314
|
-
version "7.
|
315
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.
|
316
|
-
integrity sha512-
|
268
|
+
"@babel/plugin-proposal-async-generator-functions@^7.15.8":
|
269
|
+
version "7.15.8"
|
270
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403"
|
271
|
+
integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==
|
317
272
|
dependencies:
|
318
273
|
"@babel/helper-plugin-utils" "^7.14.5"
|
319
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
274
|
+
"@babel/helper-remap-async-to-generator" "^7.15.4"
|
320
275
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
321
276
|
|
322
277
|
"@babel/plugin-proposal-class-properties@^7.14.5":
|
@@ -327,12 +282,12 @@
|
|
327
282
|
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
328
283
|
"@babel/helper-plugin-utils" "^7.14.5"
|
329
284
|
|
330
|
-
"@babel/plugin-proposal-class-static-block@^7.
|
331
|
-
version "7.
|
332
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.
|
333
|
-
integrity sha512-
|
285
|
+
"@babel/plugin-proposal-class-static-block@^7.15.4":
|
286
|
+
version "7.15.4"
|
287
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7"
|
288
|
+
integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==
|
334
289
|
dependencies:
|
335
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
290
|
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
336
291
|
"@babel/helper-plugin-utils" "^7.14.5"
|
337
292
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
338
293
|
|
@@ -384,16 +339,16 @@
|
|
384
339
|
"@babel/helper-plugin-utils" "^7.14.5"
|
385
340
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
386
341
|
|
387
|
-
"@babel/plugin-proposal-object-rest-spread@^7.
|
388
|
-
version "7.
|
389
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
|
390
|
-
integrity sha512-
|
342
|
+
"@babel/plugin-proposal-object-rest-spread@^7.15.6":
|
343
|
+
version "7.15.6"
|
344
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
|
345
|
+
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
|
391
346
|
dependencies:
|
392
|
-
"@babel/compat-data" "^7.
|
393
|
-
"@babel/helper-compilation-targets" "^7.
|
347
|
+
"@babel/compat-data" "^7.15.0"
|
348
|
+
"@babel/helper-compilation-targets" "^7.15.4"
|
394
349
|
"@babel/helper-plugin-utils" "^7.14.5"
|
395
350
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
396
|
-
"@babel/plugin-transform-parameters" "^7.
|
351
|
+
"@babel/plugin-transform-parameters" "^7.15.4"
|
397
352
|
|
398
353
|
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
|
399
354
|
version "7.14.5"
|
@@ -420,13 +375,13 @@
|
|
420
375
|
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
421
376
|
"@babel/helper-plugin-utils" "^7.14.5"
|
422
377
|
|
423
|
-
"@babel/plugin-proposal-private-property-in-object@^7.
|
424
|
-
version "7.
|
425
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
|
426
|
-
integrity sha512-
|
378
|
+
"@babel/plugin-proposal-private-property-in-object@^7.15.4":
|
379
|
+
version "7.15.4"
|
380
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5"
|
381
|
+
integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==
|
427
382
|
dependencies:
|
428
|
-
"@babel/helper-annotate-as-pure" "^7.
|
429
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
383
|
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
384
|
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
430
385
|
"@babel/helper-plugin-utils" "^7.14.5"
|
431
386
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
432
387
|
|
@@ -587,24 +542,24 @@
|
|
587
542
|
dependencies:
|
588
543
|
"@babel/helper-plugin-utils" "^7.14.5"
|
589
544
|
|
590
|
-
"@babel/plugin-transform-block-scoping@^7.
|
591
|
-
version "7.
|
592
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
593
|
-
integrity sha512-
|
545
|
+
"@babel/plugin-transform-block-scoping@^7.15.3":
|
546
|
+
version "7.15.3"
|
547
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf"
|
548
|
+
integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==
|
594
549
|
dependencies:
|
595
550
|
"@babel/helper-plugin-utils" "^7.14.5"
|
596
551
|
|
597
|
-
"@babel/plugin-transform-classes@^7.
|
598
|
-
version "7.
|
599
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
600
|
-
integrity sha512-
|
552
|
+
"@babel/plugin-transform-classes@^7.15.4":
|
553
|
+
version "7.15.4"
|
554
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1"
|
555
|
+
integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==
|
601
556
|
dependencies:
|
602
|
-
"@babel/helper-annotate-as-pure" "^7.
|
603
|
-
"@babel/helper-function-name" "^7.
|
604
|
-
"@babel/helper-optimise-call-expression" "^7.
|
557
|
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
558
|
+
"@babel/helper-function-name" "^7.15.4"
|
559
|
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
605
560
|
"@babel/helper-plugin-utils" "^7.14.5"
|
606
|
-
"@babel/helper-replace-supers" "^7.
|
607
|
-
"@babel/helper-split-export-declaration" "^7.
|
561
|
+
"@babel/helper-replace-supers" "^7.15.4"
|
562
|
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
608
563
|
globals "^11.1.0"
|
609
564
|
|
610
565
|
"@babel/plugin-transform-computed-properties@^7.14.5":
|
@@ -644,10 +599,10 @@
|
|
644
599
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
645
600
|
"@babel/helper-plugin-utils" "^7.14.5"
|
646
601
|
|
647
|
-
"@babel/plugin-transform-for-of@^7.
|
648
|
-
version "7.
|
649
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
650
|
-
integrity sha512-
|
602
|
+
"@babel/plugin-transform-for-of@^7.15.4":
|
603
|
+
version "7.15.4"
|
604
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2"
|
605
|
+
integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==
|
651
606
|
dependencies:
|
652
607
|
"@babel/helper-plugin-utils" "^7.14.5"
|
653
608
|
|
@@ -682,25 +637,25 @@
|
|
682
637
|
"@babel/helper-plugin-utils" "^7.14.5"
|
683
638
|
babel-plugin-dynamic-import-node "^2.3.3"
|
684
639
|
|
685
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
686
|
-
version "7.
|
687
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
688
|
-
integrity sha512-
|
640
|
+
"@babel/plugin-transform-modules-commonjs@^7.15.4":
|
641
|
+
version "7.15.4"
|
642
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1"
|
643
|
+
integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==
|
689
644
|
dependencies:
|
690
|
-
"@babel/helper-module-transforms" "^7.
|
645
|
+
"@babel/helper-module-transforms" "^7.15.4"
|
691
646
|
"@babel/helper-plugin-utils" "^7.14.5"
|
692
|
-
"@babel/helper-simple-access" "^7.
|
647
|
+
"@babel/helper-simple-access" "^7.15.4"
|
693
648
|
babel-plugin-dynamic-import-node "^2.3.3"
|
694
649
|
|
695
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
696
|
-
version "7.
|
697
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
698
|
-
integrity sha512-
|
650
|
+
"@babel/plugin-transform-modules-systemjs@^7.15.4":
|
651
|
+
version "7.15.4"
|
652
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132"
|
653
|
+
integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==
|
699
654
|
dependencies:
|
700
|
-
"@babel/helper-hoist-variables" "^7.
|
701
|
-
"@babel/helper-module-transforms" "^7.
|
655
|
+
"@babel/helper-hoist-variables" "^7.15.4"
|
656
|
+
"@babel/helper-module-transforms" "^7.15.4"
|
702
657
|
"@babel/helper-plugin-utils" "^7.14.5"
|
703
|
-
"@babel/helper-validator-identifier" "^7.14.
|
658
|
+
"@babel/helper-validator-identifier" "^7.14.9"
|
704
659
|
babel-plugin-dynamic-import-node "^2.3.3"
|
705
660
|
|
706
661
|
"@babel/plugin-transform-modules-umd@^7.14.5":
|
@@ -733,10 +688,10 @@
|
|
733
688
|
"@babel/helper-plugin-utils" "^7.14.5"
|
734
689
|
"@babel/helper-replace-supers" "^7.14.5"
|
735
690
|
|
736
|
-
"@babel/plugin-transform-parameters@^7.
|
737
|
-
version "7.
|
738
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
739
|
-
integrity sha512-
|
691
|
+
"@babel/plugin-transform-parameters@^7.15.4":
|
692
|
+
version "7.15.4"
|
693
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
|
694
|
+
integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
|
740
695
|
dependencies:
|
741
696
|
"@babel/helper-plugin-utils" "^7.14.5"
|
742
697
|
|
@@ -748,9 +703,9 @@
|
|
748
703
|
"@babel/helper-plugin-utils" "^7.14.5"
|
749
704
|
|
750
705
|
"@babel/plugin-transform-react-display-name@^7.14.5":
|
751
|
-
version "7.
|
752
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
753
|
-
integrity sha512-
|
706
|
+
version "7.15.1"
|
707
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.1.tgz#6aaac6099f1fcf6589d35ae6be1b6e10c8c602b9"
|
708
|
+
integrity sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==
|
754
709
|
dependencies:
|
755
710
|
"@babel/helper-plugin-utils" "^7.14.5"
|
756
711
|
|
@@ -762,15 +717,15 @@
|
|
762
717
|
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
763
718
|
|
764
719
|
"@babel/plugin-transform-react-jsx@^7.14.5":
|
765
|
-
version "7.14.
|
766
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.
|
767
|
-
integrity sha512-
|
720
|
+
version "7.14.9"
|
721
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c"
|
722
|
+
integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==
|
768
723
|
dependencies:
|
769
724
|
"@babel/helper-annotate-as-pure" "^7.14.5"
|
770
725
|
"@babel/helper-module-imports" "^7.14.5"
|
771
726
|
"@babel/helper-plugin-utils" "^7.14.5"
|
772
727
|
"@babel/plugin-syntax-jsx" "^7.14.5"
|
773
|
-
"@babel/types" "^7.14.
|
728
|
+
"@babel/types" "^7.14.9"
|
774
729
|
|
775
730
|
"@babel/plugin-transform-react-pure-annotations@^7.14.5":
|
776
731
|
version "7.14.5"
|
@@ -801,13 +756,13 @@
|
|
801
756
|
dependencies:
|
802
757
|
"@babel/helper-plugin-utils" "^7.14.5"
|
803
758
|
|
804
|
-
"@babel/plugin-transform-spread@^7.
|
805
|
-
version "7.
|
806
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
807
|
-
integrity sha512
|
759
|
+
"@babel/plugin-transform-spread@^7.15.8":
|
760
|
+
version "7.15.8"
|
761
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468"
|
762
|
+
integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==
|
808
763
|
dependencies:
|
809
764
|
"@babel/helper-plugin-utils" "^7.14.5"
|
810
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
765
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
811
766
|
|
812
767
|
"@babel/plugin-transform-sticky-regex@^7.14.5":
|
813
768
|
version "7.14.5"
|
@@ -830,12 +785,12 @@
|
|
830
785
|
dependencies:
|
831
786
|
"@babel/helper-plugin-utils" "^7.14.5"
|
832
787
|
|
833
|
-
"@babel/plugin-transform-typescript@^7.
|
834
|
-
version "7.
|
835
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
836
|
-
integrity sha512-
|
788
|
+
"@babel/plugin-transform-typescript@^7.15.0":
|
789
|
+
version "7.15.8"
|
790
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.8.tgz#ff0e6a47de9b2d58652123ab5a879b2ff20665d8"
|
791
|
+
integrity sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ==
|
837
792
|
dependencies:
|
838
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
793
|
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
839
794
|
"@babel/helper-plugin-utils" "^7.14.5"
|
840
795
|
"@babel/plugin-syntax-typescript" "^7.14.5"
|
841
796
|
|
@@ -855,29 +810,29 @@
|
|
855
810
|
"@babel/helper-plugin-utils" "^7.14.5"
|
856
811
|
|
857
812
|
"@babel/preset-env@^7.14.9":
|
858
|
-
version "7.
|
859
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
860
|
-
integrity sha512-
|
813
|
+
version "7.15.8"
|
814
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba"
|
815
|
+
integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==
|
861
816
|
dependencies:
|
862
|
-
"@babel/compat-data" "^7.
|
863
|
-
"@babel/helper-compilation-targets" "^7.
|
817
|
+
"@babel/compat-data" "^7.15.0"
|
818
|
+
"@babel/helper-compilation-targets" "^7.15.4"
|
864
819
|
"@babel/helper-plugin-utils" "^7.14.5"
|
865
820
|
"@babel/helper-validator-option" "^7.14.5"
|
866
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
867
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.
|
821
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
822
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.15.8"
|
868
823
|
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
869
|
-
"@babel/plugin-proposal-class-static-block" "^7.
|
824
|
+
"@babel/plugin-proposal-class-static-block" "^7.15.4"
|
870
825
|
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
871
826
|
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
872
827
|
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
873
828
|
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
|
874
829
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
875
830
|
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
876
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.
|
831
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.15.6"
|
877
832
|
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
878
833
|
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
879
834
|
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
880
|
-
"@babel/plugin-proposal-private-property-in-object" "^7.
|
835
|
+
"@babel/plugin-proposal-private-property-in-object" "^7.15.4"
|
881
836
|
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
882
837
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
883
838
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
@@ -896,39 +851,39 @@
|
|
896
851
|
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
897
852
|
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
898
853
|
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
899
|
-
"@babel/plugin-transform-block-scoping" "^7.
|
900
|
-
"@babel/plugin-transform-classes" "^7.
|
854
|
+
"@babel/plugin-transform-block-scoping" "^7.15.3"
|
855
|
+
"@babel/plugin-transform-classes" "^7.15.4"
|
901
856
|
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
902
857
|
"@babel/plugin-transform-destructuring" "^7.14.7"
|
903
858
|
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
904
859
|
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
905
860
|
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
906
|
-
"@babel/plugin-transform-for-of" "^7.
|
861
|
+
"@babel/plugin-transform-for-of" "^7.15.4"
|
907
862
|
"@babel/plugin-transform-function-name" "^7.14.5"
|
908
863
|
"@babel/plugin-transform-literals" "^7.14.5"
|
909
864
|
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
910
865
|
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
911
|
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
912
|
-
"@babel/plugin-transform-modules-systemjs" "^7.
|
866
|
+
"@babel/plugin-transform-modules-commonjs" "^7.15.4"
|
867
|
+
"@babel/plugin-transform-modules-systemjs" "^7.15.4"
|
913
868
|
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
914
869
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
915
870
|
"@babel/plugin-transform-new-target" "^7.14.5"
|
916
871
|
"@babel/plugin-transform-object-super" "^7.14.5"
|
917
|
-
"@babel/plugin-transform-parameters" "^7.
|
872
|
+
"@babel/plugin-transform-parameters" "^7.15.4"
|
918
873
|
"@babel/plugin-transform-property-literals" "^7.14.5"
|
919
874
|
"@babel/plugin-transform-regenerator" "^7.14.5"
|
920
875
|
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
921
876
|
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
922
|
-
"@babel/plugin-transform-spread" "^7.
|
877
|
+
"@babel/plugin-transform-spread" "^7.15.8"
|
923
878
|
"@babel/plugin-transform-sticky-regex" "^7.14.5"
|
924
879
|
"@babel/plugin-transform-template-literals" "^7.14.5"
|
925
880
|
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
926
881
|
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
927
882
|
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
928
883
|
"@babel/preset-modules" "^0.1.4"
|
929
|
-
"@babel/types" "^7.
|
884
|
+
"@babel/types" "^7.15.6"
|
930
885
|
babel-plugin-polyfill-corejs2 "^0.2.2"
|
931
|
-
babel-plugin-polyfill-corejs3 "^0.2.
|
886
|
+
babel-plugin-polyfill-corejs3 "^0.2.5"
|
932
887
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
933
888
|
core-js-compat "^3.16.0"
|
934
889
|
semver "^6.3.0"
|
@@ -957,85 +912,74 @@
|
|
957
912
|
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
|
958
913
|
|
959
914
|
"@babel/preset-typescript@^7.14.5":
|
960
|
-
version "7.
|
961
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.
|
962
|
-
integrity sha512-
|
915
|
+
version "7.15.0"
|
916
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
|
917
|
+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
|
963
918
|
dependencies:
|
964
919
|
"@babel/helper-plugin-utils" "^7.14.5"
|
965
920
|
"@babel/helper-validator-option" "^7.14.5"
|
966
|
-
"@babel/plugin-transform-typescript" "^7.
|
921
|
+
"@babel/plugin-transform-typescript" "^7.15.0"
|
967
922
|
|
968
|
-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4":
|
969
|
-
version "7.
|
970
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
971
|
-
integrity sha512
|
923
|
+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4":
|
924
|
+
version "7.15.4"
|
925
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
|
926
|
+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
|
972
927
|
dependencies:
|
973
928
|
regenerator-runtime "^0.13.4"
|
974
929
|
|
975
|
-
"@babel/template@^7.
|
976
|
-
version "7.
|
977
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
978
|
-
integrity sha512-
|
930
|
+
"@babel/template@^7.15.4", "@babel/template@^7.3.3":
|
931
|
+
version "7.15.4"
|
932
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
|
933
|
+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
|
979
934
|
dependencies:
|
980
935
|
"@babel/code-frame" "^7.14.5"
|
981
|
-
"@babel/parser" "^7.
|
982
|
-
"@babel/types" "^7.
|
936
|
+
"@babel/parser" "^7.15.4"
|
937
|
+
"@babel/types" "^7.15.4"
|
983
938
|
|
984
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.
|
985
|
-
version "7.
|
986
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
987
|
-
integrity sha512-
|
939
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
|
940
|
+
version "7.15.4"
|
941
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
|
942
|
+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
|
988
943
|
dependencies:
|
989
944
|
"@babel/code-frame" "^7.14.5"
|
990
|
-
"@babel/generator" "^7.
|
991
|
-
"@babel/helper-function-name" "^7.
|
992
|
-
"@babel/helper-hoist-variables" "^7.
|
993
|
-
"@babel/helper-split-export-declaration" "^7.
|
994
|
-
"@babel/parser" "^7.
|
995
|
-
"@babel/types" "^7.
|
945
|
+
"@babel/generator" "^7.15.4"
|
946
|
+
"@babel/helper-function-name" "^7.15.4"
|
947
|
+
"@babel/helper-hoist-variables" "^7.15.4"
|
948
|
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
949
|
+
"@babel/parser" "^7.15.4"
|
950
|
+
"@babel/types" "^7.15.4"
|
996
951
|
debug "^4.1.0"
|
997
952
|
globals "^11.1.0"
|
998
953
|
|
999
|
-
"@babel/
|
1000
|
-
version "7.
|
1001
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
1002
|
-
integrity sha512-
|
1003
|
-
dependencies:
|
1004
|
-
"@babel/code-frame" "^7.14.5"
|
1005
|
-
"@babel/generator" "^7.14.5"
|
1006
|
-
"@babel/helper-function-name" "^7.14.5"
|
1007
|
-
"@babel/helper-hoist-variables" "^7.14.5"
|
1008
|
-
"@babel/helper-split-export-declaration" "^7.14.5"
|
1009
|
-
"@babel/parser" "^7.14.7"
|
1010
|
-
"@babel/types" "^7.14.5"
|
1011
|
-
debug "^4.1.0"
|
1012
|
-
globals "^11.1.0"
|
1013
|
-
|
1014
|
-
"@babel/types@^7.0.0", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
|
1015
|
-
version "7.14.9"
|
1016
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
|
1017
|
-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
|
954
|
+
"@babel/types@^7.0.0", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
955
|
+
version "7.15.6"
|
956
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
|
957
|
+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
|
1018
958
|
dependencies:
|
1019
959
|
"@babel/helper-validator-identifier" "^7.14.9"
|
1020
960
|
to-fast-properties "^2.0.0"
|
1021
961
|
|
1022
|
-
"@babel/types@^7.14.5", "@babel/types@^7.4.4":
|
1023
|
-
version "7.14.5"
|
1024
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
|
1025
|
-
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
|
1026
|
-
dependencies:
|
1027
|
-
"@babel/helper-validator-identifier" "^7.14.5"
|
1028
|
-
to-fast-properties "^2.0.0"
|
1029
|
-
|
1030
962
|
"@bcoe/v8-coverage@^0.2.3":
|
1031
963
|
version "0.2.3"
|
1032
964
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
1033
965
|
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
1034
966
|
|
967
|
+
"@cspotcode/source-map-consumer@0.8.0":
|
968
|
+
version "0.8.0"
|
969
|
+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
|
970
|
+
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
|
971
|
+
|
972
|
+
"@cspotcode/source-map-support@0.6.1":
|
973
|
+
version "0.6.1"
|
974
|
+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960"
|
975
|
+
integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==
|
976
|
+
dependencies:
|
977
|
+
"@cspotcode/source-map-consumer" "0.8.0"
|
978
|
+
|
1035
979
|
"@discoveryjs/json-ext@^0.5.0":
|
1036
|
-
version "0.5.
|
1037
|
-
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.
|
1038
|
-
integrity sha512-
|
980
|
+
version "0.5.5"
|
981
|
+
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.5.tgz#9283c9ce5b289a3c4f61c12757469e59377f81f3"
|
982
|
+
integrity sha512-6nFkfkmSeV/rqSaS4oWHgmpnYw194f6hmWF5is6b0J1naJZoiD0NTc9AiUwPHvWsowkjuHErCZT1wa0jg+BLIA==
|
1039
983
|
|
1040
984
|
"@emotion/cache@^11.4.0":
|
1041
985
|
version "11.4.0"
|
@@ -1059,14 +1003,14 @@
|
|
1059
1003
|
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
|
1060
1004
|
|
1061
1005
|
"@emotion/react@^11.4.0":
|
1062
|
-
version "11.4.
|
1063
|
-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.
|
1064
|
-
integrity sha512-
|
1006
|
+
version "11.4.1"
|
1007
|
+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.4.1.tgz#a1b0b767b5bad57515ffb0cad9349614d27f4d57"
|
1008
|
+
integrity sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==
|
1065
1009
|
dependencies:
|
1066
1010
|
"@babel/runtime" "^7.13.10"
|
1067
1011
|
"@emotion/cache" "^11.4.0"
|
1068
1012
|
"@emotion/serialize" "^1.0.2"
|
1069
|
-
"@emotion/sheet" "^1.0.
|
1013
|
+
"@emotion/sheet" "^1.0.2"
|
1070
1014
|
"@emotion/utils" "^1.0.0"
|
1071
1015
|
"@emotion/weak-memoize" "^0.2.5"
|
1072
1016
|
hoist-non-react-statics "^3.3.1"
|
@@ -1082,10 +1026,10 @@
|
|
1082
1026
|
"@emotion/utils" "^1.0.0"
|
1083
1027
|
csstype "^3.0.2"
|
1084
1028
|
|
1085
|
-
"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.
|
1086
|
-
version "1.0.
|
1087
|
-
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.
|
1088
|
-
integrity sha512-
|
1029
|
+
"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.2":
|
1030
|
+
version "1.0.2"
|
1031
|
+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.2.tgz#1d9ffde531714ba28e62dac6a996a8b1089719d0"
|
1032
|
+
integrity sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw==
|
1089
1033
|
|
1090
1034
|
"@emotion/unitless@^0.7.5":
|
1091
1035
|
version "0.7.5"
|
@@ -1118,94 +1062,94 @@
|
|
1118
1062
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
1119
1063
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
1120
1064
|
|
1121
|
-
"@jest/console@^27.
|
1122
|
-
version "27.
|
1123
|
-
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.
|
1124
|
-
integrity sha512-
|
1065
|
+
"@jest/console@^27.2.5":
|
1066
|
+
version "27.2.5"
|
1067
|
+
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.5.tgz#bddbf8d41c191f17b52bf0c9e6c0d18605e35d6e"
|
1068
|
+
integrity sha512-smtlRF9vNKorRMCUtJ+yllIoiY8oFmfFG7xlzsAE76nKEwXNhjPOJIsc7Dv+AUitVt76t+KjIpUP9m98Crn2LQ==
|
1125
1069
|
dependencies:
|
1126
|
-
"@jest/types" "^27.
|
1070
|
+
"@jest/types" "^27.2.5"
|
1127
1071
|
"@types/node" "*"
|
1128
1072
|
chalk "^4.0.0"
|
1129
|
-
jest-message-util "^27.
|
1130
|
-
jest-util "^27.
|
1073
|
+
jest-message-util "^27.2.5"
|
1074
|
+
jest-util "^27.2.5"
|
1131
1075
|
slash "^3.0.0"
|
1132
1076
|
|
1133
|
-
"@jest/core@^27.
|
1134
|
-
version "27.
|
1135
|
-
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.
|
1136
|
-
integrity sha512-
|
1137
|
-
dependencies:
|
1138
|
-
"@jest/console" "^27.
|
1139
|
-
"@jest/reporters" "^27.
|
1140
|
-
"@jest/test-result" "^27.
|
1141
|
-
"@jest/transform" "^27.
|
1142
|
-
"@jest/types" "^27.
|
1077
|
+
"@jest/core@^27.2.5":
|
1078
|
+
version "27.2.5"
|
1079
|
+
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.5.tgz#854c314708cee0d892ac4f531b9129f00a21ee69"
|
1080
|
+
integrity sha512-VR7mQ+jykHN4WO3OvusRJMk4xCa2MFLipMS+43fpcRGaYrN1KwMATfVEXif7ccgFKYGy5D1TVXTNE4mGq/KMMA==
|
1081
|
+
dependencies:
|
1082
|
+
"@jest/console" "^27.2.5"
|
1083
|
+
"@jest/reporters" "^27.2.5"
|
1084
|
+
"@jest/test-result" "^27.2.5"
|
1085
|
+
"@jest/transform" "^27.2.5"
|
1086
|
+
"@jest/types" "^27.2.5"
|
1143
1087
|
"@types/node" "*"
|
1144
1088
|
ansi-escapes "^4.2.1"
|
1145
1089
|
chalk "^4.0.0"
|
1146
1090
|
emittery "^0.8.1"
|
1147
1091
|
exit "^0.1.2"
|
1148
1092
|
graceful-fs "^4.2.4"
|
1149
|
-
jest-changed-files "^27.
|
1150
|
-
jest-config "^27.
|
1151
|
-
jest-haste-map "^27.
|
1152
|
-
jest-message-util "^27.
|
1093
|
+
jest-changed-files "^27.2.5"
|
1094
|
+
jest-config "^27.2.5"
|
1095
|
+
jest-haste-map "^27.2.5"
|
1096
|
+
jest-message-util "^27.2.5"
|
1153
1097
|
jest-regex-util "^27.0.6"
|
1154
|
-
jest-resolve "^27.
|
1155
|
-
jest-resolve-dependencies "^27.
|
1156
|
-
jest-runner "^27.
|
1157
|
-
jest-runtime "^27.
|
1158
|
-
jest-snapshot "^27.
|
1159
|
-
jest-util "^27.
|
1160
|
-
jest-validate "^27.
|
1161
|
-
jest-watcher "^27.
|
1098
|
+
jest-resolve "^27.2.5"
|
1099
|
+
jest-resolve-dependencies "^27.2.5"
|
1100
|
+
jest-runner "^27.2.5"
|
1101
|
+
jest-runtime "^27.2.5"
|
1102
|
+
jest-snapshot "^27.2.5"
|
1103
|
+
jest-util "^27.2.5"
|
1104
|
+
jest-validate "^27.2.5"
|
1105
|
+
jest-watcher "^27.2.5"
|
1162
1106
|
micromatch "^4.0.4"
|
1163
|
-
p-each-series "^2.1.0"
|
1164
1107
|
rimraf "^3.0.0"
|
1165
1108
|
slash "^3.0.0"
|
1166
1109
|
strip-ansi "^6.0.0"
|
1167
1110
|
|
1168
|
-
"@jest/environment@^27.
|
1169
|
-
version "27.
|
1170
|
-
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.
|
1171
|
-
integrity sha512-
|
1111
|
+
"@jest/environment@^27.2.5":
|
1112
|
+
version "27.2.5"
|
1113
|
+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.5.tgz#b85517ccfcec55690c82c56f5a01a3b30c5e3c84"
|
1114
|
+
integrity sha512-XvUW3q6OUF+54SYFCgbbfCd/BKTwm5b2MGLoc2jINXQLKQDTCS2P2IrpPOtQ08WWZDGzbhAzVhOYta3J2arubg==
|
1172
1115
|
dependencies:
|
1173
|
-
"@jest/fake-timers" "^27.
|
1174
|
-
"@jest/types" "^27.
|
1116
|
+
"@jest/fake-timers" "^27.2.5"
|
1117
|
+
"@jest/types" "^27.2.5"
|
1175
1118
|
"@types/node" "*"
|
1176
|
-
jest-mock "^27.
|
1119
|
+
jest-mock "^27.2.5"
|
1177
1120
|
|
1178
|
-
"@jest/fake-timers@^27.
|
1179
|
-
version "27.
|
1180
|
-
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.
|
1181
|
-
integrity sha512-
|
1121
|
+
"@jest/fake-timers@^27.2.5":
|
1122
|
+
version "27.2.5"
|
1123
|
+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.5.tgz#0c7e5762d7bfe6e269e7b49279b097a52a42f0a0"
|
1124
|
+
integrity sha512-ZGUb6jg7BgwY+nmO0TW10bc7z7Hl2G/UTAvmxEyZ/GgNFoa31tY9/cgXmqcxnnZ7o5Xs7RAOz3G1SKIj8IVDlg==
|
1182
1125
|
dependencies:
|
1183
|
-
"@jest/types" "^27.
|
1184
|
-
"@sinonjs/fake-timers" "^
|
1126
|
+
"@jest/types" "^27.2.5"
|
1127
|
+
"@sinonjs/fake-timers" "^8.0.1"
|
1185
1128
|
"@types/node" "*"
|
1186
|
-
jest-message-util "^27.
|
1187
|
-
jest-mock "^27.
|
1188
|
-
jest-util "^27.
|
1129
|
+
jest-message-util "^27.2.5"
|
1130
|
+
jest-mock "^27.2.5"
|
1131
|
+
jest-util "^27.2.5"
|
1189
1132
|
|
1190
|
-
"@jest/globals@^27.
|
1191
|
-
version "27.
|
1192
|
-
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.
|
1193
|
-
integrity sha512-
|
1133
|
+
"@jest/globals@^27.2.5":
|
1134
|
+
version "27.2.5"
|
1135
|
+
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.5.tgz#4115538f98ed6cee4051a90fdbd0854062902099"
|
1136
|
+
integrity sha512-naRI537GM+enFVJQs6DcwGYPn/0vgJNb06zGVbzXfDfe/epDPV73hP1vqO37PqSKDeOXM2KInr6ymYbL1HTP7g==
|
1194
1137
|
dependencies:
|
1195
|
-
"@jest/environment" "^27.
|
1196
|
-
"@jest/types" "^27.
|
1197
|
-
expect "^27.
|
1138
|
+
"@jest/environment" "^27.2.5"
|
1139
|
+
"@jest/types" "^27.2.5"
|
1140
|
+
expect "^27.2.5"
|
1198
1141
|
|
1199
|
-
"@jest/reporters@^27.
|
1200
|
-
version "27.
|
1201
|
-
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.
|
1202
|
-
integrity sha512-
|
1142
|
+
"@jest/reporters@^27.2.5":
|
1143
|
+
version "27.2.5"
|
1144
|
+
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.5.tgz#65198ed1f3f4449e3f656129764dc6c5bb27ebe3"
|
1145
|
+
integrity sha512-zYuR9fap3Q3mxQ454VWF8I6jYHErh368NwcKHWO2uy2fwByqBzRHkf9j2ekMDM7PaSTWcLBSZyd7NNxR1iHxzQ==
|
1203
1146
|
dependencies:
|
1204
1147
|
"@bcoe/v8-coverage" "^0.2.3"
|
1205
|
-
"@jest/console" "^27.
|
1206
|
-
"@jest/test-result" "^27.
|
1207
|
-
"@jest/transform" "^27.
|
1208
|
-
"@jest/types" "^27.
|
1148
|
+
"@jest/console" "^27.2.5"
|
1149
|
+
"@jest/test-result" "^27.2.5"
|
1150
|
+
"@jest/transform" "^27.2.5"
|
1151
|
+
"@jest/types" "^27.2.5"
|
1152
|
+
"@types/node" "*"
|
1209
1153
|
chalk "^4.0.0"
|
1210
1154
|
collect-v8-coverage "^1.0.0"
|
1211
1155
|
exit "^0.1.2"
|
@@ -1216,15 +1160,15 @@
|
|
1216
1160
|
istanbul-lib-report "^3.0.0"
|
1217
1161
|
istanbul-lib-source-maps "^4.0.0"
|
1218
1162
|
istanbul-reports "^3.0.2"
|
1219
|
-
jest-haste-map "^27.
|
1220
|
-
jest-resolve "^27.
|
1221
|
-
jest-util "^27.
|
1222
|
-
jest-worker "^27.
|
1163
|
+
jest-haste-map "^27.2.5"
|
1164
|
+
jest-resolve "^27.2.5"
|
1165
|
+
jest-util "^27.2.5"
|
1166
|
+
jest-worker "^27.2.5"
|
1223
1167
|
slash "^3.0.0"
|
1224
1168
|
source-map "^0.6.0"
|
1225
1169
|
string-length "^4.0.1"
|
1226
1170
|
terminal-link "^2.0.0"
|
1227
|
-
v8-to-istanbul "^8.
|
1171
|
+
v8-to-istanbul "^8.1.0"
|
1228
1172
|
|
1229
1173
|
"@jest/source-map@^27.0.6":
|
1230
1174
|
version "27.0.6"
|
@@ -1235,41 +1179,41 @@
|
|
1235
1179
|
graceful-fs "^4.2.4"
|
1236
1180
|
source-map "^0.6.0"
|
1237
1181
|
|
1238
|
-
"@jest/test-result@^27.
|
1239
|
-
version "27.
|
1240
|
-
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.
|
1241
|
-
integrity sha512-
|
1182
|
+
"@jest/test-result@^27.2.5":
|
1183
|
+
version "27.2.5"
|
1184
|
+
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.5.tgz#e9f73cf6cd5e2cc6eb3105339248dea211f9320e"
|
1185
|
+
integrity sha512-ub7j3BrddxZ0BdSnM5JCF6cRZJ/7j3wgdX0+Dtwhw2Po+HKsELCiXUTvh+mgS4/89mpnU1CPhZxe2mTvuLPJJg==
|
1242
1186
|
dependencies:
|
1243
|
-
"@jest/console" "^27.
|
1244
|
-
"@jest/types" "^27.
|
1187
|
+
"@jest/console" "^27.2.5"
|
1188
|
+
"@jest/types" "^27.2.5"
|
1245
1189
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
1246
1190
|
collect-v8-coverage "^1.0.0"
|
1247
1191
|
|
1248
|
-
"@jest/test-sequencer@^27.
|
1249
|
-
version "27.
|
1250
|
-
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.
|
1251
|
-
integrity sha512-
|
1192
|
+
"@jest/test-sequencer@^27.2.5":
|
1193
|
+
version "27.2.5"
|
1194
|
+
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.5.tgz#ed5ae91c00e623fb719111d58e380395e16cefbb"
|
1195
|
+
integrity sha512-8j8fHZRfnjbbdMitMAGFKaBZ6YqvFRFJlMJzcy3v75edTOqc7RY65S9JpMY6wT260zAcL2sTQRga/P4PglCu3Q==
|
1252
1196
|
dependencies:
|
1253
|
-
"@jest/test-result" "^27.
|
1197
|
+
"@jest/test-result" "^27.2.5"
|
1254
1198
|
graceful-fs "^4.2.4"
|
1255
|
-
jest-haste-map "^27.
|
1256
|
-
jest-runtime "^27.
|
1199
|
+
jest-haste-map "^27.2.5"
|
1200
|
+
jest-runtime "^27.2.5"
|
1257
1201
|
|
1258
|
-
"@jest/transform@^27.
|
1259
|
-
version "27.
|
1260
|
-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.
|
1261
|
-
integrity sha512-
|
1202
|
+
"@jest/transform@^27.2.5":
|
1203
|
+
version "27.2.5"
|
1204
|
+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.5.tgz#02b08862a56dbedddf0ba3c2eae41e049a250e29"
|
1205
|
+
integrity sha512-29lRtAHHYGALbZOx343v0zKmdOg4Sb0rsA1uSv0818bvwRhs3TyElOmTVXlrw0v1ZTqXJCAH/cmoDXimBhQOJQ==
|
1262
1206
|
dependencies:
|
1263
1207
|
"@babel/core" "^7.1.0"
|
1264
|
-
"@jest/types" "^27.
|
1208
|
+
"@jest/types" "^27.2.5"
|
1265
1209
|
babel-plugin-istanbul "^6.0.0"
|
1266
1210
|
chalk "^4.0.0"
|
1267
1211
|
convert-source-map "^1.4.0"
|
1268
1212
|
fast-json-stable-stringify "^2.0.0"
|
1269
1213
|
graceful-fs "^4.2.4"
|
1270
|
-
jest-haste-map "^27.
|
1214
|
+
jest-haste-map "^27.2.5"
|
1271
1215
|
jest-regex-util "^27.0.6"
|
1272
|
-
jest-util "^27.
|
1216
|
+
jest-util "^27.2.5"
|
1273
1217
|
micromatch "^4.0.4"
|
1274
1218
|
pirates "^4.0.1"
|
1275
1219
|
slash "^3.0.0"
|
@@ -1287,10 +1231,10 @@
|
|
1287
1231
|
"@types/yargs" "^15.0.0"
|
1288
1232
|
chalk "^4.0.0"
|
1289
1233
|
|
1290
|
-
"@jest/types@^27.
|
1291
|
-
version "27.
|
1292
|
-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.
|
1293
|
-
integrity sha512-
|
1234
|
+
"@jest/types@^27.2.5":
|
1235
|
+
version "27.2.5"
|
1236
|
+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
|
1237
|
+
integrity sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==
|
1294
1238
|
dependencies:
|
1295
1239
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
1296
1240
|
"@types/istanbul-reports" "^3.0.0"
|
@@ -1305,10 +1249,10 @@
|
|
1305
1249
|
dependencies:
|
1306
1250
|
type-detect "4.0.8"
|
1307
1251
|
|
1308
|
-
"@sinonjs/fake-timers@^
|
1309
|
-
version "
|
1310
|
-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-
|
1311
|
-
integrity sha512-
|
1252
|
+
"@sinonjs/fake-timers@^8.0.1":
|
1253
|
+
version "8.0.1"
|
1254
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.0.1.tgz#1c1c9a91419f804e59ae8df316a07dd1c3a76b94"
|
1255
|
+
integrity sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==
|
1312
1256
|
dependencies:
|
1313
1257
|
"@sinonjs/commons" "^1.7.0"
|
1314
1258
|
|
@@ -1332,15 +1276,15 @@
|
|
1332
1276
|
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
|
1333
1277
|
integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
|
1334
1278
|
|
1335
|
-
"@tsconfig/node16@^1.0.
|
1279
|
+
"@tsconfig/node16@^1.0.2":
|
1336
1280
|
version "1.0.2"
|
1337
1281
|
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
|
1338
1282
|
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
1339
1283
|
|
1340
1284
|
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
|
1341
|
-
version "7.1.
|
1342
|
-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.
|
1343
|
-
integrity sha512-
|
1285
|
+
version "7.1.16"
|
1286
|
+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.16.tgz#bc12c74b7d65e82d29876b5d0baf5c625ac58702"
|
1287
|
+
integrity sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==
|
1344
1288
|
dependencies:
|
1345
1289
|
"@babel/parser" "^7.1.0"
|
1346
1290
|
"@babel/types" "^7.0.0"
|
@@ -1371,35 +1315,30 @@
|
|
1371
1315
|
"@babel/types" "^7.3.0"
|
1372
1316
|
|
1373
1317
|
"@types/eslint-scope@^3.7.0":
|
1374
|
-
version "3.7.
|
1375
|
-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.
|
1376
|
-
integrity sha512-
|
1318
|
+
version "3.7.1"
|
1319
|
+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e"
|
1320
|
+
integrity sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==
|
1377
1321
|
dependencies:
|
1378
1322
|
"@types/eslint" "*"
|
1379
1323
|
"@types/estree" "*"
|
1380
1324
|
|
1381
1325
|
"@types/eslint@*":
|
1382
|
-
version "7.
|
1383
|
-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.
|
1384
|
-
integrity sha512-
|
1326
|
+
version "7.28.1"
|
1327
|
+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.1.tgz#50b07747f1f84c2ba8cd394cf0fe0ba07afce320"
|
1328
|
+
integrity sha512-XhZKznR3i/W5dXqUhgU9fFdJekufbeBd5DALmkuXoeFcjbQcPk+2cL+WLHf6Q81HWAnM2vrslIHpGVyCAviRwg==
|
1385
1329
|
dependencies:
|
1386
1330
|
"@types/estree" "*"
|
1387
1331
|
"@types/json-schema" "*"
|
1388
1332
|
|
1389
|
-
"@types/estree@*":
|
1390
|
-
version "0.0.
|
1391
|
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.
|
1392
|
-
integrity sha512-
|
1393
|
-
|
1394
|
-
"@types/estree@^0.0.47":
|
1395
|
-
version "0.0.47"
|
1396
|
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
|
1397
|
-
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
|
1333
|
+
"@types/estree@*", "@types/estree@^0.0.50":
|
1334
|
+
version "0.0.50"
|
1335
|
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
|
1336
|
+
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
|
1398
1337
|
|
1399
1338
|
"@types/glob@^7.1.1":
|
1400
|
-
version "7.1.
|
1401
|
-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.
|
1402
|
-
integrity sha512-
|
1339
|
+
version "7.1.4"
|
1340
|
+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
|
1341
|
+
integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==
|
1403
1342
|
dependencies:
|
1404
1343
|
"@types/minimatch" "*"
|
1405
1344
|
"@types/node" "*"
|
@@ -1412,14 +1351,14 @@
|
|
1412
1351
|
"@types/node" "*"
|
1413
1352
|
|
1414
1353
|
"@types/history@*":
|
1415
|
-
version "4.7.
|
1416
|
-
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.
|
1417
|
-
integrity sha512-
|
1354
|
+
version "4.7.9"
|
1355
|
+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.9.tgz#1cfb6d60ef3822c589f18e70f8b12f9a28ce8724"
|
1356
|
+
integrity sha512-MUc6zSmU3tEVnkQ78q0peeEjKWPUADMlC/t++2bI8WnAG2tvYRPIgHG8lWkXwqc8MsUF6Z2MOf+Mh5sazOmhiQ==
|
1418
1357
|
|
1419
1358
|
"@types/html-minifier-terser@^5.0.0":
|
1420
|
-
version "5.1.
|
1421
|
-
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.
|
1422
|
-
integrity sha512-
|
1359
|
+
version "5.1.2"
|
1360
|
+
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
|
1361
|
+
integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==
|
1423
1362
|
|
1424
1363
|
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
|
1425
1364
|
version "2.0.3"
|
@@ -1449,19 +1388,19 @@
|
|
1449
1388
|
pretty-format "^26.0.0"
|
1450
1389
|
|
1451
1390
|
"@types/js-yaml@^4.0.2":
|
1452
|
-
version "4.0.
|
1453
|
-
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.
|
1454
|
-
integrity sha512-
|
1391
|
+
version "4.0.3"
|
1392
|
+
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.3.tgz#9f33cd6fbf0d5ec575dc8c8fc69c7fec1b4eb200"
|
1393
|
+
integrity sha512-5t9BhoORasuF5uCPr+d5/hdB++zRFUTMIZOzbNkr+jZh3yQht4HYbRDyj9fY8n2TZT30iW9huzav73x4NikqWg==
|
1455
1394
|
|
1456
|
-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.
|
1457
|
-
version "7.0.
|
1458
|
-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.
|
1459
|
-
integrity sha512-
|
1395
|
+
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
|
1396
|
+
version "7.0.9"
|
1397
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
1398
|
+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
1460
1399
|
|
1461
1400
|
"@types/lodash@^4.14.172":
|
1462
|
-
version "4.14.
|
1463
|
-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.
|
1464
|
-
integrity sha512
|
1401
|
+
version "4.14.175"
|
1402
|
+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.175.tgz#b78dfa959192b01fae0ad90e166478769b215f45"
|
1403
|
+
integrity sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==
|
1465
1404
|
|
1466
1405
|
"@types/md5@^2.3.1":
|
1467
1406
|
version "2.3.1"
|
@@ -1471,62 +1410,62 @@
|
|
1471
1410
|
"@types/node" "*"
|
1472
1411
|
|
1473
1412
|
"@types/minimatch@*":
|
1474
|
-
version "3.0.
|
1475
|
-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.
|
1476
|
-
integrity sha512-
|
1413
|
+
version "3.0.5"
|
1414
|
+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
1415
|
+
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
1477
1416
|
|
1478
1417
|
"@types/node@*":
|
1479
|
-
version "
|
1480
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
1481
|
-
integrity sha512-
|
1418
|
+
version "16.10.3"
|
1419
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5"
|
1420
|
+
integrity sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==
|
1482
1421
|
|
1483
1422
|
"@types/prettier@^2.1.5":
|
1484
|
-
version "2.
|
1485
|
-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.
|
1486
|
-
integrity sha512-
|
1423
|
+
version "2.4.1"
|
1424
|
+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"
|
1425
|
+
integrity sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==
|
1487
1426
|
|
1488
1427
|
"@types/prop-types@*":
|
1489
|
-
version "15.7.
|
1490
|
-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.
|
1491
|
-
integrity sha512-
|
1428
|
+
version "15.7.4"
|
1429
|
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
|
1430
|
+
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
1492
1431
|
|
1493
1432
|
"@types/react-dom@^17.0.8":
|
1494
|
-
version "17.0.
|
1495
|
-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.
|
1496
|
-
integrity sha512-
|
1433
|
+
version "17.0.9"
|
1434
|
+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
|
1435
|
+
integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
|
1497
1436
|
dependencies:
|
1498
1437
|
"@types/react" "*"
|
1499
1438
|
|
1500
1439
|
"@types/react-router-dom@^5.1.7":
|
1501
|
-
version "5.1
|
1502
|
-
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.
|
1503
|
-
integrity sha512-
|
1440
|
+
version "5.3.1"
|
1441
|
+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.1.tgz#76700ccce6529413ec723024b71f01fc77a4a980"
|
1442
|
+
integrity sha512-UvyRy73318QI83haXlaMwmklHHzV9hjl3u71MmM6wYNu0hOVk9NLTa0vGukf8zXUqnwz4O06ig876YSPpeK28A==
|
1504
1443
|
dependencies:
|
1505
1444
|
"@types/history" "*"
|
1506
1445
|
"@types/react" "*"
|
1507
1446
|
"@types/react-router" "*"
|
1508
1447
|
|
1509
1448
|
"@types/react-router@*":
|
1510
|
-
version "5.1.
|
1511
|
-
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.
|
1512
|
-
integrity sha512-
|
1449
|
+
version "5.1.17"
|
1450
|
+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.17.tgz#087091006213b11042f39570e5cd414863693968"
|
1451
|
+
integrity sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==
|
1513
1452
|
dependencies:
|
1514
1453
|
"@types/history" "*"
|
1515
1454
|
"@types/react" "*"
|
1516
1455
|
|
1517
1456
|
"@types/react@*", "@types/react@^17.0.11":
|
1518
|
-
version "17.0.
|
1519
|
-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.
|
1520
|
-
integrity sha512-
|
1457
|
+
version "17.0.27"
|
1458
|
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
|
1459
|
+
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
|
1521
1460
|
dependencies:
|
1522
1461
|
"@types/prop-types" "*"
|
1523
1462
|
"@types/scheduler" "*"
|
1524
1463
|
csstype "^3.0.2"
|
1525
1464
|
|
1526
1465
|
"@types/scheduler@*":
|
1527
|
-
version "0.16.
|
1528
|
-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.
|
1529
|
-
integrity sha512-
|
1466
|
+
version "0.16.2"
|
1467
|
+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
1468
|
+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
1530
1469
|
|
1531
1470
|
"@types/stack-utils@^2.0.0":
|
1532
1471
|
version "2.0.1"
|
@@ -1552,143 +1491,143 @@
|
|
1552
1491
|
dependencies:
|
1553
1492
|
"@types/yargs-parser" "*"
|
1554
1493
|
|
1555
|
-
"@webassemblyjs/ast@1.11.
|
1556
|
-
version "1.11.
|
1557
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.
|
1558
|
-
integrity sha512-
|
1494
|
+
"@webassemblyjs/ast@1.11.1":
|
1495
|
+
version "1.11.1"
|
1496
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
|
1497
|
+
integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
|
1559
1498
|
dependencies:
|
1560
|
-
"@webassemblyjs/helper-numbers" "1.11.
|
1561
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1499
|
+
"@webassemblyjs/helper-numbers" "1.11.1"
|
1500
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
1562
1501
|
|
1563
|
-
"@webassemblyjs/floating-point-hex-parser@1.11.
|
1564
|
-
version "1.11.
|
1565
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.
|
1566
|
-
integrity sha512-
|
1502
|
+
"@webassemblyjs/floating-point-hex-parser@1.11.1":
|
1503
|
+
version "1.11.1"
|
1504
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
|
1505
|
+
integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
|
1567
1506
|
|
1568
|
-
"@webassemblyjs/helper-api-error@1.11.
|
1569
|
-
version "1.11.
|
1570
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.
|
1571
|
-
integrity sha512-
|
1507
|
+
"@webassemblyjs/helper-api-error@1.11.1":
|
1508
|
+
version "1.11.1"
|
1509
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
|
1510
|
+
integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
|
1572
1511
|
|
1573
|
-
"@webassemblyjs/helper-buffer@1.11.
|
1574
|
-
version "1.11.
|
1575
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.
|
1576
|
-
integrity sha512-
|
1512
|
+
"@webassemblyjs/helper-buffer@1.11.1":
|
1513
|
+
version "1.11.1"
|
1514
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
|
1515
|
+
integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
|
1577
1516
|
|
1578
|
-
"@webassemblyjs/helper-numbers@1.11.
|
1579
|
-
version "1.11.
|
1580
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.
|
1581
|
-
integrity sha512-
|
1517
|
+
"@webassemblyjs/helper-numbers@1.11.1":
|
1518
|
+
version "1.11.1"
|
1519
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
|
1520
|
+
integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
|
1582
1521
|
dependencies:
|
1583
|
-
"@webassemblyjs/floating-point-hex-parser" "1.11.
|
1584
|
-
"@webassemblyjs/helper-api-error" "1.11.
|
1522
|
+
"@webassemblyjs/floating-point-hex-parser" "1.11.1"
|
1523
|
+
"@webassemblyjs/helper-api-error" "1.11.1"
|
1585
1524
|
"@xtuc/long" "4.2.2"
|
1586
1525
|
|
1587
|
-
"@webassemblyjs/helper-wasm-bytecode@1.11.
|
1588
|
-
version "1.11.
|
1589
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.
|
1590
|
-
integrity sha512-
|
1526
|
+
"@webassemblyjs/helper-wasm-bytecode@1.11.1":
|
1527
|
+
version "1.11.1"
|
1528
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
|
1529
|
+
integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
|
1591
1530
|
|
1592
|
-
"@webassemblyjs/helper-wasm-section@1.11.
|
1593
|
-
version "1.11.
|
1594
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.
|
1595
|
-
integrity sha512-
|
1531
|
+
"@webassemblyjs/helper-wasm-section@1.11.1":
|
1532
|
+
version "1.11.1"
|
1533
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
|
1534
|
+
integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
|
1596
1535
|
dependencies:
|
1597
|
-
"@webassemblyjs/ast" "1.11.
|
1598
|
-
"@webassemblyjs/helper-buffer" "1.11.
|
1599
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1600
|
-
"@webassemblyjs/wasm-gen" "1.11.
|
1536
|
+
"@webassemblyjs/ast" "1.11.1"
|
1537
|
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
1538
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
1539
|
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
1601
1540
|
|
1602
|
-
"@webassemblyjs/ieee754@1.11.
|
1603
|
-
version "1.11.
|
1604
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.
|
1605
|
-
integrity sha512-
|
1541
|
+
"@webassemblyjs/ieee754@1.11.1":
|
1542
|
+
version "1.11.1"
|
1543
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
|
1544
|
+
integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
|
1606
1545
|
dependencies:
|
1607
1546
|
"@xtuc/ieee754" "^1.2.0"
|
1608
1547
|
|
1609
|
-
"@webassemblyjs/leb128@1.11.
|
1610
|
-
version "1.11.
|
1611
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.
|
1612
|
-
integrity sha512-
|
1548
|
+
"@webassemblyjs/leb128@1.11.1":
|
1549
|
+
version "1.11.1"
|
1550
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
|
1551
|
+
integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
|
1613
1552
|
dependencies:
|
1614
1553
|
"@xtuc/long" "4.2.2"
|
1615
1554
|
|
1616
|
-
"@webassemblyjs/utf8@1.11.
|
1617
|
-
version "1.11.
|
1618
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.
|
1619
|
-
integrity sha512-
|
1620
|
-
|
1621
|
-
"@webassemblyjs/wasm-edit@1.11.
|
1622
|
-
version "1.11.
|
1623
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.
|
1624
|
-
integrity sha512-
|
1625
|
-
dependencies:
|
1626
|
-
"@webassemblyjs/ast" "1.11.
|
1627
|
-
"@webassemblyjs/helper-buffer" "1.11.
|
1628
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1629
|
-
"@webassemblyjs/helper-wasm-section" "1.11.
|
1630
|
-
"@webassemblyjs/wasm-gen" "1.11.
|
1631
|
-
"@webassemblyjs/wasm-opt" "1.11.
|
1632
|
-
"@webassemblyjs/wasm-parser" "1.11.
|
1633
|
-
"@webassemblyjs/wast-printer" "1.11.
|
1634
|
-
|
1635
|
-
"@webassemblyjs/wasm-gen@1.11.
|
1636
|
-
version "1.11.
|
1637
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.
|
1638
|
-
integrity sha512-
|
1639
|
-
dependencies:
|
1640
|
-
"@webassemblyjs/ast" "1.11.
|
1641
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1642
|
-
"@webassemblyjs/ieee754" "1.11.
|
1643
|
-
"@webassemblyjs/leb128" "1.11.
|
1644
|
-
"@webassemblyjs/utf8" "1.11.
|
1645
|
-
|
1646
|
-
"@webassemblyjs/wasm-opt@1.11.
|
1647
|
-
version "1.11.
|
1648
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.
|
1649
|
-
integrity sha512-
|
1650
|
-
dependencies:
|
1651
|
-
"@webassemblyjs/ast" "1.11.
|
1652
|
-
"@webassemblyjs/helper-buffer" "1.11.
|
1653
|
-
"@webassemblyjs/wasm-gen" "1.11.
|
1654
|
-
"@webassemblyjs/wasm-parser" "1.11.
|
1655
|
-
|
1656
|
-
"@webassemblyjs/wasm-parser@1.11.
|
1657
|
-
version "1.11.
|
1658
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.
|
1659
|
-
integrity sha512-
|
1660
|
-
dependencies:
|
1661
|
-
"@webassemblyjs/ast" "1.11.
|
1662
|
-
"@webassemblyjs/helper-api-error" "1.11.
|
1663
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1664
|
-
"@webassemblyjs/ieee754" "1.11.
|
1665
|
-
"@webassemblyjs/leb128" "1.11.
|
1666
|
-
"@webassemblyjs/utf8" "1.11.
|
1667
|
-
|
1668
|
-
"@webassemblyjs/wast-printer@1.11.
|
1669
|
-
version "1.11.
|
1670
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.
|
1671
|
-
integrity sha512-
|
1672
|
-
dependencies:
|
1673
|
-
"@webassemblyjs/ast" "1.11.
|
1555
|
+
"@webassemblyjs/utf8@1.11.1":
|
1556
|
+
version "1.11.1"
|
1557
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
|
1558
|
+
integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
|
1559
|
+
|
1560
|
+
"@webassemblyjs/wasm-edit@1.11.1":
|
1561
|
+
version "1.11.1"
|
1562
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
|
1563
|
+
integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
|
1564
|
+
dependencies:
|
1565
|
+
"@webassemblyjs/ast" "1.11.1"
|
1566
|
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
1567
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
1568
|
+
"@webassemblyjs/helper-wasm-section" "1.11.1"
|
1569
|
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
1570
|
+
"@webassemblyjs/wasm-opt" "1.11.1"
|
1571
|
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
1572
|
+
"@webassemblyjs/wast-printer" "1.11.1"
|
1573
|
+
|
1574
|
+
"@webassemblyjs/wasm-gen@1.11.1":
|
1575
|
+
version "1.11.1"
|
1576
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
|
1577
|
+
integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
|
1578
|
+
dependencies:
|
1579
|
+
"@webassemblyjs/ast" "1.11.1"
|
1580
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
1581
|
+
"@webassemblyjs/ieee754" "1.11.1"
|
1582
|
+
"@webassemblyjs/leb128" "1.11.1"
|
1583
|
+
"@webassemblyjs/utf8" "1.11.1"
|
1584
|
+
|
1585
|
+
"@webassemblyjs/wasm-opt@1.11.1":
|
1586
|
+
version "1.11.1"
|
1587
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
|
1588
|
+
integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
|
1589
|
+
dependencies:
|
1590
|
+
"@webassemblyjs/ast" "1.11.1"
|
1591
|
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
1592
|
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
1593
|
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
1594
|
+
|
1595
|
+
"@webassemblyjs/wasm-parser@1.11.1":
|
1596
|
+
version "1.11.1"
|
1597
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
|
1598
|
+
integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
|
1599
|
+
dependencies:
|
1600
|
+
"@webassemblyjs/ast" "1.11.1"
|
1601
|
+
"@webassemblyjs/helper-api-error" "1.11.1"
|
1602
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
1603
|
+
"@webassemblyjs/ieee754" "1.11.1"
|
1604
|
+
"@webassemblyjs/leb128" "1.11.1"
|
1605
|
+
"@webassemblyjs/utf8" "1.11.1"
|
1606
|
+
|
1607
|
+
"@webassemblyjs/wast-printer@1.11.1":
|
1608
|
+
version "1.11.1"
|
1609
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
|
1610
|
+
integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
|
1611
|
+
dependencies:
|
1612
|
+
"@webassemblyjs/ast" "1.11.1"
|
1674
1613
|
"@xtuc/long" "4.2.2"
|
1675
1614
|
|
1676
|
-
"@webpack-cli/configtest@^1.0
|
1677
|
-
version "1.0
|
1678
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.0.
|
1679
|
-
integrity sha512-
|
1615
|
+
"@webpack-cli/configtest@^1.1.0":
|
1616
|
+
version "1.1.0"
|
1617
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.0.tgz#8342bef0badfb7dfd3b576f2574ab80c725be043"
|
1618
|
+
integrity sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==
|
1680
1619
|
|
1681
|
-
"@webpack-cli/info@^1.
|
1682
|
-
version "1.
|
1683
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.
|
1684
|
-
integrity sha512-
|
1620
|
+
"@webpack-cli/info@^1.4.0":
|
1621
|
+
version "1.4.0"
|
1622
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.0.tgz#b9179c3227ab09cbbb149aa733475fcf99430223"
|
1623
|
+
integrity sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==
|
1685
1624
|
dependencies:
|
1686
1625
|
envinfo "^7.7.3"
|
1687
1626
|
|
1688
|
-
"@webpack-cli/serve@^1.
|
1689
|
-
version "1.
|
1690
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.
|
1691
|
-
integrity sha512-
|
1627
|
+
"@webpack-cli/serve@^1.6.0":
|
1628
|
+
version "1.6.0"
|
1629
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.0.tgz#2c275aa05c895eccebbfc34cfb223c6e8bd591a2"
|
1630
|
+
integrity sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==
|
1692
1631
|
|
1693
1632
|
"@xtuc/ieee754@^1.2.0":
|
1694
1633
|
version "1.2.0"
|
@@ -1721,25 +1660,30 @@ acorn-globals@^6.0.0:
|
|
1721
1660
|
acorn "^7.1.1"
|
1722
1661
|
acorn-walk "^7.1.1"
|
1723
1662
|
|
1663
|
+
acorn-import-assertions@^1.7.6:
|
1664
|
+
version "1.8.0"
|
1665
|
+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
|
1666
|
+
integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
|
1667
|
+
|
1724
1668
|
acorn-walk@^7.1.1:
|
1725
1669
|
version "7.2.0"
|
1726
1670
|
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
|
1727
1671
|
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
|
1728
1672
|
|
1673
|
+
acorn-walk@^8.1.1:
|
1674
|
+
version "8.2.0"
|
1675
|
+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
1676
|
+
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
1677
|
+
|
1729
1678
|
acorn@^7.1.1:
|
1730
1679
|
version "7.4.1"
|
1731
1680
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
1732
1681
|
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
1733
1682
|
|
1734
|
-
acorn@^8.2.1:
|
1735
|
-
version "8.
|
1736
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.
|
1737
|
-
integrity sha512-
|
1738
|
-
|
1739
|
-
acorn@^8.2.4:
|
1740
|
-
version "8.4.1"
|
1741
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
|
1742
|
-
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
|
1683
|
+
acorn@^8.2.4, acorn@^8.4.1:
|
1684
|
+
version "8.5.0"
|
1685
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
|
1686
|
+
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
|
1743
1687
|
|
1744
1688
|
agent-base@6:
|
1745
1689
|
version "6.0.2"
|
@@ -1795,10 +1739,10 @@ ansi-regex@^4.1.0:
|
|
1795
1739
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
|
1796
1740
|
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
|
1797
1741
|
|
1798
|
-
ansi-regex@^5.0.0:
|
1799
|
-
version "5.0.
|
1800
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.
|
1801
|
-
integrity sha512-
|
1742
|
+
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
|
1743
|
+
version "5.0.1"
|
1744
|
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
1745
|
+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
1802
1746
|
|
1803
1747
|
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
1804
1748
|
version "3.2.1"
|
@@ -1927,22 +1871,22 @@ atob@^2.1.2:
|
|
1927
1871
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
1928
1872
|
|
1929
1873
|
axios@^0.21.1:
|
1930
|
-
version "0.21.
|
1931
|
-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.
|
1932
|
-
integrity sha512-
|
1874
|
+
version "0.21.4"
|
1875
|
+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
|
1876
|
+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
|
1933
1877
|
dependencies:
|
1934
|
-
follow-redirects "^1.
|
1878
|
+
follow-redirects "^1.14.0"
|
1935
1879
|
|
1936
|
-
babel-jest@^27.0.6:
|
1937
|
-
version "27.
|
1938
|
-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.
|
1939
|
-
integrity sha512-
|
1880
|
+
babel-jest@^27.0.6, babel-jest@^27.2.5:
|
1881
|
+
version "27.2.5"
|
1882
|
+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.5.tgz#6bbbc1bb4200fe0bfd1b1fbcbe02fc62ebed16aa"
|
1883
|
+
integrity sha512-GC9pWCcitBhSuF7H3zl0mftoKizlswaF0E3qi+rPL417wKkCB0d+Sjjb0OfXvxj7gWiBf497ldgRMii68Xz+2g==
|
1940
1884
|
dependencies:
|
1941
|
-
"@jest/transform" "^27.
|
1942
|
-
"@jest/types" "^27.
|
1885
|
+
"@jest/transform" "^27.2.5"
|
1886
|
+
"@jest/types" "^27.2.5"
|
1943
1887
|
"@types/babel__core" "^7.1.14"
|
1944
1888
|
babel-plugin-istanbul "^6.0.0"
|
1945
|
-
babel-preset-jest "^27.0
|
1889
|
+
babel-preset-jest "^27.2.0"
|
1946
1890
|
chalk "^4.0.0"
|
1947
1891
|
graceful-fs "^4.2.4"
|
1948
1892
|
slash "^3.0.0"
|
@@ -1975,10 +1919,10 @@ babel-plugin-istanbul@^6.0.0:
|
|
1975
1919
|
istanbul-lib-instrument "^4.0.0"
|
1976
1920
|
test-exclude "^6.0.0"
|
1977
1921
|
|
1978
|
-
babel-plugin-jest-hoist@^27.0
|
1979
|
-
version "27.0
|
1980
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.
|
1981
|
-
integrity sha512-
|
1922
|
+
babel-plugin-jest-hoist@^27.2.0:
|
1923
|
+
version "27.2.0"
|
1924
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277"
|
1925
|
+
integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==
|
1982
1926
|
dependencies:
|
1983
1927
|
"@babel/template" "^7.3.3"
|
1984
1928
|
"@babel/types" "^7.3.3"
|
@@ -1994,13 +1938,13 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
|
1994
1938
|
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
1995
1939
|
semver "^6.1.1"
|
1996
1940
|
|
1997
|
-
babel-plugin-polyfill-corejs3@^0.2.
|
1998
|
-
version "0.2.
|
1999
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.
|
2000
|
-
integrity sha512-
|
1941
|
+
babel-plugin-polyfill-corejs3@^0.2.5:
|
1942
|
+
version "0.2.5"
|
1943
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
|
1944
|
+
integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==
|
2001
1945
|
dependencies:
|
2002
1946
|
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
2003
|
-
core-js-compat "^3.
|
1947
|
+
core-js-compat "^3.16.2"
|
2004
1948
|
|
2005
1949
|
babel-plugin-polyfill-regenerator@^0.2.2:
|
2006
1950
|
version "0.2.2"
|
@@ -2027,12 +1971,12 @@ babel-preset-current-node-syntax@^1.0.0:
|
|
2027
1971
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
2028
1972
|
"@babel/plugin-syntax-top-level-await" "^7.8.3"
|
2029
1973
|
|
2030
|
-
babel-preset-jest@^27.0
|
2031
|
-
version "27.0
|
2032
|
-
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.
|
2033
|
-
integrity sha512-
|
1974
|
+
babel-preset-jest@^27.2.0:
|
1975
|
+
version "27.2.0"
|
1976
|
+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885"
|
1977
|
+
integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==
|
2034
1978
|
dependencies:
|
2035
|
-
babel-plugin-jest-hoist "^27.0
|
1979
|
+
babel-plugin-jest-hoist "^27.2.0"
|
2036
1980
|
babel-preset-current-node-syntax "^1.0.0"
|
2037
1981
|
|
2038
1982
|
balanced-match@^1.0.0:
|
@@ -2144,16 +2088,16 @@ browser-process-hrtime@^1.0.0:
|
|
2144
2088
|
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
2145
2089
|
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
2146
2090
|
|
2147
|
-
browserslist@^4.14.5, browserslist@^4.16.6:
|
2148
|
-
version "4.
|
2149
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
2150
|
-
integrity sha512-
|
2091
|
+
browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.3:
|
2092
|
+
version "4.17.3"
|
2093
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624"
|
2094
|
+
integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==
|
2151
2095
|
dependencies:
|
2152
|
-
caniuse-lite "^1.0.
|
2153
|
-
|
2154
|
-
electron-to-chromium "^1.3.723"
|
2096
|
+
caniuse-lite "^1.0.30001264"
|
2097
|
+
electron-to-chromium "^1.3.857"
|
2155
2098
|
escalade "^3.1.1"
|
2156
|
-
node-releases "^1.1.
|
2099
|
+
node-releases "^1.1.77"
|
2100
|
+
picocolors "^0.2.1"
|
2157
2101
|
|
2158
2102
|
bs-logger@0.x:
|
2159
2103
|
version "0.2.6"
|
@@ -2169,16 +2113,11 @@ bser@2.1.1:
|
|
2169
2113
|
dependencies:
|
2170
2114
|
node-int64 "^0.4.0"
|
2171
2115
|
|
2172
|
-
buffer-from
|
2116
|
+
buffer-from@^1.0.0:
|
2173
2117
|
version "1.1.2"
|
2174
2118
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
2175
2119
|
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
2176
2120
|
|
2177
|
-
buffer-from@^1.0.0:
|
2178
|
-
version "1.1.1"
|
2179
|
-
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
|
2180
|
-
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
|
2181
|
-
|
2182
2121
|
buffer-indexof@^1.0.0:
|
2183
2122
|
version "1.1.1"
|
2184
2123
|
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
@@ -2240,10 +2179,10 @@ camelcase@^6.2.0:
|
|
2240
2179
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
2241
2180
|
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
2242
2181
|
|
2243
|
-
caniuse-lite@^1.0.
|
2244
|
-
version "1.0.
|
2245
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
2246
|
-
integrity sha512-
|
2182
|
+
caniuse-lite@^1.0.30001264:
|
2183
|
+
version "1.0.30001265"
|
2184
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3"
|
2185
|
+
integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==
|
2247
2186
|
|
2248
2187
|
chalk@^2.0.0:
|
2249
2188
|
version "2.4.2"
|
@@ -2254,7 +2193,7 @@ chalk@^2.0.0:
|
|
2254
2193
|
escape-string-regexp "^1.0.5"
|
2255
2194
|
supports-color "^5.3.0"
|
2256
2195
|
|
2257
|
-
chalk@^4.0.0:
|
2196
|
+
chalk@^4.0.0, chalk@^4.1.0:
|
2258
2197
|
version "4.1.2"
|
2259
2198
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
2260
2199
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
@@ -2262,14 +2201,6 @@ chalk@^4.0.0:
|
|
2262
2201
|
ansi-styles "^4.1.0"
|
2263
2202
|
supports-color "^7.1.0"
|
2264
2203
|
|
2265
|
-
chalk@^4.1.0:
|
2266
|
-
version "4.1.1"
|
2267
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
2268
|
-
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
2269
|
-
dependencies:
|
2270
|
-
ansi-styles "^4.1.0"
|
2271
|
-
supports-color "^7.1.0"
|
2272
|
-
|
2273
2204
|
char-regex@^1.0.2:
|
2274
2205
|
version "1.0.2"
|
2275
2206
|
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
|
@@ -2400,10 +2331,10 @@ color-name@~1.1.4:
|
|
2400
2331
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
2401
2332
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
2402
2333
|
|
2403
|
-
colorette@^
|
2404
|
-
version "
|
2405
|
-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-
|
2406
|
-
integrity sha512-
|
2334
|
+
colorette@^2.0.14:
|
2335
|
+
version "2.0.16"
|
2336
|
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
|
2337
|
+
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
|
2407
2338
|
|
2408
2339
|
combined-stream@^1.0.8:
|
2409
2340
|
version "1.0.8"
|
@@ -2501,26 +2432,18 @@ copy-descriptor@^0.1.0:
|
|
2501
2432
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
2502
2433
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
2503
2434
|
|
2504
|
-
core-js-compat@^3.
|
2505
|
-
version "3.
|
2506
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
2507
|
-
integrity sha512-
|
2435
|
+
core-js-compat@^3.16.0, core-js-compat@^3.16.2:
|
2436
|
+
version "3.18.2"
|
2437
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142"
|
2438
|
+
integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ==
|
2508
2439
|
dependencies:
|
2509
|
-
browserslist "^4.
|
2510
|
-
semver "7.0.0"
|
2511
|
-
|
2512
|
-
core-js-compat@^3.16.0:
|
2513
|
-
version "3.16.0"
|
2514
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
|
2515
|
-
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
|
2516
|
-
dependencies:
|
2517
|
-
browserslist "^4.16.6"
|
2440
|
+
browserslist "^4.17.3"
|
2518
2441
|
semver "7.0.0"
|
2519
2442
|
|
2520
2443
|
core-util-is@~1.0.0:
|
2521
|
-
version "1.0.
|
2522
|
-
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.
|
2523
|
-
integrity
|
2444
|
+
version "1.0.3"
|
2445
|
+
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
2446
|
+
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
2524
2447
|
|
2525
2448
|
create-require@^1.1.0:
|
2526
2449
|
version "1.1.1"
|
@@ -2586,9 +2509,9 @@ cssstyle@^2.3.0:
|
|
2586
2509
|
cssom "~0.3.6"
|
2587
2510
|
|
2588
2511
|
csstype@^3.0.2:
|
2589
|
-
version "3.0.
|
2590
|
-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.
|
2591
|
-
integrity sha512-
|
2512
|
+
version "3.0.9"
|
2513
|
+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
|
2514
|
+
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
|
2592
2515
|
|
2593
2516
|
data-urls@^2.0.0:
|
2594
2517
|
version "2.0.0"
|
@@ -2606,7 +2529,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
|
|
2606
2529
|
dependencies:
|
2607
2530
|
ms "2.0.0"
|
2608
2531
|
|
2609
|
-
debug@4:
|
2532
|
+
debug@4, debug@^4.1.0, debug@^4.1.1:
|
2610
2533
|
version "4.3.2"
|
2611
2534
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
|
2612
2535
|
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
|
@@ -2620,13 +2543,6 @@ debug@^3.1.1, debug@^3.2.6:
|
|
2620
2543
|
dependencies:
|
2621
2544
|
ms "^2.1.1"
|
2622
2545
|
|
2623
|
-
debug@^4.1.0, debug@^4.1.1:
|
2624
|
-
version "4.3.1"
|
2625
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
|
2626
|
-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
|
2627
|
-
dependencies:
|
2628
|
-
ms "2.1.2"
|
2629
|
-
|
2630
2546
|
decamelize@^1.2.0:
|
2631
2547
|
version "1.2.0"
|
2632
2548
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
@@ -2660,9 +2576,9 @@ deep-equal@^1.0.1:
|
|
2660
2576
|
regexp.prototype.flags "^1.2.0"
|
2661
2577
|
|
2662
2578
|
deep-is@~0.1.3:
|
2663
|
-
version "0.1.
|
2664
|
-
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.
|
2665
|
-
integrity
|
2579
|
+
version "0.1.4"
|
2580
|
+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
|
2581
|
+
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
|
2666
2582
|
|
2667
2583
|
deep-object-diff@^1.1.0:
|
2668
2584
|
version "1.1.0"
|
@@ -2813,16 +2729,16 @@ domexception@^2.0.1:
|
|
2813
2729
|
webidl-conversions "^5.0.0"
|
2814
2730
|
|
2815
2731
|
domhandler@^4.0.0, domhandler@^4.2.0:
|
2816
|
-
version "4.2.
|
2817
|
-
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.
|
2818
|
-
integrity sha512-
|
2732
|
+
version "4.2.2"
|
2733
|
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f"
|
2734
|
+
integrity sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==
|
2819
2735
|
dependencies:
|
2820
2736
|
domelementtype "^2.2.0"
|
2821
2737
|
|
2822
2738
|
domutils@^2.5.2, domutils@^2.6.0:
|
2823
|
-
version "2.
|
2824
|
-
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.
|
2825
|
-
integrity sha512-
|
2739
|
+
version "2.8.0"
|
2740
|
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
|
2741
|
+
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
|
2826
2742
|
dependencies:
|
2827
2743
|
dom-serializer "^1.0.1"
|
2828
2744
|
domelementtype "^2.2.0"
|
@@ -2841,10 +2757,10 @@ ee-first@1.1.1:
|
|
2841
2757
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
2842
2758
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
2843
2759
|
|
2844
|
-
electron-to-chromium@^1.3.
|
2845
|
-
version "1.3.
|
2846
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
2847
|
-
integrity sha512-
|
2760
|
+
electron-to-chromium@^1.3.857:
|
2761
|
+
version "1.3.864"
|
2762
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.864.tgz#6a993bcc196a2b8b3df84d28d5d4dd912393885f"
|
2763
|
+
integrity sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw==
|
2848
2764
|
|
2849
2765
|
emittery@^0.8.1:
|
2850
2766
|
version "0.8.1"
|
@@ -2878,10 +2794,10 @@ end-of-stream@^1.1.0:
|
|
2878
2794
|
dependencies:
|
2879
2795
|
once "^1.4.0"
|
2880
2796
|
|
2881
|
-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.8.
|
2882
|
-
version "5.8.
|
2883
|
-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.
|
2884
|
-
integrity sha512-
|
2797
|
+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.8.3:
|
2798
|
+
version "5.8.3"
|
2799
|
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0"
|
2800
|
+
integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
|
2885
2801
|
dependencies:
|
2886
2802
|
graceful-fs "^4.2.4"
|
2887
2803
|
tapable "^2.2.0"
|
@@ -2903,10 +2819,10 @@ errno@^0.1.3:
|
|
2903
2819
|
dependencies:
|
2904
2820
|
prr "~1.0.1"
|
2905
2821
|
|
2906
|
-
es-module-lexer@^0.
|
2907
|
-
version "0.
|
2908
|
-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.
|
2909
|
-
integrity sha512-
|
2822
|
+
es-module-lexer@^0.9.0:
|
2823
|
+
version "0.9.3"
|
2824
|
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
|
2825
|
+
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
|
2910
2826
|
|
2911
2827
|
escalade@^3.1.1:
|
2912
2828
|
version "3.1.1"
|
@@ -3043,16 +2959,16 @@ expand-brackets@^2.1.4:
|
|
3043
2959
|
snapdragon "^0.8.1"
|
3044
2960
|
to-regex "^3.0.1"
|
3045
2961
|
|
3046
|
-
expect@^27.
|
3047
|
-
version "27.
|
3048
|
-
resolved "https://registry.yarnpkg.com/expect/-/expect-27.
|
3049
|
-
integrity sha512-
|
2962
|
+
expect@^27.2.5:
|
2963
|
+
version "27.2.5"
|
2964
|
+
resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.5.tgz#16154aaa60b4d9a5b0adacfea3e4d6178f4b93fd"
|
2965
|
+
integrity sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==
|
3050
2966
|
dependencies:
|
3051
|
-
"@jest/types" "^27.
|
2967
|
+
"@jest/types" "^27.2.5"
|
3052
2968
|
ansi-styles "^5.0.0"
|
3053
2969
|
jest-get-type "^27.0.6"
|
3054
|
-
jest-matcher-utils "^27.
|
3055
|
-
jest-message-util "^27.
|
2970
|
+
jest-matcher-utils "^27.2.5"
|
2971
|
+
jest-message-util "^27.2.5"
|
3056
2972
|
jest-regex-util "^27.0.6"
|
3057
2973
|
|
3058
2974
|
express@^4.17.1:
|
@@ -3198,9 +3114,9 @@ finalhandler@~1.1.2:
|
|
3198
3114
|
unpipe "~1.0.0"
|
3199
3115
|
|
3200
3116
|
find-cache-dir@^3.3.1:
|
3201
|
-
version "3.3.
|
3202
|
-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.
|
3203
|
-
integrity sha512-
|
3117
|
+
version "3.3.2"
|
3118
|
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
|
3119
|
+
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
|
3204
3120
|
dependencies:
|
3205
3121
|
commondir "^1.0.1"
|
3206
3122
|
make-dir "^3.0.2"
|
@@ -3221,10 +3137,10 @@ find-up@^4.0.0, find-up@^4.1.0:
|
|
3221
3137
|
locate-path "^5.0.0"
|
3222
3138
|
path-exists "^4.0.0"
|
3223
3139
|
|
3224
|
-
follow-redirects@^1.0.0, follow-redirects@^1.
|
3225
|
-
version "1.14.
|
3226
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.
|
3227
|
-
integrity sha512-
|
3140
|
+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
|
3141
|
+
version "1.14.4"
|
3142
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
|
3143
|
+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
|
3228
3144
|
|
3229
3145
|
for-in@^1.0.2:
|
3230
3146
|
version "1.0.2"
|
@@ -3335,9 +3251,9 @@ glob-to-regexp@^0.4.1:
|
|
3335
3251
|
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
|
3336
3252
|
|
3337
3253
|
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
|
3338
|
-
version "7.
|
3339
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.
|
3340
|
-
integrity sha512-
|
3254
|
+
version "7.2.0"
|
3255
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
|
3256
|
+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
|
3341
3257
|
dependencies:
|
3342
3258
|
fs.realpath "^1.0.0"
|
3343
3259
|
inflight "^1.0.4"
|
@@ -3363,9 +3279,9 @@ globby@^6.1.0:
|
|
3363
3279
|
pinkie-promise "^2.0.0"
|
3364
3280
|
|
3365
3281
|
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.2.4:
|
3366
|
-
version "4.2.
|
3367
|
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.
|
3368
|
-
integrity sha512-
|
3282
|
+
version "4.2.8"
|
3283
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
|
3284
|
+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
3369
3285
|
|
3370
3286
|
handle-thing@^2.0.0:
|
3371
3287
|
version "2.0.1"
|
@@ -3387,6 +3303,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
|
|
3387
3303
|
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
3388
3304
|
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
3389
3305
|
|
3306
|
+
has-tostringtag@^1.0.0:
|
3307
|
+
version "1.0.0"
|
3308
|
+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
|
3309
|
+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
|
3310
|
+
dependencies:
|
3311
|
+
has-symbols "^1.0.2"
|
3312
|
+
|
3390
3313
|
has-value@^0.3.1:
|
3391
3314
|
version "0.3.1"
|
3392
3315
|
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
|
@@ -3609,9 +3532,9 @@ import-local@^2.0.0:
|
|
3609
3532
|
resolve-cwd "^2.0.0"
|
3610
3533
|
|
3611
3534
|
import-local@^3.0.2:
|
3612
|
-
version "3.0.
|
3613
|
-
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.
|
3614
|
-
integrity sha512-
|
3535
|
+
version "3.0.3"
|
3536
|
+
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.3.tgz#4d51c2c495ca9393da259ec66b62e022920211e0"
|
3537
|
+
integrity sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==
|
3615
3538
|
dependencies:
|
3616
3539
|
pkg-dir "^4.2.0"
|
3617
3540
|
resolve-cwd "^3.0.0"
|
@@ -3687,11 +3610,12 @@ is-accessor-descriptor@^1.0.0:
|
|
3687
3610
|
kind-of "^6.0.0"
|
3688
3611
|
|
3689
3612
|
is-arguments@^1.0.4:
|
3690
|
-
version "1.1.
|
3691
|
-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.
|
3692
|
-
integrity sha512-
|
3613
|
+
version "1.1.1"
|
3614
|
+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
|
3615
|
+
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
|
3693
3616
|
dependencies:
|
3694
|
-
call-bind "^1.0.
|
3617
|
+
call-bind "^1.0.2"
|
3618
|
+
has-tostringtag "^1.0.0"
|
3695
3619
|
|
3696
3620
|
is-binary-path@^1.0.0:
|
3697
3621
|
version "1.0.1"
|
@@ -3713,9 +3637,9 @@ is-ci@^3.0.0:
|
|
3713
3637
|
ci-info "^3.1.1"
|
3714
3638
|
|
3715
3639
|
is-core-module@^2.2.0:
|
3716
|
-
version "2.
|
3717
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
3718
|
-
integrity sha512-
|
3640
|
+
version "2.7.0"
|
3641
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
|
3642
|
+
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
|
3719
3643
|
dependencies:
|
3720
3644
|
has "^1.0.3"
|
3721
3645
|
|
@@ -3734,9 +3658,11 @@ is-data-descriptor@^1.0.0:
|
|
3734
3658
|
kind-of "^6.0.0"
|
3735
3659
|
|
3736
3660
|
is-date-object@^1.0.1:
|
3737
|
-
version "1.0.
|
3738
|
-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.
|
3739
|
-
integrity sha512
|
3661
|
+
version "1.0.5"
|
3662
|
+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
|
3663
|
+
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
|
3664
|
+
dependencies:
|
3665
|
+
has-tostringtag "^1.0.0"
|
3740
3666
|
|
3741
3667
|
is-descriptor@^0.1.0:
|
3742
3668
|
version "0.1.6"
|
@@ -3796,9 +3722,9 @@ is-glob@^3.1.0:
|
|
3796
3722
|
is-extglob "^2.1.0"
|
3797
3723
|
|
3798
3724
|
is-glob@^4.0.0:
|
3799
|
-
version "4.0.
|
3800
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.
|
3801
|
-
integrity sha512-
|
3725
|
+
version "4.0.3"
|
3726
|
+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
3727
|
+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
3802
3728
|
dependencies:
|
3803
3729
|
is-extglob "^2.1.1"
|
3804
3730
|
|
@@ -3846,12 +3772,12 @@ is-potential-custom-element-name@^1.0.1:
|
|
3846
3772
|
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
|
3847
3773
|
|
3848
3774
|
is-regex@^1.0.4:
|
3849
|
-
version "1.1.
|
3850
|
-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.
|
3851
|
-
integrity sha512-
|
3775
|
+
version "1.1.4"
|
3776
|
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
|
3777
|
+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
|
3852
3778
|
dependencies:
|
3853
3779
|
call-bind "^1.0.2"
|
3854
|
-
has-
|
3780
|
+
has-tostringtag "^1.0.0"
|
3855
3781
|
|
3856
3782
|
is-stream@^1.1.0:
|
3857
3783
|
version "1.1.0"
|
@@ -3859,9 +3785,9 @@ is-stream@^1.1.0:
|
|
3859
3785
|
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
|
3860
3786
|
|
3861
3787
|
is-stream@^2.0.0:
|
3862
|
-
version "2.0.
|
3863
|
-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.
|
3864
|
-
integrity sha512-
|
3788
|
+
version "2.0.1"
|
3789
|
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
|
3790
|
+
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
3865
3791
|
|
3866
3792
|
is-typedarray@^1.0.0:
|
3867
3793
|
version "1.0.0"
|
@@ -3939,91 +3865,91 @@ istanbul-lib-source-maps@^4.0.0:
|
|
3939
3865
|
source-map "^0.6.1"
|
3940
3866
|
|
3941
3867
|
istanbul-reports@^3.0.2:
|
3942
|
-
version "3.0.
|
3943
|
-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.
|
3944
|
-
integrity sha512-
|
3868
|
+
version "3.0.3"
|
3869
|
+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.3.tgz#974d682037f6d12b15dc55f9a2a5f8f1ea923831"
|
3870
|
+
integrity sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==
|
3945
3871
|
dependencies:
|
3946
3872
|
html-escaper "^2.0.0"
|
3947
3873
|
istanbul-lib-report "^3.0.0"
|
3948
3874
|
|
3949
|
-
jest-changed-files@^27.
|
3950
|
-
version "27.
|
3951
|
-
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.
|
3952
|
-
integrity sha512-
|
3875
|
+
jest-changed-files@^27.2.5:
|
3876
|
+
version "27.2.5"
|
3877
|
+
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.2.5.tgz#9dfd550d158260bcb6fa80aff491f5647f7daeca"
|
3878
|
+
integrity sha512-jfnNJzF89csUKRPKJ4MwZ1SH27wTmX2xiAIHUHrsb/OYd9Jbo4/SXxJ17/nnx6RIifpthk3Y+LEeOk+/dDeGdw==
|
3953
3879
|
dependencies:
|
3954
|
-
"@jest/types" "^27.
|
3880
|
+
"@jest/types" "^27.2.5"
|
3955
3881
|
execa "^5.0.0"
|
3956
3882
|
throat "^6.0.1"
|
3957
3883
|
|
3958
|
-
jest-circus@^27.
|
3959
|
-
version "27.
|
3960
|
-
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.
|
3961
|
-
integrity sha512-
|
3884
|
+
jest-circus@^27.2.5:
|
3885
|
+
version "27.2.5"
|
3886
|
+
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.5.tgz#573256a6fb6e447ac2fc7e0ade9375013309037f"
|
3887
|
+
integrity sha512-eyL9IcrAxm3Saq3rmajFCwpaxaRMGJ1KJs+7hlTDinXpJmeR3P02bheM3CYohE7UfwOBmrFMJHjgo/WPcLTM+Q==
|
3962
3888
|
dependencies:
|
3963
|
-
"@jest/environment" "^27.
|
3964
|
-
"@jest/test-result" "^27.
|
3965
|
-
"@jest/types" "^27.
|
3889
|
+
"@jest/environment" "^27.2.5"
|
3890
|
+
"@jest/test-result" "^27.2.5"
|
3891
|
+
"@jest/types" "^27.2.5"
|
3966
3892
|
"@types/node" "*"
|
3967
3893
|
chalk "^4.0.0"
|
3968
3894
|
co "^4.6.0"
|
3969
3895
|
dedent "^0.7.0"
|
3970
|
-
expect "^27.
|
3896
|
+
expect "^27.2.5"
|
3971
3897
|
is-generator-fn "^2.0.0"
|
3972
|
-
jest-each "^27.
|
3973
|
-
jest-matcher-utils "^27.
|
3974
|
-
jest-message-util "^27.
|
3975
|
-
jest-runtime "^27.
|
3976
|
-
jest-snapshot "^27.
|
3977
|
-
jest-util "^27.
|
3978
|
-
pretty-format "^27.
|
3898
|
+
jest-each "^27.2.5"
|
3899
|
+
jest-matcher-utils "^27.2.5"
|
3900
|
+
jest-message-util "^27.2.5"
|
3901
|
+
jest-runtime "^27.2.5"
|
3902
|
+
jest-snapshot "^27.2.5"
|
3903
|
+
jest-util "^27.2.5"
|
3904
|
+
pretty-format "^27.2.5"
|
3979
3905
|
slash "^3.0.0"
|
3980
3906
|
stack-utils "^2.0.3"
|
3981
3907
|
throat "^6.0.1"
|
3982
3908
|
|
3983
|
-
jest-cli@^27.
|
3984
|
-
version "27.
|
3985
|
-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.
|
3986
|
-
integrity sha512-
|
3909
|
+
jest-cli@^27.2.5:
|
3910
|
+
version "27.2.5"
|
3911
|
+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.5.tgz#88718c8f05f1c0f209152952ecd61afe4c3311bb"
|
3912
|
+
integrity sha512-XzfcOXi5WQrXqFYsDxq5RDOKY4FNIgBgvgf3ZBz4e/j5/aWep5KnsAYH5OFPMdX/TP/LFsYQMRH7kzJUMh6JKg==
|
3987
3913
|
dependencies:
|
3988
|
-
"@jest/core" "^27.
|
3989
|
-
"@jest/test-result" "^27.
|
3990
|
-
"@jest/types" "^27.
|
3914
|
+
"@jest/core" "^27.2.5"
|
3915
|
+
"@jest/test-result" "^27.2.5"
|
3916
|
+
"@jest/types" "^27.2.5"
|
3991
3917
|
chalk "^4.0.0"
|
3992
3918
|
exit "^0.1.2"
|
3993
3919
|
graceful-fs "^4.2.4"
|
3994
3920
|
import-local "^3.0.2"
|
3995
|
-
jest-config "^27.
|
3996
|
-
jest-util "^27.
|
3997
|
-
jest-validate "^27.
|
3921
|
+
jest-config "^27.2.5"
|
3922
|
+
jest-util "^27.2.5"
|
3923
|
+
jest-validate "^27.2.5"
|
3998
3924
|
prompts "^2.0.1"
|
3999
|
-
yargs "^16.0
|
3925
|
+
yargs "^16.2.0"
|
4000
3926
|
|
4001
|
-
jest-config@^27.
|
4002
|
-
version "27.
|
4003
|
-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.
|
4004
|
-
integrity sha512-
|
3927
|
+
jest-config@^27.2.5:
|
3928
|
+
version "27.2.5"
|
3929
|
+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.5.tgz#c2e4ec6ea2bf4ffd2cae3d927999fe6159cba207"
|
3930
|
+
integrity sha512-QdENtn9b5rIIYGlbDNEcgY9LDL5kcokJnXrp7x8AGjHob/XFqw1Z6p+gjfna2sUulQsQ3ce2Fvntnv+7fKYDhQ==
|
4005
3931
|
dependencies:
|
4006
3932
|
"@babel/core" "^7.1.0"
|
4007
|
-
"@jest/test-sequencer" "^27.
|
4008
|
-
"@jest/types" "^27.
|
4009
|
-
babel-jest "^27.
|
3933
|
+
"@jest/test-sequencer" "^27.2.5"
|
3934
|
+
"@jest/types" "^27.2.5"
|
3935
|
+
babel-jest "^27.2.5"
|
4010
3936
|
chalk "^4.0.0"
|
4011
3937
|
deepmerge "^4.2.2"
|
4012
3938
|
glob "^7.1.1"
|
4013
3939
|
graceful-fs "^4.2.4"
|
4014
3940
|
is-ci "^3.0.0"
|
4015
|
-
jest-circus "^27.
|
4016
|
-
jest-environment-jsdom "^27.
|
4017
|
-
jest-environment-node "^27.
|
3941
|
+
jest-circus "^27.2.5"
|
3942
|
+
jest-environment-jsdom "^27.2.5"
|
3943
|
+
jest-environment-node "^27.2.5"
|
4018
3944
|
jest-get-type "^27.0.6"
|
4019
|
-
jest-jasmine2 "^27.
|
3945
|
+
jest-jasmine2 "^27.2.5"
|
4020
3946
|
jest-regex-util "^27.0.6"
|
4021
|
-
jest-resolve "^27.
|
4022
|
-
jest-runner "^27.
|
4023
|
-
jest-util "^27.
|
4024
|
-
jest-validate "^27.
|
3947
|
+
jest-resolve "^27.2.5"
|
3948
|
+
jest-runner "^27.2.5"
|
3949
|
+
jest-util "^27.2.5"
|
3950
|
+
jest-validate "^27.2.5"
|
4025
3951
|
micromatch "^4.0.4"
|
4026
|
-
pretty-format "^27.
|
3952
|
+
pretty-format "^27.2.5"
|
4027
3953
|
|
4028
3954
|
jest-diff@^26.0.0:
|
4029
3955
|
version "26.6.2"
|
@@ -4035,15 +3961,15 @@ jest-diff@^26.0.0:
|
|
4035
3961
|
jest-get-type "^26.3.0"
|
4036
3962
|
pretty-format "^26.6.2"
|
4037
3963
|
|
4038
|
-
jest-diff@^27.
|
4039
|
-
version "27.
|
4040
|
-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.
|
4041
|
-
integrity sha512-
|
3964
|
+
jest-diff@^27.2.5:
|
3965
|
+
version "27.2.5"
|
3966
|
+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.5.tgz#908f7a6aca5653824516ad30e0a9fd9767e53623"
|
3967
|
+
integrity sha512-7gfwwyYkeslOOVQY4tVq5TaQa92mWfC9COsVYMNVYyJTOYAqbIkoD3twi5A+h+tAPtAelRxkqY6/xu+jwTr0dA==
|
4042
3968
|
dependencies:
|
4043
3969
|
chalk "^4.0.0"
|
4044
3970
|
diff-sequences "^27.0.6"
|
4045
3971
|
jest-get-type "^27.0.6"
|
4046
|
-
pretty-format "^27.
|
3972
|
+
pretty-format "^27.2.5"
|
4047
3973
|
|
4048
3974
|
jest-docblock@^27.0.6:
|
4049
3975
|
version "27.0.6"
|
@@ -4052,41 +3978,41 @@ jest-docblock@^27.0.6:
|
|
4052
3978
|
dependencies:
|
4053
3979
|
detect-newline "^3.0.0"
|
4054
3980
|
|
4055
|
-
jest-each@^27.
|
4056
|
-
version "27.
|
4057
|
-
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.
|
4058
|
-
integrity sha512-
|
3981
|
+
jest-each@^27.2.5:
|
3982
|
+
version "27.2.5"
|
3983
|
+
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.5.tgz#378118d516db730b92096a9607b8711165946353"
|
3984
|
+
integrity sha512-HUPWIbJT0bXarRwKu/m7lYzqxR4GM5EhKOsu0z3t0SKtbFN6skQhpAUADM4qFShBXb9zoOuag5lcrR1x/WM+Ag==
|
4059
3985
|
dependencies:
|
4060
|
-
"@jest/types" "^27.
|
3986
|
+
"@jest/types" "^27.2.5"
|
4061
3987
|
chalk "^4.0.0"
|
4062
3988
|
jest-get-type "^27.0.6"
|
4063
|
-
jest-util "^27.
|
4064
|
-
pretty-format "^27.
|
3989
|
+
jest-util "^27.2.5"
|
3990
|
+
pretty-format "^27.2.5"
|
4065
3991
|
|
4066
|
-
jest-environment-jsdom@^27.
|
4067
|
-
version "27.
|
4068
|
-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.
|
4069
|
-
integrity sha512-
|
3992
|
+
jest-environment-jsdom@^27.2.5:
|
3993
|
+
version "27.2.5"
|
3994
|
+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.5.tgz#21de3ad0e89441d961b592ba7561b16241279208"
|
3995
|
+
integrity sha512-QtRpOh/RQKuXniaWcoFE2ElwP6tQcyxHu0hlk32880g0KczdonCs5P1sk5+weu/OVzh5V4Bt1rXuQthI01mBLg==
|
4070
3996
|
dependencies:
|
4071
|
-
"@jest/environment" "^27.
|
4072
|
-
"@jest/fake-timers" "^27.
|
4073
|
-
"@jest/types" "^27.
|
3997
|
+
"@jest/environment" "^27.2.5"
|
3998
|
+
"@jest/fake-timers" "^27.2.5"
|
3999
|
+
"@jest/types" "^27.2.5"
|
4074
4000
|
"@types/node" "*"
|
4075
|
-
jest-mock "^27.
|
4076
|
-
jest-util "^27.
|
4001
|
+
jest-mock "^27.2.5"
|
4002
|
+
jest-util "^27.2.5"
|
4077
4003
|
jsdom "^16.6.0"
|
4078
4004
|
|
4079
|
-
jest-environment-node@^27.
|
4080
|
-
version "27.
|
4081
|
-
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.
|
4082
|
-
integrity sha512
|
4005
|
+
jest-environment-node@^27.2.5:
|
4006
|
+
version "27.2.5"
|
4007
|
+
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.5.tgz#ffa1afb3604c640ec841f044d526c65912e02cef"
|
4008
|
+
integrity sha512-0o1LT4grm7iwrS8fIoLtwJxb/hoa3GsH7pP10P02Jpj7Mi4BXy65u46m89vEM2WfD1uFJQ2+dfDiWZNA2e6bJg==
|
4083
4009
|
dependencies:
|
4084
|
-
"@jest/environment" "^27.
|
4085
|
-
"@jest/fake-timers" "^27.
|
4086
|
-
"@jest/types" "^27.
|
4010
|
+
"@jest/environment" "^27.2.5"
|
4011
|
+
"@jest/fake-timers" "^27.2.5"
|
4012
|
+
"@jest/types" "^27.2.5"
|
4087
4013
|
"@types/node" "*"
|
4088
|
-
jest-mock "^27.
|
4089
|
-
jest-util "^27.
|
4014
|
+
jest-mock "^27.2.5"
|
4015
|
+
jest-util "^27.2.5"
|
4090
4016
|
|
4091
4017
|
jest-get-type@^26.3.0:
|
4092
4018
|
version "26.3.0"
|
@@ -4098,12 +4024,12 @@ jest-get-type@^27.0.6:
|
|
4098
4024
|
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
|
4099
4025
|
integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
|
4100
4026
|
|
4101
|
-
jest-haste-map@^27.
|
4102
|
-
version "27.
|
4103
|
-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.
|
4104
|
-
integrity sha512-
|
4027
|
+
jest-haste-map@^27.2.5:
|
4028
|
+
version "27.2.5"
|
4029
|
+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.5.tgz#0247b7299250643472bbcf5b4ad85c72d5178e2e"
|
4030
|
+
integrity sha512-pzO+Gw2WLponaSi0ilpzYBE0kuVJstoXBX8YWyUebR8VaXuX4tzzn0Zp23c/WaETo7XYTGv2e8KdnpiskAFMhQ==
|
4105
4031
|
dependencies:
|
4106
|
-
"@jest/types" "^27.
|
4032
|
+
"@jest/types" "^27.2.5"
|
4107
4033
|
"@types/graceful-fs" "^4.1.2"
|
4108
4034
|
"@types/node" "*"
|
4109
4035
|
anymatch "^3.0.3"
|
@@ -4111,76 +4037,76 @@ jest-haste-map@^27.0.6:
|
|
4111
4037
|
graceful-fs "^4.2.4"
|
4112
4038
|
jest-regex-util "^27.0.6"
|
4113
4039
|
jest-serializer "^27.0.6"
|
4114
|
-
jest-util "^27.
|
4115
|
-
jest-worker "^27.
|
4040
|
+
jest-util "^27.2.5"
|
4041
|
+
jest-worker "^27.2.5"
|
4116
4042
|
micromatch "^4.0.4"
|
4117
4043
|
walker "^1.0.7"
|
4118
4044
|
optionalDependencies:
|
4119
4045
|
fsevents "^2.3.2"
|
4120
4046
|
|
4121
|
-
jest-jasmine2@^27.
|
4122
|
-
version "27.
|
4123
|
-
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.
|
4124
|
-
integrity sha512-
|
4047
|
+
jest-jasmine2@^27.2.5:
|
4048
|
+
version "27.2.5"
|
4049
|
+
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.5.tgz#baaf96c69913c52bce0100000cf0721027c0fd66"
|
4050
|
+
integrity sha512-hdxY9Cm/CjLqu2tXeAoQHPgA4vcqlweVXYOg1+S9FeFdznB9Rti+eEBKDDkmOy9iqr4Xfbq95OkC4NFbXXPCAQ==
|
4125
4051
|
dependencies:
|
4126
4052
|
"@babel/traverse" "^7.1.0"
|
4127
|
-
"@jest/environment" "^27.
|
4053
|
+
"@jest/environment" "^27.2.5"
|
4128
4054
|
"@jest/source-map" "^27.0.6"
|
4129
|
-
"@jest/test-result" "^27.
|
4130
|
-
"@jest/types" "^27.
|
4055
|
+
"@jest/test-result" "^27.2.5"
|
4056
|
+
"@jest/types" "^27.2.5"
|
4131
4057
|
"@types/node" "*"
|
4132
4058
|
chalk "^4.0.0"
|
4133
4059
|
co "^4.6.0"
|
4134
|
-
expect "^27.
|
4060
|
+
expect "^27.2.5"
|
4135
4061
|
is-generator-fn "^2.0.0"
|
4136
|
-
jest-each "^27.
|
4137
|
-
jest-matcher-utils "^27.
|
4138
|
-
jest-message-util "^27.
|
4139
|
-
jest-runtime "^27.
|
4140
|
-
jest-snapshot "^27.
|
4141
|
-
jest-util "^27.
|
4142
|
-
pretty-format "^27.
|
4062
|
+
jest-each "^27.2.5"
|
4063
|
+
jest-matcher-utils "^27.2.5"
|
4064
|
+
jest-message-util "^27.2.5"
|
4065
|
+
jest-runtime "^27.2.5"
|
4066
|
+
jest-snapshot "^27.2.5"
|
4067
|
+
jest-util "^27.2.5"
|
4068
|
+
pretty-format "^27.2.5"
|
4143
4069
|
throat "^6.0.1"
|
4144
4070
|
|
4145
|
-
jest-leak-detector@^27.
|
4146
|
-
version "27.
|
4147
|
-
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.
|
4148
|
-
integrity sha512-
|
4071
|
+
jest-leak-detector@^27.2.5:
|
4072
|
+
version "27.2.5"
|
4073
|
+
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.5.tgz#e2edc3b37d38e8d9a527e10e456b403c3151b206"
|
4074
|
+
integrity sha512-HYsi3GUR72bYhOGB5C5saF9sPdxGzSjX7soSQS+BqDRysc7sPeBwPbhbuT8DnOpijnKjgwWQ8JqvbmReYnt3aQ==
|
4149
4075
|
dependencies:
|
4150
4076
|
jest-get-type "^27.0.6"
|
4151
|
-
pretty-format "^27.
|
4077
|
+
pretty-format "^27.2.5"
|
4152
4078
|
|
4153
|
-
jest-matcher-utils@^27.
|
4154
|
-
version "27.
|
4155
|
-
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.
|
4156
|
-
integrity sha512-
|
4079
|
+
jest-matcher-utils@^27.2.5:
|
4080
|
+
version "27.2.5"
|
4081
|
+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.5.tgz#4684faaa8eb32bf15e6edaead6834031897e2980"
|
4082
|
+
integrity sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==
|
4157
4083
|
dependencies:
|
4158
4084
|
chalk "^4.0.0"
|
4159
|
-
jest-diff "^27.
|
4085
|
+
jest-diff "^27.2.5"
|
4160
4086
|
jest-get-type "^27.0.6"
|
4161
|
-
pretty-format "^27.
|
4087
|
+
pretty-format "^27.2.5"
|
4162
4088
|
|
4163
|
-
jest-message-util@^27.
|
4164
|
-
version "27.
|
4165
|
-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.
|
4166
|
-
integrity sha512-
|
4089
|
+
jest-message-util@^27.2.5:
|
4090
|
+
version "27.2.5"
|
4091
|
+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.5.tgz#ed8b7b0965247bb875a49c1f9b9ab2d1d0820028"
|
4092
|
+
integrity sha512-ggXSLoPfIYcbmZ8glgEJZ8b+e0Msw/iddRmgkoO7lDAr9SmI65IIfv7VnvTnV4FGnIIUIjzM+fHRHO5RBvyAbQ==
|
4167
4093
|
dependencies:
|
4168
4094
|
"@babel/code-frame" "^7.12.13"
|
4169
|
-
"@jest/types" "^27.
|
4095
|
+
"@jest/types" "^27.2.5"
|
4170
4096
|
"@types/stack-utils" "^2.0.0"
|
4171
4097
|
chalk "^4.0.0"
|
4172
4098
|
graceful-fs "^4.2.4"
|
4173
4099
|
micromatch "^4.0.4"
|
4174
|
-
pretty-format "^27.
|
4100
|
+
pretty-format "^27.2.5"
|
4175
4101
|
slash "^3.0.0"
|
4176
4102
|
stack-utils "^2.0.3"
|
4177
4103
|
|
4178
|
-
jest-mock@^27.
|
4179
|
-
version "27.
|
4180
|
-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.
|
4181
|
-
integrity sha512-
|
4104
|
+
jest-mock@^27.2.5:
|
4105
|
+
version "27.2.5"
|
4106
|
+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.2.5.tgz#0ec38d5ff1e49c4802e7a4a8179e8d7a2fd84de0"
|
4107
|
+
integrity sha512-HiMB3LqE9RzmeMzZARi2Bz3NoymxyP0gCid4y42ca1djffNtYFKgI220aC1VP1mUZ8rbpqZbHZOJ15093bZV/Q==
|
4182
4108
|
dependencies:
|
4183
|
-
"@jest/types" "^27.
|
4109
|
+
"@jest/types" "^27.2.5"
|
4184
4110
|
"@types/node" "*"
|
4185
4111
|
|
4186
4112
|
jest-pnp-resolver@^1.2.2:
|
@@ -4193,89 +4119,91 @@ jest-regex-util@^27.0.6:
|
|
4193
4119
|
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
|
4194
4120
|
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
|
4195
4121
|
|
4196
|
-
jest-resolve-dependencies@^27.
|
4197
|
-
version "27.
|
4198
|
-
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.
|
4199
|
-
integrity sha512-
|
4122
|
+
jest-resolve-dependencies@^27.2.5:
|
4123
|
+
version "27.2.5"
|
4124
|
+
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.5.tgz#fcd8eca005b3d11ba32da443045c028164b83be1"
|
4125
|
+
integrity sha512-BSjefped31bcvvCh++/pN9ueqqN1n0+p8/58yScuWfklLm2tbPbS9d251vJhAy0ZI2pL/0IaGhOTJrs9Y4FJlg==
|
4200
4126
|
dependencies:
|
4201
|
-
"@jest/types" "^27.
|
4127
|
+
"@jest/types" "^27.2.5"
|
4202
4128
|
jest-regex-util "^27.0.6"
|
4203
|
-
jest-snapshot "^27.
|
4129
|
+
jest-snapshot "^27.2.5"
|
4204
4130
|
|
4205
|
-
jest-resolve@^27.
|
4206
|
-
version "27.
|
4207
|
-
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.
|
4208
|
-
integrity sha512-
|
4131
|
+
jest-resolve@^27.2.5:
|
4132
|
+
version "27.2.5"
|
4133
|
+
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.5.tgz#04dadbfc1312a2541f5c199c5011945e9cfe5cef"
|
4134
|
+
integrity sha512-q5irwS3oS73SKy3+FM/HL2T7WJftrk9BRzrXF92f7net5HMlS7lJMg/ZwxLB4YohKqjSsdksEw7n/jvMxV7EKg==
|
4209
4135
|
dependencies:
|
4210
|
-
"@jest/types" "^27.
|
4136
|
+
"@jest/types" "^27.2.5"
|
4211
4137
|
chalk "^4.0.0"
|
4212
4138
|
escalade "^3.1.1"
|
4213
4139
|
graceful-fs "^4.2.4"
|
4140
|
+
jest-haste-map "^27.2.5"
|
4214
4141
|
jest-pnp-resolver "^1.2.2"
|
4215
|
-
jest-util "^27.
|
4216
|
-
jest-validate "^27.
|
4142
|
+
jest-util "^27.2.5"
|
4143
|
+
jest-validate "^27.2.5"
|
4217
4144
|
resolve "^1.20.0"
|
4218
4145
|
slash "^3.0.0"
|
4219
4146
|
|
4220
|
-
jest-runner@^27.
|
4221
|
-
version "27.
|
4222
|
-
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.
|
4223
|
-
integrity sha512-
|
4224
|
-
dependencies:
|
4225
|
-
"@jest/console" "^27.
|
4226
|
-
"@jest/environment" "^27.
|
4227
|
-
"@jest/test-result" "^27.
|
4228
|
-
"@jest/transform" "^27.
|
4229
|
-
"@jest/types" "^27.
|
4147
|
+
jest-runner@^27.2.5:
|
4148
|
+
version "27.2.5"
|
4149
|
+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.5.tgz#3d9d0626f351480bb2cffcfbbfac240c0097ebd4"
|
4150
|
+
integrity sha512-n41vw9RLg5TKAnEeJK9d6pGOsBOpwE89XBniK+AD1k26oIIy3V7ogM1scbDjSheji8MUPC9pNgCrZ/FHLVDNgg==
|
4151
|
+
dependencies:
|
4152
|
+
"@jest/console" "^27.2.5"
|
4153
|
+
"@jest/environment" "^27.2.5"
|
4154
|
+
"@jest/test-result" "^27.2.5"
|
4155
|
+
"@jest/transform" "^27.2.5"
|
4156
|
+
"@jest/types" "^27.2.5"
|
4230
4157
|
"@types/node" "*"
|
4231
4158
|
chalk "^4.0.0"
|
4232
4159
|
emittery "^0.8.1"
|
4233
4160
|
exit "^0.1.2"
|
4234
4161
|
graceful-fs "^4.2.4"
|
4235
4162
|
jest-docblock "^27.0.6"
|
4236
|
-
jest-environment-jsdom "^27.
|
4237
|
-
jest-environment-node "^27.
|
4238
|
-
jest-haste-map "^27.
|
4239
|
-
jest-leak-detector "^27.
|
4240
|
-
jest-message-util "^27.
|
4241
|
-
jest-resolve "^27.
|
4242
|
-
jest-runtime "^27.
|
4243
|
-
jest-util "^27.
|
4244
|
-
jest-worker "^27.
|
4163
|
+
jest-environment-jsdom "^27.2.5"
|
4164
|
+
jest-environment-node "^27.2.5"
|
4165
|
+
jest-haste-map "^27.2.5"
|
4166
|
+
jest-leak-detector "^27.2.5"
|
4167
|
+
jest-message-util "^27.2.5"
|
4168
|
+
jest-resolve "^27.2.5"
|
4169
|
+
jest-runtime "^27.2.5"
|
4170
|
+
jest-util "^27.2.5"
|
4171
|
+
jest-worker "^27.2.5"
|
4245
4172
|
source-map-support "^0.5.6"
|
4246
4173
|
throat "^6.0.1"
|
4247
4174
|
|
4248
|
-
jest-runtime@^27.
|
4249
|
-
version "27.
|
4250
|
-
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.
|
4251
|
-
integrity sha512-
|
4175
|
+
jest-runtime@^27.2.5:
|
4176
|
+
version "27.2.5"
|
4177
|
+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.5.tgz#d144c3f6889b927aae1e695b63a41a3323b7016b"
|
4178
|
+
integrity sha512-N0WRZ3QszKyZ3Dm27HTBbBuestsSd3Ud5ooVho47XZJ8aSKO/X1Ag8M1dNx9XzfGVRNdB/xCA3lz8MJwIzPLLA==
|
4252
4179
|
dependencies:
|
4253
|
-
"@jest/console" "^27.
|
4254
|
-
"@jest/environment" "^27.
|
4255
|
-
"@jest/fake-timers" "^27.
|
4256
|
-
"@jest/globals" "^27.
|
4180
|
+
"@jest/console" "^27.2.5"
|
4181
|
+
"@jest/environment" "^27.2.5"
|
4182
|
+
"@jest/fake-timers" "^27.2.5"
|
4183
|
+
"@jest/globals" "^27.2.5"
|
4257
4184
|
"@jest/source-map" "^27.0.6"
|
4258
|
-
"@jest/test-result" "^27.
|
4259
|
-
"@jest/transform" "^27.
|
4260
|
-
"@jest/types" "^27.
|
4185
|
+
"@jest/test-result" "^27.2.5"
|
4186
|
+
"@jest/transform" "^27.2.5"
|
4187
|
+
"@jest/types" "^27.2.5"
|
4261
4188
|
"@types/yargs" "^16.0.0"
|
4262
4189
|
chalk "^4.0.0"
|
4263
4190
|
cjs-module-lexer "^1.0.0"
|
4264
4191
|
collect-v8-coverage "^1.0.0"
|
4192
|
+
execa "^5.0.0"
|
4265
4193
|
exit "^0.1.2"
|
4266
4194
|
glob "^7.1.3"
|
4267
4195
|
graceful-fs "^4.2.4"
|
4268
|
-
jest-haste-map "^27.
|
4269
|
-
jest-message-util "^27.
|
4270
|
-
jest-mock "^27.
|
4196
|
+
jest-haste-map "^27.2.5"
|
4197
|
+
jest-message-util "^27.2.5"
|
4198
|
+
jest-mock "^27.2.5"
|
4271
4199
|
jest-regex-util "^27.0.6"
|
4272
|
-
jest-resolve "^27.
|
4273
|
-
jest-snapshot "^27.
|
4274
|
-
jest-util "^27.
|
4275
|
-
jest-validate "^27.
|
4200
|
+
jest-resolve "^27.2.5"
|
4201
|
+
jest-snapshot "^27.2.5"
|
4202
|
+
jest-util "^27.2.5"
|
4203
|
+
jest-validate "^27.2.5"
|
4276
4204
|
slash "^3.0.0"
|
4277
4205
|
strip-bom "^4.0.0"
|
4278
|
-
yargs "^16.0
|
4206
|
+
yargs "^16.2.0"
|
4279
4207
|
|
4280
4208
|
jest-serializer@^27.0.6:
|
4281
4209
|
version "27.0.6"
|
@@ -4285,10 +4213,10 @@ jest-serializer@^27.0.6:
|
|
4285
4213
|
"@types/node" "*"
|
4286
4214
|
graceful-fs "^4.2.4"
|
4287
4215
|
|
4288
|
-
jest-snapshot@^27.
|
4289
|
-
version "27.
|
4290
|
-
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.
|
4291
|
-
integrity sha512-
|
4216
|
+
jest-snapshot@^27.2.5:
|
4217
|
+
version "27.2.5"
|
4218
|
+
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.5.tgz#8a612fe31e2967f58ad364542198dff61f92ef32"
|
4219
|
+
integrity sha512-2/Jkn+VN6Abwz0llBltZaiJMnL8b1j5Bp/gRIxe9YR3FCEh9qp0TXVV0dcpTGZ8AcJV1SZGQkczewkI9LP5yGw==
|
4292
4220
|
dependencies:
|
4293
4221
|
"@babel/core" "^7.7.2"
|
4294
4222
|
"@babel/generator" "^7.7.2"
|
@@ -4296,88 +4224,79 @@ jest-snapshot@^27.0.6:
|
|
4296
4224
|
"@babel/plugin-syntax-typescript" "^7.7.2"
|
4297
4225
|
"@babel/traverse" "^7.7.2"
|
4298
4226
|
"@babel/types" "^7.0.0"
|
4299
|
-
"@jest/transform" "^27.
|
4300
|
-
"@jest/types" "^27.
|
4227
|
+
"@jest/transform" "^27.2.5"
|
4228
|
+
"@jest/types" "^27.2.5"
|
4301
4229
|
"@types/babel__traverse" "^7.0.4"
|
4302
4230
|
"@types/prettier" "^2.1.5"
|
4303
4231
|
babel-preset-current-node-syntax "^1.0.0"
|
4304
4232
|
chalk "^4.0.0"
|
4305
|
-
expect "^27.
|
4233
|
+
expect "^27.2.5"
|
4306
4234
|
graceful-fs "^4.2.4"
|
4307
|
-
jest-diff "^27.
|
4235
|
+
jest-diff "^27.2.5"
|
4308
4236
|
jest-get-type "^27.0.6"
|
4309
|
-
jest-haste-map "^27.
|
4310
|
-
jest-matcher-utils "^27.
|
4311
|
-
jest-message-util "^27.
|
4312
|
-
jest-resolve "^27.
|
4313
|
-
jest-util "^27.
|
4237
|
+
jest-haste-map "^27.2.5"
|
4238
|
+
jest-matcher-utils "^27.2.5"
|
4239
|
+
jest-message-util "^27.2.5"
|
4240
|
+
jest-resolve "^27.2.5"
|
4241
|
+
jest-util "^27.2.5"
|
4314
4242
|
natural-compare "^1.4.0"
|
4315
|
-
pretty-format "^27.
|
4243
|
+
pretty-format "^27.2.5"
|
4316
4244
|
semver "^7.3.2"
|
4317
4245
|
|
4318
|
-
jest-util@^27.0.0, jest-util@^27.
|
4319
|
-
version "27.
|
4320
|
-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.
|
4321
|
-
integrity sha512-
|
4246
|
+
jest-util@^27.0.0, jest-util@^27.2.5:
|
4247
|
+
version "27.2.5"
|
4248
|
+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.5.tgz#88740c4024d223634a82ce7c2263e8bc6df3b3ba"
|
4249
|
+
integrity sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==
|
4322
4250
|
dependencies:
|
4323
|
-
"@jest/types" "^27.
|
4251
|
+
"@jest/types" "^27.2.5"
|
4324
4252
|
"@types/node" "*"
|
4325
4253
|
chalk "^4.0.0"
|
4326
4254
|
graceful-fs "^4.2.4"
|
4327
4255
|
is-ci "^3.0.0"
|
4328
4256
|
picomatch "^2.2.3"
|
4329
4257
|
|
4330
|
-
jest-validate@^27.
|
4331
|
-
version "27.
|
4332
|
-
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.
|
4333
|
-
integrity sha512-
|
4258
|
+
jest-validate@^27.2.5:
|
4259
|
+
version "27.2.5"
|
4260
|
+
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.5.tgz#2d59bf1627d180f395ba58f24599b0ee0efcfbdf"
|
4261
|
+
integrity sha512-XgYtjS89nhVe+UfkbLgcm+GgXKWgL80t9nTcNeejyO3t0Sj/yHE8BtIJqjZu9NXQksYbGImoQRXmQ1gP+Guffw==
|
4334
4262
|
dependencies:
|
4335
|
-
"@jest/types" "^27.
|
4263
|
+
"@jest/types" "^27.2.5"
|
4336
4264
|
camelcase "^6.2.0"
|
4337
4265
|
chalk "^4.0.0"
|
4338
4266
|
jest-get-type "^27.0.6"
|
4339
4267
|
leven "^3.1.0"
|
4340
|
-
pretty-format "^27.
|
4268
|
+
pretty-format "^27.2.5"
|
4341
4269
|
|
4342
|
-
jest-watcher@^27.
|
4343
|
-
version "27.
|
4344
|
-
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.
|
4345
|
-
integrity sha512
|
4270
|
+
jest-watcher@^27.2.5:
|
4271
|
+
version "27.2.5"
|
4272
|
+
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.5.tgz#41cd3e64dc5bea8a4327083d71ba7667be400567"
|
4273
|
+
integrity sha512-umV4qGozg2Dn6DTTtqAh9puPw+DGLK9AQas7+mWjiK8t0fWMpxKg8ZXReZw7L4C88DqorsGUiDgwHNZ+jkVrkQ==
|
4346
4274
|
dependencies:
|
4347
|
-
"@jest/test-result" "^27.
|
4348
|
-
"@jest/types" "^27.
|
4275
|
+
"@jest/test-result" "^27.2.5"
|
4276
|
+
"@jest/types" "^27.2.5"
|
4349
4277
|
"@types/node" "*"
|
4350
4278
|
ansi-escapes "^4.2.1"
|
4351
4279
|
chalk "^4.0.0"
|
4352
|
-
jest-util "^27.
|
4280
|
+
jest-util "^27.2.5"
|
4353
4281
|
string-length "^4.0.1"
|
4354
4282
|
|
4355
|
-
jest-worker@^27.0.2:
|
4356
|
-
version "27.
|
4357
|
-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.
|
4358
|
-
integrity sha512-
|
4359
|
-
dependencies:
|
4360
|
-
"@types/node" "*"
|
4361
|
-
merge-stream "^2.0.0"
|
4362
|
-
supports-color "^8.0.0"
|
4363
|
-
|
4364
|
-
jest-worker@^27.0.6:
|
4365
|
-
version "27.0.6"
|
4366
|
-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.6.tgz#a5fdb1e14ad34eb228cfe162d9f729cdbfa28aed"
|
4367
|
-
integrity sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==
|
4283
|
+
jest-worker@^27.0.6, jest-worker@^27.2.5:
|
4284
|
+
version "27.2.5"
|
4285
|
+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.5.tgz#ed42865661959488aa020e8a325df010597c36d4"
|
4286
|
+
integrity sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==
|
4368
4287
|
dependencies:
|
4369
4288
|
"@types/node" "*"
|
4370
4289
|
merge-stream "^2.0.0"
|
4371
4290
|
supports-color "^8.0.0"
|
4372
4291
|
|
4373
4292
|
jest@^27.0.6:
|
4374
|
-
version "27.
|
4375
|
-
resolved "https://registry.yarnpkg.com/jest/-/jest-27.
|
4376
|
-
integrity sha512-
|
4293
|
+
version "27.2.5"
|
4294
|
+
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.5.tgz#7d8a5c8781a160f693beeb7c68e46c16ef948148"
|
4295
|
+
integrity sha512-vDMzXcpQN4Ycaqu+vO7LX8pZwNNoKMhc+gSp6q1D8S6ftRk8gNW8cni3YFxknP95jxzQo23Lul0BI2FrWgnwYQ==
|
4377
4296
|
dependencies:
|
4378
|
-
"@jest/core" "^27.
|
4297
|
+
"@jest/core" "^27.2.5"
|
4379
4298
|
import-local "^3.0.2"
|
4380
|
-
jest-cli "^27.
|
4299
|
+
jest-cli "^27.2.5"
|
4381
4300
|
|
4382
4301
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
4383
4302
|
version "4.0.0"
|
@@ -4687,29 +4606,17 @@ micromatch@^4.0.0, micromatch@^4.0.4:
|
|
4687
4606
|
braces "^3.0.1"
|
4688
4607
|
picomatch "^2.2.3"
|
4689
4608
|
|
4690
|
-
mime-db@1.
|
4691
|
-
version "1.
|
4692
|
-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.
|
4693
|
-
integrity sha512-
|
4609
|
+
mime-db@1.50.0, "mime-db@>= 1.43.0 < 2":
|
4610
|
+
version "1.50.0"
|
4611
|
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f"
|
4612
|
+
integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==
|
4694
4613
|
|
4695
|
-
mime-
|
4696
|
-
version "1.
|
4697
|
-
resolved "https://registry.yarnpkg.com/mime-
|
4698
|
-
integrity sha512-
|
4699
|
-
|
4700
|
-
mime-types@^2.1.12:
|
4701
|
-
version "2.1.32"
|
4702
|
-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.32.tgz#1d00e89e7de7fe02008db61001d9e02852670fd5"
|
4703
|
-
integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==
|
4704
|
-
dependencies:
|
4705
|
-
mime-db "1.49.0"
|
4706
|
-
|
4707
|
-
mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.24:
|
4708
|
-
version "2.1.31"
|
4709
|
-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b"
|
4710
|
-
integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==
|
4614
|
+
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.17, mime-types@~2.1.24:
|
4615
|
+
version "2.1.33"
|
4616
|
+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.33.tgz#1fa12a904472fafd068e48d9e8401f74d3f70edb"
|
4617
|
+
integrity sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==
|
4711
4618
|
dependencies:
|
4712
|
-
mime-db "1.
|
4619
|
+
mime-db "1.50.0"
|
4713
4620
|
|
4714
4621
|
mime@1.6.0:
|
4715
4622
|
version "1.6.0"
|
@@ -4759,11 +4666,6 @@ mixin-deep@^1.2.0:
|
|
4759
4666
|
for-in "^1.0.2"
|
4760
4667
|
is-extendable "^1.0.1"
|
4761
4668
|
|
4762
|
-
mkdirp@1.x:
|
4763
|
-
version "1.0.4"
|
4764
|
-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
4765
|
-
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
4766
|
-
|
4767
4669
|
mkdirp@^0.5.1, mkdirp@^0.5.5:
|
4768
4670
|
version "0.5.5"
|
4769
4671
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
@@ -4805,9 +4707,9 @@ multicast-dns@^6.0.1:
|
|
4805
4707
|
thunky "^1.0.2"
|
4806
4708
|
|
4807
4709
|
nan@^2.12.1:
|
4808
|
-
version "2.
|
4809
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
4810
|
-
integrity sha512-
|
4710
|
+
version "2.15.0"
|
4711
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
|
4712
|
+
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
4811
4713
|
|
4812
4714
|
nanomatch@^1.2.9:
|
4813
4715
|
version "1.2.13"
|
@@ -4869,10 +4771,10 @@ node-modules-regexp@^1.0.0:
|
|
4869
4771
|
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
4870
4772
|
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
4871
4773
|
|
4872
|
-
node-releases@^1.1.
|
4873
|
-
version "1.1.
|
4874
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.
|
4875
|
-
integrity sha512-
|
4774
|
+
node-releases@^1.1.77:
|
4775
|
+
version "1.1.77"
|
4776
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e"
|
4777
|
+
integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
|
4876
4778
|
|
4877
4779
|
normalize-path@^2.1.1:
|
4878
4780
|
version "2.1.1"
|
@@ -4901,9 +4803,9 @@ npm-run-path@^4.0.1:
|
|
4901
4803
|
path-key "^3.0.0"
|
4902
4804
|
|
4903
4805
|
nth-check@^2.0.0:
|
4904
|
-
version "2.0.
|
4905
|
-
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.
|
4906
|
-
integrity sha512-
|
4806
|
+
version "2.0.1"
|
4807
|
+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
|
4808
|
+
integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
|
4907
4809
|
dependencies:
|
4908
4810
|
boolbase "^1.0.0"
|
4909
4811
|
|
@@ -5020,11 +4922,6 @@ original@^1.0.0:
|
|
5020
4922
|
dependencies:
|
5021
4923
|
url-parse "^1.4.3"
|
5022
4924
|
|
5023
|
-
p-each-series@^2.1.0:
|
5024
|
-
version "2.2.0"
|
5025
|
-
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
|
5026
|
-
integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
|
5027
|
-
|
5028
4925
|
p-finally@^1.0.0:
|
5029
4926
|
version "1.0.0"
|
5030
4927
|
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
@@ -5158,6 +5055,11 @@ path-to-regexp@^1.7.0:
|
|
5158
5055
|
dependencies:
|
5159
5056
|
isarray "0.0.1"
|
5160
5057
|
|
5058
|
+
picocolors@^0.2.1:
|
5059
|
+
version "0.2.1"
|
5060
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
|
5061
|
+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
|
5062
|
+
|
5161
5063
|
picomatch@^2.0.4, picomatch@^2.2.3:
|
5162
5064
|
version "2.3.0"
|
5163
5065
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
@@ -5243,13 +5145,13 @@ pretty-format@^26.0.0, pretty-format@^26.6.2:
|
|
5243
5145
|
ansi-styles "^4.0.0"
|
5244
5146
|
react-is "^17.0.1"
|
5245
5147
|
|
5246
|
-
pretty-format@^27.
|
5247
|
-
version "27.
|
5248
|
-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.
|
5249
|
-
integrity sha512
|
5148
|
+
pretty-format@^27.2.5:
|
5149
|
+
version "27.2.5"
|
5150
|
+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.5.tgz#7cfe2a8e8f01a5b5b29296a0b70f4140df0830c5"
|
5151
|
+
integrity sha512-+nYn2z9GgicO9JiqmY25Xtq8SYfZ/5VCpEU3pppHHNAhd1y+ZXxmNPd1evmNcAd6Hz4iBV2kf0UpGth5A/VJ7g==
|
5250
5152
|
dependencies:
|
5251
|
-
"@jest/types" "^27.
|
5252
|
-
ansi-regex "^5.0.
|
5153
|
+
"@jest/types" "^27.2.5"
|
5154
|
+
ansi-regex "^5.0.1"
|
5253
5155
|
ansi-styles "^5.0.0"
|
5254
5156
|
react-is "^17.0.1"
|
5255
5157
|
|
@@ -5259,9 +5161,9 @@ process-nextick-args@~2.0.0:
|
|
5259
5161
|
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
|
5260
5162
|
|
5261
5163
|
prompts@^2.0.1:
|
5262
|
-
version "2.4.
|
5263
|
-
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.
|
5264
|
-
integrity sha512-
|
5164
|
+
version "2.4.2"
|
5165
|
+
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
|
5166
|
+
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
|
5265
5167
|
dependencies:
|
5266
5168
|
kleur "^3.0.3"
|
5267
5169
|
sisteransi "^1.0.5"
|
@@ -5368,24 +5270,24 @@ react-is@^17.0.1:
|
|
5368
5270
|
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
5369
5271
|
|
5370
5272
|
react-router-dom@^5.2.0:
|
5371
|
-
version "5.
|
5372
|
-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.
|
5373
|
-
integrity sha512-
|
5273
|
+
version "5.3.0"
|
5274
|
+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363"
|
5275
|
+
integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==
|
5374
5276
|
dependencies:
|
5375
|
-
"@babel/runtime" "^7.
|
5277
|
+
"@babel/runtime" "^7.12.13"
|
5376
5278
|
history "^4.9.0"
|
5377
5279
|
loose-envify "^1.3.1"
|
5378
5280
|
prop-types "^15.6.2"
|
5379
|
-
react-router "5.2.
|
5281
|
+
react-router "5.2.1"
|
5380
5282
|
tiny-invariant "^1.0.2"
|
5381
5283
|
tiny-warning "^1.0.0"
|
5382
5284
|
|
5383
|
-
react-router@5.2.
|
5384
|
-
version "5.2.
|
5385
|
-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.
|
5386
|
-
integrity sha512-
|
5285
|
+
react-router@5.2.1:
|
5286
|
+
version "5.2.1"
|
5287
|
+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
|
5288
|
+
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
|
5387
5289
|
dependencies:
|
5388
|
-
"@babel/runtime" "^7.
|
5290
|
+
"@babel/runtime" "^7.12.13"
|
5389
5291
|
history "^4.9.0"
|
5390
5292
|
hoist-non-react-statics "^3.1.0"
|
5391
5293
|
loose-envify "^1.3.1"
|
@@ -5436,28 +5338,28 @@ readdirp@^2.2.1:
|
|
5436
5338
|
readable-stream "^2.0.2"
|
5437
5339
|
|
5438
5340
|
rechoir@^0.7.0:
|
5439
|
-
version "0.7.
|
5440
|
-
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.
|
5441
|
-
integrity sha512
|
5341
|
+
version "0.7.1"
|
5342
|
+
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.1.tgz#9478a96a1ca135b5e88fc027f03ee92d6c645686"
|
5343
|
+
integrity sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==
|
5442
5344
|
dependencies:
|
5443
5345
|
resolve "^1.9.0"
|
5444
5346
|
|
5445
|
-
regenerate-unicode-properties@^
|
5446
|
-
version "
|
5447
|
-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-
|
5448
|
-
integrity sha512-
|
5347
|
+
regenerate-unicode-properties@^9.0.0:
|
5348
|
+
version "9.0.0"
|
5349
|
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326"
|
5350
|
+
integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==
|
5449
5351
|
dependencies:
|
5450
|
-
regenerate "^1.4.
|
5352
|
+
regenerate "^1.4.2"
|
5451
5353
|
|
5452
|
-
regenerate@^1.4.
|
5354
|
+
regenerate@^1.4.2:
|
5453
5355
|
version "1.4.2"
|
5454
5356
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
5455
5357
|
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
5456
5358
|
|
5457
5359
|
regenerator-runtime@^0.13.4:
|
5458
|
-
version "0.13.
|
5459
|
-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.
|
5460
|
-
integrity sha512-
|
5360
|
+
version "0.13.9"
|
5361
|
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
5362
|
+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
5461
5363
|
|
5462
5364
|
regenerator-transform@^0.14.2:
|
5463
5365
|
version "0.14.5"
|
@@ -5483,26 +5385,26 @@ regexp.prototype.flags@^1.2.0:
|
|
5483
5385
|
define-properties "^1.1.3"
|
5484
5386
|
|
5485
5387
|
regexpu-core@^4.7.1:
|
5486
|
-
version "4.
|
5487
|
-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.
|
5488
|
-
integrity sha512-
|
5489
|
-
dependencies:
|
5490
|
-
regenerate "^1.4.
|
5491
|
-
regenerate-unicode-properties "^
|
5492
|
-
regjsgen "^0.5.
|
5493
|
-
regjsparser "^0.
|
5494
|
-
unicode-match-property-ecmascript "^
|
5495
|
-
unicode-match-property-value-ecmascript "^
|
5496
|
-
|
5497
|
-
regjsgen@^0.5.
|
5388
|
+
version "4.8.0"
|
5389
|
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0"
|
5390
|
+
integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==
|
5391
|
+
dependencies:
|
5392
|
+
regenerate "^1.4.2"
|
5393
|
+
regenerate-unicode-properties "^9.0.0"
|
5394
|
+
regjsgen "^0.5.2"
|
5395
|
+
regjsparser "^0.7.0"
|
5396
|
+
unicode-match-property-ecmascript "^2.0.0"
|
5397
|
+
unicode-match-property-value-ecmascript "^2.0.0"
|
5398
|
+
|
5399
|
+
regjsgen@^0.5.2:
|
5498
5400
|
version "0.5.2"
|
5499
5401
|
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733"
|
5500
5402
|
integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==
|
5501
5403
|
|
5502
|
-
regjsparser@^0.
|
5503
|
-
version "0.
|
5504
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.
|
5505
|
-
integrity sha512-
|
5404
|
+
regjsparser@^0.7.0:
|
5405
|
+
version "0.7.0"
|
5406
|
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968"
|
5407
|
+
integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==
|
5506
5408
|
dependencies:
|
5507
5409
|
jsesc "~0.5.0"
|
5508
5410
|
|
@@ -5673,12 +5575,12 @@ schema-utils@^2.6.5:
|
|
5673
5575
|
ajv "^6.12.4"
|
5674
5576
|
ajv-keywords "^3.5.2"
|
5675
5577
|
|
5676
|
-
schema-utils@^3.0.0:
|
5677
|
-
version "3.
|
5678
|
-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.
|
5679
|
-
integrity sha512-
|
5578
|
+
schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
|
5579
|
+
version "3.1.1"
|
5580
|
+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
|
5581
|
+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
|
5680
5582
|
dependencies:
|
5681
|
-
"@types/json-schema" "^7.0.
|
5583
|
+
"@types/json-schema" "^7.0.8"
|
5682
5584
|
ajv "^6.12.5"
|
5683
5585
|
ajv-keywords "^3.5.2"
|
5684
5586
|
|
@@ -5735,10 +5637,10 @@ send@0.17.1:
|
|
5735
5637
|
range-parser "~1.2.1"
|
5736
5638
|
statuses "~1.5.0"
|
5737
5639
|
|
5738
|
-
serialize-javascript@^
|
5739
|
-
version "
|
5740
|
-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-
|
5741
|
-
integrity sha512-
|
5640
|
+
serialize-javascript@^6.0.0:
|
5641
|
+
version "6.0.0"
|
5642
|
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
|
5643
|
+
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
|
5742
5644
|
dependencies:
|
5743
5645
|
randombytes "^2.1.0"
|
5744
5646
|
|
@@ -5822,9 +5724,9 @@ shebang-regex@^3.0.0:
|
|
5822
5724
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
5823
5725
|
|
5824
5726
|
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
|
5825
|
-
version "3.0.
|
5826
|
-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.
|
5827
|
-
integrity sha512-
|
5727
|
+
version "3.0.5"
|
5728
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
|
5729
|
+
integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==
|
5828
5730
|
|
5829
5731
|
sisteransi@^1.0.5:
|
5830
5732
|
version "1.0.5"
|
@@ -5867,16 +5769,16 @@ snapdragon@^0.8.1:
|
|
5867
5769
|
use "^3.1.0"
|
5868
5770
|
|
5869
5771
|
sockjs-client@^1.5.0:
|
5870
|
-
version "1.5.
|
5871
|
-
resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.
|
5872
|
-
integrity sha512-
|
5772
|
+
version "1.5.2"
|
5773
|
+
resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.2.tgz#4bc48c2da9ce4769f19dc723396b50f5c12330a3"
|
5774
|
+
integrity sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ==
|
5873
5775
|
dependencies:
|
5874
5776
|
debug "^3.2.6"
|
5875
5777
|
eventsource "^1.0.7"
|
5876
5778
|
faye-websocket "^0.11.3"
|
5877
5779
|
inherits "^2.0.4"
|
5878
5780
|
json3 "^3.3.3"
|
5879
|
-
url-parse "^1.5.
|
5781
|
+
url-parse "^1.5.3"
|
5880
5782
|
|
5881
5783
|
sockjs@^0.3.21:
|
5882
5784
|
version "0.3.21"
|
@@ -5887,11 +5789,6 @@ sockjs@^0.3.21:
|
|
5887
5789
|
uuid "^3.4.0"
|
5888
5790
|
websocket-driver "^0.7.4"
|
5889
5791
|
|
5890
|
-
source-list-map@^2.0.1:
|
5891
|
-
version "2.0.1"
|
5892
|
-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
5893
|
-
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
5894
|
-
|
5895
5792
|
source-map-resolve@^0.5.0:
|
5896
5793
|
version "0.5.3"
|
5897
5794
|
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
@@ -5903,10 +5800,10 @@ source-map-resolve@^0.5.0:
|
|
5903
5800
|
source-map-url "^0.4.0"
|
5904
5801
|
urix "^0.1.0"
|
5905
5802
|
|
5906
|
-
source-map-support@^0.5.
|
5907
|
-
version "0.5.
|
5908
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
5909
|
-
integrity sha512-
|
5803
|
+
source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20:
|
5804
|
+
version "0.5.20"
|
5805
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
|
5806
|
+
integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==
|
5910
5807
|
dependencies:
|
5911
5808
|
buffer-from "^1.0.0"
|
5912
5809
|
source-map "^0.6.0"
|
@@ -5967,9 +5864,9 @@ sprintf-js@~1.0.2:
|
|
5967
5864
|
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
5968
5865
|
|
5969
5866
|
stack-utils@^2.0.3:
|
5970
|
-
version "2.0.
|
5971
|
-
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.
|
5972
|
-
integrity sha512-
|
5867
|
+
version "2.0.5"
|
5868
|
+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"
|
5869
|
+
integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==
|
5973
5870
|
dependencies:
|
5974
5871
|
escape-string-regexp "^2.0.0"
|
5975
5872
|
|
@@ -6004,13 +5901,13 @@ string-width@^3.0.0, string-width@^3.1.0:
|
|
6004
5901
|
strip-ansi "^5.1.0"
|
6005
5902
|
|
6006
5903
|
string-width@^4.1.0, string-width@^4.2.0:
|
6007
|
-
version "4.2.
|
6008
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.
|
6009
|
-
integrity sha512-
|
5904
|
+
version "4.2.3"
|
5905
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
5906
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
6010
5907
|
dependencies:
|
6011
5908
|
emoji-regex "^8.0.0"
|
6012
5909
|
is-fullwidth-code-point "^3.0.0"
|
6013
|
-
strip-ansi "^6.0.
|
5910
|
+
strip-ansi "^6.0.1"
|
6014
5911
|
|
6015
5912
|
string_decoder@^1.1.1:
|
6016
5913
|
version "1.3.0"
|
@@ -6040,12 +5937,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
|
|
6040
5937
|
dependencies:
|
6041
5938
|
ansi-regex "^4.1.0"
|
6042
5939
|
|
6043
|
-
strip-ansi@^6.0.0:
|
6044
|
-
version "6.0.
|
6045
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.
|
6046
|
-
integrity sha512-
|
5940
|
+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
5941
|
+
version "6.0.1"
|
5942
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
5943
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
6047
5944
|
dependencies:
|
6048
|
-
ansi-regex "^5.0.
|
5945
|
+
ansi-regex "^5.0.1"
|
6049
5946
|
|
6050
5947
|
strip-bom@^4.0.0:
|
6051
5948
|
version "4.0.0"
|
@@ -6109,9 +6006,9 @@ symbol-tree@^3.2.4:
|
|
6109
6006
|
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
|
6110
6007
|
|
6111
6008
|
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
|
6112
|
-
version "2.2.
|
6113
|
-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.
|
6114
|
-
integrity sha512-
|
6009
|
+
version "2.2.1"
|
6010
|
+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
6011
|
+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
6115
6012
|
|
6116
6013
|
terminal-link@^2.0.0:
|
6117
6014
|
version "2.1.1"
|
@@ -6122,16 +6019,16 @@ terminal-link@^2.0.0:
|
|
6122
6019
|
supports-hyperlinks "^2.0.0"
|
6123
6020
|
|
6124
6021
|
terser-webpack-plugin@^5.1.3:
|
6125
|
-
version "5.
|
6126
|
-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.
|
6127
|
-
integrity sha512-
|
6022
|
+
version "5.2.4"
|
6023
|
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.2.4.tgz#ad1be7639b1cbe3ea49fab995cbe7224b31747a1"
|
6024
|
+
integrity sha512-E2CkNMN+1cho04YpdANyRrn8CyN4yMy+WdFKZIySFZrGXZxJwJP6PMNGGc/Mcr6qygQHUUqRxnAPmi0M9f00XA==
|
6128
6025
|
dependencies:
|
6129
|
-
jest-worker "^27.0.
|
6026
|
+
jest-worker "^27.0.6"
|
6130
6027
|
p-limit "^3.1.0"
|
6131
|
-
schema-utils "^3.
|
6132
|
-
serialize-javascript "^
|
6028
|
+
schema-utils "^3.1.1"
|
6029
|
+
serialize-javascript "^6.0.0"
|
6133
6030
|
source-map "^0.6.1"
|
6134
|
-
terser "^5.7.
|
6031
|
+
terser "^5.7.2"
|
6135
6032
|
|
6136
6033
|
terser@^4.6.3:
|
6137
6034
|
version "4.8.0"
|
@@ -6142,14 +6039,14 @@ terser@^4.6.3:
|
|
6142
6039
|
source-map "~0.6.1"
|
6143
6040
|
source-map-support "~0.5.12"
|
6144
6041
|
|
6145
|
-
terser@^5.7.
|
6146
|
-
version "5.
|
6147
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.
|
6148
|
-
integrity sha512-
|
6042
|
+
terser@^5.7.2:
|
6043
|
+
version "5.9.0"
|
6044
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.9.0.tgz#47d6e629a522963240f2b55fcaa3c99083d2c351"
|
6045
|
+
integrity sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==
|
6149
6046
|
dependencies:
|
6150
6047
|
commander "^2.20.0"
|
6151
6048
|
source-map "~0.7.2"
|
6152
|
-
source-map-support "~0.5.
|
6049
|
+
source-map-support "~0.5.20"
|
6153
6050
|
|
6154
6051
|
test-exclude@^6.0.0:
|
6155
6052
|
version "6.0.0"
|
@@ -6181,9 +6078,9 @@ tiny-warning@^1.0.0, tiny-warning@^1.0.3:
|
|
6181
6078
|
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
|
6182
6079
|
|
6183
6080
|
tmpl@1.0.x:
|
6184
|
-
version "1.0.
|
6185
|
-
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.
|
6186
|
-
integrity
|
6081
|
+
version "1.0.5"
|
6082
|
+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
|
6083
|
+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
|
6187
6084
|
|
6188
6085
|
to-fast-properties@^2.0.0:
|
6189
6086
|
version "2.0.0"
|
@@ -6244,25 +6141,23 @@ tr46@^2.1.0:
|
|
6244
6141
|
punycode "^2.1.1"
|
6245
6142
|
|
6246
6143
|
ts-jest@^27.0.4:
|
6247
|
-
version "27.0.
|
6248
|
-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.
|
6249
|
-
integrity sha512-
|
6144
|
+
version "27.0.5"
|
6145
|
+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.5.tgz#0b0604e2271167ec43c12a69770f0bb65ad1b750"
|
6146
|
+
integrity sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==
|
6250
6147
|
dependencies:
|
6251
6148
|
bs-logger "0.x"
|
6252
|
-
buffer-from "1.x"
|
6253
6149
|
fast-json-stable-stringify "2.x"
|
6254
6150
|
jest-util "^27.0.0"
|
6255
6151
|
json5 "2.x"
|
6256
6152
|
lodash "4.x"
|
6257
6153
|
make-error "1.x"
|
6258
|
-
mkdirp "1.x"
|
6259
6154
|
semver "7.x"
|
6260
6155
|
yargs-parser "20.x"
|
6261
6156
|
|
6262
6157
|
ts-loader@^9.2.3:
|
6263
|
-
version "9.2.
|
6264
|
-
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.
|
6265
|
-
integrity sha512-
|
6158
|
+
version "9.2.6"
|
6159
|
+
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.2.6.tgz#9937c4dd0a1e3dbbb5e433f8102a6601c6615d74"
|
6160
|
+
integrity sha512-QMTC4UFzHmu9wU2VHZEmWWE9cUajjfcdcws+Gh7FhiO+Dy0RnR1bNz0YCHqhI0yRowCE9arVnNxYHqELOy9Hjw==
|
6266
6161
|
dependencies:
|
6267
6162
|
chalk "^4.1.0"
|
6268
6163
|
enhanced-resolve "^5.0.0"
|
@@ -6270,25 +6165,27 @@ ts-loader@^9.2.3:
|
|
6270
6165
|
semver "^7.3.4"
|
6271
6166
|
|
6272
6167
|
ts-node@^10.1.0:
|
6273
|
-
version "10.1
|
6274
|
-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.1.
|
6275
|
-
integrity sha512-
|
6168
|
+
version "10.2.1"
|
6169
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
|
6170
|
+
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
|
6276
6171
|
dependencies:
|
6172
|
+
"@cspotcode/source-map-support" "0.6.1"
|
6277
6173
|
"@tsconfig/node10" "^1.0.7"
|
6278
6174
|
"@tsconfig/node12" "^1.0.7"
|
6279
6175
|
"@tsconfig/node14" "^1.0.0"
|
6280
|
-
"@tsconfig/node16" "^1.0.
|
6176
|
+
"@tsconfig/node16" "^1.0.2"
|
6177
|
+
acorn "^8.4.1"
|
6178
|
+
acorn-walk "^8.1.1"
|
6281
6179
|
arg "^4.1.0"
|
6282
6180
|
create-require "^1.1.0"
|
6283
6181
|
diff "^4.0.1"
|
6284
6182
|
make-error "^1.1.1"
|
6285
|
-
source-map-support "^0.5.17"
|
6286
6183
|
yn "3.1.1"
|
6287
6184
|
|
6288
6185
|
tslib@^2.0.3:
|
6289
|
-
version "2.3.
|
6290
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.
|
6291
|
-
integrity sha512-
|
6186
|
+
version "2.3.1"
|
6187
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
|
6188
|
+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
|
6292
6189
|
|
6293
6190
|
type-check@~0.3.2:
|
6294
6191
|
version "0.3.2"
|
@@ -6323,32 +6220,32 @@ typedarray-to-buffer@^3.1.5:
|
|
6323
6220
|
is-typedarray "^1.0.0"
|
6324
6221
|
|
6325
6222
|
typescript@^4.3.4:
|
6326
|
-
version "4.3
|
6327
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.
|
6328
|
-
integrity sha512-
|
6223
|
+
version "4.4.3"
|
6224
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
|
6225
|
+
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
|
6329
6226
|
|
6330
|
-
unicode-canonical-property-names-ecmascript@^
|
6331
|
-
version "
|
6332
|
-
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-
|
6333
|
-
integrity sha512-
|
6227
|
+
unicode-canonical-property-names-ecmascript@^2.0.0:
|
6228
|
+
version "2.0.0"
|
6229
|
+
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
|
6230
|
+
integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
|
6334
6231
|
|
6335
|
-
unicode-match-property-ecmascript@^
|
6336
|
-
version "
|
6337
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-
|
6338
|
-
integrity sha512-
|
6232
|
+
unicode-match-property-ecmascript@^2.0.0:
|
6233
|
+
version "2.0.0"
|
6234
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3"
|
6235
|
+
integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
|
6339
6236
|
dependencies:
|
6340
|
-
unicode-canonical-property-names-ecmascript "^
|
6341
|
-
unicode-property-aliases-ecmascript "^
|
6237
|
+
unicode-canonical-property-names-ecmascript "^2.0.0"
|
6238
|
+
unicode-property-aliases-ecmascript "^2.0.0"
|
6342
6239
|
|
6343
|
-
unicode-match-property-value-ecmascript@^
|
6344
|
-
version "
|
6345
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-
|
6346
|
-
integrity sha512-
|
6240
|
+
unicode-match-property-value-ecmascript@^2.0.0:
|
6241
|
+
version "2.0.0"
|
6242
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714"
|
6243
|
+
integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==
|
6347
6244
|
|
6348
|
-
unicode-property-aliases-ecmascript@^
|
6349
|
-
version "
|
6350
|
-
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-
|
6351
|
-
integrity sha512-
|
6245
|
+
unicode-property-aliases-ecmascript@^2.0.0:
|
6246
|
+
version "2.0.0"
|
6247
|
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
|
6248
|
+
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
|
6352
6249
|
|
6353
6250
|
union-value@^1.0.0:
|
6354
6251
|
version "1.0.1"
|
@@ -6395,10 +6292,10 @@ urix@^0.1.0:
|
|
6395
6292
|
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
6396
6293
|
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
|
6397
6294
|
|
6398
|
-
url-parse@^1.4.3, url-parse@^1.5.
|
6399
|
-
version "1.5.
|
6400
|
-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.
|
6401
|
-
integrity sha512-
|
6295
|
+
url-parse@^1.4.3, url-parse@^1.5.3:
|
6296
|
+
version "1.5.3"
|
6297
|
+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
|
6298
|
+
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
|
6402
6299
|
dependencies:
|
6403
6300
|
querystringify "^2.1.1"
|
6404
6301
|
requires-port "^1.0.0"
|
@@ -6441,10 +6338,10 @@ v8-compile-cache@^2.2.0:
|
|
6441
6338
|
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
6442
6339
|
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
6443
6340
|
|
6444
|
-
v8-to-istanbul@^8.
|
6445
|
-
version "8.
|
6446
|
-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.
|
6447
|
-
integrity sha512
|
6341
|
+
v8-to-istanbul@^8.1.0:
|
6342
|
+
version "8.1.0"
|
6343
|
+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz#0aeb763894f1a0a1676adf8a8b7612a38902446c"
|
6344
|
+
integrity sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==
|
6448
6345
|
dependencies:
|
6449
6346
|
"@types/istanbul-lib-coverage" "^2.0.1"
|
6450
6347
|
convert-source-map "^1.6.0"
|
@@ -6507,15 +6404,15 @@ webidl-conversions@^6.1.0:
|
|
6507
6404
|
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
|
6508
6405
|
|
6509
6406
|
webpack-cli@^4.7.2:
|
6510
|
-
version "4.
|
6511
|
-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.
|
6512
|
-
integrity sha512-
|
6407
|
+
version "4.9.0"
|
6408
|
+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.0.tgz#dc43e6e0f80dd52e89cbf73d5294bcd7ad6eb343"
|
6409
|
+
integrity sha512-n/jZZBMzVEl4PYIBs+auy2WI0WTQ74EnJDiyD98O2JZY6IVIHJNitkYp/uTXOviIOMfgzrNvC9foKv/8o8KSZw==
|
6513
6410
|
dependencies:
|
6514
6411
|
"@discoveryjs/json-ext" "^0.5.0"
|
6515
|
-
"@webpack-cli/configtest" "^1.0
|
6516
|
-
"@webpack-cli/info" "^1.
|
6517
|
-
"@webpack-cli/serve" "^1.
|
6518
|
-
colorette "^
|
6412
|
+
"@webpack-cli/configtest" "^1.1.0"
|
6413
|
+
"@webpack-cli/info" "^1.4.0"
|
6414
|
+
"@webpack-cli/serve" "^1.6.0"
|
6415
|
+
colorette "^2.0.14"
|
6519
6416
|
commander "^7.0.0"
|
6520
6417
|
execa "^5.0.0"
|
6521
6418
|
fastest-levenshtein "^1.0.12"
|
@@ -6591,29 +6488,27 @@ webpack-merge@^5.7.3:
|
|
6591
6488
|
clone-deep "^4.0.1"
|
6592
6489
|
wildcard "^2.0.0"
|
6593
6490
|
|
6594
|
-
webpack-sources@^2.
|
6595
|
-
version "2.
|
6596
|
-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.
|
6597
|
-
integrity sha512-
|
6598
|
-
dependencies:
|
6599
|
-
source-list-map "^2.0.1"
|
6600
|
-
source-map "^0.6.1"
|
6491
|
+
webpack-sources@^3.2.0:
|
6492
|
+
version "3.2.1"
|
6493
|
+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
|
6494
|
+
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
|
6601
6495
|
|
6602
6496
|
webpack@^5.39.1:
|
6603
|
-
version "5.
|
6604
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
6605
|
-
integrity sha512-
|
6497
|
+
version "5.58.1"
|
6498
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.1.tgz#df8aad72b617a9d0db8c89d4f410784ee93320d7"
|
6499
|
+
integrity sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==
|
6606
6500
|
dependencies:
|
6607
6501
|
"@types/eslint-scope" "^3.7.0"
|
6608
|
-
"@types/estree" "^0.0.
|
6609
|
-
"@webassemblyjs/ast" "1.11.
|
6610
|
-
"@webassemblyjs/wasm-edit" "1.11.
|
6611
|
-
"@webassemblyjs/wasm-parser" "1.11.
|
6612
|
-
acorn "^8.
|
6502
|
+
"@types/estree" "^0.0.50"
|
6503
|
+
"@webassemblyjs/ast" "1.11.1"
|
6504
|
+
"@webassemblyjs/wasm-edit" "1.11.1"
|
6505
|
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
6506
|
+
acorn "^8.4.1"
|
6507
|
+
acorn-import-assertions "^1.7.6"
|
6613
6508
|
browserslist "^4.14.5"
|
6614
6509
|
chrome-trace-event "^1.0.2"
|
6615
|
-
enhanced-resolve "^5.8.
|
6616
|
-
es-module-lexer "^0.
|
6510
|
+
enhanced-resolve "^5.8.3"
|
6511
|
+
es-module-lexer "^0.9.0"
|
6617
6512
|
eslint-scope "5.1.1"
|
6618
6513
|
events "^3.2.0"
|
6619
6514
|
glob-to-regexp "^0.4.1"
|
@@ -6622,11 +6517,11 @@ webpack@^5.39.1:
|
|
6622
6517
|
loader-runner "^4.2.0"
|
6623
6518
|
mime-types "^2.1.27"
|
6624
6519
|
neo-async "^2.6.2"
|
6625
|
-
schema-utils "^3.
|
6520
|
+
schema-utils "^3.1.0"
|
6626
6521
|
tapable "^2.1.1"
|
6627
6522
|
terser-webpack-plugin "^5.1.3"
|
6628
6523
|
watchpack "^2.2.0"
|
6629
|
-
webpack-sources "^2.
|
6524
|
+
webpack-sources "^3.2.0"
|
6630
6525
|
|
6631
6526
|
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
|
6632
6527
|
version "0.7.4"
|
@@ -6733,9 +6628,9 @@ ws@^6.2.1:
|
|
6733
6628
|
async-limiter "~1.0.0"
|
6734
6629
|
|
6735
6630
|
ws@^7.4.6:
|
6736
|
-
version "7.5.
|
6737
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.
|
6738
|
-
integrity sha512-
|
6631
|
+
version "7.5.5"
|
6632
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881"
|
6633
|
+
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==
|
6739
6634
|
|
6740
6635
|
xml-name-validator@^3.0.0:
|
6741
6636
|
version "3.0.0"
|
@@ -6791,7 +6686,7 @@ yargs@^13.3.2:
|
|
6791
6686
|
y18n "^4.0.0"
|
6792
6687
|
yargs-parser "^13.1.2"
|
6793
6688
|
|
6794
|
-
yargs@^16.0
|
6689
|
+
yargs@^16.2.0:
|
6795
6690
|
version "16.2.0"
|
6796
6691
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
6797
6692
|
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|