Skip to content

Commit 1654769

Browse files
committed
Update dependency @babel/core to v7.7.7
1 parent 94ad070 commit 1654769

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"whatwg-fetch": "3.0.0"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "7.7.5",
53+
"@babel/core": "7.7.7",
5454
"babel-eslint": "10.0.3",
5555
"eslint": "6.7.2",
5656
"eslint-config-prettier": "6.7.0",

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/core@7.7.5":
33-
version "7.7.5"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
35-
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
32+
"@babel/core@7.7.7":
33+
version "7.7.7"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
35+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
3636
dependencies:
3737
"@babel/code-frame" "^7.5.5"
38-
"@babel/generator" "^7.7.4"
38+
"@babel/generator" "^7.7.7"
3939
"@babel/helpers" "^7.7.4"
40-
"@babel/parser" "^7.7.5"
40+
"@babel/parser" "^7.7.7"
4141
"@babel/template" "^7.7.4"
4242
"@babel/traverse" "^7.7.4"
4343
"@babel/types" "^7.7.4"
@@ -89,6 +89,16 @@
8989
lodash "^4.17.13"
9090
source-map "^0.5.0"
9191

92+
"@babel/generator@^7.7.7":
93+
version "7.7.7"
94+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
95+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
96+
dependencies:
97+
"@babel/types" "^7.7.4"
98+
jsesc "^2.5.1"
99+
lodash "^4.17.13"
100+
source-map "^0.5.0"
101+
92102
"@babel/helper-annotate-as-pure@^7.0.0":
93103
version "7.7.0"
94104
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.0.tgz#efc54032d43891fe267679e63f6860aa7dbf4a5e"
@@ -346,10 +356,10 @@
346356
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
347357
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
348358

349-
"@babel/parser@^7.7.5":
350-
version "7.7.5"
351-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
352-
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
359+
"@babel/parser@^7.7.7":
360+
version "7.7.7"
361+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
362+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
353363

354364
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
355365
version "7.7.4"

0 commit comments

Comments
 (0)