Skip to content

Commit 2197ea5

Browse files
authored
Merge pull request #137 from masb0ymas/dependabot/npm_and_yarn/babel/core-7.12.3
build(deps-dev): bump @babel/core from 7.12.1 to 7.12.3
2 parents 00e5b16 + b532c55 commit 2197ea5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@babel/cli": "^7.12.1",
73-
"@babel/core": "^7.12.1",
73+
"@babel/core": "^7.12.3",
7474
"@babel/node": "^7.12.1",
7575
"@babel/plugin-proposal-class-properties": "^7.12.1",
7676
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.1.tgz#d7386a689aa0ddf06255005b4b991988021101a0"
6363
integrity sha512-725AQupWJZ8ba0jbKceeFblZTY90McUBWMwHhkFQ9q1zKPJ95GUktljFcgcsIVwRnTnRKlcYzfiNImg5G9m6ZQ==
6464

65-
"@babel/core@^7.1.0", "@babel/core@^7.12.1", "@babel/core@^7.7.5":
66-
version "7.12.1"
67-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667"
68-
integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w==
65+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
66+
version "7.12.3"
67+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
68+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
6969
dependencies:
7070
"@babel/code-frame" "^7.10.4"
7171
"@babel/generator" "^7.12.1"
7272
"@babel/helper-module-transforms" "^7.12.1"
7373
"@babel/helpers" "^7.12.1"
74-
"@babel/parser" "^7.12.1"
74+
"@babel/parser" "^7.12.3"
7575
"@babel/template" "^7.10.4"
7676
"@babel/traverse" "^7.12.1"
7777
"@babel/types" "^7.12.1"
@@ -317,10 +317,10 @@
317317
resolve "^1.13.1"
318318
v8flags "^3.1.1"
319319

320-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
321-
version "7.12.1"
322-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53"
323-
integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww==
320+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
321+
version "7.12.3"
322+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
323+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
324324

325325
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
326326
version "7.12.1"

0 commit comments

Comments
 (0)