Skip to content

Commit 7fdb06f

Browse files
authored
Merge pull request #182 from sparksuite/dependabot/npm_and_yarn/babel/core-7.11.0
Bump @babel/core from 7.10.4 to 7.11.0
2 parents 7a10c97 + a743865 commit 7fdb06f

File tree

1 file changed

+47
-41
lines changed

1 file changed

+47
-41
lines changed

yarn.lock

Lines changed: 47 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -19,35 +19,34 @@
1919
semver "^5.5.0"
2020

2121
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
22-
version "7.10.4"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
24-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
22+
version "7.11.0"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
24+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
2525
dependencies:
2626
"@babel/code-frame" "^7.10.4"
27-
"@babel/generator" "^7.10.4"
28-
"@babel/helper-module-transforms" "^7.10.4"
27+
"@babel/generator" "^7.11.0"
28+
"@babel/helper-module-transforms" "^7.11.0"
2929
"@babel/helpers" "^7.10.4"
30-
"@babel/parser" "^7.10.4"
30+
"@babel/parser" "^7.11.0"
3131
"@babel/template" "^7.10.4"
32-
"@babel/traverse" "^7.10.4"
33-
"@babel/types" "^7.10.4"
32+
"@babel/traverse" "^7.11.0"
33+
"@babel/types" "^7.11.0"
3434
convert-source-map "^1.7.0"
3535
debug "^4.1.0"
3636
gensync "^1.0.0-beta.1"
3737
json5 "^2.1.2"
38-
lodash "^4.17.13"
38+
lodash "^4.17.19"
3939
resolve "^1.3.2"
4040
semver "^5.4.1"
4141
source-map "^0.5.0"
4242

43-
"@babel/generator@^7.10.4", "@babel/generator@^7.4.0":
44-
version "7.10.4"
45-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
46-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
43+
"@babel/generator@^7.11.0", "@babel/generator@^7.4.0":
44+
version "7.11.0"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
46+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
4747
dependencies:
48-
"@babel/types" "^7.10.4"
48+
"@babel/types" "^7.11.0"
4949
jsesc "^2.5.1"
50-
lodash "^4.17.13"
5150
source-map "^0.5.0"
5251

5352
"@babel/helper-annotate-as-pure@^7.10.4":
@@ -168,18 +167,18 @@
168167
dependencies:
169168
"@babel/types" "^7.10.4"
170169

171-
"@babel/helper-module-transforms@^7.10.4":
172-
version "7.10.4"
173-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
174-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
170+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0":
171+
version "7.11.0"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
173+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
175174
dependencies:
176175
"@babel/helper-module-imports" "^7.10.4"
177176
"@babel/helper-replace-supers" "^7.10.4"
178177
"@babel/helper-simple-access" "^7.10.4"
179-
"@babel/helper-split-export-declaration" "^7.10.4"
178+
"@babel/helper-split-export-declaration" "^7.11.0"
180179
"@babel/template" "^7.10.4"
181-
"@babel/types" "^7.10.4"
182-
lodash "^4.17.13"
180+
"@babel/types" "^7.11.0"
181+
lodash "^4.17.19"
183182

184183
"@babel/helper-optimise-call-expression@^7.10.4":
185184
version "7.10.4"
@@ -236,6 +235,13 @@
236235
dependencies:
237236
"@babel/types" "^7.10.4"
238237

238+
"@babel/helper-split-export-declaration@^7.11.0":
239+
version "7.11.0"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
241+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
242+
dependencies:
243+
"@babel/types" "^7.11.0"
244+
239245
"@babel/helper-validator-identifier@^7.10.4":
240246
version "7.10.4"
241247
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -269,10 +275,10 @@
269275
chalk "^2.0.0"
270276
js-tokens "^4.0.0"
271277

272-
"@babel/parser@^7.10.4", "@babel/parser@^7.4.3":
273-
version "7.10.4"
274-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
275-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
278+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.4.3":
279+
version "7.11.0"
280+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
281+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
276282

277283
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
278284
version "7.10.4"
@@ -876,28 +882,28 @@
876882
"@babel/parser" "^7.10.4"
877883
"@babel/types" "^7.10.4"
878884

879-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.4.3":
880-
version "7.10.4"
881-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
882-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
885+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.4.3":
886+
version "7.11.0"
887+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
888+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
883889
dependencies:
884890
"@babel/code-frame" "^7.10.4"
885-
"@babel/generator" "^7.10.4"
891+
"@babel/generator" "^7.11.0"
886892
"@babel/helper-function-name" "^7.10.4"
887-
"@babel/helper-split-export-declaration" "^7.10.4"
888-
"@babel/parser" "^7.10.4"
889-
"@babel/types" "^7.10.4"
893+
"@babel/helper-split-export-declaration" "^7.11.0"
894+
"@babel/parser" "^7.11.0"
895+
"@babel/types" "^7.11.0"
890896
debug "^4.1.0"
891897
globals "^11.1.0"
892-
lodash "^4.17.13"
898+
lodash "^4.17.19"
893899

894-
"@babel/types@^7.10.4", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
895-
version "7.10.4"
896-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
897-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
900+
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
901+
version "7.11.0"
902+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
903+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
898904
dependencies:
899905
"@babel/helper-validator-identifier" "^7.10.4"
900-
lodash "^4.17.13"
906+
lodash "^4.17.19"
901907
to-fast-properties "^2.0.0"
902908

903909
"@cnakazawa/watch@^1.0.3":
@@ -3300,7 +3306,7 @@ lodash.isequal@^4.5.0:
33003306
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
33013307
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
33023308

3303-
lodash@^4.15.0, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
3309+
lodash@^4.15.0, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
33043310
version "4.17.19"
33053311
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
33063312
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)