Skip to content

Commit 1f89a25

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.9.6
1 parent a217d80 commit 1f89a25

File tree

2 files changed

+117
-47
lines changed

2 files changed

+117
-47
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@aureooms/js-itertools": "4.0.0",
3535
"@aureooms/js-random": "2.0.0",
3636
"@babel/cli": "7.8.4",
37-
"@babel/core": "7.9.0",
37+
"@babel/core": "7.9.6",
3838
"@babel/polyfill": "7.8.7",
39-
"@babel/preset-env": "7.9.5",
39+
"@babel/preset-env": "7.9.6",
4040
"@babel/register": "7.9.0",
4141
"ava": "3.8.1",
4242
"coveralls": "3.1.0",

yarn.lock

+115-45
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,38 @@
5555
dependencies:
5656
"@babel/highlight" "^7.8.3"
5757

58-
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
59-
version "7.9.0"
60-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c"
61-
integrity sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g==
58+
"@babel/compat-data@^7.9.6":
59+
version "7.9.6"
60+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b"
61+
integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==
6262
dependencies:
63-
browserslist "^4.9.1"
63+
browserslist "^4.11.1"
6464
invariant "^2.2.4"
6565
semver "^5.5.0"
6666

67-
"@babel/[email protected]", "@babel/core@^7.7.5":
67+
68+
version "7.9.6"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
70+
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
71+
dependencies:
72+
"@babel/code-frame" "^7.8.3"
73+
"@babel/generator" "^7.9.6"
74+
"@babel/helper-module-transforms" "^7.9.0"
75+
"@babel/helpers" "^7.9.6"
76+
"@babel/parser" "^7.9.6"
77+
"@babel/template" "^7.8.6"
78+
"@babel/traverse" "^7.9.6"
79+
"@babel/types" "^7.9.6"
80+
convert-source-map "^1.7.0"
81+
debug "^4.1.0"
82+
gensync "^1.0.0-beta.1"
83+
json5 "^2.1.2"
84+
lodash "^4.17.13"
85+
resolve "^1.3.2"
86+
semver "^5.4.1"
87+
source-map "^0.5.0"
88+
89+
"@babel/core@^7.7.5":
6890
version "7.9.0"
6991
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
7092
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
@@ -96,6 +118,16 @@
96118
lodash "^4.17.13"
97119
source-map "^0.5.0"
98120

121+
"@babel/generator@^7.9.6":
122+
version "7.9.6"
123+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
124+
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
125+
dependencies:
126+
"@babel/types" "^7.9.6"
127+
jsesc "^2.5.1"
128+
lodash "^4.17.13"
129+
source-map "^0.5.0"
130+
99131
"@babel/helper-annotate-as-pure@^7.8.3":
100132
version "7.8.3"
101133
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -111,13 +143,13 @@
111143
"@babel/helper-explode-assignable-expression" "^7.8.3"
112144
"@babel/types" "^7.8.3"
113145

114-
"@babel/helper-compilation-targets@^7.8.7":
115-
version "7.8.7"
116-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
117-
integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==
146+
"@babel/helper-compilation-targets@^7.9.6":
147+
version "7.9.6"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a"
149+
integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==
118150
dependencies:
119-
"@babel/compat-data" "^7.8.6"
120-
browserslist "^4.9.1"
151+
"@babel/compat-data" "^7.9.6"
152+
browserslist "^4.11.1"
121153
invariant "^2.2.4"
122154
levenary "^1.1.1"
123155
semver "^5.5.0"
@@ -277,6 +309,15 @@
277309
"@babel/traverse" "^7.9.0"
278310
"@babel/types" "^7.9.0"
279311

312+
"@babel/helpers@^7.9.6":
313+
version "7.9.6"
314+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
315+
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
316+
dependencies:
317+
"@babel/template" "^7.8.3"
318+
"@babel/traverse" "^7.9.6"
319+
"@babel/types" "^7.9.6"
320+
280321
"@babel/highlight@^7.8.3":
281322
version "7.9.0"
282323
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
@@ -291,6 +332,11 @@
291332
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
292333
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
293334

