Skip to content

Commit b113f01

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.7.7
1 parent 5beaa05 commit b113f01

File tree

2 files changed

+74
-51
lines changed

2 files changed

+74
-51
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@aureooms/js-itertools": "3.4.0",
3434
"@aureooms/js-measure": "1.0.3",
3535
"@aureooms/js-predicate": "2.0.2",
36-
"@babel/cli": "7.7.5",
37-
"@babel/core": "7.7.5",
36+
"@babel/cli": "7.7.7",
37+
"@babel/core": "7.7.7",
3838
"@babel/polyfill": "7.7.0",
39-
"@babel/preset-env": "7.7.6",
40-
"@babel/register": "7.7.4",
39+
"@babel/preset-env": "7.7.7",
40+
"@babel/register": "7.7.7",
4141
"argparse": "1.0.10",
4242
"ava": "2.4.0",
4343
"benchmark": "2.1.4",

yarn.lock

Lines changed: 70 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@ava/babel-plugin-throws-helper" "^4.0.0"
5656
babel-plugin-espower "^3.0.1"
5757

58-
"@babel/[email protected].5":
59-
version "7.7.5"
60-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.5.tgz#25702cc65418efc06989af3727897b9f4c8690b6"
61-
integrity sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg==
58+
"@babel/[email protected].7":
59+
version "7.7.7"
60+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.7.tgz#56849acbf81d1a970dd3d1b3097c8ebf5da3f534"
61+
integrity sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==
6262
dependencies:
6363
commander "^4.0.1"
6464
convert-source-map "^1.1.0"
@@ -78,15 +78,15 @@
7878
dependencies:
7979
"@babel/highlight" "^7.0.0"
8080

81-
"@babel/[email protected].5":
82-
version "7.7.5"
83-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
84-
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
81+
"@babel/[email protected].7":
82+
version "7.7.7"
83+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
84+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
8585
dependencies:
8686
"@babel/code-frame" "^7.5.5"
87-
"@babel/generator" "^7.7.4"
87+
"@babel/generator" "^7.7.7"
8888
"@babel/helpers" "^7.7.4"
89-
"@babel/parser" "^7.7.5"
89+
"@babel/parser" "^7.7.7"
9090
"@babel/template" "^7.7.4"
9191
"@babel/traverse" "^7.7.4"
9292
"@babel/types" "^7.7.4"
@@ -128,6 +128,16 @@
128128
lodash "^4.17.13"
129129
source-map "^0.5.0"
130130

131+
"@babel/generator@^7.7.7":
132+
version "7.7.7"
133+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
134+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
135+
dependencies:
136+
"@babel/types" "^7.7.4"
137+
jsesc "^2.5.1"
138+
lodash "^4.17.13"
139+
source-map "^0.5.0"
140+
131141
"@babel/helper-annotate-as-pure@^7.7.4":
132142
version "7.7.4"
133143
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -326,10 +336,10 @@
326336
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
327337
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
328338

329-
"@babel/parser@^7.7.5":
330-
version "7.7.5"
331-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
332-
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
339+
"@babel/parser@^7.7.7":
340+
version "7.7.7"
341+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
342+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
333343

334344
"@babel/plugin-proposal-async-generator-functions@^7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.7.4":
335345
version "7.7.4"
@@ -356,10 +366,10 @@
356366
"@babel/helper-plugin-utils" "^7.0.0"
357367
"@babel/plugin-syntax-json-strings" "^7.7.4"
358368

359-
"@babel/plugin-proposal-object-rest-spread@^7.7.4":
360-
version "7.7.4"
361-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
362-
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
369+
"@babel/plugin-proposal-object-rest-spread@^7.7.7":
370+
version "7.7.7"
371+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
372+
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
363373
dependencies:
364374
"@babel/helper-plugin-utils" "^7.0.0"
365375
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
@@ -372,10 +382,10 @@
372382
"@babel/helper-plugin-utils" "^7.0.0"
373383
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
374384

375-
"@babel/plugin-proposal-unicode-property-regex@^7.7.4":
376-
version "7.7.4"
377-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
378-
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
385+
"@babel/plugin-proposal-unicode-property-regex@^7.7.7":
386+
version "7.7.7"
387+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e"
388+
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==
379389
dependencies:
380390
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
381391
"@babel/helper-plugin-utils" "^7.0.0"
@@ -481,14 +491,22 @@
481491
dependencies:
482492
"@babel/helper-plugin-utils" "^7.0.0"
483493

484-
"@babel/plugin-transform-dotall-regex@^7.4.4", "@babel/plugin-transform-dotall-regex@^7.7.4":
494+
"@babel/plugin-transform-dotall-regex@^7.4.4":
485495
version "7.7.4"
486496
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
487497
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
488498
dependencies:
489499
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
490500
"@babel/helper-plugin-utils" "^7.0.0"
491501

502+
"@babel/plugin-transform-dotall-regex@^7.7.7":
503+
version "7.7.7"
504+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b"
505+
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==
506+
dependencies:
507+
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
508+
"@babel/helper-plugin-utils" "^7.0.0"
509+
492510
"@babel/plugin-transform-duplicate-keys@^7.7.4":
493511
version "7.7.4"
494512
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.7.4.tgz#3d21731a42e3f598a73835299dd0169c3b90ac91"
@@ -601,10 +619,10 @@
601619
"@babel/helper-plugin-utils" "^7.0.0"
602620
"@babel/helper-replace-supers" "^7.7.4"
603621

