Skip to content

Commit 06998f0

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

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
@@ -33,10 +33,10 @@
3333
"@aureooms/js-functools": "2.0.3",
3434
"@aureooms/js-heap-spec": "15.0.3",
3535
"@aureooms/js-itertools": "4.1.0",
36-
"@babel/cli": "7.13.0",
37-
"@babel/core": "7.13.8",
36+
"@babel/cli": "7.13.10",
37+
"@babel/core": "7.13.10",
3838
"@babel/polyfill": "7.12.1",
39-
"@babel/preset-env": "7.13.9",
39+
"@babel/preset-env": "7.13.10",
4040
"@babel/register": "7.13.8",
4141
"ava": "3.15.0",
4242
"coveralls": "3.1.0",

yarn.lock

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

74-
"@babel/[email protected].0":
75-
version "7.13.0"
76-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
77-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
74+
"@babel/[email protected].10":
75+
version "7.13.10"
76+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
77+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
7878
dependencies:
7979
commander "^4.0.1"
8080
convert-source-map "^1.1.0"
@@ -112,17 +112,17 @@
112112
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
113113
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
114114

115-
"@babel/[email protected].8":
116-
version "7.13.8"
117-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
118-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
115+
"@babel/[email protected].10":
116+
version "7.13.10"
117+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
118+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
119119
dependencies:
120120
"@babel/code-frame" "^7.12.13"
121-
"@babel/generator" "^7.13.0"
122-
"@babel/helper-compilation-targets" "^7.13.8"
121+
"@babel/generator" "^7.13.9"
122+
"@babel/helper-compilation-targets" "^7.13.10"
123123
"@babel/helper-module-transforms" "^7.13.0"
124-
"@babel/helpers" "^7.13.0"
125-
"@babel/parser" "^7.13.4"
124+
"@babel/helpers" "^7.13.10"
125+
"@babel/parser" "^7.13.10"
126126
"@babel/template" "^7.12.13"
127127
"@babel/traverse" "^7.13.0"
128128
"@babel/types" "^7.13.0"
@@ -174,6 +174,15 @@
174174
jsesc "^2.5.1"
175175
source-map "^0.5.0"
176176

177+
"@babel/generator@^7.13.9":
178+
version "7.13.9"
179+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
180+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
181+
dependencies:
182+
"@babel/types" "^7.13.0"
183+
jsesc "^2.5.1"
184+
source-map "^0.5.0"
185+
177186
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
178187
version "7.9.5"
179188
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
@@ -216,6 +225,16 @@
216225
browserslist "^4.14.5"
217226
semver "7.0.0"
218227

228+
"@babel/helper-compilation-targets@^7.13.10":
229+
version "7.13.10"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
231+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
232+
dependencies:
233+
"@babel/compat-data" "^7.13.8"
234+
"@babel/helper-validator-option" "^7.12.17"
235+
browserslist "^4.14.5"
236+
semver "^6.3.0"
237+
219238
"@babel/helper-compilation-targets@^7.13.8":
220239
version "7.13.8"
221240
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -524,10 +543,10 @@
524543
"@babel/traverse" "^7.13.0"
525544
"@babel/types" "^7.13.0"
526545

527-
"@babel/helpers@^7.13.0":
528-
version "7.13.0"
529-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
530-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
546+
"@babel/helpers@^7.13.10":
547+
version "7.13.10"
548+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
549+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
531550
dependencies:
532551
"@babel/template" "^7.12.13"
533552
"@babel/traverse" "^7.13.0"
@@ -570,10 +589,10 @@
570589
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
571590
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
572591

573-
"@babel/parser@^7.13.4":
574-
version "7.13.4"
575-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
576-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
592+
"@babel/parser@^7.13.10":
593+
version "7.13.10"
594+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
595+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
577596

578597
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
579598
version "7.9.4"
@@ -1045,13 +1064,13 @@
10451064
core-js "^2.6.5"
10461065
regenerator-runtime "^0.13.4"
10471066

1048-
"@babel/[email protected].9":
1049-
version "7.13.9"
1050-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1051-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1067+
"@babel/[email protected].10":
1068+
version "7.13.10"
1069+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1070+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10521071
dependencies:
10531072
"@babel/compat-data" "^7.13.8"
1054-
"@babel/helper-compilation-targets" "^7.13.8"
1073+
"@babel/helper-compilation-targets" "^7.13.10"
10551074
"@babel/helper-plugin-utils" "^7.13.0"
10561075
"@babel/helper-validator-option" "^7.12.17"
10571076
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)