Skip to content

Commit dad6464

Browse files
authored
Merge pull request webpack#11250 from webpack/dependabot/npm_and_yarn/babel/core-7.11.0
chore(deps-dev): bump @babel/core from 7.10.5 to 7.11.0
2 parents ac86e0d + e7d3296 commit dad6464

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

yarn.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"@babel/highlight" "^7.10.4"
1111

1212
"@babel/core@^7.1.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
13-
version "7.10.5"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
15-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
13+
version "7.11.0"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
15+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.10.5"
19-
"@babel/helper-module-transforms" "^7.10.5"
18+
"@babel/generator" "^7.11.0"
19+
"@babel/helper-module-transforms" "^7.11.0"
2020
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.10.5"
21+
"@babel/parser" "^7.11.0"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.10.5"
24-
"@babel/types" "^7.10.5"
23+
"@babel/traverse" "^7.11.0"
24+
"@babel/types" "^7.11.0"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -31,12 +31,12 @@
3131
semver "^5.4.1"
3232
source-map "^0.5.0"
3333

34-
"@babel/generator@^7.10.5":
35-
version "7.10.5"
36-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
37-
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
34+
"@babel/generator@^7.11.0":
35+
version "7.11.0"
36+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
37+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
3838
dependencies:
39-
"@babel/types" "^7.10.5"
39+
"@babel/types" "^7.11.0"
4040
jsesc "^2.5.1"
4141
source-map "^0.5.0"
4242

@@ -94,17 +94,17 @@
9494
dependencies:
9595
"@babel/types" "^7.10.4"
9696

97-
"@babel/helper-module-transforms@^7.10.5":
98-
version "7.10.5"
99-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
100-
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
97+
"@babel/helper-module-transforms@^7.11.0":
98+
version "7.11.0"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
100+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
101101
dependencies:
102102
"@babel/helper-module-imports" "^7.10.4"
103103
"@babel/helper-replace-supers" "^7.10.4"
104104
"@babel/helper-simple-access" "^7.10.4"
105-
"@babel/helper-split-export-declaration" "^7.10.4"
105+
"@babel/helper-split-export-declaration" "^7.11.0"
106106
"@babel/template" "^7.10.4"
107-
"@babel/types" "^7.10.5"
107+
"@babel/types" "^7.11.0"
108108
lodash "^4.17.19"
109109

110110
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -137,12 +137,12 @@
137137
"@babel/template" "^7.10.4"
138138
"@babel/types" "^7.10.4"
139139

140-
"@babel/helper-split-export-declaration@^7.10.4":
141-
version "7.10.4"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
143-
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
140+
"@babel/helper-split-export-declaration@^7.11.0":
141+
version "7.11.0"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
143+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
144144
dependencies:
145-
"@babel/types" "^7.10.4"
145+
"@babel/types" "^7.11.0"
146146

147147
"@babel/helper-validator-identifier@^7.10.4":
148148
version "7.10.4"
@@ -167,10 +167,10 @@
167167
chalk "^2.0.0"
168168
js-tokens "^4.0.0"
169169

170-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.5":
171-
version "7.10.5"
172-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
173-
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
170+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.7.5":
171+
version "7.11.0"
172+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
173+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
174174

175175
"@babel/plugin-syntax-async-generators@^7.8.4":
176176
version "7.8.4"
@@ -328,25 +328,25 @@
328328
"@babel/parser" "^7.10.4"
329329
"@babel/types" "^7.10.4"
330330

331-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.4":
332-
version "7.10.5"
333-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
334-
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
331+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.4":
332+
version "7.11.0"
333+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
334+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
335335
dependencies:
336336
"@babel/code-frame" "^7.10.4"
337-
"@babel/generator" "^7.10.5"
337+
"@babel/generator" "^7.11.0"
338338
"@babel/helper-function-name" "^7.10.4"
339-
"@babel/helper-split-export-declaration" "^7.10.4"
340-
"@babel/parser" "^7.10.5"
341-
"@babel/types" "^7.10.5"
339+
"@babel/helper-split-export-declaration" "^7.11.0"
340+
"@babel/parser" "^7.11.0"
341+
"@babel/types" "^7.11.0"
342342
debug "^4.1.0"
343343
globals "^11.1.0"
344344
lodash "^4.17.19"
345345

346-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
347-
version "7.10.5"
348-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
349-
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
346+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
347+
version "7.11.0"
348+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
349+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
350350
dependencies:
351351
"@babel/helper-validator-identifier" "^7.10.4"
352352
lodash "^4.17.19"

0 commit comments

Comments
 (0)