Skip to content

Commit b6eac1d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.13.10
1 parent e29b3a4 commit b6eac1d

File tree

2 files changed

+47
-28
lines changed

2 files changed

+47
-28
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"@aureooms/js-array": "4.0.0",
3535
"@aureooms/js-compare": "1.4.8",
3636
"@aureooms/js-functools": "2.0.3",
37-
"@babel/cli": "7.13.0",
38-
"@babel/core": "7.13.8",
37+
"@babel/cli": "7.13.10",
38+
"@babel/core": "7.13.10",
3939
"@babel/polyfill": "7.12.1",
40-
"@babel/preset-env": "7.13.9",
40+
"@babel/preset-env": "7.13.10",
4141
"@babel/register": "7.13.8",
4242
"ava": "3.15.0",
4343
"coveralls": "3.1.0",

yarn.lock

+44-25
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@aureooms/js-collections-deque" "^4.0.1"
3838
"@aureooms/js-error" "^4.0.1"
3939

40-
"@babel/[email protected].0":
41-
version "7.13.0"
42-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
43-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
40+
"@babel/[email protected].10":
41+
version "7.13.10"
42+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
43+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
4444
dependencies:
4545
commander "^4.0.1"
4646
convert-source-map "^1.1.0"
@@ -78,17 +78,17 @@
7878
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
7979
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
8080

81-
"@babel/[email protected].8":
82-
version "7.13.8"
83-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
84-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
81+
"@babel/[email protected].10":
82+
version "7.13.10"
83+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
84+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
8585
dependencies:
8686
"@babel/code-frame" "^7.12.13"
87-
"@babel/generator" "^7.13.0"
88-
"@babel/helper-compilation-targets" "^7.13.8"
87+
"@babel/generator" "^7.13.9"
88+
"@babel/helper-compilation-targets" "^7.13.10"
8989
"@babel/helper-module-transforms" "^7.13.0"
90-
"@babel/helpers" "^7.13.0"
91-
"@babel/parser" "^7.13.4"
90+
"@babel/helpers" "^7.13.10"
91+
"@babel/parser" "^7.13.10"
9292
"@babel/template" "^7.12.13"
9393
"@babel/traverse" "^7.13.0"
9494
"@babel/types" "^7.13.0"
@@ -140,6 +140,15 @@
140140
jsesc "^2.5.1"
141141
source-map "^0.5.0"
142142

143+
"@babel/generator@^7.13.9":
144+
version "7.13.9"
145+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
146+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
147+
dependencies:
148+
"@babel/types" "^7.13.0"
149+
jsesc "^2.5.1"
150+
source-map "^0.5.0"
151+
143152
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
144153
version "7.9.5"
145154
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -182,6 +191,16 @@
182191
browserslist "^4.14.5"
183192
semver "7.0.0"
184193

194+
"@babel/helper-compilation-targets@^7.13.10":
195+
version "7.13.10"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
197+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
198+
dependencies:
199+
"@babel/compat-data" "^7.13.8"
200+
"@babel/helper-validator-option" "^7.12.17"
201+
browserslist "^4.14.5"
202+
semver "^6.3.0"
203+
185204
"@babel/helper-compilation-targets@^7.13.8":
186205
version "7.13.8"
187206
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -490,10 +509,10 @@
490509
"@babel/traverse" "^7.13.0"
491510
"@babel/types" "^7.13.0"
492511

493-
"@babel/helpers@^7.13.0":
494-
version "7.13.0"
495-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
496-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
512+
"@babel/helpers@^7.13.10":
513+
version "7.13.10"
514+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
515+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
497516
dependencies:
498517
"@babel/template" "^7.12.13"
499518
"@babel/traverse" "^7.13.0"
@@ -536,10 +555,10 @@
536555
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
537556
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
538557

539-
"@babel/parser@^7.13.4":
540-
version "7.13.4"
541-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
542-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
558+
"@babel/parser@^7.13.10":
559+
version "7.13.10"
560+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
561+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
543562

544563
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
545564
version "7.9.4"
@@ -1011,13 +1030,13 @@
10111030
core-js "^2.6.5"
10121031
regenerator-runtime "^0.13.4"
10131032

1014-
"@babel/[email protected].9":
1015-
version "7.13.9"
1016-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1017-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1033+
"@babel/[email protected].10":
1034+
version "7.13.10"
1035+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1036+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10181037
dependencies:
10191038
"@babel/compat-data" "^7.13.8"
1020-
"@babel/helper-compilation-targets" "^7.13.8"
1039+
"@babel/helper-compilation-targets" "^7.13.10"
10211040
"@babel/helper-plugin-utils" "^7.13.0"
10221041
"@babel/helper-validator-option" "^7.12.17"
10231042
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)