Skip to content

Commit a48dd3d

Browse files
committed
chore(deps): update babel monorepo to v7.5.5
1 parent 6e7b954 commit a48dd3d

File tree

2 files changed

+131
-63
lines changed

2 files changed

+131
-63
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"styled-components": "4.3.2"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "7.5.0",
27-
"@babel/core": "7.5.4",
28-
"@babel/plugin-proposal-object-rest-spread": "7.5.4",
29-
"@babel/preset-env": "7.5.4",
26+
"@babel/cli": "7.5.5",
27+
"@babel/core": "7.5.5",
28+
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
29+
"@babel/preset-env": "7.5.5",
3030
"@babel/preset-flow": "7.0.0",
3131
"@babel/preset-react": "7.0.0",
3232
"@storybook/addon-actions": "5.1.9",

yarn.lock

Lines changed: 127 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@7.5.0":
6-
version "7.5.0"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.0.tgz#f403c930692e28ecfa3bf02a9e7562b474f38271"
8-
integrity sha512-qNH55fWbKrEsCwID+Qc/3JDPnsSGpIIiMDbppnR8Z6PxLAqMQCFNqBctkIkBrMH49Nx+qqVTrHRWUR+ho2k+qQ==
5+
"@babel/cli@7.5.5":
6+
version "7.5.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.5.tgz#bdb6d9169e93e241a08f5f7b0265195bf38ef5ec"
8+
integrity sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w==
99
dependencies:
1010
commander "^2.8.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.11"
14+
lodash "^4.17.13"
1515
mkdirp "^0.5.1"
1616
output-file-sync "^2.0.0"
1717
slash "^2.0.0"
@@ -33,6 +33,13 @@
3333
dependencies:
3434
"@babel/highlight" "7.0.0-beta.44"
3535

36+
"@babel/code-frame@^7.5.5":
37+
version "7.5.5"
38+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
39+
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
40+
dependencies:
41+
"@babel/highlight" "^7.0.0"
42+
3643
"@babel/core@7.4.3", "@babel/core@^7.1.0", "@babel/core@^7.4.3":
3744
version "7.4.3"
3845
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.3.tgz#198d6d3af4567be3989550d97e068de94503074f"
@@ -53,22 +60,22 @@
5360
semver "^5.4.1"
5461
source-map "^0.5.0"
5562

56-
"@babel/core@7.5.4":
57-
version "7.5.4"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
59-
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ==
63+
"@babel/core@7.5.5":
64+
version "7.5.5"
65+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
66+
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
6067
dependencies:
61-
"@babel/code-frame" "^7.0.0"
62-
"@babel/generator" "^7.5.0"
63-
"@babel/helpers" "^7.5.4"
64-
"@babel/parser" "^7.5.0"
68+
"@babel/code-frame" "^7.5.5"
69+
"@babel/generator" "^7.5.5"
70+
"@babel/helpers" "^7.5.5"
71+
"@babel/parser" "^7.5.5"
6572
"@babel/template" "^7.4.4"
66-
"@babel/traverse" "^7.5.0"
67-
"@babel/types" "^7.5.0"
73+
"@babel/traverse" "^7.5.5"
74+
"@babel/types" "^7.5.5"
6875
convert-source-map "^1.1.0"
6976
debug "^4.1.0"
7077
json5 "^2.1.0"
71-
lodash "^4.17.11"
78+
lodash "^4.17.13"
7279
resolve "^1.3.2"
7380
semver "^5.4.1"
7481
source-map "^0.5.0"
@@ -126,14 +133,14 @@
126133
source-map "^0.5.0"
127134
trim-right "^1.0.1"
128135

129-
"@babel/generator@^7.5.0":
130-
version "7.5.0"
131-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
132-
integrity sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA==
136+
"@babel/generator@^7.5.5":
137+
version "7.5.5"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
139+
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
133140
dependencies:
134-
"@babel/types" "^7.5.0"
141+
"@babel/types" "^7.5.5"
135142
jsesc "^2.5.1"
136-
lodash "^4.17.11"
143+
lodash "^4.17.13"
137144
source-map "^0.5.0"
138145
trim-right "^1.0.1"
139146

@@ -220,6 +227,15 @@
220227
"@babel/types" "^7.4.4"
221228
lodash "^4.17.11"
222229

230+
"@babel/helper-define-map@^7.5.5":
231+
version "7.5.5"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369"
233+
integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==
234+
dependencies:
235+
"@babel/helper-function-name" "^7.1.0"
236+
"@babel/types" "^7.5.5"
237+
lodash "^4.17.13"
238+
223239
"@babel/helper-explode-assignable-expression@^7.1.0":
224240
version "7.1.0"
225241
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
@@ -281,6 +297,13 @@
281297
dependencies:
282298
"@babel/types" "^7.0.0"
283299

300+
"@babel/helper-member-expression-to-functions@^7.5.5":
301+
version "7.5.5"
302+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
303+
integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
304+
dependencies:
305+
"@babel/types" "^7.5.5"
306+
284307
"@babel/helper-module-imports@^7.0.0":
285308
version "7.0.0"
286309
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -369,6 +392,16 @@
369392
"@babel/traverse" "^7.4.4"
370393
"@babel/types" "^7.4.4"
371394

