Skip to content

Commit 7ee0d2e

Browse files
authored
Merge pull request #331 from Theodo-UK/dependabot/npm_and_yarn/babel/core-7.10.4
Bump @babel/core from 7.9.6 to 7.10.4
2 parents 73cb7f8 + ae8773b commit 7ee0d2e

File tree

1 file changed

+22
-150
lines changed

1 file changed

+22
-150
lines changed

yarn.lock

Lines changed: 22 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
22-
version "7.8.3"
23-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
24-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
25-
dependencies:
26-
"@babel/highlight" "^7.8.3"
27-
28-
"@babel/code-frame@^7.10.4":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2922
version "7.10.4"
3023
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
3124
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
@@ -42,18 +35,18 @@
4235
semver "^5.5.0"
4336

4437
"@babel/core@^7.5.5":
45-
version "7.9.6"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
47-
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
48-
dependencies:
49-
"@babel/code-frame" "^7.8.3"
50-
"@babel/generator" "^7.9.6"
51-
"@babel/helper-module-transforms" "^7.9.0"
52-
"@babel/helpers" "^7.9.6"
53-
"@babel/parser" "^7.9.6"
54-
"@babel/template" "^7.8.6"
55-
"@babel/traverse" "^7.9.6"
56-
"@babel/types" "^7.9.6"
38+
version "7.10.4"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
40+
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
41+
dependencies:
42+
"@babel/code-frame" "^7.10.4"
43+
"@babel/generator" "^7.10.4"
44+
"@babel/helper-module-transforms" "^7.10.4"
45+
"@babel/helpers" "^7.10.4"
46+
"@babel/parser" "^7.10.4"
47+
"@babel/template" "^7.10.4"
48+
"@babel/traverse" "^7.10.4"
49+
"@babel/types" "^7.10.4"
5750
convert-source-map "^1.7.0"
5851
debug "^4.1.0"
5952
gensync "^1.0.0-beta.1"
@@ -73,16 +66,6 @@
7366
lodash "^4.17.13"
7467
source-map "^0.5.0"
7568

76-
"@babel/generator@^7.9.6":
77-
version "7.9.6"
78-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
79-
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
80-
dependencies:
81-
"@babel/types" "^7.9.6"
82-
jsesc "^2.5.1"
83-
lodash "^4.17.13"
84-
source-map "^0.5.0"
85-
8669
"@babel/helper-annotate-as-pure@^7.10.4":
8770
version "7.10.4"
8871
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -156,29 +139,13 @@
156139
"@babel/template" "^7.10.4"
157140
"@babel/types" "^7.10.4"
158141

159-
"@babel/helper-function-name@^7.9.5":
160-
version "7.9.5"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
162-
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
163-
dependencies:
164-
"@babel/helper-get-function-arity" "^7.8.3"
165-
"@babel/template" "^7.8.3"
166-
"@babel/types" "^7.9.5"
167-
168142
"@babel/helper-get-function-arity@^7.10.4":
169143
version "7.10.4"
170144
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
171145
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
172146
dependencies:
173147
"@babel/types" "^7.10.4"
174148

175-
"@babel/helper-get-function-arity@^7.8.3":
176-
version "7.8.3"
177-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
178-
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
179-
dependencies:
180-
"@babel/types" "^7.8.3"
181-
182149
"@babel/helper-hoist-variables@^7.10.4":
183150
version "7.10.4"
184151
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -193,14 +160,7 @@
193160
dependencies:
194161
"@babel/types" "^7.10.4"
195162

196-
"@babel/helper-member-expression-to-functions@^7.8.3":
197-
version "7.8.3"
198-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
199-
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
200-
dependencies:
201-
"@babel/types" "^7.8.3"
202-
203-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.8.3":
163+
"@babel/helper-module-imports@^7.10.4":
204164
version "7.10.4"
205165
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
206166
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
@@ -220,33 +180,13 @@
220180
"@babel/types" "^7.10.4"
221181
lodash "^4.17.13"
222182

223-
"@babel/helper-module-transforms@^7.9.0":
224-
version "7.9.0"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
226-
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
227-
dependencies:
228-
"@babel/helper-module-imports" "^7.8.3"
229-
"@babel/helper-replace-supers" "^7.8.6"
230-
"@babel/helper-simple-access" "^7.8.3"
231-
"@babel/helper-split-export-declaration" "^7.8.3"
232-
"@babel/template" "^7.8.6"
233-
"@babel/types" "^7.9.0"
234-
lodash "^4.17.13"
235-
236183
"@babel/helper-optimise-call-expression@^7.10.4":
237184
version "7.10.4"
238185
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
239186
integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
240187
dependencies:
241188
"@babel/types" "^7.10.4"
242189

