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 24/06/2020 09:50:38
Showing 2 changed files
... ...
@@ -607,13 +607,21 @@
607 607
       }
608 608
     },
609 609
     "@babel/plugin-proposal-optional-chaining": {
610
-      "version": "7.10.1",
611
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz",
612
-      "integrity": "sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA==",
610
+      "version": "7.10.3",
611
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.3.tgz",
612
+      "integrity": "sha512-yyG3n9dJ1vZ6v5sfmIlMMZ8azQoqx/5/nZTSWX1td6L1H1bsjzA8TInDChpafCZiJkeOFzp/PtrfigAQXxI1Ng==",
613 613
       "dev": true,
614 614
       "requires": {
615
-        "@babel/helper-plugin-utils": "^7.10.1",
615
+        "@babel/helper-plugin-utils": "^7.10.3",
616 616
         "@babel/plugin-syntax-optional-chaining": "^7.8.0"
617
+      },
618
+      "dependencies": {
619
+        "@babel/helper-plugin-utils": {
620
+          "version": "7.10.3",
621
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
622
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
623
+          "dev": true
624
+        }
617 625
       }
618 626
     },
619 627
     "@babel/plugin-proposal-private-methods": {
... ...
@@ -1217,24 +1225,24 @@
1217 1225
       }
1218 1226
     },