395+
"@babel/helper-replace-supers@^7.5.5":
396+
version "7.5.5"
397+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
398+
integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
399+
dependencies:
400+
"@babel/helper-member-expression-to-functions" "^7.5.5"
401+
"@babel/helper-optimise-call-expression" "^7.0.0"
402+
"@babel/traverse" "^7.5.5"
403+
"@babel/types" "^7.5.5"
404+
372405
"@babel/helper-simple-access@^7.1.0":
373406
version "7.1.0"
374407
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -426,14 +459,14 @@
426459
"@babel/traverse" "^7.4.4"
427460
"@babel/types" "^7.4.4"
428461

429-
"@babel/helpers@^7.5.4":
430-
version "7.5.4"
431-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.4.tgz#2f00608aa10d460bde0ccf665d6dcf8477357cf0"
432-
integrity sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow==
462+
"@babel/helpers@^7.5.5":
463+
version "7.5.5"
464+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
465+
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
433466
dependencies:
434467
"@babel/template" "^7.4.4"
435-
"@babel/traverse" "^7.5.0"
436-
"@babel/types" "^7.5.0"
468+
"@babel/traverse" "^7.5.5"
469+
"@babel/types" "^7.5.5"
437470

438471
"@babel/highlight@7.0.0-beta.44":
439472
version "7.0.0-beta.44"
@@ -468,10 +501,10 @@
468501
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.5.tgz#04af8d5d5a2b044a2a1bffacc1e5e6673544e872"
469502
integrity sha512-9mUqkL1FF5T7f0WDFfAoDdiMVPWsdD1gZYzSnaXsxUCUqzuch/8of9G3VUSNiZmMBoRxT3neyVsqeiL/ZPcjew==
470503

471-
"@babel/parser@^7.5.0":
472-
version "7.5.0"
473-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
474-
integrity sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==
504+
"@babel/parser@^7.5.5":
505+
version "7.5.5"
506+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
507+
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
475508

476509
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
477510
version "7.2.0"
@@ -531,10 +564,10 @@
531564
"@babel/helper-plugin-utils" "^7.0.0"
532565
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
533566

534-
"@babel/plugin-proposal-object-rest-spread@7.5.4", "@babel/plugin-proposal-object-rest-spread@^7.5.4":
535-
version "7.5.4"
536-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331"
537-
integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA==
567+
"@babel/plugin-proposal-object-rest-spread@7.5.5", "@babel/plugin-proposal-object-rest-spread@^7.5.5":
568+
version "7.5.5"
569+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
570+
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==
538571
dependencies:
539572
"@babel/helper-plugin-utils" "^7.0.0"
540573
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -693,6 +726,14 @@
693726
"@babel/helper-plugin-utils" "^7.0.0"
694727
lodash "^4.17.11"
695728

729+
"@babel/plugin-transform-block-scoping@^7.5.5":
730+
version "7.5.5"
731+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce"
732+
integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg==
733+
dependencies:
734+
"@babel/helper-plugin-utils" "^7.0.0"
735+
lodash "^4.17.13"
736+
696737
"@babel/plugin-transform-classes@7.4.3", "@babel/plugin-transform-classes@^7.4.3":
697738
version "7.4.3"
698739
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.3.tgz#adc7a1137ab4287a555d429cc56ecde8f40c062c"
@@ -721,6 +762,20 @@
721762
"@babel/helper-split-export-declaration" "^7.4.4"
722763
globals "^11.1.0"
723764

765+
"@babel/plugin-transform-classes@^7.5.5":
766+
version "7.5.5"
767+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
768+
integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==
769+
dependencies:
770+
"@babel/helper-annotate-as-pure" "^7.0.0"
771+
"@babel/helper-define-map" "^7.5.5"
772+
"@babel/helper-function-name" "^7.1.0"
773+
"@babel/helper-optimise-call-expression" "^7.0.0"
774+
"@babel/helper-plugin-utils" "^7.0.0"
775+
"@babel/helper-replace-supers" "^7.5.5"
776+
"@babel/helper-split-export-declaration" "^7.4.4"
777+
globals "^11.1.0"
778+
724779
"@babel/plugin-transform-computed-properties@^7.2.0":
725780
version "7.2.0"
726781
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz#83a7df6a658865b1c8f641d510c6f3af220216da"
@@ -955,6 +1010,14 @@
9551010
"@babel/helper-plugin-utils" "^7.0.0"
9561011
"@babel/helper-replace-supers" "^7.1.0"
9571012

1013+
"@babel/plugin-transform-object-super@^7.5.5":
1014+
version "7.5.5"
1015+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9"
1016+
integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==
1017+
dependencies:
1018+
"@babel/helper-plugin-utils" "^7.0.0"
1019+
"@babel/helper-replace-supers" "^7.5.5"
1020+
9581021
"@babel/plugin-transform-parameters@^7.4.3":
9591022
version "7.4.3"
9601023
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.3.tgz#e5ff62929fdf4cf93e58badb5e2430303003800d"
@@ -1184,17 +1247,17 @@
11841247
js-levenshtein "^1.1.3"
11851248
semver "^5.5.0"
11861249