335+
"@babel/parser@^7.9.6":
336+
version "7.9.6"
337+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
338+
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
339+
294340
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
295341
version "7.8.3"
296342
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -332,10 +378,10 @@
332378
"@babel/helper-plugin-utils" "^7.8.3"
333379
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
334380

335-
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
336-
version "7.9.5"
337-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
338-
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
381+
"@babel/plugin-proposal-object-rest-spread@^7.9.6":
382+
version "7.9.6"
383+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63"
384+
integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==
339385
dependencies:
340386
"@babel/helper-plugin-utils" "^7.8.3"
341387
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -539,34 +585,34 @@
539585
dependencies:
540586
"@babel/helper-plugin-utils" "^7.8.3"
541587

542-
"@babel/plugin-transform-modules-amd@^7.9.0":
543-
version "7.9.0"
544-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.0.tgz#19755ee721912cf5bb04c07d50280af3484efef4"
545-
integrity sha512-vZgDDF003B14O8zJy0XXLnPH4sg+9X5hFBBGN1V+B2rgrB+J2xIypSN6Rk9imB2hSTHQi5OHLrFWsZab1GMk+Q==
588+
"@babel/plugin-transform-modules-amd@^7.9.6":
589+
version "7.9.6"
590+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e"
591+
integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==
546592
dependencies:
547593
"@babel/helper-module-transforms" "^7.9.0"
548594
"@babel/helper-plugin-utils" "^7.8.3"
549-
babel-plugin-dynamic-import-node "^2.3.0"
595+
babel-plugin-dynamic-import-node "^2.3.3"
550596

551-
"@babel/plugin-transform-modules-commonjs@^7.9.0":
552-
version "7.9.0"
553-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940"
554-
integrity sha512-qzlCrLnKqio4SlgJ6FMMLBe4bySNis8DFn1VkGmOcxG9gqEyPIOzeQrA//u0HAKrWpJlpZbZMPB1n/OPa4+n8g==
597+
"@babel/plugin-transform-modules-commonjs@^7.9.6":
598+
version "7.9.6"
599+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277"
600+
integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==
555601
dependencies:
556602
"@babel/helper-module-transforms" "^7.9.0"
557603
"@babel/helper-plugin-utils" "^7.8.3"
558604
"@babel/helper-simple-access" "^7.8.3"
559-
babel-plugin-dynamic-import-node "^2.3.0"
605+
babel-plugin-dynamic-import-node "^2.3.3"
560606

561-
"@babel/plugin-transform-modules-systemjs@^7.9.0":
562-
version "7.9.0"
563-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90"
564-
integrity sha512-FsiAv/nao/ud2ZWy4wFacoLOm5uxl0ExSQ7ErvP7jpoihLR6Cq90ilOFyX9UXct3rbtKsAiZ9kFt5XGfPe/5SQ==
607+
"@babel/plugin-transform-modules-systemjs@^7.9.6":
608+
version "7.9.6"
609+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4"
610+
integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==
565611
dependencies:
566612
"@babel/helper-hoist-variables" "^7.8.3"
567613
"@babel/helper-module-transforms" "^7.9.0"
568614
"@babel/helper-plugin-utils" "^7.8.3"
569-
babel-plugin-dynamic-import-node "^2.3.0"
615+
babel-plugin-dynamic-import-node "^2.3.3"
570616

571617
"@babel/plugin-transform-modules-umd@^7.9.0":
572618
version "7.9.0"
@@ -680,21 +726,21 @@
680726
core-js "^2.6.5"
681727
regenerator-runtime "^0.13.4"
682728

