gtfs-to-html 2.6.6 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/lib/gtfs-to-html.js +1 -1
- package/lib/utils.js +29 -13
- package/package.json +9 -9
- package/www/docs/configuration.md +2 -2
- package/www/package.json +5 -5
- package/www/yarn.lock +1480 -1487
package/www/yarn.lock
CHANGED
|
@@ -163,103 +163,104 @@
|
|
|
163
163
|
"@jridgewell/gen-mapping" "^0.3.5"
|
|
164
164
|
"@jridgewell/trace-mapping" "^0.3.24"
|
|
165
165
|
|
|
166
|
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.
|
|
167
|
-
version "7.24.
|
|
168
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.
|
|
169
|
-
integrity sha512-
|
|
166
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3":
|
|
167
|
+
version "7.24.7"
|
|
168
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
|
|
169
|
+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
|
|
170
170
|
dependencies:
|
|
171
|
-
"@babel/highlight" "^7.24.
|
|
171
|
+
"@babel/highlight" "^7.24.7"
|
|
172
172
|
picocolors "^1.0.0"
|
|
173
173
|
|
|
174
|
-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.
|
|
175
|
-
version "7.24.
|
|
176
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.
|
|
177
|
-
integrity sha512-
|
|
174
|
+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
|
|
175
|
+
version "7.24.7"
|
|
176
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
|
|
177
|
+
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
|
|
178
178
|
|
|
179
|
-
"@babel/core@^7.
|
|
180
|
-
version "7.24.
|
|
181
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.
|
|
182
|
-
integrity sha512-
|
|
179
|
+
"@babel/core@^7.21.3", "@babel/core@^7.23.3":
|
|
180
|
+
version "7.24.7"
|
|
181
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
|
|
182
|
+
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
|
|
183
183
|
dependencies:
|
|
184
184
|
"@ampproject/remapping" "^2.2.0"
|
|
185
|
-
"@babel/code-frame" "^7.24.
|
|
186
|
-
"@babel/generator" "^7.24.
|
|
187
|
-
"@babel/helper-compilation-targets" "^7.
|
|
188
|
-
"@babel/helper-module-transforms" "^7.
|
|
189
|
-
"@babel/helpers" "^7.24.
|
|
190
|
-
"@babel/parser" "^7.24.
|
|
191
|
-
"@babel/template" "^7.24.
|
|
192
|
-
"@babel/traverse" "^7.24.
|
|
193
|
-
"@babel/types" "^7.24.
|
|
185
|
+
"@babel/code-frame" "^7.24.7"
|
|
186
|
+
"@babel/generator" "^7.24.7"
|
|
187
|
+
"@babel/helper-compilation-targets" "^7.24.7"
|
|
188
|
+
"@babel/helper-module-transforms" "^7.24.7"
|
|
189
|
+
"@babel/helpers" "^7.24.7"
|
|
190
|
+
"@babel/parser" "^7.24.7"
|
|
191
|
+
"@babel/template" "^7.24.7"
|
|
192
|
+
"@babel/traverse" "^7.24.7"
|
|
193
|
+
"@babel/types" "^7.24.7"
|
|
194
194
|
convert-source-map "^2.0.0"
|
|
195
195
|
debug "^4.1.0"
|
|
196
196
|
gensync "^1.0.0-beta.2"
|
|
197
197
|
json5 "^2.2.3"
|
|
198
198
|
semver "^6.3.1"
|
|
199
199
|
|
|
200
|
-
"@babel/generator@^7.23.3", "@babel/generator@^7.24.
|
|
201
|
-
version "7.24.
|
|
202
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.
|
|
203
|
-
integrity sha512-
|
|
200
|
+
"@babel/generator@^7.23.3", "@babel/generator@^7.24.7":
|
|
201
|
+
version "7.24.7"
|
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
|
|
203
|
+
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
|
|
204
204
|
dependencies:
|
|
205
|
-
"@babel/types" "^7.24.
|
|
205
|
+
"@babel/types" "^7.24.7"
|
|
206
206
|
"@jridgewell/gen-mapping" "^0.3.5"
|
|
207
207
|
"@jridgewell/trace-mapping" "^0.3.25"
|
|
208
208
|
jsesc "^2.5.1"
|
|
209
209
|
|
|
210
|
-
"@babel/helper-annotate-as-pure@^7.
|
|
211
|
-
version "7.
|
|
212
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
|
213
|
-
integrity sha512-
|
|
210
|
+
"@babel/helper-annotate-as-pure@^7.24.7":
|
|
211
|
+
version "7.24.7"
|
|
212
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
|
|
213
|
+
integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==
|
|
214
214
|
dependencies:
|
|
215
|
-
"@babel/types" "^7.
|
|
215
|
+
"@babel/types" "^7.24.7"
|
|
216
216
|
|
|
217
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.
|
|
218
|
-
version "7.
|
|
219
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
|
220
|
-
integrity sha512-
|
|
217
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7":
|
|
218
|
+
version "7.24.7"
|
|
219
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3"
|
|
220
|
+
integrity sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==
|
|
221
221
|
dependencies:
|
|
222
|
-
"@babel/
|
|
222
|
+
"@babel/traverse" "^7.24.7"
|
|
223
|
+
"@babel/types" "^7.24.7"
|
|
223
224
|
|
|
224
|
-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.
|
|
225
|
-
version "7.
|
|
226
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
227
|
-
integrity sha512-
|
|
225
|
+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
|
|
226
|
+
version "7.24.7"
|
|
227
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
|
|
228
|
+
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
|
|
228
229
|
dependencies:
|
|
229
|
-
"@babel/compat-data" "^7.
|
|
230
|
-
"@babel/helper-validator-option" "^7.
|
|
230
|
+
"@babel/compat-data" "^7.24.7"
|
|
231
|
+
"@babel/helper-validator-option" "^7.24.7"
|
|
231
232
|
browserslist "^4.22.2"
|
|
232
233
|
lru-cache "^5.1.1"
|
|
233
234
|
semver "^6.3.1"
|
|
234
235
|
|
|
235
|
-
"@babel/helper-create-class-features-plugin@^7.24.
|
|
236
|
-
version "7.24.
|
|
237
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.
|
|
238
|
-
integrity sha512-
|
|
239
|
-
dependencies:
|
|
240
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
241
|
-
"@babel/helper-environment-visitor" "^7.
|
|
242
|
-
"@babel/helper-function-name" "^7.
|
|
243
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
|
244
|
-
"@babel/helper-optimise-call-expression" "^7.
|
|
245
|
-
"@babel/helper-replace-supers" "^7.24.
|
|
246
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
|
247
|
-
"@babel/helper-split-export-declaration" "^7.
|
|
236
|
+
"@babel/helper-create-class-features-plugin@^7.24.7":
|
|
237
|
+
version "7.24.7"
|
|
238
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
|
|
239
|
+
integrity sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==
|
|
240
|
+
dependencies:
|
|
241
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
242
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
243
|
+
"@babel/helper-function-name" "^7.24.7"
|
|
244
|
+
"@babel/helper-member-expression-to-functions" "^7.24.7"
|
|
245
|
+
"@babel/helper-optimise-call-expression" "^7.24.7"
|
|
246
|
+
"@babel/helper-replace-supers" "^7.24.7"
|
|
247
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
248
|
+
"@babel/helper-split-export-declaration" "^7.24.7"
|
|
248
249
|
semver "^6.3.1"
|
|
249
250
|
|
|
250
|
-
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.
|
|
251
|
-
version "7.
|
|
252
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
253
|
-
integrity sha512-
|
|
251
|
+
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7":
|
|
252
|
+
version "7.24.7"
|
|
253
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz#be4f435a80dc2b053c76eeb4b7d16dd22cfc89da"
|
|
254
|
+
integrity sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==
|
|
254
255
|
dependencies:
|
|
255
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
256
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
256
257
|
regexpu-core "^5.3.1"
|
|
257
258
|
semver "^6.3.1"
|
|
258
259
|
|
|
259
|
-
"@babel/helper-define-polyfill-provider@^0.6.1":
|
|
260
|
-
version "0.6.
|
|
261
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
262
|
-
integrity sha512-
|
|
260
|
+
"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
|
|
261
|
+
version "0.6.2"
|
|
262
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
|
|
263
|
+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
|
|
263
264
|
dependencies:
|
|
264
265
|
"@babel/helper-compilation-targets" "^7.22.6"
|
|
265
266
|
"@babel/helper-plugin-utils" "^7.22.5"
|
|
@@ -267,181 +268,187 @@
|
|
|
267
268
|
lodash.debounce "^4.0.8"
|
|
268
269
|
resolve "^1.14.2"
|
|
269
270
|
|
|
270
|
-
"@babel/helper-environment-visitor@^7.
|
|
271
|
-
version "7.
|
|
272
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.
|
|
273
|
-
integrity sha512-
|
|
274
|
-
|
|
275
|
-
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
|
|
276
|
-
version "7.23.0"
|
|
277
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
|
278
|
-
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
|
|
279
|
-
dependencies:
|
|
280
|
-
"@babel/template" "^7.22.15"
|
|
281
|
-
"@babel/types" "^7.23.0"
|
|
282
|
-
|
|
283
|
-
"@babel/helper-hoist-variables@^7.22.5":
|
|
284
|
-
version "7.22.5"
|
|
285
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
286
|
-
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
|
|
271
|
+
"@babel/helper-environment-visitor@^7.24.7":
|
|
272
|
+
version "7.24.7"
|
|
273
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
|
|
274
|
+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
|
|
287
275
|
dependencies:
|
|
288
|
-
"@babel/types" "^7.
|
|
276
|
+
"@babel/types" "^7.24.7"
|
|
289
277
|
|
|
290
|
-
"@babel/helper-
|
|
291
|
-
version "7.
|
|
292
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
293
|
-
integrity sha512-
|
|
278
|
+
"@babel/helper-function-name@^7.24.7":
|
|
279
|
+
version "7.24.7"
|
|
280
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
|
|
281
|
+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
|
|
294
282
|
dependencies:
|
|
295
|
-
"@babel/
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
283
|
+
"@babel/template" "^7.24.7"
|
|
284
|
+
"@babel/types" "^7.24.7"
|
|
285
|
+
|
|
286
|
+
"@babel/helper-hoist-variables@^7.24.7":
|
|
287
|
+
version "7.24.7"
|
|
288
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
|
|
289
|
+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
|
|
290
|
+
dependencies:
|
|
291
|
+
"@babel/types" "^7.24.7"
|
|
303
292
|
|
|
304
|
-
"@babel/helper-
|
|
305
|
-
version "7.
|
|
306
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
307
|
-
integrity sha512-
|
|
308
|
-
dependencies:
|
|
309
|
-
"@babel/
|
|
310
|
-
"@babel/
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
"@babel/helper-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"@babel/
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
"@babel/
|
|
351
|
-
|
|
352
|
-
"@babel/helper-
|
|
353
|
-
version "7.
|
|
354
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
355
|
-
integrity sha512-
|
|
356
|
-
dependencies:
|
|
357
|
-
"@babel/
|
|
358
|
-
|
|
359
|
-
"@babel/helper-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
"@babel/
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
"
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"@babel/
|
|
400
|
-
version "7.24.
|
|
401
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
402
|
-
integrity sha512-
|
|
403
|
-
dependencies:
|
|
404
|
-
"@babel/helper-
|
|
293
|
+
"@babel/helper-member-expression-to-functions@^7.24.7":
|
|
294
|
+
version "7.24.7"
|
|
295
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f"
|
|
296
|
+
integrity sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==
|
|
297
|
+
dependencies:
|
|
298
|
+
"@babel/traverse" "^7.24.7"
|
|
299
|
+
"@babel/types" "^7.24.7"
|
|
300
|
+
|
|
301
|
+
"@babel/helper-module-imports@^7.24.7":
|
|
302
|
+
version "7.24.7"
|
|
303
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
|
|
304
|
+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
|
|
305
|
+
dependencies:
|
|
306
|
+
"@babel/traverse" "^7.24.7"
|
|
307
|
+
"@babel/types" "^7.24.7"
|
|
308
|
+
|
|
309
|
+
"@babel/helper-module-transforms@^7.24.7":
|
|
310
|
+
version "7.24.7"
|
|
311
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
|
|
312
|
+
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
|
|
313
|
+
dependencies:
|
|
314
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
315
|
+
"@babel/helper-module-imports" "^7.24.7"
|
|
316
|
+
"@babel/helper-simple-access" "^7.24.7"
|
|
317
|
+
"@babel/helper-split-export-declaration" "^7.24.7"
|
|
318
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
319
|
+
|
|
320
|
+
"@babel/helper-optimise-call-expression@^7.24.7":
|
|
321
|
+
version "7.24.7"
|
|
322
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
|
|
323
|
+
integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==
|
|
324
|
+
dependencies:
|
|
325
|
+
"@babel/types" "^7.24.7"
|
|
326
|
+
|
|
327
|
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
328
|
+
version "7.24.7"
|
|
329
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
|
|
330
|
+
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
|
|
331
|
+
|
|
332
|
+
"@babel/helper-remap-async-to-generator@^7.24.7":
|
|
333
|
+
version "7.24.7"
|
|
334
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7"
|
|
335
|
+
integrity sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==
|
|
336
|
+
dependencies:
|
|
337
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
338
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
339
|
+
"@babel/helper-wrap-function" "^7.24.7"
|
|
340
|
+
|
|
341
|
+
"@babel/helper-replace-supers@^7.24.7":
|
|
342
|
+
version "7.24.7"
|
|
343
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz#f933b7eed81a1c0265740edc91491ce51250f765"
|
|
344
|
+
integrity sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==
|
|
345
|
+
dependencies:
|
|
346
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
347
|
+
"@babel/helper-member-expression-to-functions" "^7.24.7"
|
|
348
|
+
"@babel/helper-optimise-call-expression" "^7.24.7"
|
|
349
|
+
|
|
350
|
+
"@babel/helper-simple-access@^7.24.7":
|
|
351
|
+
version "7.24.7"
|
|
352
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
|
|
353
|
+
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
|
|
354
|
+
dependencies:
|
|
355
|
+
"@babel/traverse" "^7.24.7"
|
|
356
|
+
"@babel/types" "^7.24.7"
|
|
357
|
+
|
|
358
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
|
|
359
|
+
version "7.24.7"
|
|
360
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9"
|
|
361
|
+
integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==
|
|
362
|
+
dependencies:
|
|
363
|
+
"@babel/traverse" "^7.24.7"
|
|
364
|
+
"@babel/types" "^7.24.7"
|
|
365
|
+
|
|
366
|
+
"@babel/helper-split-export-declaration@^7.24.7":
|
|
367
|
+
version "7.24.7"
|
|
368
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
|
|
369
|
+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
|
|
370
|
+
dependencies:
|
|
371
|
+
"@babel/types" "^7.24.7"
|
|
372
|
+
|
|
373
|
+
"@babel/helper-string-parser@^7.24.7":
|
|
374
|
+
version "7.24.7"
|
|
375
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
|
|
376
|
+
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
|
377
|
+
|
|
378
|
+
"@babel/helper-validator-identifier@^7.24.7":
|
|
379
|
+
version "7.24.7"
|
|
380
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
381
|
+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
|
382
|
+
|
|
383
|
+
"@babel/helper-validator-option@^7.24.7":
|
|
384
|
+
version "7.24.7"
|
|
385
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
|
|
386
|
+
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
|
|
387
|
+
|
|
388
|
+
"@babel/helper-wrap-function@^7.24.7":
|
|
389
|
+
version "7.24.7"
|
|
390
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
|
|
391
|
+
integrity sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==
|
|
392
|
+
dependencies:
|
|
393
|
+
"@babel/helper-function-name" "^7.24.7"
|
|
394
|
+
"@babel/template" "^7.24.7"
|
|
395
|
+
"@babel/traverse" "^7.24.7"
|
|
396
|
+
"@babel/types" "^7.24.7"
|
|
397
|
+
|
|
398
|
+
"@babel/helpers@^7.24.7":
|
|
399
|
+
version "7.24.7"
|
|
400
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
|
|
401
|
+
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
|
|
402
|
+
dependencies:
|
|
403
|
+
"@babel/template" "^7.24.7"
|
|
404
|
+
"@babel/types" "^7.24.7"
|
|
405
|
+
|
|
406
|
+
"@babel/highlight@^7.24.7":
|
|
407
|
+
version "7.24.7"
|
|
408
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
|
|
409
|
+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
|
|
410
|
+
dependencies:
|
|
411
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
405
412
|
chalk "^2.4.2"
|
|
406
413
|
js-tokens "^4.0.0"
|
|
407
414
|
picocolors "^1.0.0"
|
|
408
415
|
|
|
409
|
-
"@babel/parser@^7.24.
|
|
410
|
-
version "7.24.
|
|
411
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.
|
|
412
|
-
integrity sha512-
|
|
416
|
+
"@babel/parser@^7.24.7":
|
|
417
|
+
version "7.24.7"
|
|
418
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
|
|
419
|
+
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
|
413
420
|
|
|
414
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.
|
|
415
|
-
version "7.24.
|
|
416
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.
|
|
417
|
-
integrity sha512-
|
|
421
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
|
|
422
|
+
version "7.24.7"
|
|
423
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
|
|
424
|
+
integrity sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==
|
|
418
425
|
dependencies:
|
|
419
|
-
"@babel/helper-environment-visitor" "^7.
|
|
420
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
426
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
427
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
421
428
|
|
|
422
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.
|
|
423
|
-
version "7.24.
|
|
424
|
-
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.24.
|
|
425
|
-
integrity sha512-
|
|
429
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.7":
|
|
430
|
+
version "7.24.7"
|
|
431
|
+
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.24.7.tgz#468096ca44bbcbe8fcc570574e12eb1950e18107"
|
|
432
|
+
integrity sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==
|
|
426
433
|
dependencies:
|
|
427
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
434
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
428
435
|
|
|
429
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.
|
|
430
|
-
version "7.24.
|
|
431
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.
|
|
432
|
-
integrity sha512
|
|
436
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7":
|
|
437
|
+
version "7.24.7"
|
|
438
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz#e4eabdd5109acc399b38d7999b2ef66fc2022f89"
|
|
439
|
+
integrity sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==
|
|
433
440
|
dependencies:
|
|
434
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
435
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
|
436
|
-
"@babel/plugin-transform-optional-chaining" "^7.24.
|
|
441
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
442
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
443
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.7"
|
|
437
444
|
|
|
438
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.
|
|
439
|
-
version "7.24.
|
|
440
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.
|
|
441
|
-
integrity sha512-
|
|
445
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.7":
|
|
446
|
+
version "7.24.7"
|
|
447
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz#71b21bb0286d5810e63a1538aa901c58e87375ec"
|
|
448
|
+
integrity sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==
|
|
442
449
|
dependencies:
|
|
443
|
-
"@babel/helper-environment-visitor" "^7.
|
|
444
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
450
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
451
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
445
452
|
|
|
446
453
|
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
|
447
454
|
version "7.21.0-placeholder-for-preset-env.2"
|
|
@@ -483,19 +490,19 @@
|
|
|
483
490
|
dependencies:
|
|
484
491
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
485
492
|
|
|
486
|
-
"@babel/plugin-syntax-import-assertions@^7.24.
|
|
487
|
-
version "7.24.
|
|
488
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.
|
|
489
|
-
integrity sha512-
|
|
493
|
+
"@babel/plugin-syntax-import-assertions@^7.24.7":
|
|
494
|
+
version "7.24.7"
|
|
495
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz#2a0b406b5871a20a841240586b1300ce2088a778"
|
|
496
|
+
integrity sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==
|
|
490
497
|
dependencies:
|
|
491
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
498
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
492
499
|
|
|
493
|
-
"@babel/plugin-syntax-import-attributes@^7.24.
|
|
494
|
-
version "7.24.
|
|
495
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.
|
|
496
|
-
integrity sha512-
|
|
500
|
+
"@babel/plugin-syntax-import-attributes@^7.24.7":
|
|
501
|
+
version "7.24.7"
|
|
502
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz#b4f9ea95a79e6912480c4b626739f86a076624ca"
|
|
503
|
+
integrity sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==
|
|
497
504
|
dependencies:
|
|
498
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
505
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
499
506
|
|
|
500
507
|
"@babel/plugin-syntax-import-meta@^7.10.4":
|
|
501
508
|
version "7.10.4"
|
|
@@ -511,12 +518,12 @@
|
|
|
511
518
|
dependencies:
|
|
512
519
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
513
520
|
|
|
514
|
-
"@babel/plugin-syntax-jsx@^7.
|
|
515
|
-
version "7.24.
|
|
516
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.
|
|
517
|
-
integrity sha512-
|
|
521
|
+
"@babel/plugin-syntax-jsx@^7.24.7":
|
|
522
|
+
version "7.24.7"
|
|
523
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz#39a1fa4a7e3d3d7f34e2acc6be585b718d30e02d"
|
|
524
|
+
integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
|
|
518
525
|
dependencies:
|
|
519
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
526
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
520
527
|
|
|
521
528
|
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
|
|
522
529
|
version "7.10.4"
|
|
@@ -574,12 +581,12 @@
|
|
|
574
581
|
dependencies:
|
|
575
582
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
576
583
|
|
|
577
|
-
"@babel/plugin-syntax-typescript@^7.24.
|
|
578
|
-
version "7.24.
|
|
579
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.
|
|
580
|
-
integrity sha512-
|
|
584
|
+
"@babel/plugin-syntax-typescript@^7.24.7":
|
|
585
|
+
version "7.24.7"
|
|
586
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz#58d458271b4d3b6bb27ee6ac9525acbb259bad1c"
|
|
587
|
+
integrity sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==
|
|
581
588
|
dependencies:
|
|
582
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
589
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
583
590
|
|
|
584
591
|
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
|
|
585
592
|
version "7.18.6"
|
|
@@ -589,476 +596,476 @@
|
|
|
589
596
|
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
|
590
597
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
591
598
|
|
|
592
|
-
"@babel/plugin-transform-arrow-functions@^7.24.
|
|
593
|
-
version "7.24.
|
|
594
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.
|
|
595
|
-
integrity sha512-
|
|
599
|
+
"@babel/plugin-transform-arrow-functions@^7.24.7":
|
|
600
|
+
version "7.24.7"
|
|
601
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz#4f6886c11e423bd69f3ce51dbf42424a5f275514"
|
|
602
|
+
integrity sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==
|
|
596
603
|
dependencies:
|
|
597
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
604
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
598
605
|
|
|
599
|
-
"@babel/plugin-transform-async-generator-functions@^7.24.
|
|
600
|
-
version "7.24.
|
|
601
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.
|
|
602
|
-
integrity sha512-
|
|
606
|
+
"@babel/plugin-transform-async-generator-functions@^7.24.7":
|
|
607
|
+
version "7.24.7"
|
|
608
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz#7330a5c50e05181ca52351b8fd01642000c96cfd"
|
|
609
|
+
integrity sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==
|
|
603
610
|
dependencies:
|
|
604
|
-
"@babel/helper-environment-visitor" "^7.
|
|
605
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
606
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
|
611
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
612
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
613
|
+
"@babel/helper-remap-async-to-generator" "^7.24.7"
|
|
607
614
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
608
615
|
|
|
609
|
-
"@babel/plugin-transform-async-to-generator@^7.24.
|
|
610
|
-
version "7.24.
|
|
611
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.
|
|
612
|
-
integrity sha512-
|
|
616
|
+
"@babel/plugin-transform-async-to-generator@^7.24.7":
|
|
617
|
+
version "7.24.7"
|
|
618
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz#72a3af6c451d575842a7e9b5a02863414355bdcc"
|
|
619
|
+
integrity sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==
|
|
613
620
|
dependencies:
|
|
614
|
-
"@babel/helper-module-imports" "^7.24.
|
|
615
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
616
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
|
621
|
+
"@babel/helper-module-imports" "^7.24.7"
|
|
622
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
623
|
+
"@babel/helper-remap-async-to-generator" "^7.24.7"
|
|
617
624
|
|
|
618
|
-
"@babel/plugin-transform-block-scoped-functions@^7.24.
|
|
619
|
-
version "7.24.
|
|
620
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.
|
|
621
|
-
integrity sha512-
|
|
625
|
+
"@babel/plugin-transform-block-scoped-functions@^7.24.7":
|
|
626
|
+
version "7.24.7"
|
|
627
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f"
|
|
628
|
+
integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==
|
|
622
629
|
dependencies:
|
|
623
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
630
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
624
631
|
|
|
625
|
-
"@babel/plugin-transform-block-scoping@^7.24.
|
|
626
|
-
version "7.24.
|
|
627
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.
|
|
628
|
-
integrity sha512-
|
|
632
|
+
"@babel/plugin-transform-block-scoping@^7.24.7":
|
|
633
|
+
version "7.24.7"
|
|
634
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz#42063e4deb850c7bd7c55e626bf4e7ab48e6ce02"
|
|
635
|
+
integrity sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==
|
|
629
636
|
dependencies:
|
|
630
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
637
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
631
638
|
|
|
632
|
-
"@babel/plugin-transform-class-properties@^7.24.
|
|
633
|
-
version "7.24.
|
|
634
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.
|
|
635
|
-
integrity sha512-
|
|
639
|
+
"@babel/plugin-transform-class-properties@^7.24.7":
|
|
640
|
+
version "7.24.7"
|
|
641
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
|
|
642
|
+
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
|
|
636
643
|
dependencies:
|
|
637
|
-
"@babel/helper-create-class-features-plugin" "^7.24.
|
|
638
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
644
|
+
"@babel/helper-create-class-features-plugin" "^7.24.7"
|
|
645
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
639
646
|
|
|
640
|
-
"@babel/plugin-transform-class-static-block@^7.24.
|
|
641
|
-
version "7.24.
|
|
642
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.
|
|
643
|
-
integrity sha512-
|
|
647
|
+
"@babel/plugin-transform-class-static-block@^7.24.7":
|
|
648
|
+
version "7.24.7"
|
|
649
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz#c82027ebb7010bc33c116d4b5044fbbf8c05484d"
|
|
650
|
+
integrity sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==
|
|
644
651
|
dependencies:
|
|
645
|
-
"@babel/helper-create-class-features-plugin" "^7.24.
|
|
646
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
652
|
+
"@babel/helper-create-class-features-plugin" "^7.24.7"
|
|
653
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
647
654
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
648
655
|
|
|
649
|
-
"@babel/plugin-transform-classes@^7.24.
|
|
650
|
-
version "7.24.
|
|
651
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.
|
|
652
|
-
integrity sha512-
|
|
653
|
-
dependencies:
|
|
654
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
655
|
-
"@babel/helper-compilation-targets" "^7.
|
|
656
|
-
"@babel/helper-environment-visitor" "^7.
|
|
657
|
-
"@babel/helper-function-name" "^7.
|
|
658
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
659
|
-
"@babel/helper-replace-supers" "^7.24.
|
|
660
|
-
"@babel/helper-split-export-declaration" "^7.
|
|
656
|
+
"@babel/plugin-transform-classes@^7.24.7":
|
|
657
|
+
version "7.24.7"
|
|
658
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
|
|
659
|
+
integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
|
|
660
|
+
dependencies:
|
|
661
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
662
|
+
"@babel/helper-compilation-targets" "^7.24.7"
|
|
663
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
664
|
+
"@babel/helper-function-name" "^7.24.7"
|
|
665
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
666
|
+
"@babel/helper-replace-supers" "^7.24.7"
|
|
667
|
+
"@babel/helper-split-export-declaration" "^7.24.7"
|
|
661
668
|
globals "^11.1.0"
|
|
662
669
|
|
|
663
|
-
"@babel/plugin-transform-computed-properties@^7.24.
|
|
664
|
-
version "7.24.
|
|
665
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.
|
|
666
|
-
integrity sha512-
|
|
670
|
+
"@babel/plugin-transform-computed-properties@^7.24.7":
|
|
671
|
+
version "7.24.7"
|
|
672
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz#4cab3214e80bc71fae3853238d13d097b004c707"
|
|
673
|
+
integrity sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==
|
|
667
674
|
dependencies:
|
|
668
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
669
|
-
"@babel/template" "^7.24.
|
|
675
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
676
|
+
"@babel/template" "^7.24.7"
|
|
670
677
|
|
|
671
|
-
"@babel/plugin-transform-destructuring@^7.24.
|
|
672
|
-
version "7.24.
|
|
673
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.
|
|
674
|
-
integrity sha512-
|
|
678
|
+
"@babel/plugin-transform-destructuring@^7.24.7":
|
|
679
|
+
version "7.24.7"
|
|
680
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz#a097f25292defb6e6cc16d6333a4cfc1e3c72d9e"
|
|
681
|
+
integrity sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==
|
|
675
682
|
dependencies:
|
|
676
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
683
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
677
684
|
|
|
678
|
-
"@babel/plugin-transform-dotall-regex@^7.24.
|
|
679
|
-
version "7.24.
|
|
680
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.
|
|
681
|
-
integrity sha512-
|
|
685
|
+
"@babel/plugin-transform-dotall-regex@^7.24.7":
|
|
686
|
+
version "7.24.7"
|
|
687
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz#5f8bf8a680f2116a7207e16288a5f974ad47a7a0"
|
|
688
|
+
integrity sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==
|
|
682
689
|
dependencies:
|
|
683
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
684
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
690
|
+
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
|
691
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
685
692
|
|
|
686
|
-
"@babel/plugin-transform-duplicate-keys@^7.24.
|
|
687
|
-
version "7.24.
|
|
688
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.
|
|
689
|
-
integrity sha512-
|
|
693
|
+
"@babel/plugin-transform-duplicate-keys@^7.24.7":
|
|
694
|
+
version "7.24.7"
|
|
695
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz#dd20102897c9a2324e5adfffb67ff3610359a8ee"
|
|
696
|
+
integrity sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==
|
|
690
697
|
dependencies:
|
|
691
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
698
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
692
699
|
|
|
693
|
-
"@babel/plugin-transform-dynamic-import@^7.24.
|
|
694
|
-
version "7.24.
|
|
695
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.
|
|
696
|
-
integrity sha512-
|
|
700
|
+
"@babel/plugin-transform-dynamic-import@^7.24.7":
|
|
701
|
+
version "7.24.7"
|
|
702
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4"
|
|
703
|
+
integrity sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==
|
|
697
704
|
dependencies:
|
|
698
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
705
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
699
706
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
700
707
|
|
|
701
|
-
"@babel/plugin-transform-exponentiation-operator@^7.24.
|
|
702
|
-
version "7.24.
|
|
703
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.
|
|
704
|
-
integrity sha512-
|
|
708
|
+
"@babel/plugin-transform-exponentiation-operator@^7.24.7":
|
|
709
|
+
version "7.24.7"
|
|
710
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d"
|
|
711
|
+
integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==
|
|
705
712
|
dependencies:
|
|
706
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.
|
|
707
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
713
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7"
|
|
714
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
708
715
|
|
|
709
|
-
"@babel/plugin-transform-export-namespace-from@^7.24.
|
|
710
|
-
version "7.24.
|
|
711
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.
|
|
712
|
-
integrity sha512-
|
|
716
|
+
"@babel/plugin-transform-export-namespace-from@^7.24.7":
|
|
717
|
+
version "7.24.7"
|
|
718
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197"
|
|
719
|
+
integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==
|
|
713
720
|
dependencies:
|
|
714
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
721
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
715
722
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
716
723
|
|
|
717
|
-
"@babel/plugin-transform-for-of@^7.24.
|
|
718
|
-
version "7.24.
|
|
719
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.
|
|
720
|
-
integrity sha512-
|
|
724
|
+
"@babel/plugin-transform-for-of@^7.24.7":
|
|
725
|
+
version "7.24.7"
|
|
726
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70"
|
|
727
|
+
integrity sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==
|
|
721
728
|
dependencies:
|
|
722
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
723
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
|
729
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
730
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
724
731
|
|
|
725
|
-
"@babel/plugin-transform-function-name@^7.24.
|
|
726
|
-
version "7.24.
|
|
727
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.
|
|
728
|
-
integrity sha512-
|
|
732
|
+
"@babel/plugin-transform-function-name@^7.24.7":
|
|
733
|
+
version "7.24.7"
|
|
734
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz#6d8601fbffe665c894440ab4470bc721dd9131d6"
|
|
735
|
+
integrity sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==
|
|
729
736
|
dependencies:
|
|
730
|
-
"@babel/helper-compilation-targets" "^7.
|
|
731
|
-
"@babel/helper-function-name" "^7.
|
|
732
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
737
|
+
"@babel/helper-compilation-targets" "^7.24.7"
|
|
738
|
+
"@babel/helper-function-name" "^7.24.7"
|
|
739
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
733
740
|
|
|
734
|
-
"@babel/plugin-transform-json-strings@^7.24.
|
|
735
|
-
version "7.24.
|
|
736
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.
|
|
737
|
-
integrity sha512-
|
|
741
|
+
"@babel/plugin-transform-json-strings@^7.24.7":
|
|
742
|
+
version "7.24.7"
|
|
743
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz#f3e9c37c0a373fee86e36880d45b3664cedaf73a"
|
|
744
|
+
integrity sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==
|
|
738
745
|
dependencies:
|
|
739
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
746
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
740
747
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
741
748
|
|
|
742
|
-
"@babel/plugin-transform-literals@^7.24.
|
|
743
|
-
version "7.24.
|
|
744
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.
|
|
745
|
-
integrity sha512-
|
|
749
|
+
"@babel/plugin-transform-literals@^7.24.7":
|
|
750
|
+
version "7.24.7"
|
|
751
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
|
|
752
|
+
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
|
|
746
753
|
dependencies:
|
|
747
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
754
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
748
755
|
|
|
749
|
-
"@babel/plugin-transform-logical-assignment-operators@^7.24.
|
|
750
|
-
version "7.24.
|
|
751
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.
|
|
752
|
-
integrity sha512-
|
|
756
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
|
|
757
|
+
version "7.24.7"
|
|
758
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz#a58fb6eda16c9dc8f9ff1c7b1ba6deb7f4694cb0"
|
|
759
|
+
integrity sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==
|
|
753
760
|
dependencies:
|
|
754
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
761
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
755
762
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
756
763
|
|
|
757
|
-
"@babel/plugin-transform-member-expression-literals@^7.24.
|
|
758
|
-
version "7.24.
|
|
759
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.
|
|
760
|
-
integrity sha512-
|
|
764
|
+
"@babel/plugin-transform-member-expression-literals@^7.24.7":
|
|
765
|
+
version "7.24.7"
|
|
766
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz#3b4454fb0e302e18ba4945ba3246acb1248315df"
|
|
767
|
+
integrity sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==
|
|
761
768
|
dependencies:
|
|
762
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
769
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
763
770
|
|
|
764
|
-
"@babel/plugin-transform-modules-amd@^7.24.
|
|
765
|
-
version "7.24.
|
|
766
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.
|
|
767
|
-
integrity sha512-
|
|
771
|
+
"@babel/plugin-transform-modules-amd@^7.24.7":
|
|
772
|
+
version "7.24.7"
|
|
773
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz#65090ed493c4a834976a3ca1cde776e6ccff32d7"
|
|
774
|
+
integrity sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==
|
|
768
775
|
dependencies:
|
|
769
|
-
"@babel/helper-module-transforms" "^7.
|
|
770
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
776
|
+
"@babel/helper-module-transforms" "^7.24.7"
|
|
777
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
771
778
|
|
|
772
|
-
"@babel/plugin-transform-modules-commonjs@^7.24.
|
|
773
|
-
version "7.24.
|
|
774
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.
|
|
775
|
-
integrity sha512-
|
|
779
|
+
"@babel/plugin-transform-modules-commonjs@^7.24.7":
|
|
780
|
+
version "7.24.7"
|
|
781
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab"
|
|
782
|
+
integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==
|
|
776
783
|
dependencies:
|
|
777
|
-
"@babel/helper-module-transforms" "^7.
|
|
778
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
779
|
-
"@babel/helper-simple-access" "^7.
|
|
784
|
+
"@babel/helper-module-transforms" "^7.24.7"
|
|
785
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
786
|
+
"@babel/helper-simple-access" "^7.24.7"
|
|
780
787
|
|
|
781
|
-
"@babel/plugin-transform-modules-systemjs@^7.24.
|
|
782
|
-
version "7.24.
|
|
783
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.
|
|
784
|
-
integrity sha512-
|
|
788
|
+
"@babel/plugin-transform-modules-systemjs@^7.24.7":
|
|
789
|
+
version "7.24.7"
|
|
790
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz#f8012316c5098f6e8dee6ecd58e2bc6f003d0ce7"
|
|
791
|
+
integrity sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==
|
|
785
792
|
dependencies:
|
|
786
|
-
"@babel/helper-hoist-variables" "^7.
|
|
787
|
-
"@babel/helper-module-transforms" "^7.
|
|
788
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
789
|
-
"@babel/helper-validator-identifier" "^7.
|
|
793
|
+
"@babel/helper-hoist-variables" "^7.24.7"
|
|
794
|
+
"@babel/helper-module-transforms" "^7.24.7"
|
|
795
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
796
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
790
797
|
|
|
791
|
-
"@babel/plugin-transform-modules-umd@^7.24.
|
|
792
|
-
version "7.24.
|
|
793
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.
|
|
794
|
-
integrity sha512-
|
|
798
|
+
"@babel/plugin-transform-modules-umd@^7.24.7":
|
|
799
|
+
version "7.24.7"
|
|
800
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
|
|
801
|
+
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
|
|
795
802
|
dependencies:
|
|
796
|
-
"@babel/helper-module-transforms" "^7.
|
|
797
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
803
|
+
"@babel/helper-module-transforms" "^7.24.7"
|
|
804
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
798
805
|
|
|
799
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.
|
|
800
|
-
version "7.
|
|
801
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
|
802
|
-
integrity sha512
|
|
806
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7":
|
|
807
|
+
version "7.24.7"
|
|
808
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923"
|
|
809
|
+
integrity sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==
|
|
803
810
|
dependencies:
|
|
804
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
805
|
-
"@babel/helper-plugin-utils" "^7.
|
|
811
|
+
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
|
812
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
806
813
|
|
|
807
|
-
"@babel/plugin-transform-new-target@^7.24.
|
|
808
|
-
version "7.24.
|
|
809
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.
|
|
810
|
-
integrity sha512
|
|
814
|
+
"@babel/plugin-transform-new-target@^7.24.7":
|
|
815
|
+
version "7.24.7"
|
|
816
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz#31ff54c4e0555cc549d5816e4ab39241dfb6ab00"
|
|
817
|
+
integrity sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==
|
|
811
818
|
dependencies:
|
|
812
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
819
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
813
820
|
|
|
814
|
-
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.
|
|
815
|
-
version "7.24.
|
|
816
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.
|
|
817
|
-
integrity sha512-
|
|
821
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
|
|
822
|
+
version "7.24.7"
|
|
823
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz#1de4534c590af9596f53d67f52a92f12db984120"
|
|
824
|
+
integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==
|
|
818
825
|
dependencies:
|
|
819
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
826
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
820
827
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
|
821
828
|
|
|
822
|
-
"@babel/plugin-transform-numeric-separator@^7.24.
|
|
823
|
-
version "7.24.
|
|
824
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.
|
|
825
|
-
integrity sha512-
|
|
829
|
+
"@babel/plugin-transform-numeric-separator@^7.24.7":
|
|
830
|
+
version "7.24.7"
|
|
831
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63"
|
|
832
|
+
integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==
|
|
826
833
|
dependencies:
|
|
827
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
834
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
828
835
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
829
836
|
|
|
830
|
-
"@babel/plugin-transform-object-rest-spread@^7.24.
|
|
831
|
-
version "7.24.
|
|
832
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.
|
|
833
|
-
integrity sha512-
|
|
837
|
+
"@babel/plugin-transform-object-rest-spread@^7.24.7":
|
|
838
|
+
version "7.24.7"
|
|
839
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6"
|
|
840
|
+
integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==
|
|
834
841
|
dependencies:
|
|
835
|
-
"@babel/helper-compilation-targets" "^7.
|
|
836
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
842
|
+
"@babel/helper-compilation-targets" "^7.24.7"
|
|
843
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
837
844
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
838
|
-
"@babel/plugin-transform-parameters" "^7.24.
|
|
845
|
+
"@babel/plugin-transform-parameters" "^7.24.7"
|
|
839
846
|
|
|
840
|
-
"@babel/plugin-transform-object-super@^7.24.
|
|
841
|
-
version "7.24.
|
|
842
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.
|
|
843
|
-
integrity sha512-
|
|
847
|
+
"@babel/plugin-transform-object-super@^7.24.7":
|
|
848
|
+
version "7.24.7"
|
|
849
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz#66eeaff7830bba945dd8989b632a40c04ed625be"
|
|
850
|
+
integrity sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==
|
|
844
851
|
dependencies:
|
|
845
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
846
|
-
"@babel/helper-replace-supers" "^7.24.
|
|
852
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
853
|
+
"@babel/helper-replace-supers" "^7.24.7"
|
|
847
854
|
|
|
848
|
-
"@babel/plugin-transform-optional-catch-binding@^7.24.
|
|
849
|
-
version "7.24.
|
|
850
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.
|
|
851
|
-
integrity sha512-
|
|
855
|
+
"@babel/plugin-transform-optional-catch-binding@^7.24.7":
|
|
856
|
+
version "7.24.7"
|
|
857
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz#00eabd883d0dd6a60c1c557548785919b6e717b4"
|
|
858
|
+
integrity sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==
|
|
852
859
|
dependencies:
|
|
853
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
860
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
854
861
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
|
855
862
|
|
|
856
|
-
"@babel/plugin-transform-optional-chaining@^7.24.
|
|
857
|
-
version "7.24.
|
|
858
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.
|
|
859
|
-
integrity sha512-
|
|
863
|
+
"@babel/plugin-transform-optional-chaining@^7.24.7":
|
|
864
|
+
version "7.24.7"
|
|
865
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz#b8f6848a80cf2da98a8a204429bec04756c6d454"
|
|
866
|
+
integrity sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==
|
|
860
867
|
dependencies:
|
|
861
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
862
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
|
868
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
869
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
863
870
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
|
864
871
|
|
|
865
|
-
"@babel/plugin-transform-parameters@^7.24.
|
|
866
|
-
version "7.24.
|
|
867
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.
|
|
868
|
-
integrity sha512-
|
|
872
|
+
"@babel/plugin-transform-parameters@^7.24.7":
|
|
873
|
+
version "7.24.7"
|
|
874
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68"
|
|
875
|
+
integrity sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==
|
|
869
876
|
dependencies:
|
|
870
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
877
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
871
878
|
|
|
872
|
-
"@babel/plugin-transform-private-methods@^7.24.
|
|
873
|
-
version "7.24.
|
|
874
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.
|
|
875
|
-
integrity sha512-
|
|
879
|
+
"@babel/plugin-transform-private-methods@^7.24.7":
|
|
880
|
+
version "7.24.7"
|
|
881
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
|
|
882
|
+
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
|
|
876
883
|
dependencies:
|
|
877
|
-
"@babel/helper-create-class-features-plugin" "^7.24.
|
|
878
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
884
|
+
"@babel/helper-create-class-features-plugin" "^7.24.7"
|
|
885
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
879
886
|
|
|
880
|
-
"@babel/plugin-transform-private-property-in-object@^7.24.
|
|
881
|
-
version "7.24.
|
|
882
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.
|
|
883
|
-
integrity sha512-
|
|
887
|
+
"@babel/plugin-transform-private-property-in-object@^7.24.7":
|
|
888
|
+
version "7.24.7"
|
|
889
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061"
|
|
890
|
+
integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==
|
|
884
891
|
dependencies:
|
|
885
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
886
|
-
"@babel/helper-create-class-features-plugin" "^7.24.
|
|
887
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
892
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
893
|
+
"@babel/helper-create-class-features-plugin" "^7.24.7"
|
|
894
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
888
895
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
889
896
|
|
|
890
|
-
"@babel/plugin-transform-property-literals@^7.24.
|
|
891
|
-
version "7.24.
|
|
892
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.
|
|
893
|
-
integrity sha512-
|
|
897
|
+
"@babel/plugin-transform-property-literals@^7.24.7":
|
|
898
|
+
version "7.24.7"
|
|
899
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz#f0d2ed8380dfbed949c42d4d790266525d63bbdc"
|
|
900
|
+
integrity sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==
|
|
894
901
|
dependencies:
|
|
895
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
902
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
896
903
|
|
|
897
|
-
"@babel/plugin-transform-react-constant-elements@^7.
|
|
898
|
-
version "7.24.
|
|
899
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.
|
|
900
|
-
integrity sha512-
|
|
904
|
+
"@babel/plugin-transform-react-constant-elements@^7.21.3":
|
|
905
|
+
version "7.24.7"
|
|
906
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.7.tgz#b85e8f240b14400277f106c9c9b585d9acf608a1"
|
|
907
|
+
integrity sha512-7LidzZfUXyfZ8/buRW6qIIHBY8wAZ1OrY9c/wTr8YhZ6vMPo+Uc/CVFLYY1spZrEQlD4w5u8wjqk5NQ3OVqQKA==
|
|
901
908
|
dependencies:
|
|
902
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
909
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
903
910
|
|
|
904
|
-
"@babel/plugin-transform-react-display-name@^7.24.
|
|
905
|
-
version "7.24.
|
|
906
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.
|
|
907
|
-
integrity sha512-
|
|
911
|
+
"@babel/plugin-transform-react-display-name@^7.24.7":
|
|
912
|
+
version "7.24.7"
|
|
913
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz#9caff79836803bc666bcfe210aeb6626230c293b"
|
|
914
|
+
integrity sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==
|
|
908
915
|
dependencies:
|
|
909
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
916
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
910
917
|
|
|
911
|
-
"@babel/plugin-transform-react-jsx-development@^7.
|
|
912
|
-
version "7.
|
|
913
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.
|
|
914
|
-
integrity sha512-
|
|
918
|
+
"@babel/plugin-transform-react-jsx-development@^7.24.7":
|
|
919
|
+
version "7.24.7"
|
|
920
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz#eaee12f15a93f6496d852509a850085e6361470b"
|
|
921
|
+
integrity sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==
|
|
915
922
|
dependencies:
|
|
916
|
-
"@babel/plugin-transform-react-jsx" "^7.
|
|
923
|
+
"@babel/plugin-transform-react-jsx" "^7.24.7"
|
|
917
924
|
|
|
918
|
-
"@babel/plugin-transform-react-jsx@^7.
|
|
919
|
-
version "7.
|
|
920
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
|
921
|
-
integrity sha512
|
|
925
|
+
"@babel/plugin-transform-react-jsx@^7.24.7":
|
|
926
|
+
version "7.24.7"
|
|
927
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz#17cd06b75a9f0e2bd076503400e7c4b99beedac4"
|
|
928
|
+
integrity sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==
|
|
922
929
|
dependencies:
|
|
923
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
924
|
-
"@babel/helper-module-imports" "^7.
|
|
925
|
-
"@babel/helper-plugin-utils" "^7.
|
|
926
|
-
"@babel/plugin-syntax-jsx" "^7.
|
|
927
|
-
"@babel/types" "^7.
|
|
930
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
931
|
+
"@babel/helper-module-imports" "^7.24.7"
|
|
932
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
933
|
+
"@babel/plugin-syntax-jsx" "^7.24.7"
|
|
934
|
+
"@babel/types" "^7.24.7"
|
|
928
935
|
|
|
929
|
-
"@babel/plugin-transform-react-pure-annotations@^7.24.
|
|
930
|
-
version "7.24.
|
|
931
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.
|
|
932
|
-
integrity sha512
|
|
936
|
+
"@babel/plugin-transform-react-pure-annotations@^7.24.7":
|
|
937
|
+
version "7.24.7"
|
|
938
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz#bdd9d140d1c318b4f28b29a00fb94f97ecab1595"
|
|
939
|
+
integrity sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==
|
|
933
940
|
dependencies:
|
|
934
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
935
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
941
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
942
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
936
943
|
|
|
937
|
-
"@babel/plugin-transform-regenerator@^7.24.
|
|
938
|
-
version "7.24.
|
|
939
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.
|
|
940
|
-
integrity sha512-
|
|
944
|
+
"@babel/plugin-transform-regenerator@^7.24.7":
|
|
945
|
+
version "7.24.7"
|
|
946
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz#021562de4534d8b4b1851759fd7af4e05d2c47f8"
|
|
947
|
+
integrity sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==
|
|
941
948
|
dependencies:
|
|
942
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
949
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
943
950
|
regenerator-transform "^0.15.2"
|
|
944
951
|
|
|
945
|
-
"@babel/plugin-transform-reserved-words@^7.24.
|
|
946
|
-
version "7.24.
|
|
947
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.
|
|
948
|
-
integrity sha512-
|
|
952
|
+
"@babel/plugin-transform-reserved-words@^7.24.7":
|
|
953
|
+
version "7.24.7"
|
|
954
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz#80037fe4fbf031fc1125022178ff3938bb3743a4"
|
|
955
|
+
integrity sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==
|
|
949
956
|
dependencies:
|
|
950
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
957
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
951
958
|
|
|
952
959
|
"@babel/plugin-transform-runtime@^7.22.9":
|
|
953
|
-
version "7.24.
|
|
954
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.
|
|
955
|
-
integrity sha512-
|
|
960
|
+
version "7.24.7"
|
|
961
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz#00a5bfaf8c43cf5c8703a8a6e82b59d9c58f38ca"
|
|
962
|
+
integrity sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==
|
|
956
963
|
dependencies:
|
|
957
|
-
"@babel/helper-module-imports" "^7.24.
|
|
958
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
964
|
+
"@babel/helper-module-imports" "^7.24.7"
|
|
965
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
959
966
|
babel-plugin-polyfill-corejs2 "^0.4.10"
|
|
960
967
|
babel-plugin-polyfill-corejs3 "^0.10.1"
|
|
961
968
|
babel-plugin-polyfill-regenerator "^0.6.1"
|
|
962
969
|
semver "^6.3.1"
|
|
963
970
|
|
|
964
|
-
"@babel/plugin-transform-shorthand-properties@^7.24.
|
|
965
|
-
version "7.24.
|
|
966
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.
|
|
967
|
-
integrity sha512-
|
|
971
|
+
"@babel/plugin-transform-shorthand-properties@^7.24.7":
|
|
972
|
+
version "7.24.7"
|
|
973
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73"
|
|
974
|
+
integrity sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==
|
|
968
975
|
dependencies:
|
|
969
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
976
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
970
977
|
|
|
971
|
-
"@babel/plugin-transform-spread@^7.24.
|
|
972
|
-
version "7.24.
|
|
973
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.
|
|
974
|
-
integrity sha512-
|
|
978
|
+
"@babel/plugin-transform-spread@^7.24.7":
|
|
979
|
+
version "7.24.7"
|
|
980
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz#e8a38c0fde7882e0fb8f160378f74bd885cc7bb3"
|
|
981
|
+
integrity sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==
|
|
975
982
|
dependencies:
|
|
976
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
977
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
|
983
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
984
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
|
|
978
985
|
|
|
979
|
-
"@babel/plugin-transform-sticky-regex@^7.24.
|
|
980
|
-
version "7.24.
|
|
981
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.
|
|
982
|
-
integrity sha512-
|
|
986
|
+
"@babel/plugin-transform-sticky-regex@^7.24.7":
|
|
987
|
+
version "7.24.7"
|
|
988
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz#96ae80d7a7e5251f657b5cf18f1ea6bf926f5feb"
|
|
989
|
+
integrity sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==
|
|
983
990
|
dependencies:
|
|
984
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
991
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
985
992
|
|
|
986
|
-
"@babel/plugin-transform-template-literals@^7.24.
|
|
987
|
-
version "7.24.
|
|
988
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.
|
|
989
|
-
integrity sha512-
|
|
993
|
+
"@babel/plugin-transform-template-literals@^7.24.7":
|
|
994
|
+
version "7.24.7"
|
|
995
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz#a05debb4a9072ae8f985bcf77f3f215434c8f8c8"
|
|
996
|
+
integrity sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==
|
|
990
997
|
dependencies:
|
|
991
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
998
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
992
999
|
|
|
993
|
-
"@babel/plugin-transform-typeof-symbol@^7.24.
|
|
994
|
-
version "7.24.
|
|
995
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.
|
|
996
|
-
integrity sha512-
|
|
1000
|
+
"@babel/plugin-transform-typeof-symbol@^7.24.7":
|
|
1001
|
+
version "7.24.7"
|
|
1002
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz#f074be466580d47d6e6b27473a840c9f9ca08fb0"
|
|
1003
|
+
integrity sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==
|
|
997
1004
|
dependencies:
|
|
998
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1005
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
999
1006
|
|
|
1000
|
-
"@babel/plugin-transform-typescript@^7.24.
|
|
1001
|
-
version "7.24.
|
|
1002
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.
|
|
1003
|
-
integrity sha512-
|
|
1007
|
+
"@babel/plugin-transform-typescript@^7.24.7":
|
|
1008
|
+
version "7.24.7"
|
|
1009
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz#b006b3e0094bf0813d505e0c5485679eeaf4a881"
|
|
1010
|
+
integrity sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==
|
|
1004
1011
|
dependencies:
|
|
1005
|
-
"@babel/helper-annotate-as-pure" "^7.
|
|
1006
|
-
"@babel/helper-create-class-features-plugin" "^7.24.
|
|
1007
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1008
|
-
"@babel/plugin-syntax-typescript" "^7.24.
|
|
1012
|
+
"@babel/helper-annotate-as-pure" "^7.24.7"
|
|
1013
|
+
"@babel/helper-create-class-features-plugin" "^7.24.7"
|
|
1014
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1015
|
+
"@babel/plugin-syntax-typescript" "^7.24.7"
|
|
1009
1016
|
|
|
1010
|
-
"@babel/plugin-transform-unicode-escapes@^7.24.
|
|
1011
|
-
version "7.24.
|
|
1012
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.
|
|
1013
|
-
integrity sha512-
|
|
1017
|
+
"@babel/plugin-transform-unicode-escapes@^7.24.7":
|
|
1018
|
+
version "7.24.7"
|
|
1019
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e"
|
|
1020
|
+
integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==
|
|
1014
1021
|
dependencies:
|
|
1015
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1022
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1016
1023
|
|
|
1017
|
-
"@babel/plugin-transform-unicode-property-regex@^7.24.
|
|
1018
|
-
version "7.24.
|
|
1019
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.
|
|
1020
|
-
integrity sha512-
|
|
1024
|
+
"@babel/plugin-transform-unicode-property-regex@^7.24.7":
|
|
1025
|
+
version "7.24.7"
|
|
1026
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd"
|
|
1027
|
+
integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==
|
|
1021
1028
|
dependencies:
|
|
1022
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
1023
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1029
|
+
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
|
1030
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1024
1031
|
|
|
1025
|
-
"@babel/plugin-transform-unicode-regex@^7.24.
|
|
1026
|
-
version "7.24.
|
|
1027
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.
|
|
1028
|
-
integrity sha512-
|
|
1032
|
+
"@babel/plugin-transform-unicode-regex@^7.24.7":
|
|
1033
|
+
version "7.24.7"
|
|
1034
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f"
|
|
1035
|
+
integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==
|
|
1029
1036
|
dependencies:
|
|
1030
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
1031
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1037
|
+
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
|
1038
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1032
1039
|
|
|
1033
|
-
"@babel/plugin-transform-unicode-sets-regex@^7.24.
|
|
1034
|
-
version "7.24.
|
|
1035
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.
|
|
1036
|
-
integrity sha512-
|
|
1040
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
|
|
1041
|
+
version "7.24.7"
|
|
1042
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
|
|
1043
|
+
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
|
|
1037
1044
|
dependencies:
|
|
1038
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
1039
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1045
|
+
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
|
|
1046
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1040
1047
|
|
|
1041
|
-
"@babel/preset-env@^7.
|
|
1042
|
-
version "7.24.
|
|
1043
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.
|
|
1044
|
-
integrity sha512-
|
|
1048
|
+
"@babel/preset-env@^7.20.2", "@babel/preset-env@^7.22.9":
|
|
1049
|
+
version "7.24.7"
|
|
1050
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37"
|
|
1051
|
+
integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==
|
|
1045
1052
|
dependencies:
|
|
1046
|
-
"@babel/compat-data" "^7.24.
|
|
1047
|
-
"@babel/helper-compilation-targets" "^7.
|
|
1048
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1049
|
-
"@babel/helper-validator-option" "^7.
|
|
1050
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.
|
|
1051
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.
|
|
1052
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.
|
|
1053
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.
|
|
1053
|
+
"@babel/compat-data" "^7.24.7"
|
|
1054
|
+
"@babel/helper-compilation-targets" "^7.24.7"
|
|
1055
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1056
|
+
"@babel/helper-validator-option" "^7.24.7"
|
|
1057
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.7"
|
|
1058
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7"
|
|
1059
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
|
|
1060
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.7"
|
|
1054
1061
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
|
1055
1062
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
1056
1063
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
|
1057
1064
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
1058
1065
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
1059
1066
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
1060
|
-
"@babel/plugin-syntax-import-assertions" "^7.24.
|
|
1061
|
-
"@babel/plugin-syntax-import-attributes" "^7.24.
|
|
1067
|
+
"@babel/plugin-syntax-import-assertions" "^7.24.7"
|
|
1068
|
+
"@babel/plugin-syntax-import-attributes" "^7.24.7"
|
|
1062
1069
|
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
|
1063
1070
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
1064
1071
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
@@ -1070,54 +1077,54 @@
|
|
|
1070
1077
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
1071
1078
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
|
1072
1079
|
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
|
1073
|
-
"@babel/plugin-transform-arrow-functions" "^7.24.
|
|
1074
|
-
"@babel/plugin-transform-async-generator-functions" "^7.24.
|
|
1075
|
-
"@babel/plugin-transform-async-to-generator" "^7.24.
|
|
1076
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.24.
|
|
1077
|
-
"@babel/plugin-transform-block-scoping" "^7.24.
|
|
1078
|
-
"@babel/plugin-transform-class-properties" "^7.24.
|
|
1079
|
-
"@babel/plugin-transform-class-static-block" "^7.24.
|
|
1080
|
-
"@babel/plugin-transform-classes" "^7.24.
|
|
1081
|
-
"@babel/plugin-transform-computed-properties" "^7.24.
|
|
1082
|
-
"@babel/plugin-transform-destructuring" "^7.24.
|
|
1083
|
-
"@babel/plugin-transform-dotall-regex" "^7.24.
|
|
1084
|
-
"@babel/plugin-transform-duplicate-keys" "^7.24.
|
|
1085
|
-
"@babel/plugin-transform-dynamic-import" "^7.24.
|
|
1086
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.24.
|
|
1087
|
-
"@babel/plugin-transform-export-namespace-from" "^7.24.
|
|
1088
|
-
"@babel/plugin-transform-for-of" "^7.24.
|
|
1089
|
-
"@babel/plugin-transform-function-name" "^7.24.
|
|
1090
|
-
"@babel/plugin-transform-json-strings" "^7.24.
|
|
1091
|
-
"@babel/plugin-transform-literals" "^7.24.
|
|
1092
|
-
"@babel/plugin-transform-logical-assignment-operators" "^7.24.
|
|
1093
|
-
"@babel/plugin-transform-member-expression-literals" "^7.24.
|
|
1094
|
-
"@babel/plugin-transform-modules-amd" "^7.24.
|
|
1095
|
-
"@babel/plugin-transform-modules-commonjs" "^7.24.
|
|
1096
|
-
"@babel/plugin-transform-modules-systemjs" "^7.24.
|
|
1097
|
-
"@babel/plugin-transform-modules-umd" "^7.24.
|
|
1098
|
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.
|
|
1099
|
-
"@babel/plugin-transform-new-target" "^7.24.
|
|
1100
|
-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.
|
|
1101
|
-
"@babel/plugin-transform-numeric-separator" "^7.24.
|
|
1102
|
-
"@babel/plugin-transform-object-rest-spread" "^7.24.
|
|
1103
|
-
"@babel/plugin-transform-object-super" "^7.24.
|
|
1104
|
-
"@babel/plugin-transform-optional-catch-binding" "^7.24.
|
|
1105
|
-
"@babel/plugin-transform-optional-chaining" "^7.24.
|
|
1106
|
-
"@babel/plugin-transform-parameters" "^7.24.
|
|
1107
|
-
"@babel/plugin-transform-private-methods" "^7.24.
|
|
1108
|
-
"@babel/plugin-transform-private-property-in-object" "^7.24.
|
|
1109
|
-
"@babel/plugin-transform-property-literals" "^7.24.
|
|
1110
|
-
"@babel/plugin-transform-regenerator" "^7.24.
|
|
1111
|
-
"@babel/plugin-transform-reserved-words" "^7.24.
|
|
1112
|
-
"@babel/plugin-transform-shorthand-properties" "^7.24.
|
|
1113
|
-
"@babel/plugin-transform-spread" "^7.24.
|
|
1114
|
-
"@babel/plugin-transform-sticky-regex" "^7.24.
|
|
1115
|
-
"@babel/plugin-transform-template-literals" "^7.24.
|
|
1116
|
-
"@babel/plugin-transform-typeof-symbol" "^7.24.
|
|
1117
|
-
"@babel/plugin-transform-unicode-escapes" "^7.24.
|
|
1118
|
-
"@babel/plugin-transform-unicode-property-regex" "^7.24.
|
|
1119
|
-
"@babel/plugin-transform-unicode-regex" "^7.24.
|
|
1120
|
-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.
|
|
1080
|
+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
|
|
1081
|
+
"@babel/plugin-transform-async-generator-functions" "^7.24.7"
|
|
1082
|
+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
|
|
1083
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
|
|
1084
|
+
"@babel/plugin-transform-block-scoping" "^7.24.7"
|
|
1085
|
+
"@babel/plugin-transform-class-properties" "^7.24.7"
|
|
1086
|
+
"@babel/plugin-transform-class-static-block" "^7.24.7"
|
|
1087
|
+
"@babel/plugin-transform-classes" "^7.24.7"
|
|
1088
|
+
"@babel/plugin-transform-computed-properties" "^7.24.7"
|
|
1089
|
+
"@babel/plugin-transform-destructuring" "^7.24.7"
|
|
1090
|
+
"@babel/plugin-transform-dotall-regex" "^7.24.7"
|
|
1091
|
+
"@babel/plugin-transform-duplicate-keys" "^7.24.7"
|
|
1092
|
+
"@babel/plugin-transform-dynamic-import" "^7.24.7"
|
|
1093
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
|
|
1094
|
+
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
|
|
1095
|
+
"@babel/plugin-transform-for-of" "^7.24.7"
|
|
1096
|
+
"@babel/plugin-transform-function-name" "^7.24.7"
|
|
1097
|
+
"@babel/plugin-transform-json-strings" "^7.24.7"
|
|
1098
|
+
"@babel/plugin-transform-literals" "^7.24.7"
|
|
1099
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
|
|
1100
|
+
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
|
|
1101
|
+
"@babel/plugin-transform-modules-amd" "^7.24.7"
|
|
1102
|
+
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
|
|
1103
|
+
"@babel/plugin-transform-modules-systemjs" "^7.24.7"
|
|
1104
|
+
"@babel/plugin-transform-modules-umd" "^7.24.7"
|
|
1105
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
|
|
1106
|
+
"@babel/plugin-transform-new-target" "^7.24.7"
|
|
1107
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
|
|
1108
|
+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
|
|
1109
|
+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
|
|
1110
|
+
"@babel/plugin-transform-object-super" "^7.24.7"
|
|
1111
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
|
|
1112
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.7"
|
|
1113
|
+
"@babel/plugin-transform-parameters" "^7.24.7"
|
|
1114
|
+
"@babel/plugin-transform-private-methods" "^7.24.7"
|
|
1115
|
+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
|
|
1116
|
+
"@babel/plugin-transform-property-literals" "^7.24.7"
|
|
1117
|
+
"@babel/plugin-transform-regenerator" "^7.24.7"
|
|
1118
|
+
"@babel/plugin-transform-reserved-words" "^7.24.7"
|
|
1119
|
+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
|
|
1120
|
+
"@babel/plugin-transform-spread" "^7.24.7"
|
|
1121
|
+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
|
|
1122
|
+
"@babel/plugin-transform-template-literals" "^7.24.7"
|
|
1123
|
+
"@babel/plugin-transform-typeof-symbol" "^7.24.7"
|
|
1124
|
+
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
|
|
1125
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
|
|
1126
|
+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
|
|
1127
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
|
|
1121
1128
|
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
|
1122
1129
|
babel-plugin-polyfill-corejs2 "^0.4.10"
|
|
1123
1130
|
babel-plugin-polyfill-corejs3 "^0.10.4"
|
|
@@ -1135,27 +1142,27 @@
|
|
|
1135
1142
|
esutils "^2.0.2"
|
|
1136
1143
|
|
|
1137
1144
|
"@babel/preset-react@^7.18.6", "@babel/preset-react@^7.22.5":
|
|
1138
|
-
version "7.24.
|
|
1139
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.
|
|
1140
|
-
integrity sha512-
|
|
1141
|
-
dependencies:
|
|
1142
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1143
|
-
"@babel/helper-validator-option" "^7.
|
|
1144
|
-
"@babel/plugin-transform-react-display-name" "^7.24.
|
|
1145
|
-
"@babel/plugin-transform-react-jsx" "^7.
|
|
1146
|
-
"@babel/plugin-transform-react-jsx-development" "^7.
|
|
1147
|
-
"@babel/plugin-transform-react-pure-annotations" "^7.24.
|
|
1148
|
-
|
|
1149
|
-
"@babel/preset-typescript@^7.
|
|
1150
|
-
version "7.24.
|
|
1151
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.
|
|
1152
|
-
integrity sha512-
|
|
1153
|
-
dependencies:
|
|
1154
|
-
"@babel/helper-plugin-utils" "^7.24.
|
|
1155
|
-
"@babel/helper-validator-option" "^7.
|
|
1156
|
-
"@babel/plugin-syntax-jsx" "^7.24.
|
|
1157
|
-
"@babel/plugin-transform-modules-commonjs" "^7.24.
|
|
1158
|
-
"@babel/plugin-transform-typescript" "^7.24.
|
|
1145
|
+
version "7.24.7"
|
|
1146
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.7.tgz#480aeb389b2a798880bf1f889199e3641cbb22dc"
|
|
1147
|
+
integrity sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==
|
|
1148
|
+
dependencies:
|
|
1149
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1150
|
+
"@babel/helper-validator-option" "^7.24.7"
|
|
1151
|
+
"@babel/plugin-transform-react-display-name" "^7.24.7"
|
|
1152
|
+
"@babel/plugin-transform-react-jsx" "^7.24.7"
|
|
1153
|
+
"@babel/plugin-transform-react-jsx-development" "^7.24.7"
|
|
1154
|
+
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"
|
|
1155
|
+
|
|
1156
|
+
"@babel/preset-typescript@^7.21.0", "@babel/preset-typescript@^7.22.5":
|
|
1157
|
+
version "7.24.7"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1"
|
|
1159
|
+
integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
|
|
1160
|
+
dependencies:
|
|
1161
|
+
"@babel/helper-plugin-utils" "^7.24.7"
|
|
1162
|
+
"@babel/helper-validator-option" "^7.24.7"
|
|
1163
|
+
"@babel/plugin-syntax-jsx" "^7.24.7"
|
|
1164
|
+
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
|
|
1165
|
+
"@babel/plugin-transform-typescript" "^7.24.7"
|
|
1159
1166
|
|
|
1160
1167
|
"@babel/regjsgen@^0.8.0":
|
|
1161
1168
|
version "0.8.0"
|
|
@@ -1163,52 +1170,52 @@
|
|
|
1163
1170
|
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
|
1164
1171
|
|
|
1165
1172
|
"@babel/runtime-corejs3@^7.22.6":
|
|
1166
|
-
version "7.24.
|
|
1167
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.
|
|
1168
|
-
integrity sha512-
|
|
1173
|
+
version "7.24.7"
|
|
1174
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz#65a99097e4c28e6c3a174825591700cc5abd710e"
|
|
1175
|
+
integrity sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==
|
|
1169
1176
|
dependencies:
|
|
1170
1177
|
core-js-pure "^3.30.2"
|
|
1171
1178
|
regenerator-runtime "^0.14.0"
|
|
1172
1179
|
|
|
1173
1180
|
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.8.4":
|
|
1174
|
-
version "7.24.
|
|
1175
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.
|
|
1176
|
-
integrity sha512-
|
|
1181
|
+
version "7.24.7"
|
|
1182
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
|
|
1183
|
+
integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
|
|
1177
1184
|
dependencies:
|
|
1178
1185
|
regenerator-runtime "^0.14.0"
|
|
1179
1186
|
|
|
1180
|
-
"@babel/template@^7.
|
|
1181
|
-
version "7.24.
|
|
1182
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.
|
|
1183
|
-
integrity sha512-
|
|
1184
|
-
dependencies:
|
|
1185
|
-
"@babel/code-frame" "^7.
|
|
1186
|
-
"@babel/parser" "^7.24.
|
|
1187
|
-
"@babel/types" "^7.24.
|
|
1188
|
-
|
|
1189
|
-
"@babel/traverse@^7.22.8", "@babel/traverse@^7.24.
|
|
1190
|
-
version "7.24.
|
|
1191
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.
|
|
1192
|
-
integrity sha512-
|
|
1193
|
-
dependencies:
|
|
1194
|
-
"@babel/code-frame" "^7.24.
|
|
1195
|
-
"@babel/generator" "^7.24.
|
|
1196
|
-
"@babel/helper-environment-visitor" "^7.
|
|
1197
|
-
"@babel/helper-function-name" "^7.
|
|
1198
|
-
"@babel/helper-hoist-variables" "^7.
|
|
1199
|
-
"@babel/helper-split-export-declaration" "^7.
|
|
1200
|
-
"@babel/parser" "^7.24.
|
|
1201
|
-
"@babel/types" "^7.24.
|
|
1187
|
+
"@babel/template@^7.24.7":
|
|
1188
|
+
version "7.24.7"
|
|
1189
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
|
|
1190
|
+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
|
|
1191
|
+
dependencies:
|
|
1192
|
+
"@babel/code-frame" "^7.24.7"
|
|
1193
|
+
"@babel/parser" "^7.24.7"
|
|
1194
|
+
"@babel/types" "^7.24.7"
|
|
1195
|
+
|
|
1196
|
+
"@babel/traverse@^7.22.8", "@babel/traverse@^7.24.7":
|
|
1197
|
+
version "7.24.7"
|
|
1198
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
|
|
1199
|
+
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
|
|
1200
|
+
dependencies:
|
|
1201
|
+
"@babel/code-frame" "^7.24.7"
|
|
1202
|
+
"@babel/generator" "^7.24.7"
|
|
1203
|
+
"@babel/helper-environment-visitor" "^7.24.7"
|
|
1204
|
+
"@babel/helper-function-name" "^7.24.7"
|
|
1205
|
+
"@babel/helper-hoist-variables" "^7.24.7"
|
|
1206
|
+
"@babel/helper-split-export-declaration" "^7.24.7"
|
|
1207
|
+
"@babel/parser" "^7.24.7"
|
|
1208
|
+
"@babel/types" "^7.24.7"
|
|
1202
1209
|
debug "^4.3.1"
|
|
1203
1210
|
globals "^11.1.0"
|
|
1204
1211
|
|
|
1205
|
-
"@babel/types@^7.
|
|
1206
|
-
version "7.24.
|
|
1207
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.
|
|
1208
|
-
integrity sha512
|
|
1212
|
+
"@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
|
|
1213
|
+
version "7.24.7"
|
|
1214
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
|
|
1215
|
+
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
|
|
1209
1216
|
dependencies:
|
|
1210
|
-
"@babel/helper-string-parser" "^7.
|
|
1211
|
-
"@babel/helper-validator-identifier" "^7.
|
|
1217
|
+
"@babel/helper-string-parser" "^7.24.7"
|
|
1218
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
1212
1219
|
to-fast-properties "^2.0.0"
|
|
1213
1220
|
|
|
1214
1221
|
"@colors/colors@1.5.0":
|
|
@@ -1236,10 +1243,10 @@
|
|
|
1236
1243
|
"@docsearch/css" "3.6.0"
|
|
1237
1244
|
algoliasearch "^4.19.1"
|
|
1238
1245
|
|
|
1239
|
-
"@docusaurus/core@3.
|
|
1240
|
-
version "3.
|
|
1241
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.
|
|
1242
|
-
integrity sha512-
|
|
1246
|
+
"@docusaurus/core@3.4.0", "@docusaurus/core@^3.4.0":
|
|
1247
|
+
version "3.4.0"
|
|
1248
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.4.0.tgz#bdbf1af4b2f25d1bf4a5b62ec6137d84c821cb3c"
|
|
1249
|
+
integrity sha512-g+0wwmN2UJsBqy2fQRQ6fhXruoEa62JDeEa5d8IdTJlMoaDaEDfHh7WjwGRn4opuTQWpjAwP/fbcgyHKlE+64w==
|
|
1243
1250
|
dependencies:
|
|
1244
1251
|
"@babel/core" "^7.23.3"
|
|
1245
1252
|
"@babel/generator" "^7.23.3"
|
|
@@ -1251,14 +1258,12 @@
|
|
|
1251
1258
|
"@babel/runtime" "^7.22.6"
|
|
1252
1259
|
"@babel/runtime-corejs3" "^7.22.6"
|
|
1253
1260
|
"@babel/traverse" "^7.22.8"
|
|
1254
|
-
"@docusaurus/cssnano-preset" "3.
|
|
1255
|
-
"@docusaurus/logger" "3.
|
|
1256
|
-
"@docusaurus/mdx-loader" "3.
|
|
1257
|
-
"@docusaurus/
|
|
1258
|
-
"@docusaurus/utils" "3.
|
|
1259
|
-
"@docusaurus/utils-
|
|
1260
|
-
"@docusaurus/utils-validation" "3.2.1"
|
|
1261
|
-
"@svgr/webpack" "^6.5.1"
|
|
1261
|
+
"@docusaurus/cssnano-preset" "3.4.0"
|
|
1262
|
+
"@docusaurus/logger" "3.4.0"
|
|
1263
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1264
|
+
"@docusaurus/utils" "3.4.0"
|
|
1265
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1266
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1262
1267
|
autoprefixer "^10.4.14"
|
|
1263
1268
|
babel-loader "^9.1.3"
|
|
1264
1269
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
@@ -1272,8 +1277,8 @@
|
|
|
1272
1277
|
copy-webpack-plugin "^11.0.0"
|
|
1273
1278
|
core-js "^3.31.1"
|
|
1274
1279
|
css-loader "^6.8.1"
|
|
1275
|
-
css-minimizer-webpack-plugin "^
|
|
1276
|
-
cssnano "^
|
|
1280
|
+
css-minimizer-webpack-plugin "^5.0.1"
|
|
1281
|
+
cssnano "^6.1.2"
|
|
1277
1282
|
del "^6.1.1"
|
|
1278
1283
|
detect-port "^1.5.1"
|
|
1279
1284
|
escape-html "^1.0.3"
|
|
@@ -1293,7 +1298,7 @@
|
|
|
1293
1298
|
prompts "^2.4.2"
|
|
1294
1299
|
react-dev-utils "^12.0.1"
|
|
1295
1300
|
react-helmet-async "^1.3.0"
|
|
1296
|
-
react-loadable "npm:@docusaurus/react-loadable@
|
|
1301
|
+
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
|
|
1297
1302
|
react-loadable-ssr-addon-v5-slorber "^1.0.1"
|
|
1298
1303
|
react-router "^5.3.4"
|
|
1299
1304
|
react-router-config "^5.1.1"
|
|
@@ -1312,32 +1317,32 @@
|
|
|
1312
1317
|
webpack-merge "^5.9.0"
|
|
1313
1318
|
webpackbar "^5.0.2"
|
|
1314
1319
|
|
|
1315
|
-
"@docusaurus/cssnano-preset@3.
|
|
1316
|
-
version "3.
|
|
1317
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.
|
|
1318
|
-
integrity sha512-
|
|
1320
|
+
"@docusaurus/cssnano-preset@3.4.0":
|
|
1321
|
+
version "3.4.0"
|
|
1322
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.4.0.tgz#dc7922b3bbeabcefc9b60d0161680d81cf72c368"
|
|
1323
|
+
integrity sha512-qwLFSz6v/pZHy/UP32IrprmH5ORce86BGtN0eBtG75PpzQJAzp9gefspox+s8IEOr0oZKuQ/nhzZ3xwyc3jYJQ==
|
|
1319
1324
|
dependencies:
|
|
1320
|
-
cssnano-preset-advanced "^
|
|
1321
|
-
postcss "^8.4.
|
|
1322
|
-
postcss-sort-media-queries "^
|
|
1325
|
+
cssnano-preset-advanced "^6.1.2"
|
|
1326
|
+
postcss "^8.4.38"
|
|
1327
|
+
postcss-sort-media-queries "^5.2.0"
|
|
1323
1328
|
tslib "^2.6.0"
|
|
1324
1329
|
|
|
1325
|
-
"@docusaurus/logger@3.
|
|
1326
|
-
version "3.
|
|
1327
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.
|
|
1328
|
-
integrity sha512-
|
|
1330
|
+
"@docusaurus/logger@3.4.0":
|
|
1331
|
+
version "3.4.0"
|
|
1332
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.4.0.tgz#8b0ac05c7f3dac2009066e2f964dee8209a77403"
|
|
1333
|
+
integrity sha512-bZwkX+9SJ8lB9kVRkXw+xvHYSMGG4bpYHKGXeXFvyVc79NMeeBSGgzd4TQLHH+DYeOJoCdl8flrFJVxlZ0wo/Q==
|
|
1329
1334
|
dependencies:
|
|
1330
1335
|
chalk "^4.1.2"
|
|
1331
1336
|
tslib "^2.6.0"
|
|
1332
1337
|
|
|
1333
|
-
"@docusaurus/mdx-loader@3.
|
|
1334
|
-
version "3.
|
|
1335
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.
|
|
1336
|
-
integrity sha512-
|
|
1338
|
+
"@docusaurus/mdx-loader@3.4.0":
|
|
1339
|
+
version "3.4.0"
|
|
1340
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.4.0.tgz#483d7ab57928fdbb5c8bd1678098721a930fc5f6"
|
|
1341
|
+
integrity sha512-kSSbrrk4nTjf4d+wtBA9H+FGauf2gCax89kV8SUSJu3qaTdSIKdWERlngsiHaCFgZ7laTJ8a67UFf+xlFPtuTw==
|
|
1337
1342
|
dependencies:
|
|
1338
|
-
"@docusaurus/logger" "3.
|
|
1339
|
-
"@docusaurus/utils" "3.
|
|
1340
|
-
"@docusaurus/utils-validation" "3.
|
|
1343
|
+
"@docusaurus/logger" "3.4.0"
|
|
1344
|
+
"@docusaurus/utils" "3.4.0"
|
|
1345
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1341
1346
|
"@mdx-js/mdx" "^3.0.0"
|
|
1342
1347
|
"@slorber/remark-comment" "^1.0.0"
|
|
1343
1348
|
escape-html "^1.0.3"
|
|
@@ -1360,32 +1365,31 @@
|
|
|
1360
1365
|
vfile "^6.0.1"
|
|
1361
1366
|
webpack "^5.88.1"
|
|
1362
1367
|
|
|
1363
|
-
"@docusaurus/module-type-aliases@3.
|
|
1364
|
-
version "3.
|
|
1365
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.
|
|
1366
|
-
integrity sha512-
|
|
1368
|
+
"@docusaurus/module-type-aliases@3.4.0":
|
|
1369
|
+
version "3.4.0"
|
|
1370
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.4.0.tgz#2653bde58fc1aa3dbc626a6c08cfb63a37ae1bb8"
|
|
1371
|
+
integrity sha512-A1AyS8WF5Bkjnb8s+guTDuYmUiwJzNrtchebBHpc0gz0PyHJNMaybUlSrmJjHVcGrya0LKI4YcR3lBDQfXRYLw==
|
|
1367
1372
|
dependencies:
|
|
1368
|
-
"@docusaurus/
|
|
1369
|
-
"@docusaurus/types" "3.2.1"
|
|
1373
|
+
"@docusaurus/types" "3.4.0"
|
|
1370
1374
|
"@types/history" "^4.7.11"
|
|
1371
1375
|
"@types/react" "*"
|
|
1372
1376
|
"@types/react-router-config" "*"
|
|
1373
1377
|
"@types/react-router-dom" "*"
|
|
1374
1378
|
react-helmet-async "*"
|
|
1375
|
-
react-loadable "npm:@docusaurus/react-loadable@
|
|
1376
|
-
|
|
1377
|
-
"@docusaurus/plugin-content-blog@3.
|
|
1378
|
-
version "3.
|
|
1379
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.
|
|
1380
|
-
integrity sha512-
|
|
1381
|
-
dependencies:
|
|
1382
|
-
"@docusaurus/core" "3.
|
|
1383
|
-
"@docusaurus/logger" "3.
|
|
1384
|
-
"@docusaurus/mdx-loader" "3.
|
|
1385
|
-
"@docusaurus/types" "3.
|
|
1386
|
-
"@docusaurus/utils" "3.
|
|
1387
|
-
"@docusaurus/utils-common" "3.
|
|
1388
|
-
"@docusaurus/utils-validation" "3.
|
|
1379
|
+
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
|
|
1380
|
+
|
|
1381
|
+
"@docusaurus/plugin-content-blog@3.4.0":
|
|
1382
|
+
version "3.4.0"
|
|
1383
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.4.0.tgz#6373632fdbababbda73a13c4a08f907d7de8f007"
|
|
1384
|
+
integrity sha512-vv6ZAj78ibR5Jh7XBUT4ndIjmlAxkijM3Sx5MAAzC1gyv0vupDQNhzuFg1USQmQVj3P5I6bquk12etPV3LJ+Xw==
|
|
1385
|
+
dependencies:
|
|
1386
|
+
"@docusaurus/core" "3.4.0"
|
|
1387
|
+
"@docusaurus/logger" "3.4.0"
|
|
1388
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1389
|
+
"@docusaurus/types" "3.4.0"
|
|
1390
|
+
"@docusaurus/utils" "3.4.0"
|
|
1391
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1392
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1389
1393
|
cheerio "^1.0.0-rc.12"
|
|
1390
1394
|
feed "^4.2.2"
|
|
1391
1395
|
fs-extra "^11.1.1"
|
|
@@ -1397,19 +1401,19 @@
|
|
|
1397
1401
|
utility-types "^3.10.0"
|
|
1398
1402
|
webpack "^5.88.1"
|
|
1399
1403
|
|
|
1400
|
-
"@docusaurus/plugin-content-docs@3.
|
|
1401
|
-
version "3.
|
|
1402
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.
|
|
1403
|
-
integrity sha512-
|
|
1404
|
-
dependencies:
|
|
1405
|
-
"@docusaurus/core" "3.
|
|
1406
|
-
"@docusaurus/logger" "3.
|
|
1407
|
-
"@docusaurus/mdx-loader" "3.
|
|
1408
|
-
"@docusaurus/module-type-aliases" "3.
|
|
1409
|
-
"@docusaurus/types" "3.
|
|
1410
|
-
"@docusaurus/utils" "3.
|
|
1411
|
-
"@docusaurus/utils-common" "3.
|
|
1412
|
-
"@docusaurus/utils-validation" "3.
|
|
1404
|
+
"@docusaurus/plugin-content-docs@3.4.0":
|
|
1405
|
+
version "3.4.0"
|
|
1406
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.4.0.tgz#3088973f72169a2a6d533afccec7153c8720d332"
|
|
1407
|
+
integrity sha512-HkUCZffhBo7ocYheD9oZvMcDloRnGhBMOZRyVcAQRFmZPmNqSyISlXA1tQCIxW+r478fty97XXAGjNYzBjpCsg==
|
|
1408
|
+
dependencies:
|
|
1409
|
+
"@docusaurus/core" "3.4.0"
|
|
1410
|
+
"@docusaurus/logger" "3.4.0"
|
|
1411
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1412
|
+
"@docusaurus/module-type-aliases" "3.4.0"
|
|
1413
|
+
"@docusaurus/types" "3.4.0"
|
|
1414
|
+
"@docusaurus/utils" "3.4.0"
|
|
1415
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1416
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1413
1417
|
"@types/react-router-config" "^5.0.7"
|
|
1414
1418
|
combine-promises "^1.1.0"
|
|
1415
1419
|
fs-extra "^11.1.1"
|
|
@@ -1419,122 +1423,114 @@
|
|
|
1419
1423
|
utility-types "^3.10.0"
|
|
1420
1424
|
webpack "^5.88.1"
|
|
1421
1425
|
|
|
1422
|
-
"@docusaurus/plugin-content-pages@3.
|
|
1423
|
-
version "3.
|
|
1424
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.
|
|
1425
|
-
integrity sha512-
|
|
1426
|
-
dependencies:
|
|
1427
|
-
"@docusaurus/core" "3.
|
|
1428
|
-
"@docusaurus/mdx-loader" "3.
|
|
1429
|
-
"@docusaurus/types" "3.
|
|
1430
|
-
"@docusaurus/utils" "3.
|
|
1431
|
-
"@docusaurus/utils-validation" "3.
|
|
1426
|
+
"@docusaurus/plugin-content-pages@3.4.0":
|
|
1427
|
+
version "3.4.0"
|
|
1428
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.4.0.tgz#1846172ca0355c7d32a67ef8377750ce02bbb8ad"
|
|
1429
|
+
integrity sha512-h2+VN/0JjpR8fIkDEAoadNjfR3oLzB+v1qSXbIAKjQ46JAHx3X22n9nqS+BWSQnTnp1AjkjSvZyJMekmcwxzxg==
|
|
1430
|
+
dependencies:
|
|
1431
|
+
"@docusaurus/core" "3.4.0"
|
|
1432
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1433
|
+
"@docusaurus/types" "3.4.0"
|
|
1434
|
+
"@docusaurus/utils" "3.4.0"
|
|
1435
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1432
1436
|
fs-extra "^11.1.1"
|
|
1433
1437
|
tslib "^2.6.0"
|
|
1434
1438
|
webpack "^5.88.1"
|
|
1435
1439
|
|
|
1436
|
-
"@docusaurus/plugin-debug@3.
|
|
1437
|
-
version "3.
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.
|
|
1439
|
-
integrity sha512-
|
|
1440
|
+
"@docusaurus/plugin-debug@3.4.0":
|
|
1441
|
+
version "3.4.0"
|
|
1442
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.4.0.tgz#74e4ec5686fa314c26f3ac150bacadbba7f06948"
|
|
1443
|
+
integrity sha512-uV7FDUNXGyDSD3PwUaf5YijX91T5/H9SX4ErEcshzwgzWwBtK37nUWPU3ZLJfeTavX3fycTOqk9TglpOLaWkCg==
|
|
1440
1444
|
dependencies:
|
|
1441
|
-
"@docusaurus/core" "3.
|
|
1442
|
-
"@docusaurus/types" "3.
|
|
1443
|
-
"@docusaurus/utils" "3.
|
|
1445
|
+
"@docusaurus/core" "3.4.0"
|
|
1446
|
+
"@docusaurus/types" "3.4.0"
|
|
1447
|
+
"@docusaurus/utils" "3.4.0"
|
|
1444
1448
|
fs-extra "^11.1.1"
|
|
1445
1449
|
react-json-view-lite "^1.2.0"
|
|
1446
1450
|
tslib "^2.6.0"
|
|
1447
1451
|
|
|
1448
|
-
"@docusaurus/plugin-google-analytics@3.
|
|
1449
|
-
version "3.
|
|
1450
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.
|
|
1451
|
-
integrity sha512
|
|
1452
|
+
"@docusaurus/plugin-google-analytics@3.4.0":
|
|
1453
|
+
version "3.4.0"
|
|
1454
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.4.0.tgz#5f59fc25329a59decc231936f6f9fb5663da3c55"
|
|
1455
|
+
integrity sha512-mCArluxEGi3cmYHqsgpGGt3IyLCrFBxPsxNZ56Mpur0xSlInnIHoeLDH7FvVVcPJRPSQ9/MfRqLsainRw+BojA==
|
|
1452
1456
|
dependencies:
|
|
1453
|
-
"@docusaurus/core" "3.
|
|
1454
|
-
"@docusaurus/types" "3.
|
|
1455
|
-
"@docusaurus/utils-validation" "3.
|
|
1457
|
+
"@docusaurus/core" "3.4.0"
|
|
1458
|
+
"@docusaurus/types" "3.4.0"
|
|
1459
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1456
1460
|
tslib "^2.6.0"
|
|
1457
1461
|
|
|
1458
|
-
"@docusaurus/plugin-google-gtag@3.
|
|
1459
|
-
version "3.
|
|
1460
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.
|
|
1461
|
-
integrity sha512-
|
|
1462
|
+
"@docusaurus/plugin-google-gtag@3.4.0":
|
|
1463
|
+
version "3.4.0"
|
|
1464
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.4.0.tgz#42489ac5fe1c83b5523ceedd5ef74f9aa8bc251b"
|
|
1465
|
+
integrity sha512-Dsgg6PLAqzZw5wZ4QjUYc8Z2KqJqXxHxq3vIoyoBWiLEEfigIs7wHR+oiWUQy3Zk9MIk6JTYj7tMoQU0Jm3nqA==
|
|
1462
1466
|
dependencies:
|
|
1463
|
-
"@docusaurus/core" "3.
|
|
1464
|
-
"@docusaurus/types" "3.
|
|
1465
|
-
"@docusaurus/utils-validation" "3.
|
|
1467
|
+
"@docusaurus/core" "3.4.0"
|
|
1468
|
+
"@docusaurus/types" "3.4.0"
|
|
1469
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1466
1470
|
"@types/gtag.js" "^0.0.12"
|
|
1467
1471
|
tslib "^2.6.0"
|
|
1468
1472
|
|
|
1469
|
-
"@docusaurus/plugin-google-tag-manager@3.
|
|
1470
|
-
version "3.
|
|
1471
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.
|
|
1472
|
-
integrity sha512-
|
|
1473
|
+
"@docusaurus/plugin-google-tag-manager@3.4.0":
|
|
1474
|
+
version "3.4.0"
|
|
1475
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.4.0.tgz#cebb03a5ffa1e70b37d95601442babea251329ff"
|
|
1476
|
+
integrity sha512-O9tX1BTwxIhgXpOLpFDueYA9DWk69WCbDRrjYoMQtFHSkTyE7RhNgyjSPREUWJb9i+YUg3OrsvrBYRl64FCPCQ==
|
|
1473
1477
|
dependencies:
|
|
1474
|
-
"@docusaurus/core" "3.
|
|
1475
|
-
"@docusaurus/types" "3.
|
|
1476
|
-
"@docusaurus/utils-validation" "3.
|
|
1478
|
+
"@docusaurus/core" "3.4.0"
|
|
1479
|
+
"@docusaurus/types" "3.4.0"
|
|
1480
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1477
1481
|
tslib "^2.6.0"
|
|
1478
1482
|
|
|
1479
|
-
"@docusaurus/plugin-sitemap@3.
|
|
1480
|
-
version "3.
|
|
1481
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.
|
|
1482
|
-
integrity sha512
|
|
1483
|
-
dependencies:
|
|
1484
|
-
"@docusaurus/core" "3.
|
|
1485
|
-
"@docusaurus/logger" "3.
|
|
1486
|
-
"@docusaurus/types" "3.
|
|
1487
|
-
"@docusaurus/utils" "3.
|
|
1488
|
-
"@docusaurus/utils-common" "3.
|
|
1489
|
-
"@docusaurus/utils-validation" "3.
|
|
1483
|
+
"@docusaurus/plugin-sitemap@3.4.0":
|
|
1484
|
+
version "3.4.0"
|
|
1485
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.4.0.tgz#b091d64d1e3c6c872050189999580187537bcbc6"
|
|
1486
|
+
integrity sha512-+0VDvx9SmNrFNgwPoeoCha+tRoAjopwT0+pYO1xAbyLcewXSemq+eLxEa46Q1/aoOaJQ0qqHELuQM7iS2gp33Q==
|
|
1487
|
+
dependencies:
|
|
1488
|
+
"@docusaurus/core" "3.4.0"
|
|
1489
|
+
"@docusaurus/logger" "3.4.0"
|
|
1490
|
+
"@docusaurus/types" "3.4.0"
|
|
1491
|
+
"@docusaurus/utils" "3.4.0"
|
|
1492
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1493
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1490
1494
|
fs-extra "^11.1.1"
|
|
1491
1495
|
sitemap "^7.1.1"
|
|
1492
1496
|
tslib "^2.6.0"
|
|
1493
1497
|
|
|
1494
|
-
"@docusaurus/preset-classic@^3.
|
|
1495
|
-
version "3.
|
|
1496
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.
|
|
1497
|
-
integrity sha512-
|
|
1498
|
-
dependencies:
|
|
1499
|
-
"@docusaurus/core" "3.
|
|
1500
|
-
"@docusaurus/plugin-content-blog" "3.
|
|
1501
|
-
"@docusaurus/plugin-content-docs" "3.
|
|
1502
|
-
"@docusaurus/plugin-content-pages" "3.
|
|
1503
|
-
"@docusaurus/plugin-debug" "3.
|
|
1504
|
-
"@docusaurus/plugin-google-analytics" "3.
|
|
1505
|
-
"@docusaurus/plugin-google-gtag" "3.
|
|
1506
|
-
"@docusaurus/plugin-google-tag-manager" "3.
|
|
1507
|
-
"@docusaurus/plugin-sitemap" "3.
|
|
1508
|
-
"@docusaurus/theme-classic" "3.
|
|
1509
|
-
"@docusaurus/theme-common" "3.
|
|
1510
|
-
"@docusaurus/theme-search-algolia" "3.
|
|
1511
|
-
"@docusaurus/types" "3.
|
|
1512
|
-
|
|
1513
|
-
"@docusaurus/
|
|
1514
|
-
version "
|
|
1515
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/
|
|
1516
|
-
integrity sha512-
|
|
1517
|
-
dependencies:
|
|
1518
|
-
"@
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
"@docusaurus/
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
"@docusaurus/
|
|
1527
|
-
"@docusaurus/
|
|
1528
|
-
"@docusaurus/
|
|
1529
|
-
"@docusaurus/
|
|
1530
|
-
"@docusaurus/plugin-content-docs" "3.2.1"
|
|
1531
|
-
"@docusaurus/plugin-content-pages" "3.2.1"
|
|
1532
|
-
"@docusaurus/theme-common" "3.2.1"
|
|
1533
|
-
"@docusaurus/theme-translations" "3.2.1"
|
|
1534
|
-
"@docusaurus/types" "3.2.1"
|
|
1535
|
-
"@docusaurus/utils" "3.2.1"
|
|
1536
|
-
"@docusaurus/utils-common" "3.2.1"
|
|
1537
|
-
"@docusaurus/utils-validation" "3.2.1"
|
|
1498
|
+
"@docusaurus/preset-classic@^3.4.0":
|
|
1499
|
+
version "3.4.0"
|
|
1500
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.4.0.tgz#6082a32fbb465b0cb2c2a50ebfc277cff2c0f139"
|
|
1501
|
+
integrity sha512-Ohj6KB7siKqZaQhNJVMBBUzT3Nnp6eTKqO+FXO3qu/n1hJl3YLwVKTWBg28LF7MWrKu46UuYavwMRxud0VyqHg==
|
|
1502
|
+
dependencies:
|
|
1503
|
+
"@docusaurus/core" "3.4.0"
|
|
1504
|
+
"@docusaurus/plugin-content-blog" "3.4.0"
|
|
1505
|
+
"@docusaurus/plugin-content-docs" "3.4.0"
|
|
1506
|
+
"@docusaurus/plugin-content-pages" "3.4.0"
|
|
1507
|
+
"@docusaurus/plugin-debug" "3.4.0"
|
|
1508
|
+
"@docusaurus/plugin-google-analytics" "3.4.0"
|
|
1509
|
+
"@docusaurus/plugin-google-gtag" "3.4.0"
|
|
1510
|
+
"@docusaurus/plugin-google-tag-manager" "3.4.0"
|
|
1511
|
+
"@docusaurus/plugin-sitemap" "3.4.0"
|
|
1512
|
+
"@docusaurus/theme-classic" "3.4.0"
|
|
1513
|
+
"@docusaurus/theme-common" "3.4.0"
|
|
1514
|
+
"@docusaurus/theme-search-algolia" "3.4.0"
|
|
1515
|
+
"@docusaurus/types" "3.4.0"
|
|
1516
|
+
|
|
1517
|
+
"@docusaurus/theme-classic@3.4.0":
|
|
1518
|
+
version "3.4.0"
|
|
1519
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.4.0.tgz#1b0f48edec3e3ec8927843554b9f11e5927b0e52"
|
|
1520
|
+
integrity sha512-0IPtmxsBYv2adr1GnZRdMkEQt1YW6tpzrUPj02YxNpvJ5+ju4E13J5tB4nfdaen/tfR1hmpSPlTFPvTf4kwy8Q==
|
|
1521
|
+
dependencies:
|
|
1522
|
+
"@docusaurus/core" "3.4.0"
|
|
1523
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1524
|
+
"@docusaurus/module-type-aliases" "3.4.0"
|
|
1525
|
+
"@docusaurus/plugin-content-blog" "3.4.0"
|
|
1526
|
+
"@docusaurus/plugin-content-docs" "3.4.0"
|
|
1527
|
+
"@docusaurus/plugin-content-pages" "3.4.0"
|
|
1528
|
+
"@docusaurus/theme-common" "3.4.0"
|
|
1529
|
+
"@docusaurus/theme-translations" "3.4.0"
|
|
1530
|
+
"@docusaurus/types" "3.4.0"
|
|
1531
|
+
"@docusaurus/utils" "3.4.0"
|
|
1532
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1533
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1538
1534
|
"@mdx-js/react" "^3.0.0"
|
|
1539
1535
|
clsx "^2.0.0"
|
|
1540
1536
|
copy-text-to-clipboard "^3.2.0"
|
|
@@ -1549,18 +1545,18 @@
|
|
|
1549
1545
|
tslib "^2.6.0"
|
|
1550
1546
|
utility-types "^3.10.0"
|
|
1551
1547
|
|
|
1552
|
-
"@docusaurus/theme-common@3.
|
|
1553
|
-
version "3.
|
|
1554
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.
|
|
1555
|
-
integrity sha512-
|
|
1556
|
-
dependencies:
|
|
1557
|
-
"@docusaurus/mdx-loader" "3.
|
|
1558
|
-
"@docusaurus/module-type-aliases" "3.
|
|
1559
|
-
"@docusaurus/plugin-content-blog" "3.
|
|
1560
|
-
"@docusaurus/plugin-content-docs" "3.
|
|
1561
|
-
"@docusaurus/plugin-content-pages" "3.
|
|
1562
|
-
"@docusaurus/utils" "3.
|
|
1563
|
-
"@docusaurus/utils-common" "3.
|
|
1548
|
+
"@docusaurus/theme-common@3.4.0":
|
|
1549
|
+
version "3.4.0"
|
|
1550
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.4.0.tgz#01f2b728de6cb57f6443f52fc30675cf12a5d49f"
|
|
1551
|
+
integrity sha512-0A27alXuv7ZdCg28oPE8nH/Iz73/IUejVaCazqu9elS4ypjiLhK3KfzdSQBnL/g7YfHSlymZKdiOHEo8fJ0qMA==
|
|
1552
|
+
dependencies:
|
|
1553
|
+
"@docusaurus/mdx-loader" "3.4.0"
|
|
1554
|
+
"@docusaurus/module-type-aliases" "3.4.0"
|
|
1555
|
+
"@docusaurus/plugin-content-blog" "3.4.0"
|
|
1556
|
+
"@docusaurus/plugin-content-docs" "3.4.0"
|
|
1557
|
+
"@docusaurus/plugin-content-pages" "3.4.0"
|
|
1558
|
+
"@docusaurus/utils" "3.4.0"
|
|
1559
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1564
1560
|
"@types/history" "^4.7.11"
|
|
1565
1561
|
"@types/react" "*"
|
|
1566
1562
|
"@types/react-router-config" "*"
|
|
@@ -1570,19 +1566,19 @@
|
|
|
1570
1566
|
tslib "^2.6.0"
|
|
1571
1567
|
utility-types "^3.10.0"
|
|
1572
1568
|
|
|
1573
|
-
"@docusaurus/theme-search-algolia@3.
|
|
1574
|
-
version "3.
|
|
1575
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.
|
|
1576
|
-
integrity sha512-
|
|
1569
|
+
"@docusaurus/theme-search-algolia@3.4.0":
|
|
1570
|
+
version "3.4.0"
|
|
1571
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.4.0.tgz#c499bad71d668df0d0f15b0e5e33e2fc4e330fcc"
|
|
1572
|
+
integrity sha512-aiHFx7OCw4Wck1z6IoShVdUWIjntC8FHCw9c5dR8r3q4Ynh+zkS8y2eFFunN/DL6RXPzpnvKCg3vhLQYJDmT9Q==
|
|
1577
1573
|
dependencies:
|
|
1578
1574
|
"@docsearch/react" "^3.5.2"
|
|
1579
|
-
"@docusaurus/core" "3.
|
|
1580
|
-
"@docusaurus/logger" "3.
|
|
1581
|
-
"@docusaurus/plugin-content-docs" "3.
|
|
1582
|
-
"@docusaurus/theme-common" "3.
|
|
1583
|
-
"@docusaurus/theme-translations" "3.
|
|
1584
|
-
"@docusaurus/utils" "3.
|
|
1585
|
-
"@docusaurus/utils-validation" "3.
|
|
1575
|
+
"@docusaurus/core" "3.4.0"
|
|
1576
|
+
"@docusaurus/logger" "3.4.0"
|
|
1577
|
+
"@docusaurus/plugin-content-docs" "3.4.0"
|
|
1578
|
+
"@docusaurus/theme-common" "3.4.0"
|
|
1579
|
+
"@docusaurus/theme-translations" "3.4.0"
|
|
1580
|
+
"@docusaurus/utils" "3.4.0"
|
|
1581
|
+
"@docusaurus/utils-validation" "3.4.0"
|
|
1586
1582
|
algoliasearch "^4.18.0"
|
|
1587
1583
|
algoliasearch-helper "^3.13.3"
|
|
1588
1584
|
clsx "^2.0.0"
|
|
@@ -1592,18 +1588,18 @@
|
|
|
1592
1588
|
tslib "^2.6.0"
|
|
1593
1589
|
utility-types "^3.10.0"
|
|
1594
1590
|
|
|
1595
|
-
"@docusaurus/theme-translations@3.
|
|
1596
|
-
version "3.
|
|
1597
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.
|
|
1598
|
-
integrity sha512-
|
|
1591
|
+
"@docusaurus/theme-translations@3.4.0":
|
|
1592
|
+
version "3.4.0"
|
|
1593
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.4.0.tgz#e6355d01352886c67e38e848b2542582ea3070af"
|
|
1594
|
+
integrity sha512-zSxCSpmQCCdQU5Q4CnX/ID8CSUUI3fvmq4hU/GNP/XoAWtXo9SAVnM3TzpU8Gb//H3WCsT8mJcTfyOk3d9ftNg==
|
|
1599
1595
|
dependencies:
|
|
1600
1596
|
fs-extra "^11.1.1"
|
|
1601
1597
|
tslib "^2.6.0"
|
|
1602
1598
|
|
|
1603
|
-
"@docusaurus/types@3.
|
|
1604
|
-
version "3.
|
|
1605
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.
|
|
1606
|
-
integrity sha512-
|
|
1599
|
+
"@docusaurus/types@3.4.0":
|
|
1600
|
+
version "3.4.0"
|
|
1601
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.4.0.tgz#237c3f737e9db3f7c1a5935a3ef48d6eadde8292"
|
|
1602
|
+
integrity sha512-4jcDO8kXi5Cf9TcyikB/yKmz14f2RZ2qTRerbHAsS+5InE9ZgSLBNLsewtFTcTOXSVcbU3FoGOzcNWAmU1TR0A==
|
|
1607
1603
|
dependencies:
|
|
1608
1604
|
"@mdx-js/mdx" "^3.0.0"
|
|
1609
1605
|
"@types/history" "^4.7.11"
|
|
@@ -1615,33 +1611,35 @@
|
|
|
1615
1611
|
webpack "^5.88.1"
|
|
1616
1612
|
webpack-merge "^5.9.0"
|
|
1617
1613
|
|
|
1618
|
-
"@docusaurus/utils-common@3.
|
|
1619
|
-
version "3.
|
|
1620
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.
|
|
1621
|
-
integrity sha512-
|
|
1614
|
+
"@docusaurus/utils-common@3.4.0":
|
|
1615
|
+
version "3.4.0"
|
|
1616
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.4.0.tgz#2a43fefd35b85ab9fcc6833187e66c15f8bfbbc6"
|
|
1617
|
+
integrity sha512-NVx54Wr4rCEKsjOH5QEVvxIqVvm+9kh7q8aYTU5WzUU9/Hctd6aTrcZ3G0Id4zYJ+AeaG5K5qHA4CY5Kcm2iyQ==
|
|
1622
1618
|
dependencies:
|
|
1623
1619
|
tslib "^2.6.0"
|
|
1624
1620
|
|
|
1625
|
-
"@docusaurus/utils-validation@3.
|
|
1626
|
-
version "3.
|
|
1627
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.
|
|
1628
|
-
integrity sha512
|
|
1621
|
+
"@docusaurus/utils-validation@3.4.0":
|
|
1622
|
+
version "3.4.0"
|
|
1623
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.4.0.tgz#0176f6e503ff45f4390ec2ecb69550f55e0b5eb7"
|
|
1624
|
+
integrity sha512-hYQ9fM+AXYVTWxJOT1EuNaRnrR2WGpRdLDQG07O8UOpsvCPWUVOeo26Rbm0JWY2sGLfzAb+tvJ62yF+8F+TV0g==
|
|
1629
1625
|
dependencies:
|
|
1630
|
-
"@docusaurus/logger" "3.
|
|
1631
|
-
"@docusaurus/utils" "3.
|
|
1632
|
-
"@docusaurus/utils-common" "3.
|
|
1626
|
+
"@docusaurus/logger" "3.4.0"
|
|
1627
|
+
"@docusaurus/utils" "3.4.0"
|
|
1628
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1629
|
+
fs-extra "^11.2.0"
|
|
1633
1630
|
joi "^17.9.2"
|
|
1634
1631
|
js-yaml "^4.1.0"
|
|
1632
|
+
lodash "^4.17.21"
|
|
1635
1633
|
tslib "^2.6.0"
|
|
1636
1634
|
|
|
1637
|
-
"@docusaurus/utils@3.
|
|
1638
|
-
version "3.
|
|
1639
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.
|
|
1640
|
-
integrity sha512-
|
|
1635
|
+
"@docusaurus/utils@3.4.0":
|
|
1636
|
+
version "3.4.0"
|
|
1637
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.4.0.tgz#c508e20627b7a55e2b541e4a28c95e0637d6a204"
|
|
1638
|
+
integrity sha512-fRwnu3L3nnWaXOgs88BVBmG1yGjcQqZNHG+vInhEa2Sz2oQB+ZjbEMO5Rh9ePFpZ0YDiDUhpaVjwmS+AU2F14g==
|
|
1641
1639
|
dependencies:
|
|
1642
|
-
"@docusaurus/logger" "3.
|
|
1643
|
-
"@docusaurus/utils-common" "3.
|
|
1644
|
-
"@svgr/webpack" "^
|
|
1640
|
+
"@docusaurus/logger" "3.4.0"
|
|
1641
|
+
"@docusaurus/utils-common" "3.4.0"
|
|
1642
|
+
"@svgr/webpack" "^8.1.0"
|
|
1645
1643
|
escape-string-regexp "^4.0.0"
|
|
1646
1644
|
file-loader "^6.2.0"
|
|
1647
1645
|
fs-extra "^11.1.1"
|
|
@@ -1657,6 +1655,7 @@
|
|
|
1657
1655
|
shelljs "^0.8.5"
|
|
1658
1656
|
tslib "^2.6.0"
|
|
1659
1657
|
url-loader "^4.1.1"
|
|
1658
|
+
utility-types "^3.10.0"
|
|
1660
1659
|
webpack "^5.88.1"
|
|
1661
1660
|
|
|
1662
1661
|
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
|
|
@@ -1722,7 +1721,7 @@
|
|
|
1722
1721
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
1723
1722
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1724
1723
|
|
|
1725
|
-
"@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1724
|
+
"@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1726
1725
|
version "0.3.25"
|
|
1727
1726
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1728
1727
|
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
@@ -1859,111 +1858,111 @@
|
|
|
1859
1858
|
micromark-util-character "^1.1.0"
|
|
1860
1859
|
micromark-util-symbol "^1.0.1"
|
|
1861
1860
|
|
|
1862
|
-
"@svgr/babel-plugin-add-jsx-attribute
|
|
1863
|
-
version "
|
|
1864
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-
|
|
1865
|
-
integrity sha512-
|
|
1861
|
+
"@svgr/babel-plugin-add-jsx-attribute@8.0.0":
|
|
1862
|
+
version "8.0.0"
|
|
1863
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz#4001f5d5dd87fa13303e36ee106e3ff3a7eb8b22"
|
|
1864
|
+
integrity sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==
|
|
1866
1865
|
|
|
1867
|
-
"@svgr/babel-plugin-remove-jsx-attribute
|
|
1866
|
+
"@svgr/babel-plugin-remove-jsx-attribute@8.0.0":
|
|
1868
1867
|
version "8.0.0"
|
|
1869
1868
|
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz#69177f7937233caca3a1afb051906698f2f59186"
|
|
1870
1869
|
integrity sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==
|
|
1871
1870
|
|
|
1872
|
-
"@svgr/babel-plugin-remove-jsx-empty-expression
|
|
1871
|
+
"@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0":
|
|
1873
1872
|
version "8.0.0"
|
|
1874
1873
|
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz#c2c48104cfd7dcd557f373b70a56e9e3bdae1d44"
|
|
1875
1874
|
integrity sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==
|
|
1876
1875
|
|
|
1877
|
-
"@svgr/babel-plugin-replace-jsx-attribute-value
|
|
1878
|
-
version "
|
|
1879
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-
|
|
1880
|
-
integrity sha512-
|
|
1881
|
-
|
|
1882
|
-
"@svgr/babel-plugin-svg-dynamic-title
|
|
1883
|
-
version "
|
|
1884
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-
|
|
1885
|
-
integrity sha512-
|
|
1886
|
-
|
|
1887
|
-
"@svgr/babel-plugin-svg-em-dimensions
|
|
1888
|
-
version "
|
|
1889
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-
|
|
1890
|
-
integrity sha512-
|
|
1891
|
-
|
|
1892
|
-
"@svgr/babel-plugin-transform-react-native-svg
|
|
1893
|
-
version "
|
|
1894
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-
|
|
1895
|
-
integrity sha512-
|
|
1896
|
-
|
|
1897
|
-
"@svgr/babel-plugin-transform-svg-component
|
|
1898
|
-
version "
|
|
1899
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-
|
|
1900
|
-
integrity sha512-
|
|
1901
|
-
|
|
1902
|
-
"@svgr/babel-preset
|
|
1903
|
-
version "
|
|
1904
|
-
resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-
|
|
1905
|
-
integrity sha512-
|
|
1906
|
-
dependencies:
|
|
1907
|
-
"@svgr/babel-plugin-add-jsx-attribute" "
|
|
1908
|
-
"@svgr/babel-plugin-remove-jsx-attribute" "
|
|
1909
|
-
"@svgr/babel-plugin-remove-jsx-empty-expression" "
|
|
1910
|
-
"@svgr/babel-plugin-replace-jsx-attribute-value" "
|
|
1911
|
-
"@svgr/babel-plugin-svg-dynamic-title" "
|
|
1912
|
-
"@svgr/babel-plugin-svg-em-dimensions" "
|
|
1913
|
-
"@svgr/babel-plugin-transform-react-native-svg" "
|
|
1914
|
-
"@svgr/babel-plugin-transform-svg-component" "
|
|
1915
|
-
|
|
1916
|
-
"@svgr/core
|
|
1917
|
-
version "
|
|
1918
|
-
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-
|
|
1919
|
-
integrity sha512
|
|
1920
|
-
dependencies:
|
|
1921
|
-
"@babel/core" "^7.
|
|
1922
|
-
"@svgr/babel-preset" "
|
|
1923
|
-
"@svgr/plugin-jsx" "^6.5.1"
|
|
1876
|
+
"@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0":
|
|
1877
|
+
version "8.0.0"
|
|
1878
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz#8fbb6b2e91fa26ac5d4aa25c6b6e4f20f9c0ae27"
|
|
1879
|
+
integrity sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==
|
|
1880
|
+
|
|
1881
|
+
"@svgr/babel-plugin-svg-dynamic-title@8.0.0":
|
|
1882
|
+
version "8.0.0"
|
|
1883
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz#1d5ba1d281363fc0f2f29a60d6d936f9bbc657b0"
|
|
1884
|
+
integrity sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==
|
|
1885
|
+
|
|
1886
|
+
"@svgr/babel-plugin-svg-em-dimensions@8.0.0":
|
|
1887
|
+
version "8.0.0"
|
|
1888
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz#35e08df300ea8b1d41cb8f62309c241b0369e501"
|
|
1889
|
+
integrity sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==
|
|
1890
|
+
|
|
1891
|
+
"@svgr/babel-plugin-transform-react-native-svg@8.1.0":
|
|
1892
|
+
version "8.1.0"
|
|
1893
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz#90a8b63998b688b284f255c6a5248abd5b28d754"
|
|
1894
|
+
integrity sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==
|
|
1895
|
+
|
|
1896
|
+
"@svgr/babel-plugin-transform-svg-component@8.0.0":
|
|
1897
|
+
version "8.0.0"
|
|
1898
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz#013b4bfca88779711f0ed2739f3f7efcefcf4f7e"
|
|
1899
|
+
integrity sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==
|
|
1900
|
+
|
|
1901
|
+
"@svgr/babel-preset@8.1.0":
|
|
1902
|
+
version "8.1.0"
|
|
1903
|
+
resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-8.1.0.tgz#0e87119aecdf1c424840b9d4565b7137cabf9ece"
|
|
1904
|
+
integrity sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==
|
|
1905
|
+
dependencies:
|
|
1906
|
+
"@svgr/babel-plugin-add-jsx-attribute" "8.0.0"
|
|
1907
|
+
"@svgr/babel-plugin-remove-jsx-attribute" "8.0.0"
|
|
1908
|
+
"@svgr/babel-plugin-remove-jsx-empty-expression" "8.0.0"
|
|
1909
|
+
"@svgr/babel-plugin-replace-jsx-attribute-value" "8.0.0"
|
|
1910
|
+
"@svgr/babel-plugin-svg-dynamic-title" "8.0.0"
|
|
1911
|
+
"@svgr/babel-plugin-svg-em-dimensions" "8.0.0"
|
|
1912
|
+
"@svgr/babel-plugin-transform-react-native-svg" "8.1.0"
|
|
1913
|
+
"@svgr/babel-plugin-transform-svg-component" "8.0.0"
|
|
1914
|
+
|
|
1915
|
+
"@svgr/core@8.1.0":
|
|
1916
|
+
version "8.1.0"
|
|
1917
|
+
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-8.1.0.tgz#41146f9b40b1a10beaf5cc4f361a16a3c1885e88"
|
|
1918
|
+
integrity sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==
|
|
1919
|
+
dependencies:
|
|
1920
|
+
"@babel/core" "^7.21.3"
|
|
1921
|
+
"@svgr/babel-preset" "8.1.0"
|
|
1924
1922
|
camelcase "^6.2.0"
|
|
1925
|
-
cosmiconfig "^
|
|
1923
|
+
cosmiconfig "^8.1.3"
|
|
1924
|
+
snake-case "^3.0.4"
|
|
1926
1925
|
|
|
1927
|
-
"@svgr/hast-util-to-babel-ast
|
|
1928
|
-
version "
|
|
1929
|
-
resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-
|
|
1930
|
-
integrity sha512-
|
|
1926
|
+
"@svgr/hast-util-to-babel-ast@8.0.0":
|
|
1927
|
+
version "8.0.0"
|
|
1928
|
+
resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz#6952fd9ce0f470e1aded293b792a2705faf4ffd4"
|
|
1929
|
+
integrity sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==
|
|
1931
1930
|
dependencies:
|
|
1932
|
-
"@babel/types" "^7.
|
|
1931
|
+
"@babel/types" "^7.21.3"
|
|
1933
1932
|
entities "^4.4.0"
|
|
1934
1933
|
|
|
1935
|
-
"@svgr/plugin-jsx
|
|
1936
|
-
version "
|
|
1937
|
-
resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-
|
|
1938
|
-
integrity sha512
|
|
1934
|
+
"@svgr/plugin-jsx@8.1.0":
|
|
1935
|
+
version "8.1.0"
|
|
1936
|
+
resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz#96969f04a24b58b174ee4cd974c60475acbd6928"
|
|
1937
|
+
integrity sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==
|
|
1939
1938
|
dependencies:
|
|
1940
|
-
"@babel/core" "^7.
|
|
1941
|
-
"@svgr/babel-preset" "
|
|
1942
|
-
"@svgr/hast-util-to-babel-ast" "
|
|
1939
|
+
"@babel/core" "^7.21.3"
|
|
1940
|
+
"@svgr/babel-preset" "8.1.0"
|
|
1941
|
+
"@svgr/hast-util-to-babel-ast" "8.0.0"
|
|
1943
1942
|
svg-parser "^2.0.4"
|
|
1944
1943
|
|
|
1945
|
-
"@svgr/plugin-svgo
|
|
1946
|
-
version "
|
|
1947
|
-
resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-
|
|
1948
|
-
integrity sha512-
|
|
1944
|
+
"@svgr/plugin-svgo@8.1.0":
|
|
1945
|
+
version "8.1.0"
|
|
1946
|
+
resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz#b115b7b967b564f89ac58feae89b88c3decd0f00"
|
|
1947
|
+
integrity sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==
|
|
1949
1948
|
dependencies:
|
|
1950
|
-
cosmiconfig "^
|
|
1951
|
-
deepmerge "^4.
|
|
1952
|
-
svgo "^
|
|
1949
|
+
cosmiconfig "^8.1.3"
|
|
1950
|
+
deepmerge "^4.3.1"
|
|
1951
|
+
svgo "^3.0.2"
|
|
1953
1952
|
|
|
1954
|
-
"@svgr/webpack@^
|
|
1955
|
-
version "
|
|
1956
|
-
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-
|
|
1957
|
-
integrity sha512-
|
|
1953
|
+
"@svgr/webpack@^8.1.0":
|
|
1954
|
+
version "8.1.0"
|
|
1955
|
+
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-8.1.0.tgz#16f1b5346f102f89fda6ec7338b96a701d8be0c2"
|
|
1956
|
+
integrity sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==
|
|
1958
1957
|
dependencies:
|
|
1959
|
-
"@babel/core" "^7.
|
|
1960
|
-
"@babel/plugin-transform-react-constant-elements" "^7.
|
|
1961
|
-
"@babel/preset-env" "^7.
|
|
1958
|
+
"@babel/core" "^7.21.3"
|
|
1959
|
+
"@babel/plugin-transform-react-constant-elements" "^7.21.3"
|
|
1960
|
+
"@babel/preset-env" "^7.20.2"
|
|
1962
1961
|
"@babel/preset-react" "^7.18.6"
|
|
1963
|
-
"@babel/preset-typescript" "^7.
|
|
1964
|
-
"@svgr/core" "
|
|
1965
|
-
"@svgr/plugin-jsx" "
|
|
1966
|
-
"@svgr/plugin-svgo" "
|
|
1962
|
+
"@babel/preset-typescript" "^7.21.0"
|
|
1963
|
+
"@svgr/core" "8.1.0"
|
|
1964
|
+
"@svgr/plugin-jsx" "8.1.0"
|
|
1965
|
+
"@svgr/plugin-svgo" "8.1.0"
|
|
1967
1966
|
|
|
1968
1967
|
"@szmarczak/http-timer@^5.0.1":
|
|
1969
1968
|
version "5.0.1"
|
|
@@ -2050,9 +2049,9 @@
|
|
|
2050
2049
|
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
|
2051
2050
|
|
|
2052
2051
|
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
|
|
2053
|
-
version "4.19.
|
|
2054
|
-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.
|
|
2055
|
-
integrity sha512-
|
|
2052
|
+
version "4.19.5"
|
|
2053
|
+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
|
|
2054
|
+
integrity sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==
|
|
2056
2055
|
dependencies:
|
|
2057
2056
|
"@types/node" "*"
|
|
2058
2057
|
"@types/qs" "*"
|
|
@@ -2133,9 +2132,9 @@
|
|
|
2133
2132
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2134
2133
|
|
|
2135
2134
|
"@types/mdast@^4.0.0", "@types/mdast@^4.0.2":
|
|
2136
|
-
version "4.0.
|
|
2137
|
-
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.
|
|
2138
|
-
integrity sha512-
|
|
2135
|
+
version "4.0.4"
|
|
2136
|
+
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
|
|
2137
|
+
integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
|
|
2139
2138
|
dependencies:
|
|
2140
2139
|
"@types/unist" "*"
|
|
2141
2140
|
|
|
@@ -2162,9 +2161,9 @@
|
|
|
2162
2161
|
"@types/node" "*"
|
|
2163
2162
|
|
|
2164
2163
|
"@types/node@*":
|
|
2165
|
-
version "20.
|
|
2166
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.
|
|
2167
|
-
integrity sha512-
|
|
2164
|
+
version "20.14.7"
|
|
2165
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.7.tgz#342cada27f97509eb8eb2dbc003edf21ce8ab5a8"
|
|
2166
|
+
integrity sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==
|
|
2168
2167
|
dependencies:
|
|
2169
2168
|
undici-types "~5.26.4"
|
|
2170
2169
|
|
|
@@ -2179,9 +2178,9 @@
|
|
|
2179
2178
|
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
|
|
2180
2179
|
|
|
2181
2180
|
"@types/prismjs@^1.26.0":
|
|
2182
|
-
version "1.26.
|
|
2183
|
-
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.
|
|
2184
|
-
integrity sha512-
|
|
2181
|
+
version "1.26.4"
|
|
2182
|
+
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.4.tgz#1a9e1074619ce1d7322669e5b46fbe823925103a"
|
|
2183
|
+
integrity sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==
|
|
2185
2184
|
|
|
2186
2185
|
"@types/prop-types@*":
|
|
2187
2186
|
version "15.7.12"
|
|
@@ -2225,9 +2224,9 @@
|
|
|
2225
2224
|
"@types/react" "*"
|
|
2226
2225
|
|
|
2227
2226
|
"@types/react@*":
|
|
2228
|
-
version "18.
|
|
2229
|
-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.
|
|
2230
|
-
integrity sha512-
|
|
2227
|
+
version "18.3.3"
|
|
2228
|
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
|
|
2229
|
+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
|
|
2231
2230
|
dependencies:
|
|
2232
2231
|
"@types/prop-types" "*"
|
|
2233
2232
|
csstype "^3.0.2"
|
|
@@ -2448,10 +2447,10 @@ accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
|
|
|
2448
2447
|
mime-types "~2.1.34"
|
|
2449
2448
|
negotiator "0.6.3"
|
|
2450
2449
|
|
|
2451
|
-
acorn-import-
|
|
2452
|
-
version "1.9.
|
|
2453
|
-
resolved "https://registry.yarnpkg.com/acorn-import-
|
|
2454
|
-
integrity sha512-
|
|
2450
|
+
acorn-import-attributes@^1.9.5:
|
|
2451
|
+
version "1.9.5"
|
|
2452
|
+
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
|
|
2453
|
+
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
|
|
2455
2454
|
|
|
2456
2455
|
acorn-jsx@^5.0.0:
|
|
2457
2456
|
version "5.3.2"
|
|
@@ -2459,14 +2458,16 @@ acorn-jsx@^5.0.0:
|
|
|
2459
2458
|
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
|
|
2460
2459
|
|
|
2461
2460
|
acorn-walk@^8.0.0:
|
|
2462
|
-
version "8.3.
|
|
2463
|
-
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.
|
|
2464
|
-
integrity sha512-
|
|
2461
|
+
version "8.3.3"
|
|
2462
|
+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e"
|
|
2463
|
+
integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==
|
|
2464
|
+
dependencies:
|
|
2465
|
+
acorn "^8.11.0"
|
|
2465
2466
|
|
|
2466
|
-
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.7.1, acorn@^8.8.2:
|
|
2467
|
-
version "8.
|
|
2468
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.
|
|
2469
|
-
integrity sha512-
|
|
2467
|
+
acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.7.1, acorn@^8.8.2:
|
|
2468
|
+
version "8.12.0"
|
|
2469
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
|
|
2470
|
+
integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
|
|
2470
2471
|
|
|
2471
2472
|
address@^1.0.1, address@^1.1.2:
|
|
2472
2473
|
version "1.2.2"
|
|
@@ -2511,19 +2512,19 @@ ajv@^6.12.2, ajv@^6.12.5:
|
|
|
2511
2512
|
uri-js "^4.2.2"
|
|
2512
2513
|
|
|
2513
2514
|
ajv@^8.0.0, ajv@^8.9.0:
|
|
2514
|
-
version "8.
|
|
2515
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
2516
|
-
integrity sha512-
|
|
2515
|
+
version "8.16.0"
|
|
2516
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
|
|
2517
|
+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
2517
2518
|
dependencies:
|
|
2518
|
-
fast-deep-equal "^3.1.
|
|
2519
|
+
fast-deep-equal "^3.1.3"
|
|
2519
2520
|
json-schema-traverse "^1.0.0"
|
|
2520
2521
|
require-from-string "^2.0.2"
|
|
2521
|
-
uri-js "^4.
|
|
2522
|
+
uri-js "^4.4.1"
|
|
2522
2523
|
|
|
2523
2524
|
algoliasearch-helper@^3.13.3:
|
|
2524
|
-
version "3.
|
|
2525
|
-
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.
|
|
2526
|
-
integrity sha512-
|
|
2525
|
+
version "3.22.1"
|
|
2526
|
+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.1.tgz#c4b91265aa2e58eea4413bc57c4611eaf391e597"
|
|
2527
|
+
integrity sha512-fSxJ4YreH4kOME9CnKazbAn2tK/rvBoV37ETd6nTt4j7QfkcnW+c+F22WfuE9Q/sRpvOMnUwU/BXAVEiwW7p/w==
|
|
2527
2528
|
dependencies:
|
|
2528
2529
|
"@algolia/events" "^4.0.1"
|
|
2529
2530
|
|
|
@@ -2634,7 +2635,7 @@ at-least-node@^1.0.0:
|
|
|
2634
2635
|
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
|
2635
2636
|
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
|
2636
2637
|
|
|
2637
|
-
autoprefixer@^10.4.
|
|
2638
|
+
autoprefixer@^10.4.14, autoprefixer@^10.4.19:
|
|
2638
2639
|
version "10.4.19"
|
|
2639
2640
|
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
|
|
2640
2641
|
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
|
|
@@ -2662,12 +2663,12 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
|
|
2662
2663
|
object.assign "^4.1.0"
|
|
2663
2664
|
|
|
2664
2665
|
babel-plugin-polyfill-corejs2@^0.4.10:
|
|
2665
|
-
version "0.4.
|
|
2666
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
2667
|
-
integrity sha512-
|
|
2666
|
+
version "0.4.11"
|
|
2667
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
|
|
2668
|
+
integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
|
|
2668
2669
|
dependencies:
|
|
2669
2670
|
"@babel/compat-data" "^7.22.6"
|
|
2670
|
-
"@babel/helper-define-polyfill-provider" "^0.6.
|
|
2671
|
+
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
|
2671
2672
|
semver "^6.3.1"
|
|
2672
2673
|
|
|
2673
2674
|
babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
|
|
@@ -2679,11 +2680,11 @@ babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
|
|
|
2679
2680
|
core-js-compat "^3.36.1"
|
|
2680
2681
|
|
|
2681
2682
|
babel-plugin-polyfill-regenerator@^0.6.1:
|
|
2682
|
-
version "0.6.
|
|
2683
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
2684
|
-
integrity sha512-
|
|
2683
|
+
version "0.6.2"
|
|
2684
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
|
|
2685
|
+
integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
|
|
2685
2686
|
dependencies:
|
|
2686
|
-
"@babel/helper-define-polyfill-provider" "^0.6.
|
|
2687
|
+
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
|
2687
2688
|
|
|
2688
2689
|
bail@^2.0.0:
|
|
2689
2690
|
version "2.0.2"
|
|
@@ -2777,22 +2778,22 @@ brace-expansion@^1.1.7:
|
|
|
2777
2778
|
balanced-match "^1.0.0"
|
|
2778
2779
|
concat-map "0.0.1"
|
|
2779
2780
|
|
|
2780
|
-
braces@^3.0.
|
|
2781
|
-
version "3.0.
|
|
2782
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.
|
|
2783
|
-
integrity sha512-
|
|
2781
|
+
braces@^3.0.3, braces@~3.0.2:
|
|
2782
|
+
version "3.0.3"
|
|
2783
|
+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
|
2784
|
+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
|
|
2784
2785
|
dependencies:
|
|
2785
|
-
fill-range "^7.
|
|
2786
|
+
fill-range "^7.1.1"
|
|
2786
2787
|
|
|
2787
|
-
browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.
|
|
2788
|
-
version "4.23.
|
|
2789
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.
|
|
2790
|
-
integrity sha512-
|
|
2788
|
+
browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.23.0:
|
|
2789
|
+
version "4.23.1"
|
|
2790
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96"
|
|
2791
|
+
integrity sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==
|
|
2791
2792
|
dependencies:
|
|
2792
|
-
caniuse-lite "^1.0.
|
|
2793
|
-
electron-to-chromium "^1.4.
|
|
2793
|
+
caniuse-lite "^1.0.30001629"
|
|
2794
|
+
electron-to-chromium "^1.4.796"
|
|
2794
2795
|
node-releases "^2.0.14"
|
|
2795
|
-
update-browserslist-db "^1.0.
|
|
2796
|
+
update-browserslist-db "^1.0.16"
|
|
2796
2797
|
|
|
2797
2798
|
buffer-from@^1.0.0:
|
|
2798
2799
|
version "1.1.2"
|
|
@@ -2871,10 +2872,10 @@ caniuse-api@^3.0.0:
|
|
|
2871
2872
|
lodash.memoize "^4.1.2"
|
|
2872
2873
|
lodash.uniq "^4.5.0"
|
|
2873
2874
|
|
|
2874
|
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.
|
|
2875
|
-
version "1.0.
|
|
2876
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
2877
|
-
integrity sha512-
|
|
2875
|
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
|
|
2876
|
+
version "1.0.30001636"
|
|
2877
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78"
|
|
2878
|
+
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==
|
|
2878
2879
|
|
|
2879
2880
|
ccount@^2.0.0:
|
|
2880
2881
|
version "2.0.1"
|
|
@@ -2969,9 +2970,9 @@ chokidar@^3.4.2, chokidar@^3.5.3:
|
|
|
2969
2970
|
fsevents "~2.3.2"
|
|
2970
2971
|
|
|
2971
2972
|
chrome-trace-event@^1.0.2:
|
|
2972
|
-
version "1.0.
|
|
2973
|
-
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.
|
|
2974
|
-
integrity sha512-
|
|
2973
|
+
version "1.0.4"
|
|
2974
|
+
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
|
|
2975
|
+
integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
|
|
2975
2976
|
|
|
2976
2977
|
ci-info@^3.2.0:
|
|
2977
2978
|
version "3.9.0"
|
|
@@ -2996,9 +2997,9 @@ cli-boxes@^3.0.0:
|
|
|
2996
2997
|
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
|
|
2997
2998
|
|
|
2998
2999
|
cli-table3@^0.6.3:
|
|
2999
|
-
version "0.6.
|
|
3000
|
-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.
|
|
3001
|
-
integrity sha512
|
|
3000
|
+
version "0.6.5"
|
|
3001
|
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
|
|
3002
|
+
integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
|
|
3002
3003
|
dependencies:
|
|
3003
3004
|
string-width "^4.2.0"
|
|
3004
3005
|
optionalDependencies:
|
|
@@ -3013,10 +3014,10 @@ clone-deep@^4.0.1:
|
|
|
3013
3014
|
kind-of "^6.0.2"
|
|
3014
3015
|
shallow-clone "^3.0.0"
|
|
3015
3016
|
|
|
3016
|
-
clsx@^2.0.0, clsx@^2.1.
|
|
3017
|
-
version "2.1.
|
|
3018
|
-
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.
|
|
3019
|
-
integrity sha512-
|
|
3017
|
+
clsx@^2.0.0, clsx@^2.1.1:
|
|
3018
|
+
version "2.1.1"
|
|
3019
|
+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
|
|
3020
|
+
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
|
|
3020
3021
|
|
|
3021
3022
|
collapse-white-space@^2.0.0:
|
|
3022
3023
|
version "2.1.0"
|
|
@@ -3047,7 +3048,7 @@ color-name@~1.1.4:
|
|
|
3047
3048
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
3048
3049
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
3049
3050
|
|
|
3050
|
-
colord@^2.9.
|
|
3051
|
+
colord@^2.9.3:
|
|
3051
3052
|
version "2.9.3"
|
|
3052
3053
|
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
|
|
3053
3054
|
integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
|
|
@@ -3201,21 +3202,21 @@ copy-webpack-plugin@^11.0.0:
|
|
|
3201
3202
|
serialize-javascript "^6.0.0"
|
|
3202
3203
|
|
|
3203
3204
|
core-js-compat@^3.31.0, core-js-compat@^3.36.1:
|
|
3204
|
-
version "3.37.
|
|
3205
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.
|
|
3206
|
-
integrity sha512-
|
|
3205
|
+
version "3.37.1"
|
|
3206
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
|
|
3207
|
+
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
|
|
3207
3208
|
dependencies:
|
|
3208
3209
|
browserslist "^4.23.0"
|
|
3209
3210
|
|
|
3210
3211
|
core-js-pure@^3.30.2:
|
|
3211
|
-
version "3.37.
|
|
3212
|
-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.
|
|
3213
|
-
integrity sha512-
|
|
3212
|
+
version "3.37.1"
|
|
3213
|
+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.1.tgz#2b4b34281f54db06c9a9a5bd60105046900553bd"
|
|
3214
|
+
integrity sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==
|
|
3214
3215
|
|
|
3215
3216
|
core-js@^3.31.1:
|
|
3216
|
-
version "3.37.
|
|
3217
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.
|
|
3218
|
-
integrity sha512-
|
|
3217
|
+
version "3.37.1"
|
|
3218
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9"
|
|
3219
|
+
integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==
|
|
3219
3220
|
|
|
3220
3221
|
core-util-is@~1.0.0:
|
|
3221
3222
|
version "1.0.3"
|
|
@@ -3233,18 +3234,7 @@ cosmiconfig@^6.0.0:
|
|
|
3233
3234
|
path-type "^4.0.0"
|
|
3234
3235
|
yaml "^1.7.2"
|
|
3235
3236
|
|
|
3236
|
-
cosmiconfig@^
|
|
3237
|
-
version "7.1.0"
|
|
3238
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
|
|
3239
|
-
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
|
|
3240
|
-
dependencies:
|
|
3241
|
-
"@types/parse-json" "^4.0.0"
|
|
3242
|
-
import-fresh "^3.2.1"
|
|
3243
|
-
parse-json "^5.0.0"
|
|
3244
|
-
path-type "^4.0.0"
|
|
3245
|
-
yaml "^1.10.0"
|
|
3246
|
-
|
|
3247
|
-
cosmiconfig@^8.3.5:
|
|
3237
|
+
cosmiconfig@^8.1.3, cosmiconfig@^8.3.5:
|
|
3248
3238
|
version "8.3.6"
|
|
3249
3239
|
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
|
|
3250
3240
|
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
|
|
@@ -3270,10 +3260,10 @@ crypto-random-string@^4.0.0:
|
|
|
3270
3260
|
dependencies:
|
|
3271
3261
|
type-fest "^1.0.1"
|
|
3272
3262
|
|
|
3273
|
-
css-declaration-sorter@^
|
|
3274
|
-
version "
|
|
3275
|
-
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-
|
|
3276
|
-
integrity sha512-
|
|
3263
|
+
css-declaration-sorter@^7.2.0:
|
|
3264
|
+
version "7.2.0"
|
|
3265
|
+
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz#6dec1c9523bc4a643e088aab8f09e67a54961024"
|
|
3266
|
+
integrity sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==
|
|
3277
3267
|
|
|
3278
3268
|
css-loader@^6.8.1:
|
|
3279
3269
|
version "6.11.0"
|
|
@@ -3289,17 +3279,17 @@ css-loader@^6.8.1:
|
|
|
3289
3279
|
postcss-value-parser "^4.2.0"
|
|
3290
3280
|
semver "^7.5.4"
|
|
3291
3281
|
|
|
3292
|
-
css-minimizer-webpack-plugin@^
|
|
3293
|
-
version "
|
|
3294
|
-
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-
|
|
3295
|
-
integrity sha512-
|
|
3296
|
-
dependencies:
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3282
|
+
css-minimizer-webpack-plugin@^5.0.1:
|
|
3283
|
+
version "5.0.1"
|
|
3284
|
+
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-5.0.1.tgz#33effe662edb1a0bf08ad633c32fa75d0f7ec565"
|
|
3285
|
+
integrity sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==
|
|
3286
|
+
dependencies:
|
|
3287
|
+
"@jridgewell/trace-mapping" "^0.3.18"
|
|
3288
|
+
cssnano "^6.0.1"
|
|
3289
|
+
jest-worker "^29.4.3"
|
|
3290
|
+
postcss "^8.4.24"
|
|
3291
|
+
schema-utils "^4.0.1"
|
|
3292
|
+
serialize-javascript "^6.0.1"
|
|
3303
3293
|
|
|
3304
3294
|
css-select@^4.1.3:
|
|
3305
3295
|
version "4.3.0"
|
|
@@ -3323,13 +3313,21 @@ css-select@^5.1.0:
|
|
|
3323
3313
|
domutils "^3.0.1"
|
|
3324
3314
|
nth-check "^2.0.1"
|
|
3325
3315
|
|
|
3326
|
-
css-tree@^
|
|
3327
|
-
version "
|
|
3328
|
-
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-
|
|
3329
|
-
integrity sha512-
|
|
3316
|
+
css-tree@^2.3.1:
|
|
3317
|
+
version "2.3.1"
|
|
3318
|
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.3.1.tgz#10264ce1e5442e8572fc82fbe490644ff54b5c20"
|
|
3319
|
+
integrity sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==
|
|
3320
|
+
dependencies:
|
|
3321
|
+
mdn-data "2.0.30"
|
|
3322
|
+
source-map-js "^1.0.1"
|
|
3323
|
+
|
|
3324
|
+
css-tree@~2.2.0:
|
|
3325
|
+
version "2.2.1"
|
|
3326
|
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.2.1.tgz#36115d382d60afd271e377f9c5f67d02bd48c032"
|
|
3327
|
+
integrity sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==
|
|
3330
3328
|
dependencies:
|
|
3331
|
-
mdn-data "2.0.
|
|
3332
|
-
source-map "^0.
|
|
3329
|
+
mdn-data "2.0.28"
|
|
3330
|
+
source-map-js "^1.0.1"
|
|
3333
3331
|
|
|
3334
3332
|
css-what@^6.0.1, css-what@^6.1.0:
|
|
3335
3333
|
version "6.1.0"
|
|
@@ -3341,73 +3339,74 @@ cssesc@^3.0.0:
|
|
|
3341
3339
|
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
|
3342
3340
|
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
|
3343
3341
|
|
|
3344
|
-
cssnano-preset-advanced@^
|
|
3345
|
-
version "
|
|
3346
|
-
resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-
|
|
3347
|
-
integrity sha512-
|
|
3348
|
-
dependencies:
|
|
3349
|
-
autoprefixer "^10.4.
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
postcss-
|
|
3353
|
-
postcss-
|
|
3354
|
-
postcss-
|
|
3355
|
-
|
|
3356
|
-
cssnano-preset-default@^5.2.14:
|
|
3357
|
-
version "5.2.14"
|
|
3358
|
-
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8"
|
|
3359
|
-
integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==
|
|
3360
|
-
dependencies:
|
|
3361
|
-
css-declaration-sorter "^6.3.1"
|
|
3362
|
-
cssnano-utils "^3.1.0"
|
|
3363
|
-
postcss-calc "^8.2.3"
|
|
3364
|
-
postcss-colormin "^5.3.1"
|
|
3365
|
-
postcss-convert-values "^5.1.3"
|
|
3366
|
-
postcss-discard-comments "^5.1.2"
|
|
3367
|
-
postcss-discard-duplicates "^5.1.0"
|
|
3368
|
-
postcss-discard-empty "^5.1.1"
|
|
3369
|
-
postcss-discard-overridden "^5.1.0"
|
|
3370
|
-
postcss-merge-longhand "^5.1.7"
|
|
3371
|
-
postcss-merge-rules "^5.1.4"
|
|
3372
|
-
postcss-minify-font-values "^5.1.0"
|
|
3373
|
-
postcss-minify-gradients "^5.1.1"
|
|
3374
|
-
postcss-minify-params "^5.1.4"
|
|
3375
|
-
postcss-minify-selectors "^5.2.1"
|
|
3376
|
-
postcss-normalize-charset "^5.1.0"
|
|
3377
|
-
postcss-normalize-display-values "^5.1.0"
|
|
3378
|
-
postcss-normalize-positions "^5.1.1"
|
|
3379
|
-
postcss-normalize-repeat-style "^5.1.1"
|
|
3380
|
-
postcss-normalize-string "^5.1.0"
|
|
3381
|
-
postcss-normalize-timing-functions "^5.1.0"
|
|
3382
|
-
postcss-normalize-unicode "^5.1.1"
|
|
3383
|
-
postcss-normalize-url "^5.1.0"
|
|
3384
|
-
postcss-normalize-whitespace "^5.1.1"
|
|
3385
|
-
postcss-ordered-values "^5.1.3"
|
|
3386
|
-
postcss-reduce-initial "^5.1.2"
|
|
3387
|
-
postcss-reduce-transforms "^5.1.0"
|
|
3388
|
-
postcss-svgo "^5.1.0"
|
|
3389
|
-
postcss-unique-selectors "^5.1.1"
|
|
3390
|
-
|
|
3391
|
-
cssnano-utils@^3.1.0:
|
|
3392
|
-
version "3.1.0"
|
|
3393
|
-
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861"
|
|
3394
|
-
integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
|
|
3342
|
+
cssnano-preset-advanced@^6.1.2:
|
|
3343
|
+
version "6.1.2"
|
|
3344
|
+
resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-6.1.2.tgz#82b090872b8f98c471f681d541c735acf8b94d3f"
|
|
3345
|
+
integrity sha512-Nhao7eD8ph2DoHolEzQs5CfRpiEP0xa1HBdnFZ82kvqdmbwVBUr2r1QuQ4t1pi+D1ZpqpcO4T+wy/7RxzJ/WPQ==
|
|
3346
|
+
dependencies:
|
|
3347
|
+
autoprefixer "^10.4.19"
|
|
3348
|
+
browserslist "^4.23.0"
|
|
3349
|
+
cssnano-preset-default "^6.1.2"
|
|
3350
|
+
postcss-discard-unused "^6.0.5"
|
|
3351
|
+
postcss-merge-idents "^6.0.3"
|
|
3352
|
+
postcss-reduce-idents "^6.0.3"
|
|
3353
|
+
postcss-zindex "^6.0.2"
|
|
3395
3354
|
|
|
3396
|
-
cssnano@^
|
|
3397
|
-
version "
|
|
3398
|
-
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-
|
|
3399
|
-
integrity sha512-
|
|
3355
|
+
cssnano-preset-default@^6.1.2:
|
|
3356
|
+
version "6.1.2"
|
|
3357
|
+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz#adf4b89b975aa775f2750c89dbaf199bbd9da35e"
|
|
3358
|
+
integrity sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==
|
|
3400
3359
|
dependencies:
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3360
|
+
browserslist "^4.23.0"
|
|
3361
|
+
css-declaration-sorter "^7.2.0"
|
|
3362
|
+
cssnano-utils "^4.0.2"
|
|
3363
|
+
postcss-calc "^9.0.1"
|
|
3364
|
+
postcss-colormin "^6.1.0"
|
|
3365
|
+
postcss-convert-values "^6.1.0"
|
|
3366
|
+
postcss-discard-comments "^6.0.2"
|
|
3367
|
+
postcss-discard-duplicates "^6.0.3"
|
|
3368
|
+
postcss-discard-empty "^6.0.3"
|
|
3369
|
+
postcss-discard-overridden "^6.0.2"
|
|
3370
|
+
postcss-merge-longhand "^6.0.5"
|
|
3371
|
+
postcss-merge-rules "^6.1.1"
|
|
3372
|
+
postcss-minify-font-values "^6.1.0"
|
|
3373
|
+
postcss-minify-gradients "^6.0.3"
|
|
3374
|
+
postcss-minify-params "^6.1.0"
|
|
3375
|
+
postcss-minify-selectors "^6.0.4"
|
|
3376
|
+
postcss-normalize-charset "^6.0.2"
|
|
3377
|
+
postcss-normalize-display-values "^6.0.2"
|
|
3378
|
+
postcss-normalize-positions "^6.0.2"
|
|
3379
|
+
postcss-normalize-repeat-style "^6.0.2"
|
|
3380
|
+
postcss-normalize-string "^6.0.2"
|
|
3381
|
+
postcss-normalize-timing-functions "^6.0.2"
|
|
3382
|
+
postcss-normalize-unicode "^6.1.0"
|
|
3383
|
+
postcss-normalize-url "^6.0.2"
|
|
3384
|
+
postcss-normalize-whitespace "^6.0.2"
|
|
3385
|
+
postcss-ordered-values "^6.0.2"
|
|
3386
|
+
postcss-reduce-initial "^6.1.0"
|
|
3387
|
+
postcss-reduce-transforms "^6.0.2"
|
|
3388
|
+
postcss-svgo "^6.0.3"
|
|
3389
|
+
postcss-unique-selectors "^6.0.4"
|
|
3390
|
+
|
|
3391
|
+
cssnano-utils@^4.0.2:
|
|
3392
|
+
version "4.0.2"
|
|
3393
|
+
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-4.0.2.tgz#56f61c126cd0f11f2eef1596239d730d9fceff3c"
|
|
3394
|
+
integrity sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==
|
|
3404
3395
|
|
|
3405
|
-
|
|
3406
|
-
version "
|
|
3407
|
-
resolved "https://registry.yarnpkg.com/
|
|
3408
|
-
integrity sha512-
|
|
3396
|
+
cssnano@^6.0.1, cssnano@^6.1.2:
|
|
3397
|
+
version "6.1.2"
|
|
3398
|
+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-6.1.2.tgz#4bd19e505bd37ee7cf0dc902d3d869f6d79c66b8"
|
|
3399
|
+
integrity sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==
|
|
3409
3400
|
dependencies:
|
|
3410
|
-
|
|
3401
|
+
cssnano-preset-default "^6.1.2"
|
|
3402
|
+
lilconfig "^3.1.1"
|
|
3403
|
+
|
|
3404
|
+
csso@^5.0.5:
|
|
3405
|
+
version "5.0.5"
|
|
3406
|
+
resolved "https://registry.yarnpkg.com/csso/-/csso-5.0.5.tgz#f9b7fe6cc6ac0b7d90781bb16d5e9874303e2ca6"
|
|
3407
|
+
integrity sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==
|
|
3408
|
+
dependencies:
|
|
3409
|
+
css-tree "~2.2.0"
|
|
3411
3410
|
|
|
3412
3411
|
csstype@^3.0.2:
|
|
3413
3412
|
version "3.1.3"
|
|
@@ -3427,9 +3426,9 @@ debug@2.6.9, debug@^2.6.0:
|
|
|
3427
3426
|
ms "2.0.0"
|
|
3428
3427
|
|
|
3429
3428
|
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
|
|
3430
|
-
version "4.3.
|
|
3431
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.
|
|
3432
|
-
integrity sha512-
|
|
3429
|
+
version "4.3.5"
|
|
3430
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
|
|
3431
|
+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
|
|
3433
3432
|
dependencies:
|
|
3434
3433
|
ms "2.1.2"
|
|
3435
3434
|
|
|
@@ -3452,7 +3451,7 @@ deep-extend@^0.6.0:
|
|
|
3452
3451
|
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
|
3453
3452
|
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
|
3454
3453
|
|
|
3455
|
-
deepmerge@^4.2.2:
|
|
3454
|
+
deepmerge@^4.2.2, deepmerge@^4.3.1:
|
|
3456
3455
|
version "4.3.1"
|
|
3457
3456
|
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
|
|
3458
3457
|
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
|
|
@@ -3540,9 +3539,9 @@ detect-port-alt@^1.1.6:
|
|
|
3540
3539
|
debug "^2.6.0"
|
|
3541
3540
|
|
|
3542
3541
|
detect-port@^1.5.1:
|
|
3543
|
-
version "1.
|
|
3544
|
-
resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.
|
|
3545
|
-
integrity sha512-
|
|
3542
|
+
version "1.6.1"
|
|
3543
|
+
resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.6.1.tgz#45e4073997c5f292b957cb678fb0bb8ed4250a67"
|
|
3544
|
+
integrity sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==
|
|
3546
3545
|
dependencies:
|
|
3547
3546
|
address "^1.0.1"
|
|
3548
3547
|
debug "4"
|
|
@@ -3660,10 +3659,10 @@ ee-first@1.1.1:
|
|
|
3660
3659
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
|
3661
3660
|
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
|
3662
3661
|
|
|
3663
|
-
electron-to-chromium@^1.4.
|
|
3664
|
-
version "1.4.
|
|
3665
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
3666
|
-
integrity sha512-
|
|
3662
|
+
electron-to-chromium@^1.4.796:
|
|
3663
|
+
version "1.4.808"
|
|
3664
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.808.tgz#85b2f93a5e32c2949a1a4d39375851945c936835"
|
|
3665
|
+
integrity sha512-0ItWyhPYnww2VOuCGF4s1LTfbrdAV2ajy/TN+ZTuhR23AHI6rWHCrBXJ/uxoXOvRRqw8qjYVrG81HFI7x/2wdQ==
|
|
3667
3666
|
|
|
3668
3667
|
emoji-regex@^8.0.0:
|
|
3669
3668
|
version "8.0.0"
|
|
@@ -3695,10 +3694,10 @@ encodeurl@~1.0.2:
|
|
|
3695
3694
|
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
|
3696
3695
|
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
|
|
3697
3696
|
|
|
3698
|
-
enhanced-resolve@^5.
|
|
3699
|
-
version "5.
|
|
3700
|
-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.
|
|
3701
|
-
integrity sha512-
|
|
3697
|
+
enhanced-resolve@^5.17.0:
|
|
3698
|
+
version "5.17.0"
|
|
3699
|
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
|
|
3700
|
+
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
|
|
3702
3701
|
dependencies:
|
|
3703
3702
|
graceful-fs "^4.2.4"
|
|
3704
3703
|
tapable "^2.2.0"
|
|
@@ -3733,11 +3732,11 @@ es-errors@^1.3.0:
|
|
|
3733
3732
|
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
|
|
3734
3733
|
|
|
3735
3734
|
es-module-lexer@^1.2.1:
|
|
3736
|
-
version "1.5.
|
|
3737
|
-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.
|
|
3738
|
-
integrity sha512-
|
|
3735
|
+
version "1.5.3"
|
|
3736
|
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.3.tgz#25969419de9c0b1fbe54279789023e8a9a788412"
|
|
3737
|
+
integrity sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==
|
|
3739
3738
|
|
|
3740
|
-
escalade@^3.1.1:
|
|
3739
|
+
escalade@^3.1.1, escalade@^3.1.2:
|
|
3741
3740
|
version "3.1.2"
|
|
3742
3741
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
|
3743
3742
|
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
|
@@ -3829,12 +3828,11 @@ estree-util-to-js@^2.0.0:
|
|
|
3829
3828
|
source-map "^0.7.0"
|
|
3830
3829
|
|
|
3831
3830
|
estree-util-value-to-estree@^3.0.1:
|
|
3832
|
-
version "3.1.
|
|
3833
|
-
resolved "https://registry.yarnpkg.com/estree-util-value-to-estree/-/estree-util-value-to-estree-3.1.
|
|
3834
|
-
integrity sha512-
|
|
3831
|
+
version "3.1.2"
|
|
3832
|
+
resolved "https://registry.yarnpkg.com/estree-util-value-to-estree/-/estree-util-value-to-estree-3.1.2.tgz#d2f0e5d350a6c181673eb7299743325b86a9bf5c"
|
|
3833
|
+
integrity sha512-S0gW2+XZkmsx00tU2uJ4L9hUT7IFabbml9pHh2WQqFmAbxit++YGZne0sKJbNwkj9Wvg9E4uqWl4nCIFQMmfag==
|
|
3835
3834
|
dependencies:
|
|
3836
3835
|
"@types/estree" "^1.0.0"
|
|
3837
|
-
is-plain-obj "^4.0.0"
|
|
3838
3836
|
|
|
3839
3837
|
estree-util-visit@^2.0.0:
|
|
3840
3838
|
version "2.0.0"
|
|
@@ -4017,10 +4015,10 @@ filesize@^8.0.6:
|
|
|
4017
4015
|
resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
|
|
4018
4016
|
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
|
|
4019
4017
|
|
|
4020
|
-
fill-range@^7.
|
|
4021
|
-
version "7.
|
|
4022
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.
|
|
4023
|
-
integrity sha512-
|
|
4018
|
+
fill-range@^7.1.1:
|
|
4019
|
+
version "7.1.1"
|
|
4020
|
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
|
|
4021
|
+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
|
|
4024
4022
|
dependencies:
|
|
4025
4023
|
to-regex-range "^5.0.1"
|
|
4026
4024
|
|
|
@@ -4122,7 +4120,7 @@ fresh@0.5.2:
|
|
|
4122
4120
|
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
|
|
4123
4121
|
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
|
|
4124
4122
|
|
|
4125
|
-
fs-extra@^11.1.1:
|
|
4123
|
+
fs-extra@^11.1.1, fs-extra@^11.2.0:
|
|
4126
4124
|
version "11.2.0"
|
|
4127
4125
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
|
|
4128
4126
|
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
|
|
@@ -4142,9 +4140,9 @@ fs-extra@^9.0.0:
|
|
|
4142
4140
|
universalify "^2.0.0"
|
|
4143
4141
|
|
|
4144
4142
|
fs-monkey@^1.0.4:
|
|
4145
|
-
version "1.0.
|
|
4146
|
-
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.
|
|
4147
|
-
integrity sha512-
|
|
4143
|
+
version "1.0.6"
|
|
4144
|
+
resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2"
|
|
4145
|
+
integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==
|
|
4148
4146
|
|
|
4149
4147
|
fs.realpath@^1.0.0:
|
|
4150
4148
|
version "1.0.0"
|
|
@@ -4362,7 +4360,7 @@ has-yarn@^3.0.0:
|
|
|
4362
4360
|
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-3.0.0.tgz#c3c21e559730d1d3b57e28af1f30d06fac38147d"
|
|
4363
4361
|
integrity sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==
|
|
4364
4362
|
|
|
4365
|
-
hasown@^2.0.0:
|
|
4363
|
+
hasown@^2.0.0, hasown@^2.0.2:
|
|
4366
4364
|
version "2.0.2"
|
|
4367
4365
|
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
|
|
4368
4366
|
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
|
|
@@ -4391,9 +4389,9 @@ hast-util-parse-selector@^4.0.0:
|
|
|
4391
4389
|
"@types/hast" "^3.0.0"
|
|
4392
4390
|
|
|
4393
4391
|
hast-util-raw@^9.0.0:
|
|
4394
|
-
version "9.0.
|
|
4395
|
-
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-9.0.
|
|
4396
|
-
integrity sha512-
|
|
4392
|
+
version "9.0.4"
|
|
4393
|
+
resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-9.0.4.tgz#2da03e37c46eb1a6f1391f02f9b84ae65818f7ed"
|
|
4394
|
+
integrity sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==
|
|
4397
4395
|
dependencies:
|
|
4398
4396
|
"@types/hast" "^3.0.0"
|
|
4399
4397
|
"@types/unist" "^3.0.0"
|
|
@@ -4692,7 +4690,7 @@ immer@^9.0.7:
|
|
|
4692
4690
|
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
|
|
4693
4691
|
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
|
|
4694
4692
|
|
|
4695
|
-
import-fresh@^3.1.0, import-fresh@^3.
|
|
4693
|
+
import-fresh@^3.1.0, import-fresh@^3.3.0:
|
|
4696
4694
|
version "3.3.0"
|
|
4697
4695
|
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
|
4698
4696
|
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
|
@@ -4776,9 +4774,9 @@ ipaddr.js@1.9.1:
|
|
|
4776
4774
|
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
|
4777
4775
|
|
|
4778
4776
|
ipaddr.js@^2.0.1:
|
|
4779
|
-
version "2.
|
|
4780
|
-
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.
|
|
4781
|
-
integrity sha512-
|
|
4777
|
+
version "2.2.0"
|
|
4778
|
+
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz#d33fa7bac284f4de7af949638c9d68157c6b92e8"
|
|
4779
|
+
integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
|
|
4782
4780
|
|
|
4783
4781
|
is-alphabetical@^2.0.0:
|
|
4784
4782
|
version "2.0.1"
|
|
@@ -4813,11 +4811,11 @@ is-ci@^3.0.1:
|
|
|
4813
4811
|
ci-info "^3.2.0"
|
|
4814
4812
|
|
|
4815
4813
|
is-core-module@^2.13.0:
|
|
4816
|
-
version "2.
|
|
4817
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
|
4818
|
-
integrity sha512-
|
|
4814
|
+
version "2.14.0"
|
|
4815
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
|
|
4816
|
+
integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
|
|
4819
4817
|
dependencies:
|
|
4820
|
-
hasown "^2.0.
|
|
4818
|
+
hasown "^2.0.2"
|
|
4821
4819
|
|
|
4822
4820
|
is-decimal@^2.0.0:
|
|
4823
4821
|
version "2.0.1"
|
|
@@ -4991,7 +4989,7 @@ jest-worker@^27.4.5:
|
|
|
4991
4989
|
merge-stream "^2.0.0"
|
|
4992
4990
|
supports-color "^8.0.0"
|
|
4993
4991
|
|
|
4994
|
-
jest-worker@^29.
|
|
4992
|
+
jest-worker@^29.4.3:
|
|
4995
4993
|
version "29.7.0"
|
|
4996
4994
|
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a"
|
|
4997
4995
|
integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==
|
|
@@ -5002,14 +5000,14 @@ jest-worker@^29.1.2:
|
|
|
5002
5000
|
supports-color "^8.0.0"
|
|
5003
5001
|
|
|
5004
5002
|
jiti@^1.20.0:
|
|
5005
|
-
version "1.21.
|
|
5006
|
-
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.
|
|
5007
|
-
integrity sha512-
|
|
5003
|
+
version "1.21.6"
|
|
5004
|
+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
|
|
5005
|
+
integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==
|
|
5008
5006
|
|
|
5009
5007
|
joi@^17.9.2:
|
|
5010
|
-
version "17.
|
|
5011
|
-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.
|
|
5012
|
-
integrity sha512-
|
|
5008
|
+
version "17.13.3"
|
|
5009
|
+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
|
|
5010
|
+
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
|
|
5013
5011
|
dependencies:
|
|
5014
5012
|
"@hapi/hoek" "^9.3.0"
|
|
5015
5013
|
"@hapi/topo" "^5.1.0"
|
|
@@ -5106,9 +5104,9 @@ latest-version@^7.0.0:
|
|
|
5106
5104
|
package-json "^8.1.0"
|
|
5107
5105
|
|
|
5108
5106
|
launch-editor@^2.6.0:
|
|
5109
|
-
version "2.
|
|
5110
|
-
resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.
|
|
5111
|
-
integrity sha512-
|
|
5107
|
+
version "2.8.0"
|
|
5108
|
+
resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.8.0.tgz#7255d90bdba414448e2138faa770a74f28451305"
|
|
5109
|
+
integrity sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==
|
|
5112
5110
|
dependencies:
|
|
5113
5111
|
picocolors "^1.0.0"
|
|
5114
5112
|
shell-quote "^1.8.1"
|
|
@@ -5118,10 +5116,10 @@ leven@^3.1.0:
|
|
|
5118
5116
|
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
|
|
5119
5117
|
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
|
|
5120
5118
|
|
|
5121
|
-
lilconfig@^
|
|
5122
|
-
version "
|
|
5123
|
-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-
|
|
5124
|
-
integrity sha512-
|
|
5119
|
+
lilconfig@^3.1.1:
|
|
5120
|
+
version "3.1.2"
|
|
5121
|
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
|
|
5122
|
+
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
|
|
5125
5123
|
|
|
5126
5124
|
lines-and-columns@^1.1.6:
|
|
5127
5125
|
version "1.2.4"
|
|
@@ -5143,9 +5141,9 @@ loader-utils@^2.0.0:
|
|
|
5143
5141
|
json5 "^2.1.2"
|
|
5144
5142
|
|
|
5145
5143
|
loader-utils@^3.2.0:
|
|
5146
|
-
version "3.
|
|
5147
|
-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.
|
|
5148
|
-
integrity sha512-
|
|
5144
|
+
version "3.3.1"
|
|
5145
|
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.3.1.tgz#735b9a19fd63648ca7adbd31c2327dfe281304e5"
|
|
5146
|
+
integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==
|
|
5149
5147
|
|
|
5150
5148
|
locate-path@^3.0.0:
|
|
5151
5149
|
version "3.0.0"
|
|
@@ -5220,13 +5218,6 @@ lru-cache@^5.1.1:
|
|
|
5220
5218
|
dependencies:
|
|
5221
5219
|
yallist "^3.0.2"
|
|
5222
5220
|
|
|
5223
|
-
lru-cache@^6.0.0:
|
|
5224
|
-
version "6.0.0"
|
|
5225
|
-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
|
5226
|
-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
|
|
5227
|
-
dependencies:
|
|
5228
|
-
yallist "^4.0.0"
|
|
5229
|
-
|
|
5230
5221
|
markdown-extensions@^2.0.0:
|
|
5231
5222
|
version "2.0.0"
|
|
5232
5223
|
resolved "https://registry.yarnpkg.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz#34bebc83e9938cae16e0e017e4a9814a8330d3c4"
|
|
@@ -5262,9 +5253,9 @@ mdast-util-find-and-replace@^3.0.0, mdast-util-find-and-replace@^3.0.1:
|
|
|
5262
5253
|
unist-util-visit-parents "^6.0.0"
|
|
5263
5254
|
|
|
5264
5255
|
mdast-util-from-markdown@^2.0.0:
|
|
5265
|
-
version "2.0.
|
|
5266
|
-
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.
|
|
5267
|
-
integrity sha512-
|
|
5256
|
+
version "2.0.1"
|
|
5257
|
+
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz#32a6e8f512b416e1f51eb817fc64bd867ebcd9cc"
|
|
5258
|
+
integrity sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==
|
|
5268
5259
|
dependencies:
|
|
5269
5260
|
"@types/mdast" "^4.0.0"
|
|
5270
5261
|
"@types/unist" "^3.0.0"
|
|
@@ -5419,9 +5410,9 @@ mdast-util-phrasing@^4.0.0:
|
|
|
5419
5410
|
unist-util-is "^6.0.0"
|
|
5420
5411
|
|
|
5421
5412
|
mdast-util-to-hast@^13.0.0:
|
|
5422
|
-
version "13.
|
|
5423
|
-
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.
|
|
5424
|
-
integrity sha512
|
|
5413
|
+
version "13.2.0"
|
|
5414
|
+
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz#5ca58e5b921cc0a3ded1bc02eed79a4fe4fe41f4"
|
|
5415
|
+
integrity sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
|
|
5425
5416
|
dependencies:
|
|
5426
5417
|
"@types/hast" "^3.0.0"
|
|
5427
5418
|
"@types/mdast" "^4.0.0"
|
|
@@ -5454,10 +5445,15 @@ mdast-util-to-string@^4.0.0:
|
|
|
5454
5445
|
dependencies:
|
|
5455
5446
|
"@types/mdast" "^4.0.0"
|
|
5456
5447
|
|
|
5457
|
-
mdn-data@2.0.
|
|
5458
|
-
version "2.0.
|
|
5459
|
-
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.
|
|
5460
|
-
integrity sha512-
|
|
5448
|
+
mdn-data@2.0.28:
|
|
5449
|
+
version "2.0.28"
|
|
5450
|
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.28.tgz#5ec48e7bef120654539069e1ae4ddc81ca490eba"
|
|
5451
|
+
integrity sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==
|
|
5452
|
+
|
|
5453
|
+
mdn-data@2.0.30:
|
|
5454
|
+
version "2.0.30"
|
|
5455
|
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc"
|
|
5456
|
+
integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
|
|
5461
5457
|
|
|
5462
5458
|
media-typer@0.3.0:
|
|
5463
5459
|
version "0.3.0"
|
|
@@ -5492,9 +5488,9 @@ methods@~1.1.2:
|
|
|
5492
5488
|
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
|
|
5493
5489
|
|
|
5494
5490
|
micromark-core-commonmark@^2.0.0:
|
|
5495
|
-
version "2.0.
|
|
5496
|
-
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.
|
|
5497
|
-
integrity sha512-
|
|
5491
|
+
version "2.0.1"
|
|
5492
|
+
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.1.tgz#9a45510557d068605c6e9a80f282b2bb8581e43d"
|
|
5493
|
+
integrity sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==
|
|
5498
5494
|
dependencies:
|
|
5499
5495
|
decode-named-character-reference "^1.0.0"
|
|
5500
5496
|
devlop "^1.0.0"
|
|
@@ -5908,11 +5904,11 @@ micromark@^4.0.0:
|
|
|
5908
5904
|
micromark-util-types "^2.0.0"
|
|
5909
5905
|
|
|
5910
5906
|
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
|
|
5911
|
-
version "4.0.
|
|
5912
|
-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.
|
|
5913
|
-
integrity sha512-
|
|
5907
|
+
version "4.0.7"
|
|
5908
|
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
|
|
5909
|
+
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
|
|
5914
5910
|
dependencies:
|
|
5915
|
-
braces "^3.0.
|
|
5911
|
+
braces "^3.0.3"
|
|
5916
5912
|
picomatch "^2.3.1"
|
|
5917
5913
|
|
|
5918
5914
|
mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
|
|
@@ -6065,11 +6061,6 @@ normalize-range@^0.1.2:
|
|
|
6065
6061
|
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
|
|
6066
6062
|
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
|
|
6067
6063
|
|
|
6068
|
-
normalize-url@^6.0.1:
|
|
6069
|
-
version "6.1.0"
|
|
6070
|
-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
|
6071
|
-
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
|
6072
|
-
|
|
6073
6064
|
normalize-url@^8.0.0:
|
|
6074
6065
|
version "8.0.1"
|
|
6075
6066
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.1.tgz#9b7d96af9836577c58f5883e939365fa15623a4a"
|
|
@@ -6379,10 +6370,10 @@ periscopic@^3.0.0:
|
|
|
6379
6370
|
estree-walker "^3.0.0"
|
|
6380
6371
|
is-reference "^3.0.0"
|
|
6381
6372
|
|
|
6382
|
-
picocolors@^1.0.0:
|
|
6383
|
-
version "1.0.
|
|
6384
|
-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.
|
|
6385
|
-
integrity sha512-
|
|
6373
|
+
picocolors@^1.0.0, picocolors@^1.0.1:
|
|
6374
|
+
version "1.0.1"
|
|
6375
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
|
6376
|
+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
6386
6377
|
|
|
6387
6378
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
|
|
6388
6379
|
version "2.3.1"
|
|
@@ -6403,58 +6394,58 @@ pkg-up@^3.1.0:
|
|
|
6403
6394
|
dependencies:
|
|
6404
6395
|
find-up "^3.0.0"
|
|
6405
6396
|
|
|
6406
|
-
postcss-calc@^
|
|
6407
|
-
version "
|
|
6408
|
-
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-
|
|
6409
|
-
integrity sha512-
|
|
6397
|
+
postcss-calc@^9.0.1:
|
|
6398
|
+
version "9.0.1"
|
|
6399
|
+
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-9.0.1.tgz#a744fd592438a93d6de0f1434c572670361eb6c6"
|
|
6400
|
+
integrity sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==
|
|
6410
6401
|
dependencies:
|
|
6411
|
-
postcss-selector-parser "^6.0.
|
|
6402
|
+
postcss-selector-parser "^6.0.11"
|
|
6412
6403
|
postcss-value-parser "^4.2.0"
|
|
6413
6404
|
|
|
6414
|
-
postcss-colormin@^
|
|
6415
|
-
version "
|
|
6416
|
-
resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-
|
|
6417
|
-
integrity sha512-
|
|
6405
|
+
postcss-colormin@^6.1.0:
|
|
6406
|
+
version "6.1.0"
|
|
6407
|
+
resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-6.1.0.tgz#076e8d3fb291fbff7b10e6b063be9da42ff6488d"
|
|
6408
|
+
integrity sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==
|
|
6418
6409
|
dependencies:
|
|
6419
|
-
browserslist "^4.
|
|
6410
|
+
browserslist "^4.23.0"
|
|
6420
6411
|
caniuse-api "^3.0.0"
|
|
6421
|
-
colord "^2.9.
|
|
6412
|
+
colord "^2.9.3"
|
|
6422
6413
|
postcss-value-parser "^4.2.0"
|
|
6423
6414
|
|
|
6424
|
-
postcss-convert-values@^
|
|
6425
|
-
version "
|
|
6426
|
-
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-
|
|
6427
|
-
integrity sha512-
|
|
6415
|
+
postcss-convert-values@^6.1.0:
|
|
6416
|
+
version "6.1.0"
|
|
6417
|
+
resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz#3498387f8efedb817cbc63901d45bd1ceaa40f48"
|
|
6418
|
+
integrity sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==
|
|
6428
6419
|
dependencies:
|
|
6429
|
-
browserslist "^4.
|
|
6420
|
+
browserslist "^4.23.0"
|
|
6430
6421
|
postcss-value-parser "^4.2.0"
|
|
6431
6422
|
|
|
6432
|
-
postcss-discard-comments@^
|
|
6433
|
-
version "
|
|
6434
|
-
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-
|
|
6435
|
-
integrity sha512
|
|
6423
|
+
postcss-discard-comments@^6.0.2:
|
|
6424
|
+
version "6.0.2"
|
|
6425
|
+
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz#e768dcfdc33e0216380623652b0a4f69f4678b6c"
|
|
6426
|
+
integrity sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==
|
|
6436
6427
|
|
|
6437
|
-
postcss-discard-duplicates@^
|
|
6438
|
-
version "
|
|
6439
|
-
resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-
|
|
6440
|
-
integrity sha512
|
|
6428
|
+
postcss-discard-duplicates@^6.0.3:
|
|
6429
|
+
version "6.0.3"
|
|
6430
|
+
resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz#d121e893c38dc58a67277f75bb58ba43fce4c3eb"
|
|
6431
|
+
integrity sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==
|
|
6441
6432
|
|
|
6442
|
-
postcss-discard-empty@^
|
|
6443
|
-
version "
|
|
6444
|
-
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-
|
|
6445
|
-
integrity sha512-
|
|
6433
|
+
postcss-discard-empty@^6.0.3:
|
|
6434
|
+
version "6.0.3"
|
|
6435
|
+
resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz#ee39c327219bb70473a066f772621f81435a79d9"
|
|
6436
|
+
integrity sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==
|
|
6446
6437
|
|
|
6447
|
-
postcss-discard-overridden@^
|
|
6448
|
-
version "
|
|
6449
|
-
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-
|
|
6450
|
-
integrity sha512-
|
|
6438
|
+
postcss-discard-overridden@^6.0.2:
|
|
6439
|
+
version "6.0.2"
|
|
6440
|
+
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz#4e9f9c62ecd2df46e8fdb44dc17e189776572e2d"
|
|
6441
|
+
integrity sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==
|
|
6451
6442
|
|
|
6452
|
-
postcss-discard-unused@^
|
|
6453
|
-
version "
|
|
6454
|
-
resolved "https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-
|
|
6455
|
-
integrity sha512-
|
|
6443
|
+
postcss-discard-unused@^6.0.5:
|
|
6444
|
+
version "6.0.5"
|
|
6445
|
+
resolved "https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz#c1b0e8c032c6054c3fbd22aaddba5b248136f338"
|
|
6446
|
+
integrity sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==
|
|
6456
6447
|
dependencies:
|
|
6457
|
-
postcss-selector-parser "^6.0.
|
|
6448
|
+
postcss-selector-parser "^6.0.16"
|
|
6458
6449
|
|
|
6459
6450
|
postcss-loader@^7.3.3:
|
|
6460
6451
|
version "7.3.4"
|
|
@@ -6465,63 +6456,63 @@ postcss-loader@^7.3.3:
|
|
|
6465
6456
|
jiti "^1.20.0"
|
|
6466
6457
|
semver "^7.5.4"
|
|
6467
6458
|
|
|
6468
|
-
postcss-merge-idents@^
|
|
6469
|
-
version "
|
|
6470
|
-
resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-
|
|
6471
|
-
integrity sha512-
|
|
6459
|
+
postcss-merge-idents@^6.0.3:
|
|
6460
|
+
version "6.0.3"
|
|
6461
|
+
resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-6.0.3.tgz#7b9c31c7bc823c94bec50f297f04e3c2b838ea65"
|
|
6462
|
+
integrity sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==
|
|
6472
6463
|
dependencies:
|
|
6473
|
-
cssnano-utils "^
|
|
6464
|
+
cssnano-utils "^4.0.2"
|
|
6474
6465
|
postcss-value-parser "^4.2.0"
|
|
6475
6466
|
|
|
6476
|
-
postcss-merge-longhand@^
|
|
6477
|
-
version "
|
|
6478
|
-
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-
|
|
6479
|
-
integrity sha512-
|
|
6467
|
+
postcss-merge-longhand@^6.0.5:
|
|
6468
|
+
version "6.0.5"
|
|
6469
|
+
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz#ba8a8d473617c34a36abbea8dda2b215750a065a"
|
|
6470
|
+
integrity sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==
|
|
6480
6471
|
dependencies:
|
|
6481
6472
|
postcss-value-parser "^4.2.0"
|
|
6482
|
-
stylehacks "^
|
|
6473
|
+
stylehacks "^6.1.1"
|
|
6483
6474
|
|
|
6484
|
-
postcss-merge-rules@^
|
|
6485
|
-
version "
|
|
6486
|
-
resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-
|
|
6487
|
-
integrity sha512-
|
|
6475
|
+
postcss-merge-rules@^6.1.1:
|
|
6476
|
+
version "6.1.1"
|
|
6477
|
+
resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz#7aa539dceddab56019469c0edd7d22b64c3dea9d"
|
|
6478
|
+
integrity sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==
|
|
6488
6479
|
dependencies:
|
|
6489
|
-
browserslist "^4.
|
|
6480
|
+
browserslist "^4.23.0"
|
|
6490
6481
|
caniuse-api "^3.0.0"
|
|
6491
|
-
cssnano-utils "^
|
|
6492
|
-
postcss-selector-parser "^6.0.
|
|
6482
|
+
cssnano-utils "^4.0.2"
|
|
6483
|
+
postcss-selector-parser "^6.0.16"
|
|
6493
6484
|
|
|
6494
|
-
postcss-minify-font-values@^
|
|
6495
|
-
version "
|
|
6496
|
-
resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-
|
|
6497
|
-
integrity sha512-
|
|
6485
|
+
postcss-minify-font-values@^6.1.0:
|
|
6486
|
+
version "6.1.0"
|
|
6487
|
+
resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz#a0e574c02ee3f299be2846369211f3b957ea4c59"
|
|
6488
|
+
integrity sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==
|
|
6498
6489
|
dependencies:
|
|
6499
6490
|
postcss-value-parser "^4.2.0"
|
|
6500
6491
|
|
|
6501
|
-
postcss-minify-gradients@^
|
|
6502
|
-
version "
|
|
6503
|
-
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-
|
|
6504
|
-
integrity sha512-
|
|
6492
|
+
postcss-minify-gradients@^6.0.3:
|
|
6493
|
+
version "6.0.3"
|
|
6494
|
+
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz#ca3eb55a7bdb48a1e187a55c6377be918743dbd6"
|
|
6495
|
+
integrity sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==
|
|
6505
6496
|
dependencies:
|
|
6506
|
-
colord "^2.9.
|
|
6507
|
-
cssnano-utils "^
|
|
6497
|
+
colord "^2.9.3"
|
|
6498
|
+
cssnano-utils "^4.0.2"
|
|
6508
6499
|
postcss-value-parser "^4.2.0"
|
|
6509
6500
|
|
|
6510
|
-
postcss-minify-params@^
|
|
6511
|
-
version "
|
|
6512
|
-
resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-
|
|
6513
|
-
integrity sha512
|
|
6501
|
+
postcss-minify-params@^6.1.0:
|
|
6502
|
+
version "6.1.0"
|
|
6503
|
+
resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz#54551dec77b9a45a29c3cb5953bf7325a399ba08"
|
|
6504
|
+
integrity sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==
|
|
6514
6505
|
dependencies:
|
|
6515
|
-
browserslist "^4.
|
|
6516
|
-
cssnano-utils "^
|
|
6506
|
+
browserslist "^4.23.0"
|
|
6507
|
+
cssnano-utils "^4.0.2"
|
|
6517
6508
|
postcss-value-parser "^4.2.0"
|
|
6518
6509
|
|
|
6519
|
-
postcss-minify-selectors@^
|
|
6520
|
-
version "
|
|
6521
|
-
resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-
|
|
6522
|
-
integrity sha512-
|
|
6510
|
+
postcss-minify-selectors@^6.0.4:
|
|
6511
|
+
version "6.0.4"
|
|
6512
|
+
resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz#197f7d72e6dd19eed47916d575d69dc38b396aff"
|
|
6513
|
+
integrity sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==
|
|
6523
6514
|
dependencies:
|
|
6524
|
-
postcss-selector-parser "^6.0.
|
|
6515
|
+
postcss-selector-parser "^6.0.16"
|
|
6525
6516
|
|
|
6526
6517
|
postcss-modules-extract-imports@^3.1.0:
|
|
6527
6518
|
version "3.1.0"
|
|
@@ -6551,140 +6542,139 @@ postcss-modules-values@^4.0.0:
|
|
|
6551
6542
|
dependencies:
|
|
6552
6543
|
icss-utils "^5.0.0"
|
|
6553
6544
|
|
|
6554
|
-
postcss-normalize-charset@^
|
|
6555
|
-
version "
|
|
6556
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-
|
|
6557
|
-
integrity sha512-
|
|
6545
|
+
postcss-normalize-charset@^6.0.2:
|
|
6546
|
+
version "6.0.2"
|
|
6547
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz#1ec25c435057a8001dac942942a95ffe66f721e1"
|
|
6548
|
+
integrity sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==
|
|
6558
6549
|
|
|
6559
|
-
postcss-normalize-display-values@^
|
|
6560
|
-
version "
|
|
6561
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-
|
|
6562
|
-
integrity sha512-
|
|
6550
|
+
postcss-normalize-display-values@^6.0.2:
|
|
6551
|
+
version "6.0.2"
|
|
6552
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz#54f02764fed0b288d5363cbb140d6950dbbdd535"
|
|
6553
|
+
integrity sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==
|
|
6563
6554
|
dependencies:
|
|
6564
6555
|
postcss-value-parser "^4.2.0"
|
|
6565
6556
|
|
|
6566
|
-
postcss-normalize-positions@^
|
|
6567
|
-
version "
|
|
6568
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-
|
|
6569
|
-
integrity sha512
|
|
6557
|
+
postcss-normalize-positions@^6.0.2:
|
|
6558
|
+
version "6.0.2"
|
|
6559
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz#e982d284ec878b9b819796266f640852dbbb723a"
|
|
6560
|
+
integrity sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==
|
|
6570
6561
|
dependencies:
|
|
6571
6562
|
postcss-value-parser "^4.2.0"
|
|
6572
6563
|
|
|
6573
|
-
postcss-normalize-repeat-style@^
|
|
6574
|
-
version "
|
|
6575
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-
|
|
6576
|
-
integrity sha512-
|
|
6564
|
+
postcss-normalize-repeat-style@^6.0.2:
|
|
6565
|
+
version "6.0.2"
|
|
6566
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz#f8006942fd0617c73f049dd8b6201c3a3040ecf3"
|
|
6567
|
+
integrity sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==
|
|
6577
6568
|
dependencies:
|
|
6578
6569
|
postcss-value-parser "^4.2.0"
|
|
6579
6570
|
|
|
6580
|
-
postcss-normalize-string@^
|
|
6581
|
-
version "
|
|
6582
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-
|
|
6583
|
-
integrity sha512-
|
|
6571
|
+
postcss-normalize-string@^6.0.2:
|
|
6572
|
+
version "6.0.2"
|
|
6573
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz#e3cc6ad5c95581acd1fc8774b309dd7c06e5e363"
|
|
6574
|
+
integrity sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==
|
|
6584
6575
|
dependencies:
|
|
6585
6576
|
postcss-value-parser "^4.2.0"
|
|
6586
6577
|
|
|
6587
|
-
postcss-normalize-timing-functions@^
|
|
6588
|
-
version "
|
|
6589
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-
|
|
6590
|
-
integrity sha512-
|
|
6578
|
+
postcss-normalize-timing-functions@^6.0.2:
|
|
6579
|
+
version "6.0.2"
|
|
6580
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz#40cb8726cef999de984527cbd9d1db1f3e9062c0"
|
|
6581
|
+
integrity sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==
|
|
6591
6582
|
dependencies:
|
|
6592
6583
|
postcss-value-parser "^4.2.0"
|
|
6593
6584
|
|
|
6594
|
-
postcss-normalize-unicode@^
|
|
6595
|
-
version "
|
|
6596
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-
|
|
6597
|
-
integrity sha512-
|
|
6585
|
+
postcss-normalize-unicode@^6.1.0:
|
|
6586
|
+
version "6.1.0"
|
|
6587
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz#aaf8bbd34c306e230777e80f7f12a4b7d27ce06e"
|
|
6588
|
+
integrity sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==
|
|
6598
6589
|
dependencies:
|
|
6599
|
-
browserslist "^4.
|
|
6590
|
+
browserslist "^4.23.0"
|
|
6600
6591
|
postcss-value-parser "^4.2.0"
|
|
6601
6592
|
|
|
6602
|
-
postcss-normalize-url@^
|
|
6603
|
-
version "
|
|
6604
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-
|
|
6605
|
-
integrity sha512-
|
|
6593
|
+
postcss-normalize-url@^6.0.2:
|
|
6594
|
+
version "6.0.2"
|
|
6595
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz#292792386be51a8de9a454cb7b5c58ae22db0f79"
|
|
6596
|
+
integrity sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==
|
|
6606
6597
|
dependencies:
|
|
6607
|
-
normalize-url "^6.0.1"
|
|
6608
6598
|
postcss-value-parser "^4.2.0"
|
|
6609
6599
|
|
|
6610
|
-
postcss-normalize-whitespace@^
|
|
6611
|
-
version "
|
|
6612
|
-
resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-
|
|
6613
|
-
integrity sha512-
|
|
6600
|
+
postcss-normalize-whitespace@^6.0.2:
|
|
6601
|
+
version "6.0.2"
|
|
6602
|
+
resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz#fbb009e6ebd312f8b2efb225c2fcc7cf32b400cd"
|
|
6603
|
+
integrity sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==
|
|
6614
6604
|
dependencies:
|
|
6615
6605
|
postcss-value-parser "^4.2.0"
|
|
6616
6606
|
|
|
6617
|
-
postcss-ordered-values@^
|
|
6618
|
-
version "
|
|
6619
|
-
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-
|
|
6620
|
-
integrity sha512-
|
|
6607
|
+
postcss-ordered-values@^6.0.2:
|
|
6608
|
+
version "6.0.2"
|
|
6609
|
+
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz#366bb663919707093451ab70c3f99c05672aaae5"
|
|
6610
|
+
integrity sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==
|
|
6621
6611
|
dependencies:
|
|
6622
|
-
cssnano-utils "^
|
|
6612
|
+
cssnano-utils "^4.0.2"
|
|
6623
6613
|
postcss-value-parser "^4.2.0"
|
|
6624
6614
|
|
|
6625
|
-
postcss-reduce-idents@^
|
|
6626
|
-
version "
|
|
6627
|
-
resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-
|
|
6628
|
-
integrity sha512-
|
|
6615
|
+
postcss-reduce-idents@^6.0.3:
|
|
6616
|
+
version "6.0.3"
|
|
6617
|
+
resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-6.0.3.tgz#b0d9c84316d2a547714ebab523ec7d13704cd486"
|
|
6618
|
+
integrity sha512-G3yCqZDpsNPoQgbDUy3T0E6hqOQ5xigUtBQyrmq3tn2GxlyiL0yyl7H+T8ulQR6kOcHJ9t7/9H4/R2tv8tJbMA==
|
|
6629
6619
|
dependencies:
|
|
6630
6620
|
postcss-value-parser "^4.2.0"
|
|
6631
6621
|
|
|
6632
|
-
postcss-reduce-initial@^
|
|
6633
|
-
version "
|
|
6634
|
-
resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-
|
|
6635
|
-
integrity sha512-
|
|
6622
|
+
postcss-reduce-initial@^6.1.0:
|
|
6623
|
+
version "6.1.0"
|
|
6624
|
+
resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz#4401297d8e35cb6e92c8e9586963e267105586ba"
|
|
6625
|
+
integrity sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==
|
|
6636
6626
|
dependencies:
|
|
6637
|
-
browserslist "^4.
|
|
6627
|
+
browserslist "^4.23.0"
|
|
6638
6628
|
caniuse-api "^3.0.0"
|
|
6639
6629
|
|
|
6640
|
-
postcss-reduce-transforms@^
|
|
6641
|
-
version "
|
|
6642
|
-
resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-
|
|
6643
|
-
integrity sha512-
|
|
6630
|
+
postcss-reduce-transforms@^6.0.2:
|
|
6631
|
+
version "6.0.2"
|
|
6632
|
+
resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz#6fa2c586bdc091a7373caeee4be75a0f3e12965d"
|
|
6633
|
+
integrity sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==
|
|
6644
6634
|
dependencies:
|
|
6645
6635
|
postcss-value-parser "^4.2.0"
|
|
6646
6636
|
|
|
6647
|
-
postcss-selector-parser@^6.0.
|
|
6648
|
-
version "6.0
|
|
6649
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
|
6650
|
-
integrity sha512-
|
|
6637
|
+
postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.16, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
|
|
6638
|
+
version "6.1.0"
|
|
6639
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz#49694cb4e7c649299fea510a29fa6577104bcf53"
|
|
6640
|
+
integrity sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==
|
|
6651
6641
|
dependencies:
|
|
6652
6642
|
cssesc "^3.0.0"
|
|
6653
6643
|
util-deprecate "^1.0.2"
|
|
6654
6644
|
|
|
6655
|
-
postcss-sort-media-queries@^
|
|
6656
|
-
version "
|
|
6657
|
-
resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-
|
|
6658
|
-
integrity sha512-
|
|
6645
|
+
postcss-sort-media-queries@^5.2.0:
|
|
6646
|
+
version "5.2.0"
|
|
6647
|
+
resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-5.2.0.tgz#4556b3f982ef27d3bac526b99b6c0d3359a6cf97"
|
|
6648
|
+
integrity sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA==
|
|
6659
6649
|
dependencies:
|
|
6660
|
-
sort-css-media-queries "2.
|
|
6650
|
+
sort-css-media-queries "2.2.0"
|
|
6661
6651
|
|
|
6662
|
-
postcss-svgo@^
|
|
6663
|
-
version "
|
|
6664
|
-
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-
|
|
6665
|
-
integrity sha512-
|
|
6652
|
+
postcss-svgo@^6.0.3:
|
|
6653
|
+
version "6.0.3"
|
|
6654
|
+
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-6.0.3.tgz#1d6e180d6df1fa8a3b30b729aaa9161e94f04eaa"
|
|
6655
|
+
integrity sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==
|
|
6666
6656
|
dependencies:
|
|
6667
6657
|
postcss-value-parser "^4.2.0"
|
|
6668
|
-
svgo "^2.
|
|
6658
|
+
svgo "^3.2.0"
|
|
6669
6659
|
|
|
6670
|
-
postcss-unique-selectors@^
|
|
6671
|
-
version "
|
|
6672
|
-
resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-
|
|
6673
|
-
integrity sha512-
|
|
6660
|
+
postcss-unique-selectors@^6.0.4:
|
|
6661
|
+
version "6.0.4"
|
|
6662
|
+
resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz#983ab308896b4bf3f2baaf2336e14e52c11a2088"
|
|
6663
|
+
integrity sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==
|
|
6674
6664
|
dependencies:
|
|
6675
|
-
postcss-selector-parser "^6.0.
|
|
6665
|
+
postcss-selector-parser "^6.0.16"
|
|
6676
6666
|
|
|
6677
6667
|
postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
|
|
6678
6668
|
version "4.2.0"
|
|
6679
6669
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
|
6680
6670
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
6681
6671
|
|
|
6682
|
-
postcss-zindex@^
|
|
6683
|
-
version "
|
|
6684
|
-
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-
|
|
6685
|
-
integrity sha512-
|
|
6672
|
+
postcss-zindex@^6.0.2:
|
|
6673
|
+
version "6.0.2"
|
|
6674
|
+
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-6.0.2.tgz#e498304b83a8b165755f53db40e2ea65a99b56e1"
|
|
6675
|
+
integrity sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==
|
|
6686
6676
|
|
|
6687
|
-
postcss@^8.4.
|
|
6677
|
+
postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.33, postcss@^8.4.38:
|
|
6688
6678
|
version "8.4.38"
|
|
6689
6679
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
|
|
6690
6680
|
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
|
|
@@ -6867,13 +6857,13 @@ react-dev-utils@^12.0.1:
|
|
|
6867
6857
|
strip-ansi "^6.0.1"
|
|
6868
6858
|
text-table "^0.2.0"
|
|
6869
6859
|
|
|
6870
|
-
react-dom@^18.
|
|
6871
|
-
version "18.
|
|
6872
|
-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.
|
|
6873
|
-
integrity sha512-
|
|
6860
|
+
react-dom@^18.3.1:
|
|
6861
|
+
version "18.3.1"
|
|
6862
|
+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
|
|
6863
|
+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
|
|
6874
6864
|
dependencies:
|
|
6875
6865
|
loose-envify "^1.1.0"
|
|
6876
|
-
scheduler "^0.23.
|
|
6866
|
+
scheduler "^0.23.2"
|
|
6877
6867
|
|
|
6878
6868
|
react-error-overlay@^6.0.11:
|
|
6879
6869
|
version "6.0.11"
|
|
@@ -6886,9 +6876,9 @@ react-fast-compare@^3.2.0, react-fast-compare@^3.2.2:
|
|
|
6886
6876
|
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
|
|
6887
6877
|
|
|
6888
6878
|
react-helmet-async@*:
|
|
6889
|
-
version "2.0.
|
|
6890
|
-
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.
|
|
6891
|
-
integrity sha512-
|
|
6879
|
+
version "2.0.5"
|
|
6880
|
+
resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.5.tgz#cfc70cd7bb32df7883a8ed55502a1513747223ec"
|
|
6881
|
+
integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
|
|
6892
6882
|
dependencies:
|
|
6893
6883
|
invariant "^2.2.4"
|
|
6894
6884
|
react-fast-compare "^3.2.2"
|
|
@@ -6911,9 +6901,9 @@ react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
|
|
|
6911
6901
|
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
6912
6902
|
|
|
6913
6903
|
react-json-view-lite@^1.2.0:
|
|
6914
|
-
version "1.
|
|
6915
|
-
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.
|
|
6916
|
-
integrity sha512-
|
|
6904
|
+
version "1.4.0"
|
|
6905
|
+
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.4.0.tgz#0ff493245f4550abe5e1f1836f170fa70bb95914"
|
|
6906
|
+
integrity sha512-wh6F6uJyYAmQ4fK0e8dSQMEWuvTs2Wr3el3sLD9bambX1+pSWUVXIz1RFaoy3TI1mZ0FqdpKq9YgbgTTgyrmXA==
|
|
6917
6907
|
|
|
6918
6908
|
react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|
6919
6909
|
version "1.0.1"
|
|
@@ -6922,6 +6912,13 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|
|
6922
6912
|
dependencies:
|
|
6923
6913
|
"@babel/runtime" "^7.10.3"
|
|
6924
6914
|
|
|
6915
|
+
"react-loadable@npm:@docusaurus/react-loadable@6.0.0":
|
|
6916
|
+
version "6.0.0"
|
|
6917
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-6.0.0.tgz#de6c7f73c96542bd70786b8e522d535d69069dc4"
|
|
6918
|
+
integrity sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==
|
|
6919
|
+
dependencies:
|
|
6920
|
+
"@types/react" "*"
|
|
6921
|
+
|
|
6925
6922
|
react-router-config@^5.1.1:
|
|
6926
6923
|
version "5.1.1"
|
|
6927
6924
|
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
|
|
@@ -6957,10 +6954,10 @@ react-router@5.3.4, react-router@^5.3.4:
|
|
|
6957
6954
|
tiny-invariant "^1.0.2"
|
|
6958
6955
|
tiny-warning "^1.0.0"
|
|
6959
6956
|
|
|
6960
|
-
react@^18.
|
|
6961
|
-
version "18.
|
|
6962
|
-
resolved "https://registry.yarnpkg.com/react/-/react-18.
|
|
6963
|
-
integrity sha512
|
|
6957
|
+
react@^18.3.1:
|
|
6958
|
+
version "18.3.1"
|
|
6959
|
+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
|
|
6960
|
+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
|
|
6964
6961
|
dependencies:
|
|
6965
6962
|
loose-envify "^1.1.0"
|
|
6966
6963
|
|
|
@@ -7276,14 +7273,14 @@ safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
|
|
|
7276
7273
|
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
|
7277
7274
|
|
|
7278
7275
|
sax@^1.2.4:
|
|
7279
|
-
version "1.
|
|
7280
|
-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.
|
|
7281
|
-
integrity sha512
|
|
7276
|
+
version "1.4.1"
|
|
7277
|
+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
|
|
7278
|
+
integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
|
|
7282
7279
|
|
|
7283
|
-
scheduler@^0.23.
|
|
7284
|
-
version "0.23.
|
|
7285
|
-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.
|
|
7286
|
-
integrity sha512-
|
|
7280
|
+
scheduler@^0.23.2:
|
|
7281
|
+
version "0.23.2"
|
|
7282
|
+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
|
|
7283
|
+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
|
|
7287
7284
|
dependencies:
|
|
7288
7285
|
loose-envify "^1.1.0"
|
|
7289
7286
|
|
|
@@ -7305,7 +7302,7 @@ schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
|
|
|
7305
7302
|
ajv "^6.12.5"
|
|
7306
7303
|
ajv-keywords "^3.5.2"
|
|
7307
7304
|
|
|
7308
|
-
schema-utils@^4.0.0:
|
|
7305
|
+
schema-utils@^4.0.0, schema-utils@^4.0.1:
|
|
7309
7306
|
version "4.2.0"
|
|
7310
7307
|
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
|
|
7311
7308
|
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
|
|
@@ -7349,11 +7346,9 @@ semver@^6.3.1:
|
|
|
7349
7346
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7350
7347
|
|
|
7351
7348
|
semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4:
|
|
7352
|
-
version "7.6.
|
|
7353
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.
|
|
7354
|
-
integrity sha512-
|
|
7355
|
-
dependencies:
|
|
7356
|
-
lru-cache "^6.0.0"
|
|
7349
|
+
version "7.6.2"
|
|
7350
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
|
|
7351
|
+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
|
|
7357
7352
|
|
|
7358
7353
|
send@0.18.0:
|
|
7359
7354
|
version "0.18.0"
|
|
@@ -7508,9 +7503,9 @@ sisteransi@^1.0.5:
|
|
|
7508
7503
|
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
|
|
7509
7504
|
|
|
7510
7505
|
sitemap@^7.1.1:
|
|
7511
|
-
version "7.1.
|
|
7512
|
-
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.
|
|
7513
|
-
integrity sha512-
|
|
7506
|
+
version "7.1.2"
|
|
7507
|
+
resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.2.tgz#6ce1deb43f6f177c68bc59cf93632f54e3ae6b72"
|
|
7508
|
+
integrity sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==
|
|
7514
7509
|
dependencies:
|
|
7515
7510
|
"@types/node" "^17.0.5"
|
|
7516
7511
|
"@types/sax" "^1.2.1"
|
|
@@ -7534,6 +7529,14 @@ slash@^4.0.0:
|
|
|
7534
7529
|
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
|
|
7535
7530
|
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
|
|
7536
7531
|
|
|
7532
|
+
snake-case@^3.0.4:
|
|
7533
|
+
version "3.0.4"
|
|
7534
|
+
resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c"
|
|
7535
|
+
integrity sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==
|
|
7536
|
+
dependencies:
|
|
7537
|
+
dot-case "^3.0.4"
|
|
7538
|
+
tslib "^2.0.3"
|
|
7539
|
+
|
|
7537
7540
|
sockjs@^0.3.24:
|
|
7538
7541
|
version "0.3.24"
|
|
7539
7542
|
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce"
|
|
@@ -7543,12 +7546,12 @@ sockjs@^0.3.24:
|
|
|
7543
7546
|
uuid "^8.3.2"
|
|
7544
7547
|
websocket-driver "^0.7.4"
|
|
7545
7548
|
|
|
7546
|
-
sort-css-media-queries@2.
|
|
7547
|
-
version "2.
|
|
7548
|
-
resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.
|
|
7549
|
-
integrity sha512-
|
|
7549
|
+
sort-css-media-queries@2.2.0:
|
|
7550
|
+
version "2.2.0"
|
|
7551
|
+
resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.2.0.tgz#aa33cf4a08e0225059448b6c40eddbf9f1c8334c"
|
|
7552
|
+
integrity sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==
|
|
7550
7553
|
|
|
7551
|
-
source-map-js@^1.2.0:
|
|
7554
|
+
source-map-js@^1.0.1, source-map-js@^1.2.0:
|
|
7552
7555
|
version "1.2.0"
|
|
7553
7556
|
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
|
|
7554
7557
|
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
|
|
@@ -7561,7 +7564,7 @@ source-map-support@~0.5.20:
|
|
|
7561
7564
|
buffer-from "^1.0.0"
|
|
7562
7565
|
source-map "^0.6.0"
|
|
7563
7566
|
|
|
7564
|
-
source-map@^0.6.0, source-map
|
|
7567
|
+
source-map@^0.6.0, source-map@~0.6.0:
|
|
7565
7568
|
version "0.6.1"
|
|
7566
7569
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
|
7567
7570
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
|
@@ -7609,11 +7612,6 @@ srcset@^4.0.0:
|
|
|
7609
7612
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-4.0.0.tgz#336816b665b14cd013ba545b6fe62357f86e65f4"
|
|
7610
7613
|
integrity sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==
|
|
7611
7614
|
|
|
7612
|
-
stable@^0.1.8:
|
|
7613
|
-
version "0.1.8"
|
|
7614
|
-
resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
|
|
7615
|
-
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
|
|
7616
|
-
|
|
7617
7615
|
statuses@2.0.1:
|
|
7618
7616
|
version "2.0.1"
|
|
7619
7617
|
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
|
|
@@ -7726,13 +7724,13 @@ style-to-object@^1.0.0:
|
|
|
7726
7724
|
dependencies:
|
|
7727
7725
|
inline-style-parser "0.2.3"
|
|
7728
7726
|
|
|
7729
|
-
stylehacks@^
|
|
7730
|
-
version "
|
|
7731
|
-
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-
|
|
7732
|
-
integrity sha512-
|
|
7727
|
+
stylehacks@^6.1.1:
|
|
7728
|
+
version "6.1.1"
|
|
7729
|
+
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-6.1.1.tgz#543f91c10d17d00a440430362d419f79c25545a6"
|
|
7730
|
+
integrity sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==
|
|
7733
7731
|
dependencies:
|
|
7734
|
-
browserslist "^4.
|
|
7735
|
-
postcss-selector-parser "^6.0.
|
|
7732
|
+
browserslist "^4.23.0"
|
|
7733
|
+
postcss-selector-parser "^6.0.16"
|
|
7736
7734
|
|
|
7737
7735
|
supports-color@^5.3.0:
|
|
7738
7736
|
version "5.5.0"
|
|
@@ -7765,18 +7763,18 @@ svg-parser@^2.0.4:
|
|
|
7765
7763
|
resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"
|
|
7766
7764
|
integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
|
|
7767
7765
|
|
|
7768
|
-
svgo@^
|
|
7769
|
-
version "
|
|
7770
|
-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-
|
|
7771
|
-
integrity sha512
|
|
7766
|
+
svgo@^3.0.2, svgo@^3.2.0:
|
|
7767
|
+
version "3.3.2"
|
|
7768
|
+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.2.tgz#ad58002652dffbb5986fc9716afe52d869ecbda8"
|
|
7769
|
+
integrity sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==
|
|
7772
7770
|
dependencies:
|
|
7773
7771
|
"@trysound/sax" "0.2.0"
|
|
7774
7772
|
commander "^7.2.0"
|
|
7775
|
-
css-select "^
|
|
7776
|
-
css-tree "^
|
|
7777
|
-
|
|
7773
|
+
css-select "^5.1.0"
|
|
7774
|
+
css-tree "^2.3.1"
|
|
7775
|
+
css-what "^6.1.0"
|
|
7776
|
+
csso "^5.0.5"
|
|
7778
7777
|
picocolors "^1.0.0"
|
|
7779
|
-
stable "^0.1.8"
|
|
7780
7778
|
|
|
7781
7779
|
tapable@^1.0.0:
|
|
7782
7780
|
version "1.1.3"
|
|
@@ -7800,9 +7798,9 @@ terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.9:
|
|
|
7800
7798
|
terser "^5.26.0"
|
|
7801
7799
|
|
|
7802
7800
|
terser@^5.10.0, terser@^5.15.1, terser@^5.26.0:
|
|
7803
|
-
version "5.
|
|
7804
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.
|
|
7805
|
-
integrity sha512-
|
|
7801
|
+
version "5.31.1"
|
|
7802
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.1.tgz#735de3c987dd671e95190e6b98cfe2f07f3cf0d4"
|
|
7803
|
+
integrity sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==
|
|
7806
7804
|
dependencies:
|
|
7807
7805
|
"@jridgewell/source-map" "^0.3.3"
|
|
7808
7806
|
acorn "^8.8.2"
|
|
@@ -7862,9 +7860,9 @@ trough@^2.0.0:
|
|
|
7862
7860
|
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
|
|
7863
7861
|
|
|
7864
7862
|
tslib@^2.0.3, tslib@^2.6.0:
|
|
7865
|
-
version "2.6.
|
|
7866
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.
|
|
7867
|
-
integrity sha512-
|
|
7863
|
+
version "2.6.3"
|
|
7864
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
|
7865
|
+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
|
7868
7866
|
|
|
7869
7867
|
type-fest@^1.0.1:
|
|
7870
7868
|
version "1.4.0"
|
|
@@ -7925,9 +7923,9 @@ unicode-property-aliases-ecmascript@^2.0.0:
|
|
|
7925
7923
|
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
|
|
7926
7924
|
|
|
7927
7925
|
unified@^11.0.0, unified@^11.0.3, unified@^11.0.4:
|
|
7928
|
-
version "11.0.
|
|
7929
|
-
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.
|
|
7930
|
-
integrity sha512-
|
|
7926
|
+
version "11.0.5"
|
|
7927
|
+
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.5.tgz#f66677610a5c0a9ee90cab2b8d4d66037026d9e1"
|
|
7928
|
+
integrity sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==
|
|
7931
7929
|
dependencies:
|
|
7932
7930
|
"@types/unist" "^3.0.0"
|
|
7933
7931
|
bail "^2.0.0"
|
|
@@ -8007,13 +8005,13 @@ unpipe@1.0.0, unpipe@~1.0.0:
|
|
|
8007
8005
|
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
|
8008
8006
|
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
|
|
8009
8007
|
|
|
8010
|
-
update-browserslist-db@^1.0.
|
|
8011
|
-
version "1.0.
|
|
8012
|
-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.
|
|
8013
|
-
integrity sha512-
|
|
8008
|
+
update-browserslist-db@^1.0.16:
|
|
8009
|
+
version "1.0.16"
|
|
8010
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356"
|
|
8011
|
+
integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==
|
|
8014
8012
|
dependencies:
|
|
8015
|
-
escalade "^3.1.
|
|
8016
|
-
picocolors "^1.0.
|
|
8013
|
+
escalade "^3.1.2"
|
|
8014
|
+
picocolors "^1.0.1"
|
|
8017
8015
|
|
|
8018
8016
|
update-notifier@^6.0.2:
|
|
8019
8017
|
version "6.0.2"
|
|
@@ -8035,7 +8033,7 @@ update-notifier@^6.0.2:
|
|
|
8035
8033
|
semver-diff "^4.0.0"
|
|
8036
8034
|
xdg-basedir "^5.1.0"
|
|
8037
8035
|
|
|
8038
|
-
uri-js@^4.2.2:
|
|
8036
|
+
uri-js@^4.2.2, uri-js@^4.4.1:
|
|
8039
8037
|
version "4.4.1"
|
|
8040
8038
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
8041
8039
|
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
|
@@ -8211,9 +8209,9 @@ webpack-sources@^3.2.3:
|
|
|
8211
8209
|
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
|
8212
8210
|
|
|
8213
8211
|
webpack@^5.88.1:
|
|
8214
|
-
version "5.
|
|
8215
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
|
8216
|
-
integrity sha512-
|
|
8212
|
+
version "5.92.1"
|
|
8213
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
|
|
8214
|
+
integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
|
|
8217
8215
|
dependencies:
|
|
8218
8216
|
"@types/eslint-scope" "^3.7.3"
|
|
8219
8217
|
"@types/estree" "^1.0.5"
|
|
@@ -8221,10 +8219,10 @@ webpack@^5.88.1:
|
|
|
8221
8219
|
"@webassemblyjs/wasm-edit" "^1.12.1"
|
|
8222
8220
|
"@webassemblyjs/wasm-parser" "^1.12.1"
|
|
8223
8221
|
acorn "^8.7.1"
|
|
8224
|
-
acorn-import-
|
|
8222
|
+
acorn-import-attributes "^1.9.5"
|
|
8225
8223
|
browserslist "^4.21.10"
|
|
8226
8224
|
chrome-trace-event "^1.0.2"
|
|
8227
|
-
enhanced-resolve "^5.
|
|
8225
|
+
enhanced-resolve "^5.17.0"
|
|
8228
8226
|
es-module-lexer "^1.2.1"
|
|
8229
8227
|
eslint-scope "5.1.1"
|
|
8230
8228
|
events "^3.2.0"
|
|
@@ -8315,14 +8313,14 @@ write-file-atomic@^3.0.3:
|
|
|
8315
8313
|
typedarray-to-buffer "^3.1.5"
|
|
8316
8314
|
|
|
8317
8315
|
ws@^7.3.1:
|
|
8318
|
-
version "7.5.
|
|
8319
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.
|
|
8320
|
-
integrity sha512
|
|
8316
|
+
version "7.5.10"
|
|
8317
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
|
|
8318
|
+
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
|
|
8321
8319
|
|
|
8322
8320
|
ws@^8.13.0:
|
|
8323
|
-
version "8.
|
|
8324
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.
|
|
8325
|
-
integrity sha512-
|
|
8321
|
+
version "8.17.1"
|
|
8322
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
|
|
8323
|
+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
|
|
8326
8324
|
|
|
8327
8325
|
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
|
|
8328
8326
|
version "5.1.0"
|
|
@@ -8341,12 +8339,7 @@ yallist@^3.0.2:
|
|
|
8341
8339
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
|
8342
8340
|
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
|
8343
8341
|
|
|
8344
|
-
|
|
8345
|
-
version "4.0.0"
|
|
8346
|
-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
8347
|
-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
8348
|
-
|
|
8349
|
-
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
|
|
8342
|
+
yaml@^1.7.2:
|
|
8350
8343
|
version "1.10.2"
|
|
8351
8344
|
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
|
8352
8345
|
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|