Skip to content

Commit 9ffb8ee

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump @babel/core from 7.10.4 to 7.10.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ddfe82 commit 9ffb8ee

File tree

2 files changed

+45
-112
lines changed

2 files changed

+45
-112
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"license": "MIT",
4444
"dependencies": {
4545
"@babel/cli": "^7.8.4",
46-
"@babel/core": "^7.8.4",
46+
"@babel/core": "^7.10.5",
4747
"@babel/plugin-proposal-class-properties": "^7.8.3",
4848
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
4949
"@babel/plugin-transform-runtime": "^7.8.3",

yarn.lock

+44-111
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,13 @@
1818
optionalDependencies:
1919
chokidar "^2.1.8"
2020

21-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
21+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.5.5":
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==
2525
dependencies:
2626
"@babel/highlight" "^7.10.4"
2727

28-
"@babel/code-frame@^7.10.3":
29-
version "7.10.3"
30-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a"
31-
integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==
32-
dependencies:
33-
"@babel/highlight" "^7.10.3"
34-
35-
"@babel/code-frame@^7.5.5":
36-
version "7.8.3"
37-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
38-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
39-
dependencies:
40-
"@babel/highlight" "^7.8.3"
41-
4228
"@babel/compat-data@^7.10.4":
4329
version "7.10.4"
4430
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.4.tgz#706a6484ee6f910b719b696a9194f8da7d7ac241"
@@ -48,36 +34,35 @@
4834
invariant "^2.2.4"
4935
semver "^5.5.0"
5036

51-
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
52-
version "7.10.4"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
54-
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==
5541
dependencies:
5642
"@babel/code-frame" "^7.10.4"
57-
"@babel/generator" "^7.10.4"
58-
"@babel/helper-module-transforms" "^7.10.4"
43+
"@babel/generator" "^7.10.5"
44+
"@babel/helper-module-transforms" "^7.10.5"
5945
"@babel/helpers" "^7.10.4"
60-
"@babel/parser" "^7.10.4"
46+
"@babel/parser" "^7.10.5"
6147
"@babel/template" "^7.10.4"
62-
"@babel/traverse" "^7.10.4"
63-
"@babel/types" "^7.10.4"
48+
"@babel/traverse" "^7.10.5"
49+
"@babel/types" "^7.10.5"
6450
convert-source-map "^1.7.0"
6551
debug "^4.1.0"
6652
gensync "^1.0.0-beta.1"
6753
json5 "^2.1.2"
68-
lodash "^4.17.13"
54+
lodash "^4.17.19"
6955
resolve "^1.3.2"
7056
semver "^5.4.1"
7157
source-map "^0.5.0"
7258

73-
"@babel/generator@^7.10.4", "@babel/generator@^7.8.6":
74-
version "7.10.4"
75-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
76-
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==
7763
dependencies:
78-
"@babel/types" "^7.10.4"
64+
"@babel/types" "^7.10.5"
7965
jsesc "^2.5.1"
80-
lodash "^4.17.13"
8166
source-map "^0.5.0"
8267

8368
"@babel/helper-annotate-as-pure@^7.10.4":
@@ -161,7 +146,7 @@
161146
"@babel/traverse" "^7.10.4"
162147
"@babel/types" "^7.10.4"
163148

164-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.8.3":
149+
"@babel/helper-function-name@^7.10.4":
165150
version "7.10.4"
166151
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
167152
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
@@ -198,18 +183,18 @@
198183
dependencies:
199184
"@babel/types" "^7.10.4"
200185

201-
"@babel/helper-module-transforms@^7.10.4":
202-
version "7.10.4"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
204-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
186+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5":
187+
version "7.10.5"
188+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
189+
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
205190
dependencies:
206191
"@babel/helper-module-imports" "^7.10.4"
207192
"@babel/helper-replace-supers" "^7.10.4"
208193
"@babel/helper-simple-access" "^7.10.4"
209194
"@babel/helper-split-export-declaration" "^7.10.4"
210195
"@babel/template" "^7.10.4"
211-
"@babel/types" "^7.10.4"
212-
lodash "^4.17.13"
196+
"@babel/types" "^7.10.5"
197+
lodash "^4.17.19"
213198

214199
"@babel/helper-optimise-call-expression@^7.10.4":
215200
version "7.10.4"
@@ -259,18 +244,13 @@
259244
"@babel/template" "^7.10.4"
260245
"@babel/types" "^7.10.4"
261246

262-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.8.3":
247+
"@babel/helper-split-export-declaration@^7.10.4":
263248
version "7.10.4"
264249
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
265250
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
266251
dependencies:
267252
"@babel/types" "^7.10.4"
268253

269-
"@babel/helper-validator-identifier@^7.10.3":
270-
version "7.10.3"
271-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
272-
integrity sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==
273-
274254
"@babel/helper-validator-identifier@^7.10.4":
275255
version "7.10.4"
276256
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -295,16 +275,7 @@
295275
"@babel/traverse" "^7.10.4"
296276
"@babel/types" "^7.10.4"
297277

298-
"@babel/highlight@^7.10.3":
299-
version "7.10.3"
300-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d"
301-
integrity sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==
302-
dependencies:
303-
"@babel/helper-validator-identifier" "^7.10.3"
304-
chalk "^2.0.0"
305-
js-tokens "^4.0.0"
306-
307-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
278+
"@babel/highlight@^7.10.4":
308279
version "7.10.4"
309280
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
310281
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
@@ -313,15 +284,10 @@
313284
chalk "^2.0.0"
314285
js-tokens "^4.0.0"
315286

316-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6":
317-
version "7.10.4"
318-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
319-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
320-
321-
"@babel/parser@^7.10.3":
322-
version "7.10.3"
323-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
324-
integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
287+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.0":
288+
version "7.10.5"
289+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
290+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
325291

326292
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
327293
version "7.10.4"
@@ -968,7 +934,7 @@
968934
dependencies:
969935
regenerator-runtime "^0.13.4"
970936

971-
"@babel/template@^7.10.4":
937+
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
972938
version "7.10.4"
973939
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
974940
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -977,61 +943,28 @@
977943
"@babel/parser" "^7.10.4"
978944
"@babel/types" "^7.10.4"
979945

980-
"@babel/template@^7.3.3":
981-
version "7.10.3"
982-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8"
983-
integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==
984-
dependencies:
985-
"@babel/code-frame" "^7.10.3"
986-
"@babel/parser" "^7.10.3"
987-
"@babel/types" "^7.10.3"
988-
989-
"@babel/traverse@^7.1.0":
990-
version "7.8.6"
991-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
992-
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
993-
dependencies:
994-
"@babel/code-frame" "^7.8.3"
995-
"@babel/generator" "^7.8.6"
996-
"@babel/helper-function-name" "^7.8.3"
997-
"@babel/helper-split-export-declaration" "^7.8.3"
998-
"@babel/parser" "^7.8.6"
999-
"@babel/types" "^7.8.6"
1000-
debug "^4.1.0"
1001-
globals "^11.1.0"
1002-
lodash "^4.17.13"
1003-
1004-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.7.0":
1005-
version "7.10.4"
1006-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
1007-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
946+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.0":
947+
version "7.10.5"
948+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
949+
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
1008950
dependencies:
1009951
"@babel/code-frame" "^7.10.4"
1010-
"@babel/generator" "^7.10.4"
952+
"@babel/generator" "^7.10.5"
1011953
"@babel/helper-function-name" "^7.10.4"
1012954
"@babel/helper-split-export-declaration" "^7.10.4"
1013-
"@babel/parser" "^7.10.4"
1014-
"@babel/types" "^7.10.4"
955+
"@babel/parser" "^7.10.5"
956+
"@babel/types" "^7.10.5"
1015957
debug "^4.1.0"
1016958
globals "^11.1.0"
1017-
lodash "^4.17.13"
959+
lodash "^4.17.19"
1018960

1019-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.6":
1020-
version "7.10.4"
1021-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
1022-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
961+
"@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", "@babel/types@^7.7.0":
962+
version "7.10.5"
963+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
964+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
1023965
dependencies:
1024966
"@babel/helper-validator-identifier" "^7.10.4"
1025-
lodash "^4.17.13"
1026-
to-fast-properties "^2.0.0"
1027-
1028-
"@babel/types@^7.10.3", "@babel/types@^7.3.3":
1029-
version "7.10.3"
1030-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
1031-
integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
1032-
dependencies:
1033-
"@babel/helper-validator-identifier" "^7.10.3"
1034-
lodash "^4.17.13"
967+
lodash "^4.17.19"
1035968
to-fast-properties "^2.0.0"
1036969

1037970
"@bcoe/v8-coverage@^0.2.3":
@@ -6150,7 +6083,7 @@ lodash@^3.3.1:
61506083
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
61516084
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
61526085

6153-
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1, lodash@^4.5.1:
6086+
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.2.1, lodash@^4.5.1:
61546087
version "4.17.19"
61556088
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
61566089
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)