Skip to content

Commit 5033922

Browse files
chore(deps-dev): bump @babel/core from 7.9.6 to 7.10.2 (#365)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.6 to 7.10.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 8526fa4 commit 5033922

File tree

1 file changed

+25
-106
lines changed

1 file changed

+25
-106
lines changed

yarn.lock

Lines changed: 25 additions & 106 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.1":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1":
2922
version "7.10.1"
3023
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
3124
integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
@@ -42,18 +35,18 @@
4235
semver "^5.5.0"
4336

4437
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
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.2"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a"
40+
integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==
41+
dependencies:
42+
"@babel/code-frame" "^7.10.1"
43+
"@babel/generator" "^7.10.2"
44+
"@babel/helper-module-transforms" "^7.10.1"
45+
"@babel/helpers" "^7.10.1"
46+
"@babel/parser" "^7.10.2"
47+
"@babel/template" "^7.10.1"
48+
"@babel/traverse" "^7.10.1"
49+
"@babel/types" "^7.10.2"
5750
convert-source-map "^1.7.0"
5851
debug "^4.1.0"
5952
gensync "^1.0.0-beta.1"
@@ -63,7 +56,7 @@
6356
semver "^5.4.1"
6457
source-map "^0.5.0"
6558

66-
"@babel/generator@^7.10.1":
59+
"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.5.0":
6760
version "7.10.2"
6861
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
6962
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
@@ -73,16 +66,6 @@
7366
lodash "^4.17.13"
7467
source-map "^0.5.0"
7568

76-
"@babel/generator@^7.5.0", "@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.1":
8770
version "7.10.1"
8871
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -265,19 +248,6 @@
265248
"@babel/types" "^7.10.1"
266249
lodash "^4.17.13"
267250

268-
"@babel/helper-module-transforms@^7.9.0":
269-
version "7.9.0"
270-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
271-
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
272-
dependencies:
273-
"@babel/helper-module-imports" "^7.8.3"
274-
"@babel/helper-replace-supers" "^7.8.6"
275-
"@babel/helper-simple-access" "^7.8.3"
276-
"@babel/helper-split-export-declaration" "^7.8.3"
277-
"@babel/template" "^7.8.6"
278-
"@babel/types" "^7.9.0"
279-
lodash "^4.17.13"
280-
281251
"@babel/helper-optimise-call-expression@^7.10.1":
282252
version "7.10.1"
283253
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
@@ -350,14 +320,6 @@
350320
"@babel/template" "^7.10.1"
351321
"@babel/types" "^7.10.1"
352322

353-
"@babel/helper-simple-access@^7.8.3":
354-
version "7.8.3"
355-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
356-
integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==
357-
dependencies:
358-
"@babel/template" "^7.8.3"
359-
"@babel/types" "^7.8.3"
360-
361323
"@babel/helper-split-export-declaration@^7.10.1":
362324
version "7.10.1"
363325
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
@@ -377,11 +339,6 @@
377339
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
378340
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
379341

380-
"@babel/helper-validator-identifier@^7.9.0":
381-
version "7.9.5"
382-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
383-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
384-
385342
"@babel/helper-wrap-function@^7.10.1":
386343
version "7.10.1"
387344
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
@@ -392,14 +349,14 @@
392349
"@babel/traverse" "^7.10.1"
393350
"@babel/types" "^7.10.1"
394351

395-
"@babel/helpers@^7.9.6":
396-
version "7.9.6"
397-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
398-
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
352+
"@babel/helpers@^7.10.1":
353+
version "7.10.1"
354+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973"
355+
integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==
399356
dependencies:
400-
"@babel/template" "^7.8.3"
401-
"@babel/traverse" "^7.9.6"
402-
"@babel/types" "^7.9.6"
357+
"@babel/template" "^7.10.1"
358+
"@babel/traverse" "^7.10.1"
359+
"@babel/types" "^7.10.1"
403360

404361
"@babel/highlight@^7.10.1":
405362
version "7.10.1"
@@ -410,21 +367,7 @@
410367
chalk "^2.0.0"
411368
js-tokens "^4.0.0"
412369

413-
"@babel/highlight@^7.8.3":
414-
version "7.9.0"
415-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
416-
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
417-
dependencies:
418-
"@babel/helper-validator-identifier" "^7.9.0"
419-
chalk "^2.0.0"
420-
js-tokens "^4.0.0"
421-
422-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
423-
version "7.9.6"
424-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
425-
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
426-
427-
"@babel/parser@^7.10.1":
370+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
428371
version "7.10.2"
429372
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
430373
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
@@ -1123,16 +1066,7 @@
11231066
dependencies:
11241067
regenerator-runtime "^0.13.4"
11251068

1126-
"@babel/template@^7.0.0", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
1127-
version "7.8.6"
1128-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1129-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
1130-
dependencies:
1131-
"@babel/code-frame" "^7.8.3"
1132-
"@babel/parser" "^7.8.6"
1133-
"@babel/types" "^7.8.6"
1134-
1135-
"@babel/template@^7.10.1":
1069+
"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3":
11361070
version "7.10.1"
11371071
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
11381072
integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
@@ -1141,22 +1075,7 @@
11411075
"@babel/parser" "^7.10.1"
11421076
"@babel/types" "^7.10.1"
11431077

1144-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6":
1145-
version "7.9.6"
1146-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1147-
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
1148-
dependencies:
1149-
"@babel/code-frame" "^7.8.3"
1150-
"@babel/generator" "^7.9.6"
1151-
"@babel/helper-function-name" "^7.9.5"
1152-
"@babel/helper-split-export-declaration" "^7.8.3"
1153-
"@babel/parser" "^7.9.6"
1154-
"@babel/types" "^7.9.6"
1155-
debug "^4.1.0"
1156-
globals "^11.1.0"
1157-
lodash "^4.17.13"
1158-
1159-
"@babel/traverse@^7.10.1":
1078+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6":
11601079
version "7.10.1"
11611080
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
11621081
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
@@ -1171,7 +1090,7 @@
11711090
globals "^11.1.0"
11721091
lodash "^4.17.13"
11731092

1174-
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@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":
1093+
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5":
11751094
version "7.10.2"
11761095
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
11771096
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==

0 commit comments

Comments
 (0)