Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit cfb36f7

Browse files
⬆️ 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](babel/babel@v7.5.4...v7.5.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d77edb2 commit cfb36f7

1 file changed

Lines changed: 50 additions & 43 deletions

File tree

yarn.lock

Lines changed: 50 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@
1919
optionalDependencies:
2020
chokidar "^2.0.4"
2121

22-
"@babel/code-frame@7.0.0", "@babel/code-frame@^7.0.0":
22+
"@babel/code-frame@7.0.0":
2323
version "7.0.0"
2424
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
2525
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
2626
dependencies:
2727
"@babel/highlight" "^7.0.0"
2828

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+
2936
"@babel/core@7.4.3":
3037
version "7.4.3"
3138
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f"
@@ -67,33 +74,33 @@
6774
source-map "^0.5.0"
6875

6976
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.3", "@babel/core@^7.4.4":
70-
version "7.5.4"
71-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
72-
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
73-
dependencies:
74-
"@babel/code-frame" "^7.0.0"
75-
"@babel/generator" "^7.5.0"
76-
"@babel/helpers" "^7.5.4"
77-
"@babel/parser" "^7.5.0"
77+
version "7.5.5"
78+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
79+
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
80+
dependencies:
81+
"@babel/code-frame" "^7.5.5"
82+
"@babel/generator" "^7.5.5"
83+
"@babel/helpers" "^7.5.5"
84+
"@babel/parser" "^7.5.5"
7885
"@babel/template" "^7.4.4"
79-
"@babel/traverse" "^7.5.0"
80-
"@babel/types" "^7.5.0"
86+
"@babel/traverse" "^7.5.5"
87+
"@babel/types" "^7.5.5"
8188
convert-source-map "^1.1.0"
8289
debug "^4.1.0"
8390
json5 "^2.1.0"
84-
lodash "^4.17.11"
91+
lodash "^4.17.13"
8592
resolve "^1.3.2"
8693
semver "^5.4.1"
8794
source-map "^0.5.0"
8895

89-
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.5.0":
90-
version "7.5.0"
91-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
92-
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
96+
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.5.5":
97+
version "7.5.5"
98+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
99+
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
93100
dependencies:
94-
"@babel/types" "^7.5.0"
101+
"@babel/types" "^7.5.5"
95102
jsesc "^2.5.1"
96-
lodash "^4.17.11"
103+
lodash "^4.17.13"
97104
source-map "^0.5.0"
98105
trim-right "^1.0.1"
99106

@@ -272,14 +279,14 @@
272279
"@babel/traverse" "^7.1.0"
273280
"@babel/types" "^7.2.0"
274281

275-
"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.5.4":
276-
version "7.5.4"
277-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
278-
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
282+
"@babel/helpers@^7.4.3", "@babel/helpers@^7.4.4", "@babel/helpers@^7.5.5":
283+
version "7.5.5"
284+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
285+
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
279286
dependencies:
280287
"@babel/template" "^7.4.4"
281-
"@babel/traverse" "^7.5.0"
282-
"@babel/types" "^7.5.0"
288+
"@babel/traverse" "^7.5.5"
289+
"@babel/types" "^7.5.5"
283290

284291
"@babel/highlight@^7.0.0":
285292
version "7.0.0"
@@ -290,10 +297,10 @@
290297
esutils "^2.0.2"
291298
js-tokens "^4.0.0"
292299

293-
"@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":
294-
version "7.5.0"
295-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
296-
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
300+
"@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":
301+
version "7.5.5"
302+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
303+
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
297304

298305
"@babel/plugin-external-helpers@^7.0.0":
299306
version "7.2.0"
@@ -1026,28 +1033,28 @@
10261033
"@babel/parser" "^7.4.4"
10271034
"@babel/types" "^7.4.4"
10281035

1029-
"@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":
1030-
version "7.5.0"
1031-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
1032-
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
1036+
"@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":
1037+
version "7.5.5"
1038+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
1039+
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
10331040
dependencies:
1034-
"@babel/code-frame" "^7.0.0"
1035-
"@babel/generator" "^7.5.0"
1041+
"@babel/code-frame" "^7.5.5"
1042+
"@babel/generator" "^7.5.5"
10361043
"@babel/helper-function-name" "^7.1.0"
10371044
"@babel/helper-split-export-declaration" "^7.4.4"
1038-
"@babel/parser" "^7.5.0"
1039-
"@babel/types" "^7.5.0"
1045+
"@babel/parser" "^7.5.5"
1046+
"@babel/types" "^7.5.5"
10401047
debug "^4.1.0"
10411048
globals "^11.1.0"
1042-
lodash "^4.17.11"
1049+
lodash "^4.17.13"
10431050

1044-
"@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":
1045-
version "7.5.0"
1046-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
1047-
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
1051+
"@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.5":
1052+
version "7.5.5"
1053+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
1054+
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
10481055
dependencies:
10491056
esutils "^2.0.2"
1050-
lodash "^4.17.11"
1057+
lodash "^4.17.13"
10511058
to-fast-properties "^2.0.0"
10521059

10531060
"@cnakazawa/watch@^1.0.3":
@@ -8197,7 +8204,7 @@ lodash.uniq@^4.5.0:
81978204
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
81988205
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
81998206

8200-
lodash@4.17.14, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
8207+
lodash@4.17.14, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
82018208
version "4.17.14"
82028209
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
82038210
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==

0 commit comments

Comments
 (0)