Skip to content

Commit 6769c98

Browse files
committed
chore(deps): update babel monorepo to v7.7.7
1 parent d25b7c9 commit 6769c98

File tree

2 files changed

+65
-50
lines changed

2 files changed

+65
-50
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"yargs": "^14.0.0"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "7.7.5",
47+
"@babel/core": "7.7.7",
4848
"@babel/plugin-proposal-class-properties": "7.7.4",
49-
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
50-
"@babel/preset-env": "7.7.6",
51-
"@babel/preset-typescript": "7.7.4",
49+
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
50+
"@babel/preset-env": "7.7.7",
51+
"@babel/preset-typescript": "7.7.7",
5252
"@types/debug": "4.1.5",
5353
"@types/jest": "24.0.22",
5454
"@types/node": "12.12.6",

yarn.lock

+61-46
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
dependencies:
1717
"@babel/highlight" "^7.0.0"
1818

19-
"@babel/[email protected].5":
20-
version "7.7.5"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
22-
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
19+
"@babel/[email protected].7":
20+
version "7.7.7"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
22+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
2323
dependencies:
2424
"@babel/code-frame" "^7.5.5"
25-
"@babel/generator" "^7.7.4"
25+
"@babel/generator" "^7.7.7"
2626
"@babel/helpers" "^7.7.4"
27-
"@babel/parser" "^7.7.5"
27+
"@babel/parser" "^7.7.7"
2828
"@babel/template" "^7.7.4"
2929
"@babel/traverse" "^7.7.4"
3030
"@babel/types" "^7.7.4"
@@ -77,6 +77,16 @@
7777
lodash "^4.17.13"
7878
source-map "^0.5.0"
7979

80+
"@babel/generator@^7.7.7":
81+
version "7.7.7"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
83+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
84+
dependencies:
85+
"@babel/types" "^7.7.4"
86+
jsesc "^2.5.1"
87+
lodash "^4.17.13"
88+
source-map "^0.5.0"
89+
8090
"@babel/helper-annotate-as-pure@^7.7.4":
8191
version "7.7.4"
8292
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -331,10 +341,10 @@
331341
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
332342
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
333343

334-
"@babel/parser@^7.7.5":
335-
version "7.7.5"
336-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
337-
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
344+
"@babel/parser@^7.7.7":
345+
version "7.7.7"
346+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
347+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
338348

339349
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
340350
version "7.7.4"
@@ -369,10 +379,10 @@
369379
"@babel/helper-plugin-utils" "^7.0.0"
370380
"@babel/plugin-syntax-json-strings" "^7.7.4"
371381

372-
"@babel/[email protected].4", "@babel/plugin-proposal-object-rest-spread@^7.7.4":
373-
version "7.7.4"
374-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
375-
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
382+
"@babel/[email protected].7", "@babel/plugin-proposal-object-rest-spread@^7.7.7":
383+
version "7.7.7"
384+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
385+
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
376386
dependencies:
377387
"@babel/helper-plugin-utils" "^7.0.0"
378388
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
@@ -385,10 +395,10 @@
385395
"@babel/helper-plugin-utils" "^7.0.0"
386396
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
387397

388-
"@babel/plugin-proposal-unicode-property-regex@^7.7.4":
389-
version "7.7.4"
390-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
391-
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
398+
"@babel/plugin-proposal-unicode-property-regex@^7.7.7":
399+
version "7.7.7"
400+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e"
401+
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==
392402
dependencies:
393403
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
394404
"@babel/helper-plugin-utils" "^7.0.0"
@@ -508,10 +518,10 @@
508518
dependencies:
509519
"@babel/helper-plugin-utils" "^7.0.0"
510520

511-
"@babel/plugin-transform-dotall-regex@^7.7.4":
512-
version "7.7.4"
513-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
514-
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
521+
"@babel/plugin-transform-dotall-regex@^7.7.7":
522+
version "7.7.7"
523+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b"
524+
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==
515525
dependencies:
516526
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
517527
"@babel/helper-plugin-utils" "^7.0.0"
@@ -618,10 +628,10 @@
618628
"@babel/helper-plugin-utils" "^7.0.0"
619629
"@babel/helper-replace-supers" "^7.7.4"
620630

621-
"@babel/plugin-transform-parameters@^7.7.4":
622-
version "7.7.4"
623-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
624-
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
631+
"@babel/plugin-transform-parameters@^7.7.7":
632+
version "7.7.7"
633+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007"
634+
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==
625635
dependencies:
626636
"@babel/helper-call-delegate" "^7.7.4"
627637
"@babel/helper-get-function-arity" "^7.7.4"
@@ -702,19 +712,19 @@
702712
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
703713
"@babel/helper-plugin-utils" "^7.0.0"
704714

