git.fiddlerwoaroof.com
Browse code

Bump @babel/preset-env from 7.4.5 to 7.5.0

Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.5 to 7.5.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.5...v7.5.0)

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

dependabot-preview[bot] authored on 05/07/2019 05:49:43
Showing 2 changed files
... ...
@@ -33,7 +33,7 @@
33 33
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
34 34
     "@babel/plugin-syntax-import-meta": "^7.0.0",
35 35
     "@babel/plugin-transform-react-jsx": "^7.0.0",
36
-    "@babel/preset-env": "^7.0.0",
36
+    "@babel/preset-env": "^7.5.0",
37 37
     "@babel/preset-flow": "^7.0.0",
38 38
     "@babel/preset-react": "^7.0.0",
39 39
     "babel-core": "7.0.0-bridge.0",
... ...
@@ -309,6 +309,14 @@
309 309
     "@babel/helper-plugin-utils" "^7.0.0"
310 310
     "@babel/plugin-syntax-decorators" "^7.2.0"
311 311
 
312
+"@babel/plugin-proposal-dynamic-import@^7.5.0":
313
+  version "7.5.0"
314
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz#e532202db4838723691b10a67b8ce509e397c506"
315
+  integrity sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==
316
+  dependencies:
317
+    "@babel/helper-plugin-utils" "^7.0.0"
318
+    "@babel/plugin-syntax-dynamic-import" "^7.2.0"
319
+
312 320
 "@babel/plugin-proposal-json-strings@^7.0.0", "@babel/plugin-proposal-json-strings@^7.2.0":
313 321
   version "7.2.0"
314 322
   resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz#568ecc446c6148ae6b267f02551130891e29f317"
... ...
@@ -325,10 +333,10 @@
325 333
     "@babel/helper-plugin-utils" "^7.0.0"
326 334
     "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
327 335
 
328
-"@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.4.4":
329
-  version "7.4.4"
330
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.4.4.tgz#1ef173fcf24b3e2df92a678f027673b55e7e3005"
331
-  integrity sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==
336
+"@babel/plugin-proposal-object-rest-spread@^7.4.3", "@babel/plugin-proposal-object-rest-spread@^7.5.0":
337
+  version "7.5.0"
338
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.0.tgz#4838ce3cbc9a84dd00bce7a17e9e9c36119f83a0"
339
+  integrity sha512-G1qy5EdcO3vYhbxlXjRSR2SXB8GsxYv9hoRKT1Jdn3qy/NUnFqUUnqymKZ00Pbj+3FXNh06B+BUZzecrp3sxNw==
332 340
   dependencies:
333 341
     "@babel/helper-plugin-utils" "^7.0.0"
334 342
     "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
... ...
@@ -364,7 +372,7 @@
364 372
   dependencies:
365 373
     "@babel/helper-plugin-utils" "^7.0.0"
366 374
 
367
-"@babel/plugin-syntax-dynamic-import@7.2.0", "@babel/plugin-syntax-dynamic-import@^7.0.0":
375
+"@babel/plugin-syntax-dynamic-import@7.2.0", "@babel/plugin-syntax-dynamic-import@^7.0.0", "@babel/plugin-syntax-dynamic-import@^7.2.0":
368 376
   version "7.2.0"
369 377
   resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612"
370 378
   integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==
... ...
@@ -427,10 +435,10 @@
427 435
   dependencies:
428 436
     "@babel/helper-plugin-utils" "^7.0.0"
429 437
 
430
-"@babel/plugin-transform-async-to-generator@^7.4.0", "@babel/plugin-transform-async-to-generator@^7.4.4":
431
-  version "7.4.4"
432
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.4.4.tgz#a3f1d01f2f21cadab20b33a82133116f14fb5894"
433
-  integrity sha512-YiqW2Li8TXmzgbXw+STsSqPBPFnGviiaSp6CYOq55X8GQ2SGVLrXB6pNid8HkqkZAzOH6knbai3snhP7v0fNwA==
438
+"@babel/plugin-transform-async-to-generator@^7.4.0", "@babel/plugin-transform-async-to-generator@^7.5.0":
439
+  version "7.5.0"
440
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz#89a3848a0166623b5bc481164b5936ab947e887e"
441
+  integrity sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==
434 442
   dependencies:
435 443
     "@babel/helper-module-imports" "^7.0.0"
436 444
     "@babel/helper-plugin-utils" "^7.0.0"
... ...
@@ -493,10 +501,10 @@
493 501
   dependencies:
494 502
     "@babel/helper-plugin-utils" "^7.0.0"
495 503
 
496
-"@babel/plugin-transform-destructuring@^7.4.3", "@babel/plugin-transform-destructuring@^7.4.4":
497
-  version "7.4.4"
498
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.4.4.tgz#9d964717829cc9e4b601fc82a26a71a4d8faf20f"
499
-  integrity sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==
504
+"@babel/plugin-transform-destructuring@^7.4.3", "@babel/plugin-transform-destructuring@^7.5.0":
505
+  version "7.5.0"
506
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a"
507
+  integrity sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==
500 508
   dependencies:
