Skip to content

Commit b820533

Browse files
renovate-botsendya
authored andcommitted
chore(deps): update dependency @babel/core to v7.10.5
1 parent 97c5e55 commit b820533

File tree

2 files changed

+60
-17
lines changed

2 files changed

+60
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.4",
28+
"@babel/core": "7.10.5",
2929
"babel-cli": "6.26.0",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-es2015": "6.24.1",

yarn.lock

Lines changed: 59 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@7.10.4":
13-
version "7.10.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
15-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
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==
1616
dependencies:
1717
"@babel/code-frame" "^7.10.4"
18-
"@babel/generator" "^7.10.4"
19-
"@babel/helper-module-transforms" "^7.10.4"
18+
"@babel/generator" "^7.10.5"
19+
"@babel/helper-module-transforms" "^7.10.5"
2020
"@babel/helpers" "^7.10.4"
21-
"@babel/parser" "^7.10.4"
21+
"@babel/parser" "^7.10.5"
2222
"@babel/template" "^7.10.4"
23-
"@babel/traverse" "^7.10.4"
24-
"@babel/types" "^7.10.4"
23+
"@babel/traverse" "^7.10.5"
24+
"@babel/types" "^7.10.5"
2525
convert-source-map "^1.7.0"
2626
debug "^4.1.0"
2727
gensync "^1.0.0-beta.1"
2828
json5 "^2.1.2"
29-
lodash "^4.17.13"
29+
lodash "^4.17.19"
3030
resolve "^1.3.2"
3131
semver "^5.4.1"
3232
source-map "^0.5.0"
@@ -41,6 +41,15 @@
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==
48+
dependencies:
49+
"@babel/types" "^7.10.5"
50+
jsesc "^2.5.1"
51+
source-map "^0.5.0"
52+
4453
"@babel/helper-function-name@^7.10.4":
4554
version "7.10.4"
4655
resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.10.4.tgz?cache=0&sync_timestamp=1593522977138&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
@@ -71,18 +80,18 @@
7180
dependencies:
7281
"@babel/types" "^7.10.4"
7382

74-
"@babel/helper-module-transforms@^7.10.4":
75-
version "7.10.4"
76-
resolved "https://registry.npm.taobao.org/@babel/helper-module-transforms/download/@babel/helper-module-transforms-7.10.4.tgz?cache=0&sync_timestamp=1593522962937&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-module-transforms%2Fdownload%2F%40babel%2Fhelper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
77-
integrity sha1-yh8B/bhOSMJNdQa7gYyWHx2ogF0=
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==
7887
dependencies:
7988
"@babel/helper-module-imports" "^7.10.4"
8089
"@babel/helper-replace-supers" "^7.10.4"
8190
"@babel/helper-simple-access" "^7.10.4"
8291
"@babel/helper-split-export-declaration" "^7.10.4"
8392
"@babel/template" "^7.10.4"
84-
"@babel/types" "^7.10.4"
85-
lodash "^4.17.13"
93+
"@babel/types" "^7.10.5"
94+
lodash "^4.17.19"
8695

8796
"@babel/helper-optimise-call-expression@^7.10.4":
8897
version "7.10.4"
@@ -144,6 +153,11 @@
144153
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"
145154
integrity sha1-nu3yfhmY2Hc5+1AopRIFV8BqGmQ=
146155

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==
160+
147161
"@babel/template@^7.10.4":
148162
version "7.10.4"
149163
resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
@@ -168,6 +182,21 @@
168182
globals "^11.1.0"
169183
lodash "^4.17.13"
170184

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==
189+
dependencies:
190+
"@babel/code-frame" "^7.10.4"
191+
"@babel/generator" "^7.10.5"
192+
"@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"
196+
debug "^4.1.0"
197+
globals "^11.1.0"
198+
lodash "^4.17.19"
199+
171200
"@babel/types@^7.10.4":
172201
version "7.10.4"
173202
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.10.4.tgz?cache=0&sync_timestamp=1593522838025&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
@@ -177,6 +206,15 @@
177206
lodash "^4.17.13"
178207
to-fast-properties "^2.0.0"
179208

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==
213+
dependencies:
214+
"@babel/helper-validator-identifier" "^7.10.4"
215+
lodash "^4.17.19"
216+
to-fast-properties "^2.0.0"
217+
180218
"@webassemblyjs/ast@1.9.0":
181219
version "1.9.0"
182220
resolved "https://registry.npm.taobao.org/@webassemblyjs/ast/download/@webassemblyjs/ast-1.9.0.tgz?cache=0&sync_timestamp=1580599461432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40webassemblyjs%2Fast%2Fdownload%2F%40webassemblyjs%2Fast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -2398,6 +2436,11 @@ lodash@^4.17.13, lodash@^4.17.4:
23982436
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz?cache=0&sync_timestamp=1571657272199&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash%2Fdownload%2Flodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
23992437
integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg=
24002438

2439+
lodash@^4.17.19:
2440+
version "4.17.19"
2441+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
2442+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
2443+
24012444
loose-envify@^1.0.0:
24022445
version "1.4.0"
24032446
resolved "https://registry.npm.taobao.org/loose-envify/download/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"

0 commit comments

Comments
 (0)