openc3 5.12.0 → 5.13.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 +1 -1
- data/bin/openc3cli +3 -3
- 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/api/cmd_api.rb +99 -35
- data/lib/openc3/api/tlm_api.rb +63 -24
- data/lib/openc3/interfaces/mqtt_interface.rb +11 -9
- data/lib/openc3/interfaces/mqtt_stream_interface.rb +78 -0
- data/lib/openc3/logs/packet_log_reader.rb +2 -2
- data/lib/openc3/logs/text_log_writer.rb +3 -2
- data/lib/openc3/microservices/trigger_group_microservice.rb +2 -1
- data/lib/openc3/models/plugin_model.rb +38 -4
- data/lib/openc3/packets/json_packet.rb +46 -15
- data/lib/openc3/packets/packet_config.rb +2 -1
- data/lib/openc3/packets/parsers/xtce_parser.rb +5 -1
- data/lib/openc3/script/api_shared.rb +31 -31
- data/lib/openc3/script/commands.rb +18 -12
- data/lib/openc3/script/limits.rb +1 -1
- 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/utilities/cli_generator.rb +33 -20
- data/lib/openc3/utilities/local_mode.rb +2 -2
- data/lib/openc3/utilities/logger.rb +17 -16
- data/lib/openc3/utilities/process_manager.rb +1 -1
- 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/target/targets/TARGET/lib/target.py +9 -0
- data/templates/target/targets/TARGET/procedures/procedure.py +3 -0
- data/templates/tool_angular/package.json +20 -19
- data/templates/tool_angular/yarn.lock +2222 -3212
- data/templates/tool_react/package.json +12 -12
- data/templates/tool_react/yarn.lock +586 -521
- data/templates/tool_svelte/package.json +11 -10
- data/templates/tool_svelte/src/services/openc3-api.js +17 -22
- data/templates/tool_svelte/yarn.lock +600 -516
- data/templates/tool_vue/package.json +10 -9
- data/templates/tool_vue/yarn.lock +113 -41
- data/templates/widget/package.json +9 -8
- data/templates/widget/yarn.lock +96 -35
- metadata +26 -4
@@ -8,9 +8,9 @@
|
|
8
8
|
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
|
9
9
|
|
10
10
|
"@adobe/css-tools@^4.3.1":
|
11
|
-
version "4.3.
|
12
|
-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.
|
13
|
-
integrity sha512
|
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.6":
|
83
|
+
version "7.23.6"
|
84
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
|
85
|
+
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
|
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.6"
|
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.6"
|
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,6 +221,15 @@
|
|
207
221
|
regexpu-core "^5.3.1"
|
208
222
|
semver "^6.3.0"
|
209
223
|
|
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
|
+
|
210
233
|
"@babel/helper-define-polyfill-provider@^0.4.3":
|
211
234
|
version "0.4.3"
|
212
235
|
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz#a71c10f7146d809f4a256c373f462d9bba8cf6ba"
|
@@ -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.6":
|
447
|
+
version "7.23.6"
|
448
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
|
449
|
+
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
|
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.6"
|
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.3":
|
519
|
+
version "7.23.3"
|
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.3.tgz#20c60d4639d18f7da8602548512e9d3a4c8d7098"
|
521
|
+
integrity sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==
|
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,212 @@
|
|
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.4":
|
687
|
+
version "7.23.4"
|
688
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz#93ac8e3531f347fba519b4703f9ff2a75c6ae27a"
|
689
|
+
integrity sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==
|
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.5":
|
737
|
+
version "7.23.5"
|
738
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
|
739
|
+
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
|
717
740
|
dependencies:
|
718
741
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
719
742
|
"@babel/helper-compilation-targets" "^7.22.15"
|
720
|
-
"@babel/helper-environment-visitor" "^7.22.
|
721
|
-
"@babel/helper-function-name" "^7.
|
743
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
744
|
+
"@babel/helper-function-name" "^7.23.0"
|
722
745
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
723
746
|
"@babel/helper-plugin-utils" "^7.22.5"
|
724
|
-
"@babel/helper-replace-supers" "^7.22.
|
747
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
725
748
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
726
749
|
globals "^11.1.0"
|
727
750
|
|
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-
|
751
|
+
"@babel/plugin-transform-computed-properties@^7.23.3":
|
752
|
+
version "7.23.3"
|
753
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz#652e69561fcc9d2b50ba4f7ac7f60dcf65e86474"
|
754
|
+
integrity sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==
|
732
755
|
dependencies:
|
733
756
|
"@babel/helper-plugin-utils" "^7.22.5"
|
734
|
-
"@babel/template" "^7.22.
|
757
|
+
"@babel/template" "^7.22.15"
|
735
758
|
|
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-
|
759
|
+
"@babel/plugin-transform-destructuring@^7.23.3":
|
760
|
+
version "7.23.3"
|
761
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz#8c9ee68228b12ae3dff986e56ed1ba4f3c446311"
|
762
|
+
integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==
|
740
763
|
dependencies:
|
741
764
|
"@babel/helper-plugin-utils" "^7.22.5"
|
742
765
|
|
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-
|
766
|
+
"@babel/plugin-transform-dotall-regex@^7.23.3":
|
767
|
+
version "7.23.3"
|
768
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz#3f7af6054882ede89c378d0cf889b854a993da50"
|
769
|
+
integrity sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==
|
747
770
|
dependencies:
|
748
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
771
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
749
772
|
"@babel/helper-plugin-utils" "^7.22.5"
|
750
773
|
|
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-
|
774
|
+
"@babel/plugin-transform-duplicate-keys@^7.23.3":
|
775
|
+
version "7.23.3"
|
776
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz#664706ca0a5dfe8d066537f99032fc1dc8b720ce"
|
777
|
+
integrity sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==
|
755
778
|
dependencies:
|
756
779
|
"@babel/helper-plugin-utils" "^7.22.5"
|
757
780
|
|
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-
|
781
|
+
"@babel/plugin-transform-dynamic-import@^7.23.4":
|
782
|
+
version "7.23.4"
|
783
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz#c7629e7254011ac3630d47d7f34ddd40ca535143"
|
784
|
+
integrity sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==
|
762
785
|
dependencies:
|
763
786
|
"@babel/helper-plugin-utils" "^7.22.5"
|
764
787
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
765
788
|
|
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-
|
789
|
+
"@babel/plugin-transform-exponentiation-operator@^7.23.3":
|
790
|
+
version "7.23.3"
|
791
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz#ea0d978f6b9232ba4722f3dbecdd18f450babd18"
|
792
|
+
integrity sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==
|
770
793
|
dependencies:
|
771
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.
|
794
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
|
772
795
|
"@babel/helper-plugin-utils" "^7.22.5"
|
773
796
|
|
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-
|
797
|
+
"@babel/plugin-transform-export-namespace-from@^7.23.4":
|
798
|
+
version "7.23.4"
|
799
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz#084c7b25e9a5c8271e987a08cf85807b80283191"
|
800
|
+
integrity sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==
|
778
801
|
dependencies:
|
779
802
|
"@babel/helper-plugin-utils" "^7.22.5"
|
780
803
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
781
804
|
|
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-
|
805
|
+
"@babel/plugin-transform-for-of@^7.23.6":
|
806
|
+
version "7.23.6"
|
807
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz#81c37e24171b37b370ba6aaffa7ac86bcb46f94e"
|
808
|
+
integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==
|
786
809
|
dependencies:
|
787
810
|
"@babel/helper-plugin-utils" "^7.22.5"
|
811
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
788
812
|
|
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-
|
813
|
+
"@babel/plugin-transform-function-name@^7.23.3":
|
814
|
+
version "7.23.3"
|
815
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz#8f424fcd862bf84cb9a1a6b42bc2f47ed630f8dc"
|
816
|
+
integrity sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==
|
793
817
|
dependencies:
|
794
|
-
"@babel/helper-compilation-targets" "^7.22.
|
795
|
-
"@babel/helper-function-name" "^7.
|
818
|
+
"@babel/helper-compilation-targets" "^7.22.15"
|
819
|
+
"@babel/helper-function-name" "^7.23.0"
|
796
820
|
"@babel/helper-plugin-utils" "^7.22.5"
|
797
821
|
|
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-
|
822
|
+
"@babel/plugin-transform-json-strings@^7.23.4":
|
823
|
+
version "7.23.4"
|
824
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz#a871d9b6bd171976efad2e43e694c961ffa3714d"
|
825
|
+
integrity sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==
|
802
826
|
dependencies:
|
803
827
|
"@babel/helper-plugin-utils" "^7.22.5"
|
804
828
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
805
829
|
|
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-
|
830
|
+
"@babel/plugin-transform-literals@^7.23.3":
|
831
|
+
version "7.23.3"
|
832
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz#8214665f00506ead73de157eba233e7381f3beb4"
|
833
|
+
integrity sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==
|
810
834
|
dependencies:
|
811
835
|
"@babel/helper-plugin-utils" "^7.22.5"
|
812
836
|
|
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-
|
837
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.23.4":
|
838
|
+
version "7.23.4"
|
839
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz#e599f82c51d55fac725f62ce55d3a0886279ecb5"
|
840
|
+
integrity sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==
|
817
841
|
dependencies:
|
818
842
|
"@babel/helper-plugin-utils" "^7.22.5"
|
819
843
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
820
844
|
|
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-
|
845
|
+
"@babel/plugin-transform-member-expression-literals@^7.23.3":
|
846
|
+
version "7.23.3"
|
847
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz#e37b3f0502289f477ac0e776b05a833d853cabcc"
|
848
|
+
integrity sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==
|
825
849
|
dependencies:
|
826
850
|
"@babel/helper-plugin-utils" "^7.22.5"
|
827
851
|
|
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-
|
852
|
+
"@babel/plugin-transform-modules-amd@^7.23.3":
|
853
|
+
version "7.23.3"
|
854
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz#e19b55436a1416829df0a1afc495deedfae17f7d"
|
855
|
+
integrity sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==
|
832
856
|
dependencies:
|
833
|
-
"@babel/helper-module-transforms" "^7.23.
|
857
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
834
858
|
"@babel/helper-plugin-utils" "^7.22.5"
|
835
859
|
|
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-
|
860
|
+
"@babel/plugin-transform-modules-commonjs@^7.23.3":
|
861
|
+
version "7.23.3"
|
862
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
|
863
|
+
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
|
840
864
|
dependencies:
|
841
|
-
"@babel/helper-module-transforms" "^7.23.
|
865
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
842
866
|
"@babel/helper-plugin-utils" "^7.22.5"
|
843
867
|
"@babel/helper-simple-access" "^7.22.5"
|
844
868
|
|
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-
|
869
|
+
"@babel/plugin-transform-modules-systemjs@^7.23.3":
|
870
|
+
version "7.23.3"
|
871
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
|
872
|
+
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
|
849
873
|
dependencies:
|
850
874
|
"@babel/helper-hoist-variables" "^7.22.5"
|
851
|
-
"@babel/helper-module-transforms" "^7.23.
|
875
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
852
876
|
"@babel/helper-plugin-utils" "^7.22.5"
|
853
877
|
"@babel/helper-validator-identifier" "^7.22.20"
|
854
878
|
|
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
|
879
|
+
"@babel/plugin-transform-modules-umd@^7.23.3":
|
880
|
+
version "7.23.3"
|
881
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz#5d4395fccd071dfefe6585a4411aa7d6b7d769e9"
|
882
|
+
integrity sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==
|
859
883
|
dependencies:
|
860
|
-
"@babel/helper-module-transforms" "^7.
|
884
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
861
885
|
"@babel/helper-plugin-utils" "^7.22.5"
|
862
886
|
|
863
887
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
|
@@ -868,110 +892,101 @@
|
|
868
892
|
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
869
893
|
"@babel/helper-plugin-utils" "^7.22.5"
|
870
894
|
|
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-
|
895
|
+
"@babel/plugin-transform-new-target@^7.23.3":
|
896
|
+
version "7.23.3"
|
897
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz#5491bb78ed6ac87e990957cea367eab781c4d980"
|
898
|
+
integrity sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==
|
875
899
|
dependencies:
|
876
900
|
"@babel/helper-plugin-utils" "^7.22.5"
|
877
901
|
|
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-
|
902
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.23.4":
|
903
|
+
version "7.23.4"
|
904
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz#45556aad123fc6e52189ea749e33ce090637346e"
|
905
|
+
integrity sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==
|
882
906
|
dependencies:
|
883
907
|
"@babel/helper-plugin-utils" "^7.22.5"
|
884
908
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
885
909
|
|
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-
|
910
|
+
"@babel/plugin-transform-numeric-separator@^7.23.4":
|
911
|
+
version "7.23.4"
|
912
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz#03d08e3691e405804ecdd19dd278a40cca531f29"
|
913
|
+
integrity sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==
|
890
914
|
dependencies:
|
891
915
|
"@babel/helper-plugin-utils" "^7.22.5"
|
892
916
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
893
917
|
|
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-
|
918
|
+
"@babel/plugin-transform-object-rest-spread@^7.23.4":
|
919
|
+
version "7.23.4"
|
920
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
|
921
|
+
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
|
898
922
|
dependencies:
|
899
|
-
"@babel/compat-data" "^7.
|
923
|
+
"@babel/compat-data" "^7.23.3"
|
900
924
|
"@babel/helper-compilation-targets" "^7.22.15"
|
901
925
|
"@babel/helper-plugin-utils" "^7.22.5"
|
902
926
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
903
|
-
"@babel/plugin-transform-parameters" "^7.
|
927
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
904
928
|
|
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-
|
929
|
+
"@babel/plugin-transform-object-super@^7.23.3":
|
930
|
+
version "7.23.3"
|
931
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
|
932
|
+
integrity sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==
|
909
933
|
dependencies:
|
910
934
|
"@babel/helper-plugin-utils" "^7.22.5"
|
911
|
-
"@babel/helper-replace-supers" "^7.22.
|
935
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
912
936
|
|
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-
|
937
|
+
"@babel/plugin-transform-optional-catch-binding@^7.23.4":
|
938
|
+
version "7.23.4"
|
939
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz#318066de6dacce7d92fa244ae475aa8d91778017"
|
940
|
+
integrity sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==
|
917
941
|
dependencies:
|
918
942
|
"@babel/helper-plugin-utils" "^7.22.5"
|
919
943
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
920
944
|
|
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==
|
945
|
+
"@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4":
|
946
|
+
version "7.23.4"
|
947
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz#6acf61203bdfc4de9d4e52e64490aeb3e52bd017"
|
948
|
+
integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==
|
934
949
|
dependencies:
|
935
950
|
"@babel/helper-plugin-utils" "^7.22.5"
|
936
951
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
937
952
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
938
953
|
|
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-
|
954
|
+
"@babel/plugin-transform-parameters@^7.23.3":
|
955
|
+
version "7.23.3"
|
956
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af"
|
957
|
+
integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==
|
943
958
|
dependencies:
|
944
959
|
"@babel/helper-plugin-utils" "^7.22.5"
|
945
960
|
|
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-
|
961
|
+
"@babel/plugin-transform-private-methods@^7.23.3":
|
962
|
+
version "7.23.3"
|
963
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz#b2d7a3c97e278bfe59137a978d53b2c2e038c0e4"
|
964
|
+
integrity sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==
|
950
965
|
dependencies:
|
951
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
966
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
952
967
|
"@babel/helper-plugin-utils" "^7.22.5"
|
953
968
|
|
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-
|
969
|
+
"@babel/plugin-transform-private-property-in-object@^7.23.4":
|
970
|
+
version "7.23.4"
|
971
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz#3ec711d05d6608fd173d9b8de39872d8dbf68bf5"
|
972
|
+
integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==
|
958
973
|
dependencies:
|
959
974
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
960
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
975
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
961
976
|
"@babel/helper-plugin-utils" "^7.22.5"
|
962
977
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
963
978
|
|
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-
|
979
|
+
"@babel/plugin-transform-property-literals@^7.23.3":
|
980
|
+
version "7.23.3"
|
981
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz#54518f14ac4755d22b92162e4a852d308a560875"
|
982
|
+
integrity sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==
|
968
983
|
dependencies:
|
969
984
|
"@babel/helper-plugin-utils" "^7.22.5"
|
970
985
|
|
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-
|
986
|
+
"@babel/plugin-transform-react-display-name@^7.23.3":
|
987
|
+
version "7.23.3"
|
988
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz#70529f034dd1e561045ad3c8152a267f0d7b6200"
|
989
|
+
integrity sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==
|
975
990
|
dependencies:
|
976
991
|
"@babel/helper-plugin-utils" "^7.22.5"
|
977
992
|
|
@@ -1004,33 +1019,33 @@
|
|
1004
1019
|
"@babel/plugin-syntax-jsx" "^7.22.5"
|
1005
1020
|
"@babel/types" "^7.22.5"
|
1006
1021
|
|
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-
|
1022
|
+
"@babel/plugin-transform-react-pure-annotations@^7.23.3":
|
1023
|
+
version "7.23.3"
|
1024
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz#fabedbdb8ee40edf5da96f3ecfc6958e3783b93c"
|
1025
|
+
integrity sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==
|
1011
1026
|
dependencies:
|
1012
1027
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
1013
1028
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1014
1029
|
|
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-
|
1030
|
+
"@babel/plugin-transform-regenerator@^7.23.3":
|
1031
|
+
version "7.23.3"
|
1032
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz#141afd4a2057298602069fce7f2dc5173e6c561c"
|
1033
|
+
integrity sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==
|
1019
1034
|
dependencies:
|
1020
1035
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1021
1036
|
regenerator-transform "^0.15.2"
|
1022
1037
|
|
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-
|
1038
|
+
"@babel/plugin-transform-reserved-words@^7.23.3":
|
1039
|
+
version "7.23.3"
|
1040
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8"
|
1041
|
+
integrity sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==
|
1027
1042
|
dependencies:
|
1028
1043
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1029
1044
|
|
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-
|
1045
|
+
"@babel/plugin-transform-runtime@^7.23.6":
|
1046
|
+
version "7.23.6"
|
1047
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz#bf853cd0a675c16ee33e6ba2a63b536e75e5d754"
|
1048
|
+
integrity sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==
|
1034
1049
|
dependencies:
|
1035
1050
|
"@babel/helper-module-imports" "^7.22.15"
|
1036
1051
|
"@babel/helper-plugin-utils" "^7.22.5"
|
@@ -1039,92 +1054,93 @@
|
|
1039
1054
|
babel-plugin-polyfill-regenerator "^0.5.3"
|
1040
1055
|
semver "^6.3.1"
|
1041
1056
|
|
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-
|
1057
|
+
"@babel/plugin-transform-shorthand-properties@^7.23.3":
|
1058
|
+
version "7.23.3"
|
1059
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
|
1060
|
+
integrity sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==
|
1046
1061
|
dependencies:
|
1047
1062
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1048
1063
|
|
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-
|
1064
|
+
"@babel/plugin-transform-spread@^7.23.3":
|
1065
|
+
version "7.23.3"
|
1066
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz#41d17aacb12bde55168403c6f2d6bdca563d362c"
|
1067
|
+
integrity sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==
|
1053
1068
|
dependencies:
|
1054
1069
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1055
1070
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
1056
1071
|
|
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-
|
1072
|
+
"@babel/plugin-transform-sticky-regex@^7.23.3":
|
1073
|
+
version "7.23.3"
|
1074
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz#dec45588ab4a723cb579c609b294a3d1bd22ff04"
|
1075
|
+
integrity sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==
|
1061
1076
|
dependencies:
|
1062
1077
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1063
1078
|
|
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-
|
1079
|
+
"@babel/plugin-transform-template-literals@^7.23.3":
|
1080
|
+
version "7.23.3"
|
1081
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz#5f0f028eb14e50b5d0f76be57f90045757539d07"
|
1082
|
+
integrity sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==
|
1068
1083
|
dependencies:
|
1069
1084
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1070
1085
|
|
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-
|
1086
|
+
"@babel/plugin-transform-typeof-symbol@^7.23.3":
|
1087
|
+
version "7.23.3"
|
1088
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz#9dfab97acc87495c0c449014eb9c547d8966bca4"
|
1089
|
+
integrity sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==
|
1075
1090
|
dependencies:
|
1076
1091
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1077
1092
|
|
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-
|
1093
|
+
"@babel/plugin-transform-unicode-escapes@^7.23.3":
|
1094
|
+
version "7.23.3"
|
1095
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz#1f66d16cab01fab98d784867d24f70c1ca65b925"
|
1096
|
+
integrity sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==
|
1082
1097
|
dependencies:
|
1083
1098
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1084
1099
|
|
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-
|
1100
|
+
"@babel/plugin-transform-unicode-property-regex@^7.23.3":
|
1101
|
+
version "7.23.3"
|
1102
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz#19e234129e5ffa7205010feec0d94c251083d7ad"
|
1103
|
+
integrity sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==
|
1089
1104
|
dependencies:
|
1090
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1105
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1091
1106
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1092
1107
|
|
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-
|
1108
|
+
"@babel/plugin-transform-unicode-regex@^7.23.3":
|
1109
|
+
version "7.23.3"
|
1110
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz#26897708d8f42654ca4ce1b73e96140fbad879dc"
|
1111
|
+
integrity sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==
|
1097
1112
|
dependencies:
|
1098
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1113
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1099
1114
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1100
1115
|
|
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-
|
1116
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.23.3":
|
1117
|
+
version "7.23.3"
|
1118
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz#4fb6f0a719c2c5859d11f6b55a050cc987f3799e"
|
1119
|
+
integrity sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==
|
1105
1120
|
dependencies:
|
1106
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1121
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1107
1122
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1108
1123
|
|
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-
|
1124
|
+
"@babel/preset-env@^7.23.6":
|
1125
|
+
version "7.23.6"
|
1126
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.6.tgz#ad0ea799d5a3c07db5b9a172819bbd444092187a"
|
1127
|
+
integrity sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==
|
1113
1128
|
dependencies:
|
1114
|
-
"@babel/compat-data" "^7.23.
|
1115
|
-
"@babel/helper-compilation-targets" "^7.
|
1129
|
+
"@babel/compat-data" "^7.23.5"
|
1130
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
1116
1131
|
"@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.
|
1132
|
+
"@babel/helper-validator-option" "^7.23.5"
|
1133
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
|
1134
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
|
1135
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.3"
|
1120
1136
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1121
1137
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
1122
1138
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
1123
1139
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1124
1140
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1125
1141
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
1126
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
1127
|
-
"@babel/plugin-syntax-import-attributes" "^7.
|
1142
|
+
"@babel/plugin-syntax-import-assertions" "^7.23.3"
|
1143
|
+
"@babel/plugin-syntax-import-attributes" "^7.23.3"
|
1128
1144
|
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
1129
1145
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
1130
1146
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
@@ -1136,56 +1152,55 @@
|
|
1136
1152
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1137
1153
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1138
1154
|
"@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.
|
1155
|
+
"@babel/plugin-transform-arrow-functions" "^7.23.3"
|
1156
|
+
"@babel/plugin-transform-async-generator-functions" "^7.23.4"
|
1157
|
+
"@babel/plugin-transform-async-to-generator" "^7.23.3"
|
1158
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
|
1159
|
+
"@babel/plugin-transform-block-scoping" "^7.23.4"
|
1160
|
+
"@babel/plugin-transform-class-properties" "^7.23.3"
|
1161
|
+
"@babel/plugin-transform-class-static-block" "^7.23.4"
|
1162
|
+
"@babel/plugin-transform-classes" "^7.23.5"
|
1163
|
+
"@babel/plugin-transform-computed-properties" "^7.23.3"
|
1164
|
+
"@babel/plugin-transform-destructuring" "^7.23.3"
|
1165
|
+
"@babel/plugin-transform-dotall-regex" "^7.23.3"
|
1166
|
+
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
|
1167
|
+
"@babel/plugin-transform-dynamic-import" "^7.23.4"
|
1168
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
|
1169
|
+
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
|
1170
|
+
"@babel/plugin-transform-for-of" "^7.23.6"
|
1171
|
+
"@babel/plugin-transform-function-name" "^7.23.3"
|
1172
|
+
"@babel/plugin-transform-json-strings" "^7.23.4"
|
1173
|
+
"@babel/plugin-transform-literals" "^7.23.3"
|
1174
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
|
1175
|
+
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
|
1176
|
+
"@babel/plugin-transform-modules-amd" "^7.23.3"
|
1177
|
+
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
|
1178
|
+
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
|
1179
|
+
"@babel/plugin-transform-modules-umd" "^7.23.3"
|
1164
1180
|
"@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.
|
1181
|
+
"@babel/plugin-transform-new-target" "^7.23.3"
|
1182
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
|
1183
|
+
"@babel/plugin-transform-numeric-separator" "^7.23.4"
|
1184
|
+
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
|
1185
|
+
"@babel/plugin-transform-object-super" "^7.23.3"
|
1186
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
|
1187
|
+
"@babel/plugin-transform-optional-chaining" "^7.23.4"
|
1188
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
1189
|
+
"@babel/plugin-transform-private-methods" "^7.23.3"
|
1190
|
+
"@babel/plugin-transform-private-property-in-object" "^7.23.4"
|
1191
|
+
"@babel/plugin-transform-property-literals" "^7.23.3"
|
1192
|
+
"@babel/plugin-transform-regenerator" "^7.23.3"
|
1193
|
+
"@babel/plugin-transform-reserved-words" "^7.23.3"
|
1194
|
+
"@babel/plugin-transform-shorthand-properties" "^7.23.3"
|
1195
|
+
"@babel/plugin-transform-spread" "^7.23.3"
|
1196
|
+
"@babel/plugin-transform-sticky-regex" "^7.23.3"
|
1197
|
+
"@babel/plugin-transform-template-literals" "^7.23.3"
|
1198
|
+
"@babel/plugin-transform-typeof-symbol" "^7.23.3"
|
1199
|
+
"@babel/plugin-transform-unicode-escapes" "^7.23.3"
|
1200
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.23.3"
|
1201
|
+
"@babel/plugin-transform-unicode-regex" "^7.23.3"
|
1202
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
|
1187
1203
|
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
1188
|
-
"@babel/types" "^7.23.0"
|
1189
1204
|
babel-plugin-polyfill-corejs2 "^0.4.6"
|
1190
1205
|
babel-plugin-polyfill-corejs3 "^0.8.5"
|
1191
1206
|
babel-plugin-polyfill-regenerator "^0.5.3"
|
@@ -1201,17 +1216,17 @@
|
|
1201
1216
|
"@babel/types" "^7.4.4"
|
1202
1217
|
esutils "^2.0.2"
|
1203
1218
|
|
1204
|
-
"@babel/preset-react@^7.
|
1205
|
-
version "7.
|
1206
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.
|
1207
|
-
integrity sha512-
|
1219
|
+
"@babel/preset-react@^7.23.3":
|
1220
|
+
version "7.23.3"
|
1221
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.23.3.tgz#f73ca07e7590f977db07eb54dbe46538cc015709"
|
1222
|
+
integrity sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==
|
1208
1223
|
dependencies:
|
1209
1224
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1210
1225
|
"@babel/helper-validator-option" "^7.22.15"
|
1211
|
-
"@babel/plugin-transform-react-display-name" "^7.
|
1226
|
+
"@babel/plugin-transform-react-display-name" "^7.23.3"
|
1212
1227
|
"@babel/plugin-transform-react-jsx" "^7.22.15"
|
1213
1228
|
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
|
1214
|
-
"@babel/plugin-transform-react-pure-annotations" "^7.
|
1229
|
+
"@babel/plugin-transform-react-pure-annotations" "^7.23.3"
|
1215
1230
|
|
1216
1231
|
"@babel/regjsgen@^0.8.0":
|
1217
1232
|
version "0.8.0"
|
@@ -1225,10 +1240,10 @@
|
|
1225
1240
|
dependencies:
|
1226
1241
|
regenerator-runtime "^0.13.11"
|
1227
1242
|
|
1228
|
-
"@babel/runtime@^7.23.
|
1229
|
-
version "7.23.
|
1230
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.
|
1231
|
-
integrity sha512-
|
1243
|
+
"@babel/runtime@^7.23.4", "@babel/runtime@^7.23.6":
|
1244
|
+
version "7.23.6"
|
1245
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.6.tgz#c05e610dc228855dc92ef1b53d07389ed8ab521d"
|
1246
|
+
integrity sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==
|
1232
1247
|
dependencies:
|
1233
1248
|
regenerator-runtime "^0.14.0"
|
1234
1249
|
|
@@ -1250,7 +1265,7 @@
|
|
1250
1265
|
"@babel/parser" "^7.22.5"
|
1251
1266
|
"@babel/types" "^7.22.5"
|
1252
1267
|
|
1253
|
-
"@babel/traverse@^7.22.5"
|
1268
|
+
"@babel/traverse@^7.22.5":
|
1254
1269
|
version "7.23.2"
|
1255
1270
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
1256
1271
|
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
|
@@ -1266,6 +1281,22 @@
|
|
1266
1281
|
debug "^4.1.0"
|
1267
1282
|
globals "^11.1.0"
|
1268
1283
|
|
1284
|
+
"@babel/traverse@^7.23.6":
|
1285
|
+
version "7.23.6"
|
1286
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
|
1287
|
+
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
|
1288
|
+
dependencies:
|
1289
|
+
"@babel/code-frame" "^7.23.5"
|
1290
|
+
"@babel/generator" "^7.23.6"
|
1291
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
1292
|
+
"@babel/helper-function-name" "^7.23.0"
|
1293
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
1294
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
1295
|
+
"@babel/parser" "^7.23.6"
|
1296
|
+
"@babel/types" "^7.23.6"
|
1297
|
+
debug "^4.3.1"
|
1298
|
+
globals "^11.1.0"
|
1299
|
+
|
1269
1300
|
"@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
1301
|
version "7.22.5"
|
1271
1302
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
@@ -1293,6 +1324,15 @@
|
|
1293
1324
|
"@babel/helper-validator-identifier" "^7.22.20"
|
1294
1325
|
to-fast-properties "^2.0.0"
|
1295
1326
|
|
1327
|
+
"@babel/types@^7.23.6":
|
1328
|
+
version "7.23.6"
|
1329
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
|
1330
|
+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
|
1331
|
+
dependencies:
|
1332
|
+
"@babel/helper-string-parser" "^7.23.4"
|
1333
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
1334
|
+
to-fast-properties "^2.0.0"
|
1335
|
+
|
1296
1336
|
"@bcoe/v8-coverage@^0.2.3":
|
1297
1337
|
version "0.2.3"
|
1298
1338
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1422,10 +1462,10 @@
|
|
1422
1462
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
1423
1463
|
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
1424
1464
|
|
1425
|
-
"@eslint/eslintrc@^2.1.
|
1426
|
-
version "2.1.
|
1427
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
1428
|
-
integrity sha512-
|
1465
|
+
"@eslint/eslintrc@^2.1.4":
|
1466
|
+
version "2.1.4"
|
1467
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
|
1468
|
+
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
|
1429
1469
|
dependencies:
|
1430
1470
|
ajv "^6.12.4"
|
1431
1471
|
debug "^4.3.2"
|
@@ -1437,10 +1477,10 @@
|
|
1437
1477
|
minimatch "^3.1.2"
|
1438
1478
|
strip-json-comments "^3.1.1"
|
1439
1479
|
|
1440
|
-
"@eslint/js@8.
|
1441
|
-
version "8.
|
1442
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
1443
|
-
integrity sha512-
|
1480
|
+
"@eslint/js@8.55.0":
|
1481
|
+
version "8.55.0"
|
1482
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
|
1483
|
+
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
|
1444
1484
|
|
1445
1485
|
"@floating-ui/core@^1.4.1":
|
1446
1486
|
version "1.4.1"
|
@@ -1457,10 +1497,10 @@
|
|
1457
1497
|
"@floating-ui/core" "^1.4.1"
|
1458
1498
|
"@floating-ui/utils" "^0.1.1"
|
1459
1499
|
|
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-
|
1500
|
+
"@floating-ui/react-dom@^2.0.4":
|
1501
|
+
version "2.0.4"
|
1502
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.4.tgz#b076fafbdfeb881e1d86ae748b7ff95150e9f3ec"
|
1503
|
+
integrity sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==
|
1464
1504
|
dependencies:
|
1465
1505
|
"@floating-ui/dom" "^1.5.1"
|
1466
1506
|
|
@@ -1759,87 +1799,87 @@
|
|
1759
1799
|
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
1760
1800
|
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
1761
1801
|
|
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-
|
1802
|
+
"@mui/base@5.0.0-beta.26":
|
1803
|
+
version "5.0.0-beta.26"
|
1804
|
+
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.26.tgz#5fab6062238dc17dd840bf1a17ab759370452713"
|
1805
|
+
integrity sha512-gPMRKC84VRw+tjqYoyBzyrBUqHQucMXdlBpYazHa5rCXrb91fYEQk5SqQ2U5kjxx9QxZxTBvWAmZ6DblIgaGhQ==
|
1766
1806
|
dependencies:
|
1767
|
-
"@babel/runtime" "^7.23.
|
1768
|
-
"@floating-ui/react-dom" "^2.0.
|
1769
|
-
"@mui/types" "^7.2.
|
1770
|
-
"@mui/utils" "^5.14.
|
1807
|
+
"@babel/runtime" "^7.23.4"
|
1808
|
+
"@floating-ui/react-dom" "^2.0.4"
|
1809
|
+
"@mui/types" "^7.2.10"
|
1810
|
+
"@mui/utils" "^5.14.20"
|
1771
1811
|
"@popperjs/core" "^2.11.8"
|
1772
1812
|
clsx "^2.0.0"
|
1773
1813
|
prop-types "^15.8.1"
|
1774
1814
|
|
1775
|
-
"@mui/core-downloads-tracker@^5.14.
|
1776
|
-
version "5.14.
|
1777
|
-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.
|
1778
|
-
integrity sha512-
|
1779
|
-
|
1780
|
-
"@mui/material@^5.14.
|
1781
|
-
version "5.14.
|
1782
|
-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.
|
1783
|
-
integrity sha512
|
1784
|
-
dependencies:
|
1785
|
-
"@babel/runtime" "^7.23.
|
1786
|
-
"@mui/base" "5.0.0-beta.
|
1787
|
-
"@mui/core-downloads-tracker" "^5.14.
|
1788
|
-
"@mui/system" "^5.14.
|
1789
|
-
"@mui/types" "^7.2.
|
1790
|
-
"@mui/utils" "^5.14.
|
1791
|
-
"@types/react-transition-group" "^4.4.
|
1815
|
+
"@mui/core-downloads-tracker@^5.14.20":
|
1816
|
+
version "5.14.20"
|
1817
|
+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.20.tgz#c9ce5ccfcc7972d3bc1623440e041e0a01386626"
|
1818
|
+
integrity sha512-fXoGe8VOrIYajqALysFuyal1q1YmBARqJ3tmnWYDVl0scu8f6h6tZQbS2K8BY28QwkWNGyv4WRfuUkzN5HR3Ow==
|
1819
|
+
|
1820
|
+
"@mui/material@^5.14.20":
|
1821
|
+
version "5.14.20"
|
1822
|
+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.20.tgz#d9834187838011642779c57bbdd989275ef37b6d"
|
1823
|
+
integrity sha512-SUcPZnN6e0h1AtrDktEl76Dsyo/7pyEUQ+SAVe9XhHg/iliA0b4Vo+Eg4HbNkELsMbpDsUF4WHp7rgflPG7qYQ==
|
1824
|
+
dependencies:
|
1825
|
+
"@babel/runtime" "^7.23.4"
|
1826
|
+
"@mui/base" "5.0.0-beta.26"
|
1827
|
+
"@mui/core-downloads-tracker" "^5.14.20"
|
1828
|
+
"@mui/system" "^5.14.20"
|
1829
|
+
"@mui/types" "^7.2.10"
|
1830
|
+
"@mui/utils" "^5.14.20"
|
1831
|
+
"@types/react-transition-group" "^4.4.9"
|
1792
1832
|
clsx "^2.0.0"
|
1793
1833
|
csstype "^3.1.2"
|
1794
1834
|
prop-types "^15.8.1"
|
1795
1835
|
react-is "^18.2.0"
|
1796
1836
|
react-transition-group "^4.4.5"
|
1797
1837
|
|
1798
|
-
"@mui/private-theming@^5.14.
|
1799
|
-
version "5.14.
|
1800
|
-
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.
|
1801
|
-
integrity sha512-
|
1838
|
+
"@mui/private-theming@^5.14.20":
|
1839
|
+
version "5.14.20"
|
1840
|
+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.20.tgz#ccb0ef60d854510585cb266780d6e37589693c40"
|
1841
|
+
integrity sha512-WV560e1vhs2IHCh0pgUaWHznrcrVoW9+cDCahU1VTkuwPokWVvb71ccWQ1f8Y3tRBPPcNkU2dChkkRJChLmQlQ==
|
1802
1842
|
dependencies:
|
1803
|
-
"@babel/runtime" "^7.23.
|
1804
|
-
"@mui/utils" "^5.14.
|
1843
|
+
"@babel/runtime" "^7.23.4"
|
1844
|
+
"@mui/utils" "^5.14.20"
|
1805
1845
|
prop-types "^15.8.1"
|
1806
1846
|
|
1807
|
-
"@mui/styled-engine@^5.14.
|
1808
|
-
version "5.14.
|
1809
|
-
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.
|
1810
|
-
integrity sha512-
|
1847
|
+
"@mui/styled-engine@^5.14.19":
|
1848
|
+
version "5.14.20"
|
1849
|
+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.14.20.tgz#b0e80294c35d2b68548f6f655fe80127b3169d05"
|
1850
|
+
integrity sha512-Vs4nGptd9wRslo9zeRkuWcZeIEp+oYbODy+fiZKqqr4CH1Gfi9fdP0Q1tGYk8OiJ2EPB/tZSAyOy62Hyp/iP7g==
|
1811
1851
|
dependencies:
|
1812
|
-
"@babel/runtime" "^7.23.
|
1852
|
+
"@babel/runtime" "^7.23.4"
|
1813
1853
|
"@emotion/cache" "^11.11.0"
|
1814
1854
|
csstype "^3.1.2"
|
1815
1855
|
prop-types "^15.8.1"
|
1816
1856
|
|
1817
|
-
"@mui/system@^5.14.
|
1818
|
-
version "5.14.
|
1819
|
-
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.
|
1820
|
-
integrity sha512-
|
1857
|
+
"@mui/system@^5.14.20":
|
1858
|
+
version "5.14.20"
|
1859
|
+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.20.tgz#4973883279377024ca2b4c98d311ec364f01875b"
|
1860
|
+
integrity sha512-jKOGtK4VfYZG5kdaryUHss4X6hzcfh0AihT8gmnkfqRtWP7xjY+vPaUhhuSeibE5sqA5wCtdY75z6ep9pxFnIg==
|
1821
1861
|
dependencies:
|
1822
|
-
"@babel/runtime" "^7.23.
|
1823
|
-
"@mui/private-theming" "^5.14.
|
1824
|
-
"@mui/styled-engine" "^5.14.
|
1825
|
-
"@mui/types" "^7.2.
|
1826
|
-
"@mui/utils" "^5.14.
|
1862
|
+
"@babel/runtime" "^7.23.4"
|
1863
|
+
"@mui/private-theming" "^5.14.20"
|
1864
|
+
"@mui/styled-engine" "^5.14.19"
|
1865
|
+
"@mui/types" "^7.2.10"
|
1866
|
+
"@mui/utils" "^5.14.20"
|
1827
1867
|
clsx "^2.0.0"
|
1828
1868
|
csstype "^3.1.2"
|
1829
1869
|
prop-types "^15.8.1"
|
1830
1870
|
|
1831
|
-
"@mui/types@^7.2.
|
1832
|
-
version "7.2.
|
1833
|
-
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.
|
1834
|
-
integrity sha512-
|
1871
|
+
"@mui/types@^7.2.10":
|
1872
|
+
version "7.2.10"
|
1873
|
+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.10.tgz#13e3e9aa07ee6d593cfacd538e02e8e896d7a12f"
|
1874
|
+
integrity sha512-wX1vbDC+lzF7FlhT6A3ffRZgEoKWPF8VqRoTu4lZwouFX2t90KyCMsgepMw5DxLak1BSp/KP86CmtZttikb/gQ==
|
1835
1875
|
|
1836
|
-
"@mui/utils@^5.14.
|
1837
|
-
version "5.14.
|
1838
|
-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.
|
1839
|
-
integrity sha512-
|
1876
|
+
"@mui/utils@^5.14.20":
|
1877
|
+
version "5.14.20"
|
1878
|
+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.20.tgz#6d57b8ef02633fbeef51de8f74a2388cde7da8b9"
|
1879
|
+
integrity sha512-Y6yL5MoFmtQml20DZnaaK1znrCEwG6/vRSzW8PKOTrzhyqKIql0FazZRUR7sA5EPASgiyKZfq0FPwISRXm5NdA==
|
1840
1880
|
dependencies:
|
1841
|
-
"@babel/runtime" "^7.23.
|
1842
|
-
"@types/prop-types" "^15.7.
|
1881
|
+
"@babel/runtime" "^7.23.4"
|
1882
|
+
"@types/prop-types" "^15.7.11"
|
1843
1883
|
prop-types "^15.8.1"
|
1844
1884
|
react-is "^18.2.0"
|
1845
1885
|
|
@@ -1926,10 +1966,10 @@
|
|
1926
1966
|
lz-string "^1.5.0"
|
1927
1967
|
pretty-format "^27.0.2"
|
1928
1968
|
|
1929
|
-
"@testing-library/jest-dom@^6.1.
|
1930
|
-
version "6.1.
|
1931
|
-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.
|
1932
|
-
integrity sha512-
|
1969
|
+
"@testing-library/jest-dom@^6.1.5":
|
1970
|
+
version "6.1.5"
|
1971
|
+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz#0a635d0ad4a1a880089d967299d94e9cfc81fbe1"
|
1972
|
+
integrity sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==
|
1933
1973
|
dependencies:
|
1934
1974
|
"@adobe/css-tools" "^4.3.1"
|
1935
1975
|
"@babel/runtime" "^7.9.2"
|
@@ -1940,10 +1980,10 @@
|
|
1940
1980
|
lodash "^4.17.15"
|
1941
1981
|
redent "^3.0.0"
|
1942
1982
|
|
1943
|
-
"@testing-library/react@^14.
|
1944
|
-
version "14.
|
1945
|
-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.
|
1946
|
-
integrity sha512-
|
1983
|
+
"@testing-library/react@^14.1.2":
|
1984
|
+
version "14.1.2"
|
1985
|
+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.2.tgz#a2b9e9ee87721ec9ed2d7cfc51cc04e474537c32"
|
1986
|
+
integrity sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==
|
1947
1987
|
dependencies:
|
1948
1988
|
"@babel/runtime" "^7.12.5"
|
1949
1989
|
"@testing-library/dom" "^9.0.0"
|
@@ -2131,10 +2171,10 @@
|
|
2131
2171
|
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
|
2132
2172
|
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
|
2133
2173
|
|
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-
|
2174
|
+
"@types/prop-types@^15.7.11":
|
2175
|
+
version "15.7.11"
|
2176
|
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
|
2177
|
+
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
|
2138
2178
|
|
2139
2179
|
"@types/qs@*":
|
2140
2180
|
version "6.9.7"
|
@@ -2153,10 +2193,10 @@
|
|
2153
2193
|
dependencies:
|
2154
2194
|
"@types/react" "*"
|
2155
2195
|
|
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-
|
2196
|
+
"@types/react-transition-group@^4.4.9":
|
2197
|
+
version "4.4.10"
|
2198
|
+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.10.tgz#6ee71127bdab1f18f11ad8fb3322c6da27c327ac"
|
2199
|
+
integrity sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==
|
2160
2200
|
dependencies:
|
2161
2201
|
"@types/react" "*"
|
2162
2202
|
|
@@ -2813,6 +2853,16 @@ browserslist@^4.22.1:
|
|
2813
2853
|
node-releases "^2.0.13"
|
2814
2854
|
update-browserslist-db "^1.0.13"
|
2815
2855
|
|
2856
|
+
browserslist@^4.22.2:
|
2857
|
+
version "4.22.2"
|
2858
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
|
2859
|
+
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
|
2860
|
+
dependencies:
|
2861
|
+
caniuse-lite "^1.0.30001565"
|
2862
|
+
electron-to-chromium "^1.4.601"
|
2863
|
+
node-releases "^2.0.14"
|
2864
|
+
update-browserslist-db "^1.0.13"
|
2865
|
+
|
2816
2866
|
bser@2.1.1:
|
2817
2867
|
version "2.1.1"
|
2818
2868
|
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -2888,6 +2938,11 @@ caniuse-lite@^1.0.30001541:
|
|
2888
2938
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
|
2889
2939
|
integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
|
2890
2940
|
|
2941
|
+
caniuse-lite@^1.0.30001565:
|
2942
|
+
version "1.0.30001568"
|
2943
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
|
2944
|
+
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
|
2945
|
+
|
2891
2946
|
chalk@^2.0.0, chalk@^2.4.2:
|
2892
2947
|
version "2.4.2"
|
2893
2948
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
@@ -3244,7 +3299,7 @@ debug@2.6.9:
|
|
3244
3299
|
dependencies:
|
3245
3300
|
ms "2.0.0"
|
3246
3301
|
|
3247
|
-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
|
3302
|
+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
|
3248
3303
|
version "4.3.4"
|
3249
3304
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
3250
3305
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
@@ -3465,6 +3520,11 @@ electron-to-chromium@^1.4.535:
|
|
3465
3520
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.578.tgz#7a3510f333bcd55e87882799ebeb7518d6ab4d95"
|
3466
3521
|
integrity sha512-V0ZhSu1BQZKfG0yNEL6Dadzik8E1vAzfpVOapdSiT9F6yapEJ3Bk+4tZ4SMPdWiUchCgnM/ByYtBzp5ntzDMIA==
|
3467
3522
|
|
3523
|
+
electron-to-chromium@^1.4.601:
|
3524
|
+
version "1.4.610"
|
3525
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
|
3526
|
+
integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
|
3527
|
+
|
3468
3528
|
emittery@^0.13.1:
|
3469
3529
|
version "0.13.1"
|
3470
3530
|
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
|
@@ -3637,10 +3697,10 @@ eslint-config-important-stuff@^1.1.0:
|
|
3637
3697
|
resolved "https://registry.yarnpkg.com/eslint-config-important-stuff/-/eslint-config-important-stuff-1.1.0.tgz#f7ed8c33216964faf680f8969dfe0b196c84e6e2"
|
3638
3698
|
integrity sha512-CsV6QFsjNDTZTDEgE1XxhTKph4YJUh5XFMdsWv3p+9DuMyvfy40fsnZiwqXZHBVEUNMHf+zfPGk6s6b4fS9Erw==
|
3639
3699
|
|
3640
|
-
eslint-config-prettier@^9.
|
3641
|
-
version "9.
|
3642
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.
|
3643
|
-
integrity sha512-
|
3700
|
+
eslint-config-prettier@^9.1.0:
|
3701
|
+
version "9.1.0"
|
3702
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
|
3703
|
+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
|
3644
3704
|
|
3645
3705
|
eslint-config-react-important-stuff@^3.0.0:
|
3646
3706
|
version "3.0.0"
|
@@ -3717,15 +3777,15 @@ eslint-visitor-keys@^3.4.3:
|
|
3717
3777
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
3718
3778
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
3719
3779
|
|
3720
|
-
eslint@^8.
|
3721
|
-
version "8.
|
3722
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
3723
|
-
integrity sha512-
|
3780
|
+
eslint@^8.55.0:
|
3781
|
+
version "8.55.0"
|
3782
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
|
3783
|
+
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
|
3724
3784
|
dependencies:
|
3725
3785
|
"@eslint-community/eslint-utils" "^4.2.0"
|
3726
3786
|
"@eslint-community/regexpp" "^4.6.1"
|
3727
|
-
"@eslint/eslintrc" "^2.1.
|
3728
|
-
"@eslint/js" "8.
|
3787
|
+
"@eslint/eslintrc" "^2.1.4"
|
3788
|
+
"@eslint/js" "8.55.0"
|
3729
3789
|
"@humanwhocodes/config-array" "^0.11.13"
|
3730
3790
|
"@humanwhocodes/module-importer" "^1.0.1"
|
3731
3791
|
"@nodelib/fs.walk" "^1.2.8"
|
@@ -5554,6 +5614,11 @@ node-releases@^2.0.13:
|
|
5554
5614
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
|
5555
5615
|
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
|
5556
5616
|
|
5617
|
+
node-releases@^2.0.14:
|
5618
|
+
version "2.0.14"
|
5619
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
|
5620
|
+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
|
5621
|
+
|
5557
5622
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
5558
5623
|
version "3.0.0"
|
5559
5624
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
@@ -5903,10 +5968,10 @@ prettier-linter-helpers@^1.0.0:
|
|
5903
5968
|
dependencies:
|
5904
5969
|
fast-diff "^1.1.2"
|
5905
5970
|
|
5906
|
-
prettier@^3.
|
5907
|
-
version "3.
|
5908
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
5909
|
-
integrity sha512-
|
5971
|
+
prettier@^3.1.1:
|
5972
|
+
version "3.1.1"
|
5973
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
5974
|
+
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
5910
5975
|
|
5911
5976
|
pretty-error@^4.0.0:
|
5912
5977
|
version "4.0.0"
|