501 509
     "@babel/helper-plugin-utils" "^7.0.0"
502 510
 
... ...
@@ -509,10 +517,10 @@
509 517
     "@babel/helper-regex" "^7.4.4"
510 518
     regexpu-core "^4.5.4"
511 519
 
512
-"@babel/plugin-transform-duplicate-keys@^7.2.0":
513
-  version "7.2.0"
514
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.2.0.tgz#d952c4930f312a4dbfff18f0b2914e60c35530b3"
515
-  integrity sha512-q+yuxW4DsTjNceUiTzK0L+AfQ0zD9rWaTLiUqHA8p0gxx7lu1EylenfzjeIWNkPy6e/0VG/Wjw9uf9LueQwLOw==
520
+"@babel/plugin-transform-duplicate-keys@^7.2.0", "@babel/plugin-transform-duplicate-keys@^7.5.0":
521
+  version "7.5.0"
522
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
523
+  integrity sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==
516 524
   dependencies:
517 525
     "@babel/helper-plugin-utils" "^7.0.0"
518 526
 
... ...
@@ -569,30 +577,33 @@
569 577
   dependencies:
570 578
     "@babel/helper-plugin-utils" "^7.0.0"
571 579
 
572
-"@babel/plugin-transform-modules-amd@^7.2.0":
573
-  version "7.2.0"
574
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.2.0.tgz#82a9bce45b95441f617a24011dc89d12da7f4ee6"
575
-  integrity sha512-mK2A8ucqz1qhrdqjS9VMIDfIvvT2thrEsIQzbaTdc5QFzhDjQv2CkJJ5f6BXIkgbmaoax3zBr2RyvV/8zeoUZw==
580
+"@babel/plugin-transform-modules-amd@^7.2.0", "@babel/plugin-transform-modules-amd@^7.5.0":
581
+  version "7.5.0"
582
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz#ef00435d46da0a5961aa728a1d2ecff063e4fb91"
583
+  integrity sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==
576 584
   dependencies:
577 585
     "@babel/helper-module-transforms" "^7.1.0"
578 586
     "@babel/helper-plugin-utils" "^7.0.0"
587
+    babel-plugin-dynamic-import-node "^2.3.0"
579 588
 
580
-"@babel/plugin-transform-modules-commonjs@^7.4.3", "@babel/plugin-transform-modules-commonjs@^7.4.4":
581
-  version "7.4.4"
582
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.4.4.tgz#0bef4713d30f1d78c2e59b3d6db40e60192cac1e"
583
-  integrity sha512-4sfBOJt58sEo9a2BQXnZq+Q3ZTSAUXyK3E30o36BOGnJ+tvJ6YSxF0PG6kERvbeISgProodWuI9UVG3/FMY6iw==
589
+"@babel/plugin-transform-modules-commonjs@^7.4.3", "@babel/plugin-transform-modules-commonjs@^7.5.0":
590
+  version "7.5.0"
591
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74"
592
+  integrity sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==
584 593
   dependencies:
585 594
     "@babel/helper-module-transforms" "^7.4.4"
586 595
     "@babel/helper-plugin-utils" "^7.0.0"
587 596
     "@babel/helper-simple-access" "^7.1.0"
597
+    babel-plugin-dynamic-import-node "^2.3.0"
588 598
 
589
-"@babel/plugin-transform-modules-systemjs@^7.4.0", "@babel/plugin-transform-modules-systemjs@^7.4.4":
590
-  version "7.4.4"
591
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.4.4.tgz#dc83c5665b07d6c2a7b224c00ac63659ea36a405"
592
-  integrity sha512-MSiModfILQc3/oqnG7NrP1jHaSPryO6tA2kOMmAQApz5dayPxWiHqmq4sWH2xF5LcQK56LlbKByCd8Aah/OIkQ==
599
+"@babel/plugin-transform-modules-systemjs@^7.4.0", "@babel/plugin-transform-modules-systemjs@^7.5.0":
600
+  version "7.5.0"
601
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz#e75266a13ef94202db2a0620977756f51d52d249"
602
+  integrity sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==
593 603
   dependencies:
594 604
     "@babel/helper-hoist-variables" "^7.4.4"
595 605
     "@babel/helper-plugin-utils" "^7.0.0"
606
+    babel-plugin-dynamic-import-node "^2.3.0"
596 607
 
597 608
 "@babel/plugin-transform-modules-umd@^7.2.0":
598 609
   version "7.2.0"
... ...
@@ -820,39 +831,41 @@
820 831
     js-levenshtein "^1.1.3"
821 832
     semver "^5.5.0"
822 833
 
