|
431 | 431 | dependencies:
|
432 | 432 | "@babel/types" "^7.17.0"
|
433 | 433 |
|
| 434 | +"@babel/helper-simple-access@^7.18.2": |
| 435 | + version "7.18.2" |
| 436 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9" |
| 437 | + integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== |
| 438 | + dependencies: |
| 439 | + "@babel/types" "^7.18.2" |
| 440 | + |
434 | 441 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
435 | 442 | version "7.16.0"
|
436 | 443 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
|
|
869 | 876 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
|
870 | 877 | "@babel/helper-plugin-utils" "^7.16.7"
|
871 | 878 |
|
872 |
| -"@babel/plugin-transform-for-of@^7.17.12": |
| 879 | +"@babel/plugin-transform-for-of@^7.18.1": |
873 | 880 | version "7.18.1"
|
874 | 881 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
|
875 | 882 | integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
|
|
908 | 915 | "@babel/helper-plugin-utils" "^7.17.12"
|
909 | 916 | babel-plugin-dynamic-import-node "^2.3.3"
|
910 | 917 |
|
911 |
| -"@babel/plugin-transform-modules-commonjs@^7.18.0": |
912 |
| - version "7.18.0" |
913 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db" |
914 |
| - integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw== |
| 918 | +"@babel/plugin-transform-modules-commonjs@^7.18.2": |
| 919 | + version "7.18.2" |
| 920 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e" |
| 921 | + integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ== |
915 | 922 | dependencies:
|
916 | 923 | "@babel/helper-module-transforms" "^7.18.0"
|
917 | 924 | "@babel/helper-plugin-utils" "^7.17.12"
|
918 |
| - "@babel/helper-simple-access" "^7.17.7" |
| 925 | + "@babel/helper-simple-access" "^7.18.2" |
919 | 926 | babel-plugin-dynamic-import-node "^2.3.3"
|
920 | 927 |
|
921 | 928 | "@babel/plugin-transform-modules-systemjs@^7.18.0":
|
|
1051 | 1058 | dependencies:
|
1052 | 1059 | "@babel/helper-plugin-utils" "^7.16.7"
|
1053 | 1060 |
|
1054 |
| -"@babel/plugin-transform-template-literals@^7.17.12": |
1055 |
| - version "7.17.12" |
1056 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e" |
1057 |
| - integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw== |
| 1061 | +"@babel/plugin-transform-template-literals@^7.18.2": |
| 1062 | + version "7.18.2" |
| 1063 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28" |
| 1064 | + integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g== |
1058 | 1065 | dependencies:
|
1059 | 1066 | "@babel/helper-plugin-utils" "^7.17.12"
|
1060 | 1067 |
|
|
1089 | 1096 | "@babel/helper-create-regexp-features-plugin" "^7.16.7"
|
1090 | 1097 | "@babel/helper-plugin-utils" "^7.16.7"
|
1091 | 1098 |
|
1092 |
| -"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.15.6", "@babel/preset-env@^7.18.0": |
1093 |
| - version "7.18.0" |
1094 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d" |
1095 |
| - integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA== |
| 1099 | +"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.15.6", "@babel/preset-env@^7.18.2": |
| 1100 | + version "7.18.2" |
| 1101 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a" |
| 1102 | + integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q== |
1096 | 1103 | dependencies:
|
1097 | 1104 | "@babel/compat-data" "^7.17.10"
|
1098 |
| - "@babel/helper-compilation-targets" "^7.17.10" |
| 1105 | + "@babel/helper-compilation-targets" "^7.18.2" |
1099 | 1106 | "@babel/helper-plugin-utils" "^7.17.12"
|
1100 | 1107 | "@babel/helper-validator-option" "^7.16.7"
|
1101 | 1108 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
|
|
1140 | 1147 | "@babel/plugin-transform-dotall-regex" "^7.16.7"
|
1141 | 1148 | "@babel/plugin-transform-duplicate-keys" "^7.17.12"
|
1142 | 1149 | "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
|
1143 |
| - "@babel/plugin-transform-for-of" "^7.17.12" |
| 1150 | + "@babel/plugin-transform-for-of" "^7.18.1" |
1144 | 1151 | "@babel/plugin-transform-function-name" "^7.16.7"
|
1145 | 1152 | "@babel/plugin-transform-literals" "^7.17.12"
|
1146 | 1153 | "@babel/plugin-transform-member-expression-literals" "^7.16.7"
|
1147 | 1154 | "@babel/plugin-transform-modules-amd" "^7.18.0"
|
1148 |
| - "@babel/plugin-transform-modules-commonjs" "^7.18.0" |
| 1155 | + "@babel/plugin-transform-modules-commonjs" "^7.18.2" |
1149 | 1156 | "@babel/plugin-transform-modules-systemjs" "^7.18.0"
|
1150 | 1157 | "@babel/plugin-transform-modules-umd" "^7.18.0"
|
1151 | 1158 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
|
|
1158 | 1165 | "@babel/plugin-transform-shorthand-properties" "^7.16.7"
|
1159 | 1166 | "@babel/plugin-transform-spread" "^7.17.12"
|
1160 | 1167 | "@babel/plugin-transform-sticky-regex" "^7.16.7"
|
1161 |
| - "@babel/plugin-transform-template-literals" "^7.17.12" |
| 1168 | + "@babel/plugin-transform-template-literals" "^7.18.2" |
1162 | 1169 | "@babel/plugin-transform-typeof-symbol" "^7.17.12"
|
1163 | 1170 | "@babel/plugin-transform-unicode-escapes" "^7.16.7"
|
1164 | 1171 | "@babel/plugin-transform-unicode-regex" "^7.16.7"
|
1165 | 1172 | "@babel/preset-modules" "^0.1.5"
|
1166 |
| - "@babel/types" "^7.18.0" |
| 1173 | + "@babel/types" "^7.18.2" |
1167 | 1174 | babel-plugin-polyfill-corejs2 "^0.3.0"
|
1168 | 1175 | babel-plugin-polyfill-corejs3 "^0.5.0"
|
1169 | 1176 | babel-plugin-polyfill-regenerator "^0.3.0"
|
|
0 commit comments