Skip to content

Commit 3fece87

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.13.10
1 parent 294c061 commit 3fece87

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
@@ -37,10 +37,10 @@
3737
"@aureooms/js-itertools": "4.1.0",
3838
"@aureooms/js-random": "2.0.0",
3939
"@aureooms/js-sort": "7.0.0",
40-
"@babel/cli": "7.13.0",
41-
"@babel/core": "7.13.8",
40+
"@babel/cli": "7.13.10",
41+
"@babel/core": "7.13.10",
4242
"@babel/polyfill": "7.12.1",
43-
"@babel/preset-env": "7.13.9",
43+
"@babel/preset-env": "7.13.10",
4444
"@babel/register": "7.13.8",
4545
"ava": "3.15.0",
4646
"coveralls": "3.1.0",

yarn.lock

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
resolved "https://registry.yarnpkg.com/@aureooms/js-sort/-/js-sort-7.0.0.tgz#db3c8b93acd93ee0500462b2cec29239c3deb34d"
6565
integrity sha1-2zyLk6zZPuBQBGKyzsKSOcPes00=
6666

67-
"@babel/[email protected].0":
68-
version "7.13.0"
69-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
70-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
67+
"@babel/[email protected].10":
68+
version "7.13.10"
69+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
70+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
7171
dependencies:
7272
commander "^4.0.1"
7373
convert-source-map "^1.1.0"
@@ -105,17 +105,17 @@
105105
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
106106
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
107107

108-
"@babel/[email protected].8":
109-
version "7.13.8"
110-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
111-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
108+
"@babel/[email protected].10":
109+
version "7.13.10"
110+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
111+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
112112
dependencies:
113113
"@babel/code-frame" "^7.12.13"
114-
"@babel/generator" "^7.13.0"
115-
"@babel/helper-compilation-targets" "^7.13.8"
114+
"@babel/generator" "^7.13.9"
115+
"@babel/helper-compilation-targets" "^7.13.10"
116116
"@babel/helper-module-transforms" "^7.13.0"
117-
"@babel/helpers" "^7.13.0"
118-
"@babel/parser" "^7.13.4"
117+
"@babel/helpers" "^7.13.10"
118+
"@babel/parser" "^7.13.10"
119119
"@babel/template" "^7.12.13"
120120
"@babel/traverse" "^7.13.0"
121121
"@babel/types" "^7.13.0"
@@ -167,6 +167,15 @@
167167
jsesc "^2.5.1"
168168
source-map "^0.5.0"
169169

170+
"@babel/generator@^7.13.9":
171+
version "7.13.9"
172+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
173+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
174+
dependencies:
175+
"@babel/types" "^7.13.0"
176+
jsesc "^2.5.1"
177+
source-map "^0.5.0"
178+
170179
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
171180
version "7.9.5"
172181
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -209,6 +218,16 @@
209218
browserslist "^4.14.5"
210219
semver "7.0.0"
211220

221+
"@babel/helper-compilation-targets@^7.13.10":
222+
version "7.13.10"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
224+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
225+
dependencies:
226+
"@babel/compat-data" "^7.13.8"
227+
"@babel/helper-validator-option" "^7.12.17"
228+
browserslist "^4.14.5"
229+
semver "^6.3.0"
230+
212231
"@babel/helper-compilation-targets@^7.13.8":
213232
version "7.13.8"
214233
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -517,10 +536,10 @@
517536
"@babel/traverse" "^7.13.0"
518537
"@babel/types" "^7.13.0"
519538

520-
"@babel/helpers@^7.13.0":
521-
version "7.13.0"
522-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
523-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
539+
"@babel/helpers@^7.13.10":
540+
version "7.13.10"
541+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
542+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
524543
dependencies:
525544
"@babel/template" "^7.12.13"
526545
"@babel/traverse" "^7.13.0"
@@ -563,10 +582,10 @@
563582
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
564583
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
565584

566-
"@babel/parser@^7.13.4":
567-
version "7.13.4"
568-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
569-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
585+
"@babel/parser@^7.13.10":
586+
version "7.13.10"
587+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
588+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
570589

571590
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
572591
version "7.9.4"
@@ -1038,13 +1057,13 @@
10381057
core-js "^2.6.5"
10391058
regenerator-runtime "^0.13.4"
10401059

1041-
"@babel/[email protected].9":
1042-
version "7.13.9"
1043-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1044-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1060+
"@babel/[email protected].10":
1061+
version "7.13.10"
1062+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1063+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10451064
dependencies:
10461065
"@babel/compat-data" "^7.13.8"
1047-
"@babel/helper-compilation-targets" "^7.13.8"
1066+
"@babel/helper-compilation-targets" "^7.13.10"
10481067
"@babel/helper-plugin-utils" "^7.13.0"
10491068
"@babel/helper-validator-option" "^7.12.17"
10501069
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)