604-
"@babel/plugin-transform-parameters@^7.7.4":
605-
version "7.7.4"
606-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
607-
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
622+
"@babel/plugin-transform-parameters@^7.7.7":
623+
version "7.7.7"
624+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007"
625+
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==
608626
dependencies:
609627
"@babel/helper-call-delegate" "^7.7.4"
610628
"@babel/helper-get-function-arity" "^7.7.4"
@@ -684,19 +702,19 @@
684702
core-js "^2.6.5"
685703
regenerator-runtime "^0.13.2"
686704

687-
"@babel/[email protected].6":
688-
version "7.7.6"
689-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
690-
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
705+
"@babel/[email protected].7":
706+
version "7.7.7"
707+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac"
708+
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==
691709
dependencies:
692710
"@babel/helper-module-imports" "^7.7.4"
693711
"@babel/helper-plugin-utils" "^7.0.0"
694712
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
695713
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
696714
"@babel/plugin-proposal-json-strings" "^7.7.4"
697-
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
715+
"@babel/plugin-proposal-object-rest-spread" "^7.7.7"
698716
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
699-
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
717+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7"
700718
"@babel/plugin-syntax-async-generators" "^7.7.4"
701719
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
702720
"@babel/plugin-syntax-json-strings" "^7.7.4"
@@ -710,7 +728,7 @@
710728
"@babel/plugin-transform-classes" "^7.7.4"
711729
"@babel/plugin-transform-computed-properties" "^7.7.4"
712730
"@babel/plugin-transform-destructuring" "^7.7.4"
713-
"@babel/plugin-transform-dotall-regex" "^7.7.4"
731+
"@babel/plugin-transform-dotall-regex" "^7.7.7"
714732
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
715733
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
716734
"@babel/plugin-transform-for-of" "^7.7.4"
@@ -724,7 +742,7 @@
724742
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
725743
"@babel/plugin-transform-new-target" "^7.7.4"
726744
"@babel/plugin-transform-object-super" "^7.7.4"
727-
"@babel/plugin-transform-parameters" "^7.7.4"
745+
"@babel/plugin-transform-parameters" "^7.7.7"
728746
"@babel/plugin-transform-property-literals" "^7.7.4"
729747
"@babel/plugin-transform-regenerator" "^7.7.5"
730748
"@babel/plugin-transform-reserved-words" "^7.7.4"
@@ -736,15 +754,15 @@
736754
"@babel/plugin-transform-unicode-regex" "^7.7.4"
737755
"@babel/types" "^7.7.4"
738756
browserslist "^4.6.0"
739-
core-js-compat "^3.4.7"
757+
core-js-compat "^3.6.0"
740758
invariant "^2.2.2"
741759
js-levenshtein "^1.1.3"
742760
semver "^5.5.0"
743761

744-
"@babel/[email protected].4":
745-
version "7.7.4"
746-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.4.tgz#45a4956471a9df3b012b747f5781cc084ee8f128"
747-
integrity sha512-/fmONZqL6ZMl9KJUYajetCrID6m0xmL4odX7v+Xvoxcv0DdbP/oO0TWIeLUCHqczQ6L6njDMqmqHFy2cp3FFsA==
762+
"@babel/[email protected].7":
763+
version "7.7.7"
764+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.7.tgz#46910c4d1926b9c6096421b23d1f9e159c1dcee1"
765+
integrity sha512-S2mv9a5dc2pcpg/ConlKZx/6wXaEwHeqfo7x/QbXsdCAZm+WJC1ekVvL1TVxNsedTs5y/gG63MhJTEsmwmjtiA==
748766
dependencies:
749767
find-cache-dir "^2.0.0"
750768
lodash "^4.17.13"
@@ -1415,7 +1433,7 @@ browserslist@^4.6.0:
14151433
electron-to-chromium "^1.3.306"
14161434
node-releases "^1.1.40"
14171435

1418-
browserslist@^4.8.0:
1436+
browserslist@^4.8.2:
14191437
version "4.8.2"
14201438
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
14211439
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
@@ -1902,13 +1920,13 @@ copy-descriptor@^0.1.0:
19021920
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
19031921
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
19041922

1905-
core-js-compat@^3.4.7:
1906-
version "3.4.7"
1907-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611"
1908-
integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==
1923+
core-js-compat@^3.6.0:
1924+
version "3.6.0"
1925+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9"
1926+
integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg==
19091927
dependencies:
1910-
browserslist "^4.8.0"
1911-
semver "^6.3.0"
1928+
browserslist "^4.8.2"
1929+
semver "7.0.0"
19121930

19131931
core-js@^2.0.0, core-js@^2.4.0, core-js@^2.6.5:
19141932
version "2.6.10"
@@ -5629,6 +5647,11 @@ semver-diff@^2.0.0:
56295647
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
56305648
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
56315649

5650+
5651+
version "7.0.0"
5652+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
5653+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
5654+
56325655
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
56335656
version "6.3.0"
56345657
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)