|
31 | 31 | dependencies: |
32 | 32 | "@babel/highlight" "^7.18.6" |
33 | 33 |
|
34 | | -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3": |
35 | | - version "7.19.3" |
36 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151" |
37 | | - integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw== |
| 34 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4": |
| 35 | + version "7.19.4" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
| 37 | + integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
38 | 38 |
|
39 | 39 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5": |
40 | 40 | version "7.18.2" |
|
386 | 386 | dependencies: |
387 | 387 | "@babel/types" "^7.18.6" |
388 | 388 |
|
389 | | -"@babel/helper-string-parser@^7.18.10": |
390 | | - version "7.18.10" |
391 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
392 | | - integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
| 389 | +"@babel/helper-string-parser@^7.19.4": |
| 390 | + version "7.19.4" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 392 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
393 | 393 |
|
394 | 394 | "@babel/helper-validator-identifier@^7.10.4": |
395 | 395 | version "7.10.4" |
|
593 | 593 | "@babel/helper-plugin-utils" "^7.18.6" |
594 | 594 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
595 | 595 |
|
596 | | -"@babel/plugin-proposal-object-rest-spread@^7.18.9": |
597 | | - version "7.18.9" |
598 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7" |
599 | | - integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q== |
| 596 | +"@babel/plugin-proposal-object-rest-spread@^7.19.4": |
| 597 | + version "7.19.4" |
| 598 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d" |
| 599 | + integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q== |
600 | 600 | dependencies: |
601 | | - "@babel/compat-data" "^7.18.8" |
602 | | - "@babel/helper-compilation-targets" "^7.18.9" |
603 | | - "@babel/helper-plugin-utils" "^7.18.9" |
| 601 | + "@babel/compat-data" "^7.19.4" |
| 602 | + "@babel/helper-compilation-targets" "^7.19.3" |
| 603 | + "@babel/helper-plugin-utils" "^7.19.0" |
604 | 604 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
605 | 605 | "@babel/plugin-transform-parameters" "^7.18.8" |
606 | 606 |
|
|
789 | 789 | dependencies: |
790 | 790 | "@babel/helper-plugin-utils" "^7.18.6" |
791 | 791 |
|
792 | | -"@babel/plugin-transform-block-scoping@^7.18.9": |
793 | | - version "7.18.9" |
794 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d" |
795 | | - integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw== |
| 792 | +"@babel/plugin-transform-block-scoping@^7.19.4": |
| 793 | + version "7.19.4" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b" |
| 795 | + integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ== |
796 | 796 | dependencies: |
797 | | - "@babel/helper-plugin-utils" "^7.18.9" |
| 797 | + "@babel/helper-plugin-utils" "^7.19.0" |
798 | 798 |
|
799 | 799 | "@babel/plugin-transform-classes@^7.19.0": |
800 | 800 | version "7.19.0" |
|
818 | 818 | dependencies: |
819 | 819 | "@babel/helper-plugin-utils" "^7.18.9" |
820 | 820 |
|
821 | | -"@babel/plugin-transform-destructuring@^7.18.13": |
822 | | - version "7.18.13" |
823 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5" |
824 | | - integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow== |
| 821 | +"@babel/plugin-transform-destructuring@^7.19.4": |
| 822 | + version "7.19.4" |
| 823 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d" |
| 824 | + integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA== |
825 | 825 | dependencies: |
826 | | - "@babel/helper-plugin-utils" "^7.18.9" |
| 826 | + "@babel/helper-plugin-utils" "^7.19.0" |
827 | 827 |
|
828 | 828 | "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": |
829 | 829 | version "7.18.6" |
|
1019 | 1019 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
1020 | 1020 | "@babel/helper-plugin-utils" "^7.18.6" |
1021 | 1021 |
|
1022 | | -"@babel/preset-env@^7.19.3": |
1023 | | - version "7.19.3" |
1024 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754" |
1025 | | - integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w== |
| 1022 | +"@babel/preset-env@^7.19.4": |
| 1023 | + version "7.19.4" |
| 1024 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b" |
| 1025 | + integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg== |
1026 | 1026 | dependencies: |
1027 | | - "@babel/compat-data" "^7.19.3" |
| 1027 | + "@babel/compat-data" "^7.19.4" |
1028 | 1028 | "@babel/helper-compilation-targets" "^7.19.3" |
1029 | 1029 | "@babel/helper-plugin-utils" "^7.19.0" |
1030 | 1030 | "@babel/helper-validator-option" "^7.18.6" |
|
1039 | 1039 | "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" |
1040 | 1040 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" |
1041 | 1041 | "@babel/plugin-proposal-numeric-separator" "^7.18.6" |
1042 | | - "@babel/plugin-proposal-object-rest-spread" "^7.18.9" |
| 1042 | + "@babel/plugin-proposal-object-rest-spread" "^7.19.4" |
1043 | 1043 | "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" |
1044 | 1044 | "@babel/plugin-proposal-optional-chaining" "^7.18.9" |
1045 | 1045 | "@babel/plugin-proposal-private-methods" "^7.18.6" |
|
1063 | 1063 | "@babel/plugin-transform-arrow-functions" "^7.18.6" |
1064 | 1064 | "@babel/plugin-transform-async-to-generator" "^7.18.6" |
1065 | 1065 | "@babel/plugin-transform-block-scoped-functions" "^7.18.6" |
1066 | | - "@babel/plugin-transform-block-scoping" "^7.18.9" |
| 1066 | + "@babel/plugin-transform-block-scoping" "^7.19.4" |
1067 | 1067 | "@babel/plugin-transform-classes" "^7.19.0" |
1068 | 1068 | "@babel/plugin-transform-computed-properties" "^7.18.9" |
1069 | | - "@babel/plugin-transform-destructuring" "^7.18.13" |
| 1069 | + "@babel/plugin-transform-destructuring" "^7.19.4" |
1070 | 1070 | "@babel/plugin-transform-dotall-regex" "^7.18.6" |
1071 | 1071 | "@babel/plugin-transform-duplicate-keys" "^7.18.9" |
1072 | 1072 | "@babel/plugin-transform-exponentiation-operator" "^7.18.6" |
|
1093 | 1093 | "@babel/plugin-transform-unicode-escapes" "^7.18.10" |
1094 | 1094 | "@babel/plugin-transform-unicode-regex" "^7.18.6" |
1095 | 1095 | "@babel/preset-modules" "^0.1.5" |
1096 | | - "@babel/types" "^7.19.3" |
| 1096 | + "@babel/types" "^7.19.4" |
1097 | 1097 | babel-plugin-polyfill-corejs2 "^0.3.3" |
1098 | 1098 | babel-plugin-polyfill-corejs3 "^0.6.0" |
1099 | 1099 | babel-plugin-polyfill-regenerator "^0.4.1" |
|
1218 | 1218 | debug "^4.1.0" |
1219 | 1219 | globals "^11.1.0" |
1220 | 1220 |
|
1221 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.6": |
1222 | | - version "7.19.3" |
1223 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
1224 | | - integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw== |
| 1221 | +"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.6": |
| 1222 | + version "7.19.4" |
| 1223 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
| 1224 | + integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
1225 | 1225 | dependencies: |
1226 | | - "@babel/helper-string-parser" "^7.18.10" |
| 1226 | + "@babel/helper-string-parser" "^7.19.4" |
1227 | 1227 | "@babel/helper-validator-identifier" "^7.19.1" |
1228 | 1228 | to-fast-properties "^2.0.0" |
1229 | 1229 |
|
|
0 commit comments