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
@@ -15,6 +15,16 @@
|
|
15
15
|
"@jridgewell/gen-mapping" "^0.3.0"
|
16
16
|
"@jridgewell/trace-mapping" "^0.3.9"
|
17
17
|
|
18
|
+
"@astrouxds/astro-web-components@7.19.1":
|
19
|
+
version "7.19.1"
|
20
|
+
resolved "https://registry.yarnpkg.com/@astrouxds/astro-web-components/-/astro-web-components-7.19.1.tgz#ccd6cea003afe2a007c4abaa9703ce3aeb339acf"
|
21
|
+
integrity sha512-jYkcCxk09abPper9iFB6zNV+dE2E21c4jo6rvLRSwjxjoWFE7BGqhzGmONhoKwG/z2cRjsE6X+P0JlzK9V6fgw==
|
22
|
+
dependencies:
|
23
|
+
"@floating-ui/dom" "~1.0.6"
|
24
|
+
"@stencil/core" "~3.4.1"
|
25
|
+
date-fns "~2.21.3"
|
26
|
+
date-fns-tz "~1.3.7"
|
27
|
+
|
18
28
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.5":
|
19
29
|
version "7.22.5"
|
20
30
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
|
@@ -30,6 +40,14 @@
|
|
30
40
|
"@babel/highlight" "^7.22.13"
|
31
41
|
chalk "^2.4.2"
|
32
42
|
|
43
|
+
"@babel/code-frame@^7.23.5":
|
44
|
+
version "7.23.5"
|
45
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
|
46
|
+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
|
47
|
+
dependencies:
|
48
|
+
"@babel/highlight" "^7.23.4"
|
49
|
+
chalk "^2.4.2"
|
50
|
+
|
33
51
|
"@babel/compat-data@^7.22.5":
|
34
52
|
version "7.22.5"
|
35
53
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
|
@@ -40,10 +58,10 @@
|
|
40
58
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
41
59
|
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
42
60
|
|
43
|
-
"@babel/compat-data@^7.23.
|
44
|
-
version "7.23.
|
45
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.
|
46
|
-
integrity sha512-
|
61
|
+
"@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
|
62
|
+
version "7.23.5"
|
63
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
64
|
+
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
47
65
|
|
48
66
|
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
|
49
67
|
version "7.22.5"
|
@@ -66,21 +84,21 @@
|
|
66
84
|
json5 "^2.2.2"
|
67
85
|
semver "^6.3.0"
|
68
86
|
|
69
|
-
"@babel/core@^7.23.
|
70
|
-
version "7.23.
|
71
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.
|
72
|
-
integrity sha512-
|
87
|
+
"@babel/core@^7.23.6":
|
88
|
+
version "7.23.6"
|
89
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
|
90
|
+
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
|
73
91
|
dependencies:
|
74
92
|
"@ampproject/remapping" "^2.2.0"
|
75
|
-
"@babel/code-frame" "^7.
|
76
|
-
"@babel/generator" "^7.23.
|
77
|
-
"@babel/helper-compilation-targets" "^7.
|
78
|
-
"@babel/helper-module-transforms" "^7.23.
|
79
|
-
"@babel/helpers" "^7.23.
|
80
|
-
"@babel/parser" "^7.23.
|
93
|
+
"@babel/code-frame" "^7.23.5"
|
94
|
+
"@babel/generator" "^7.23.6"
|
95
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
96
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
97
|
+
"@babel/helpers" "^7.23.6"
|
98
|
+
"@babel/parser" "^7.23.6"
|
81
99
|
"@babel/template" "^7.22.15"
|
82
|
-
"@babel/traverse" "^7.23.
|
83
|
-
"@babel/types" "^7.23.
|
100
|
+
"@babel/traverse" "^7.23.6"
|
101
|
+
"@babel/types" "^7.23.6"
|
84
102
|
convert-source-map "^2.0.0"
|
85
103
|
debug "^4.1.0"
|
86
104
|
gensync "^1.0.0-beta.2"
|
@@ -97,12 +115,12 @@
|
|
97
115
|
"@jridgewell/trace-mapping" "^0.3.17"
|
98
116
|
jsesc "^2.5.1"
|
99
117
|
|
100
|
-
"@babel/generator@^7.23.
|
101
|
-
version "7.23.
|
102
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.
|
103
|
-
integrity sha512-
|
118
|
+
"@babel/generator@^7.23.6":
|
119
|
+
version "7.23.6"
|
120
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
|
121
|
+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
|
104
122
|
dependencies:
|
105
|
-
"@babel/types" "^7.23.
|
123
|
+
"@babel/types" "^7.23.6"
|
106
124
|
"@jridgewell/gen-mapping" "^0.3.2"
|
107
125
|
"@jridgewell/trace-mapping" "^0.3.17"
|
108
126
|
jsesc "^2.5.1"
|
@@ -114,12 +132,12 @@
|
|
114
132
|
dependencies:
|
115
133
|
"@babel/types" "^7.22.5"
|
116
134
|
|
117
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.
|
118
|
-
version "7.22.
|
119
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.
|
120
|
-
integrity sha512-
|
135
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
|
136
|
+
version "7.22.15"
|
137
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
|
138
|
+
integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
|
121
139
|
dependencies:
|
122
|
-
"@babel/types" "^7.22.
|
140
|
+
"@babel/types" "^7.22.15"
|
123
141
|
|
124
142
|
"@babel/helper-compilation-targets@^7.22.15":
|
125
143
|
version "7.22.15"
|
@@ -154,35 +172,31 @@
|
|
154
172
|
lru-cache "^5.1.1"
|
155
173
|
semver "^6.3.1"
|
156
174
|
|
157
|
-
"@babel/helper-
|
158
|
-
version "7.
|
159
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
160
|
-
integrity sha512-
|
175
|
+
"@babel/helper-compilation-targets@^7.23.6":
|
176
|
+
version "7.23.6"
|
177
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
178
|
+
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
161
179
|
dependencies:
|
162
|
-
"@babel/
|
163
|
-
"@babel/helper-
|
164
|
-
|
165
|
-
|
166
|
-
"@babel/helper-optimise-call-expression" "^7.22.5"
|
167
|
-
"@babel/helper-replace-supers" "^7.22.9"
|
168
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
169
|
-
"@babel/helper-split-export-declaration" "^7.22.6"
|
180
|
+
"@babel/compat-data" "^7.23.5"
|
181
|
+
"@babel/helper-validator-option" "^7.23.5"
|
182
|
+
browserslist "^4.22.2"
|
183
|
+
lru-cache "^5.1.1"
|
170
184
|
semver "^6.3.1"
|
171
185
|
|
172
|
-
"@babel/helper-create-class-features-plugin@^7.22.
|
173
|
-
version "7.
|
174
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
175
|
-
integrity sha512-
|
186
|
+
"@babel/helper-create-class-features-plugin@^7.22.15":
|
187
|
+
version "7.23.6"
|
188
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.6.tgz#b04d915ce92ce363666f816a884cdcfc9be04953"
|
189
|
+
integrity sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==
|
176
190
|
dependencies:
|
177
191
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
178
|
-
"@babel/helper-environment-visitor" "^7.22.
|
179
|
-
"@babel/helper-function-name" "^7.
|
180
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
192
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
193
|
+
"@babel/helper-function-name" "^7.23.0"
|
194
|
+
"@babel/helper-member-expression-to-functions" "^7.23.0"
|
181
195
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
182
|
-
"@babel/helper-replace-supers" "^7.22.
|
196
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
183
197
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
184
|
-
"@babel/helper-split-export-declaration" "^7.22.
|
185
|
-
semver "^6.3.
|
198
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
199
|
+
semver "^6.3.1"
|
186
200
|
|
187
201
|
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
188
202
|
version "7.22.5"
|
@@ -193,6 +207,15 @@
|
|
193
207
|
regexpu-core "^5.3.1"
|
194
208
|
semver "^6.3.0"
|
195
209
|
|
210
|
+
"@babel/helper-create-regexp-features-plugin@^7.22.15":
|
211
|
+
version "7.22.15"
|
212
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
213
|
+
integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
|
214
|
+
dependencies:
|
215
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
216
|
+
regexpu-core "^5.3.1"
|
217
|
+
semver "^6.3.1"
|
218
|
+
|
196
219
|
"@babel/helper-define-polyfill-provider@^0.4.3":
|
197
220
|
version "0.4.3"
|
198
221
|
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz#a71c10f7146d809f4a256c373f462d9bba8cf6ba"
|
@@ -244,12 +267,12 @@
|
|
244
267
|
dependencies:
|
245
268
|
"@babel/types" "^7.22.15"
|
246
269
|
|
247
|
-
"@babel/helper-member-expression-to-functions@^7.
|
248
|
-
version "7.
|
249
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
250
|
-
integrity sha512-
|
270
|
+
"@babel/helper-member-expression-to-functions@^7.23.0":
|
271
|
+
version "7.23.0"
|
272
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
|
273
|
+
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
|
251
274
|
dependencies:
|
252
|
-
"@babel/types" "^7.
|
275
|
+
"@babel/types" "^7.23.0"
|
253
276
|
|
254
277
|
"@babel/helper-module-imports@^7.22.15":
|
255
278
|
version "7.22.15"
|
@@ -279,10 +302,10 @@
|
|
279
302
|
"@babel/traverse" "^7.22.5"
|
280
303
|
"@babel/types" "^7.22.5"
|
281
304
|
|
282
|
-
"@babel/helper-module-transforms@^7.23.
|
283
|
-
version "7.23.
|
284
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.
|
285
|
-
integrity sha512-
|
305
|
+
"@babel/helper-module-transforms@^7.23.3":
|
306
|
+
version "7.23.3"
|
307
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
|
308
|
+
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
|
286
309
|
dependencies:
|
287
310
|
"@babel/helper-environment-visitor" "^7.22.20"
|
288
311
|
"@babel/helper-module-imports" "^7.22.15"
|
@@ -311,35 +334,13 @@
|
|
311
334
|
"@babel/helper-environment-visitor" "^7.22.20"
|
312
335
|
"@babel/helper-wrap-function" "^7.22.20"
|
313
336
|
|
314
|
-
"@babel/helper-
|
315
|
-
version "7.22.
|
316
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
317
|
-
integrity sha512-
|
318
|
-
dependencies:
|
319
|
-
"@babel/helper-annotate-as-pure" "^7.22.5"
|
320
|
-
"@babel/helper-environment-visitor" "^7.22.5"
|
321
|
-
"@babel/helper-wrap-function" "^7.22.5"
|
322
|
-
"@babel/types" "^7.22.5"
|
323
|
-
|
324
|
-
"@babel/helper-replace-supers@^7.22.5":
|
325
|
-
version "7.22.5"
|
326
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc"
|
327
|
-
integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==
|
328
|
-
dependencies:
|
329
|
-
"@babel/helper-environment-visitor" "^7.22.5"
|
330
|
-
"@babel/helper-member-expression-to-functions" "^7.22.5"
|
331
|
-
"@babel/helper-optimise-call-expression" "^7.22.5"
|
332
|
-
"@babel/template" "^7.22.5"
|
333
|
-
"@babel/traverse" "^7.22.5"
|
334
|
-
"@babel/types" "^7.22.5"
|
335
|
-
|
336
|
-
"@babel/helper-replace-supers@^7.22.9":
|
337
|
-
version "7.22.9"
|
338
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779"
|
339
|
-
integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==
|
337
|
+
"@babel/helper-replace-supers@^7.22.20":
|
338
|
+
version "7.22.20"
|
339
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
|
340
|
+
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
|
340
341
|
dependencies:
|
341
|
-
"@babel/helper-environment-visitor" "^7.22.
|
342
|
-
"@babel/helper-member-expression-to-functions" "^7.22.
|
342
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
343
|
+
"@babel/helper-member-expression-to-functions" "^7.22.15"
|
343
344
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
344
345
|
|
345
346
|
"@babel/helper-simple-access@^7.22.5":
|
@@ -375,6 +376,11 @@
|
|
375
376
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
376
377
|
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
377
378
|
|
379
|
+
"@babel/helper-string-parser@^7.23.4":
|
380
|
+
version "7.23.4"
|
381
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
382
|
+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
383
|
+
|
378
384
|
"@babel/helper-validator-identifier@^7.22.15":
|
379
385
|
version "7.22.15"
|
380
386
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
@@ -400,6 +406,11 @@
|
|
400
406
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
|
401
407
|
integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==
|
402
408
|
|
409
|
+
"@babel/helper-validator-option@^7.23.5":
|
410
|
+
version "7.23.5"
|
411
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
412
|
+
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
|
413
|
+
|
403
414
|
"@babel/helper-wrap-function@^7.22.20":
|
404
415
|
version "7.22.20"
|
405
416
|
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
|
@@ -409,16 +420,6 @@
|
|
409
420
|
"@babel/template" "^7.22.15"
|
410
421
|
"@babel/types" "^7.22.19"
|
411
422
|
|
412
|
-
"@babel/helper-wrap-function@^7.22.5":
|
413
|
-
version "7.22.5"
|
414
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz#44d205af19ed8d872b4eefb0d2fa65f45eb34f06"
|
415
|
-
integrity sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==
|
416
|
-
dependencies:
|
417
|
-
"@babel/helper-function-name" "^7.22.5"
|
418
|
-
"@babel/template" "^7.22.5"
|
419
|
-
"@babel/traverse" "^7.22.5"
|
420
|
-
"@babel/types" "^7.22.5"
|
421
|
-
|
422
423
|
"@babel/helpers@^7.22.5":
|
423
424
|
version "7.22.5"
|
424
425
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
|
@@ -428,14 +429,14 @@
|
|
428
429
|
"@babel/traverse" "^7.22.5"
|
429
430
|
"@babel/types" "^7.22.5"
|
430
431
|
|
431
|
-
"@babel/helpers@^7.23.
|
432
|
-
version "7.23.
|
433
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.
|
434
|
-
integrity sha512-
|
432
|
+
"@babel/helpers@^7.23.6":
|
433
|
+
version "7.23.6"
|
434
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
|
435
|
+
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
|
435
436
|
dependencies:
|
436
437
|
"@babel/template" "^7.22.15"
|
437
|
-
"@babel/traverse" "^7.23.
|
438
|
-
"@babel/types" "^7.23.
|
438
|
+
"@babel/traverse" "^7.23.6"
|
439
|
+
"@babel/types" "^7.23.6"
|
439
440
|
|
440
441
|
"@babel/highlight@^7.22.13":
|
441
442
|
version "7.22.13"
|
@@ -455,6 +456,15 @@
|
|
455
456
|
chalk "^2.0.0"
|
456
457
|
js-tokens "^4.0.0"
|
457
458
|
|
459
|
+
"@babel/highlight@^7.23.4":
|
460
|
+
version "7.23.4"
|
461
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
|
462
|
+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
|
463
|
+
dependencies:
|
464
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
465
|
+
chalk "^2.4.2"
|
466
|
+
js-tokens "^4.0.0"
|
467
|
+
|
458
468
|
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
|
459
469
|
version "7.22.5"
|
460
470
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
|
@@ -465,26 +475,34 @@
|
|
465
475
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
466
476
|
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
467
477
|
|
468
|
-
"@babel/parser@^7.23.
|
469
|
-
version "7.23.
|
470
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.
|
471
|
-
integrity sha512-
|
478
|
+
"@babel/parser@^7.23.6":
|
479
|
+
version "7.23.6"
|
480
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
|
481
|
+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
|
472
482
|
|
473
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.
|
474
|
-
version "7.
|
475
|
-
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.
|
476
|
-
integrity sha512-
|
483
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
484
|
+
version "7.23.3"
|
485
|
+
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"
|
486
|
+
integrity sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==
|
477
487
|
dependencies:
|
478
488
|
"@babel/helper-plugin-utils" "^7.22.5"
|
479
489
|
|
480
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.
|
481
|
-
version "7.
|
482
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
483
|
-
integrity sha512-
|
490
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.23.3":
|
491
|
+
version "7.23.3"
|
492
|
+
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"
|
493
|
+
integrity sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==
|
484
494
|
dependencies:
|
485
495
|
"@babel/helper-plugin-utils" "^7.22.5"
|
486
496
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
487
|
-
"@babel/plugin-transform-optional-chaining" "^7.
|
497
|
+
"@babel/plugin-transform-optional-chaining" "^7.23.3"
|
498
|
+
|
499
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.3":
|
500
|
+
version "7.23.3"
|
501
|
+
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"
|
502
|
+
integrity sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==
|
503
|
+
dependencies:
|
504
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
505
|
+
"@babel/helper-plugin-utils" "^7.22.5"
|
488
506
|
|
489
507
|
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
490
508
|
version "7.21.0-placeholder-for-preset-env.2"
|
@@ -533,17 +551,17 @@
|
|
533
551
|
dependencies:
|
534
552
|
"@babel/helper-plugin-utils" "^7.8.3"
|
535
553
|
|
536
|
-
"@babel/plugin-syntax-import-assertions@^7.
|
537
|
-
version "7.
|
538
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
539
|
-
integrity sha512-
|
554
|
+
"@babel/plugin-syntax-import-assertions@^7.23.3":
|
555
|
+
version "7.23.3"
|
556
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz#9c05a7f592982aff1a2768260ad84bcd3f0c77fc"
|
557
|
+
integrity sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==
|
540
558
|
dependencies:
|
541
559
|
"@babel/helper-plugin-utils" "^7.22.5"
|
542
560
|
|
543
|
-
"@babel/plugin-syntax-import-attributes@^7.
|
544
|
-
version "7.
|
545
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
546
|
-
integrity sha512-
|
561
|
+
"@babel/plugin-syntax-import-attributes@^7.23.3":
|
562
|
+
version "7.23.3"
|
563
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz#992aee922cf04512461d7dae3ff6951b90a2dc06"
|
564
|
+
integrity sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==
|
547
565
|
dependencies:
|
548
566
|
"@babel/helper-plugin-utils" "^7.22.5"
|
549
567
|
|
@@ -639,211 +657,212 @@
|
|
639
657
|
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
640
658
|
"@babel/helper-plugin-utils" "^7.18.6"
|
641
659
|
|
642
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
643
|
-
version "7.
|
644
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
645
|
-
integrity sha512-
|
660
|
+
"@babel/plugin-transform-arrow-functions@^7.23.3":
|
661
|
+
version "7.23.3"
|
662
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz#94c6dcfd731af90f27a79509f9ab7fb2120fc38b"
|
663
|
+
integrity sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==
|
646
664
|
dependencies:
|
647
665
|
"@babel/helper-plugin-utils" "^7.22.5"
|
648
666
|
|
649
|
-
"@babel/plugin-transform-async-generator-functions@^7.23.
|
650
|
-
version "7.23.
|
651
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.
|
652
|
-
integrity sha512-
|
667
|
+
"@babel/plugin-transform-async-generator-functions@^7.23.4":
|
668
|
+
version "7.23.4"
|
669
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz#93ac8e3531f347fba519b4703f9ff2a75c6ae27a"
|
670
|
+
integrity sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==
|
653
671
|
dependencies:
|
654
672
|
"@babel/helper-environment-visitor" "^7.22.20"
|
655
673
|
"@babel/helper-plugin-utils" "^7.22.5"
|
656
674
|
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
657
675
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
658
676
|
|
659
|
-
"@babel/plugin-transform-async-to-generator@^7.
|
660
|
-
version "7.
|
661
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
662
|
-
integrity sha512-
|
677
|
+
"@babel/plugin-transform-async-to-generator@^7.23.3":
|
678
|
+
version "7.23.3"
|
679
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa"
|
680
|
+
integrity sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==
|
663
681
|
dependencies:
|
664
|
-
"@babel/helper-module-imports" "^7.22.
|
682
|
+
"@babel/helper-module-imports" "^7.22.15"
|
665
683
|
"@babel/helper-plugin-utils" "^7.22.5"
|
666
|
-
"@babel/helper-remap-async-to-generator" "^7.22.
|
684
|
+
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
667
685
|
|
668
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
669
|
-
version "7.
|
670
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
671
|
-
integrity sha512-
|
686
|
+
"@babel/plugin-transform-block-scoped-functions@^7.23.3":
|
687
|
+
version "7.23.3"
|
688
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz#fe1177d715fb569663095e04f3598525d98e8c77"
|
689
|
+
integrity sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==
|
672
690
|
dependencies:
|
673
691
|
"@babel/helper-plugin-utils" "^7.22.5"
|
674
692
|
|
675
|
-
"@babel/plugin-transform-block-scoping@^7.23.
|
676
|
-
version "7.23.
|
677
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.
|
678
|
-
integrity sha512-
|
693
|
+
"@babel/plugin-transform-block-scoping@^7.23.4":
|
694
|
+
version "7.23.4"
|
695
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz#b2d38589531c6c80fbe25e6b58e763622d2d3cf5"
|
696
|
+
integrity sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==
|
679
697
|
dependencies:
|
680
698
|
"@babel/helper-plugin-utils" "^7.22.5"
|
681
699
|
|
682
|
-
"@babel/plugin-transform-class-properties@^7.
|
683
|
-
version "7.
|
684
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
685
|
-
integrity sha512-
|
700
|
+
"@babel/plugin-transform-class-properties@^7.23.3":
|
701
|
+
version "7.23.3"
|
702
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz#35c377db11ca92a785a718b6aa4e3ed1eb65dc48"
|
703
|
+
integrity sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==
|
686
704
|
dependencies:
|
687
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
705
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
688
706
|
"@babel/helper-plugin-utils" "^7.22.5"
|
689
707
|
|
690
|
-
"@babel/plugin-transform-class-static-block@^7.
|
691
|
-
version "7.
|
692
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
693
|
-
integrity sha512-
|
708
|
+
"@babel/plugin-transform-class-static-block@^7.23.4":
|
709
|
+
version "7.23.4"
|
710
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz#2a202c8787a8964dd11dfcedf994d36bfc844ab5"
|
711
|
+
integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==
|
694
712
|
dependencies:
|
695
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
713
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
696
714
|
"@babel/helper-plugin-utils" "^7.22.5"
|
697
715
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
698
716
|
|
699
|
-
"@babel/plugin-transform-classes@^7.
|
700
|
-
version "7.
|
701
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
702
|
-
integrity sha512-
|
717
|
+
"@babel/plugin-transform-classes@^7.23.5":
|
718
|
+
version "7.23.5"
|
719
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
|
720
|
+
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
|
703
721
|
dependencies:
|
704
722
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
705
723
|
"@babel/helper-compilation-targets" "^7.22.15"
|
706
|
-
"@babel/helper-environment-visitor" "^7.22.
|
707
|
-
"@babel/helper-function-name" "^7.
|
724
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
725
|
+
"@babel/helper-function-name" "^7.23.0"
|
708
726
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
709
727
|
"@babel/helper-plugin-utils" "^7.22.5"
|
710
|
-
"@babel/helper-replace-supers" "^7.22.
|
728
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
711
729
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
712
730
|
globals "^11.1.0"
|
713
731
|
|
714
|
-
"@babel/plugin-transform-computed-properties@^7.
|
715
|
-
version "7.
|
716
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
717
|
-
integrity sha512-
|
732
|
+
"@babel/plugin-transform-computed-properties@^7.23.3":
|
733
|
+
version "7.23.3"
|
734
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz#652e69561fcc9d2b50ba4f7ac7f60dcf65e86474"
|
735
|
+
integrity sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==
|
718
736
|
dependencies:
|
719
737
|
"@babel/helper-plugin-utils" "^7.22.5"
|
720
|
-
"@babel/template" "^7.22.
|
738
|
+
"@babel/template" "^7.22.15"
|
721
739
|
|
722
|
-
"@babel/plugin-transform-destructuring@^7.23.
|
723
|
-
version "7.23.
|
724
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.
|
725
|
-
integrity sha512-
|
740
|
+
"@babel/plugin-transform-destructuring@^7.23.3":
|
741
|
+
version "7.23.3"
|
742
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz#8c9ee68228b12ae3dff986e56ed1ba4f3c446311"
|
743
|
+
integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==
|
726
744
|
dependencies:
|
727
745
|
"@babel/helper-plugin-utils" "^7.22.5"
|
728
746
|
|
729
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
730
|
-
version "7.
|
731
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
732
|
-
integrity sha512-
|
747
|
+
"@babel/plugin-transform-dotall-regex@^7.23.3":
|
748
|
+
version "7.23.3"
|
749
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz#3f7af6054882ede89c378d0cf889b854a993da50"
|
750
|
+
integrity sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==
|
733
751
|
dependencies:
|
734
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
752
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
735
753
|
"@babel/helper-plugin-utils" "^7.22.5"
|
736
754
|
|
737
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
738
|
-
version "7.
|
739
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
740
|
-
integrity sha512-
|
755
|
+
"@babel/plugin-transform-duplicate-keys@^7.23.3":
|
756
|
+
version "7.23.3"
|
757
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz#664706ca0a5dfe8d066537f99032fc1dc8b720ce"
|
758
|
+
integrity sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==
|
741
759
|
dependencies:
|
742
760
|
"@babel/helper-plugin-utils" "^7.22.5"
|
743
761
|
|
744
|
-
"@babel/plugin-transform-dynamic-import@^7.
|
745
|
-
version "7.
|
746
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.
|
747
|
-
integrity sha512-
|
762
|
+
"@babel/plugin-transform-dynamic-import@^7.23.4":
|
763
|
+
version "7.23.4"
|
764
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz#c7629e7254011ac3630d47d7f34ddd40ca535143"
|
765
|
+
integrity sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==
|
748
766
|
dependencies:
|
749
767
|
"@babel/helper-plugin-utils" "^7.22.5"
|
750
768
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
751
769
|
|
752
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
753
|
-
version "7.
|
754
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
755
|
-
integrity sha512-
|
770
|
+
"@babel/plugin-transform-exponentiation-operator@^7.23.3":
|
771
|
+
version "7.23.3"
|
772
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz#ea0d978f6b9232ba4722f3dbecdd18f450babd18"
|
773
|
+
integrity sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==
|
756
774
|
dependencies:
|
757
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.
|
775
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
|
758
776
|
"@babel/helper-plugin-utils" "^7.22.5"
|
759
777
|
|
760
|
-
"@babel/plugin-transform-export-namespace-from@^7.
|
761
|
-
version "7.
|
762
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
763
|
-
integrity sha512-
|
778
|
+
"@babel/plugin-transform-export-namespace-from@^7.23.4":
|
779
|
+
version "7.23.4"
|
780
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz#084c7b25e9a5c8271e987a08cf85807b80283191"
|
781
|
+
integrity sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==
|
764
782
|
dependencies:
|
765
783
|
"@babel/helper-plugin-utils" "^7.22.5"
|
766
784
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
767
785
|
|
768
|
-
"@babel/plugin-transform-for-of@^7.
|
769
|
-
version "7.
|
770
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
771
|
-
integrity sha512-
|
786
|
+
"@babel/plugin-transform-for-of@^7.23.6":
|
787
|
+
version "7.23.6"
|
788
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz#81c37e24171b37b370ba6aaffa7ac86bcb46f94e"
|
789
|
+
integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==
|
772
790
|
dependencies:
|
773
791
|
"@babel/helper-plugin-utils" "^7.22.5"
|
792
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
774
793
|
|
775
|
-
"@babel/plugin-transform-function-name@^7.
|
776
|
-
version "7.
|
777
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
778
|
-
integrity sha512-
|
794
|
+
"@babel/plugin-transform-function-name@^7.23.3":
|
795
|
+
version "7.23.3"
|
796
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz#8f424fcd862bf84cb9a1a6b42bc2f47ed630f8dc"
|
797
|
+
integrity sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==
|
779
798
|
dependencies:
|
780
|
-
"@babel/helper-compilation-targets" "^7.22.
|
781
|
-
"@babel/helper-function-name" "^7.
|
799
|
+
"@babel/helper-compilation-targets" "^7.22.15"
|
800
|
+
"@babel/helper-function-name" "^7.23.0"
|
782
801
|
"@babel/helper-plugin-utils" "^7.22.5"
|
783
802
|
|
784
|
-
"@babel/plugin-transform-json-strings@^7.
|
785
|
-
version "7.
|
786
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
787
|
-
integrity sha512-
|
803
|
+
"@babel/plugin-transform-json-strings@^7.23.4":
|
804
|
+
version "7.23.4"
|
805
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz#a871d9b6bd171976efad2e43e694c961ffa3714d"
|
806
|
+
integrity sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==
|
788
807
|
dependencies:
|
789
808
|
"@babel/helper-plugin-utils" "^7.22.5"
|
790
809
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
791
810
|
|
792
|
-
"@babel/plugin-transform-literals@^7.
|
793
|
-
version "7.
|
794
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
795
|
-
integrity sha512-
|
811
|
+
"@babel/plugin-transform-literals@^7.23.3":
|
812
|
+
version "7.23.3"
|
813
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz#8214665f00506ead73de157eba233e7381f3beb4"
|
814
|
+
integrity sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==
|
796
815
|
dependencies:
|
797
816
|
"@babel/helper-plugin-utils" "^7.22.5"
|
798
817
|
|
799
|
-
"@babel/plugin-transform-logical-assignment-operators@^7.
|
800
|
-
version "7.
|
801
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
802
|
-
integrity sha512-
|
818
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.23.4":
|
819
|
+
version "7.23.4"
|
820
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz#e599f82c51d55fac725f62ce55d3a0886279ecb5"
|
821
|
+
integrity sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==
|
803
822
|
dependencies:
|
804
823
|
"@babel/helper-plugin-utils" "^7.22.5"
|
805
824
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
806
825
|
|
807
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
808
|
-
version "7.
|
809
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
810
|
-
integrity sha512-
|
826
|
+
"@babel/plugin-transform-member-expression-literals@^7.23.3":
|
827
|
+
version "7.23.3"
|
828
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz#e37b3f0502289f477ac0e776b05a833d853cabcc"
|
829
|
+
integrity sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==
|
811
830
|
dependencies:
|
812
831
|
"@babel/helper-plugin-utils" "^7.22.5"
|
813
832
|
|
814
|
-
"@babel/plugin-transform-modules-amd@^7.23.
|
815
|
-
version "7.23.
|
816
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.
|
817
|
-
integrity sha512-
|
833
|
+
"@babel/plugin-transform-modules-amd@^7.23.3":
|
834
|
+
version "7.23.3"
|
835
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz#e19b55436a1416829df0a1afc495deedfae17f7d"
|
836
|
+
integrity sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==
|
818
837
|
dependencies:
|
819
|
-
"@babel/helper-module-transforms" "^7.23.
|
838
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
820
839
|
"@babel/helper-plugin-utils" "^7.22.5"
|
821
840
|
|
822
|
-
"@babel/plugin-transform-modules-commonjs@^7.23.
|
823
|
-
version "7.23.
|
824
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.
|
825
|
-
integrity sha512-
|
841
|
+
"@babel/plugin-transform-modules-commonjs@^7.23.3":
|
842
|
+
version "7.23.3"
|
843
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz#661ae831b9577e52be57dd8356b734f9700b53b4"
|
844
|
+
integrity sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==
|
826
845
|
dependencies:
|
827
|
-
"@babel/helper-module-transforms" "^7.23.
|
846
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
828
847
|
"@babel/helper-plugin-utils" "^7.22.5"
|
829
848
|
"@babel/helper-simple-access" "^7.22.5"
|
830
849
|
|
831
|
-
"@babel/plugin-transform-modules-systemjs@^7.23.
|
832
|
-
version "7.23.
|
833
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.
|
834
|
-
integrity sha512-
|
850
|
+
"@babel/plugin-transform-modules-systemjs@^7.23.3":
|
851
|
+
version "7.23.3"
|
852
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
|
853
|
+
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
|
835
854
|
dependencies:
|
836
855
|
"@babel/helper-hoist-variables" "^7.22.5"
|
837
|
-
"@babel/helper-module-transforms" "^7.23.
|
856
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
838
857
|
"@babel/helper-plugin-utils" "^7.22.5"
|
839
858
|
"@babel/helper-validator-identifier" "^7.22.20"
|
840
859
|
|
841
|
-
"@babel/plugin-transform-modules-umd@^7.
|
842
|
-
version "7.
|
843
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
844
|
-
integrity sha512
|
860
|
+
"@babel/plugin-transform-modules-umd@^7.23.3":
|
861
|
+
version "7.23.3"
|
862
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz#5d4395fccd071dfefe6585a4411aa7d6b7d769e9"
|
863
|
+
integrity sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==
|
845
864
|
dependencies:
|
846
|
-
"@babel/helper-module-transforms" "^7.
|
865
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
847
866
|
"@babel/helper-plugin-utils" "^7.22.5"
|
848
867
|
|
849
868
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
|
@@ -854,207 +873,199 @@
|
|
854
873
|
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
855
874
|
"@babel/helper-plugin-utils" "^7.22.5"
|
856
875
|
|
857
|
-
"@babel/plugin-transform-new-target@^7.
|
858
|
-
version "7.
|
859
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
860
|
-
integrity sha512-
|
876
|
+
"@babel/plugin-transform-new-target@^7.23.3":
|
877
|
+
version "7.23.3"
|
878
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz#5491bb78ed6ac87e990957cea367eab781c4d980"
|
879
|
+
integrity sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==
|
861
880
|
dependencies:
|
862
881
|
"@babel/helper-plugin-utils" "^7.22.5"
|
863
882
|
|
864
|
-
"@babel/plugin-transform-nullish-coalescing-operator@^7.
|
865
|
-
version "7.
|
866
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
867
|
-
integrity sha512-
|
883
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.23.4":
|
884
|
+
version "7.23.4"
|
885
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz#45556aad123fc6e52189ea749e33ce090637346e"
|
886
|
+
integrity sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==
|
868
887
|
dependencies:
|
869
888
|
"@babel/helper-plugin-utils" "^7.22.5"
|
870
889
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
871
890
|
|
872
|
-
"@babel/plugin-transform-numeric-separator@^7.
|
873
|
-
version "7.
|
874
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
875
|
-
integrity sha512-
|
891
|
+
"@babel/plugin-transform-numeric-separator@^7.23.4":
|
892
|
+
version "7.23.4"
|
893
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz#03d08e3691e405804ecdd19dd278a40cca531f29"
|
894
|
+
integrity sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==
|
876
895
|
dependencies:
|
877
896
|
"@babel/helper-plugin-utils" "^7.22.5"
|
878
897
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
879
898
|
|
880
|
-
"@babel/plugin-transform-object-rest-spread@^7.
|
881
|
-
version "7.
|
882
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
883
|
-
integrity sha512-
|
899
|
+
"@babel/plugin-transform-object-rest-spread@^7.23.4":
|
900
|
+
version "7.23.4"
|
901
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
|
902
|
+
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
|
884
903
|
dependencies:
|
885
|
-
"@babel/compat-data" "^7.
|
904
|
+
"@babel/compat-data" "^7.23.3"
|
886
905
|
"@babel/helper-compilation-targets" "^7.22.15"
|
887
906
|
"@babel/helper-plugin-utils" "^7.22.5"
|
888
907
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
889
|
-
"@babel/plugin-transform-parameters" "^7.
|
908
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
890
909
|
|
891
|
-
"@babel/plugin-transform-object-super@^7.
|
892
|
-
version "7.
|
893
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
894
|
-
integrity sha512-
|
910
|
+
"@babel/plugin-transform-object-super@^7.23.3":
|
911
|
+
version "7.23.3"
|
912
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
|
913
|
+
integrity sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==
|
895
914
|
dependencies:
|
896
915
|
"@babel/helper-plugin-utils" "^7.22.5"
|
897
|
-
"@babel/helper-replace-supers" "^7.22.
|
916
|
+
"@babel/helper-replace-supers" "^7.22.20"
|
898
917
|
|
899
|
-
"@babel/plugin-transform-optional-catch-binding@^7.
|
900
|
-
version "7.
|
901
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
902
|
-
integrity sha512-
|
918
|
+
"@babel/plugin-transform-optional-catch-binding@^7.23.4":
|
919
|
+
version "7.23.4"
|
920
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz#318066de6dacce7d92fa244ae475aa8d91778017"
|
921
|
+
integrity sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==
|
903
922
|
dependencies:
|
904
923
|
"@babel/helper-plugin-utils" "^7.22.5"
|
905
924
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
906
925
|
|
907
|
-
"@babel/plugin-transform-optional-chaining@^7.
|
908
|
-
version "7.
|
909
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
910
|
-
integrity sha512-
|
926
|
+
"@babel/plugin-transform-optional-chaining@^7.23.3", "@babel/plugin-transform-optional-chaining@^7.23.4":
|
927
|
+
version "7.23.4"
|
928
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz#6acf61203bdfc4de9d4e52e64490aeb3e52bd017"
|
929
|
+
integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==
|
911
930
|
dependencies:
|
912
931
|
"@babel/helper-plugin-utils" "^7.22.5"
|
913
932
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
914
933
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
915
934
|
|
916
|
-
"@babel/plugin-transform-
|
917
|
-
version "7.23.
|
918
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
919
|
-
integrity sha512-
|
935
|
+
"@babel/plugin-transform-parameters@^7.23.3":
|
936
|
+
version "7.23.3"
|
937
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af"
|
938
|
+
integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==
|
920
939
|
dependencies:
|
921
940
|
"@babel/helper-plugin-utils" "^7.22.5"
|
922
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
923
|
-
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
924
941
|
|
925
|
-
"@babel/plugin-transform-
|
926
|
-
version "7.
|
927
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
928
|
-
integrity sha512-
|
942
|
+
"@babel/plugin-transform-private-methods@^7.23.3":
|
943
|
+
version "7.23.3"
|
944
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz#b2d7a3c97e278bfe59137a978d53b2c2e038c0e4"
|
945
|
+
integrity sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==
|
929
946
|
dependencies:
|
947
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
930
948
|
"@babel/helper-plugin-utils" "^7.22.5"
|
931
949
|
|
932
|
-
"@babel/plugin-transform-private-
|
933
|
-
version "7.
|
934
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-
|
935
|
-
integrity sha512-
|
936
|
-
dependencies:
|
937
|
-
"@babel/helper-create-class-features-plugin" "^7.22.5"
|
938
|
-
"@babel/helper-plugin-utils" "^7.22.5"
|
939
|
-
|
940
|
-
"@babel/plugin-transform-private-property-in-object@^7.22.11":
|
941
|
-
version "7.22.11"
|
942
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz#ad45c4fc440e9cb84c718ed0906d96cf40f9a4e1"
|
943
|
-
integrity sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==
|
950
|
+
"@babel/plugin-transform-private-property-in-object@^7.23.4":
|
951
|
+
version "7.23.4"
|
952
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz#3ec711d05d6608fd173d9b8de39872d8dbf68bf5"
|
953
|
+
integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==
|
944
954
|
dependencies:
|
945
955
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
946
|
-
"@babel/helper-create-class-features-plugin" "^7.22.
|
956
|
+
"@babel/helper-create-class-features-plugin" "^7.22.15"
|
947
957
|
"@babel/helper-plugin-utils" "^7.22.5"
|
948
958
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
949
959
|
|
950
|
-
"@babel/plugin-transform-property-literals@^7.
|
951
|
-
version "7.
|
952
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
953
|
-
integrity sha512-
|
960
|
+
"@babel/plugin-transform-property-literals@^7.23.3":
|
961
|
+
version "7.23.3"
|
962
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz#54518f14ac4755d22b92162e4a852d308a560875"
|
963
|
+
integrity sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==
|
954
964
|
dependencies:
|
955
965
|
"@babel/helper-plugin-utils" "^7.22.5"
|
956
966
|
|
957
|
-
"@babel/plugin-transform-regenerator@^7.
|
958
|
-
version "7.
|
959
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
960
|
-
integrity sha512-
|
967
|
+
"@babel/plugin-transform-regenerator@^7.23.3":
|
968
|
+
version "7.23.3"
|
969
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz#141afd4a2057298602069fce7f2dc5173e6c561c"
|
970
|
+
integrity sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==
|
961
971
|
dependencies:
|
962
972
|
"@babel/helper-plugin-utils" "^7.22.5"
|
963
973
|
regenerator-transform "^0.15.2"
|
964
974
|
|
965
|
-
"@babel/plugin-transform-reserved-words@^7.
|
966
|
-
version "7.
|
967
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
968
|
-
integrity sha512-
|
975
|
+
"@babel/plugin-transform-reserved-words@^7.23.3":
|
976
|
+
version "7.23.3"
|
977
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz#4130dcee12bd3dd5705c587947eb715da12efac8"
|
978
|
+
integrity sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==
|
969
979
|
dependencies:
|
970
980
|
"@babel/helper-plugin-utils" "^7.22.5"
|
971
981
|
|
972
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
973
|
-
version "7.
|
974
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
975
|
-
integrity sha512-
|
982
|
+
"@babel/plugin-transform-shorthand-properties@^7.23.3":
|
983
|
+
version "7.23.3"
|
984
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
|
985
|
+
integrity sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==
|
976
986
|
dependencies:
|
977
987
|
"@babel/helper-plugin-utils" "^7.22.5"
|
978
988
|
|
979
|
-
"@babel/plugin-transform-spread@^7.
|
980
|
-
version "7.
|
981
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
982
|
-
integrity sha512-
|
989
|
+
"@babel/plugin-transform-spread@^7.23.3":
|
990
|
+
version "7.23.3"
|
991
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz#41d17aacb12bde55168403c6f2d6bdca563d362c"
|
992
|
+
integrity sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==
|
983
993
|
dependencies:
|
984
994
|
"@babel/helper-plugin-utils" "^7.22.5"
|
985
995
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
986
996
|
|
987
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
988
|
-
version "7.
|
989
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
990
|
-
integrity sha512-
|
997
|
+
"@babel/plugin-transform-sticky-regex@^7.23.3":
|
998
|
+
version "7.23.3"
|
999
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz#dec45588ab4a723cb579c609b294a3d1bd22ff04"
|
1000
|
+
integrity sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==
|
991
1001
|
dependencies:
|
992
1002
|
"@babel/helper-plugin-utils" "^7.22.5"
|
993
1003
|
|
994
|
-
"@babel/plugin-transform-template-literals@^7.
|
995
|
-
version "7.
|
996
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
997
|
-
integrity sha512-
|
1004
|
+
"@babel/plugin-transform-template-literals@^7.23.3":
|
1005
|
+
version "7.23.3"
|
1006
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz#5f0f028eb14e50b5d0f76be57f90045757539d07"
|
1007
|
+
integrity sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==
|
998
1008
|
dependencies:
|
999
1009
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1000
1010
|
|
1001
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
1002
|
-
version "7.
|
1003
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
1004
|
-
integrity sha512-
|
1011
|
+
"@babel/plugin-transform-typeof-symbol@^7.23.3":
|
1012
|
+
version "7.23.3"
|
1013
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz#9dfab97acc87495c0c449014eb9c547d8966bca4"
|
1014
|
+
integrity sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==
|
1005
1015
|
dependencies:
|
1006
1016
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1007
1017
|
|
1008
|
-
"@babel/plugin-transform-unicode-escapes@^7.
|
1009
|
-
version "7.
|
1010
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
1011
|
-
integrity sha512-
|
1018
|
+
"@babel/plugin-transform-unicode-escapes@^7.23.3":
|
1019
|
+
version "7.23.3"
|
1020
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz#1f66d16cab01fab98d784867d24f70c1ca65b925"
|
1021
|
+
integrity sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==
|
1012
1022
|
dependencies:
|
1013
1023
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1014
1024
|
|
1015
|
-
"@babel/plugin-transform-unicode-property-regex@^7.
|
1016
|
-
version "7.
|
1017
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
1018
|
-
integrity sha512-
|
1025
|
+
"@babel/plugin-transform-unicode-property-regex@^7.23.3":
|
1026
|
+
version "7.23.3"
|
1027
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz#19e234129e5ffa7205010feec0d94c251083d7ad"
|
1028
|
+
integrity sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==
|
1019
1029
|
dependencies:
|
1020
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1030
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1021
1031
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1022
1032
|
|
1023
|
-
"@babel/plugin-transform-unicode-regex@^7.
|
1024
|
-
version "7.
|
1025
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
1026
|
-
integrity sha512-
|
1033
|
+
"@babel/plugin-transform-unicode-regex@^7.23.3":
|
1034
|
+
version "7.23.3"
|
1035
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz#26897708d8f42654ca4ce1b73e96140fbad879dc"
|
1036
|
+
integrity sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==
|
1027
1037
|
dependencies:
|
1028
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1038
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1029
1039
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1030
1040
|
|
1031
|
-
"@babel/plugin-transform-unicode-sets-regex@^7.
|
1032
|
-
version "7.
|
1033
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
1034
|
-
integrity sha512-
|
1041
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.23.3":
|
1042
|
+
version "7.23.3"
|
1043
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz#4fb6f0a719c2c5859d11f6b55a050cc987f3799e"
|
1044
|
+
integrity sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==
|
1035
1045
|
dependencies:
|
1036
|
-
"@babel/helper-create-regexp-features-plugin" "^7.22.
|
1046
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
1037
1047
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1038
1048
|
|
1039
|
-
"@babel/preset-env@^7.23.
|
1040
|
-
version "7.23.
|
1041
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.
|
1042
|
-
integrity sha512-
|
1049
|
+
"@babel/preset-env@^7.23.6":
|
1050
|
+
version "7.23.6"
|
1051
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.6.tgz#ad0ea799d5a3c07db5b9a172819bbd444092187a"
|
1052
|
+
integrity sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==
|
1043
1053
|
dependencies:
|
1044
|
-
"@babel/compat-data" "^7.23.
|
1045
|
-
"@babel/helper-compilation-targets" "^7.
|
1054
|
+
"@babel/compat-data" "^7.23.5"
|
1055
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
1046
1056
|
"@babel/helper-plugin-utils" "^7.22.5"
|
1047
|
-
"@babel/helper-validator-option" "^7.
|
1048
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.
|
1049
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
1057
|
+
"@babel/helper-validator-option" "^7.23.5"
|
1058
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
|
1059
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
|
1060
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.3"
|
1050
1061
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
1051
1062
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
1052
1063
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
1053
1064
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
1054
1065
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
1055
1066
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
1056
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
1057
|
-
"@babel/plugin-syntax-import-attributes" "^7.
|
1067
|
+
"@babel/plugin-syntax-import-assertions" "^7.23.3"
|
1068
|
+
"@babel/plugin-syntax-import-attributes" "^7.23.3"
|
1058
1069
|
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
1059
1070
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
1060
1071
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
@@ -1066,56 +1077,55 @@
|
|
1066
1077
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1067
1078
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1068
1079
|
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1069
|
-
"@babel/plugin-transform-arrow-functions" "^7.
|
1070
|
-
"@babel/plugin-transform-async-generator-functions" "^7.23.
|
1071
|
-
"@babel/plugin-transform-async-to-generator" "^7.
|
1072
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.
|
1073
|
-
"@babel/plugin-transform-block-scoping" "^7.23.
|
1074
|
-
"@babel/plugin-transform-class-properties" "^7.
|
1075
|
-
"@babel/plugin-transform-class-static-block" "^7.
|
1076
|
-
"@babel/plugin-transform-classes" "^7.
|
1077
|
-
"@babel/plugin-transform-computed-properties" "^7.
|
1078
|
-
"@babel/plugin-transform-destructuring" "^7.23.
|
1079
|
-
"@babel/plugin-transform-dotall-regex" "^7.
|
1080
|
-
"@babel/plugin-transform-duplicate-keys" "^7.
|
1081
|
-
"@babel/plugin-transform-dynamic-import" "^7.
|
1082
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.
|
1083
|
-
"@babel/plugin-transform-export-namespace-from" "^7.
|
1084
|
-
"@babel/plugin-transform-for-of" "^7.
|
1085
|
-
"@babel/plugin-transform-function-name" "^7.
|
1086
|
-
"@babel/plugin-transform-json-strings" "^7.
|
1087
|
-
"@babel/plugin-transform-literals" "^7.
|
1088
|
-
"@babel/plugin-transform-logical-assignment-operators" "^7.
|
1089
|
-
"@babel/plugin-transform-member-expression-literals" "^7.
|
1090
|
-
"@babel/plugin-transform-modules-amd" "^7.23.
|
1091
|
-
"@babel/plugin-transform-modules-commonjs" "^7.23.
|
1092
|
-
"@babel/plugin-transform-modules-systemjs" "^7.23.
|
1093
|
-
"@babel/plugin-transform-modules-umd" "^7.
|
1080
|
+
"@babel/plugin-transform-arrow-functions" "^7.23.3"
|
1081
|
+
"@babel/plugin-transform-async-generator-functions" "^7.23.4"
|
1082
|
+
"@babel/plugin-transform-async-to-generator" "^7.23.3"
|
1083
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
|
1084
|
+
"@babel/plugin-transform-block-scoping" "^7.23.4"
|
1085
|
+
"@babel/plugin-transform-class-properties" "^7.23.3"
|
1086
|
+
"@babel/plugin-transform-class-static-block" "^7.23.4"
|
1087
|
+
"@babel/plugin-transform-classes" "^7.23.5"
|
1088
|
+
"@babel/plugin-transform-computed-properties" "^7.23.3"
|
1089
|
+
"@babel/plugin-transform-destructuring" "^7.23.3"
|
1090
|
+
"@babel/plugin-transform-dotall-regex" "^7.23.3"
|
1091
|
+
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
|
1092
|
+
"@babel/plugin-transform-dynamic-import" "^7.23.4"
|
1093
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
|
1094
|
+
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
|
1095
|
+
"@babel/plugin-transform-for-of" "^7.23.6"
|
1096
|
+
"@babel/plugin-transform-function-name" "^7.23.3"
|
1097
|
+
"@babel/plugin-transform-json-strings" "^7.23.4"
|
1098
|
+
"@babel/plugin-transform-literals" "^7.23.3"
|
1099
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
|
1100
|
+
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
|
1101
|
+
"@babel/plugin-transform-modules-amd" "^7.23.3"
|
1102
|
+
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
|
1103
|
+
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
|
1104
|
+
"@babel/plugin-transform-modules-umd" "^7.23.3"
|
1094
1105
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
|
1095
|
-
"@babel/plugin-transform-new-target" "^7.
|
1096
|
-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.
|
1097
|
-
"@babel/plugin-transform-numeric-separator" "^7.
|
1098
|
-
"@babel/plugin-transform-object-rest-spread" "^7.
|
1099
|
-
"@babel/plugin-transform-object-super" "^7.
|
1100
|
-
"@babel/plugin-transform-optional-catch-binding" "^7.
|
1101
|
-
"@babel/plugin-transform-optional-chaining" "^7.23.
|
1102
|
-
"@babel/plugin-transform-parameters" "^7.
|
1103
|
-
"@babel/plugin-transform-private-methods" "^7.
|
1104
|
-
"@babel/plugin-transform-private-property-in-object" "^7.
|
1105
|
-
"@babel/plugin-transform-property-literals" "^7.
|
1106
|
-
"@babel/plugin-transform-regenerator" "^7.
|
1107
|
-
"@babel/plugin-transform-reserved-words" "^7.
|
1108
|
-
"@babel/plugin-transform-shorthand-properties" "^7.
|
1109
|
-
"@babel/plugin-transform-spread" "^7.
|
1110
|
-
"@babel/plugin-transform-sticky-regex" "^7.
|
1111
|
-
"@babel/plugin-transform-template-literals" "^7.
|
1112
|
-
"@babel/plugin-transform-typeof-symbol" "^7.
|
1113
|
-
"@babel/plugin-transform-unicode-escapes" "^7.
|
1114
|
-
"@babel/plugin-transform-unicode-property-regex" "^7.
|
1115
|
-
"@babel/plugin-transform-unicode-regex" "^7.
|
1116
|
-
"@babel/plugin-transform-unicode-sets-regex" "^7.
|
1106
|
+
"@babel/plugin-transform-new-target" "^7.23.3"
|
1107
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
|
1108
|
+
"@babel/plugin-transform-numeric-separator" "^7.23.4"
|
1109
|
+
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
|
1110
|
+
"@babel/plugin-transform-object-super" "^7.23.3"
|
1111
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
|
1112
|
+
"@babel/plugin-transform-optional-chaining" "^7.23.4"
|
1113
|
+
"@babel/plugin-transform-parameters" "^7.23.3"
|
1114
|
+
"@babel/plugin-transform-private-methods" "^7.23.3"
|
1115
|
+
"@babel/plugin-transform-private-property-in-object" "^7.23.4"
|
1116
|
+
"@babel/plugin-transform-property-literals" "^7.23.3"
|
1117
|
+
"@babel/plugin-transform-regenerator" "^7.23.3"
|
1118
|
+
"@babel/plugin-transform-reserved-words" "^7.23.3"
|
1119
|
+
"@babel/plugin-transform-shorthand-properties" "^7.23.3"
|
1120
|
+
"@babel/plugin-transform-spread" "^7.23.3"
|
1121
|
+
"@babel/plugin-transform-sticky-regex" "^7.23.3"
|
1122
|
+
"@babel/plugin-transform-template-literals" "^7.23.3"
|
1123
|
+
"@babel/plugin-transform-typeof-symbol" "^7.23.3"
|
1124
|
+
"@babel/plugin-transform-unicode-escapes" "^7.23.3"
|
1125
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.23.3"
|
1126
|
+
"@babel/plugin-transform-unicode-regex" "^7.23.3"
|
1127
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
|
1117
1128
|
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
1118
|
-
"@babel/types" "^7.23.0"
|
1119
1129
|
babel-plugin-polyfill-corejs2 "^0.4.6"
|
1120
1130
|
babel-plugin-polyfill-corejs3 "^0.8.5"
|
1121
1131
|
babel-plugin-polyfill-regenerator "^0.5.3"
|
@@ -1177,20 +1187,20 @@
|
|
1177
1187
|
debug "^4.1.0"
|
1178
1188
|
globals "^11.1.0"
|
1179
1189
|
|
1180
|
-
"@babel/traverse@^7.23.
|
1181
|
-
version "7.23.
|
1182
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.
|
1183
|
-
integrity sha512-
|
1190
|
+
"@babel/traverse@^7.23.6":
|
1191
|
+
version "7.23.6"
|
1192
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
|
1193
|
+
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
|
1184
1194
|
dependencies:
|
1185
|
-
"@babel/code-frame" "^7.
|
1186
|
-
"@babel/generator" "^7.23.
|
1195
|
+
"@babel/code-frame" "^7.23.5"
|
1196
|
+
"@babel/generator" "^7.23.6"
|
1187
1197
|
"@babel/helper-environment-visitor" "^7.22.20"
|
1188
1198
|
"@babel/helper-function-name" "^7.23.0"
|
1189
1199
|
"@babel/helper-hoist-variables" "^7.22.5"
|
1190
1200
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
1191
|
-
"@babel/parser" "^7.23.
|
1192
|
-
"@babel/types" "^7.23.
|
1193
|
-
debug "^4.1
|
1201
|
+
"@babel/parser" "^7.23.6"
|
1202
|
+
"@babel/types" "^7.23.6"
|
1203
|
+
debug "^4.3.1"
|
1194
1204
|
globals "^11.1.0"
|
1195
1205
|
|
1196
1206
|
"@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":
|
@@ -1220,11 +1230,39 @@
|
|
1220
1230
|
"@babel/helper-validator-identifier" "^7.22.20"
|
1221
1231
|
to-fast-properties "^2.0.0"
|
1222
1232
|
|
1233
|
+
"@babel/types@^7.23.6":
|
1234
|
+
version "7.23.6"
|
1235
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
|
1236
|
+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
|
1237
|
+
dependencies:
|
1238
|
+
"@babel/helper-string-parser" "^7.23.4"
|
1239
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
1240
|
+
to-fast-properties "^2.0.0"
|
1241
|
+
|
1223
1242
|
"@bcoe/v8-coverage@^0.2.3":
|
1224
1243
|
version "0.2.3"
|
1225
1244
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
1226
1245
|
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
1227
1246
|
|
1247
|
+
"@floating-ui/core@^1.0.4":
|
1248
|
+
version "1.5.2"
|
1249
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.2.tgz#53a0f7a98c550e63134d504f26804f6b83dbc071"
|
1250
|
+
integrity sha512-Ii3MrfY/GAIN3OhXNzpCKaLxHQfJF9qvwq/kEJYdqDxeIHa01K8sldugal6TmeeXl+WMvhv9cnVzUTaFFJF09A==
|
1251
|
+
dependencies:
|
1252
|
+
"@floating-ui/utils" "^0.1.3"
|
1253
|
+
|
1254
|
+
"@floating-ui/dom@~1.0.6":
|
1255
|
+
version "1.0.12"
|
1256
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.0.12.tgz#07c870a05d9b825a6d7657524f48fe6761722800"
|
1257
|
+
integrity sha512-HeG/wHoa2laUHlDX3xkzqlUqliAfa+zqV04LaKIwNCmCNaW2p0fQi4/Kd0LB4GdFoJ2UllLFq5gWnXAd67lg7w==
|
1258
|
+
dependencies:
|
1259
|
+
"@floating-ui/core" "^1.0.4"
|
1260
|
+
|
1261
|
+
"@floating-ui/utils@^0.1.3":
|
1262
|
+
version "0.1.6"
|
1263
|
+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
|
1264
|
+
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==
|
1265
|
+
|
1228
1266
|
"@istanbuljs/load-nyc-config@^1.0.0":
|
1229
1267
|
version "1.1.0"
|
1230
1268
|
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
|
@@ -1742,65 +1780,70 @@
|
|
1742
1780
|
estree-walker "^2.0.2"
|
1743
1781
|
picomatch "^2.3.1"
|
1744
1782
|
|
1745
|
-
"@rollup/rollup-android-arm-eabi@4.
|
1746
|
-
version "4.
|
1747
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
1748
|
-
integrity sha512
|
1749
|
-
|
1750
|
-
"@rollup/rollup-android-arm64@4.
|
1751
|
-
version "4.
|
1752
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
1753
|
-
integrity sha512-
|
1754
|
-
|
1755
|
-
"@rollup/rollup-darwin-arm64@4.
|
1756
|
-
version "4.
|
1757
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
1758
|
-
integrity sha512-
|
1759
|
-
|
1760
|
-
"@rollup/rollup-darwin-x64@4.
|
1761
|
-
version "4.
|
1762
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
1763
|
-
integrity sha512-
|
1764
|
-
|
1765
|
-
"@rollup/rollup-linux-arm-gnueabihf@4.
|
1766
|
-
version "4.
|
1767
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
1768
|
-
integrity sha512-
|
1769
|
-
|
1770
|
-
"@rollup/rollup-linux-arm64-gnu@4.
|
1771
|
-
version "4.
|
1772
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
1773
|
-
integrity sha512-
|
1774
|
-
|
1775
|
-
"@rollup/rollup-linux-arm64-musl@4.
|
1776
|
-
version "4.
|
1777
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
1778
|
-
integrity sha512-
|
1779
|
-
|
1780
|
-
"@rollup/rollup-linux-
|
1781
|
-
version "4.
|
1782
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-
|
1783
|
-
integrity sha512-
|
1784
|
-
|
1785
|
-
"@rollup/rollup-linux-x64-
|
1786
|
-
version "4.
|
1787
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-
|
1788
|
-
integrity sha512-
|
1789
|
-
|
1790
|
-
"@rollup/rollup-
|
1791
|
-
version "4.
|
1792
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-
|
1793
|
-
integrity sha512-
|
1794
|
-
|
1795
|
-
"@rollup/rollup-win32-
|
1796
|
-
version "4.
|
1797
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-
|
1798
|
-
integrity sha512-
|
1799
|
-
|
1800
|
-
"@rollup/rollup-win32-
|
1801
|
-
version "4.
|
1802
|
-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-
|
1803
|
-
integrity sha512-
|
1783
|
+
"@rollup/rollup-android-arm-eabi@4.8.0":
|
1784
|
+
version "4.8.0"
|
1785
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.8.0.tgz#0e42b155630adaaec0f659f979ece4b7d3391329"
|
1786
|
+
integrity sha512-zdTObFRoNENrdPpnTNnhOljYIcOX7aI7+7wyrSpPFFIOf/nRdedE6IYsjaBE7tjukphh1tMTojgJ7p3lKY8x6Q==
|
1787
|
+
|
1788
|
+
"@rollup/rollup-android-arm64@4.8.0":
|
1789
|
+
version "4.8.0"
|
1790
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.8.0.tgz#6c9fe8f9eb0cd9029be93b822b1a1c2d6b31c275"
|
1791
|
+
integrity sha512-aiItwP48BiGpMFS9Znjo/xCNQVwTQVcRKkFKsO81m8exrGjHkCBDvm9PHay2kpa8RPnZzzKcD1iQ9KaLY4fPQQ==
|
1792
|
+
|
1793
|
+
"@rollup/rollup-darwin-arm64@4.8.0":
|
1794
|
+
version "4.8.0"
|
1795
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.8.0.tgz#7dcb1317a8089762c1f7e437c1e1d695b787b70f"
|
1796
|
+
integrity sha512-zhNIS+L4ZYkYQUjIQUR6Zl0RXhbbA0huvNIWjmPc2SL0cB1h5Djkcy+RZ3/Bwszfb6vgwUvcVJYD6e6Zkpsi8g==
|
1797
|
+
|
1798
|
+
"@rollup/rollup-darwin-x64@4.8.0":
|
1799
|
+
version "4.8.0"
|
1800
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.8.0.tgz#91d7d31d22607c4fcccce9126457d6785c57f7c7"
|
1801
|
+
integrity sha512-A/FAHFRNQYrELrb/JHncRWzTTXB2ticiRFztP4ggIUAfa9Up1qfW8aG2w/mN9jNiZ+HB0t0u0jpJgFXG6BfRTA==
|
1802
|
+
|
1803
|
+
"@rollup/rollup-linux-arm-gnueabihf@4.8.0":
|
1804
|
+
version "4.8.0"
|
1805
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.8.0.tgz#f2015d6e4ff41417f2e2c55b3d9625346e355c57"
|
1806
|
+
integrity sha512-JsidBnh3p2IJJA4/2xOF2puAYqbaczB3elZDT0qHxn362EIoIkq7hrR43Xa8RisgI6/WPfvb2umbGsuvf7E37A==
|
1807
|
+
|
1808
|
+
"@rollup/rollup-linux-arm64-gnu@4.8.0":
|
1809
|
+
version "4.8.0"
|
1810
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.8.0.tgz#95207444b78f235c9de62797ec2a3dcd18daf473"
|
1811
|
+
integrity sha512-hBNCnqw3EVCkaPB0Oqd24bv8SklETptQWcJz06kb9OtiShn9jK1VuTgi7o4zPSt6rNGWQOTDEAccbk0OqJmS+g==
|
1812
|
+
|
1813
|
+
"@rollup/rollup-linux-arm64-musl@4.8.0":
|
1814
|
+
version "4.8.0"
|
1815
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.8.0.tgz#bc994c676fd3aae14aaa905040fdcde461e41ce5"
|
1816
|
+
integrity sha512-Fw9ChYfJPdltvi9ALJ9wzdCdxGw4wtq4t1qY028b2O7GwB5qLNSGtqMsAel1lfWTZvf4b6/+4HKp0GlSYg0ahA==
|
1817
|
+
|
1818
|
+
"@rollup/rollup-linux-riscv64-gnu@4.8.0":
|
1819
|
+
version "4.8.0"
|
1820
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.8.0.tgz#67984f1d1f663610f4e1f6e638a2b07169562448"
|
1821
|
+
integrity sha512-BH5xIh7tOzS9yBi8dFrCTG8Z6iNIGWGltd3IpTSKp6+pNWWO6qy8eKoRxOtwFbMrid5NZaidLYN6rHh9aB8bEw==
|
1822
|
+
|
1823
|
+
"@rollup/rollup-linux-x64-gnu@4.8.0":
|
1824
|
+
version "4.8.0"
|
1825
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.8.0.tgz#48e09a455d543be986003c7c2ea37c16ff4a53d5"
|
1826
|
+
integrity sha512-PmvAj8k6EuWiyLbkNpd6BLv5XeYFpqWuRvRNRl80xVfpGXK/z6KYXmAgbI4ogz7uFiJxCnYcqyvZVD0dgFog7Q==
|
1827
|
+
|
1828
|
+
"@rollup/rollup-linux-x64-musl@4.8.0":
|
1829
|
+
version "4.8.0"
|
1830
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.8.0.tgz#df8d0966b02d1bdc6447b5eb58fa18666da1f3e8"
|
1831
|
+
integrity sha512-mdxnlW2QUzXwY+95TuxZ+CurrhgrPAMveDWI97EQlA9bfhR8tw3Pt7SUlc/eSlCNxlWktpmT//EAA8UfCHOyXg==
|
1832
|
+
|
1833
|
+
"@rollup/rollup-win32-arm64-msvc@4.8.0":
|
1834
|
+
version "4.8.0"
|
1835
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.8.0.tgz#7cce8efc5c9239a1bafe7ac2a52743bc5734471f"
|
1836
|
+
integrity sha512-ge7saUz38aesM4MA7Cad8CHo0Fyd1+qTaqoIo+Jtk+ipBi4ATSrHWov9/S4u5pbEQmLjgUjB7BJt+MiKG2kzmA==
|
1837
|
+
|
1838
|
+
"@rollup/rollup-win32-ia32-msvc@4.8.0":
|
1839
|
+
version "4.8.0"
|
1840
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.8.0.tgz#794ef4058d04f97447e4434c083b1309b2be73c2"
|
1841
|
+
integrity sha512-p9E3PZlzurhlsN5h9g7zIP1DnqKXJe8ZUkFwAazqSvHuWfihlIISPxG9hCHCoA+dOOspL/c7ty1eeEVFTE0UTw==
|
1842
|
+
|
1843
|
+
"@rollup/rollup-win32-x64-msvc@4.8.0":
|
1844
|
+
version "4.8.0"
|
1845
|
+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.8.0.tgz#05057436705f0be9203c30612a48225ec70af741"
|
1846
|
+
integrity sha512-kb4/auKXkYKqlUYTE8s40FcJIj5soOyRLHKd4ugR0dCq0G2EfcF54eYcfQiGkHzjidZ40daB4ulsFdtqNKZtBg==
|
1804
1847
|
|
1805
1848
|
"@sinclair/typebox@^0.27.8":
|
1806
1849
|
version "0.27.8"
|
@@ -1911,6 +1954,11 @@
|
|
1911
1954
|
"@smui/common" "^7.0.0-beta.15"
|
1912
1955
|
svelte2tsx "^0.6.21"
|
1913
1956
|
|
1957
|
+
"@stencil/core@~3.4.1":
|
1958
|
+
version "3.4.2"
|
1959
|
+
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-3.4.2.tgz#57ce7f71fe18c2ec0967821bec667fc453cca962"
|
1960
|
+
integrity sha512-FAUhUVaakCy29nU2GwO/HQBRV1ihPRvncz3PUc8oR+UJLAxGabTmP8PLY7wvHfbw+Cvi4VXfJFTBvdfDu6iKPQ==
|
1961
|
+
|
1914
1962
|
"@testing-library/dom@^9.3.1":
|
1915
1963
|
version "9.3.1"
|
1916
1964
|
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
|
@@ -1925,10 +1973,10 @@
|
|
1925
1973
|
lz-string "^1.5.0"
|
1926
1974
|
pretty-format "^27.0.2"
|
1927
1975
|
|
1928
|
-
"@testing-library/jest-dom@^6.1.
|
1929
|
-
version "6.1.
|
1930
|
-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.
|
1931
|
-
integrity sha512-
|
1976
|
+
"@testing-library/jest-dom@^6.1.5":
|
1977
|
+
version "6.1.5"
|
1978
|
+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz#0a635d0ad4a1a880089d967299d94e9cfc81fbe1"
|
1979
|
+
integrity sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==
|
1932
1980
|
dependencies:
|
1933
1981
|
"@adobe/css-tools" "^4.3.1"
|
1934
1982
|
"@babel/runtime" "^7.9.2"
|
@@ -2144,10 +2192,10 @@ available-typed-arrays@^1.0.5:
|
|
2144
2192
|
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
2145
2193
|
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
|
2146
2194
|
|
2147
|
-
axios@1.6.
|
2148
|
-
version "1.6.
|
2149
|
-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.
|
2150
|
-
integrity sha512-
|
2195
|
+
axios@1.6.2:
|
2196
|
+
version "1.6.2"
|
2197
|
+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
|
2198
|
+
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
|
2151
2199
|
dependencies:
|
2152
2200
|
follow-redirects "^1.15.0"
|
2153
2201
|
form-data "^4.0.0"
|
@@ -2311,6 +2359,16 @@ browserslist@^4.22.1:
|
|
2311
2359
|
node-releases "^2.0.13"
|
2312
2360
|
update-browserslist-db "^1.0.13"
|
2313
2361
|
|
2362
|
+
browserslist@^4.22.2:
|
2363
|
+
version "4.22.2"
|
2364
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
|
2365
|
+
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
|
2366
|
+
dependencies:
|
2367
|
+
caniuse-lite "^1.0.30001565"
|
2368
|
+
electron-to-chromium "^1.4.601"
|
2369
|
+
node-releases "^2.0.14"
|
2370
|
+
update-browserslist-db "^1.0.13"
|
2371
|
+
|
2314
2372
|
bser@2.1.1:
|
2315
2373
|
version "2.1.1"
|
2316
2374
|
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
@@ -2381,6 +2439,11 @@ caniuse-lite@^1.0.30001541:
|
|
2381
2439
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da"
|
2382
2440
|
integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==
|
2383
2441
|
|
2442
|
+
caniuse-lite@^1.0.30001565:
|
2443
|
+
version "1.0.30001568"
|
2444
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
|
2445
|
+
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
|
2446
|
+
|
2384
2447
|
chalk@^2.0.0, chalk@^2.4.2:
|
2385
2448
|
version "2.4.2"
|
2386
2449
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
@@ -2698,6 +2761,11 @@ csso@^4.2.0:
|
|
2698
2761
|
dependencies:
|
2699
2762
|
css-tree "^1.1.2"
|
2700
2763
|
|
2764
|
+
date-fns-tz@~1.3.7:
|
2765
|
+
version "1.3.8"
|
2766
|
+
resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz#083e3a4e1f19b7857fa0c18deea6c2bc46ded7b9"
|
2767
|
+
integrity sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==
|
2768
|
+
|
2701
2769
|
date-fns@^2.30.0:
|
2702
2770
|
version "2.30.0"
|
2703
2771
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
|
@@ -2705,7 +2773,12 @@ date-fns@^2.30.0:
|
|
2705
2773
|
dependencies:
|
2706
2774
|
"@babel/runtime" "^7.21.0"
|
2707
2775
|
|
2708
|
-
|
2776
|
+
date-fns@~2.21.3:
|
2777
|
+
version "2.21.3"
|
2778
|
+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b"
|
2779
|
+
integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==
|
2780
|
+
|
2781
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4:
|
2709
2782
|
version "4.3.4"
|
2710
2783
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
2711
2784
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
@@ -2829,6 +2902,11 @@ electron-to-chromium@^1.4.535:
|
|
2829
2902
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.578.tgz#7a3510f333bcd55e87882799ebeb7518d6ab4d95"
|
2830
2903
|
integrity sha512-V0ZhSu1BQZKfG0yNEL6Dadzik8E1vAzfpVOapdSiT9F6yapEJ3Bk+4tZ4SMPdWiUchCgnM/ByYtBzp5ntzDMIA==
|
2831
2904
|
|
2905
|
+
electron-to-chromium@^1.4.601:
|
2906
|
+
version "1.4.610"
|
2907
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
|
2908
|
+
integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
|
2909
|
+
|
2832
2910
|
emittery@^0.13.1:
|
2833
2911
|
version "0.13.1"
|
2834
2912
|
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
|
@@ -4096,10 +4174,10 @@ ms@2.1.2:
|
|
4096
4174
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
4097
4175
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
4098
4176
|
|
4099
|
-
nanoid@^3.3.
|
4100
|
-
version "3.3.
|
4101
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.
|
4102
|
-
integrity sha512-
|
4177
|
+
nanoid@^3.3.7:
|
4178
|
+
version "3.3.7"
|
4179
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
|
4180
|
+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
|
4103
4181
|
|
4104
4182
|
natural-compare@^1.4.0:
|
4105
4183
|
version "1.4.0"
|
@@ -4136,6 +4214,11 @@ node-releases@^2.0.13:
|
|
4136
4214
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
|
4137
4215
|
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
|
4138
4216
|
|
4217
|
+
node-releases@^2.0.14:
|
4218
|
+
version "2.0.14"
|
4219
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
|
4220
|
+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
|
4221
|
+
|
4139
4222
|
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
4140
4223
|
version "3.0.0"
|
4141
4224
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
@@ -4587,24 +4670,24 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
|
|
4587
4670
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
4588
4671
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
4589
4672
|
|
4590
|
-
postcss@^8.4.
|
4591
|
-
version "8.4.
|
4592
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.
|
4593
|
-
integrity sha512-
|
4673
|
+
postcss@^8.4.32:
|
4674
|
+
version "8.4.32"
|
4675
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
|
4676
|
+
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
|
4594
4677
|
dependencies:
|
4595
|
-
nanoid "^3.3.
|
4678
|
+
nanoid "^3.3.7"
|
4596
4679
|
picocolors "^1.0.0"
|
4597
4680
|
source-map-js "^1.0.2"
|
4598
4681
|
|
4599
|
-
prettier-plugin-svelte@^3.
|
4600
|
-
version "3.
|
4601
|
-
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.
|
4602
|
-
integrity sha512-
|
4682
|
+
prettier-plugin-svelte@^3.1.2:
|
4683
|
+
version "3.1.2"
|
4684
|
+
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.1.2.tgz#2e050eb56dbb467a42c45ad6ce18bb277d28ffa0"
|
4685
|
+
integrity sha512-7xfMZtwgAWHMT0iZc8jN4o65zgbAQ3+O32V6W7pXrqNvKnHnkoyQCGCbKeUyXKZLbYE0YhFRnamfxfkEGxm8qA==
|
4603
4686
|
|
4604
|
-
prettier@^3.
|
4605
|
-
version "3.
|
4606
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
4607
|
-
integrity sha512-
|
4687
|
+
prettier@^3.1.1:
|
4688
|
+
version "3.1.1"
|
4689
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
4690
|
+
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
4608
4691
|
|
4609
4692
|
pretty-format@^27.0.2:
|
4610
4693
|
version "27.5.1"
|
@@ -4813,23 +4896,24 @@ rollup-pluginutils@^2.8.2:
|
|
4813
4896
|
dependencies:
|
4814
4897
|
estree-walker "^0.6.1"
|
4815
4898
|
|
4816
|
-
rollup@^4.
|
4817
|
-
version "4.
|
4818
|
-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.
|
4819
|
-
integrity sha512-
|
4899
|
+
rollup@^4.8.0:
|
4900
|
+
version "4.8.0"
|
4901
|
+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.8.0.tgz#365c34e85f1ed034de974dab934c1663cc69b754"
|
4902
|
+
integrity sha512-NpsklK2fach5CdI+PScmlE5R4Ao/FSWtF7LkoIrHDxPACY/xshNasPsbpG0VVHxUTbf74tJbVT4PrP8JsJ6ZDA==
|
4820
4903
|
optionalDependencies:
|
4821
|
-
"@rollup/rollup-android-arm-eabi" "4.
|
4822
|
-
"@rollup/rollup-android-arm64" "4.
|
4823
|
-
"@rollup/rollup-darwin-arm64" "4.
|
4824
|
-
"@rollup/rollup-darwin-x64" "4.
|
4825
|
-
"@rollup/rollup-linux-arm-gnueabihf" "4.
|
4826
|
-
"@rollup/rollup-linux-arm64-gnu" "4.
|
4827
|
-
"@rollup/rollup-linux-arm64-musl" "4.
|
4828
|
-
"@rollup/rollup-linux-
|
4829
|
-
"@rollup/rollup-linux-x64-
|
4830
|
-
"@rollup/rollup-
|
4831
|
-
"@rollup/rollup-win32-
|
4832
|
-
"@rollup/rollup-win32-
|
4904
|
+
"@rollup/rollup-android-arm-eabi" "4.8.0"
|
4905
|
+
"@rollup/rollup-android-arm64" "4.8.0"
|
4906
|
+
"@rollup/rollup-darwin-arm64" "4.8.0"
|
4907
|
+
"@rollup/rollup-darwin-x64" "4.8.0"
|
4908
|
+
"@rollup/rollup-linux-arm-gnueabihf" "4.8.0"
|
4909
|
+
"@rollup/rollup-linux-arm64-gnu" "4.8.0"
|
4910
|
+
"@rollup/rollup-linux-arm64-musl" "4.8.0"
|
4911
|
+
"@rollup/rollup-linux-riscv64-gnu" "4.8.0"
|
4912
|
+
"@rollup/rollup-linux-x64-gnu" "4.8.0"
|
4913
|
+
"@rollup/rollup-linux-x64-musl" "4.8.0"
|
4914
|
+
"@rollup/rollup-win32-arm64-msvc" "4.8.0"
|
4915
|
+
"@rollup/rollup-win32-ia32-msvc" "4.8.0"
|
4916
|
+
"@rollup/rollup-win32-x64-msvc" "4.8.0"
|
4833
4917
|
fsevents "~2.3.2"
|
4834
4918
|
|
4835
4919
|
rxjs@^7.8.1:
|
@@ -5137,10 +5221,10 @@ svelte2tsx@^0.6.21:
|
|
5137
5221
|
dedent-js "^1.0.1"
|
5138
5222
|
pascal-case "^3.1.1"
|
5139
5223
|
|
5140
|
-
svelte@^4.2.
|
5141
|
-
version "4.2.
|
5142
|
-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.2.
|
5143
|
-
integrity sha512-
|
5224
|
+
svelte@^4.2.8:
|
5225
|
+
version "4.2.8"
|
5226
|
+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.2.8.tgz#a279d8b6646131ffb11bc692840f8839b8ae4ed1"
|
5227
|
+
integrity sha512-hU6dh1MPl8gh6klQZwK/n73GiAHiR95IkFsesLPbMeEZi36ydaXL/ZAb4g9sayT0MXzpxyZjR28yderJHxcmYA==
|
5144
5228
|
dependencies:
|
5145
5229
|
"@ampproject/remapping" "^2.2.1"
|
5146
5230
|
"@jridgewell/sourcemap-codec" "^1.4.15"
|