git.fiddlerwoaroof.com
Browse code

Bump @babel/core from 7.5.4 to 7.5.5

Bumps [@babel/core](https://github.com/babel/babel) from 7.5.4 to 7.5.5.
- [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.5.4...v7.5.5)

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

dependabot-preview[bot] authored on 18/07/2019 19:03:39
Showing 2 changed files
... ...
@@ -27,7 +27,7 @@
27 27
   },
28 28
   "devDependencies": {
29 29
     "@babel/cli": "^7.5.0",
30
-    "@babel/core": "7.5.4",
30
+    "@babel/core": "7.5.5",
31 31
     "@babel/plugin-proposal-class-properties": "^7.5.0",
32 32
     "@babel/plugin-proposal-json-strings": "^7.0.0",
33 33
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
... ...
@@ -19,13 +19,20 @@
19 19
   optionalDependencies:
20 20
     chokidar "^2.0.4"
21 21
 
22
-"@babel/code-frame@7.0.0", "@babel/code-frame@^7.0.0":
22
+"@babel/code-frame@7.0.0":
23 23
   version "7.0.0"
24 24
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
25 25
   integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
26 26
   dependencies:
27 27
     "@babel/highlight" "^7.0.0"
28 28
 
29
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
30
+  version "7.5.5"
31
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
32
+  integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
33
+  dependencies:
34
+    "@babel/highlight" "^7.0.0"
35
+
29 36
 "@babel/core@7.4.3":
30 37
   version "7.4.3"
31 38
   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f"
... ...
@@ -46,34 +53,34 @@
46 53
     semver "^5.4.1"
47 54
     source-map "^0.5.0"
48 55
 
49
-"@babel/core@7.5.4", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.4.3":
50
-  version "7.5.4"
51
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
52
-  integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
56
+"@babel/core@7.5.5", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.4.3":
57
+  version "7.5.5"
58
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
59
+  integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
53 60
   dependencies:
54
-    "@babel/code-frame" "^7.0.0"
55
-    "@babel/generator" "^7.5.0"
56
-    "@babel/helpers" "^7.5.4"
57
-    "@babel/parser" "^7.5.0"
61
+    "@babel/code-frame" "^7.5.5"
62
+    "@babel/generator" "^7.5.5"
63
+    "@babel/helpers" "^7.5.5"
64
+    "@babel/parser" "^7.5.5"
58 65
     "@babel/template" "^7.4.4"
59
-    "@babel/traverse" "^7.5.0"
60
-    "@babel/types" "^7.5.0"
66
+    "@babel/traverse" "^7.5.5"
67
+    "@babel/types" "^7.5.5"
61 68
     convert-source-map "^1.1.0"
62 69
     debug "^4.1.0"
63 70
     json5 "^2.1.0"
64
-    lodash "^4.17.11"
71
+    lodash "^4.17.13"
65 72
     resolve "^1.3.2"
66 73
     semver "^5.4.1"
67 74
     source-map "^0.5.0"
68 75
 
69
-"@babel/generator@^7.4.0", "@babel/generator@^7.5.0":
70
-  version "7.5.0"
71
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
72
-  integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
76
+"@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
77
+  version "7.5.5"
78
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
79
+  integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
73 80
   dependencies:
74
-    "@babel/types" "^7.5.0"
81
+    "@babel/types" "^7.5.5"
75 82
     jsesc "^2.5.1"
76
-    lodash "^4.17.11"
83
+    lodash "^4.17.13"
77 84
     source-map "^0.5.0"
78 85
     trim-right "^1.0.1"
79 86
 
... ...
@@ -252,14 +259,14 @@
252 259
     "@babel/traverse" "^7.1.0"
253 260
     "@babel/types" "^7.2.0"
254 261
 
255
-"@babel/helpers@^7.4.3", "@babel/helpers@^7.5.4":
256
-  version "7.5.4"
257
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
258
-  integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
262
+"@babel/helpers@^7.4.3", "@babel/helpers@^7.5.5":
263
+  version "7.5.5"
264
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
265
+  integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
259 266
   dependencies:
260 267
     "@babel/template" "^7.4.4"
261
-    "@babel/traverse" "^7.5.0"
262
-    "@babel/types" "^7.5.0"
268
+    "@babel/traverse" "^7.5.5"
269
+    "@babel/types" "^7.5.5"
263 270
 
264 271
 "@babel/highlight@^7.0.0":
265 272
   version "7.0.0"
... ...
@@ -270,10 +277,10 @@
270 277
     esutils "^2.0.2"
271 278
     js-tokens "^4.0.0"
272 279
 
273
-"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
274
-  version "7.5.0"
275
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
276
-  integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
280
+"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
281
+  version "7.5.5"
282
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
283
+  integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
277 284
 
278 285
 "@babel/plugin-proposal-async-generator-functions@^7.2.0":
279 286
   version "7.2.0"
... ...
@@ -937,28 +944,28 @@
937 944
     "@babel/parser" "^7.4.4"
938 945
     "@babel/types" "^7.4.4"
939 946
 
940
-"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
941
-  version "7.5.0"
942
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
943
-  integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
947
+"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
948
+  version "7.5.5"
949
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
950
+  integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
944 951
   dependencies:
945
-    "@babel/code-frame" "^7.0.0"
946
-    "@babel/generator" "^7.5.0"
952
+    "@babel/code-frame" "^7.5.5"
953
+    "@babel/generator" "^7.5.5"
947 954
     "@babel/helper-function-name" "^7.1.0"
948 955
     "@babel/helper-split-export-declaration" "^7.4.4"
949
-    "@babel/parser" "^7.5.0"
950
-    "@babel/types" "^7.5.0"
956
+    "@babel/parser" "^7.5.5"
957
+    "@babel/types" "^7.5.5"
951 958
     debug "^4.1.0"
952 959
     globals "^11.1.0"
953
-    lodash "^4.17.11"
960
+    lodash "^4.17.13"
954 961
 
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==
962
+"@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", "@babel/types@^7.5.5":
963
+  version "7.5.5"
964
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
965
+  integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
959 966
   dependencies:
960 967
     esutils "^2.0.2"
961
-    lodash "^4.17.11"
968
+    lodash "^4.17.13"
962 969
     to-fast-properties "^2.0.0"
963 970
 
964 971
 "@cnakazawa/watch@^1.0.3":
... ...
@@ -6588,10 +6595,10 @@ lodash.uniq@^4.5.0:
6588 6595
   resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
6589 6596
   integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
6590 6597
 
6591
-"lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5:
6592
-  version "4.17.11"
6593
-  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
6594
-  integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
6598
+"lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.4, lodash@^4.17.5:
6599
+  version "4.17.14"
6600
+  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
6601
+  integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
6595 6602
 
6596 6603
 loglevel@^1.4.1:
6597 6604
   version "1.6.1"