Skip to content

Commit 5aaf7c5

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.12.3
1 parent a59989f commit 5aaf7c5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@aureooms/js-itertools": "4.1.0",
3737
"@aureooms/js-random": "2.0.0",
3838
"@babel/cli": "7.12.1",
39-
"@babel/core": "7.12.1",
39+
"@babel/core": "7.12.3",
4040
"@babel/polyfill": "7.12.1",
4141
"@babel/preset-env": "7.12.1",
4242
"@babel/register": "7.12.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@
7878
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
7979
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
8080

81-
"@babel/core@7.12.1":
82-
version "7.12.1"
83-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667"
84-
integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w==
81+
"@babel/core@7.12.3":
82+
version "7.12.3"
83+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
84+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
8585
dependencies:
8686
"@babel/code-frame" "^7.10.4"
8787
"@babel/generator" "^7.12.1"
8888
"@babel/helper-module-transforms" "^7.12.1"
8989
"@babel/helpers" "^7.12.1"
90-
"@babel/parser" "^7.12.1"
90+
"@babel/parser" "^7.12.3"
9191
"@babel/template" "^7.10.4"
9292
"@babel/traverse" "^7.12.1"
9393
"@babel/types" "^7.12.1"
@@ -505,6 +505,11 @@
505505
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53"
506506
integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww==
507507

508+
"@babel/parser@^7.12.3":
509+
version "7.12.3"
510+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
511+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
512+
508513
"@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
509514
version "7.9.4"
510515
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"

0 commit comments

Comments
 (0)