Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b4810eb

Browse filesBrowse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.13.10
1 parent 5c81e7e commit b4810eb
Copy full SHA for b4810eb

File tree

2 files changed

+47
-28
lines changed
Filter options

2 files changed

+47
-28
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"@aureooms/js-memory": "4.0.0",
8585
"@aureooms/js-operator": "1.0.2",
8686
"@aureooms/js-type": "1.0.4",
87-
"@babel/cli": "7.13.0",
88-
"@babel/core": "7.13.8",
89-
"@babel/preset-env": "7.13.9",
87+
"@babel/cli": "7.13.10",
88+
"@babel/core": "7.13.10",
89+
"@babel/preset-env": "7.13.10",
9090
"@babel/register": "7.13.8",
9191
"ava": "3.15.0",
9292
"babel-plugin-transform-remove-console": "6.9.4",

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+44-25Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
resolved "https://registry.yarnpkg.com/@aureooms/js-type/-/js-type-1.0.4.tgz#7f9de5f5f8506ff9c8958731744b7427b62e92b7"
4848
integrity sha1-f53l9fhQb/nIlYcxdEt0J7Yukrc=
4949

50-
"@babel/cli@7.13.0":
51-
version "7.13.0"
52-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
53-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
50+
"@babel/cli@7.13.10":
51+
version "7.13.10"
52+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
53+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
5454
dependencies:
5555
commander "^4.0.1"
5656
convert-source-map "^1.1.0"
@@ -88,17 +88,17 @@
8888
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
8989
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
9090

91-
"@babel/core@7.13.8":
92-
version "7.13.8"
93-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
94-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
91+
"@babel/core@7.13.10":
92+
version "7.13.10"
93+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
94+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
9595
dependencies:
9696
"@babel/code-frame" "^7.12.13"
97-
"@babel/generator" "^7.13.0"
98-
"@babel/helper-compilation-targets" "^7.13.8"
97+
"@babel/generator" "^7.13.9"
98+
"@babel/helper-compilation-targets" "^7.13.10"
9999
"@babel/helper-module-transforms" "^7.13.0"
100-
"@babel/helpers" "^7.13.0"
101-
"@babel/parser" "^7.13.4"
100+
"@babel/helpers" "^7.13.10"
101+
"@babel/parser" "^7.13.10"
102102
"@babel/template" "^7.12.13"
103103
"@babel/traverse" "^7.13.0"
104104
"@babel/types" "^7.13.0"
@@ -158,6 +158,15 @@
158158
jsesc "^2.5.1"
159159
source-map "^0.5.0"
160160

161+
"@babel/generator@^7.13.9":
162+
version "7.13.9"
163+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
164+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
165+
dependencies:
166+
"@babel/types" "^7.13.0"
167+
jsesc "^2.5.1"
168+
source-map "^0.5.0"
169+
161170
"@babel/helper-annotate-as-pure@^7.10.4":
162171
version "7.12.10"
163172
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -190,6 +199,16 @@
190199
browserslist "^4.14.5"
191200
semver "7.0.0"
192201

202+
"@babel/helper-compilation-targets@^7.13.10":
203+
version "7.13.10"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
205+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
206+
dependencies:
207+
"@babel/compat-data" "^7.13.8"
208+
"@babel/helper-validator-option" "^7.12.17"
209+
browserslist "^4.14.5"
210+
semver "^6.3.0"
211+
193212
"@babel/helper-compilation-targets@^7.13.8":
194213
version "7.13.8"
195214
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -490,10 +509,10 @@
490509
"@babel/traverse" "^7.12.5"
491510
"@babel/types" "^7.12.5"
492511

493-
"@babel/helpers@^7.13.0":
494-
version "7.13.0"
495-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
496-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
512+
"@babel/helpers@^7.13.10":
513+
version "7.13.10"
514+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
515+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
497516
dependencies:
498517
"@babel/template" "^7.12.13"
499518
"@babel/traverse" "^7.13.0"
@@ -532,10 +551,10 @@
532551
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
533552
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
534553

535-
"@babel/parser@^7.13.4":
536-
version "7.13.4"
537-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
538-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
554+
"@babel/parser@^7.13.10":
555+
version "7.13.10"
556+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
557+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
539558

540559
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
541560
version "7.13.8"
@@ -994,13 +1013,13 @@
9941013
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
9951014
"@babel/helper-plugin-utils" "^7.12.13"
9961015

997-
"@babel/preset-env@7.13.9":
998-
version "7.13.9"
999-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
1000-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
1016+
"@babel/preset-env@7.13.10":
1017+
version "7.13.10"
1018+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
1019+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
10011020
dependencies:
10021021
"@babel/compat-data" "^7.13.8"
1003-
"@babel/helper-compilation-targets" "^7.13.8"
1022+
"@babel/helper-compilation-targets" "^7.13.10"
10041023
"@babel/helper-plugin-utils" "^7.13.0"
10051024
"@babel/helper-validator-option" "^7.12.17"
10061025
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.