Skip to content

Commit d0b8bcb

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

File tree

2 files changed

+47
-28
lines changed

2 files changed

+47
-28
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@aureooms/js-algorithms": "3.0.7",
3636
"@aureooms/js-itertools": "4.1.0",
3737
"@aureooms/js-random": "2.0.0",
38-
"@babel/cli": "7.13.0",
39-
"@babel/core": "7.13.8",
38+
"@babel/cli": "7.13.10",
39+
"@babel/core": "7.13.10",
4040
"@babel/polyfill": "7.12.1",
41-
"@babel/preset-env": "7.13.9",
41+
"@babel/preset-env": "7.13.10",
4242
"@babel/register": "7.13.8",
4343
"ava": "3.15.0",
4444
"coveralls": "3.1.0",

yarn.lock

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
4343
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
4444

45-
"@babel/cli@7.13.0":
46-
version "7.13.0"
47-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
48-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
45+
"@babel/cli@7.13.10":
46+
version "7.13.10"
47+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
48+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
4949
dependencies:
5050
commander "^4.0.1"
5151
convert-source-map "^1.1.0"
@@ -83,17 +83,17 @@
8383
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
8484
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
8585

86-
"@babel/core@7.13.8":
87-
version "7.13.8"
88-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
89-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
86+
"@babel/core@7.13.10":
87+
version "7.13.10"
88+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
89+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
9090
dependencies:
9191
"@babel/code-frame" "^7.12.13"
92-
"@babel/generator" "^7.13.0"
93-
"@babel/helper-compilation-targets" "^7.13.8"
92+
"@babel/generator" "^7.13.9"
93+
"@babel/helper-compilation-targets" "^7.13.10"
9494
"@babel/helper-module-transforms" "^7.13.0"
95-
"@babel/helpers" "^7.13.0"
96-
"@babel/parser" "^7.13.4"
95+
"@babel/helpers" "^7.13.10"
96+
"@babel/parser" "^7.13.10"
9797
"@babel/template" "^7.12.13"
9898
"@babel/traverse" "^7.13.0"
9999
"@babel/types" "^7.13.0"
@@ -145,6 +145,15 @@
145145
jsesc "^2.5.1"
146146
source-map "^0.5.0"
147147

148+
"@babel/generator@^7.13.9":
149+
version "7.13.9"
150+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
151+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
152+
dependencies:
153+
"@babel/types" "^7.13.0"
154+
jsesc "^2.5.1"
155+
source-map "^0.5.0"
156+
148157
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
149158
version "7.9.5"
150159
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -187,6 +196,16 @@
187196
browserslist "^4.14.5"
188197
semver "7.0.0"
189198

199+
"@babel/helper-compilation-targets@^7.13.10":
200+
version "7.13.10"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
202+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
203+
dependencies:
204+
"@babel/compat-data" "^7.13.8"
205+
"@babel/helper-validator-option" "^7.12.17"
206+
browserslist "^4.14.5"
207+
semver "^6.3.0"
208+
190209
"@babel/helper-compilation-targets@^7.13.8":
191210
version "7.13.8"
192211
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -495,10 +514,10 @@
495514
"@babel/traverse" "^7.13.0"
496515
"@babel/types" "^7.13.0"
497516

498-
"@babel/helpers@^7.13.0":
499-
version "7.13.0"
500-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
501-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
517+
"@babel/helpers@^7.13.10":
518+
version "7.13.10"
519+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
520+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
502521
dependencies:
503522
"@babel/template" "^7.12.13"
504523
"@babel/traverse" "^7.13.0"
@@ -541,10 +560,10 @@
541560
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
542561
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
543562

544-
"@babel/parser@^7.13.4":
545-
version "7.13.4"
546-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
547-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
563+
"@babel/parser@^7.13.10":
564+
version "7.13.10"
565+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
566+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
548567

549568
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
550569
version "7.9.4"
@@ -1016,13 +1035,13 @@
10161035
core-js "^2.6.5"
10171036
regenerator-runtime "^0.13.4"
10181037

1019-
"@babel/preset-env@7.13.9":
1020-
version "7.13.9"
1021-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1022-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1038+
"@babel/preset-env@7.13.10":
1039+
version "7.13.10"
1040+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1041+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10231042
dependencies:
10241043
"@babel/compat-data" "^7.13.8"
1025-
"@babel/helper-compilation-targets" "^7.13.8"
1044+
"@babel/helper-compilation-targets" "^7.13.10"
10261045
"@babel/helper-plugin-utils" "^7.13.0"
10271046
"@babel/helper-validator-option" "^7.12.17"
10281047
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)