Skip to content

Commit 5e416c3

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

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
@@ -78,9 +78,9 @@
7878
"dependencies": {},
7979
"devDependencies": {
8080
"@aureooms/js-itertools": "4.1.0",
81-
"@babel/cli": "7.13.0",
82-
"@babel/core": "7.13.8",
83-
"@babel/preset-env": "7.13.9",
81+
"@babel/cli": "7.13.10",
82+
"@babel/core": "7.13.10",
83+
"@babel/preset-env": "7.13.10",
8484
"@babel/register": "7.13.8",
8585
"ava": "3.15.0",
8686
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@aureooms/js-collections-deque" "^4.0.1"
2323
"@aureooms/js-error" "^4.0.1"
2424

25-
"@babel/cli@7.13.0":
26-
version "7.13.0"
27-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
28-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
25+
"@babel/cli@7.13.10":
26+
version "7.13.10"
27+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
28+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
2929
dependencies:
3030
commander "^4.0.1"
3131
convert-source-map "^1.1.0"
@@ -63,17 +63,17 @@
6363
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
6464
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
6565

66-
"@babel/core@7.13.8":
67-
version "7.13.8"
68-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
69-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
66+
"@babel/core@7.13.10":
67+
version "7.13.10"
68+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
69+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
7070
dependencies:
7171
"@babel/code-frame" "^7.12.13"
72-
"@babel/generator" "^7.13.0"
73-
"@babel/helper-compilation-targets" "^7.13.8"
72+
"@babel/generator" "^7.13.9"
73+
"@babel/helper-compilation-targets" "^7.13.10"
7474
"@babel/helper-module-transforms" "^7.13.0"
75-
"@babel/helpers" "^7.13.0"
76-
"@babel/parser" "^7.13.4"
75+
"@babel/helpers" "^7.13.10"
76+
"@babel/parser" "^7.13.10"
7777
"@babel/template" "^7.12.13"
7878
"@babel/traverse" "^7.13.0"
7979
"@babel/types" "^7.13.0"
@@ -134,6 +134,15 @@
134134
jsesc "^2.5.1"
135135
source-map "^0.5.0"
136136

137+
"@babel/generator@^7.13.9":
138+
version "7.13.9"
139+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
140+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
141+
dependencies:
142+
"@babel/types" "^7.13.0"
143+
jsesc "^2.5.1"
144+
source-map "^0.5.0"
145+
137146
"@babel/helper-annotate-as-pure@^7.10.4":
138147
version "7.10.4"
139148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -166,6 +175,16 @@
166175
browserslist "^4.14.5"
167176
semver "7.0.0"
168177

178+
"@babel/helper-compilation-targets@^7.13.10":
179+
version "7.13.10"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
181+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
182+
dependencies:
183+
"@babel/compat-data" "^7.13.8"
184+
"@babel/helper-validator-option" "^7.12.17"
185+
browserslist "^4.14.5"
186+
semver "^6.3.0"
187+
169188
"@babel/helper-compilation-targets@^7.13.8":
170189
version "7.13.8"
171190
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -474,10 +493,10 @@
474493
"@babel/traverse" "^7.12.5"
475494
"@babel/types" "^7.12.5"
476495

477-
"@babel/helpers@^7.13.0":
478-
version "7.13.0"
479-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
480-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
496+
"@babel/helpers@^7.13.10":
497+
version "7.13.10"
498+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
499+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
481500
dependencies:
482501
"@babel/template" "^7.12.13"
483502
"@babel/traverse" "^7.13.0"
@@ -516,10 +535,10 @@
516535
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
517536
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
518537

519-
"@babel/parser@^7.13.4":
520-
version "7.13.4"
521-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
522-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
538+
"@babel/parser@^7.13.10":
539+
version "7.13.10"
540+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
541+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
523542

524543
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
525544
version "7.13.8"
@@ -978,13 +997,13 @@
978997
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
979998
"@babel/helper-plugin-utils" "^7.12.13"
980999

981-
"@babel/preset-env@7.13.9":
982-
version "7.13.9"
983-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
984-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1000+
"@babel/preset-env@7.13.10":
1001+
version "7.13.10"
1002+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1003+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
9851004
dependencies:
9861005
"@babel/compat-data" "^7.13.8"
987-
"@babel/helper-compilation-targets" "^7.13.8"
1006+
"@babel/helper-compilation-targets" "^7.13.10"
9881007
"@babel/helper-plugin-utils" "^7.13.0"
9891008
"@babel/helper-validator-option" "^7.12.17"
9901009
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)