15
15
"@jridgewell/gen-mapping" "^0.3.0"
16
16
"@jridgewell/trace-mapping" "^0.3.9"
17
17
18
-
19
- version "7.23.4 "
20
- resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4 .tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7 "
21
- integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw ==
18
+
19
+ version "7.23.9 "
20
+ resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.9 .tgz#06b3e76376ee53f14ac8ac422c884950c69e1b9e "
21
+ integrity sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q ==
22
22
dependencies:
23
23
"@jridgewell/trace-mapping" "^0.3.17"
24
24
commander "^4.0.1"
31
31
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
32
32
chokidar "^3.4.0"
33
33
34
- "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7. 23.5":
34
+ "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.23.5":
35
35
version "7.23.5"
36
36
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
37
37
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
44
44
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
45
45
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
46
46
47
-
48
- version "7.23.7 "
49
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7 .tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f "
50
- integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw ==
47
+
48
+ version "7.23.9 "
49
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9 .tgz#b028820718000f267870822fec434820e9b1e4d1 "
50
+ integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw ==
51
51
dependencies:
52
52
"@ampproject/remapping" "^2.2.0"
53
53
"@babel/code-frame" "^7.23.5"
54
54
"@babel/generator" "^7.23.6"
55
55
"@babel/helper-compilation-targets" "^7.23.6"
56
56
"@babel/helper-module-transforms" "^7.23.3"
57
- "@babel/helpers" "^7.23.7 "
58
- "@babel/parser" "^7.23.6 "
59
- "@babel/template" "^7.22.15 "
60
- "@babel/traverse" "^7.23.7 "
61
- "@babel/types" "^7.23.6 "
57
+ "@babel/helpers" "^7.23.9 "
58
+ "@babel/parser" "^7.23.9 "
59
+ "@babel/template" "^7.23.9 "
60
+ "@babel/traverse" "^7.23.9 "
61
+ "@babel/types" "^7.23.9 "
62
62
convert-source-map "^2.0.0"
63
63
debug "^4.1.0"
64
64
gensync "^1.0.0-beta.2"
124
124
regexpu-core "^5.3.1"
125
125
semver "^6.3.1"
126
126
127
- "@babel/helper-define-polyfill-provider@^0.4.4":
128
- version "0.4.4"
129
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
130
- integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
131
- dependencies:
132
- "@babel/helper-compilation-targets" "^7.22.6"
133
- "@babel/helper-plugin-utils" "^7.22.5"
134
- debug "^4.1.1"
135
- lodash.debounce "^4.0.8"
136
- resolve "^1.14.2"
137
-
138
127
"@babel/helper-define-polyfill-provider@^0.5.0":
139
128
version "0.5.0"
140
129
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
266
255
"@babel/template" "^7.22.15"
267
256
"@babel/types" "^7.22.19"
268
257
269
- "@babel/helpers@^7.23.7 ":
270
- version "7.23.8 "
271
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8 .tgz#fc6b2d65b16847fd50adddbd4232c76378959e34 "
272
- integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ ==
258
+ "@babel/helpers@^7.23.9 ":
259
+ version "7.23.9 "
260
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9 .tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d "
261
+ integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ ==
273
262
dependencies:
274
- "@babel/template" "^7.22.15 "
275
- "@babel/traverse" "^7.23.7 "
276
- "@babel/types" "^7.23.6 "
263
+ "@babel/template" "^7.23.9 "
264
+ "@babel/traverse" "^7.23.9 "
265
+ "@babel/types" "^7.23.9 "
277
266
278
267
"@babel/highlight@^7.23.4":
279
268
version "7.23.4"
284
273
chalk "^2.4.2"
285
274
js-tokens "^4.0.0"
286
275
287
- "@babel/parser@^7.22.15", "@babel/parser@^7. 23.6 ":
288
- version "7.23.6 "
289
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6 .tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b "
290
- integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ ==
276
+ "@babel/parser@^7.23.9 ":
277
+ version "7.23.9 "
278
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9 .tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b "
279
+ integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA ==
291
280
292
281
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
293
282
version "7.23.3"
459
448
dependencies:
460
449
"@babel/helper-plugin-utils" "^7.22.5"
461
450
462
- "@babel/plugin-transform-async-generator-functions@^7.23.7 ":
463
- version "7.23.7 "
464
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7 .tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd "
465
- integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA ==
451
+ "@babel/plugin-transform-async-generator-functions@^7.23.9 ":
452
+ version "7.23.9 "
453
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9 .tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce "
454
+ integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ ==
466
455
dependencies:
467
456
"@babel/helper-environment-visitor" "^7.22.20"
468
457
"@babel/helper-plugin-utils" "^7.22.5"
641
630
"@babel/helper-plugin-utils" "^7.22.5"
642
631
"@babel/helper-simple-access" "^7.22.5"
643
632
644
- "@babel/plugin-transform-modules-systemjs@^7.23.3 ":
645
- version "7.23.3 "
646
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3 .tgz#fa7e62248931cb15b9404f8052581c302dd9de81 "
647
- integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ ==
633
+ "@babel/plugin-transform-modules-systemjs@^7.23.9 ":
634
+ version "7.23.9 "
635
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9 .tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be "
636
+ integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw ==
648
637
dependencies:
649
638
"@babel/helper-hoist-variables" "^7.22.5"
650
639
"@babel/helper-module-transforms" "^7.23.3"
881
870
core-js "^2.6.5"
882
871
regenerator-runtime "^0.13.4"
883
872
884
-
885
- version "7.23.8 "
886
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8 .tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e "
887
- integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA ==
873
+
874
+ version "7.23.9 "
875
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9 .tgz#beace3b7994560ed6bf78e4ae2073dff45387669 "
876
+ integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A ==
888
877
dependencies:
889
878
"@babel/compat-data" "^7.23.5"
890
879
"@babel/helper-compilation-targets" "^7.23.6"
913
902
"@babel/plugin-syntax-top-level-await" "^7.14.5"
914
903
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
915
904
"@babel/plugin-transform-arrow-functions" "^7.23.3"
916
- "@babel/plugin-transform-async-generator-functions" "^7.23.7 "
905
+ "@babel/plugin-transform-async-generator-functions" "^7.23.9 "
917
906
"@babel/plugin-transform-async-to-generator" "^7.23.3"
918
907
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
919
908
"@babel/plugin-transform-block-scoping" "^7.23.4"
935
924
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
936
925
"@babel/plugin-transform-modules-amd" "^7.23.3"
937
926
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
938
- "@babel/plugin-transform-modules-systemjs" "^7.23.3 "
927
+ "@babel/plugin-transform-modules-systemjs" "^7.23.9 "
939
928
"@babel/plugin-transform-modules-umd" "^7.23.3"
940
929
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
941
930
"@babel/plugin-transform-new-target" "^7.23.3"
961
950
"@babel/plugin-transform-unicode-regex" "^7.23.3"
962
951
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
963
952
"@babel/preset-modules" "0.1.6-no-external-plugins"
964
- babel-plugin-polyfill-corejs2 "^0.4.7 "
965
- babel-plugin-polyfill-corejs3 "^0.8.7 "
966
- babel-plugin-polyfill-regenerator "^0.5.4 "
953
+ babel-plugin-polyfill-corejs2 "^0.4.8 "
954
+ babel-plugin-polyfill-corejs3 "^0.9.0 "
955
+ babel-plugin-polyfill-regenerator "^0.5.5 "
967
956
core-js-compat "^3.31.0"
968
957
semver "^6.3.1"
969
958
1000
989
dependencies:
1001
990
regenerator-runtime "^0.14.0"
1002
991
1003
- "@babel/template@^7.22.15":
1004
- version "7.22.15 "
1005
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15 .tgz#09576efc3830f0430f4548ef971dde1350ef2f38 "
1006
- integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w ==
992
+ "@babel/template@^7.22.15", "@babel/template@^7.23.9" :
993
+ version "7.23.9 "
994
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9 .tgz#f881d0487cba2828d3259dcb9ef5005a9731011a "
995
+ integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA ==
1007
996
dependencies:
1008
- "@babel/code-frame" "^7.22.13 "
1009
- "@babel/parser" "^7.22.15 "
1010
- "@babel/types" "^7.22.15 "
997
+ "@babel/code-frame" "^7.23.5 "
998
+ "@babel/parser" "^7.23.9 "
999
+ "@babel/types" "^7.23.9 "
1011
1000
1012
- "@babel/traverse@^7.23.7 ":
1013
- version "7.23.7 "
1014
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7 .tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305 "
1015
- integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg ==
1001
+ "@babel/traverse@^7.23.9 ":
1002
+ version "7.23.9 "
1003
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9 .tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950 "
1004
+ integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg ==
1016
1005
dependencies:
1017
1006
"@babel/code-frame" "^7.23.5"
1018
1007
"@babel/generator" "^7.23.6"
1019
1008
"@babel/helper-environment-visitor" "^7.22.20"
1020
1009
"@babel/helper-function-name" "^7.23.0"
1021
1010
"@babel/helper-hoist-variables" "^7.22.5"
1022
1011
"@babel/helper-split-export-declaration" "^7.22.6"
1023
- "@babel/parser" "^7.23.6 "
1024
- "@babel/types" "^7.23.6 "
1012
+ "@babel/parser" "^7.23.9 "
1013
+ "@babel/types" "^7.23.9 "
1025
1014
debug "^4.3.1"
1026
1015
globals "^11.1.0"
1027
1016
1028
- "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.4.4":
1029
- version "7.23.6 "
1030
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6 .tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd "
1031
- integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg ==
1017
+ "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7. 4.4":
1018
+ version "7.23.9 "
1019
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9 .tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002 "
1020
+ integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q ==
1032
1021
dependencies:
1033
1022
"@babel/helper-string-parser" "^7.23.4"
1034
1023
"@babel/helper-validator-identifier" "^7.22.20"
@@ -3480,7 +3469,7 @@ babel-import-util@^0.2.0:
3480
3469
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
3481
3470
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
3482
3471
3483
- babel-plugin-polyfill-corejs2@^0.4.7 :
3472
+ babel-plugin-polyfill-corejs2@^0.4.8 :
3484
3473
version "0.4.8"
3485
3474
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
3486
3475
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -3489,15 +3478,15 @@ babel-plugin-polyfill-corejs2@^0.4.7:
3489
3478
"@babel/helper-define-polyfill-provider" "^0.5.0"
3490
3479
semver "^6.3.1"
3491
3480
3492
- babel-plugin-polyfill-corejs3@^0.8.7 :
3493
- version "0.8.7 "
3494
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7 .tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04 "
3495
- integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA ==
3481
+ babel-plugin-polyfill-corejs3@^0.9.0 :
3482
+ version "0.9.0 "
3483
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0 .tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81 "
3484
+ integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg ==
3496
3485
dependencies:
3497
- "@babel/helper-define-polyfill-provider" "^0.4.4 "
3498
- core-js-compat "^3.33.1 "
3486
+ "@babel/helper-define-polyfill-provider" "^0.5.0 "
3487
+ core-js-compat "^3.34.0 "
3499
3488
3500
- babel-plugin-polyfill-regenerator@^0.5.4 :
3489
+ babel-plugin-polyfill-regenerator@^0.5.5 :
3501
3490
version "0.5.5"
3502
3491
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
3503
3492
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -4309,7 +4298,7 @@ convert-source-map@^2.0.0:
4309
4298
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
4310
4299
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
4311
4300
4312
- core-js-compat@^3.31.0, core-js-compat@^3.33.1 :
4301
+ core-js-compat@^3.31.0, core-js-compat@^3.34.0 :
4313
4302
version "3.35.1"
4314
4303
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
4315
4304
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==
0 commit comments