243-
"@babel/helper-optimise-call-expression@^7.8.3":
244-
version "7.8.3"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
246-
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
247-
dependencies:
248-
"@babel/types" "^7.8.3"
249-
250190
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
251191
version "7.10.4"
252192
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
@@ -280,16 +220,6 @@
280220
"@babel/traverse" "^7.10.4"
281221
"@babel/types" "^7.10.4"
282222

283-
"@babel/helper-replace-supers@^7.8.6":
284-
version "7.8.6"
285-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
286-
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
287-
dependencies:
288-
"@babel/helper-member-expression-to-functions" "^7.8.3"
289-
"@babel/helper-optimise-call-expression" "^7.8.3"
290-
"@babel/traverse" "^7.8.6"
291-
"@babel/types" "^7.8.6"
292-
293223
"@babel/helper-simple-access@^7.10.4":
294224
version "7.10.4"
295225
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -298,38 +228,18 @@
298228
"@babel/template" "^7.10.4"
299229
"@babel/types" "^7.10.4"
300230

301-
"@babel/helper-simple-access@^7.8.3":
302-
version "7.8.3"
303-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
304-
integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==
305-
dependencies:
306-
"@babel/template" "^7.8.3"
307-
"@babel/types" "^7.8.3"
308-
309231
"@babel/helper-split-export-declaration@^7.10.4":
310232
version "7.10.4"
311233
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
312234
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
313235
dependencies:
314236
"@babel/types" "^7.10.4"
315237

316-
"@babel/helper-split-export-declaration@^7.8.3":
317-
version "7.8.3"
318-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
319-
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
320-
dependencies:
321-
"@babel/types" "^7.8.3"
322-
323238
"@babel/helper-validator-identifier@^7.10.4":
324239
version "7.10.4"
325240
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
326241
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
327242

328-
"@babel/helper-validator-identifier@^7.9.0":
329-
version "7.9.0"
330-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
331-
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
332-
333243
"@babel/helper-wrap-function@^7.10.4":
334244
version "7.10.4"
335245
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
@@ -340,14 +250,14 @@
340250
"@babel/traverse" "^7.10.4"
341251
"@babel/types" "^7.10.4"
342252

343-
"@babel/helpers@^7.9.6":
344-
version "7.9.6"
345-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
346-
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
253+
"@babel/helpers@^7.10.4":
254+
version "7.10.4"
255+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
256+
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
347257
dependencies:
348-
"@babel/template" "^7.8.3"
349-
"@babel/traverse" "^7.9.6"
350-
"@babel/types" "^7.9.6"
258+
"@babel/template" "^7.10.4"
259+
"@babel/traverse" "^7.10.4"
260+
"@babel/types" "^7.10.4"
351261

352262
"@babel/highlight@^7.10.4":
353263
version "7.10.4"
@@ -358,25 +268,11 @@
358268
chalk "^2.0.0"
359269
js-tokens "^4.0.0"
360270

361-
"@babel/highlight@^7.8.3":
362-
version "7.9.0"
363-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
364-
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
365-
dependencies:
366-
"@babel/helper-validator-identifier" "^7.9.0"
367-
chalk "^2.0.0"
368-
js-tokens "^4.0.0"
369-
370271
"@babel/parser@^7.10.4":
371272
version "7.10.4"
372273
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
373274
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
374275

375-
"@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
376-
version "7.9.6"
377-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
378-
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
379-
380276
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
381277
version "7.10.4"
382278
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6"
@@ -885,15 +781,6 @@
885781
"@babel/parser" "^7.10.4"
886782
"@babel/types" "^7.10.4"
887783

888-
"@babel/template@^7.8.3", "@babel/template@^7.8.6":
889-
version "7.8.6"
890-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
891-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
892-
dependencies:
893-
"@babel/code-frame" "^7.8.3"
894-
"@babel/parser" "^7.8.6"
895-
"@babel/types" "^7.8.6"
896-
897784
"@babel/traverse@^7.10.4":
898785
version "7.10.4"
899786
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
@@ -909,22 +796,7 @@
909796
globals "^11.1.0"
910797
lodash "^4.17.13"
911798

912-
"@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6":
913-
version "7.9.6"
914-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
915-
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
916-
dependencies:
917-
"@babel/code-frame" "^7.8.3"
918-
"@babel/generator" "^7.9.6"
919-
"@babel/helper-function-name" "^7.9.5"
920-
"@babel/helper-split-export-declaration" "^7.8.3"
921-
"@babel/parser" "^7.9.6"
922-
"@babel/types" "^7.9.6"
923-
debug "^4.1.0"
924-
globals "^11.1.0"
925-
lodash "^4.17.13"
926-
927-
"@babel/types@^7.10.4", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
799+
"@babel/types@^7.10.4", "@babel/types@^7.4.4":
928800
version "7.10.4"
929801
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
930802
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==

0 commit comments

Comments
 (0)