Skip to content

Commit 203df8e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.10
1 parent 4c7fd4b commit 203df8e

File tree

2 files changed

+89
-30
lines changed

2 files changed

+89
-30
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
"@aureooms/js-itertools": "4.1.0",
8484
"@aureooms/js-random": "2.0.0",
8585
"@aureooms/js-sort": "7.0.0",
86-
"@babel/cli": "7.12.8",
87-
"@babel/core": "7.12.9",
88-
"@babel/preset-env": "7.12.7",
89-
"@babel/register": "7.12.1",
86+
"@babel/cli": "7.12.10",
87+
"@babel/core": "7.12.10",
88+
"@babel/preset-env": "7.12.10",
89+
"@babel/register": "7.12.10",
9090
"ava": "3.14.0",
9191
"babel-plugin-transform-remove-console": "6.9.4",
9292
"babel-plugin-unassert": "3.0.1",

yarn.lock

Lines changed: 85 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
resolved "https://registry.yarnpkg.com/@aureooms/js-sort/-/js-sort-7.0.0.tgz#db3c8b93acd93ee0500462b2cec29239c3deb34d"
4848
integrity sha1-2zyLk6zZPuBQBGKyzsKSOcPes00=
4949

50-
"@babel/cli@7.12.8":
51-
version "7.12.8"
52-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430"
53-
integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==
50+
"@babel/cli@7.12.10":
51+
version "7.12.10"
52+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10.tgz#67a1015b1cd505bde1696196febf910c4c339a48"
53+
integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ==
5454
dependencies:
5555
commander "^4.0.1"
5656
convert-source-map "^1.1.0"
@@ -76,7 +76,28 @@
7676
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
7777
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
7878

79-
"@babel/core@7.12.9", "@babel/core@^7.7.5":
79+
"@babel/core@7.12.10":
80+
version "7.12.10"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
82+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
83+
dependencies:
84+
"@babel/code-frame" "^7.10.4"
85+
"@babel/generator" "^7.12.10"
86+
"@babel/helper-module-transforms" "^7.12.1"
87+
"@babel/helpers" "^7.12.5"
88+
"@babel/parser" "^7.12.10"
89+
"@babel/template" "^7.12.7"
90+
"@babel/traverse" "^7.12.10"
91+
"@babel/types" "^7.12.10"
92+
convert-source-map "^1.7.0"
93+
debug "^4.1.0"
94+
gensync "^1.0.0-beta.1"
95+
json5 "^2.1.2"
96+
lodash "^4.17.19"
97+
semver "^5.4.1"
98+
source-map "^0.5.0"
99+
100+
"@babel/core@^7.7.5":
80101
version "7.12.9"
81102
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
82103
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
@@ -107,6 +128,15 @@
107128
jsesc "^2.5.1"
108129
source-map "^0.5.0"
109130

131+
"@babel/generator@^7.12.10":
132+
version "7.12.10"
133+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
134+
integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
135+
dependencies:
136+
"@babel/types" "^7.12.10"
137+
jsesc "^2.5.1"
138+
source-map "^0.5.0"
139+
110140
"@babel/helper-annotate-as-pure@^7.10.4":
111141
version "7.10.4"
112142
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -314,6 +344,11 @@
314344
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
315345
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
316346

347+
"@babel/parser@^7.12.10":
348+
version "7.12.10"
349+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
350+
integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
351+
317352
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
318353
version "7.12.1"
319354
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -732,10 +767,10 @@
732767
dependencies:
733768
"@babel/helper-plugin-utils" "^7.10.4"
734769

735-
"@babel/plugin-transform-typeof-symbol@^7.12.1":
736-
version "7.12.1"
737-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
738-
integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
770+
"@babel/plugin-transform-typeof-symbol@^7.12.10":
771+
version "7.12.10"
772+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b"
773+
integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==
739774
dependencies:
740775
"@babel/helper-plugin-utils" "^7.10.4"
741776

@@ -754,10 +789,10 @@
754789
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
755790
"@babel/helper-plugin-utils" "^7.10.4"
756791

