Skip to content

Commit 91fdade

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.13.10
1 parent 97f8989 commit 91fdade

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
@@ -80,9 +80,9 @@
8080
"devDependencies": {
8181
"@aureooms/js-itertools": "4.1.0",
8282
"@aureooms/js-random": "2.0.0",
83-
"@babel/cli": "7.13.0",
84-
"@babel/core": "7.13.8",
85-
"@babel/preset-env": "7.13.9",
83+
"@babel/cli": "7.13.10",
84+
"@babel/core": "7.13.10",
85+
"@babel/preset-env": "7.13.10",
8686
"@babel/register": "7.13.8",
8787
"ava": "3.15.0",
8888
"babel-plugin-transform-remove-console": "6.9.4",

‎yarn.lock

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

30-
"@babel/cli@7.13.0":
31-
version "7.13.0"
32-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
33-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
30+
"@babel/cli@7.13.10":
31+
version "7.13.10"
32+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
33+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
3434
dependencies:
3535
commander "^4.0.1"
3636
convert-source-map "^1.1.0"
@@ -68,17 +68,17 @@
6868
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
6969
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
7070

71-
"@babel/core@7.13.8":
72-
version "7.13.8"
73-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
74-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
71+
"@babel/core@7.13.10":
72+
version "7.13.10"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
74+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
7575
dependencies:
7676
"@babel/code-frame" "^7.12.13"
77-
"@babel/generator" "^7.13.0"
78-
"@babel/helper-compilation-targets" "^7.13.8"
77+
"@babel/generator" "^7.13.9"
78+
"@babel/helper-compilation-targets" "^7.13.10"
7979
"@babel/helper-module-transforms" "^7.13.0"
80-
"@babel/helpers" "^7.13.0"
81-
"@babel/parser" "^7.13.4"
80+
"@babel/helpers" "^7.13.10"
81+
"@babel/parser" "^7.13.10"
8282
"@babel/template" "^7.12.13"
8383
"@babel/traverse" "^7.13.0"
8484
"@babel/types" "^7.13.0"
@@ -139,6 +139,15 @@
139139
jsesc "^2.5.1"
140140
source-map "^0.5.0"
141141

142+
"@babel/generator@^7.13.9":
143+
version "7.13.9"
144+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
145+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
146+
dependencies:
147+
"@babel/types" "^7.13.0"
148+
jsesc "^2.5.1"
149+
source-map "^0.5.0"
150+
142151
"@babel/helper-annotate-as-pure@^7.10.4":
143152
version "7.10.4"
144153
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -171,6 +180,16 @@
171180
browserslist "^4.14.5"
172181
semver "7.0.0"
173182

183+
"@babel/helper-compilation-targets@^7.13.10":
184+
version "7.13.10"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
186+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
187+
dependencies:
188+
"@babel/compat-data" "^7.13.8"
189+
"@babel/helper-validator-option" "^7.12.17"
190+
browserslist "^4.14.5"
191+
semver "^6.3.0"
192+
174193
"@babel/helper-compilation-targets@^7.13.8":
175194
version "7.13.8"
176195
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -471,10 +490,10 @@
471490
"@babel/traverse" "^7.12.5"
472491
"@babel/types" "^7.12.5"
473492

474-
"@babel/helpers@^7.13.0":
475-
version "7.13.0"
476-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
477-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
493+
"@babel/helpers@^7.13.10":
494+
version "7.13.10"
495+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
496+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
478497
dependencies:
479498
"@babel/template" "^7.12.13"
480499
"@babel/traverse" "^7.13.0"
@@ -513,10 +532,10 @@
513532
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
514533
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
515534

516-
"@babel/parser@^7.13.4":
517-
version "7.13.9"
518-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
519-
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
535+
"@babel/parser@^7.13.10":
536+
version "7.13.10"
537+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
538+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
520539

521540
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
522541
version "7.13.8"
@@ -975,13 +994,13 @@
975994
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
976995
"@babel/helper-plugin-utils" "^7.12.13"
977996

978-
"@babel/preset-env@7.13.9":
979-
version "7.13.9"
980-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
981-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
997+
"@babel/preset-env@7.13.10":
998+
version "7.13.10"
999+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1000+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
9821001
dependencies:
9831002
"@babel/compat-data" "^7.13.8"
984-
"@babel/helper-compilation-targets" "^7.13.8"
1003+
"@babel/helper-compilation-targets" "^7.13.10"
9851004
"@babel/helper-plugin-utils" "^7.13.0"
9861005
"@babel/helper-validator-option" "^7.12.17"
9871006
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)