openc3 5.12.0 → 5.14.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of openc3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/bin/openc3cli +21 -18
- data/data/config/command_modifiers.yaml +53 -1
- data/data/config/graph_settings.yaml +1 -1
- data/data/config/item_modifiers.yaml +1 -2
- data/data/config/parameter_modifiers.yaml +13 -14
- data/data/config/screen.yaml +1 -2
- data/data/config/target_config.yaml +2 -6
- data/lib/openc3/accessors/accessor.rb +42 -29
- data/lib/openc3/accessors/binary_accessor.rb +11 -1
- data/lib/openc3/accessors/form_accessor.rb +11 -1
- data/lib/openc3/accessors/http_accessor.rb +38 -0
- data/lib/openc3/accessors/json_accessor.rb +15 -3
- data/lib/openc3/accessors/template_accessor.rb +150 -0
- data/lib/openc3/accessors/xml_accessor.rb +11 -1
- data/lib/openc3/accessors.rb +1 -0
- data/lib/openc3/api/cmd_api.rb +99 -35
- data/lib/openc3/api/limits_api.rb +3 -3
- data/lib/openc3/api/tlm_api.rb +70 -31
- data/lib/openc3/interfaces/interface.rb +9 -7
- data/lib/openc3/interfaces/mqtt_interface.rb +11 -9
- data/lib/openc3/interfaces/mqtt_stream_interface.rb +78 -0
- data/lib/openc3/interfaces/protocols/cmd_response_protocol.rb +116 -0
- data/lib/openc3/interfaces/tcpip_client_interface.rb +4 -0
- data/lib/openc3/interfaces/tcpip_server_interface.rb +5 -0
- data/lib/openc3/interfaces.rb +1 -1
- data/lib/openc3/logs/packet_log_reader.rb +2 -2
- data/lib/openc3/logs/text_log_writer.rb +3 -2
- data/lib/openc3/microservices/decom_microservice.rb +1 -0
- data/lib/openc3/microservices/interface_microservice.rb +10 -1
- data/lib/openc3/microservices/trigger_group_microservice.rb +2 -1
- data/lib/openc3/models/cvt_model.rb +16 -12
- data/lib/openc3/models/gem_model.rb +20 -3
- data/lib/openc3/models/microservice_model.rb +1 -1
- data/lib/openc3/models/plugin_model.rb +43 -5
- data/lib/openc3/models/target_model.rb +69 -8
- data/lib/openc3/packets/json_packet.rb +46 -15
- data/lib/openc3/packets/packet.rb +92 -4
- data/lib/openc3/packets/packet_config.rb +27 -2
- data/lib/openc3/packets/parsers/xtce_parser.rb +5 -1
- data/lib/openc3/script/api_shared.rb +42 -31
- data/lib/openc3/script/commands.rb +18 -12
- data/lib/openc3/script/limits.rb +1 -1
- data/lib/openc3/script/script.rb +6 -12
- data/lib/openc3/script/storage.rb +4 -4
- data/lib/openc3/script/web_socket_api.rb +2 -2
- data/lib/openc3/streams/mqtt_stream.rb +109 -0
- data/lib/openc3/streams/tcpip_socket_stream.rb +19 -0
- data/lib/openc3/system/system.rb +13 -1
- data/lib/openc3/utilities/cli_generator.rb +48 -21
- data/lib/openc3/utilities/local_mode.rb +3 -3
- data/lib/openc3/utilities/logger.rb +17 -16
- data/lib/openc3/utilities/process_manager.rb +1 -1
- data/lib/openc3/utilities/store_queued.rb +126 -0
- data/lib/openc3/version.rb +5 -5
- data/templates/conversion/conversion.py +28 -0
- data/templates/conversion/conversion.rb +1 -18
- data/templates/limits_response/response.py +37 -0
- data/templates/limits_response/response.rb +0 -17
- data/templates/microservice/microservices/TEMPLATE/microservice.py +54 -0
- data/templates/microservice/microservices/TEMPLATE/microservice.rb +0 -7
- data/templates/plugin/.gitignore +1 -0
- data/templates/plugin/plugin.gemspec +2 -2
- data/templates/target/targets/TARGET/lib/target.py +9 -0
- data/templates/target/targets/TARGET/procedures/procedure.py +3 -0
- data/templates/target/targets/TARGET/public/README.txt +1 -0
- data/templates/tool_angular/package.json +21 -20
- data/templates/tool_angular/yarn.lock +2287 -3171
- data/templates/tool_react/package.json +15 -15
- data/templates/tool_react/yarn.lock +716 -789
- data/templates/tool_svelte/package.json +16 -15
- data/templates/tool_svelte/src/services/openc3-api.js +17 -22
- data/templates/tool_svelte/yarn.lock +715 -620
- data/templates/tool_vue/package.json +16 -15
- data/templates/tool_vue/yarn.lock +149 -69
- data/templates/widget/package.json +15 -14
- data/templates/widget/yarn.lock +132 -63
- metadata +160 -148
- data/lib/openc3/io/openc3_snmp.rb +0 -61
@@ -7,10 +7,10 @@
|
|
7
7
|
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
|
8
8
|
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
|
9
9
|
|
10
|
-
"@adobe/css-tools@^4.3.
|
11
|
-
version "4.3.
|
12
|
-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.
|
13
|
-
integrity sha512
|
10
|
+
"@adobe/css-tools@^4.3.2":
|
11
|
+
version "4.3.2"
|
12
|
+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.2.tgz#a6abc715fb6884851fca9dad37fc34739a04fd11"
|
13
|
+
integrity sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==
|
14
14
|
|
15
15
|
"@ampproject/remapping@^2.2.0":
|
16
16
|
version "2.2.1"
|
@@ -35,6 +35,14 @@
|
|
35
35
|
"@babel/highlight" "^7.22.13"
|
36
36
|
chalk "^2.4.2"
|
37
37
|
|
38
|
+
"@babel/code-frame@^7.23.5":
|
39
|
+
version "7.23.5"
|
40
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
|
41
|
+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
|
42
|
+
dependencies:
|
43
|
+
"@babel/highlight" "^7.23.4"
|
44
|
+
chalk "^2.4.2"
|
45
|
+
|
38
46
|
"@babel/compat-data@^7.22.5":
|
39
47
|
version "7.22.5"
|
40
48
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
@@ -45,10 +53,10 @@
|
|
45
53
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
46
54
|
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
47
55
|
|
48
|
-
"@babel/compat-data@^7.23.
|
49
|
-
version "7.23.
|
50
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.
|
51
|
-
integrity sha512-
|
56
|
+
"@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
|
57
|
+
version "7.23.5"
|
58
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
59
|
+
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
52
60
|
|
53
61
|
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
|
54
62
|
version "7.22.5"
|
@@ -71,31 +79,31 @@
|
|
71
79
|
json5 "^2.2.2"
|
72
80
|
semver "^6.3.0"
|
73
81
|
|
74
|
-
"@babel/core@^7.23.
|
75
|
-
version "7.23.
|
76
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.
|
77
|
-
integrity sha512
|
82
|
+
"@babel/core@^7.23.7":
|
83
|
+
version "7.23.7"
|
84
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
|
85
|
+
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
|
78
86
|
dependencies:
|
79
87
|
"@ampproject/remapping" "^2.2.0"
|
80
|
-
"@babel/code-frame" "^7.
|
81
|
-
"@babel/generator" "^7.23.
|
82
|
-
"@babel/helper-compilation-targets" "^7.
|
83
|
-
"@babel/helper-module-transforms" "^7.23.
|
84
|
-
"@babel/helpers" "^7.23.
|
85
|
-
"@babel/parser" "^7.23.
|
88
|
+
"@babel/code-frame" "^7.23.5"
|
89
|
+
"@babel/generator" "^7.23.6"
|
90
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
91
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
92
|
+
"@babel/helpers" "^7.23.7"
|
93
|
+
"@babel/parser" "^7.23.6"
|
86
94
|
"@babel/template" "^7.22.15"
|
87
|
-
"@babel/traverse" "^7.23.
|
88
|
-
"@babel/types" "^7.23.
|
95
|
+
"@babel/traverse" "^7.23.7"
|
96
|
+
"@babel/types" "^7.23.6"
|
89
97
|
convert-source-map "^2.0.0"
|
90
98
|
debug "^4.1.0"
|
91
99
|
gensync "^1.0.0-beta.2"
|
92
100
|
json5 "^2.2.3"
|
93
101
|
semver "^6.3.1"
|
94
102
|
|
95
|
-
"@babel/eslint-parser@^7.
|
96
|
-
version "7.
|
97
|
-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.
|
98
|
-
integrity sha512-
|
103
|
+
"@babel/eslint-parser@^7.23.3":
|
104
|
+
version "7.23.3"
|
105
|
+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz#7bf0db1c53b54da0c8a12627373554a0828479ca"
|
106
|
+
integrity sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==
|
99
107
|
dependencies:
|
100
108
|
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
101
109
|
eslint-visitor-keys "^2.1.0"
|
@@ -121,6 +129,16 @@
|
|
121
129
|
"@jridgewell/trace-mapping" "^0.3.17"
|
122
130
|
jsesc "^2.5.1"
|
123
131
|
|
132
|
+
"@babel/generator@^7.23.6":
|
133
|
+
version "7.23.6"
|
134
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
|
135
|
+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
|
136
|
+
dependencies:
|
137
|
+
"@babel/types" "^7.23.6"
|
138
|
+
"@jridgewell/gen-mapping" "^0.3.2"
|
139
|
+
"@jridgewell/trace-mapping" "^0.3.17"
|
140
|
+
jsesc "^2.5.1"
|
141
|
+
|
124
142
|
"@babel/helper-annotate-as-pure@^7.22.5":
|
125
143
|
version "7.22.5"
|
126
144
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
@@ -128,12 +146,12 @@
|
|
128
146
|
dependencies:
|
129
147
|
"@babel/types" "^7.22.5"
|
130
148
|
|
131
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.
|
132
|
-
version "7.22.
|
133
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.
|
134
|
-
integrity sha512-
|
149
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
|
150
|
+
version "7.22.15"
|
151
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
|
152
|
+
integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
|
135
153
|
dependencies:
|
136
|
-
"@babel/types" "^7.22.
|
154
|
+
"@babel/types" "^7.22.15"
|
137
155
|
|
138
156
|
"@babel/helper-compilation-targets@^7.22.15":
|
139
157
|
version "7.22.15"
|
@@ -168,35 +186,31 @@
|
|
168
186
|
lru-cache "^5.1.1"
|
169
187
|
semver "^6.3.1"
|
170
188
|
|
171
|
-
"@babel/helper-
|
172
|
-
version "7.
|
173
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
174
|
-
integrity sha512-
|
189
|
+
"@babel/helper-compilation-targets@^7.23.6":
|
190
|
+
version "7.23.6"
|
191
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
192
|
+
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
175
193
|
dependencies:
|
176
|
-
"@babel/
|
177
|
-
"@babel/helper-
|
178
|
-
|
179
|
-
|
180
|
-
"@babel/helper-optimise-call-expression" "^7.22.5"
|
181
|
-
"@babel/helper-replace-supers" "^7.22.9"
|
182
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
183
|
-
"@babel/helper-split-export-declaration" "^7.22.6"
|
194
|
+
"@babel/compat-data" "^7.23.5"
|
195
|
+
"@babel/helper-validator-option" "^7.23.5"
|
196
|
+
browserslist "^4.22.2"
|
197
|
+
lru-cache "^5.1.1"
|
184
198
|
semver "^6.3.1"
|
185
199
|
|
186
|
-
"@babel/helper-create-class-features-plugin@^7.22.
|
187
|
-
version "7.
|
188
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
189
|
-
integrity sha512-
|
200
|
+
"@babel/helper-create-class-features-plugin@^7.22.15":
|
201
|
+
version "7.23.6"
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.6.tgz#b04d915ce92ce363666f816a884cdcfc9be04953"
|
203
|
+
integrity sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==
|
190
204
|
dependencies:
|
191
205
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
192
|
-
"@babel/helper-environment-visitor" "^7.22.
|
193
|
-
"@babel/helper-function-name" "^7.
|
194
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
206
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
207
|
+
"@babel/helper-function-name" "^7.23.0"
|
208
|
+
"@babel/helper-member-expression-to-functions" "^7.23.0"
|
195
209
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
196
|
-
"@babel/helper-replace-supers" "^7.22.
|
210
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
197
211
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
198
|
-
"@babel/helper-split-export-declaration" "^7.22.
|
199
|
-
semver "^6.3.
|
212
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
213
|
+
semver "^6.3.1"
|
200
214
|
|
201
215
|
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
202
216
|
version "7.22.5"
|
@@ -207,10 +221,19 @@
|
|
207
221
|
regexpu-core "^5.3.1"
|
208
222
|
semver "^6.3.0"
|
209
223
|
|
210
|
-
"@babel/helper-
|
211
|
-
version "
|
212
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
213
|
-
integrity sha512-
|
224
|
+
"@babel/helper-create-regexp-features-plugin@^7.22.15":
|
225
|
+
version "7.22.15"
|
226
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
227
|
+
integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
|
228
|
+
dependencies:
|
229
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
230
|
+
regexpu-core "^5.3.1"
|
231
|
+
semver "^6.3.1"
|
232
|
+
|
233
|
+
"@babel/helper-define-polyfill-provider@^0.4.4":
|
234
|
+
version "0.4.4"
|
235
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
|
236
|
+
integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
|
214
237
|
dependencies:
|
215
238
|
"@babel/helper-compilation-targets" "^7.22.6"
|
216
239
|
"@babel/helper-plugin-utils" "^7.22.5"
|
@@ -258,12 +281,12 @@
|
|
258
281
|
dependencies:
|
259
282
|
"@babel/types" "^7.22.15"
|
260
283
|
|
261
|
-
"@babel/helper-member-expression-to-functions@^7.
|
262
|
-
version "7.
|
263
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
264
|
-
integrity sha512-
|
284
|
+
"@babel/helper-member-expression-to-functions@^7.23.0":
|
285
|
+
version "7.23.0"
|
286
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
|
287
|
+
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
|
265
288
|
dependencies:
|
266
|
-
"@babel/types" "^7.
|
289
|
+
"@babel/types" "^7.23.0"
|
267
290
|
|
268
291
|
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.22.5":
|
269
292
|
version "7.22.5"
|
@@ -293,10 +316,10 @@
|
|
293
316
|
"@babel/traverse" "^7.22.5"
|
294
317
|
"@babel/types" "^7.22.5"
|
295
318
|
|
296
|
-
"@babel/helper-module-transforms@^7.23.
|
297
|
-
version "7.23.
|
298
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.
|
299
|
-
integrity sha512-
|
319
|
+
"@babel/helper-module-transforms@^7.23.3":
|
320
|
+
version "7.23.3"
|
321
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
|
322
|
+
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
|
300
323
|
dependencies:
|
301
324
|
"@babel/helper-environment-visitor" "^7.22.20"
|
302
325
|
"@babel/helper-module-imports" "^7.22.15"
|
@@ -325,35 +348,13 @@
|
|
325
348
|
"@babel/helper-environment-visitor" "^7.22.20"
|
326
349
|
"@babel/helper-wrap-function" "^7.22.20"
|
327
350
|
|
328
|
-
"@babel/helper-
|
329
|
-
version "7.22.
|
330
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
331
|
-
integrity sha512-
|
332
|
-
dependencies:
|
333
|
-
"@babel/helper-annotate-as-pure" "^7.22.5"
|
334
|
-
"@babel/helper-environment-visitor" "^7.22.5"
|
335
|
-
"@babel/helper-wrap-function" "^7.22.5"
|
336
|
-
"@babel/types" "^7.22.5"
|
337
|
-
|
338
|
-
"@babel/helper-replace-supers@^7.22.5":
|
339
|
-
version "7.22.5"
|
340
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc"
|
341
|
-
integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==
|
342
|
-
dependencies:
|
343
|
-
"@babel/helper-environment-visitor" "^7.22.5"
|
344
|
-
"@babel/helper-member-expression-to-functions" "^7.22.5"
|
345
|
-
"@babel/helper-optimise-call-expression" "^7.22.5"
|
346
|
-
"@babel/template" "^7.22.5"
|
347
|
-
"@babel/traverse" "^7.22.5"
|
348
|
-
"@babel/types" "^7.22.5"
|
349
|
-
|
350
|
-
"@babel/helper-replace-supers@^7.22.9":
|
351
|
-
version "7.22.9"
|
352
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
|
353
|
-
integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
|
351
|
+
"@babel/helper-replace-supers@^7.22.20":
|
352
|
+
version "7.22.20"
|
353
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
|
354
|
+
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
|
354
355
|
dependencies:
|
355
|
-
"@babel/helper-environment-visitor" "^7.22.
|
356
|
-
"@babel/helper-member-expression-to-functions" "^7.22.
|
356
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
357
|
+
"@babel/helper-member-expression-to-functions" "^7.22.15"
|
357
358
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
358
359
|
|
359
360
|
"@babel/helper-simple-access@^7.22.5":
|
@@ -389,6 +390,11 @@
|
|
389
390
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
390
391
|
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
391
392
|
|
393
|
+
"@babel/helper-string-parser@^7.23.4":
|
394
|
+
version "7.23.4"
|
395
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
396
|
+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
397
|
+
|
392
398
|
"@babel/helper-validator-identifier@^7.22.15":
|
393
399
|
version "7.22.15"
|
394
400
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
@@ -414,6 +420,11 @@
|
|
414
420
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
|
415
421
|
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
|
416
422
|
|
423
|
+
"@babel/helper-validator-option@^7.23.5":
|
424
|
+
version "7.23.5"
|
425
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
426
|
+
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
|
427
|
+
|
417
428
|
"@babel/helper-wrap-function@^7.22.20":
|
418
429
|
version "7.22.20"
|
419
430
|
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
|
@@ -423,16 +434,6 @@
|
|
423
434
|
"@babel/template" "^7.22.15"
|
424
435
|
"@babel/types" "^7.22.19"
|
425
436
|
|
426
|
-
"@babel/helper-wrap-function@^7.22.5":
|
427
|
-
version "7.22.5"
|
428
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz#44d205af19ed8d872b4eefb0d2fa65f45eb34f06"
|
429
|
-
integrity sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==
|
430
|
-
dependencies:
|
431
|
-
"@babel/helper-function-name" "^7.22.5"
|
432
|
-
"@babel/template" "^7.22.5"
|
433
|
-
"@babel/traverse" "^7.22.5"
|
434
|
-
"@babel/types" "^7.22.5"
|
435
|
-
|
436
437
|
"@babel/helpers@^7.22.5":
|
437
438
|
version "7.22.5"
|
438
439
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
|
@@ -442,14 +443,14 @@
|
|
442
443
|
"@babel/traverse" "^7.22.5"
|
443
444
|
"@babel/types" "^7.22.5"
|
444
445
|
|
445
|
-
"@babel/helpers@^7.23.
|
446
|
-
version "7.23.
|
447
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.
|
448
|
-
integrity sha512-
|
446
|
+
"@babel/helpers@^7.23.7":
|
447
|
+
version "7.23.8"
|
448
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34"
|
449
|
+
integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==
|
449
450
|
dependencies:
|
450
451
|
"@babel/template" "^7.22.15"
|
451
|
-
"@babel/traverse" "^7.23.
|
452
|
-
"@babel/types" "^7.23.
|
452
|
+
"@babel/traverse" "^7.23.7"
|
453
|
+
"@babel/types" "^7.23.6"
|
453
454
|
|
454
455
|
"@babel/highlight@^7.22.13":
|
455
456
|
version "7.22.13"
|
@@ -469,6 +470,15 @@
|
|
469
470
|
chalk "^2.0.0"
|
470
471
|
js-tokens "^4.0.0"
|
471
472
|
|
473
|
+
"@babel/highlight@^7.23.4":
|
474
|
+
version "7.23.4"
|
475
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
|
476
|
+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
|
477
|
+
dependencies:
|
478
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
479
|
+
chalk "^2.4.2"
|
480
|
+
js-tokens "^4.0.0"
|
481
|
+
|
472
482
|
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
|
473
483
|
version "7.22.5"
|
474
484
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
@@ -484,21 +494,34 @@
|
|
484
494
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
485
495
|
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
486
496
|
|
487
|
-
"@babel/
|
488
|
-
version "7.
|
489
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
490
|
-
integrity sha512-
|
497
|
+
"@babel/parser@^7.23.6":
|
498
|
+
version "7.23.6"
|
499
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
|
500
|
+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
|
501
|
+
|
502
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
503
|
+
version "7.23.3"
|
504
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a"
|
505
|
+
integrity sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==
|
491
506
|
dependencies:
|
492
507
|
"@babel/helper-plugin-utils" "^7.22.5"
|
493
508
|
|
494
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.
|
495
|
-
version "7.
|
496
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
497
|
-
integrity sha512-
|
509
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.23.3":
|
510
|
+
version "7.23.3"
|
511
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz#f6652bb16b94f8f9c20c50941e16e9756898dc5d"
|
512
|
+
integrity sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==
|
498
513
|
dependencies:
|
499
514
|
"@babel/helper-plugin-utils" "^7.22.5"
|
500
515
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
501
|
-
"@babel/plugin-transform-optional-chaining" "^7.
|
516
|
+
"@babel/plugin-transform-optional-chaining" "^7.23.3"
|
517
|
+
|
518
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.7":
|
519
|
+
version "7.23.7"
|
520
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz#516462a95d10a9618f197d39ad291a9b47ae1d7b"
|
521
|
+
integrity sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==
|
522
|
+
dependencies:
|
523
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
524
|
+
"@babel/helper-plugin-utils" "^7.22.5"
|
502
525
|
|
503
526
|
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
504
527
|
version "7.21.0-placeholder-for-preset-env.2"
|
@@ -547,17 +570,17 @@
|
|
547
570
|
dependencies:
|
548
571
|
"@babel/helper-plugin-utils" "^7.8.3"
|
549
572
|
|
550
|
-
"@babel/plugin-syntax-import-assertions@^7.
|
551
|
-
version "7.
|
552
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
553
|
-
integrity sha512-
|
573
|
+
"@babel/plugin-syntax-import-assertions@^7.23.3":
|
574
|
+
version "7.23.3"
|
575
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz#9c05a7f592982aff1a2768260ad84bcd3f0c77fc"
|
576
|
+
integrity sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==
|
554
577
|
dependencies:
|
555
578
|
"@babel/helper-plugin-utils" "^7.22.5"
|
556
579
|
|
557
|
-
"@babel/plugin-syntax-import-attributes@^7.
|
558
|
-
version "7.
|
559
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
560
|
-
integrity sha512-
|
580
|
+
"@babel/plugin-syntax-import-attributes@^7.23.3":
|
581
|
+
version "7.23.3"
|
582
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz#992aee922cf04512461d7dae3ff6951b90a2dc06"
|
583
|
+
integrity sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==
|
561
584
|
dependencies:
|
562
585
|
"@babel/helper-plugin-utils" "^7.22.5"
|
563
586
|
|
@@ -653,211 +676,211 @@
|
|
653
676
|
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
654
677
|
"@babel/helper-plugin-utils" "^7.18.6"
|
655
678
|
|
656
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
657
|
-
version "7.
|
658
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
659
|
-
integrity sha512-
|
679
|
+
"@babel/plugin-transform-arrow-functions@^7.23.3":
|
680
|
+
version "7.23.3"
|
681
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz#94c6dcfd731af90f27a79509f9ab7fb2120fc38b"
|
682
|
+
integrity sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==
|
660
683
|
dependencies:
|
661
684
|
"@babel/helper-plugin-utils" "^7.22.5"
|
662
685
|
|
663
|
-
"@babel/plugin-transform-async-generator-functions@^7.23.
|
664
|
-
version "7.23.
|
665
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.
|
666
|
-
integrity sha512-
|
686
|
+
"@babel/plugin-transform-async-generator-functions@^7.23.7":
|
687
|
+
version "7.23.7"
|
688
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
|
689
|
+
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
|
667
690
|
dependencies:
|
668
691
|
"@babel/helper-environment-visitor" "^7.22.20"
|
669
692
|
"@babel/helper-plugin-utils" "^7.22.5"
|
670
693
|
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
671
694
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
672
695
|
|
673
|
-
"@babel/plugin-transform-async-to-generator@^7.
|
674
|
-
version "7.
|
675
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
676
|
-
integrity sha512-
|
696
|
+
"@babel/plugin-transform-async-to-generator@^7.23.3":
|
697
|
+
version "7.23.3"
|
698
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa"
|
699
|
+
integrity sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==
|
677
700
|
dependencies:
|
678
|
-
"@babel/helper-module-imports" "^7.22.
|
701
|
+
"@babel/helper-module-imports" "^7.22.15"
|
679
702
|
"@babel/helper-plugin-utils" "^7.22.5"
|
680
|
-
"@babel/helper-remap-async-to-generator" "^7.22.
|
703
|
+
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
681
704
|
|
682
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
683
|
-
version "7.
|
684
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
685
|
-
integrity sha512-
|
705
|
+
"@babel/plugin-transform-block-scoped-functions@^7.23.3":
|
706
|
+
version "7.23.3"
|
707
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz#fe1177d715fb569663095e04f3598525d98e8c77"
|
708
|
+
integrity sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==
|
686
709
|
dependencies:
|
687
710
|
"@babel/helper-plugin-utils" "^7.22.5"
|
688
711
|
|
689
|
-
"@babel/plugin-transform-block-scoping@^7.23.
|
690
|
-
version "7.23.
|
691
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.
|
692
|
-
integrity sha512-
|
712
|
+
"@babel/plugin-transform-block-scoping@^7.23.4":
|
713
|
+
version "7.23.4"
|
714
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz#b2d38589531c6c80fbe25e6b58e763622d2d3cf5"
|
715
|
+
integrity sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==
|
693
716
|
dependencies:
|
694
717
|
"@babel/helper-plugin-utils" "^7.22.5"
|
695
718
|
|
696
|
-
"@babel/plugin-transform-class-properties@^7.
|
697
|
-
version "7.
|
698
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
699
|
-
integrity sha512-
|
719
|
+
"@babel/plugin-transform-class-properties@^7.23.3":
|
720
|
+
version "7.23.3"
|
721
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz#35c377db11ca92a785a718b6aa4e3ed1eb65dc48"
|
722
|
+
integrity sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==
|
700
723
|
dependencies:
|
701
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
724
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
702
725
|
"@babel/helper-plugin-utils" "^7.22.5"
|
703
726
|
|
704
|
-
"@babel/plugin-transform-class-static-block@^7.
|
705
|
-
version "7.
|
706
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
707
|
-
integrity sha512-
|
727
|
+
"@babel/plugin-transform-class-static-block@^7.23.4":
|
728
|
+
version "7.23.4"
|
729
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz#2a202c8787a8964dd11dfcedf994d36bfc844ab5"
|
730
|
+
integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==
|
708
731
|
dependencies:
|
709
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
732
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
710
733
|
"@babel/helper-plugin-utils" "^7.22.5"
|
711
734
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
712
735
|
|
713
|
-
"@babel/plugin-transform-classes@^7.
|
714
|
-
version "7.
|
715
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
716
|
-
integrity sha512-
|
736
|
+
"@babel/plugin-transform-classes@^7.23.8":
|
737
|
+
version "7.23.8"
|
738
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
|
739
|
+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
|
717
740
|
dependencies:
|
718
741
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
719
|
-
"@babel/helper-compilation-targets" "^7.
|
720
|
-
"@babel/helper-environment-visitor" "^7.22.
|
721
|
-
"@babel/helper-function-name" "^7.
|
722
|
-
"@babel/helper-optimise-call-expression" "^7.22.5"
|
742
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
743
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
744
|
+
"@babel/helper-function-name" "^7.23.0"
|
723
745
|
"@babel/helper-plugin-utils" "^7.22.5"
|
724
|
-
"@babel/helper-replace-supers" "^7.22.
|
746
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
725
747
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
726
748
|
globals "^11.1.0"
|
727
749
|
|
728
|
-
"@babel/plugin-transform-computed-properties@^7.
|
729
|
-
version "7.
|
730
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
731
|
-
integrity sha512-
|
750
|
+
"@babel/plugin-transform-computed-properties@^7.23.3":
|
751
|
+
version "7.23.3"
|
752
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz#652e69561fcc9d2b50ba4f7ac7f60dcf65e86474"
|
753
|
+
integrity sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==
|
732
754
|
dependencies:
|
733
755
|
"@babel/helper-plugin-utils" "^7.22.5"
|
734
|
-
"@babel/template" "^7.22.
|
756
|
+
"@babel/template" "^7.22.15"
|
735
757
|
|
736
|
-
"@babel/plugin-transform-destructuring@^7.23.
|
737
|
-
version "7.23.
|
738
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.
|
739
|
-
integrity sha512-
|
758
|
+
"@babel/plugin-transform-destructuring@^7.23.3":
|
759
|
+
version "7.23.3"
|
760
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz#8c9ee68228b12ae3dff986e56ed1ba4f3c446311"
|
761
|
+
integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==
|
740
762
|
dependencies:
|
741
763
|
"@babel/helper-plugin-utils" "^7.22.5"
|
742
764
|
|
743
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
744
|
-
version "7.
|
745
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
746
|
-
integrity sha512-
|
765
|
+
"@babel/plugin-transform-dotall-regex@^7.23.3":
|
766
|
+
version "7.23.3"
|
767
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz#3f7af6054882ede89c378d0cf889b854a993da50"
|
768
|
+
integrity sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==
|
747
769
|
dependencies:
|
748
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
770
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
749
771
|
"@babel/helper-plugin-utils" "^7.22.5"
|
750
772
|
|
751
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
752
|
-
version "7.
|
753
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
754
|
-
integrity sha512-
|
773
|
+
"@babel/plugin-transform-duplicate-keys@^7.23.3":
|
774
|
+
version "7.23.3"
|
775
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz#664706ca0a5dfe8d066537f99032fc1dc8b720ce"
|
776
|
+
integrity sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==
|
755
777
|
dependencies:
|
756
778
|
"@babel/helper-plugin-utils" "^7.22.5"
|
757
779
|
|
758
|
-
"@babel/plugin-transform-dynamic-import@^7.
|
759
|
-
version "7.
|
760
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.
|
761
|
-
integrity sha512-
|
780
|
+
"@babel/plugin-transform-dynamic-import@^7.23.4":
|
781
|
+
version "7.23.4"
|
782
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz#c7629e7254011ac3630d47d7f34ddd40ca535143"
|
783
|
+
integrity sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==
|
762
784
|
dependencies:
|
763
785
|
"@babel/helper-plugin-utils" "^7.22.5"
|
764
786
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
765
787
|
|
766
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
767
|
-
version "7.
|
768
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
769
|
-
integrity sha512-
|
788
|
+
"@babel/plugin-transform-exponentiation-operator@^7.23.3":
|
789
|
+
version "7.23.3"
|
790
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz#ea0d978f6b9232ba4722f3dbecdd18f450babd18"
|
791
|
+
integrity sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==
|
770
792
|
dependencies:
|
771
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.
|
793
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
|
772
794
|
"@babel/helper-plugin-utils" "^7.22.5"
|
773
795
|
|
774
|
-
"@babel/plugin-transform-export-namespace-from@^7.
|
775
|
-
version "7.
|
776
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
777
|
-
integrity sha512-
|
796
|
+
"@babel/plugin-transform-export-namespace-from@^7.23.4":
|
797
|
+
version "7.23.4"
|
798
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz#084c7b25e9a5c8271e987a08cf85807b80283191"
|
799
|
+
integrity sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==
|
778
800
|
dependencies:
|
779
801
|
"@babel/helper-plugin-utils" "^7.22.5"
|
780
802
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
781
803
|
|
782
|
-
"@babel/plugin-transform-for-of@^7.
|
783
|
-
version "7.
|
784
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
785
|
-
integrity sha512-
|
804
|
+
"@babel/plugin-transform-for-of@^7.23.6":
|
805
|
+
version "7.23.6"
|
806
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz#81c37e24171b37b370ba6aaffa7ac86bcb46f94e"
|
807
|
+
integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==
|
786
808
|
dependencies:
|
787
809
|
"@babel/helper-plugin-utils" "^7.22.5"
|
810
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
788
811
|
|
789
|
-
"@babel/plugin-transform-function-name@^7.
|
790
|
-
version "7.
|
791
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
792
|
-
integrity sha512-
|
812
|
+
"@babel/plugin-transform-function-name@^7.23.3":
|
813
|
+
version "7.23.3"
|
814
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz#8f424fcd862bf84cb9a1a6b42bc2f47ed630f8dc"
|
815
|
+
integrity sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==
|
793
816
|
dependencies:
|
794
|
-
"@babel/helper-compilation-targets" "^7.22.
|
795
|
-
"@babel/helper-function-name" "^7.
|
817
|
+
"@babel/helper-compilation-targets" "^7.22.15"
|
818
|
+
"@babel/helper-function-name" "^7.23.0"
|
796
819
|
"@babel/helper-plugin-utils" "^7.22.5"
|
797
820
|
|
798
|
-
"@babel/plugin-transform-json-strings@^7.
|
799
|
-
version "7.
|
800
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
801
|
-
integrity sha512-
|
821
|
+
"@babel/plugin-transform-json-strings@^7.23.4":
|
822
|
+
version "7.23.4"
|
823
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz#a871d9b6bd171976efad2e43e694c961ffa3714d"
|
824
|
+
integrity sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==
|
802
825
|
dependencies:
|
803
826
|
"@babel/helper-plugin-utils" "^7.22.5"
|
804
827
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
805
828
|
|
806
|
-
"@babel/plugin-transform-literals@^7.
|
807
|
-
version "7.
|
808
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
809
|
-
integrity sha512-
|
829
|
+
"@babel/plugin-transform-literals@^7.23.3":
|
830
|
+
version "7.23.3"
|
831
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz#8214665f00506ead73de157eba233e7381f3beb4"
|
832
|
+
integrity sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==
|
810
833
|
dependencies:
|
811
834
|
"@babel/helper-plugin-utils" "^7.22.5"
|
812
835
|
|
813
|
-
"@babel/plugin-transform-logical-assignment-operators@^7.
|
814
|
-
version "7.
|
815
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
816
|
-
integrity sha512-
|
836
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.23.4":
|
837
|
+
version "7.23.4"
|
838
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz#e599f82c51d55fac725f62ce55d3a0886279ecb5"
|
839
|
+
integrity sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==
|
817
840
|
dependencies:
|
818
841
|
"@babel/helper-plugin-utils" "^7.22.5"
|
819
842
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
820
843
|
|
821
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
822
|
-
version "7.
|
823
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
824
|
-
integrity sha512-
|
844
|
+
"@babel/plugin-transform-member-expression-literals@^7.23.3":
|
845
|
+
version "7.23.3"
|
846
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz#e37b3f0502289f477ac0e776b05a833d853cabcc"
|
847
|
+
integrity sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==
|
825
848
|
dependencies:
|
826
849
|
"@babel/helper-plugin-utils" "^7.22.5"
|
827
850
|
|
828
|
-
"@babel/plugin-transform-modules-amd@^7.23.
|
829
|
-
version "7.23.
|
830
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.
|
831
|
-
integrity sha512-
|
851
|
+
"@babel/plugin-transform-modules-amd@^7.23.3":
|
852
|
+
version "7.23.3"
|
853
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz#e19b55436a1416829df0a1afc495deedfae17f7d"
|
854
|
+
integrity sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==
|
832
855
|
dependencies:
|
833
|
-
"@babel/helper-module-transforms" "^7.23.
|
856
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
834
857
|
"@babel/helper-plugin-utils" "^7.22.5"
|
835
858
|
|
836
|
-
"@babel/plugin-transform-modules-commonjs@^7.23.
|
837
|
-
version "7.23.
|
838
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.
|
839
|
-
integrity sha512-
|
859
|
+
"@babel/plugin-transform-modules-commonjs@^7.23.3":
|
860
|
+
version "7.23.3"
|
861
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
|
862
|
+
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
|
840
863
|
dependencies:
|
841
|
-
"@babel/helper-module-transforms" "^7.23.
|
864
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
842
865
|
"@babel/helper-plugin-utils" "^7.22.5"
|
843
866
|
"@babel/helper-simple-access" "^7.22.5"
|
844
867
|
|
845
|
-
"@babel/plugin-transform-modules-systemjs@^7.23.
|
846
|
-
version "7.23.
|
847
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.
|
848
|
-
integrity sha512-
|
868
|
+
"@babel/plugin-transform-modules-systemjs@^7.23.3":
|
869
|
+
version "7.23.3"
|
870
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
|
871
|
+
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
|
849
872
|
dependencies:
|
850
873
|
"@babel/helper-hoist-variables" "^7.22.5"
|
851
|
-
"@babel/helper-module-transforms" "^7.23.
|
874
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
852
875
|
"@babel/helper-plugin-utils" "^7.22.5"
|
853
876
|
"@babel/helper-validator-identifier" "^7.22.20"
|
854
877
|
|
855
|
-
"@babel/plugin-transform-modules-umd@^7.
|
856
|
-
version "7.
|
857
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
858
|
-
integrity sha512
|
878
|
+
"@babel/plugin-transform-modules-umd@^7.23.3":
|
879
|
+
version "7.23.3"
|
880
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz#5d4395fccd071dfefe6585a4411aa7d6b7d769e9"
|
881
|
+
integrity sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==
|
859
882
|
dependencies:
|
860
|
-
"@babel/helper-module-transforms" "^7.
|
883
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
861
884
|
"@babel/helper-plugin-utils" "^7.22.5"
|
862
885
|
|
863
886
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
|
@@ -868,110 +891,101 @@
|
|
868
891
|
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
869
892
|
"@babel/helper-plugin-utils" "^7.22.5"
|
870
893
|
|
871
|
-
"@babel/plugin-transform-new-target@^7.
|
872
|
-
version "7.
|
873
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
874
|
-
integrity sha512-
|
894
|
+
"@babel/plugin-transform-new-target@^7.23.3":
|
895
|
+
version "7.23.3"
|
896
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz#5491bb78ed6ac87e990957cea367eab781c4d980"
|
897
|
+
integrity sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==
|
875
898
|
dependencies:
|
876
899
|
"@babel/helper-plugin-utils" "^7.22.5"
|
877
900
|
|
878
|
-
"@babel/plugin-transform-nullish-coalescing-operator@^7.
|
879
|
-
version "7.
|
880
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
881
|
-
integrity sha512-
|
901
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.23.4":
|
902
|
+
version "7.23.4"
|
903
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz#45556aad123fc6e52189ea749e33ce090637346e"
|
904
|
+
integrity sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==
|
882
905
|
dependencies:
|
883
906
|
"@babel/helper-plugin-utils" "^7.22.5"
|
884
907
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
885
908
|
|
886
|
-
"@babel/plugin-transform-numeric-separator@^7.
|
887
|
-
version "7.
|
888
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
889
|
-
integrity sha512-
|
909
|
+
"@babel/plugin-transform-numeric-separator@^7.23.4":
|
910
|
+
version "7.23.4"
|
911
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz#03d08e3691e405804ecdd19dd278a40cca531f29"
|
912
|
+
integrity sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==
|
890
913
|
dependencies:
|
891
914
|
"@babel/helper-plugin-utils" "^7.22.5"
|
892
915
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
893
916
|
|
894
|
-
"@babel/plugin-transform-object-rest-spread@^7.
|
895
|
-
version "7.
|
896
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
897
|
-
integrity sha512-
|
917
|
+
"@babel/plugin-transform-object-rest-spread@^7.23.4":
|
918
|
+
version "7.23.4"
|
919
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
|
920
|
+
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
|
898
921
|
dependencies:
|
899
|
-
"@babel/compat-data" "^7.
|
922
|
+
"@babel/compat-data" "^7.23.3"
|
900
923
|
"@babel/helper-compilation-targets" "^7.22.15"
|
901
924
|
"@babel/helper-plugin-utils" "^7.22.5"
|
902
925
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
903
|
-
"@babel/plugin-transform-parameters" "^7.
|
926
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
904
927
|
|
905
|
-
"@babel/plugin-transform-object-super@^7.
|
906
|
-
version "7.
|
907
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
908
|
-
integrity sha512-
|
928
|
+
"@babel/plugin-transform-object-super@^7.23.3":
|
929
|
+
version "7.23.3"
|
930
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
|
931
|
+
integrity sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==
|
909
932
|
dependencies:
|
910
933
|
"@babel/helper-plugin-utils" "^7.22.5"
|
911
|
-
"@babel/helper-replace-supers" "^7.22.
|
934
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
912
935
|
|
913
|
-
"@babel/plugin-transform-optional-catch-binding@^7.
|
914
|
-
version "7.
|
915
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
916
|
-
integrity sha512-
|
936
|
+
"@babel/plugin-transform-optional-catch-binding@^7.23.4":
|
937
|
+
version "7.23.4"
|
938
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz#318066de6dacce7d92fa244ae475aa8d91778017"
|
939
|
+
integrity sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==
|
917
940
|
dependencies:
|
918
941
|
"@babel/helper-plugin-utils" "^7.22.5"
|
919
942
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
920
943
|
|
921
|
-
"@babel/plugin-transform-optional-chaining@^7.
|
922
|
-
version "7.
|
923
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
924
|
-
integrity sha512-
|
925
|
-
dependencies:
|
926
|
-
"@babel/helper-plugin-utils" "^7.22.5"
|
927
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
928
|
-
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
929
|
-
|
930
|
-
"@babel/plugin-transform-optional-chaining@^7.23.0":
|
931
|
-
version "7.23.0"
|
932
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz#73ff5fc1cf98f542f09f29c0631647d8ad0be158"
|
933
|
-
integrity sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==
|
944
|
+
"@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4":
|
945
|
+
version "7.23.4"
|
946
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz#6acf61203bdfc4de9d4e52e64490aeb3e52bd017"
|
947
|
+
integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==
|
934
948
|
dependencies:
|
935
949
|
"@babel/helper-plugin-utils" "^7.22.5"
|
936
950
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
937
951
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
938
952
|
|
939
|
-
"@babel/plugin-transform-parameters@^7.
|
940
|
-
version "7.
|
941
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
942
|
-
integrity sha512-
|
953
|
+
"@babel/plugin-transform-parameters@^7.23.3":
|
954
|
+
version "7.23.3"
|
955
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af"
|
956
|
+
integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==
|
943
957
|
dependencies:
|
944
958
|
"@babel/helper-plugin-utils" "^7.22.5"
|
945
959
|
|
946
|
-
"@babel/plugin-transform-private-methods@^7.
|
947
|
-
version "7.
|
948
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
949
|
-
integrity sha512-
|
960
|
+
"@babel/plugin-transform-private-methods@^7.23.3":
|
961
|
+
version "7.23.3"
|
962
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz#b2d7a3c97e278bfe59137a978d53b2c2e038c0e4"
|
963
|
+
integrity sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==
|
950
964
|
dependencies:
|
951
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
965
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
952
966
|
"@babel/helper-plugin-utils" "^7.22.5"
|
953
967
|
|
954
|
-
"@babel/plugin-transform-private-property-in-object@^7.
|
955
|
-
version "7.
|
956
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
957
|
-
integrity sha512-
|
968
|
+
"@babel/plugin-transform-private-property-in-object@^7.23.4":
|
969
|
+
version "7.23.4"
|
970
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz#3ec711d05d6608fd173d9b8de39872d8dbf68bf5"
|
971
|
+
integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==
|
958
972
|
dependencies:
|
959
973
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
960
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
974
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
961
975
|
"@babel/helper-plugin-utils" "^7.22.5"
|
962
976
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
963
977
|
|
964
|
-
"@babel/plugin-transform-property-literals@^7.
|
965
|
-
version "7.
|
966
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
967
|
-
integrity sha512-
|
978
|
+
"@babel/plugin-transform-property-literals@^7.23.3":
|
979
|
+
version "7.23.3"
|
980
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz#54518f14ac4755d22b92162e4a852d308a560875"
|
981
|
+
integrity sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==
|
968
982
|
dependencies:
|
969
983
|
"@babel/helper-plugin-utils" "^7.22.5"
|
970
984
|
|
971
|
-
"@babel/plugin-transform-react-display-name@^7.
|
972
|
-
version "7.
|
973
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
974
|
-
integrity sha512-
|
985
|
+
"@babel/plugin-transform-react-display-name@^7.23.3":
|
986
|
+
version "7.23.3"
|
987
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz#70529f034dd1e561045ad3c8152a267f0d7b6200"
|
988
|
+
integrity sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==
|
975
989
|
dependencies:
|
976
990
|
"@babel/helper-plugin-utils" "^7.22.5"
|
977
991
|
|
@@ -1004,127 +1018,128 @@
|
|
1004
1018
|
"@babel/plugin-syntax-jsx" "^7.22.5"
|
1005
1019
|
"@babel/types" "^7.22.5"
|
1006
1020
|
|
1007
|
-
"@babel/plugin-transform-react-pure-annotations@^7.
|
1008
|
-
version "7.
|
1009
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.
|
1010
|
-
integrity sha512-
|
1021
|
+
"@babel/plugin-transform-react-pure-annotations@^7.23.3":
|
1022
|
+
version "7.23.3"
|
1023
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz#fabedbdb8ee40edf5da96f3ecfc6958e3783b93c"
|
1024
|
+
integrity sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==
|
1011
1025
|
dependencies:
|
1012
1026
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
1013
1027
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1014
1028
|
|
1015
|
-
"@babel/plugin-transform-regenerator@^7.
|
1016
|
-
version "7.
|
1017
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
1018
|
-
integrity sha512-
|
1029
|
+
"@babel/plugin-transform-regenerator@^7.23.3":
|
1030
|
+
version "7.23.3"
|
1031
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz#141afd4a2057298602069fce7f2dc5173e6c561c"
|
1032
|
+
integrity sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==
|
1019
1033
|
dependencies:
|
1020
1034
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1021
1035
|
regenerator-transform "^0.15.2"
|
1022
1036
|
|
1023
|
-
"@babel/plugin-transform-reserved-words@^7.
|
1024
|
-
version "7.
|
1025
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
1026
|
-
integrity sha512-
|
1037
|
+
"@babel/plugin-transform-reserved-words@^7.23.3":
|
1038
|
+
version "7.23.3"
|
1039
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8"
|
1040
|
+
integrity sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==
|
1027
1041
|
dependencies:
|
1028
1042
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1029
1043
|
|
1030
|
-
"@babel/plugin-transform-runtime@^7.23.
|
1031
|
-
version "7.23.
|
1032
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.
|
1033
|
-
integrity sha512-
|
1044
|
+
"@babel/plugin-transform-runtime@^7.23.7":
|
1045
|
+
version "7.23.7"
|
1046
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.7.tgz#52bbd20054855beb9deae3bee9ceb05289c343e6"
|
1047
|
+
integrity sha512-fa0hnfmiXc9fq/weK34MUV0drz2pOL/vfKWvN7Qw127hiUPabFCUMgAbYWcchRzMJit4o5ARsK/s+5h0249pLw==
|
1034
1048
|
dependencies:
|
1035
1049
|
"@babel/helper-module-imports" "^7.22.15"
|
1036
1050
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1037
|
-
babel-plugin-polyfill-corejs2 "^0.4.
|
1038
|
-
babel-plugin-polyfill-corejs3 "^0.8.
|
1039
|
-
babel-plugin-polyfill-regenerator "^0.5.
|
1051
|
+
babel-plugin-polyfill-corejs2 "^0.4.7"
|
1052
|
+
babel-plugin-polyfill-corejs3 "^0.8.7"
|
1053
|
+
babel-plugin-polyfill-regenerator "^0.5.4"
|
1040
1054
|
semver "^6.3.1"
|
1041
1055
|
|
1042
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
1043
|
-
version "7.
|
1044
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
1045
|
-
integrity sha512-
|
1056
|
+
"@babel/plugin-transform-shorthand-properties@^7.23.3":
|
1057
|
+
version "7.23.3"
|
1058
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
|
1059
|
+
integrity sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==
|
1046
1060
|
dependencies:
|
1047
1061
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1048
1062
|
|
1049
|
-
"@babel/plugin-transform-spread@^7.
|
1050
|
-
version "7.
|
1051
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
1052
|
-
integrity sha512-
|
1063
|
+
"@babel/plugin-transform-spread@^7.23.3":
|
1064
|
+
version "7.23.3"
|
1065
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz#41d17aacb12bde55168403c6f2d6bdca563d362c"
|
1066
|
+
integrity sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==
|
1053
1067
|
dependencies:
|
1054
1068
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1055
1069
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
1056
1070
|
|
1057
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
1058
|
-
version "7.
|
1059
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
1060
|
-
integrity sha512-
|
1071
|
+
"@babel/plugin-transform-sticky-regex@^7.23.3":
|
1072
|
+
version "7.23.3"
|
1073
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz#dec45588ab4a723cb579c609b294a3d1bd22ff04"
|
1074
|
+
integrity sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==
|
1061
1075
|
dependencies:
|
1062
1076
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1063
1077
|
|
1064
|
-
"@babel/plugin-transform-template-literals@^7.
|
1065
|
-
version "7.
|
1066
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
1067
|
-
integrity sha512-
|
1078
|
+
"@babel/plugin-transform-template-literals@^7.23.3":
|
1079
|
+
version "7.23.3"
|
1080
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz#5f0f028eb14e50b5d0f76be57f90045757539d07"
|
1081
|
+
integrity sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==
|
1068
1082
|
dependencies:
|
1069
1083
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1070
1084
|
|
1071
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
1072
|
-
version "7.
|
1073
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
1074
|
-
integrity sha512-
|
1085
|
+
"@babel/plugin-transform-typeof-symbol@^7.23.3":
|
1086
|
+
version "7.23.3"
|
1087
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz#9dfab97acc87495c0c449014eb9c547d8966bca4"
|
1088
|
+
integrity sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==
|
1075
1089
|
dependencies:
|
1076
1090
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1077
1091
|
|
1078
|
-
"@babel/plugin-transform-unicode-escapes@^7.
|
1079
|
-
version "7.
|
1080
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
1081
|
-
integrity sha512-
|
1092
|
+
"@babel/plugin-transform-unicode-escapes@^7.23.3":
|
1093
|
+
version "7.23.3"
|
1094
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz#1f66d16cab01fab98d784867d24f70c1ca65b925"
|
1095
|
+
integrity sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==
|
1082
1096
|
dependencies:
|
1083
1097
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1084
1098
|
|
1085
|
-
"@babel/plugin-transform-unicode-property-regex@^7.
|
1086
|
-
version "7.
|
1087
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
1088
|
-
integrity sha512-
|
1099
|
+
"@babel/plugin-transform-unicode-property-regex@^7.23.3":
|
1100
|
+
version "7.23.3"
|
1101
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz#19e234129e5ffa7205010feec0d94c251083d7ad"
|
1102
|
+
integrity sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==
|
1089
1103
|
dependencies:
|
1090
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1104
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1091
1105
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1092
1106
|
|
1093
|
-
"@babel/plugin-transform-unicode-regex@^7.
|
1094
|
-
version "7.
|
1095
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
1096
|
-
integrity sha512-
|
1107
|
+
"@babel/plugin-transform-unicode-regex@^7.23.3":
|
1108
|
+
version "7.23.3"
|
1109
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz#26897708d8f42654ca4ce1b73e96140fbad879dc"
|
1110
|
+
integrity sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==
|
1097
1111
|
dependencies:
|
1098
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1112
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1099
1113
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1100
1114
|
|
1101
|
-
"@babel/plugin-transform-unicode-sets-regex@^7.
|
1102
|
-
version "7.
|
1103
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
1104
|
-
integrity sha512-
|
1115
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.23.3":
|
1116
|
+
version "7.23.3"
|
1117
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz#4fb6f0a719c2c5859d11f6b55a050cc987f3799e"
|
1118
|
+
integrity sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==
|
1105
1119
|
dependencies:
|
1106
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1120
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1107
1121
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1108
1122
|
|
1109
|
-
"@babel/preset-env@^7.23.
|
1110
|
-
version "7.23.
|
1111
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.
|
1112
|
-
integrity sha512-
|
1123
|
+
"@babel/preset-env@^7.23.8":
|
1124
|
+
version "7.23.8"
|
1125
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
|
1126
|
+
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
|
1113
1127
|
dependencies:
|
1114
|
-
"@babel/compat-data" "^7.23.
|
1115
|
-
"@babel/helper-compilation-targets" "^7.
|
1128
|
+
"@babel/compat-data" "^7.23.5"
|
1129
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
1116
1130
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1117
|
-
"@babel/helper-validator-option" "^7.
|
1118
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.
|
1119
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
1131
|
+
"@babel/helper-validator-option" "^7.23.5"
|
1132
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
|
1133
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
|
1134
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7"
|
1120
1135
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1121
1136
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
1122
1137
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
1123
1138
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1124
1139
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1125
1140
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
1126
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
1127
|
-
"@babel/plugin-syntax-import-attributes" "^7.
|
1141
|
+
"@babel/plugin-syntax-import-assertions" "^7.23.3"
|
1142
|
+
"@babel/plugin-syntax-import-attributes" "^7.23.3"
|
1128
1143
|
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
1129
1144
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
1130
1145
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
@@ -1136,59 +1151,58 @@
|
|
1136
1151
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1137
1152
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1138
1153
|
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1139
|
-
"@babel/plugin-transform-arrow-functions" "^7.
|
1140
|
-
"@babel/plugin-transform-async-generator-functions" "^7.23.
|
1141
|
-
"@babel/plugin-transform-async-to-generator" "^7.
|
1142
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.
|
1143
|
-
"@babel/plugin-transform-block-scoping" "^7.23.
|
1144
|
-
"@babel/plugin-transform-class-properties" "^7.
|
1145
|
-
"@babel/plugin-transform-class-static-block" "^7.
|
1146
|
-
"@babel/plugin-transform-classes" "^7.
|
1147
|
-
"@babel/plugin-transform-computed-properties" "^7.
|
1148
|
-
"@babel/plugin-transform-destructuring" "^7.23.
|
1149
|
-
"@babel/plugin-transform-dotall-regex" "^7.
|
1150
|
-
"@babel/plugin-transform-duplicate-keys" "^7.
|
1151
|
-
"@babel/plugin-transform-dynamic-import" "^7.
|
1152
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.
|
1153
|
-
"@babel/plugin-transform-export-namespace-from" "^7.
|
1154
|
-
"@babel/plugin-transform-for-of" "^7.
|
1155
|
-
"@babel/plugin-transform-function-name" "^7.
|
1156
|
-
"@babel/plugin-transform-json-strings" "^7.
|
1157
|
-
"@babel/plugin-transform-literals" "^7.
|
1158
|
-
"@babel/plugin-transform-logical-assignment-operators" "^7.
|
1159
|
-
"@babel/plugin-transform-member-expression-literals" "^7.
|
1160
|
-
"@babel/plugin-transform-modules-amd" "^7.23.
|
1161
|
-
"@babel/plugin-transform-modules-commonjs" "^7.23.
|
1162
|
-
"@babel/plugin-transform-modules-systemjs" "^7.23.
|
1163
|
-
"@babel/plugin-transform-modules-umd" "^7.
|
1154
|
+
"@babel/plugin-transform-arrow-functions" "^7.23.3"
|
1155
|
+
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
|
1156
|
+
"@babel/plugin-transform-async-to-generator" "^7.23.3"
|
1157
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
|
1158
|
+
"@babel/plugin-transform-block-scoping" "^7.23.4"
|
1159
|
+
"@babel/plugin-transform-class-properties" "^7.23.3"
|
1160
|
+
"@babel/plugin-transform-class-static-block" "^7.23.4"
|
1161
|
+
"@babel/plugin-transform-classes" "^7.23.8"
|
1162
|
+
"@babel/plugin-transform-computed-properties" "^7.23.3"
|
1163
|
+
"@babel/plugin-transform-destructuring" "^7.23.3"
|
1164
|
+
"@babel/plugin-transform-dotall-regex" "^7.23.3"
|
1165
|
+
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
|
1166
|
+
"@babel/plugin-transform-dynamic-import" "^7.23.4"
|
1167
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
|
1168
|
+
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
|
1169
|
+
"@babel/plugin-transform-for-of" "^7.23.6"
|
1170
|
+
"@babel/plugin-transform-function-name" "^7.23.3"
|
1171
|
+
"@babel/plugin-transform-json-strings" "^7.23.4"
|
1172
|
+
"@babel/plugin-transform-literals" "^7.23.3"
|
1173
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
|
1174
|
+
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
|
1175
|
+
"@babel/plugin-transform-modules-amd" "^7.23.3"
|
1176
|
+
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
|
1177
|
+
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
|
1178
|
+
"@babel/plugin-transform-modules-umd" "^7.23.3"
|
1164
1179
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
|
1165
|
-
"@babel/plugin-transform-new-target" "^7.
|
1166
|
-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.
|
1167
|
-
"@babel/plugin-transform-numeric-separator" "^7.
|
1168
|
-
"@babel/plugin-transform-object-rest-spread" "^7.
|
1169
|
-
"@babel/plugin-transform-object-super" "^7.
|
1170
|
-
"@babel/plugin-transform-optional-catch-binding" "^7.
|
1171
|
-
"@babel/plugin-transform-optional-chaining" "^7.23.
|
1172
|
-
"@babel/plugin-transform-parameters" "^7.
|
1173
|
-
"@babel/plugin-transform-private-methods" "^7.
|
1174
|
-
"@babel/plugin-transform-private-property-in-object" "^7.
|
1175
|
-
"@babel/plugin-transform-property-literals" "^7.
|
1176
|
-
"@babel/plugin-transform-regenerator" "^7.
|
1177
|
-
"@babel/plugin-transform-reserved-words" "^7.
|
1178
|
-
"@babel/plugin-transform-shorthand-properties" "^7.
|
1179
|
-
"@babel/plugin-transform-spread" "^7.
|
1180
|
-
"@babel/plugin-transform-sticky-regex" "^7.
|
1181
|
-
"@babel/plugin-transform-template-literals" "^7.
|
1182
|
-
"@babel/plugin-transform-typeof-symbol" "^7.
|
1183
|
-
"@babel/plugin-transform-unicode-escapes" "^7.
|
1184
|
-
"@babel/plugin-transform-unicode-property-regex" "^7.
|
1185
|
-
"@babel/plugin-transform-unicode-regex" "^7.
|
1186
|
-
"@babel/plugin-transform-unicode-sets-regex" "^7.
|
1180
|
+
"@babel/plugin-transform-new-target" "^7.23.3"
|
1181
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
|
1182
|
+
"@babel/plugin-transform-numeric-separator" "^7.23.4"
|
1183
|
+
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
|
1184
|
+
"@babel/plugin-transform-object-super" "^7.23.3"
|
1185
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
|
1186
|
+
"@babel/plugin-transform-optional-chaining" "^7.23.4"
|
1187
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
1188
|
+
"@babel/plugin-transform-private-methods" "^7.23.3"
|
1189
|
+
"@babel/plugin-transform-private-property-in-object" "^7.23.4"
|
1190
|
+
"@babel/plugin-transform-property-literals" "^7.23.3"
|
1191
|
+
"@babel/plugin-transform-regenerator" "^7.23.3"
|
1192
|
+
"@babel/plugin-transform-reserved-words" "^7.23.3"
|
1193
|
+
"@babel/plugin-transform-shorthand-properties" "^7.23.3"
|
1194
|
+
"@babel/plugin-transform-spread" "^7.23.3"
|
1195
|
+
"@babel/plugin-transform-sticky-regex" "^7.23.3"
|
1196
|
+
"@babel/plugin-transform-template-literals" "^7.23.3"
|
1197
|
+
"@babel/plugin-transform-typeof-symbol" "^7.23.3"
|
1198
|
+
"@babel/plugin-transform-unicode-escapes" "^7.23.3"
|
1199
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.23.3"
|
1200
|
+
"@babel/plugin-transform-unicode-regex" "^7.23.3"
|
1201
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
|
1187
1202
|
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
1188
|
-
|
1189
|
-
babel-plugin-polyfill-
|
1190
|
-
babel-plugin-polyfill-
|
1191
|
-
babel-plugin-polyfill-regenerator "^0.5.3"
|
1203
|
+
babel-plugin-polyfill-corejs2 "^0.4.7"
|
1204
|
+
babel-plugin-polyfill-corejs3 "^0.8.7"
|
1205
|
+
babel-plugin-polyfill-regenerator "^0.5.4"
|
1192
1206
|
core-js-compat "^3.31.0"
|
1193
1207
|
semver "^6.3.1"
|
1194
1208
|
|
@@ -1201,17 +1215,17 @@
|
|
1201
1215
|
"@babel/types" "^7.4.4"
|
1202
1216
|
esutils "^2.0.2"
|
1203
1217
|
|
1204
|
-
"@babel/preset-react@^7.
|
1205
|
-
version "7.
|
1206
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.
|
1207
|
-
integrity sha512-
|
1218
|
+
"@babel/preset-react@^7.23.3":
|
1219
|
+
version "7.23.3"
|
1220
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.23.3.tgz#f73ca07e7590f977db07eb54dbe46538cc015709"
|
1221
|
+
integrity sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==
|
1208
1222
|
dependencies:
|
1209
1223
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1210
1224
|
"@babel/helper-validator-option" "^7.22.15"
|
1211
|
-
"@babel/plugin-transform-react-display-name" "^7.
|
1225
|
+
"@babel/plugin-transform-react-display-name" "^7.23.3"
|
1212
1226
|
"@babel/plugin-transform-react-jsx" "^7.22.15"
|
1213
1227
|
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
|
1214
|
-
"@babel/plugin-transform-react-pure-annotations" "^7.
|
1228
|
+
"@babel/plugin-transform-react-pure-annotations" "^7.23.3"
|
1215
1229
|
|
1216
1230
|
"@babel/regjsgen@^0.8.0":
|
1217
1231
|
version "0.8.0"
|
@@ -1225,10 +1239,17 @@
|
|
1225
1239
|
dependencies:
|
1226
1240
|
regenerator-runtime "^0.13.11"
|
1227
1241
|
|
1228
|
-
"@babel/runtime@^7.23.
|
1229
|
-
version "7.23.
|
1230
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.
|
1231
|
-
integrity sha512-
|
1242
|
+
"@babel/runtime@^7.23.6":
|
1243
|
+
version "7.23.6"
|
1244
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d"
|
1245
|
+
integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==
|
1246
|
+
dependencies:
|
1247
|
+
regenerator-runtime "^0.14.0"
|
1248
|
+
|
1249
|
+
"@babel/runtime@^7.23.8":
|
1250
|
+
version "7.23.8"
|
1251
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650"
|
1252
|
+
integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==
|
1232
1253
|
dependencies:
|
1233
1254
|
regenerator-runtime "^0.14.0"
|
1234
1255
|
|
@@ -1250,7 +1271,7 @@
|
|
1250
1271
|
"@babel/parser" "^7.22.5"
|
1251
1272
|
"@babel/types" "^7.22.5"
|
1252
1273
|
|
1253
|
-
"@babel/traverse@^7.22.5"
|
1274
|
+
"@babel/traverse@^7.22.5":
|
1254
1275
|
version "7.23.2"
|
1255
1276
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
1256
1277
|
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
@@ -1266,6 +1287,22 @@
|
|
1266
1287
|
debug "^4.1.0"
|
1267
1288
|
globals "^11.1.0"
|
1268
1289
|
|
1290
|
+
"@babel/traverse@^7.23.7":
|
1291
|
+
version "7.23.7"
|
1292
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
|
1293
|
+
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
|
1294
|
+
dependencies:
|
1295
|
+
"@babel/code-frame" "^7.23.5"
|
1296
|
+
"@babel/generator" "^7.23.6"
|
1297
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
1298
|
+
"@babel/helper-function-name" "^7.23.0"
|
1299
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
1300
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
1301
|
+
"@babel/parser" "^7.23.6"
|
1302
|
+
"@babel/types" "^7.23.6"
|
1303
|
+
debug "^4.3.1"
|
1304
|
+
globals "^11.1.0"
|
1305
|
+
|
1269
1306
|
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1270
1307
|
version "7.22.5"
|
1271
1308
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
@@ -1293,6 +1330,15 @@
|
|
1293
1330
|
"@babel/helper-validator-identifier" "^7.22.20"
|
1294
1331
|
to-fast-properties "^2.0.0"
|
1295
1332
|
|
1333
|
+
"@babel/types@^7.23.6":
|
1334
|
+
version "7.23.6"
|
1335
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
|
1336
|
+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
|
1337
|
+
dependencies:
|
1338
|
+
"@babel/helper-string-parser" "^7.23.4"
|
1339
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
1340
|
+
to-fast-properties "^2.0.0"
|
1341
|
+
|
1296
1342
|
"@bcoe/v8-coverage@^0.2.3":
|
1297
1343
|
version "0.2.3"
|
1298
1344
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1348,15 +1394,15 @@
|
|
1348
1394
|
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
|
1349
1395
|
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
|
1350
1396
|
|
1351
|
-
"@emotion/react@^11.11.
|
1352
|
-
version "11.11.
|
1353
|
-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.
|
1354
|
-
integrity sha512-
|
1397
|
+
"@emotion/react@^11.11.3":
|
1398
|
+
version "11.11.3"
|
1399
|
+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.3.tgz#96b855dc40a2a55f52a72f518a41db4f69c31a25"
|
1400
|
+
integrity sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==
|
1355
1401
|
dependencies:
|
1356
1402
|
"@babel/runtime" "^7.18.3"
|
1357
1403
|
"@emotion/babel-plugin" "^11.11.0"
|
1358
1404
|
"@emotion/cache" "^11.11.0"
|
1359
|
-
"@emotion/serialize" "^1.1.
|
1405
|
+
"@emotion/serialize" "^1.1.3"
|
1360
1406
|
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
|
1361
1407
|
"@emotion/utils" "^1.2.1"
|
1362
1408
|
"@emotion/weak-memoize" "^0.3.1"
|
@@ -1373,6 +1419,17 @@
|
|
1373
1419
|
"@emotion/utils" "^1.2.1"
|
1374
1420
|
csstype "^3.0.2"
|
1375
1421
|
|
1422
|
+
"@emotion/serialize@^1.1.3":
|
1423
|
+
version "1.1.3"
|
1424
|
+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.3.tgz#84b77bfcfe3b7bb47d326602f640ccfcacd5ffb0"
|
1425
|
+
integrity sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==
|
1426
|
+
dependencies:
|
1427
|
+
"@emotion/hash" "^0.9.1"
|
1428
|
+
"@emotion/memoize" "^0.8.1"
|
1429
|
+
"@emotion/unitless" "^0.8.1"
|
1430
|
+
"@emotion/utils" "^1.2.1"
|
1431
|
+
csstype "^3.0.2"
|
1432
|
+
|
1376
1433
|
"@emotion/sheet@^1.2.2":
|
1377
1434
|
version "1.2.2"
|
1378
1435
|
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
|
@@ -1422,10 +1479,10 @@
|
|
1422
1479
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
1423
1480
|
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
1424
1481
|
|
1425
|
-
"@eslint/eslintrc@^2.1.
|
1426
|
-
version "2.1.
|
1427
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
1428
|
-
integrity sha512-
|
1482
|
+
"@eslint/eslintrc@^2.1.4":
|
1483
|
+
version "2.1.4"
|
1484
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
1485
|
+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
|
1429
1486
|
dependencies:
|
1430
1487
|
ajv "^6.12.4"
|
1431
1488
|
debug "^4.3.2"
|
@@ -1437,10 +1494,10 @@
|
|
1437
1494
|
minimatch "^3.1.2"
|
1438
1495
|
strip-json-comments "^3.1.1"
|
1439
1496
|
|
1440
|
-
"@eslint/js@8.
|
1441
|
-
version "8.
|
1442
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1443
|
-
integrity sha512-
|
1497
|
+
"@eslint/js@8.56.0":
|
1498
|
+
version "8.56.0"
|
1499
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
|
1500
|
+
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
|
1444
1501
|
|
1445
1502
|
"@floating-ui/core@^1.4.1":
|
1446
1503
|
version "1.4.1"
|
@@ -1457,10 +1514,10 @@
|
|
1457
1514
|
"@floating-ui/core" "^1.4.1"
|
1458
1515
|
"@floating-ui/utils" "^0.1.1"
|
1459
1516
|
|
1460
|
-
"@floating-ui/react-dom@^2.0.
|
1461
|
-
version "2.0.
|
1462
|
-
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.
|
1463
|
-
integrity sha512-
|
1517
|
+
"@floating-ui/react-dom@^2.0.4":
|
1518
|
+
version "2.0.4"
|
1519
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.4.tgz#b076fafbdfeb881e1d86ae748b7ff95150e9f3ec"
|
1520
|
+
integrity sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==
|
1464
1521
|
dependencies:
|
1465
1522
|
"@floating-ui/dom" "^1.5.1"
|
1466
1523
|
|
@@ -1759,87 +1816,87 @@
|
|
1759
1816
|
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
1760
1817
|
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
1761
1818
|
|
1762
|
-
"@mui/base@5.0.0-beta.
|
1763
|
-
version "5.0.0-beta.
|
1764
|
-
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.
|
1765
|
-
integrity sha512-
|
1819
|
+
"@mui/base@5.0.0-beta.30":
|
1820
|
+
version "5.0.0-beta.30"
|
1821
|
+
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.30.tgz#8feca6b70f2b9cd4d5cb97799ae9fcb5376c7f83"
|
1822
|
+
integrity sha512-dc38W4W3K42atE9nSaOeoJ7/x9wGIfawdwC/UmMxMLlZ1iSsITQ8dQJaTATCbn98YvYPINK/EH541YA5enQIPQ==
|
1766
1823
|
dependencies:
|
1767
|
-
"@babel/runtime" "^7.23.
|
1768
|
-
"@floating-ui/react-dom" "^2.0.
|
1769
|
-
"@mui/types" "^7.2.
|
1770
|
-
"@mui/utils" "^5.
|
1824
|
+
"@babel/runtime" "^7.23.6"
|
1825
|
+
"@floating-ui/react-dom" "^2.0.4"
|
1826
|
+
"@mui/types" "^7.2.12"
|
1827
|
+
"@mui/utils" "^5.15.3"
|
1771
1828
|
"@popperjs/core" "^2.11.8"
|
1772
1829
|
clsx "^2.0.0"
|
1773
1830
|
prop-types "^15.8.1"
|
1774
1831
|
|
1775
|
-
"@mui/core-downloads-tracker@^5.
|
1776
|
-
version "5.
|
1777
|
-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.
|
1778
|
-
integrity sha512-
|
1779
|
-
|
1780
|
-
"@mui/material@^5.
|
1781
|
-
version "5.
|
1782
|
-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.
|
1783
|
-
integrity sha512
|
1784
|
-
dependencies:
|
1785
|
-
"@babel/runtime" "^7.23.
|
1786
|
-
"@mui/base" "5.0.0-beta.
|
1787
|
-
"@mui/core-downloads-tracker" "^5.
|
1788
|
-
"@mui/system" "^5.
|
1789
|
-
"@mui/types" "^7.2.
|
1790
|
-
"@mui/utils" "^5.
|
1791
|
-
"@types/react-transition-group" "^4.4.
|
1832
|
+
"@mui/core-downloads-tracker@^5.15.3":
|
1833
|
+
version "5.15.3"
|
1834
|
+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.3.tgz#40fc854d7cf5505a182a4e121149dfe21cd277ef"
|
1835
|
+
integrity sha512-sWeihiVyxdJjpLkp8SHkTy9kt2M/o11M60G1MzwljGL2BXdM3Ktzqv5QaQHdi00y7Y1ulvtI3GOSxP2xU8mQJw==
|
1836
|
+
|
1837
|
+
"@mui/material@^5.15.3":
|
1838
|
+
version "5.15.3"
|
1839
|
+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.3.tgz#b77f1ac1275e5bf13b735e8224bdd301aab918c4"
|
1840
|
+
integrity sha512-DODBBMouyq1B5f3YkEWL9vO8pGCxuEGqtfpltF6peMJzz/78tJFyLQsDas9MNLC/8AdFu2BQdkK7wox5UBPTAA==
|
1841
|
+
dependencies:
|
1842
|
+
"@babel/runtime" "^7.23.6"
|
1843
|
+
"@mui/base" "5.0.0-beta.30"
|
1844
|
+
"@mui/core-downloads-tracker" "^5.15.3"
|
1845
|
+
"@mui/system" "^5.15.3"
|
1846
|
+
"@mui/types" "^7.2.12"
|
1847
|
+
"@mui/utils" "^5.15.3"
|
1848
|
+
"@types/react-transition-group" "^4.4.10"
|
1792
1849
|
clsx "^2.0.0"
|
1793
1850
|
csstype "^3.1.2"
|
1794
1851
|
prop-types "^15.8.1"
|
1795
1852
|
react-is "^18.2.0"
|
1796
1853
|
react-transition-group "^4.4.5"
|
1797
1854
|
|
1798
|
-
"@mui/private-theming@^5.
|
1799
|
-
version "5.
|
1800
|
-
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.
|
1801
|
-
integrity sha512-
|
1855
|
+
"@mui/private-theming@^5.15.3":
|
1856
|
+
version "5.15.3"
|
1857
|
+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.15.3.tgz#2db0177d847dc6b28721d93308ed05d434a77c53"
|
1858
|
+
integrity sha512-Q79MhVMmywC1l5bMsMZq5PsIudr1MNPJnx9/EqdMP0vpz5iNvFpnLmxsD7d8/hqTWgFAljI+LH3jX8MxlZH9Gw==
|
1802
1859
|
dependencies:
|
1803
|
-
"@babel/runtime" "^7.23.
|
1804
|
-
"@mui/utils" "^5.
|
1860
|
+
"@babel/runtime" "^7.23.6"
|
1861
|
+
"@mui/utils" "^5.15.3"
|
1805
1862
|
prop-types "^15.8.1"
|
1806
1863
|
|
1807
|
-
"@mui/styled-engine@^5.
|
1808
|
-
version "5.
|
1809
|
-
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.
|
1810
|
-
integrity sha512
|
1864
|
+
"@mui/styled-engine@^5.15.3":
|
1865
|
+
version "5.15.3"
|
1866
|
+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.15.3.tgz#85cb294d701b1a3f197bfc90e87ec0685a0943b2"
|
1867
|
+
integrity sha512-+d5XZCTeemOO/vBfWGEeHgTm8fjU1Psdgm+xAw+uegycO2EnoA/EfGSaG5UwZ6g3b66y48Mkxi35AggShMr88w==
|
1811
1868
|
dependencies:
|
1812
|
-
"@babel/runtime" "^7.23.
|
1869
|
+
"@babel/runtime" "^7.23.6"
|
1813
1870
|
"@emotion/cache" "^11.11.0"
|
1814
1871
|
csstype "^3.1.2"
|
1815
1872
|
prop-types "^15.8.1"
|
1816
1873
|
|
1817
|
-
"@mui/system@^5.
|
1818
|
-
version "5.
|
1819
|
-
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.
|
1820
|
-
integrity sha512-
|
1874
|
+
"@mui/system@^5.15.3":
|
1875
|
+
version "5.15.3"
|
1876
|
+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.3.tgz#062d0d6b5259c3dc0e1d4026b85ffcc3acf8637b"
|
1877
|
+
integrity sha512-ewVU4eRgo4VfNMGpO61cKlfWmH7l9s6rA8EknRzuMX3DbSLfmtW2WJJg6qPwragvpPIir0Pp/AdWVSDhyNy5Tw==
|
1821
1878
|
dependencies:
|
1822
|
-
"@babel/runtime" "^7.23.
|
1823
|
-
"@mui/private-theming" "^5.
|
1824
|
-
"@mui/styled-engine" "^5.
|
1825
|
-
"@mui/types" "^7.2.
|
1826
|
-
"@mui/utils" "^5.
|
1879
|
+
"@babel/runtime" "^7.23.6"
|
1880
|
+
"@mui/private-theming" "^5.15.3"
|
1881
|
+
"@mui/styled-engine" "^5.15.3"
|
1882
|
+
"@mui/types" "^7.2.12"
|
1883
|
+
"@mui/utils" "^5.15.3"
|
1827
1884
|
clsx "^2.0.0"
|
1828
1885
|
csstype "^3.1.2"
|
1829
1886
|
prop-types "^15.8.1"
|
1830
1887
|
|
1831
|
-
"@mui/types@^7.2.
|
1832
|
-
version "7.2.
|
1833
|
-
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.
|
1834
|
-
integrity sha512-
|
1888
|
+
"@mui/types@^7.2.12":
|
1889
|
+
version "7.2.12"
|
1890
|
+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.12.tgz#602acbb5aa3eb56a31f569a19f87f75d33de5c01"
|
1891
|
+
integrity sha512-3kaHiNm9khCAo0pVe0RenketDSFoZGAlVZ4zDjB/QNZV0XiCj+sh1zkX0VVhQPgYJDlBEzAag+MHJ1tU3vf0Zw==
|
1835
1892
|
|
1836
|
-
"@mui/utils@^5.
|
1837
|
-
version "5.
|
1838
|
-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.
|
1839
|
-
integrity sha512-
|
1893
|
+
"@mui/utils@^5.15.3":
|
1894
|
+
version "5.15.3"
|
1895
|
+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.15.3.tgz#421043be5279d31ca9b221a6398feb7c9d61209b"
|
1896
|
+
integrity sha512-mT3LiSt9tZWCdx1pl7q4Q5tNo6gdZbvJel286ZHGuj6LQQXjWNAh8qiF9d+LogvNUI+D7eLkTnj605d1zoazfg==
|
1840
1897
|
dependencies:
|
1841
|
-
"@babel/runtime" "^7.23.
|
1842
|
-
"@types/prop-types" "^15.7.
|
1898
|
+
"@babel/runtime" "^7.23.6"
|
1899
|
+
"@types/prop-types" "^15.7.11"
|
1843
1900
|
prop-types "^15.8.1"
|
1844
1901
|
react-is "^18.2.0"
|
1845
1902
|
|
@@ -1858,12 +1915,12 @@
|
|
1858
1915
|
"@nodelib/fs.stat" "2.0.5"
|
1859
1916
|
run-parallel "^1.1.9"
|
1860
1917
|
|
1861
|
-
"@nodelib/fs.stat@2.0.5"
|
1918
|
+
"@nodelib/fs.stat@2.0.5":
|
1862
1919
|
version "2.0.5"
|
1863
1920
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
1864
1921
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
1865
1922
|
|
1866
|
-
"@nodelib/fs.walk@^1.2.
|
1923
|
+
"@nodelib/fs.walk@^1.2.8":
|
1867
1924
|
version "1.2.8"
|
1868
1925
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
1869
1926
|
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
@@ -1871,17 +1928,10 @@
|
|
1871
1928
|
"@nodelib/fs.scandir" "2.1.5"
|
1872
1929
|
fastq "^1.6.0"
|
1873
1930
|
|
1874
|
-
"@pkgr/
|
1875
|
-
version "
|
1876
|
-
resolved "https://registry.yarnpkg.com/@pkgr/
|
1877
|
-
integrity sha512-
|
1878
|
-
dependencies:
|
1879
|
-
cross-spawn "^7.0.3"
|
1880
|
-
fast-glob "^3.3.0"
|
1881
|
-
is-glob "^4.0.3"
|
1882
|
-
open "^9.1.0"
|
1883
|
-
picocolors "^1.0.0"
|
1884
|
-
tslib "^2.6.0"
|
1931
|
+
"@pkgr/core@^0.1.0":
|
1932
|
+
version "0.1.0"
|
1933
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
|
1934
|
+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
|
1885
1935
|
|
1886
1936
|
"@polka/url@^1.0.0-next.20":
|
1887
1937
|
version "1.0.0-next.21"
|
@@ -1926,24 +1976,24 @@
|
|
1926
1976
|
lz-string "^1.5.0"
|
1927
1977
|
pretty-format "^27.0.2"
|
1928
1978
|
|
1929
|
-
"@testing-library/jest-dom@^6.
|
1930
|
-
version "6.
|
1931
|
-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.
|
1932
|
-
integrity sha512
|
1979
|
+
"@testing-library/jest-dom@^6.2.0":
|
1980
|
+
version "6.2.0"
|
1981
|
+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz#b572bd5cd6b29314487bac7ba393188e4987b4f7"
|
1982
|
+
integrity sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==
|
1933
1983
|
dependencies:
|
1934
|
-
"@adobe/css-tools" "^4.3.
|
1984
|
+
"@adobe/css-tools" "^4.3.2"
|
1935
1985
|
"@babel/runtime" "^7.9.2"
|
1936
1986
|
aria-query "^5.0.0"
|
1937
1987
|
chalk "^3.0.0"
|
1938
1988
|
css.escape "^1.5.1"
|
1939
|
-
dom-accessibility-api "^0.
|
1989
|
+
dom-accessibility-api "^0.6.3"
|
1940
1990
|
lodash "^4.17.15"
|
1941
1991
|
redent "^3.0.0"
|
1942
1992
|
|
1943
|
-
"@testing-library/react@^14.
|
1944
|
-
version "14.
|
1945
|
-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.
|
1946
|
-
integrity sha512-
|
1993
|
+
"@testing-library/react@^14.1.2":
|
1994
|
+
version "14.1.2"
|
1995
|
+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
|
1996
|
+
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
|
1947
1997
|
dependencies:
|
1948
1998
|
"@babel/runtime" "^7.12.5"
|
1949
1999
|
"@testing-library/dom" "^9.0.0"
|
@@ -2131,10 +2181,10 @@
|
|
2131
2181
|
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
|
2132
2182
|
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
|
2133
2183
|
|
2134
|
-
"@types/prop-types@^15.7.
|
2135
|
-
version "15.7.
|
2136
|
-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.
|
2137
|
-
integrity sha512-
|
2184
|
+
"@types/prop-types@^15.7.11":
|
2185
|
+
version "15.7.11"
|
2186
|
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
|
2187
|
+
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
|
2138
2188
|
|
2139
2189
|
"@types/qs@*":
|
2140
2190
|
version "6.9.7"
|
@@ -2153,10 +2203,10 @@
|
|
2153
2203
|
dependencies:
|
2154
2204
|
"@types/react" "*"
|
2155
2205
|
|
2156
|
-
"@types/react-transition-group@^4.4.
|
2157
|
-
version "4.4.
|
2158
|
-
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.
|
2159
|
-
integrity sha512-
|
2206
|
+
"@types/react-transition-group@^4.4.10":
|
2207
|
+
version "4.4.10"
|
2208
|
+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.10.tgz#6ee71127bdab1f18f11ad8fb3322c6da27c327ac"
|
2209
|
+
integrity sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==
|
2160
2210
|
dependencies:
|
2161
2211
|
"@types/react" "*"
|
2162
2212
|
|
@@ -2608,7 +2658,7 @@ babel-jest@^29.7.0:
|
|
2608
2658
|
graceful-fs "^4.2.9"
|
2609
2659
|
slash "^3.0.0"
|
2610
2660
|
|
2611
|
-
babel-loader@^8.2.
|
2661
|
+
babel-loader@^8.2.5:
|
2612
2662
|
version "8.3.0"
|
2613
2663
|
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
|
2614
2664
|
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
|
@@ -2648,29 +2698,29 @@ babel-plugin-macros@^3.1.0:
|
|
2648
2698
|
cosmiconfig "^7.0.0"
|
2649
2699
|
resolve "^1.19.0"
|
2650
2700
|
|
2651
|
-
babel-plugin-polyfill-corejs2@^0.4.
|
2652
|
-
version "0.4.
|
2653
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
2654
|
-
integrity sha512-
|
2701
|
+
babel-plugin-polyfill-corejs2@^0.4.7:
|
2702
|
+
version "0.4.7"
|
2703
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz#679d1b94bf3360f7682e11f2cb2708828a24fe8c"
|
2704
|
+
integrity sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==
|
2655
2705
|
dependencies:
|
2656
2706
|
"@babel/compat-data" "^7.22.6"
|
2657
|
-
"@babel/helper-define-polyfill-provider" "^0.4.
|
2707
|
+
"@babel/helper-define-polyfill-provider" "^0.4.4"
|
2658
2708
|
semver "^6.3.1"
|
2659
2709
|
|
2660
|
-
babel-plugin-polyfill-corejs3@^0.8.
|
2661
|
-
version "0.8.
|
2662
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.
|
2663
|
-
integrity sha512-
|
2710
|
+
babel-plugin-polyfill-corejs3@^0.8.7:
|
2711
|
+
version "0.8.7"
|
2712
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
|
2713
|
+
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
|
2664
2714
|
dependencies:
|
2665
|
-
"@babel/helper-define-polyfill-provider" "^0.4.
|
2715
|
+
"@babel/helper-define-polyfill-provider" "^0.4.4"
|
2666
2716
|
core-js-compat "^3.33.1"
|
2667
2717
|
|
2668
|
-
babel-plugin-polyfill-regenerator@^0.5.
|
2669
|
-
version "0.5.
|
2670
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.
|
2671
|
-
integrity sha512-
|
2718
|
+
babel-plugin-polyfill-regenerator@^0.5.4:
|
2719
|
+
version "0.5.4"
|
2720
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.4.tgz#c6fc8eab610d3a11eb475391e52584bacfc020f4"
|
2721
|
+
integrity sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==
|
2672
2722
|
dependencies:
|
2673
|
-
"@babel/helper-define-polyfill-provider" "^0.4.
|
2723
|
+
"@babel/helper-define-polyfill-provider" "^0.4.4"
|
2674
2724
|
|
2675
2725
|
babel-preset-current-node-syntax@^1.0.0:
|
2676
2726
|
version "1.0.1"
|
@@ -2708,11 +2758,6 @@ batch@0.6.1:
|
|
2708
2758
|
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
|
2709
2759
|
integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==
|
2710
2760
|
|
2711
|
-
big-integer@^1.6.44:
|
2712
|
-
version "1.6.51"
|
2713
|
-
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
|
2714
|
-
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==
|
2715
|
-
|
2716
2761
|
big.js@^5.2.2:
|
2717
2762
|
version "5.2.2"
|
2718
2763
|
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
@@ -2756,13 +2801,6 @@ boolbase@^1.0.0:
|
|
2756
2801
|
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
2757
2802
|
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
|
2758
2803
|
|
2759
|
-
bplist-parser@^0.2.0:
|
2760
|
-
version "0.2.0"
|
2761
|
-
resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.2.0.tgz#43a9d183e5bf9d545200ceac3e712f79ebbe8d0e"
|
2762
|
-
integrity sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==
|
2763
|
-
dependencies:
|
2764
|
-
big-integer "^1.6.44"
|
2765
|
-
|
2766
2804
|
brace-expansion@^1.1.7:
|
2767
2805
|
version "1.1.11"
|
2768
2806
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
@@ -2813,6 +2851,16 @@ browserslist@^4.22.1:
|
|
2813
2851
|
node-releases "^2.0.13"
|
2814
2852
|
update-browserslist-db "^1.0.13"
|
2815
2853
|
|
2854
|
+
browserslist@^4.22.2:
|
2855
|
+
version "4.22.2"
|
2856
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
|
2857
|
+
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
|
2858
|
+
dependencies:
|
2859
|
+
caniuse-lite "^1.0.30001565"
|
2860
|
+
electron-to-chromium "^1.4.601"
|
2861
|
+
node-releases "^2.0.14"
|
2862
|
+
update-browserslist-db "^1.0.13"
|
2863
|
+
|
2816
2864
|
bser@2.1.1:
|
2817
2865
|
version "2.1.1"
|
2818
2866
|
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -2825,13 +2873,6 @@ buffer-from@^1.0.0:
|
|
2825
2873
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
2826
2874
|
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
2827
2875
|
|
2828
|
-
bundle-name@^3.0.0:
|
2829
|
-
version "3.0.0"
|
2830
|
-
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a"
|
2831
|
-
integrity sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==
|
2832
|
-
dependencies:
|
2833
|
-
run-applescript "^5.0.0"
|
2834
|
-
|
2835
2876
|
bytes@3.0.0:
|
2836
2877
|
version "3.0.0"
|
2837
2878
|
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
|
@@ -2888,6 +2929,11 @@ caniuse-lite@^1.0.30001541:
|
|
2888
2929
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
|
2889
2930
|
integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
|
2890
2931
|
|
2932
|
+
caniuse-lite@^1.0.30001565:
|
2933
|
+
version "1.0.30001568"
|
2934
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
|
2935
|
+
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
|
2936
|
+
|
2891
2937
|
chalk@^2.0.0, chalk@^2.4.2:
|
2892
2938
|
version "2.4.2"
|
2893
2939
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
@@ -3178,21 +3224,19 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
3178
3224
|
shebang-command "^2.0.0"
|
3179
3225
|
which "^2.0.1"
|
3180
3226
|
|
3181
|
-
css-loader@^
|
3182
|
-
version "
|
3183
|
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-
|
3184
|
-
integrity sha512-
|
3227
|
+
css-loader@^6.8.1:
|
3228
|
+
version "6.9.0"
|
3229
|
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.9.0.tgz#0cc2f14df94ed97c526c5ae42b6b13916d1d8d0e"
|
3230
|
+
integrity sha512-3I5Nu4ytWlHvOP6zItjiHlefBNtrH+oehq8tnQa2kO305qpVyx9XNIT1CXIj5bgCJs7qICBCkgCYxQLKPANoLA==
|
3185
3231
|
dependencies:
|
3186
3232
|
icss-utils "^5.1.0"
|
3187
|
-
|
3188
|
-
postcss "^8.2.15"
|
3233
|
+
postcss "^8.4.31"
|
3189
3234
|
postcss-modules-extract-imports "^3.0.0"
|
3190
|
-
postcss-modules-local-by-default "^4.0.
|
3191
|
-
postcss-modules-scope "^3.
|
3235
|
+
postcss-modules-local-by-default "^4.0.3"
|
3236
|
+
postcss-modules-scope "^3.1.0"
|
3192
3237
|
postcss-modules-values "^4.0.0"
|
3193
|
-
postcss-value-parser "^4.
|
3194
|
-
|
3195
|
-
semver "^7.3.5"
|
3238
|
+
postcss-value-parser "^4.2.0"
|
3239
|
+
semver "^7.5.4"
|
3196
3240
|
|
3197
3241
|
css-select@^4.1.3:
|
3198
3242
|
version "4.3.0"
|
@@ -3244,7 +3288,7 @@ debug@2.6.9:
|
|
3244
3288
|
dependencies:
|
3245
3289
|
ms "2.0.0"
|
3246
3290
|
|
3247
|
-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
|
3291
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
|
3248
3292
|
version "4.3.4"
|
3249
3293
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
3250
3294
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
@@ -3290,24 +3334,6 @@ deepmerge@^4.2.2:
|
|
3290
3334
|
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
|
3291
3335
|
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
|
3292
3336
|
|
3293
|
-
default-browser-id@^3.0.0:
|
3294
|
-
version "3.0.0"
|
3295
|
-
resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-3.0.0.tgz#bee7bbbef1f4e75d31f98f4d3f1556a14cea790c"
|
3296
|
-
integrity sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==
|
3297
|
-
dependencies:
|
3298
|
-
bplist-parser "^0.2.0"
|
3299
|
-
untildify "^4.0.0"
|
3300
|
-
|
3301
|
-
default-browser@^4.0.0:
|
3302
|
-
version "4.0.0"
|
3303
|
-
resolved "https://registry.yarnpkg.com/default-browser/-/default-browser-4.0.0.tgz#53c9894f8810bf86696de117a6ce9085a3cbc7da"
|
3304
|
-
integrity sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==
|
3305
|
-
dependencies:
|
3306
|
-
bundle-name "^3.0.0"
|
3307
|
-
default-browser-id "^3.0.0"
|
3308
|
-
execa "^7.1.1"
|
3309
|
-
titleize "^3.0.0"
|
3310
|
-
|
3311
3337
|
default-gateway@^6.0.3:
|
3312
3338
|
version "6.0.3"
|
3313
3339
|
resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71"
|
@@ -3320,11 +3346,6 @@ define-lazy-prop@^2.0.0:
|
|
3320
3346
|
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
|
3321
3347
|
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
|
3322
3348
|
|
3323
|
-
define-lazy-prop@^3.0.0:
|
3324
|
-
version "3.0.0"
|
3325
|
-
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f"
|
3326
|
-
integrity sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==
|
3327
|
-
|
3328
3349
|
define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0:
|
3329
3350
|
version "1.2.0"
|
3330
3351
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5"
|
@@ -3382,11 +3403,16 @@ doctrine@^3.0.0:
|
|
3382
3403
|
dependencies:
|
3383
3404
|
esutils "^2.0.2"
|
3384
3405
|
|
3385
|
-
dom-accessibility-api@^0.5.
|
3406
|
+
dom-accessibility-api@^0.5.9:
|
3386
3407
|
version "0.5.16"
|
3387
3408
|
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
|
3388
3409
|
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
|
3389
3410
|
|
3411
|
+
dom-accessibility-api@^0.6.3:
|
3412
|
+
version "0.6.3"
|
3413
|
+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
|
3414
|
+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
|
3415
|
+
|
3390
3416
|
dom-converter@^0.2.0:
|
3391
3417
|
version "0.2.0"
|
3392
3418
|
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
|
@@ -3465,6 +3491,11 @@ electron-to-chromium@^1.4.535:
|
|
3465
3491
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.578.tgz#7a3510f333bcd55e87882799ebeb7518d6ab4d95"
|
3466
3492
|
integrity sha512-V0ZhSu1BQZKfG0yNEL6Dadzik8E1vAzfpVOapdSiT9F6yapEJ3Bk+4tZ4SMPdWiUchCgnM/ByYtBzp5ntzDMIA==
|
3467
3493
|
|
3494
|
+
electron-to-chromium@^1.4.601:
|
3495
|
+
version "1.4.610"
|
3496
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
|
3497
|
+
integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
|
3498
|
+
|
3468
3499
|
emittery@^0.13.1:
|
3469
3500
|
version "0.13.1"
|
3470
3501
|
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
|
@@ -3637,10 +3668,10 @@ eslint-config-important-stuff@^1.1.0:
|
|
3637
3668
|
resolved "https://registry.yarnpkg.com/eslint-config-important-stuff/-/eslint-config-important-stuff-1.1.0.tgz#f7ed8c33216964faf680f8969dfe0b196c84e6e2"
|
3638
3669
|
integrity sha512-CsV6QFsjNDTZTDEgE1XxhTKph4YJUh5XFMdsWv3p+9DuMyvfy40fsnZiwqXZHBVEUNMHf+zfPGk6s6b4fS9Erw==
|
3639
3670
|
|
3640
|
-
eslint-config-prettier@^9.
|
3641
|
-
version "9.
|
3642
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.
|
3643
|
-
integrity sha512-
|
3671
|
+
eslint-config-prettier@^9.1.0:
|
3672
|
+
version "9.1.0"
|
3673
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
3674
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
3644
3675
|
|
3645
3676
|
eslint-config-react-important-stuff@^3.0.0:
|
3646
3677
|
version "3.0.0"
|
@@ -3673,13 +3704,13 @@ eslint-plugin-jsx-a11y@^6.3.1:
|
|
3673
3704
|
object.fromentries "^2.0.6"
|
3674
3705
|
semver "^6.3.0"
|
3675
3706
|
|
3676
|
-
eslint-plugin-prettier@^5.
|
3677
|
-
version "5.
|
3678
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.
|
3679
|
-
integrity sha512-
|
3707
|
+
eslint-plugin-prettier@^5.1.2:
|
3708
|
+
version "5.1.2"
|
3709
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz#584c94d4bf31329b2d4cbeb10fd600d17d6de742"
|
3710
|
+
integrity sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==
|
3680
3711
|
dependencies:
|
3681
3712
|
prettier-linter-helpers "^1.0.0"
|
3682
|
-
synckit "^0.8.
|
3713
|
+
synckit "^0.8.6"
|
3683
3714
|
|
3684
3715
|
eslint-plugin-react-hooks@^4.0.8:
|
3685
3716
|
version "4.6.0"
|
@@ -3717,15 +3748,15 @@ eslint-visitor-keys@^3.4.3:
|
|
3717
3748
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
3718
3749
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
3719
3750
|
|
3720
|
-
eslint@^8.
|
3721
|
-
version "8.
|
3722
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
3723
|
-
integrity sha512-
|
3751
|
+
eslint@^8.56.0:
|
3752
|
+
version "8.56.0"
|
3753
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
|
3754
|
+
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
|
3724
3755
|
dependencies:
|
3725
3756
|
"@eslint-community/eslint-utils" "^4.2.0"
|
3726
3757
|
"@eslint-community/regexpp" "^4.6.1"
|
3727
|
-
"@eslint/eslintrc" "^2.1.
|
3728
|
-
"@eslint/js" "8.
|
3758
|
+
"@eslint/eslintrc" "^2.1.4"
|
3759
|
+
"@eslint/js" "8.56.0"
|
3729
3760
|
"@humanwhocodes/config-array" "^0.11.13"
|
3730
3761
|
"@humanwhocodes/module-importer" "^1.0.1"
|
3731
3762
|
"@nodelib/fs.walk" "^1.2.8"
|
@@ -3858,21 +3889,6 @@ execa@^5.0.0:
|
|
3858
3889
|
signal-exit "^3.0.3"
|
3859
3890
|
strip-final-newline "^2.0.0"
|
3860
3891
|
|
3861
|
-
execa@^7.1.1:
|
3862
|
-
version "7.2.0"
|
3863
|
-
resolved "https://registry.yarnpkg.com/execa/-/execa-7.2.0.tgz#657e75ba984f42a70f38928cedc87d6f2d4fe4e9"
|
3864
|
-
integrity sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==
|
3865
|
-
dependencies:
|
3866
|
-
cross-spawn "^7.0.3"
|
3867
|
-
get-stream "^6.0.1"
|
3868
|
-
human-signals "^4.3.0"
|
3869
|
-
is-stream "^3.0.0"
|
3870
|
-
merge-stream "^2.0.0"
|
3871
|
-
npm-run-path "^5.1.0"
|
3872
|
-
onetime "^6.0.0"
|
3873
|
-
signal-exit "^3.0.7"
|
3874
|
-
strip-final-newline "^3.0.0"
|
3875
|
-
|
3876
3892
|
exit@^0.1.2:
|
3877
3893
|
version "0.1.2"
|
3878
3894
|
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
@@ -3936,17 +3952,6 @@ fast-diff@^1.1.2:
|
|
3936
3952
|
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
|
3937
3953
|
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
|
3938
3954
|
|
3939
|
-
fast-glob@^3.3.0:
|
3940
|
-
version "3.3.1"
|
3941
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
|
3942
|
-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
|
3943
|
-
dependencies:
|
3944
|
-
"@nodelib/fs.stat" "^2.0.2"
|
3945
|
-
"@nodelib/fs.walk" "^1.2.3"
|
3946
|
-
glob-parent "^5.1.2"
|
3947
|
-
merge2 "^1.3.0"
|
3948
|
-
micromatch "^4.0.4"
|
3949
|
-
|
3950
3955
|
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
|
3951
3956
|
version "2.1.0"
|
3952
3957
|
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
@@ -4059,9 +4064,9 @@ flatted@^3.1.0:
|
|
4059
4064
|
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
|
4060
4065
|
|
4061
4066
|
follow-redirects@^1.0.0:
|
4062
|
-
version "1.15.
|
4063
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.
|
4064
|
-
integrity sha512-
|
4067
|
+
version "1.15.4"
|
4068
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
|
4069
|
+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
|
4065
4070
|
|
4066
4071
|
for-each@^0.3.3:
|
4067
4072
|
version "0.3.3"
|
@@ -4147,7 +4152,7 @@ get-stream@^5.0.0:
|
|
4147
4152
|
dependencies:
|
4148
4153
|
pump "^3.0.0"
|
4149
4154
|
|
4150
|
-
get-stream@^6.0.0
|
4155
|
+
get-stream@^6.0.0:
|
4151
4156
|
version "6.0.1"
|
4152
4157
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
4153
4158
|
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
@@ -4160,13 +4165,6 @@ get-symbol-description@^1.0.0:
|
|
4160
4165
|
call-bind "^1.0.2"
|
4161
4166
|
get-intrinsic "^1.1.1"
|
4162
4167
|
|
4163
|
-
glob-parent@^5.1.2, glob-parent@~5.1.2:
|
4164
|
-
version "5.1.2"
|
4165
|
-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
4166
|
-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
4167
|
-
dependencies:
|
4168
|
-
is-glob "^4.0.1"
|
4169
|
-
|
4170
4168
|
glob-parent@^6.0.2:
|
4171
4169
|
version "6.0.2"
|
4172
4170
|
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
|
@@ -4174,6 +4172,13 @@ glob-parent@^6.0.2:
|
|
4174
4172
|
dependencies:
|
4175
4173
|
is-glob "^4.0.3"
|
4176
4174
|
|
4175
|
+
glob-parent@~5.1.2:
|
4176
|
+
version "5.1.2"
|
4177
|
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
4178
|
+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
4179
|
+
dependencies:
|
4180
|
+
is-glob "^4.0.1"
|
4181
|
+
|
4177
4182
|
glob-to-regexp@^0.4.1:
|
4178
4183
|
version "0.4.1"
|
4179
4184
|
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
|
@@ -4335,10 +4340,10 @@ html-minifier-terser@^6.0.2:
|
|
4335
4340
|
relateurl "^0.2.7"
|
4336
4341
|
terser "^5.10.0"
|
4337
4342
|
|
4338
|
-
html-webpack-plugin@^5.
|
4339
|
-
version "5.
|
4340
|
-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.
|
4341
|
-
integrity sha512-
|
4343
|
+
html-webpack-plugin@^5.5.4:
|
4344
|
+
version "5.6.0"
|
4345
|
+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
|
4346
|
+
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
|
4342
4347
|
dependencies:
|
4343
4348
|
"@types/html-minifier-terser" "^6.0.0"
|
4344
4349
|
html-minifier-terser "^6.0.2"
|
@@ -4417,11 +4422,6 @@ human-signals@^2.1.0:
|
|
4417
4422
|
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
|
4418
4423
|
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
|
4419
4424
|
|
4420
|
-
human-signals@^4.3.0:
|
4421
|
-
version "4.3.1"
|
4422
|
-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
|
4423
|
-
integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
|
4424
|
-
|
4425
4425
|
iconv-lite@0.4.24:
|
4426
4426
|
version "0.4.24"
|
4427
4427
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
@@ -4582,11 +4582,6 @@ is-docker@^2.0.0, is-docker@^2.1.1:
|
|
4582
4582
|
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
4583
4583
|
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
4584
4584
|
|
4585
|
-
is-docker@^3.0.0:
|
4586
|
-
version "3.0.0"
|
4587
|
-
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
|
4588
|
-
integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
|
4589
|
-
|
4590
4585
|
is-extglob@^2.1.1:
|
4591
4586
|
version "2.1.1"
|
4592
4587
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
@@ -4609,13 +4604,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
|
4609
4604
|
dependencies:
|
4610
4605
|
is-extglob "^2.1.1"
|
4611
4606
|
|
4612
|
-
is-inside-container@^1.0.0:
|
4613
|
-
version "1.0.0"
|
4614
|
-
resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
|
4615
|
-
integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
|
4616
|
-
dependencies:
|
4617
|
-
is-docker "^3.0.0"
|
4618
|
-
|
4619
4607
|
is-map@^2.0.1, is-map@^2.0.2:
|
4620
4608
|
version "2.0.2"
|
4621
4609
|
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
|
@@ -4680,11 +4668,6 @@ is-stream@^2.0.0:
|
|
4680
4668
|
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
|
4681
4669
|
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
4682
4670
|
|
4683
|
-
is-stream@^3.0.0:
|
4684
|
-
version "3.0.0"
|
4685
|
-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
|
4686
|
-
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
|
4687
|
-
|
4688
4671
|
is-string@^1.0.5, is-string@^1.0.7:
|
4689
4672
|
version "1.0.7"
|
4690
4673
|
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
|
@@ -5400,11 +5383,6 @@ merge-stream@^2.0.0:
|
|
5400
5383
|
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
5401
5384
|
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
|
5402
5385
|
|
5403
|
-
merge2@^1.3.0:
|
5404
|
-
version "1.4.1"
|
5405
|
-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
5406
|
-
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
5407
|
-
|
5408
5386
|
methods@~1.1.2:
|
5409
5387
|
version "1.1.2"
|
5410
5388
|
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
@@ -5440,11 +5418,6 @@ mimic-fn@^2.1.0:
|
|
5440
5418
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
5441
5419
|
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
5442
5420
|
|
5443
|
-
mimic-fn@^4.0.0:
|
5444
|
-
version "4.0.0"
|
5445
|
-
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
|
5446
|
-
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
|
5447
|
-
|
5448
5421
|
min-indent@^1.0.0:
|
5449
5422
|
version "1.0.1"
|
5450
5423
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
@@ -5506,10 +5479,10 @@ multimatch@^4.0.0:
|
|
5506
5479
|
arrify "^2.0.1"
|
5507
5480
|
minimatch "^3.0.4"
|
5508
5481
|
|
5509
|
-
nanoid@^3.3.
|
5510
|
-
version "3.3.
|
5511
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.
|
5512
|
-
integrity sha512-
|
5482
|
+
nanoid@^3.3.7:
|
5483
|
+
version "3.3.7"
|
5484
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
|
5485
|
+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
5513
5486
|
|
5514
5487
|
natural-compare@^1.4.0:
|
5515
5488
|
version "1.4.0"
|
@@ -5554,6 +5527,11 @@ node-releases@^2.0.13:
|
|
5554
5527
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
|
5555
5528
|
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
|
5556
5529
|
|
5530
|
+
node-releases@^2.0.14:
|
5531
|
+
version "2.0.14"
|
5532
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
|
5533
|
+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
|
5534
|
+
|
5557
5535
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
5558
5536
|
version "3.0.0"
|
5559
5537
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
@@ -5566,13 +5544,6 @@ npm-run-path@^4.0.0, npm-run-path@^4.0.1:
|
|
5566
5544
|
dependencies:
|
5567
5545
|
path-key "^3.0.0"
|
5568
5546
|
|
5569
|
-
npm-run-path@^5.1.0:
|
5570
|
-
version "5.1.0"
|
5571
|
-
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.1.0.tgz#bc62f7f3f6952d9894bd08944ba011a6ee7b7e00"
|
5572
|
-
integrity sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==
|
5573
|
-
dependencies:
|
5574
|
-
path-key "^4.0.0"
|
5575
|
-
|
5576
5547
|
nth-check@^2.0.1:
|
5577
5548
|
version "2.1.1"
|
5578
5549
|
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
|
@@ -5662,13 +5633,6 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
5662
5633
|
dependencies:
|
5663
5634
|
mimic-fn "^2.1.0"
|
5664
5635
|
|
5665
|
-
onetime@^6.0.0:
|
5666
|
-
version "6.0.0"
|
5667
|
-
resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4"
|
5668
|
-
integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
|
5669
|
-
dependencies:
|
5670
|
-
mimic-fn "^4.0.0"
|
5671
|
-
|
5672
5636
|
open@^8.0.9:
|
5673
5637
|
version "8.4.2"
|
5674
5638
|
resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
|
@@ -5678,16 +5642,6 @@ open@^8.0.9:
|
|
5678
5642
|
is-docker "^2.1.1"
|
5679
5643
|
is-wsl "^2.2.0"
|
5680
5644
|
|
5681
|
-
open@^9.1.0:
|
5682
|
-
version "9.1.0"
|
5683
|
-
resolved "https://registry.yarnpkg.com/open/-/open-9.1.0.tgz#684934359c90ad25742f5a26151970ff8c6c80b6"
|
5684
|
-
integrity sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==
|
5685
|
-
dependencies:
|
5686
|
-
default-browser "^4.0.0"
|
5687
|
-
define-lazy-prop "^3.0.0"
|
5688
|
-
is-inside-container "^1.0.0"
|
5689
|
-
is-wsl "^2.2.0"
|
5690
|
-
|
5691
5645
|
opener@^1.5.2:
|
5692
5646
|
version "1.5.2"
|
5693
5647
|
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
|
@@ -5799,11 +5753,6 @@ path-key@^3.0.0, path-key@^3.1.0:
|
|
5799
5753
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
5800
5754
|
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
5801
5755
|
|
5802
|
-
path-key@^4.0.0:
|
5803
|
-
version "4.0.0"
|
5804
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
|
5805
|
-
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
|
5806
|
-
|
5807
5756
|
path-parse@^1.0.7:
|
5808
5757
|
version "1.0.7"
|
5809
5758
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
@@ -5846,7 +5795,7 @@ postcss-modules-extract-imports@^3.0.0:
|
|
5846
5795
|
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
|
5847
5796
|
integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
|
5848
5797
|
|
5849
|
-
postcss-modules-local-by-default@^4.0.
|
5798
|
+
postcss-modules-local-by-default@^4.0.3:
|
5850
5799
|
version "4.0.3"
|
5851
5800
|
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz#b08eb4f083050708998ba2c6061b50c2870ca524"
|
5852
5801
|
integrity sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==
|
@@ -5855,10 +5804,10 @@ postcss-modules-local-by-default@^4.0.0:
|
|
5855
5804
|
postcss-selector-parser "^6.0.2"
|
5856
5805
|
postcss-value-parser "^4.1.0"
|
5857
5806
|
|
5858
|
-
postcss-modules-scope@^3.
|
5859
|
-
version "3.
|
5860
|
-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.
|
5861
|
-
integrity sha512-
|
5807
|
+
postcss-modules-scope@^3.1.0:
|
5808
|
+
version "3.1.0"
|
5809
|
+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.1.0.tgz#fbfddfda93a31f310f1d152c2bb4d3f3c5592ee0"
|
5810
|
+
integrity sha512-SaIbK8XW+MZbd0xHPf7kdfA/3eOt7vxJ72IRecn3EzuZVLr1r0orzf0MX/pN8m+NMDoo6X/SQd8oeKqGZd8PXg==
|
5862
5811
|
dependencies:
|
5863
5812
|
postcss-selector-parser "^6.0.4"
|
5864
5813
|
|
@@ -5877,17 +5826,17 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
|
|
5877
5826
|
cssesc "^3.0.0"
|
5878
5827
|
util-deprecate "^1.0.2"
|
5879
5828
|
|
5880
|
-
postcss-value-parser@^4.1.0:
|
5829
|
+
postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
|
5881
5830
|
version "4.2.0"
|
5882
5831
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
5883
5832
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
5884
5833
|
|
5885
|
-
postcss@^8.
|
5886
|
-
version "8.4.
|
5887
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.
|
5888
|
-
integrity sha512-
|
5834
|
+
postcss@^8.4.31:
|
5835
|
+
version "8.4.33"
|
5836
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
|
5837
|
+
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
|
5889
5838
|
dependencies:
|
5890
|
-
nanoid "^3.3.
|
5839
|
+
nanoid "^3.3.7"
|
5891
5840
|
picocolors "^1.0.0"
|
5892
5841
|
source-map-js "^1.0.2"
|
5893
5842
|
|
@@ -5903,10 +5852,10 @@ prettier-linter-helpers@^1.0.0:
|
|
5903
5852
|
dependencies:
|
5904
5853
|
fast-diff "^1.1.2"
|
5905
5854
|
|
5906
|
-
prettier@^3.
|
5907
|
-
version "3.
|
5908
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
5909
|
-
integrity sha512-
|
5855
|
+
prettier@^3.1.1:
|
5856
|
+
version "3.1.1"
|
5857
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
5858
|
+
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
5910
5859
|
|
5911
5860
|
pretty-error@^4.0.0:
|
5912
5861
|
version "4.0.0"
|
@@ -6248,13 +6197,6 @@ rimraf@^3.0.2:
|
|
6248
6197
|
dependencies:
|
6249
6198
|
glob "^7.1.3"
|
6250
6199
|
|
6251
|
-
run-applescript@^5.0.0:
|
6252
|
-
version "5.0.0"
|
6253
|
-
resolved "https://registry.yarnpkg.com/run-applescript/-/run-applescript-5.0.0.tgz#e11e1c932e055d5c6b40d98374e0268d9b11899c"
|
6254
|
-
integrity sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==
|
6255
|
-
dependencies:
|
6256
|
-
execa "^5.0.0"
|
6257
|
-
|
6258
6200
|
run-parallel@^1.1.9:
|
6259
6201
|
version "1.2.0"
|
6260
6202
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
@@ -6309,7 +6251,7 @@ schema-utils@^2.6.5:
|
|
6309
6251
|
ajv "^6.12.4"
|
6310
6252
|
ajv-keywords "^3.5.2"
|
6311
6253
|
|
6312
|
-
schema-utils@^3.
|
6254
|
+
schema-utils@^3.1.1:
|
6313
6255
|
version "3.2.0"
|
6314
6256
|
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.2.0.tgz#7dff4881064a4f22c09f0c6a1457feb820fd0636"
|
6315
6257
|
integrity sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==
|
@@ -6354,7 +6296,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
6354
6296
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
6355
6297
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
6356
6298
|
|
6357
|
-
semver@^7.
|
6299
|
+
semver@^7.5.3, semver@^7.5.4:
|
6358
6300
|
version "7.5.4"
|
6359
6301
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
6360
6302
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
@@ -6661,11 +6603,6 @@ strip-final-newline@^2.0.0:
|
|
6661
6603
|
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
|
6662
6604
|
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
|
6663
6605
|
|
6664
|
-
strip-final-newline@^3.0.0:
|
6665
|
-
version "3.0.0"
|
6666
|
-
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
|
6667
|
-
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
|
6668
|
-
|
6669
6606
|
strip-indent@^3.0.0:
|
6670
6607
|
version "3.0.0"
|
6671
6608
|
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
|
@@ -6714,13 +6651,13 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
6714
6651
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
6715
6652
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
6716
6653
|
|
6717
|
-
synckit@^0.8.
|
6718
|
-
version "0.8.
|
6719
|
-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.
|
6720
|
-
integrity sha512-
|
6654
|
+
synckit@^0.8.6:
|
6655
|
+
version "0.8.8"
|
6656
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
|
6657
|
+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
|
6721
6658
|
dependencies:
|
6722
|
-
"@pkgr/
|
6723
|
-
tslib "^2.
|
6659
|
+
"@pkgr/core" "^0.1.0"
|
6660
|
+
tslib "^2.6.2"
|
6724
6661
|
|
6725
6662
|
systemjs-webpack-interop@^2.3.7:
|
6726
6663
|
version "2.3.7"
|
@@ -6772,11 +6709,6 @@ thunky@^1.0.2:
|
|
6772
6709
|
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
|
6773
6710
|
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
|
6774
6711
|
|
6775
|
-
titleize@^3.0.0:
|
6776
|
-
version "3.0.0"
|
6777
|
-
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
|
6778
|
-
integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==
|
6779
|
-
|
6780
6712
|
tmpl@1.0.5:
|
6781
6713
|
version "1.0.5"
|
6782
6714
|
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
|
@@ -6819,7 +6751,7 @@ tslib@^2.1.0:
|
|
6819
6751
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
|
6820
6752
|
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
|
6821
6753
|
|
6822
|
-
tslib@^2.
|
6754
|
+
tslib@^2.6.2:
|
6823
6755
|
version "2.6.2"
|
6824
6756
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
6825
6757
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
@@ -6901,11 +6833,6 @@ unpipe@1.0.0, unpipe@~1.0.0:
|
|
6901
6833
|
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
6902
6834
|
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
|
6903
6835
|
|
6904
|
-
untildify@^4.0.0:
|
6905
|
-
version "4.0.0"
|
6906
|
-
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
6907
|
-
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
6908
|
-
|
6909
6836
|
update-browserslist-db@^1.0.11:
|
6910
6837
|
version "1.0.11"
|
6911
6838
|
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
|
@@ -7020,21 +6947,21 @@ webpack-cli@^5.1.4:
|
|
7020
6947
|
rechoir "^0.8.0"
|
7021
6948
|
webpack-merge "^5.7.3"
|
7022
6949
|
|
7023
|
-
webpack-config-single-spa-react@^4.0.
|
7024
|
-
version "4.0.
|
7025
|
-
resolved "https://registry.yarnpkg.com/webpack-config-single-spa-react/-/webpack-config-single-spa-react-4.0.
|
7026
|
-
integrity sha512-
|
6950
|
+
webpack-config-single-spa-react@^4.0.5:
|
6951
|
+
version "4.0.5"
|
6952
|
+
resolved "https://registry.yarnpkg.com/webpack-config-single-spa-react/-/webpack-config-single-spa-react-4.0.5.tgz#f48678a0607ae29cbc104aca7656e7b40d1444bb"
|
6953
|
+
integrity sha512-yWmM20PmA/eAwv5TZTqiA64W7fMN9EdCWGOmnZiDYSG8LTpXB38XT+/JIl1mYnighk1kqt7mETiS3pm+0gzDqA==
|
7027
6954
|
dependencies:
|
7028
|
-
webpack-config-single-spa "5.3.
|
6955
|
+
webpack-config-single-spa "5.3.1"
|
7029
6956
|
|
7030
|
-
webpack-config-single-spa@5.3.
|
7031
|
-
version "5.3.
|
7032
|
-
resolved "https://registry.yarnpkg.com/webpack-config-single-spa/-/webpack-config-single-spa-5.3.
|
7033
|
-
integrity sha512-
|
6957
|
+
webpack-config-single-spa@5.3.1:
|
6958
|
+
version "5.3.1"
|
6959
|
+
resolved "https://registry.yarnpkg.com/webpack-config-single-spa/-/webpack-config-single-spa-5.3.1.tgz#b53446448300df8bce8d45f693b966057c3e1c99"
|
6960
|
+
integrity sha512-RYovsr9iOIZmuz3+qXEKv8KTFyKTd4GTK3xYuBMpWaw1Ud/k1IfKOfB2IQxy6Ff2Ue/TfxJpavVvybdHU/qAvA==
|
7034
6961
|
dependencies:
|
7035
|
-
babel-loader "^8.2.
|
7036
|
-
css-loader "^
|
7037
|
-
html-webpack-plugin "^5.
|
6962
|
+
babel-loader "^8.2.5"
|
6963
|
+
css-loader "^6.8.1"
|
6964
|
+
html-webpack-plugin "^5.5.4"
|
7038
6965
|
standalone-single-spa-webpack-plugin "^4.0.0"
|
7039
6966
|
style-loader "^3.2.1"
|
7040
6967
|
systemjs-webpack-interop "^2.3.7"
|