Skip to content

Commit f874712

Browse files
committed
chore(deps): update dependency @babel/core to v7.11.4
1 parent 6c4e7c2 commit f874712

File tree

2 files changed

+44
-37
lines changed

2 files changed

+44
-37
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"copy-to-clipboard": "^3.3.1"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.10.5",
28+
"@babel/core": "7.11.4",
2929
"babel-cli": "6.26.0",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-es2015": "6.24.1",

yarn.lock

+43-36
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@7.10.5":
13-
version "7.10.5"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
15-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
12+
"@babel/core@7.11.4":
13+
version "7.11.4"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229"
15+
integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.10.5"
19-
"@babel/helper-module-transforms" "^7.10.5"
18+
"@babel/generator" "^7.11.4"
19+
"@babel/helper-module-transforms" "^7.11.0"
2020
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.10.5"
21+
"@babel/parser" "^7.11.4"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.10.5"
24-
"@babel/types" "^7.10.5"
23+
"@babel/traverse" "^7.11.0"
24+
"@babel/types" "^7.11.0"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
@@ -41,12 +41,12 @@
4141
lodash "^4.17.13"
4242
source-map "^0.5.0"
4343

44-
"@babel/generator@^7.10.5":
45-
version "7.10.5"
46-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
47-
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
44+
"@babel/generator@^7.11.0", "@babel/generator@^7.11.4":
45+
version "7.11.4"
46+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be"
47+
integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g==
4848
dependencies:
49-
"@babel/types" "^7.10.5"
49+
"@babel/types" "^7.11.0"
5050
jsesc "^2.5.1"
5151
source-map "^0.5.0"
5252

@@ -80,17 +80,17 @@
8080
dependencies:
8181
"@babel/types" "^7.10.4"
8282

83-
"@babel/helper-module-transforms@^7.10.5":
84-
version "7.10.5"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
86-
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
83+
"@babel/helper-module-transforms@^7.11.0":
84+
version "7.11.0"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
86+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
8787
dependencies:
8888
"@babel/helper-module-imports" "^7.10.4"
8989
"@babel/helper-replace-supers" "^7.10.4"
9090
"@babel/helper-simple-access" "^7.10.4"
91-
"@babel/helper-split-export-declaration" "^7.10.4"
91+
"@babel/helper-split-export-declaration" "^7.11.0"
9292
"@babel/template" "^7.10.4"
93-
"@babel/types" "^7.10.5"
93+
"@babel/types" "^7.11.0"
9494
lodash "^4.17.19"
9595

9696
"@babel/helper-optimise-call-expression@^7.10.4":
@@ -125,6 +125,13 @@
125125
dependencies:
126126
"@babel/types" "^7.10.4"
127127

128+
"@babel/helper-split-export-declaration@^7.11.0":
129+
version "7.11.0"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
131+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
132+
dependencies:
133+
"@babel/types" "^7.11.0"
134+
128135
"@babel/helper-validator-identifier@^7.10.4":
129136
version "7.10.4"
130137
resolved "https://registry.npm.taobao.org/@babel/helper-validator-identifier/download/@babel/helper-validator-identifier-7.10.4.tgz?cache=0&sync_timestamp=1593521083613&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-validator-identifier%2Fdownload%2F%40babel%2Fhelper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -153,10 +160,10 @@
153160
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.10.4.tgz?cache=0&sync_timestamp=1593521083313&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
154161
integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
155162

156-
"@babel/parser@^7.10.5":
157-
version "7.10.5"
158-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
159-
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
163+
"@babel/parser@^7.11.0", "@babel/parser@^7.11.4":
164+
version "7.11.4"
165+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
166+
integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
160167

161168
"@babel/template@^7.10.4":
162169
version "7.10.4"
@@ -182,17 +189,17 @@
182189
globals "^11.1.0"
183190
lodash "^4.17.13"
184191

185-
"@babel/traverse@^7.10.5":
186-
version "7.10.5"
187-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
188-
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
192+
"@babel/traverse@^7.11.0":
193+
version "7.11.0"
194+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
195+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
189196
dependencies:
190197
"@babel/code-frame" "^7.10.4"
191-
"@babel/generator" "^7.10.5"
198+
"@babel/generator" "^7.11.0"
192199
"@babel/helper-function-name" "^7.10.4"
193-
"@babel/helper-split-export-declaration" "^7.10.4"
194-
"@babel/parser" "^7.10.5"
195-
"@babel/types" "^7.10.5"
200+
"@babel/helper-split-export-declaration" "^7.11.0"
201+
"@babel/parser" "^7.11.0"
202+
"@babel/types" "^7.11.0"
196203
debug "^4.1.0"
197204
globals "^11.1.0"
198205
lodash "^4.17.19"
@@ -206,10 +213,10 @@
206213
lodash "^4.17.13"
207214
to-fast-properties "^2.0.0"
208215

209-
"@babel/types@^7.10.5":
210-
version "7.10.5"
211-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
212-
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
216+
"@babel/types@^7.11.0":
217+
version "7.11.0"
218+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
219+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
213220
dependencies:
214221
"@babel/helper-validator-identifier" "^7.10.4"
215222
lodash "^4.17.19"

0 commit comments

Comments
 (0)