1219 1227
     "@babel/preset-env": {
1220
-      "version": "7.10.2",
1221
-      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.2.tgz",
1222
-      "integrity": "sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==",
1228
+      "version": "7.10.3",
1229
+      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.3.tgz",
1230
+      "integrity": "sha512-jHaSUgiewTmly88bJtMHbOd1bJf2ocYxb5BWKSDQIP5tmgFuS/n0gl+nhSrYDhT33m0vPxp+rP8oYYgPgMNQlg==",
1223 1231
       "dev": true,
1224 1232
       "requires": {
1225
-        "@babel/compat-data": "^7.10.1",
1233
+        "@babel/compat-data": "^7.10.3",
1226 1234
         "@babel/helper-compilation-targets": "^7.10.2",
1227
-        "@babel/helper-module-imports": "^7.10.1",
1228
-        "@babel/helper-plugin-utils": "^7.10.1",
1229
-        "@babel/plugin-proposal-async-generator-functions": "^7.10.1",
1235
+        "@babel/helper-module-imports": "^7.10.3",
1236
+        "@babel/helper-plugin-utils": "^7.10.3",
1237
+        "@babel/plugin-proposal-async-generator-functions": "^7.10.3",
1230 1238
         "@babel/plugin-proposal-class-properties": "^7.10.1",
1231 1239
         "@babel/plugin-proposal-dynamic-import": "^7.10.1",
1232 1240
         "@babel/plugin-proposal-json-strings": "^7.10.1",
1233 1241
         "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
1234 1242
         "@babel/plugin-proposal-numeric-separator": "^7.10.1",
1235
-        "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
1243
+        "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
1236 1244
         "@babel/plugin-proposal-optional-catch-binding": "^7.10.1",
1237
-        "@babel/plugin-proposal-optional-chaining": "^7.10.1",
1245
+        "@babel/plugin-proposal-optional-chaining": "^7.10.3",
1238 1246
         "@babel/plugin-proposal-private-methods": "^7.10.1",
1239 1247
         "@babel/plugin-proposal-unicode-property-regex": "^7.10.1",
1240 1248
         "@babel/plugin-syntax-async-generators": "^7.8.0",
... ...
@@ -1251,8 +1259,8 @@
1251 1259
         "@babel/plugin-transform-async-to-generator": "^7.10.1",
1252 1260
         "@babel/plugin-transform-block-scoped-functions": "^7.10.1",
1253 1261
         "@babel/plugin-transform-block-scoping": "^7.10.1",
1254
-        "@babel/plugin-transform-classes": "^7.10.1",
1255
-        "@babel/plugin-transform-computed-properties": "^7.10.1",
1262
+        "@babel/plugin-transform-classes": "^7.10.3",
1263
+        "@babel/plugin-transform-computed-properties": "^7.10.3",
1256 1264
         "@babel/plugin-transform-destructuring": "^7.10.1",
1257 1265
         "@babel/plugin-transform-dotall-regex": "^7.10.1",
1258 1266
         "@babel/plugin-transform-duplicate-keys": "^7.10.1",
... ...
@@ -1263,29 +1271,304 @@
1263 1271
         "@babel/plugin-transform-member-expression-literals": "^7.10.1",
1264 1272
         "@babel/plugin-transform-modules-amd": "^7.10.1",
1265 1273
         "@babel/plugin-transform-modules-commonjs": "^7.10.1",
1266
-        "@babel/plugin-transform-modules-systemjs": "^7.10.1",
1274
+        "@babel/plugin-transform-modules-systemjs": "^7.10.3",
1267 1275
         "@babel/plugin-transform-modules-umd": "^7.10.1",
1268
-        "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
1276
+        "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.3",
1269 1277
         "@babel/plugin-transform-new-target": "^7.10.1",
1270 1278
         "@babel/plugin-transform-object-super": "^7.10.1",
1271 1279
         "@babel/plugin-transform-parameters": "^7.10.1",
1272 1280
         "@babel/plugin-transform-property-literals": "^7.10.1",
1273
-        "@babel/plugin-transform-regenerator": "^7.10.1",
1281
+        "@babel/plugin-transform-regenerator": "^7.10.3",
1274 1282
         "@babel/plugin-transform-reserved-words": "^7.10.1",
1275 1283
         "@babel/plugin-transform-shorthand-properties": "^7.10.1",
1276 1284
         "@babel/plugin-transform-spread": "^7.10.1",
1277 1285
         "@babel/plugin-transform-sticky-regex": "^7.10.1",
1278
-        "@babel/plugin-transform-template-literals": "^7.10.1",
1286
+        "@babel/plugin-transform-template-literals": "^7.10.3",
1279 1287
         "@babel/plugin-transform-typeof-symbol": "^7.10.1",
1280 1288
         "@babel/plugin-transform-unicode-escapes": "^7.10.1",
1281 1289
         "@babel/plugin-transform-unicode-regex": "^7.10.1",
1282 1290
         "@babel/preset-modules": "^0.1.3",
1283
-        "@babel/types": "^7.10.2",
1291
+        "@babel/types": "^7.10.3",
1284 1292
         "browserslist": "^4.12.0",
1285 1293
         "core-js-compat": "^3.6.2",
1286 1294
         "invariant": "^2.2.2",
1287 1295
         "levenary": "^1.1.1",
1288 1296
         "semver": "^5.5.0"
1297
+      },
1298
+      "dependencies": {
1299
+        "@babel/code-frame": {
1300
+          "version": "7.10.3",
1301
+          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
1302
+          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
1303
+          "dev": true,
1304
+          "requires": {
1305
+            "@babel/highlight": "^7.10.3"
1306
+          }
1307
+        },
1308
+        "@babel/compat-data": {
1309
+          "version": "7.10.3",
1310
+          "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.3.tgz",
1311
+          "integrity": "sha512-BDIfJ9uNZuI0LajPfoYV28lX8kyCPMHY6uY4WH1lJdcicmAfxCK5ASzaeV0D/wsUaRH/cLk+amuxtC37sZ8TUg==",
1312
+          "dev": true,
1313
+          "requires": {
1314
+            "browserslist": "^4.12.0",
1315
+            "invariant": "^2.2.4",
1316
+            "semver": "^5.5.0"
1317
+          }
1318
+        },
1319
+        "@babel/generator": {
1320
+          "version": "7.10.3",
1321
+          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
1322
+          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
1323
+          "dev": true,
1324
+          "requires": {
1325
+            "@babel/types": "^7.10.3",
1326
+            "jsesc": "^2.5.1",
1327
+            "lodash": "^4.17.13",
1328
+            "source-map": "^0.5.0"
1329
+          }
1330
+        },
1331
+        "@babel/helper-define-map": {
1332
+          "version": "7.10.3",
1333
+          "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.3.tgz",
1334
+          "integrity": "sha512-bxRzDi4Sin/k0drWCczppOhov1sBSdBvXJObM1NLHQzjhXhwRtn7aRWGvLJWCYbuu2qUk3EKs6Ci9C9ps8XokQ==",
1335
+          "dev": true,
1336
+          "requires": {
1337
+            "@babel/helper-function-name": "^7.10.3",
1338
+            "@babel/types": "^7.10.3",
1339
+            "lodash": "^4.17.13"
1340
+          }
1341
+        },
1342
+        "@babel/helper-function-name": {
1343
+          "version": "7.10.3",
1344
+          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
1345
+          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
1346
+          "dev": true,
1347
+          "requires": {
1348
+            "@babel/helper-get-function-arity": "^7.10.3",
1349
+            "@babel/template": "^7.10.3",
1350
+            "@babel/types": "^7.10.3"
1351
+          }
1352
+        },
1353
+        "@babel/helper-get-function-arity": {
1354
+          "version": "7.10.3",
1355
+          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
1356
+          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
1357
+          "dev": true,
1358
+          "requires": {
1359
+            "@babel/types": "^7.10.3"
1360
+          }
1361
+        },
1362
+        "@babel/helper-hoist-variables": {
1363
+          "version": "7.10.3",
1364
+          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.3.tgz",
1365
+          "integrity": "sha512-9JyafKoBt5h20Yv1+BXQMdcXXavozI1vt401KBiRc2qzUepbVnd7ogVNymY1xkQN9fekGwfxtotH2Yf5xsGzgg==",
1366
+          "dev": true,
1367
+          "requires": {
1368
+            "@babel/types": "^7.10.3"
1369
+          }
1370
+        },
1371
+        "@babel/helper-module-imports": {
1372
+          "version": "7.10.3",
1373
+          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz",
1374
+          "integrity": "sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w==",
1375
+          "dev": true,
1376
+          "requires": {
1377
+            "@babel/types": "^7.10.3"
1378
+          }
1379
+        },
1380
+        "@babel/helper-optimise-call-expression": {
1381
+          "version": "7.10.3",
1382
+          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.3.tgz",
1383
+          "integrity": "sha512-kT2R3VBH/cnSz+yChKpaKRJQJWxdGoc6SjioRId2wkeV3bK0wLLioFpJROrX0U4xr/NmxSSAWT/9Ih5snwIIzg==",
1384
+          "dev": true,
1385
+          "requires": {
1386
+            "@babel/types": "^7.10.3"
1387
+          }
1388
+        },
1389
+        "@babel/helper-plugin-utils": {
1390
+          "version": "7.10.3",
1391
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
1392
+          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
1393
+          "dev": true
1394
+        },
1395
+        "@babel/helper-remap-async-to-generator": {
1396
+          "version": "7.10.3",
1397
+          "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.3.tgz",
1398
+          "integrity": "sha512-sLB7666ARbJUGDO60ZormmhQOyqMX/shKBXZ7fy937s+3ID8gSrneMvKSSb+8xIM5V7Vn6uNVtOY1vIm26XLtA==",
1399
+          "dev": true,
1400
+          "requires": {
1401
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1402
+            "@babel/helper-wrap-function": "^7.10.1",
1403
+            "@babel/template": "^7.10.3",
1404
+            "@babel/traverse": "^7.10.3",
1405
+            "@babel/types": "^7.10.3"
1406
+          }
1407
+        },
1408
+        "@babel/helper-validator-identifier": {
1409
+          "version": "7.10.3",
1410
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
1411
+          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
1412
+          "dev": true
1413
+        },
1414
+        "@babel/highlight": {
1415
+          "version": "7.10.3",
1416
+          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
1417
+          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
1418
+          "dev": true,
1419
+          "requires": {
1420
+            "@babel/helper-validator-identifier": "^7.10.3",
1421
+            "chalk": "^2.0.0",
1422
+            "js-tokens": "^4.0.0"
1423
+          }
1424
+        },
1425
+        "@babel/parser": {
1426
+          "version": "7.10.3",
1427
+          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
1428
+          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
1429
+          "dev": true
1430
+        },
1431
+        "@babel/plugin-proposal-async-generator-functions": {
1432
+          "version": "7.10.3",
1433
+          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz",
1434
+          "integrity": "sha512-WUUWM7YTOudF4jZBAJIW9D7aViYC/Fn0Pln4RIHlQALyno3sXSjqmTA4Zy1TKC2D49RCR8Y/Pn4OIUtEypK3CA==",
1435
+          "dev": true,
1436
+          "requires": {
1437
+            "@babel/helper-plugin-utils": "^7.10.3",
1438
+            "@babel/helper-remap-async-to-generator": "^7.10.3",
1439
+            "@babel/plugin-syntax-async-generators": "^7.8.0"
1440
+          }
1441
+        },
1442
+        "@babel/plugin-proposal-object-rest-spread": {
1443
+          "version": "7.10.3",
1444
+          "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.3.tgz",
1445
+          "integrity": "sha512-ZZh5leCIlH9lni5bU/wB/UcjtcVLgR8gc+FAgW2OOY+m9h1II3ItTO1/cewNUcsIDZSYcSaz/rYVls+Fb0ExVQ==",
1446
+          "dev": true,
1447
+          "requires": {
1448
+            "@babel/helper-plugin-utils": "^7.10.3",
1449
+            "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1450
+            "@babel/plugin-transform-parameters": "^7.10.1"
1451
+          }
1452
+        },
1453
+        "@babel/plugin-transform-classes": {
1454
+          "version": "7.10.3",
1455
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.3.tgz",
1456
+          "integrity": "sha512-irEX0ChJLaZVC7FvvRoSIxJlmk0IczFLcwaRXUArBKYHCHbOhe57aG8q3uw/fJsoSXvZhjRX960hyeAGlVBXZw==",
1457
+          "dev": true,
1458
+          "requires": {
1459
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1460
+            "@babel/helper-define-map": "^7.10.3",
1461
+            "@babel/helper-function-name": "^7.10.3",
1462
+            "@babel/helper-optimise-call-expression": "^7.10.3",
1463
+            "@babel/helper-plugin-utils": "^7.10.3",
1464
+            "@babel/helper-replace-supers": "^7.10.1",
1465
+            "@babel/helper-split-export-declaration": "^7.10.1",
1466
+            "globals": "^11.1.0"
1467
+          }
1468
+        },
1469
+        "@babel/plugin-transform-computed-properties": {
1470
+          "version": "7.10.3",
1471
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.3.tgz",
1472
+          "integrity": "sha512-GWzhaBOsdbjVFav96drOz7FzrcEW6AP5nax0gLIpstiFaI3LOb2tAg06TimaWU6YKOfUACK3FVrxPJ4GSc5TgA==",
1473
+          "dev": true,
1474
+          "requires": {
1475
+            "@babel/helper-plugin-utils": "^7.10.3"
1476
+          }
1477
+        },
1478
+        "@babel/plugin-transform-modules-systemjs": {
1479
+          "version": "7.10.3",
1480
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.3.tgz",
1481
+          "integrity": "sha512-GWXWQMmE1GH4ALc7YXW56BTh/AlzvDWhUNn9ArFF0+Cz5G8esYlVbXfdyHa1xaD1j+GnBoCeoQNlwtZTVdiG/A==",
1482
+          "dev": true,
1483
+          "requires": {
1484
+            "@babel/helper-hoist-variables": "^7.10.3",
1485
+            "@babel/helper-module-transforms": "^7.10.1",
1486
+            "@babel/helper-plugin-utils": "^7.10.3",
1487
+            "babel-plugin-dynamic-import-node": "^2.3.3"
1488
+          }
1489
+        },
1490
+        "@babel/plugin-transform-named-capturing-groups-regex": {
1491
+          "version": "7.10.3",
1492
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.3.tgz",
1493
+          "integrity": "sha512-I3EH+RMFyVi8Iy/LekQm948Z4Lz4yKT7rK+vuCAeRm0kTa6Z5W7xuhRxDNJv0FPya/her6AUgrDITb70YHtTvA==",
1494
+          "dev": true,
1495
+          "requires": {
1496
+            "@babel/helper-create-regexp-features-plugin": "^7.8.3"
1497
+          }
1498
+        },
1499
+        "@babel/plugin-transform-regenerator": {
1500
+          "version": "7.10.3",
1501
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.3.tgz",
1502
+          "integrity": "sha512-H5kNeW0u8mbk0qa1jVIVTeJJL6/TJ81ltD4oyPx0P499DhMJrTmmIFCmJ3QloGpQG8K9symccB7S7SJpCKLwtw==",
1503
+          "dev": true,
1504
+          "requires": {
1505
+            "regenerator-transform": "^0.14.2"
1506
+          }
1507
+        },
1508
+        "@babel/plugin-transform-template-literals": {
1509
+          "version": "7.10.3",
1510
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.3.tgz",
1511
+          "integrity": "sha512-yaBn9OpxQra/bk0/CaA4wr41O0/Whkg6nqjqApcinxM7pro51ojhX6fv1pimAnVjVfDy14K0ULoRL70CA9jWWA==",
1512
+          "dev": true,
1513
+          "requires": {
1514
+            "@babel/helper-annotate-as-pure": "^7.10.1",
1515
+            "@babel/helper-plugin-utils": "^7.10.3"
1516
+          }
1517
+        },
1518
+        "@babel/template": {
1519
+          "version": "7.10.3",
1520
+          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
1521
+          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
1522
+          "dev": true,
1523
+          "requires": {
1524
+            "@babel/code-frame": "^7.10.3",
1525
+            "@babel/parser": "^7.10.3",
1526
+            "@babel/types": "^7.10.3"
1527
+          }
1528
+        },
1529
+        "@babel/traverse": {
1530
+          "version": "7.10.3",
1531
+          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
1532
+          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
1533
+          "dev": true,
1534
+          "requires": {
1535
+            "@babel/code-frame": "^7.10.3",
1536
+            "@babel/generator": "^7.10.3",
1537
+            "@babel/helper-function-name": "^7.10.3",
1538
+            "@babel/helper-split-export-declaration": "^7.10.1",
1539
+            "@babel/parser": "^7.10.3",
1540
+            "@babel/types": "^7.10.3",
1541
+            "debug": "^4.1.0",
1542
+            "globals": "^11.1.0",
1543
+            "lodash": "^4.17.13"
1544
+          }
1545
+        },
1546
+        "@babel/types": {
1547
+          "version": "7.10.3",
1548
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
1549
+          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
1550
+          "dev": true,
1551
+          "requires": {
1552
+            "@babel/helper-validator-identifier": "^7.10.3",
1553
+            "lodash": "^4.17.13",
1554
+            "to-fast-properties": "^2.0.0"
1555
+          }
1556
+        },
1557
+        "debug": {
1558
+          "version": "4.1.1",
1559
+          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
1560
+          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
1561
+          "dev": true,
1562
+          "requires": {
1563
+            "ms": "^2.1.1"
1564
+          }
1565
+        },
1566
+        "source-map": {
1567
+          "version": "0.5.7",
1568
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
1569
+          "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
1570
+          "dev": true
1571
+        }
1289 1572
       }
1290 1573
     },
1291 1574
     "@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.10.3",
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",