1187-
"@babel/preset-env@7.5.4":
1188-
version "7.5.4"
1189-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d"
1190-
integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ==
1250+
"@babel/preset-env@7.5.5":
1251+
version "7.5.5"
1252+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
1253+
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
11911254
dependencies:
11921255
"@babel/helper-module-imports" "^7.0.0"
11931256
"@babel/helper-plugin-utils" "^7.0.0"
11941257
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
11951258
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
11961259
"@babel/plugin-proposal-json-strings" "^7.2.0"
1197-
"@babel/plugin-proposal-object-rest-spread" "^7.5.4"
1260+
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
11981261
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
11991262
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
12001263
"@babel/plugin-syntax-async-generators" "^7.2.0"
@@ -1205,8 +1268,8 @@
12051268
"@babel/plugin-transform-arrow-functions" "^7.2.0"
12061269
"@babel/plugin-transform-async-to-generator" "^7.5.0"
12071270
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
1208-
"@babel/plugin-transform-block-scoping" "^7.4.4"
1209-
"@babel/plugin-transform-classes" "^7.4.4"
1271+
"@babel/plugin-transform-block-scoping" "^7.5.5"
1272+
"@babel/plugin-transform-classes" "^7.5.5"
12101273
"@babel/plugin-transform-computed-properties" "^7.2.0"
12111274
"@babel/plugin-transform-destructuring" "^7.5.0"
12121275
"@babel/plugin-transform-dotall-regex" "^7.4.4"
@@ -1222,7 +1285,7 @@
12221285
"@babel/plugin-transform-modules-umd" "^7.2.0"
12231286
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
12241287
"@babel/plugin-transform-new-target" "^7.4.4"
1225-
"@babel/plugin-transform-object-super" "^7.2.0"
1288+
"@babel/plugin-transform-object-super" "^7.5.5"
12261289
"@babel/plugin-transform-parameters" "^7.4.4"
12271290
"@babel/plugin-transform-property-literals" "^7.2.0"
12281291
"@babel/plugin-transform-regenerator" "^7.4.5"
@@ -1233,7 +1296,7 @@
12331296
"@babel/plugin-transform-template-literals" "^7.4.4"
12341297
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
12351298
"@babel/plugin-transform-unicode-regex" "^7.4.4"
1236-
"@babel/types" "^7.5.0"
1299+
"@babel/types" "^7.5.5"
12371300
browserslist "^4.6.0"
12381301
core-js-compat "^3.1.1"
12391302
invariant "^2.2.2"
@@ -1431,20 +1494,20 @@
14311494
globals "^11.1.0"
14321495
lodash "^4.17.11"
14331496

1434-
"@babel/traverse@^7.5.0":
1435-
version "7.5.0"
1436-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
1437-
integrity sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg==
1497+
"@babel/traverse@^7.5.5":
1498+
version "7.5.5"
1499+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
1500+
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
14381501
dependencies:
1439-
"@babel/code-frame" "^7.0.0"
1440-
"@babel/generator" "^7.5.0"
1502+
"@babel/code-frame" "^7.5.5"
1503+
"@babel/generator" "^7.5.5"
14411504
"@babel/helper-function-name" "^7.1.0"
14421505
"@babel/helper-split-export-declaration" "^7.4.4"
1443-
"@babel/parser" "^7.5.0"
1444-
"@babel/types" "^7.5.0"
1506+
"@babel/parser" "^7.5.5"
1507+
"@babel/types" "^7.5.5"
14451508
debug "^4.1.0"
14461509
globals "^11.1.0"
1447-
lodash "^4.17.11"
1510+
lodash "^4.17.13"
14481511

14491512
"@babel/types@7.0.0-beta.44":
14501513
version "7.0.0-beta.44"
@@ -1473,13 +1536,13 @@
14731536
lodash "^4.17.11"
14741537
to-fast-properties "^2.0.0"
14751538

1476-
"@babel/types@^7.5.0":
1477-
version "7.5.0"
1478-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
1479-
integrity sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ==
1539+
"@babel/types@^7.5.5":
1540+
version "7.5.5"
1541+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
1542+
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
14801543
dependencies:
14811544
esutils "^2.0.2"
1482-
lodash "^4.17.11"
1545+
lodash "^4.17.13"
14831546
to-fast-properties "^2.0.0"
14841547

14851548
"@cnakazawa/watch@^1.0.3":
@@ -8162,6 +8225,11 @@ lodash@>4.17.4, lodash@^4.0.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4,
81628225
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
81638226
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
81648227

8228+
lodash@^4.17.13:
8229+
version "4.17.14"
8230+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
8231+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
8232+
81658233
loglevel@^1.6.3:
81668234
version "1.6.3"
81678235
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz#77f2eb64be55a404c9fd04ad16d57c1d6d6b1280"

0 commit comments

Comments
 (0)