757-
"@babel/preset-env@7.12.7":
758-
version "7.12.7"
759-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
760-
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
792+
"@babel/preset-env@7.12.10":
793+
version "7.12.10"
794+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab"
795+
integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==
761796
dependencies:
762797
"@babel/compat-data" "^7.12.7"
763798
"@babel/helper-compilation-targets" "^7.12.5"
@@ -818,12 +853,12 @@
818853
"@babel/plugin-transform-spread" "^7.12.1"
819854
"@babel/plugin-transform-sticky-regex" "^7.12.7"
820855
"@babel/plugin-transform-template-literals" "^7.12.1"
821-
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
856+
"@babel/plugin-transform-typeof-symbol" "^7.12.10"
822857
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
823858
"@babel/plugin-transform-unicode-regex" "^7.12.1"
824859
"@babel/preset-modules" "^0.1.3"
825-
"@babel/types" "^7.12.7"
826-
core-js-compat "^3.7.0"
860+
"@babel/types" "^7.12.10"
861+
core-js-compat "^3.8.0"
827862
semver "^5.5.0"
828863

829864
"@babel/preset-modules@^0.1.3":
@@ -837,10 +872,10 @@
837872
"@babel/types" "^7.4.4"
838873
esutils "^2.0.2"
839874

840-
"@babel/register@7.12.1":
841-
version "7.12.1"
842-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.1.tgz#cdb087bdfc4f7241c03231f22e15d211acf21438"
843-
integrity sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==
875+
"@babel/register@7.12.10":
876+
version "7.12.10"
877+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.10.tgz#19b87143f17128af4dbe7af54c735663b3999f60"
878+
integrity sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==
844879
dependencies:
845880
find-cache-dir "^2.0.0"
846881
lodash "^4.17.19"
@@ -879,6 +914,21 @@
879914
globals "^11.1.0"
880915
lodash "^4.17.19"
881916

917+
"@babel/traverse@^7.12.10":
918+
version "7.12.10"
919+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
920+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
921+
dependencies:
922+
"@babel/code-frame" "^7.10.4"
923+
"@babel/generator" "^7.12.10"
924+
"@babel/helper-function-name" "^7.10.4"
925+
"@babel/helper-split-export-declaration" "^7.11.0"
926+
"@babel/parser" "^7.12.10"
927+
"@babel/types" "^7.12.10"
928+
debug "^4.1.0"
929+
globals "^11.1.0"
930+
lodash "^4.17.19"
931+
882932
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
883933
version "7.12.7"
884934
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -888,6 +938,15 @@
888938
lodash "^4.17.19"
889939
to-fast-properties "^2.0.0"
890940

941+
"@babel/types@^7.12.10":
942+
version "7.12.10"
943+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
944+
integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
945+
dependencies:
946+
"@babel/helper-validator-identifier" "^7.10.4"
947+
lodash "^4.17.19"
948+
to-fast-properties "^2.0.0"
949+
891950
"@concordance/react@^2.0.0":
892951
version "2.0.0"
893952
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"
@@ -1570,7 +1629,7 @@ braces@^3.0.1, braces@~3.0.2:
15701629
dependencies:
15711630
fill-range "^7.0.1"
15721631

1573-
browserslist@^4.14.5, browserslist@^4.14.7:
1632+
browserslist@^4.14.5, browserslist@^4.15.0:
15741633
version "4.15.0"
15751634
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.15.0.tgz#3d48bbca6a3f378e86102ffd017d9a03f122bdb0"
15761635
integrity sha512-IJ1iysdMkGmjjYeRlDU8PQejVwxvVO5QOfXH7ylW31GO6LwNRSmm/SgRXtNsEXqMLl2e+2H5eEJ7sfynF8TCaQ==
@@ -2054,12 +2113,12 @@ copy-descriptor@^0.1.0:
20542113
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
20552114
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
20562115

2057-
core-js-compat@^3.7.0:
2058-
version "3.8.0"
2059-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
2060-
integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
2116+
core-js-compat@^3.8.0:
2117+
version "3.8.1"
2118+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
2119+
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==
20612120
dependencies:
2062-
browserslist "^4.14.7"
2121+
browserslist "^4.15.0"
20632122
semver "7.0.0"
20642123

20652124
core-js@^2.0.0, core-js@^2.4.0:

0 commit comments

Comments
 (0)