683-
"@babel/[email protected].5":
684-
version "7.9.5"
685-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
686-
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
729+
"@babel/[email protected].6":
730+
version "7.9.6"
731+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6"
732+
integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==
687733
dependencies:
688-
"@babel/compat-data" "^7.9.0"
689-
"@babel/helper-compilation-targets" "^7.8.7"
734+
"@babel/compat-data" "^7.9.6"
735+
"@babel/helper-compilation-targets" "^7.9.6"
690736
"@babel/helper-module-imports" "^7.8.3"
691737
"@babel/helper-plugin-utils" "^7.8.3"
692738
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
693739
"@babel/plugin-proposal-dynamic-import" "^7.8.3"
694740
"@babel/plugin-proposal-json-strings" "^7.8.3"
695741
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
696742
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
697-
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
743+
"@babel/plugin-proposal-object-rest-spread" "^7.9.6"
698744
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
699745
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
700746
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -721,9 +767,9 @@
721767
"@babel/plugin-transform-function-name" "^7.8.3"
722768
"@babel/plugin-transform-literals" "^7.8.3"
723769
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
724-
"@babel/plugin-transform-modules-amd" "^7.9.0"
725-
"@babel/plugin-transform-modules-commonjs" "^7.9.0"
726-
"@babel/plugin-transform-modules-systemjs" "^7.9.0"
770+
"@babel/plugin-transform-modules-amd" "^7.9.6"
771+
"@babel/plugin-transform-modules-commonjs" "^7.9.6"
772+
"@babel/plugin-transform-modules-systemjs" "^7.9.6"
727773
"@babel/plugin-transform-modules-umd" "^7.9.0"
728774
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
729775
"@babel/plugin-transform-new-target" "^7.8.3"
@@ -739,8 +785,8 @@
739785
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
740786
"@babel/plugin-transform-unicode-regex" "^7.8.3"
741787
"@babel/preset-modules" "^0.1.3"
742-
"@babel/types" "^7.9.5"
743-
browserslist "^4.9.1"
788+
"@babel/types" "^7.9.6"
789+
browserslist "^4.11.1"
744790
core-js-compat "^3.6.2"
745791
invariant "^2.2.2"
746792
levenary "^1.1.1"
@@ -799,6 +845,21 @@
799845
globals "^11.1.0"
800846
lodash "^4.17.13"
801847

848+
"@babel/traverse@^7.9.6":
849+
version "7.9.6"
850+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
851+
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
852+
dependencies:
853+
"@babel/code-frame" "^7.8.3"
854+
"@babel/generator" "^7.9.6"
855+
"@babel/helper-function-name" "^7.9.5"
856+
"@babel/helper-split-export-declaration" "^7.8.3"
857+
"@babel/parser" "^7.9.6"
858+
"@babel/types" "^7.9.6"
859+
debug "^4.1.0"
860+
globals "^11.1.0"
861+
lodash "^4.17.13"
862+
802863
"@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":
803864
version "7.9.5"
804865
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -808,6 +869,15 @@
808869
lodash "^4.17.13"
809870
to-fast-properties "^2.0.0"
810871

872+
"@babel/types@^7.9.6":
873+
version "7.9.6"
874+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
875+
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
876+
dependencies:
877+
"@babel/helper-validator-identifier" "^7.9.5"
878+
lodash "^4.17.13"
879+
to-fast-properties "^2.0.0"
880+
811881
"@concordance/react@^2.0.0":
812882
version "2.0.0"
813883
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -1275,7 +1345,7 @@ babel-messages@^6.23.0, babel-messages@^6.8.0:
12751345
dependencies:
12761346
babel-runtime "^6.22.0"
12771347

1278-
babel-plugin-dynamic-import-node@^2.3.0:
1348+
babel-plugin-dynamic-import-node@^2.3.3:
12791349
version "2.3.3"
12801350
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
12811351
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
@@ -1417,7 +1487,7 @@ braces@^3.0.1, braces@~3.0.2:
14171487
dependencies:
14181488
fill-range "^7.0.1"
14191489

1420-
browserslist@^4.8.5, browserslist@^4.9.1:
1490+
browserslist@^4.11.1, browserslist@^4.8.5:
14211491
version "4.12.0"
14221492
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.12.0.tgz#06c6d5715a1ede6c51fc39ff67fd647f740b656d"
14231493
integrity sha512-UH2GkcEDSI0k/lRkuDSzFl9ZZ87skSy9w2XAn1MsZnL+4c4rqbBd3e82UWHbYDpztABrPBhZsTEeuxVfHppqDg==

0 commit comments

Comments
 (0)