Skip to content

Commit e7edb7c

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @babel/core to v7.12.3
1 parent f567da0 commit e7edb7c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Mike North <michael.l.north@gmail.com> (https://mike.works)",
1919
"dependencies": {
2020
"@babel/cli": "7.12.1",
21-
"@babel/core": "7.12.1",
21+
"@babel/core": "7.12.3",
2222
"@babel/preset-env": "7.12.1",
2323
"@babel/preset-react": "7.12.1",
2424
"@babel/preset-stage-2": "7.8.3",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
4646
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
4747

48-
"@babel/core@7.12.1":
49-
version "7.12.1"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667"
51-
integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w==
48+
"@babel/core@7.12.3":
49+
version "7.12.3"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
51+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
5252
dependencies:
5353
"@babel/code-frame" "^7.10.4"
5454
"@babel/generator" "^7.12.1"
5555
"@babel/helper-module-transforms" "^7.12.1"
5656
"@babel/helpers" "^7.12.1"
57-
"@babel/parser" "^7.12.1"
57+
"@babel/parser" "^7.12.3"
5858
"@babel/template" "^7.10.4"
5959
"@babel/traverse" "^7.12.1"
6060
"@babel/types" "^7.12.1"
@@ -787,6 +787,11 @@
787787
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53"
788788
integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww==
789789

790+
"@babel/parser@^7.12.3":
791+
version "7.12.3"
792+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
793+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
794+
790795
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
791796
version "7.2.3"
792797
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"

0 commit comments

Comments
 (0)