git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump @babel/preset-env from 7.10.2 to 7.10.3

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] authored on 22/06/2020 07:47:03
Showing 2 changed files
... ...
@@ -485,13 +485,21 @@
485 485
       }
486 486
     },
487 487
     "@babel/plugin-proposal-optional-chaining": {
488
-      "version": "7.10.1",
489
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz",
490
-      "integrity": "sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA==",
488
+      "version": "7.10.3",
489
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.3.tgz",
490
+      "integrity": "sha512-yyG3n9dJ1vZ6v5sfmIlMMZ8azQoqx/5/nZTSWX1td6L1H1bsjzA8TInDChpafCZiJkeOFzp/PtrfigAQXxI1Ng==",
491 491
       "dev": true,
492 492
       "requires": {
493
-        "@babel/helper-plugin-utils": "^7.10.1",
493
+        "@babel/helper-plugin-utils": "^7.10.3",
494 494
         "@babel/plugin-syntax-optional-chaining": "^7.8.0"
495
+      },
496
+      "dependencies": {
497
+        "@babel/helper-plugin-utils": {
498
+          "version": "7.10.3",
499
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
500
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
501
+          "dev": true
502
+        }
495 503
       }
496 504
     },
497 505
     "@babel/plugin-proposal-private-methods": {
... ...
@@ -1087,24 +1095,24 @@
1087 1095
       }
1088 1096
     },
