Skip to content

Commit d65b2ee

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

File tree

2 files changed

+47
-28
lines changed

2 files changed

+47
-28
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
"@aureooms/js-pairing-heap": "^1.0.0"
8282
},
8383
"devDependencies": {
84-
"@babel/cli": "7.13.0",
85-
"@babel/core": "7.13.8",
84+
"@babel/cli": "7.13.10",
85+
"@babel/core": "7.13.10",
8686
"@babel/polyfill": "7.12.1",
87-
"@babel/preset-env": "7.13.9",
87+
"@babel/preset-env": "7.13.10",
8888
"@babel/register": "7.13.8",
8989
"ava": "3.15.0",
9090
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

+44-25
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
resolved "https://registry.yarnpkg.com/@aureooms/js-pairing-heap/-/js-pairing-heap-1.0.0.tgz#76429704ae5db8fd2c81a60352b87dab88b3d6b6"
3333
integrity sha512-lfaBSlUCIaxkYZXRwg7imCSeWS0AA8gFkV2CANaTuirB7hzLYdzPV8ePCw3MULZBdA2Ehq3CDGX2HxcqToZm7g==
3434

35-
"@babel/cli@7.13.0":
36-
version "7.13.0"
37-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
38-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
35+
"@babel/cli@7.13.10":
36+
version "7.13.10"
37+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
38+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
3939
dependencies:
4040
commander "^4.0.1"
4141
convert-source-map "^1.1.0"
@@ -73,17 +73,17 @@
7373
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
7474
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
7575

76-
"@babel/core@7.13.8":
77-
version "7.13.8"
78-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
79-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
76+
"@babel/core@7.13.10":
77+
version "7.13.10"
78+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
79+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
8080
dependencies:
8181
"@babel/code-frame" "^7.12.13"
82-
"@babel/generator" "^7.13.0"
83-
"@babel/helper-compilation-targets" "^7.13.8"
82+
"@babel/generator" "^7.13.9"
83+
"@babel/helper-compilation-targets" "^7.13.10"
8484
"@babel/helper-module-transforms" "^7.13.0"
85-
"@babel/helpers" "^7.13.0"
86-
"@babel/parser" "^7.13.4"
85+
"@babel/helpers" "^7.13.10"
86+
"@babel/parser" "^7.13.10"
8787
"@babel/template" "^7.12.13"
8888
"@babel/traverse" "^7.13.0"
8989
"@babel/types" "^7.13.0"
@@ -144,6 +144,15 @@
144144
jsesc "^2.5.1"
145145
source-map "^0.5.0"
146146

147+
"@babel/generator@^7.13.9":
148+
version "7.13.9"
149+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
150+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
151+
dependencies:
152+
"@babel/types" "^7.13.0"
153+
jsesc "^2.5.1"
154+
source-map "^0.5.0"
155+
147156
"@babel/helper-annotate-as-pure@^7.10.4":
148157
version "7.10.4"
149158
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -176,6 +185,16 @@
176185
browserslist "^4.14.5"
177186
semver "7.0.0"
178187

188+
"@babel/helper-compilation-targets@^7.13.10":
189+
version "7.13.10"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
191+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
192+
dependencies:
193+
"@babel/compat-data" "^7.13.8"
194+
"@babel/helper-validator-option" "^7.12.17"
195+
browserslist "^4.14.5"
196+
semver "^6.3.0"
197+
179198
"@babel/helper-compilation-targets@^7.13.8":
180199
version "7.13.8"
181200
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -484,10 +503,10 @@
484503
"@babel/traverse" "^7.12.5"
485504
"@babel/types" "^7.12.5"
486505

487-
"@babel/helpers@^7.13.0":
488-
version "7.13.0"
489-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
490-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
506+
"@babel/helpers@^7.13.10":
507+
version "7.13.10"
508+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
509+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
491510
dependencies:
492511
"@babel/template" "^7.12.13"
493512
"@babel/traverse" "^7.13.0"
@@ -526,10 +545,10 @@
526545
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
527546
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
528547

529-
"@babel/parser@^7.13.4":
530-
version "7.13.4"
531-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
532-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
548+
"@babel/parser@^7.13.10":
549+
version "7.13.10"
550+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
551+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
533552

534553
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
535554
version "7.13.8"
@@ -996,13 +1015,13 @@
9961015
core-js "^2.6.5"
9971016
regenerator-runtime "^0.13.4"
9981017

999-
"@babel/preset-env@7.13.9":
1000-
version "7.13.9"
1001-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1002-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1018+
"@babel/preset-env@7.13.10":
1019+
version "7.13.10"
1020+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1021+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10031022
dependencies:
10041023
"@babel/compat-data" "^7.13.8"
1005-
"@babel/helper-compilation-targets" "^7.13.8"
1024+
"@babel/helper-compilation-targets" "^7.13.10"
10061025
"@babel/helper-plugin-utils" "^7.13.0"
10071026
"@babel/helper-validator-option" "^7.12.17"
10081027
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
 (0)