Skip to content

Commit c959888

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.10
1 parent 9c072b0 commit c959888

File tree

2 files changed

+89
-46
lines changed

2 files changed

+89
-46
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"@aureooms/js-heap-spec": "15.0.3",
34-
"@babel/cli": "7.12.8",
35-
"@babel/core": "7.12.9",
36-
"@babel/preset-env": "7.12.7",
37-
"@babel/register": "7.12.1",
34+
"@babel/cli": "7.12.10",
35+
"@babel/core": "7.12.10",
36+
"@babel/preset-env": "7.12.10",
37+
"@babel/register": "7.12.10",
3838
"ava": "3.14.0",
3939
"coveralls": "3.1.0",
4040
"esdoc": "1.1.0",

yarn.lock

Lines changed: 85 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
5252
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
5353

54-
"@babel/[email protected].8":
55-
version "7.12.8"
56-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430"
57-
integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==
54+
"@babel/[email protected].10":
55+
version "7.12.10"
56+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10.tgz#67a1015b1cd505bde1696196febf910c4c339a48"
57+
integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ==
5858
dependencies:
5959
commander "^4.0.1"
6060
convert-source-map "^1.1.0"
@@ -85,25 +85,24 @@
8585
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
8686
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
8787

88-
"@babel/[email protected].9":
89-
version "7.12.9"
90-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
91-
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
88+
"@babel/[email protected].10":
89+
version "7.12.10"
90+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
91+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
9292
dependencies:
9393
"@babel/code-frame" "^7.10.4"
94-
"@babel/generator" "^7.12.5"
94+
"@babel/generator" "^7.12.10"
9595
"@babel/helper-module-transforms" "^7.12.1"
9696
"@babel/helpers" "^7.12.5"
97-
"@babel/parser" "^7.12.7"
97+
"@babel/parser" "^7.12.10"
9898
"@babel/template" "^7.12.7"
99-
"@babel/traverse" "^7.12.9"
100-
"@babel/types" "^7.12.7"
99+
"@babel/traverse" "^7.12.10"
100+
"@babel/types" "^7.12.10"
101101
convert-source-map "^1.7.0"
102102
debug "^4.1.0"
103103
gensync "^1.0.0-beta.1"
104104
json5 "^2.1.2"
105105
lodash "^4.17.19"
106-
resolve "^1.3.2"
107106
semver "^5.4.1"
108107
source-map "^0.5.0"
109108

@@ -138,6 +137,15 @@
138137
jsesc "^2.5.1"
139138
source-map "^0.5.0"
140139

140+
"@babel/generator@^7.12.10":
141+
version "7.12.10"
142+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
143+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
144+
dependencies:
145+
"@babel/types" "^7.12.10"
146+
jsesc "^2.5.1"
147+
source-map "^0.5.0"
148+
141149
"@babel/helper-annotate-as-pure@^7.10.4":
142150
version "7.10.4"
143151
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -353,6 +361,11 @@
353361
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
354362
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
355363

364+
"@babel/parser@^7.12.10":
365+
version "7.12.10"
366+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
367+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
368+
356369
"@babel/parser@^7.12.7":
357370
version "7.12.7"
358371
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -776,10 +789,10 @@
776789
dependencies:
777790
"@babel/helper-plugin-utils" "^7.10.4"
778791

779-
"@babel/plugin-transform-typeof-symbol@^7.12.1":
780-
version "7.12.1"
781-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
782-
integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
792+
"@babel/plugin-transform-typeof-symbol@^7.12.10":
793+
version "7.12.10"
794+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b"
795+
integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==
783796
dependencies:
784797
"@babel/helper-plugin-utils" "^7.10.4"
785798

@@ -798,10 +811,10 @@
798811
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
799812
"@babel/helper-plugin-utils" "^7.10.4"
800813

801-
"@babel/[email protected].7":
802-
version "7.12.7"
803-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
804-
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
814+
"@babel/[email protected].10":
815+
version "7.12.10"
816+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab"
817+
integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==
805818
dependencies:
806819
"@babel/compat-data" "^7.12.7"
807820
"@babel/helper-compilation-targets" "^7.12.5"
@@ -862,12 +875,12 @@
862875
"@babel/plugin-transform-spread" "^7.12.1"
863876
"@babel/plugin-transform-sticky-regex" "^7.12.7"
864877
"@babel/plugin-transform-template-literals" "^7.12.1"
865-
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
878+
"@babel/plugin-transform-typeof-symbol" "^7.12.10"
866879
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
867880
"@babel/plugin-transform-unicode-regex" "^7.12.1"
868881
"@babel/preset-modules" "^0.1.3"
869-
"@babel/types" "^7.12.7"
870-
core-js-compat "^3.7.0"
882+
"@babel/types" "^7.12.10"
883+
core-js-compat "^3.8.0"
871884
semver "^5.5.0"
872885

873886
"@babel/preset-modules@^0.1.3":
@@ -881,10 +894,10 @@
881894
"@babel/types" "^7.4.4"
882895
esutils "^2.0.2"
883896

