Skip to content

Commit bf3f3db

Browse files
committed
chore(deps): update dependency @babel/core to v7.12.3
1 parent b4a5d74 commit bf3f3db

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@babel/cli": "7.12.1",
19-
"@babel/core": "7.12.1",
19+
"@babel/core": "7.12.3",
2020
"@researchgate/babel-preset": "2.0.6",
2121
"@researchgate/spire-config": "5.0.7",
2222
"@storybook/addon-options": "5.3.21",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
invariant "^2.2.4"
4343
semver "^5.5.0"
4444

45-
"@babel/core@7.12.1", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
46-
version "7.12.1"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.1.tgz#980b115a05929ef3ce1b6af9bf50e5a5cf668667"
48-
integrity sha512-6bGmltqzIJrinwRRdczQsMhruSi9Sqty9Te+/5hudn4Izx/JYRhW1QELpR+CIL0gC/c9A7WroH6FmkDGxmWx3w==
45+
"@babel/core@7.12.3", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.7.5":
46+
version "7.12.3"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
48+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
4949
dependencies:
5050
"@babel/code-frame" "^7.10.4"
5151
"@babel/generator" "^7.12.1"
5252
"@babel/helper-module-transforms" "^7.12.1"
5353
"@babel/helpers" "^7.12.1"
54-
"@babel/parser" "^7.12.1"
54+
"@babel/parser" "^7.12.3"
5555
"@babel/template" "^7.10.4"
5656
"@babel/traverse" "^7.12.1"
5757
"@babel/types" "^7.12.1"
@@ -293,10 +293,10 @@
293293
chalk "^2.0.0"
294294
js-tokens "^4.0.0"
295295

296-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
297-
version "7.12.1"
298-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.1.tgz#dc03f543a0ed51396d4081463df66ecb3a2efa53"
299-
integrity sha512-xjZsx0sBjb6J2+QkoHI69UeD2EWbsyUW0WyZKOoJ9sBrQLxfOApWEefR9dIVOYJVj97VRXnLKLDvnn3dPDNgww==
296+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
297+
version "7.12.3"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
299+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
300300

301301
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
302302
version "7.8.3"

0 commit comments

Comments
 (0)