Skip to content

Commit bd77cc0

Browse files
build(deps-dev): bump @babel/* from to 7.10.5 (#335)
1 parent d6c4455 commit bd77cc0

2 files changed

Lines changed: 47 additions & 96 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
4141
},
4242
"devDependencies": {
43-
"@babel/cli": "^7.10.4",
44-
"@babel/core": "^7.10.4",
43+
"@babel/cli": "^7.10.5",
44+
"@babel/core": "^7.10.5",
4545
"@babel/plugin-proposal-class-properties": "^7.10.4",
4646
"@babel/preset-env": "^7.10.4",
4747
"@babel/preset-typescript": "^7.10.4",

yarn.lock

Lines changed: 45 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.10.4":
6-
version "7.10.4"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.4.tgz#ba38ad6d0b4b772a67b106934b7c33d656031896"
8-
integrity sha512-xX99K4V1BzGJdQANK5cwK+EpF1vP9gvqhn+iWvG+TubCjecplW7RSQimJ2jcCvu6fnK5pY6mZMdu6EWTj32QVA==
5+
"@babel/cli@^7.10.5":
6+
version "7.10.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
8+
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
1212
fs-readdir-recursive "^1.1.0"
1313
glob "^7.0.0"
14-
lodash "^4.17.13"
14+
lodash "^4.17.19"
1515
make-dir "^2.1.0"
1616
slash "^2.0.0"
1717
source-map "^0.5.0"
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.10.4":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2222
version "7.10.4"
2323
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
2424
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
@@ -34,36 +34,35 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@^7.1.0", "@babel/core@^7.10.4", "@babel/core@^7.7.5":
38-
version "7.10.4"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
40-
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
37+
"@babel/core@^7.1.0", "@babel/core@^7.10.5", "@babel/core@^7.7.5":
38+
version "7.10.5"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
40+
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
4141
dependencies:
4242
"@babel/code-frame" "^7.10.4"
43-
"@babel/generator" "^7.10.4"
44-
"@babel/helper-module-transforms" "^7.10.4"
43+
"@babel/generator" "^7.10.5"
44+
"@babel/helper-module-transforms" "^7.10.5"
4545
"@babel/helpers" "^7.10.4"
46-
"@babel/parser" "^7.10.4"
46+
"@babel/parser" "^7.10.5"
4747
"@babel/template" "^7.10.4"
48-
"@babel/traverse" "^7.10.4"
49-
"@babel/types" "^7.10.4"
48+
"@babel/traverse" "^7.10.5"
49+
"@babel/types" "^7.10.5"
5050
convert-source-map "^1.7.0"
5151
debug "^4.1.0"
5252
gensync "^1.0.0-beta.1"
5353
json5 "^2.1.2"
54-
lodash "^4.17.13"
54+
lodash "^4.17.19"
5555
resolve "^1.3.2"
5656
semver "^5.4.1"
5757
source-map "^0.5.0"
5858

59-
"@babel/generator@^7.10.1", "@babel/generator@^7.10.4":
60-
version "7.10.4"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
62-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
59+
"@babel/generator@^7.10.5":
60+
version "7.10.5"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
62+
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
6363
dependencies:
64-
"@babel/types" "^7.10.4"
64+
"@babel/types" "^7.10.5"
6565
jsesc "^2.5.1"
66-
lodash "^4.17.13"
6766
source-map "^0.5.0"
6867

6968
"@babel/helper-annotate-as-pure@^7.10.4":
@@ -130,15 +129,6 @@
130129
"@babel/traverse" "^7.10.4"
131130
"@babel/types" "^7.10.4"
132131

133-
"@babel/helper-function-name@^7.10.1":
134-
version "7.10.1"
135-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4"
136-
integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==
137-
dependencies:
138-
"@babel/helper-get-function-arity" "^7.10.1"
139-
"@babel/template" "^7.10.1"
140-
"@babel/types" "^7.10.1"
141-
142132
"@babel/helper-function-name@^7.10.4":
143133
version "7.10.4"
144134
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
@@ -148,13 +138,6 @@
148138
"@babel/template" "^7.10.4"
149139
"@babel/types" "^7.10.4"
150140

151-
"@babel/helper-get-function-arity@^7.10.1":
152-
version "7.10.1"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
154-
integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==
155-
dependencies:
156-
"@babel/types" "^7.10.1"
157-
158141
"@babel/helper-get-function-arity@^7.10.4":
159142
version "7.10.4"
160143
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -183,18 +166,18 @@
183166
dependencies:
184167
"@babel/types" "^7.10.4"
185168

186-
"@babel/helper-module-transforms@^7.10.4":
187-
version "7.10.4"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
189-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
169+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5":
170+
version "7.10.5"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
172+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
190173
dependencies:
191174
"@babel/helper-module-imports" "^7.10.4"
192175
"@babel/helper-replace-supers" "^7.10.4"
193176
"@babel/helper-simple-access" "^7.10.4"
194177
"@babel/helper-split-export-declaration" "^7.10.4"
195178
"@babel/template" "^7.10.4"
196-
"@babel/types" "^7.10.4"
197-
lodash "^4.17.13"
179+
"@babel/types" "^7.10.5"
180+
lodash "^4.17.19"
198181

199182
"@babel/helper-optimise-call-expression@^7.10.4":
200183
version "7.10.4"
@@ -244,13 +227,6 @@
244227
"@babel/template" "^7.10.4"
245228
"@babel/types" "^7.10.4"
246229

247-
"@babel/helper-split-export-declaration@^7.10.1":
248-
version "7.10.1"
249-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
250-
integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
251-
dependencies:
252-
"@babel/types" "^7.10.1"
253-
254230
"@babel/helper-split-export-declaration@^7.10.4":
255231
version "7.10.4"
256232
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
@@ -291,20 +267,10 @@
291267
chalk "^2.0.0"
292268
js-tokens "^4.0.0"
293269

294-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5":
295-
version "7.10.2"
296-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
297-
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
298-
299-
"@babel/parser@^7.10.1":
300-
version "7.10.3"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
302-
integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
303-
304-
"@babel/parser@^7.10.4":
305-
version "7.10.4"
306-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
307-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
270+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.5":
271+
version "7.10.5"
272+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
273+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
308274

309275
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
310276
version "7.10.4"
@@ -851,7 +817,7 @@
851817
dependencies:
852818
regenerator-runtime "^0.13.4"
853819

854-
"@babel/template@^7.10.1", "@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.7.4":
820+
"@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.7.4":
855821
version "7.10.4"
856822
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
857823
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -860,43 +826,28 @@
860826
"@babel/parser" "^7.10.4"
861827
"@babel/types" "^7.10.4"
862828

863-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4":
864-
version "7.10.1"
865-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
866-
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
867-
dependencies:
868-
"@babel/code-frame" "^7.10.1"
869-
"@babel/generator" "^7.10.1"
870-
"@babel/helper-function-name" "^7.10.1"
871-
"@babel/helper-split-export-declaration" "^7.10.1"
872-
"@babel/parser" "^7.10.1"
873-
"@babel/types" "^7.10.1"
874-
debug "^4.1.0"
875-
globals "^11.1.0"
876-
lodash "^4.17.13"
877-
878-
"@babel/traverse@^7.10.4":
879-
version "7.10.4"
880-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
881-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
829+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.4":
830+
version "7.10.5"
831+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
832+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
882833
dependencies:
883834
"@babel/code-frame" "^7.10.4"
884-
"@babel/generator" "^7.10.4"
835+
"@babel/generator" "^7.10.5"
885836
"@babel/helper-function-name" "^7.10.4"
886837
"@babel/helper-split-export-declaration" "^7.10.4"
887-
"@babel/parser" "^7.10.4"
888-
"@babel/types" "^7.10.4"
838+
"@babel/parser" "^7.10.5"
839+
"@babel/types" "^7.10.5"
889840
debug "^4.1.0"
890841
globals "^11.1.0"
891-
lodash "^4.17.13"
842+
lodash "^4.17.19"
892843

893-
"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
894-
version "7.10.4"
895-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
896-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
844+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
845+
version "7.10.5"
846+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
847+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
897848
dependencies:
898849
"@babel/helper-validator-identifier" "^7.10.4"
899-
lodash "^4.17.13"
850+
lodash "^4.17.19"
900851
to-fast-properties "^2.0.0"
901852

902853
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)