884-
"@babel/[email protected].1":
885-
version "7.12.1"
886-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.1.tgz#cdb087bdfc4f7241c03231f22e15d211acf21438"
887-
integrity sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==
897+
"@babel/[email protected].10":
898+
version "7.12.10"
899+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.10.tgz#19b87143f17128af4dbe7af54c735663b3999f60"
900+
integrity sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==
888901
dependencies:
889902
find-cache-dir "^2.0.0"
890903
lodash "^4.17.19"
@@ -932,17 +945,17 @@
932945
globals "^11.1.0"
933946
lodash "^4.17.19"
934947

935-
"@babel/traverse@^7.12.9":
936-
version "7.12.9"
937-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
938-
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
948+
"@babel/traverse@^7.12.10":
949+
version "7.12.10"
950+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
951+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
939952
dependencies:
940953
"@babel/code-frame" "^7.10.4"
941-
"@babel/generator" "^7.12.5"
954+
"@babel/generator" "^7.12.10"
942955
"@babel/helper-function-name" "^7.10.4"
943956
"@babel/helper-split-export-declaration" "^7.11.0"
944-
"@babel/parser" "^7.12.7"
945-
"@babel/types" "^7.12.7"
957+
"@babel/parser" "^7.12.10"
958+
"@babel/types" "^7.12.10"
946959
debug "^4.1.0"
947960
globals "^11.1.0"
948961
lodash "^4.17.19"
@@ -956,6 +969,15 @@
956969
lodash "^4.17.19"
957970
to-fast-properties "^2.0.0"
958971

972+
"@babel/types@^7.12.10":
973+
version "7.12.10"
974+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
975+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
976+
dependencies:
977+
"@babel/helper-validator-identifier" "^7.10.4"
978+
lodash "^4.17.19"
979+
to-fast-properties "^2.0.0"
980+
959981
"@babel/types@^7.12.7":
960982
version "7.12.7"
961983
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -1888,7 +1910,7 @@ browserify-zlib@^0.2.0:
18881910
dependencies:
18891911
pako "~1.0.5"
18901912

1891-
browserslist@^4.14.5, browserslist@^4.14.6:
1913+
browserslist@^4.14.5:
18921914
version "4.14.7"
18931915
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
18941916
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
@@ -1899,6 +1921,17 @@ browserslist@^4.14.5, browserslist@^4.14.6:
18991921
escalade "^3.1.1"
19001922
node-releases "^1.1.66"
19011923

1924+
browserslist@^4.15.0:
1925+
version "4.15.0"
1926+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.15.0.tgz#3d48bbca6a3f378e86102ffd017d9a03f122bdb0"
1927+
integrity sha512-IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ==
1928+
dependencies:
1929+
caniuse-lite "^1.0.30001164"
1930+
colorette "^1.2.1"
1931+
electron-to-chromium "^1.3.612"
1932+
escalade "^3.1.1"
1933+
node-releases "^1.1.67"
1934+
19021935
buf-compare@^1.0.0:
19031936
version "1.0.1"
19041937
resolved "https://registry.yarnpkg.com/buf-compare/-/buf-compare-1.0.1.tgz#fef28da8b8113a0a0db4430b0b6467b69730b34a"
@@ -2029,6 +2062,11 @@ caniuse-lite@^1.0.30001157:
20292062
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
20302063
integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
20312064

2065+
caniuse-lite@^1.0.30001164:
2066+
version "1.0.30001165"
2067+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f"
2068+
integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA==
2069+
20322070
caseless@~0.12.0:
20332071
version "0.12.0"
20342072
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2429,12 +2467,12 @@ core-assert@^0.2.0:
24292467
buf-compare "^1.0.0"
24302468
is-error "^2.2.0"
24312469

2432-
core-js-compat@^3.7.0:
2433-
version "3.7.0"
2434-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
2435-
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
2470+
core-js-compat@^3.8.0:
2471+
version "3.8.1"
2472+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
2473+
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==
24362474
dependencies:
2437-
browserslist "^4.14.6"
2475+
browserslist "^4.15.0"
24382476
semver "7.0.0"
24392477

24402478
core-js@^2.4.0:
@@ -2867,6 +2905,11 @@ electron-to-chromium@^1.3.591:
28672905
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz#1b71bec27fb940eccd79245f6824c63d5f7e8abf"
28682906
integrity sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ==
28692907

2908+
electron-to-chromium@^1.3.612:
2909+
version "1.3.621"
2910+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.621.tgz#0bbe2100ef0b28f88d0b1101fbdf433312f69be0"
2911+
integrity sha512-FeIuBzArONbAmKmZIsZIFGu/Gc9AVGlVeVbhCq+G2YIl6QkT0TDn2HKN/FMf1btXEB9kEmIuQf3/lBTVAbmFOg==
2912+
28702913
elegant-spinner@^1.0.1:
28712914
version "1.0.1"
28722915
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -5683,7 +5726,7 @@ node-preload@^0.2.1:
56835726
dependencies:
56845727
process-on-spawn "^1.0.0"
56855728

5686-
node-releases@^1.1.66:
5729+
node-releases@^1.1.66, node-releases@^1.1.67:
56875730
version "1.1.67"
56885731
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
56895732
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==

0 commit comments

Comments
 (0)