1089 1097
     "@babel/preset-env": {
1090
-      "version": "7.10.2",
1091
-      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.2.tgz",
1092
-      "integrity": "sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==",
1098
+      "version": "7.10.3",
1099
+      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.3.tgz",
1100
+      "integrity": "sha512-jHaSUgiewTmly88bJtMHbOd1bJf2ocYxb5BWKSDQIP5tmgFuS/n0gl+nhSrYDhT33m0vPxp+rP8oYYgPgMNQlg==",
1093 1101
       "dev": true,
1094 1102
       "requires": {
1095
-        "@babel/compat-data": "^7.10.1",
1103
+        "@babel/compat-data": "^7.10.3",
1096 1104
         "@babel/helper-compilation-targets": "^7.10.2",
1097
-        "@babel/helper-module-imports": "^7.10.1",
1098
-        "@babel/helper-plugin-utils": "^7.10.1",
1099
-        "@babel/plugin-proposal-async-generator-functions": "^7.10.1",
1105
+        "@babel/helper-module-imports": "^7.10.3",
1106
+        "@babel/helper-plugin-utils": "^7.10.3",
1107
+        "@babel/plugin-proposal-async-generator-functions": "^7.10.3",
1100 1108
         "@babel/plugin-proposal-class-properties": "^7.10.1",
1101 1109
         "@babel/plugin-proposal-dynamic-import": "^7.10.1",
1102 1110
         "@babel/plugin-proposal-json-strings": "^7.10.1",
1103 1111
         "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
1104 1112
         "@babel/plugin-proposal-numeric-separator": "^7.10.1",
1105
-        "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
1113
+        "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
1106 1114
         "@babel/plugin-proposal-optional-catch-binding": "^7.10.1",
1107
-        "@babel/plugin-proposal-optional-chaining": "^7.10.1",
1115
+        "@babel/plugin-proposal-optional-chaining": "^7.10.3",
1108 1116
         "@babel/plugin-proposal-private-methods": "^7.10.1",
1109 1117
         "@babel/plugin-proposal-unicode-property-regex": "^7.10.1",
1110 1118
         "@babel/plugin-syntax-async-generators": "^7.8.0",
... ...
@@ -1121,8 +1129,8 @@
1121 1129
         "@babel/plugin-transform-async-to-generator": "^7.10.1",
1122 1130
         "@babel/plugin-transform-block-scoped-functions": "^7.10.1",
1123 1131
         "@babel/plugin-transform-block-scoping": "^7.10.1",
1124
-        "@babel/plugin-transform-classes": "^7.10.1",
1125
-        "@babel/plugin-transform-computed-properties": "^7.10.1",
1132
+        "@babel/plugin-transform-classes": "^7.10.3",
1133
+        "@babel/plugin-transform-computed-properties": "^7.10.3",
1126 1134
         "@babel/plugin-transform-destructuring": "^7.10.1",
1127 1135
         "@babel/plugin-transform-dotall-regex": "^7.10.1",
1128 1136
         "@babel/plugin-transform-duplicate-keys": "^7.10.1",
... ...
@@ -1133,29 +1141,304 @@
1133 1141
         "@babel/plugin-transform-member-expression-literals": "^7.10.1",
1134 1142
         "@babel/plugin-transform-modules-amd": "^7.10.1",
1135 1143
         "@babel/plugin-transform-modules-commonjs": "^7.10.1",
1136
-        "@babel/plugin-transform-modules-systemjs": "^7.10.1",
1144
+        "@babel/plugin-transform-modules-systemjs": "^7.10.3",
1137 1145
         "@babel/plugin-transform-modules-umd": "^7.10.1",
1138
-        "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
1146
+        "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.3",
1139 1147
         "@babel/plugin-transform-new-target": "^7.10.1",
1140 1148
         "@babel/plugin-transform-object-super": "^7.10.1",
1141 1149
         "@babel/plugin-transform-parameters": "^7.10.1",
1142 1150
         "@babel/plugin-transform-property-literals": "^7.10.1",
1143
-        "@babel/plugin-transform-regenerator": "^7.10.1",
1151
+        "@babel/plugin-transform-regenerator": "^7.10.3",
1144 1152
         "@babel/plugin-transform-reserved-words": "^7.10.1",
1145 1153
         "@babel/plugin-transform-shorthand-properties": "^7.10.1",
1146 1154
         "@babel/plugin-transform-spread": "^7.10.1",
1147 1155
         "@babel/plugin-transform-sticky-regex": "^7.10.1",
1148
-        "@babel/plugin-transform-template-literals": "^7.10.1",
1156
+        "@babel/plugin-transform-template-literals": "^7.10.3",
1149 1157
         "@babel/plugin-transform-typeof-symbol": "^7.10.1",
1150 1158
         "@babel/plugin-transform-unicode-escapes": "^7.10.1",
1151 1159
         "@babel/plugin-transform-unicode-regex": "^7.10.1",
1152 1160
         "@babel/preset-modules": "^0.1.3",
1153
-        "@babel/types": "^7.10.2",
1161
+        "@babel/types": "^7.10.3",
1154 1162
         "browserslist": "^4.12.0",
1155 1163
         "core-js-compat": "^3.6.2",
1156 1164
         "invariant": "^2.2.2",
1157 1165
         "levenary": "^1.1.1",
1158 1166
         "semver": "^5.5.0"
1167
+      },
1168
+      "dependencies": {
1169
+        "@babel/code-frame": {
1170
+          "version": "7.10.3",
1171
+          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
1172
+          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
1173
+          "dev": true,
1174
+          "requires": {
1175
+            "@babel/highlight": "^7.10.3"
1176
+          }
1177
+        },
1178
+        "@babel/compat-data": {
1179
+          "version": "7.10.3",
1180
+          "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.3.tgz",
1181
+          "integrity": "sha512-BDIfJ9uNZuI0LajPfoYV28lX8kyCPMHY6uY4WH1lJdcicmAfxCK5ASzaeV0D/wsUaRH/cLk+amuxtC37sZ8TUg==",
1182
+          "dev": true,
1183
+          "requires": {
1184
+            "browserslist": "^4.12.0",
1185
+            "invariant": "^2.2.4",
1186
+            "semver": "^5.5.0"
1187
+          }
1188
+        },
1189
+        "@babel/generator": {
1190
+          "version": "7.10.3",
1191
+          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
1192
+          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
1193
+          "dev": true,
1194
+          "requires": {
1195
+            "@babel/types": "^7.10.3",
1196
+            "jsesc": "^2.5.1",
1197
+            "lodash": "^4.17.13",
1198
+            "source-map": "^0.5.0"
1199
+          }
1200
+        },
1201
+        "@babel/helper-define-map": {
1202
+          "version": "7.10.3",
1203
+          "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.3.tgz",
1204
+          "integrity": "sha512-bxRzDi4Sin/k0drWCczppOhov1sBSdBvXJObM1NLHQzjhXhwRtn7aRWGvLJWCYbuu2qUk3EKs6Ci9C9ps8XokQ==",
1205
+          "dev": true,
1206
+          "requires": {
1207
+            "@babel/helper-function-name": "^7.10.3",
1208
+            "@babel/types": "^7.10.3",
1209
+            "lodash": "^4.17.13"
1210
+          }
1211
+        },
1212
+        "@babel/helper-function-name": {
1213
+          "version": "7.10.3",
1214
+          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
1215
+          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
1216
+          "dev": true,
1217
+          "requires": {
1218
+            "@babel/helper-get-function-arity": "^7.10.3",
1219
+            "@babel/template": "^7.10.3",
1220
+            "@babel/types": "^7.10.3"
1221
+          }
1222
+        },
1223
+        "@babel/helper-get-function-arity": {
1224
+          "version": "7.10.3",
1225
+          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
1226
+          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
1227
+          "dev": true,
1228
+          "requires": {
1229
+            "@babel/types": "^7.10.3"
1230
+          }
1231
+        },
1232
+        "@babel/helper-hoist-variables": {
1233
+          "version": "7.10.3",
1234
+          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.3.tgz",
1235
+          "integrity": "sha512-9JyafKoBt5h20Yv1+BXQMdcXXavozI1vt401KBiRc2qzUepbVnd7ogVNymY1xkQN9fekGwfxtotH2Yf5xsGzgg==",
1236
+          "dev": true,
1237
+          "requires": {
1238
+            "@babel/types": "^7.10.3"
1239
+          }
1240
+        },
1241
+        "@babel/helper-module-imports": {
1242
+          "version": "7.10.3",
1243
+          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz",
1244
+          "integrity": "sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w==",
1245
+          "dev": true,
1246
+          "requires": {
1247
+            "@babel/types": "^7.10.3"
1248
+          }
1249
+        },
1250
+        "@babel/helper-optimise-call-expression": {
1251
+          "version": "7.10.3",
1252
+          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.3.tgz",
1253
+          "integrity": "sha512-kT2R3VBH/cnSz+yChKpaKRJQJWxdGoc6SjioRId2wkeV3bK0wLLioFpJROrX0U4xr/NmxSSAWT/9Ih5snwIIzg==",
1254
+          "dev": true,
1255
+          "requires": {
1256
+            "@babel/types": "^7.10.3"
1257
+          }
1258
+        },
1259
+        "@babel/helper-plugin-utils": {
1260
+          "version": "7.10.3",
1261
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
1262
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
1263
+          "dev": true
1264
+        },
1265
+        "@babel/helper-remap-async-to-generator": {
1266
+          "version": "7.10.3",
1267
+          "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.3.tgz",
1268
+          "integrity": "sha512-sLB7666ARbJUGDO60ZormmhQOyqMX/shKBXZ7fy937s+3ID8gSrneMvKSSb+8xIM5V7Vn6uNVtOY1vIm26XLtA==",
1269
+          "dev": true,
1270
+          "requires": {
1271
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1272
+            "@babel/helper-wrap-function": "^7.10.1",
1273
+            "@babel/template": "^7.10.3",
1274
+            "@babel/traverse": "^7.10.3",
1275
+            "@babel/types": "^7.10.3"
1276
+          }
1277
+        },
1278
+        "@babel/helper-validator-identifier": {
1279
+          "version": "7.10.3",
1280
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
1281
+          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
1282
+          "dev": true
1283
+        },
1284
+        "@babel/highlight": {
1285
+          "version": "7.10.3",
1286
+          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
1287
+          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
1288
+          "dev": true,
1289
+          "requires": {
1290
+            "@babel/helper-validator-identifier": "^7.10.3",
1291
+            "chalk": "^2.0.0",
1292
+            "js-tokens": "^4.0.0"
1293
+          }
1294
+        },
1295
+        "@babel/parser": {
1296
+          "version": "7.10.3",
1297
+          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
1298
+          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
1299
+          "dev": true
1300
+        },
1301
+        "@babel/plugin-proposal-async-generator-functions": {
1302
+          "version": "7.10.3",
1303
+          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz",
1304
+          "integrity": "sha512-WUUWM7YTOudF4jZBAJIW9D7aViYC/Fn0Pln4RIHlQALyno3sXSjqmTA4Zy1TKC2D49RCR8Y/Pn4OIUtEypK3CA==",
1305
+          "dev": true,
1306
+          "requires": {
1307
+            "@babel/helper-plugin-utils": "^7.10.3",
1308
+            "@babel/helper-remap-async-to-generator": "^7.10.3",
1309
+            "@babel/plugin-syntax-async-generators": "^7.8.0"
1310
+          }
1311
+        },
1312
+        "@babel/plugin-proposal-object-rest-spread": {
1313
+          "version": "7.10.3",
1314
+          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz",
1315
+          "integrity": "sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==",
1316
+          "dev": true,
1317
+          "requires": {
1318
+            "@babel/helper-plugin-utils": "^7.10.3",
1319
+            "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1320
+            "@babel/plugin-transform-parameters": "^7.10.1"
1321
+          }
1322
+        },
1323
+        "@babel/plugin-transform-classes": {
1324
+          "version": "7.10.3",
1325
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.3.tgz",
1326
+          "integrity": "sha512-irEX0ChJLaZVC7FvvRoSIxJlmk0IczFLcwaRXUArBKYHCHbOhe57aG8q3uw/fJsoSXvZhjRX960hyeAGlVBXZw==",
1327
+          "dev": true,
1328
+          "requires": {
1329
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1330
+            "@babel/helper-define-map": "^7.10.3",
1331
+            "@babel/helper-function-name": "^7.10.3",
1332
+            "@babel/helper-optimise-call-expression": "^7.10.3",
1333
+            "@babel/helper-plugin-utils": "^7.10.3",
1334
+            "@babel/helper-replace-supers": "^7.10.1",
1335
+            "@babel/helper-split-export-declaration": "^7.10.1",
1336
+            "globals": "^11.1.0"
1337
+          }
1338
+        },
1339
+        "@babel/plugin-transform-computed-properties": {
1340
+          "version": "7.10.3",
1341
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.3.tgz",
1342
+          "integrity": "sha512-GWzhaBOsdbjVFav96drOz7FzrcEW6AP5nax0gLIpstiFaI3LOb2tAg06TimaWU6YKOfUACK3FVrxPJ4GSc5TgA==",
1343
+          "dev": true,
1344
+          "requires": {
1345
+            "@babel/helper-plugin-utils": "^7.10.3"
1346
+          }
1347
+        },
1348
+        "@babel/plugin-transform-modules-systemjs": {
1349
+          "version": "7.10.3",
1350
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.3.tgz",
1351
+          "integrity": "sha512-GWXWQMmE1GH4ALc7YXW56BTh/AlzvDWhUNn9ArFF0+Cz5G8esYlVbXfdyHa1xaD1j+GnBoCeoQNlwtZTVdiG/A==",
1352
+          "dev": true,
1353
+          "requires": {
1354
+            "@babel/helper-hoist-variables": "^7.10.3",
1355
+            "@babel/helper-module-transforms": "^7.10.1",
1356
+            "@babel/helper-plugin-utils": "^7.10.3",
1357
+            "babel-plugin-dynamic-import-node": "^2.3.3"
1358
+          }
1359
+        },
1360
+        "@babel/plugin-transform-named-capturing-groups-regex": {
1361
+          "version": "7.10.3",
1362
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.3.tgz",
1363
+          "integrity": "sha512-I3EH+RMFyVi8Iy/LekQm948Z4Lz4yKT7rK+vuCAeRm0kTa6Z5W7xuhRxDNJv0FPya/her6AUgrDITb70YHtTvA==",
1364
+          "dev": true,
1365
+          "requires": {
1366
+            "@babel/helper-create-regexp-features-plugin": "^7.8.3"
1367
+          }
1368
+        },
1369
+        "@babel/plugin-transform-regenerator": {
1370
+          "version": "7.10.3",
1371
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.3.tgz",
1372
+          "integrity": "sha512-H5kNeW0u8mbk0qa1jVIVTeJJL6/TJ81ltD4oyPx0P499DhMJrTmmIFCmJ3QloGpQG8K9symccB7S7SJpCKLwtw==",
1373
+          "dev": true,
1374
+          "requires": {
1375
+            "regenerator-transform": "^0.14.2"
1376
+          }
1377
+        },
1378
+        "@babel/plugin-transform-template-literals": {
1379
+          "version": "7.10.3",
1380
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.3.tgz",
1381
+          "integrity": "sha512-yaBn9OpxQra/bk0/CaA4wr41O0/Whkg6nqjqApcinxM7pro51ojhX6fv1pimAnVjVfDy14K0ULoRL70CA9jWWA==",
1382
+          "dev": true,
1383
+          "requires": {
1384
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1385
+            "@babel/helper-plugin-utils": "^7.10.3"
1386
+          }
1387
+        },
1388
+        "@babel/template": {
1389
+          "version": "7.10.3",
1390
+          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
1391
+          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
1392
+          "dev": true,
1393
+          "requires": {
1394
+            "@babel/code-frame": "^7.10.3",
1395
+            "@babel/parser": "^7.10.3",
1396
+            "@babel/types": "^7.10.3"
1397
+          }
1398
+        },
1399
+        "@babel/traverse": {
1400
+          "version": "7.10.3",
1401
+          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
1402
+          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
1403
+          "dev": true,
1404
+          "requires": {
1405
+            "@babel/code-frame": "^7.10.3",
1406
+            "@babel/generator": "^7.10.3",
1407
+            "@babel/helper-function-name": "^7.10.3",
1408
+            "@babel/helper-split-export-declaration": "^7.10.1",
1409
+            "@babel/parser": "^7.10.3",
1410
+            "@babel/types": "^7.10.3",
1411
+            "debug": "^4.1.0",
1412
+            "globals": "^11.1.0",
1413
+            "lodash": "^4.17.13"
1414
+          }
1415
+        },
1416
+        "@babel/types": {
1417
+          "version": "7.10.3",
1418
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
1419
+          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
1420
+          "dev": true,
1421
+          "requires": {
1422
+            "@babel/helper-validator-identifier": "^7.10.3",
1423
+            "lodash": "^4.17.13",
1424
+            "to-fast-properties": "^2.0.0"
1425
+          }
1426
+        },
1427
+        "debug": {
1428
+          "version": "4.1.1",
1429
+          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
1430
+          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
1431
+          "dev": true,
1432
+          "requires": {
1433
+            "ms": "^2.1.1"
1434
+          }
1435
+        },
1436
+        "source-map": {
1437
+          "version": "0.5.7",
1438
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
1439
+          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
1440
+          "dev": true
1441
+        }
1159 1442
       }
1160 1443
     },
1161 1444
     "@babel/preset-flow": {
... ...
@@ -30,7 +30,7 @@
30 30
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
31 31
     "@babel/plugin-syntax-import-meta": "^7.0.0",
32 32
     "@babel/plugin-transform-react-jsx": "^7.0.0",
33
-    "@babel/preset-env": "^7.5.5",
33
+    "@babel/preset-env": "^7.10.3",
34 34
     "@babel/preset-flow": "^7.0.0",
35 35
     "@babel/preset-react": "^7.0.0",
36 36
     "babel-core": "7.0.0-bridge.0",