823
-"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.1.6":
824
-  version "7.4.5"
825
-  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.5.tgz#2fad7f62983d5af563b5f3139242755884998a58"
826
-  integrity sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w==
834
+"@babel/preset-env@^7.1.6", "@babel/preset-env@^7.5.0":
835
+  version "7.5.0"
836
+  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.0.tgz#1122a751e864850b4dbce38bd9b4497840ee6f01"
837
+  integrity sha512-/5oQ7cYg+6sH9Dt9yx5IiylnLPiUdyMHl5y+K0mKVNiW2wJ7FpU5bg8jKcT8PcCbxdYzfv6OuC63jLEtMuRSmQ==
827 838
   dependencies:
828 839
     "@babel/helper-module-imports" "^7.0.0"
829 840
     "@babel/helper-plugin-utils" "^7.0.0"
830 841
     "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
842
+    "@babel/plugin-proposal-dynamic-import" "^7.5.0"
831 843
     "@babel/plugin-proposal-json-strings" "^7.2.0"
832
-    "@babel/plugin-proposal-object-rest-spread" "^7.4.4"
844
+    "@babel/plugin-proposal-object-rest-spread" "^7.5.0"
833 845
     "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
834 846
     "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
835 847
     "@babel/plugin-syntax-async-generators" "^7.2.0"
848
+    "@babel/plugin-syntax-dynamic-import" "^7.2.0"
836 849
     "@babel/plugin-syntax-json-strings" "^7.2.0"
837 850
     "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
838 851
     "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
839 852
     "@babel/plugin-transform-arrow-functions" "^7.2.0"
840
-    "@babel/plugin-transform-async-to-generator" "^7.4.4"
853
+    "@babel/plugin-transform-async-to-generator" "^7.5.0"
841 854
     "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
842 855
     "@babel/plugin-transform-block-scoping" "^7.4.4"
843 856
     "@babel/plugin-transform-classes" "^7.4.4"
844 857
     "@babel/plugin-transform-computed-properties" "^7.2.0"
845
-    "@babel/plugin-transform-destructuring" "^7.4.4"
858
+    "@babel/plugin-transform-destructuring" "^7.5.0"
846 859
     "@babel/plugin-transform-dotall-regex" "^7.4.4"
847
-    "@babel/plugin-transform-duplicate-keys" "^7.2.0"
860
+    "@babel/plugin-transform-duplicate-keys" "^7.5.0"
848 861
     "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
849 862
     "@babel/plugin-transform-for-of" "^7.4.4"
850 863
     "@babel/plugin-transform-function-name" "^7.4.4"
851 864
     "@babel/plugin-transform-literals" "^7.2.0"
852 865
     "@babel/plugin-transform-member-expression-literals" "^7.2.0"
853
-    "@babel/plugin-transform-modules-amd" "^7.2.0"
854
-    "@babel/plugin-transform-modules-commonjs" "^7.4.4"
855
-    "@babel/plugin-transform-modules-systemjs" "^7.4.4"
866
+    "@babel/plugin-transform-modules-amd" "^7.5.0"
867
+    "@babel/plugin-transform-modules-commonjs" "^7.5.0"
868
+    "@babel/plugin-transform-modules-systemjs" "^7.5.0"
856 869
     "@babel/plugin-transform-modules-umd" "^7.2.0"
857 870
     "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
858 871
     "@babel/plugin-transform-new-target" "^7.4.4"
... ...
@@ -867,7 +880,7 @@
867 880
     "@babel/plugin-transform-template-literals" "^7.4.4"
868 881
     "@babel/plugin-transform-typeof-symbol" "^7.2.0"
869 882
     "@babel/plugin-transform-unicode-regex" "^7.4.4"
870
-    "@babel/types" "^7.4.4"
883
+    "@babel/types" "^7.5.0"
871 884
     browserslist "^4.6.0"
872 885
     core-js-compat "^3.1.1"
873 886
     invariant "^2.2.2"
... ...
@@ -939,10 +952,10 @@
939 952
     globals "^11.1.0"
940 953
     lodash "^4.17.11"
941 954
 
942
-"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
943
-  version "7.4.4"
944
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
945
-  integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
955
+"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
956
+  version "7.5.0"
957
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
958
+  integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
946 959
   dependencies:
947 960
     esutils "^2.0.2"
948 961
     lodash "^4.17.11"
... ...
@@ -2016,6 +2029,13 @@ babel-plugin-dynamic-import-node@2.2.0:
2016 2029
   dependencies:
2017 2030
     object.assign "^4.1.0"
2018 2031
 
2032
+babel-plugin-dynamic-import-node@^2.3.0:
2033
+  version "2.3.0"
2034
+  resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
2035
+  integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
2036
+  dependencies:
2037
+    object.assign "^4.1.0"
2038
+
2019 2039
 babel-plugin-istanbul@^5.1.0:
2020 2040
   version "5.1.4"
2021 2041
   resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.4.tgz#841d16b9a58eeb407a0ddce622ba02fe87a752ba"