705-
"@babel/[email protected].6":
706-
version "7.7.6"
707-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
708-
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
715+
"@babel/[email protected].7":
716+
version "7.7.7"
717+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac"
718+
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==
709719
dependencies:
710720
"@babel/helper-module-imports" "^7.7.4"
711721
"@babel/helper-plugin-utils" "^7.0.0"
712722
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
713723
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
714724
"@babel/plugin-proposal-json-strings" "^7.7.4"
715-
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
725+
"@babel/plugin-proposal-object-rest-spread" "^7.7.7"
716726
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
717-
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
727+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7"
718728
"@babel/plugin-syntax-async-generators" "^7.7.4"
719729
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
720730
"@babel/plugin-syntax-json-strings" "^7.7.4"
@@ -728,7 +738,7 @@
728738
"@babel/plugin-transform-classes" "^7.7.4"
729739
"@babel/plugin-transform-computed-properties" "^7.7.4"
730740
"@babel/plugin-transform-destructuring" "^7.7.4"
731-
"@babel/plugin-transform-dotall-regex" "^7.7.4"
741+
"@babel/plugin-transform-dotall-regex" "^7.7.7"
732742
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
733743
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
734744
"@babel/plugin-transform-for-of" "^7.7.4"
@@ -742,7 +752,7 @@
742752
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
743753
"@babel/plugin-transform-new-target" "^7.7.4"
744754
"@babel/plugin-transform-object-super" "^7.7.4"
745-
"@babel/plugin-transform-parameters" "^7.7.4"
755+
"@babel/plugin-transform-parameters" "^7.7.7"
746756
"@babel/plugin-transform-property-literals" "^7.7.4"
747757
"@babel/plugin-transform-regenerator" "^7.7.5"
748758
"@babel/plugin-transform-reserved-words" "^7.7.4"
@@ -754,15 +764,15 @@
754764
"@babel/plugin-transform-unicode-regex" "^7.7.4"
755765
"@babel/types" "^7.7.4"
756766
browserslist "^4.6.0"
757-
core-js-compat "^3.4.7"
767+
core-js-compat "^3.6.0"
758768
invariant "^2.2.2"
759769
js-levenshtein "^1.1.3"
760770
semver "^5.5.0"
761771

762-
"@babel/[email protected].4":
763-
version "7.7.4"
764-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.4.tgz#780059a78e6fa7f7a4c87f027292a86b31ce080a"
765-
integrity sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w==
772+
"@babel/[email protected].7":
773+
version "7.7.7"
774+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.7.tgz#69ddea54e8b4e491ccbf94147e673b2ac6e11e2e"
775+
integrity sha512-Apg0sCTovsSA+pEaI8efnA44b9x4X/7z4P8vsWMiN8rSUaM4y4+Shl5NMWnMl6njvt96+CEb6jwpXAKYAVCSQA==
766776
dependencies:
767777
"@babel/helper-plugin-utils" "^7.0.0"
768778
"@babel/plugin-transform-typescript" "^7.7.4"
@@ -1877,7 +1887,7 @@ browserslist@^4.6.0:
18771887
electron-to-chromium "^1.3.150"
18781888
node-releases "^1.1.23"
18791889

1880-
browserslist@^4.8.0:
1890+
browserslist@^4.8.2:
18811891
version "4.8.2"
18821892
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
18831893
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
@@ -2494,13 +2504,13 @@ copy-descriptor@^0.1.0:
24942504
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
24952505
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
24962506

2497-
core-js-compat@^3.4.7:
2498-
version "3.4.7"
2499-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611"
2500-
integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==
2507+
core-js-compat@^3.6.0:
2508+
version "3.6.0"
2509+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9"
2510+
integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg==
25012511
dependencies:
2502-
browserslist "^4.8.0"
2503-
semver "^6.3.0"
2512+
browserslist "^4.8.2"
2513+
semver "7.0.0"
25042514

25052515
25062516
version "3.4.0"
@@ -6758,6 +6768,11 @@ schema-utils@^1.0.0:
67586768
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
67596769
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
67606770

6771+
6772+
version "7.0.0"
6773+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
6774+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
6775+
67616776
semver@^5.6.0:
67626777
version "5.7.0"
67636778
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"

0 commit comments

Comments
 (0)