Skip to content

Commit ab765e3

Browse files
Bump @babel/core from 7.11.1 to 7.11.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.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.11.5/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8404b85 commit ab765e3

File tree

2 files changed

+34
-167
lines changed

2 files changed

+34
-167
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"walk-sync": "^2.2.0"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.9.6",
52+
"@babel/core": "^7.11.5",
5353
"@babel/plugin-proposal-class-properties": "^7.10.1",
5454
"@babel/plugin-proposal-decorators": "^7.10.5",
5555
"@babel/plugin-transform-runtime": "^7.11.0",

yarn.lock

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

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.10.4"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
88
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
@@ -27,56 +27,36 @@
2727
invariant "^2.2.4"
2828
semver "^5.5.0"
2929

30-
"@babel/core@^7.10.2", "@babel/core@^7.11.0", "@babel/core@^7.3.4", "@babel/core@^7.9.6":
31-
version "7.11.1"
32-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
33-
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
30+
"@babel/core@^7.10.2", "@babel/core@^7.11.0", "@babel/core@^7.11.5", "@babel/core@^7.3.4":
31+
version "7.11.5"
32+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
33+
integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q==
3434
dependencies:
3535
"@babel/code-frame" "^7.10.4"
36-
"@babel/generator" "^7.11.0"
36+
"@babel/generator" "^7.11.5"
3737
"@babel/helper-module-transforms" "^7.11.0"
3838
"@babel/helpers" "^7.10.4"
39-
"@babel/parser" "^7.11.1"
39+
"@babel/parser" "^7.11.5"
4040
"@babel/template" "^7.10.4"
41-
"@babel/traverse" "^7.11.0"
42-
"@babel/types" "^7.11.0"
41+
"@babel/traverse" "^7.11.5"
42+
"@babel/types" "^7.11.5"
4343
convert-source-map "^1.7.0"
4444
debug "^4.1.0"
4545
gensync "^1.0.0-beta.1"
4646
json5 "^2.1.2"
4747
lodash "^4.17.19"
4848
resolve "^1.3.2"
4949
semver "^5.4.1"
50-
source-map "^0.5.0"
51-
52-
"@babel/generator@^7.10.4":
53-
version "7.10.4"
54-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
55-
integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
56-
dependencies:
57-
"@babel/types" "^7.10.4"
58-
jsesc "^2.5.1"
59-
lodash "^4.17.13"
60-
source-map "^0.5.0"
61-
62-
"@babel/generator@^7.11.0":
63-
version "7.11.0"
64-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
65-
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
66-
dependencies:
67-
"@babel/types" "^7.11.0"
68-
jsesc "^2.5.1"
69-
source-map "^0.5.0"
50+
source-map "^0.6.1"
7051

71-
"@babel/generator@^7.9.6":
72-
version "7.9.6"
73-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
74-
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
52+
"@babel/generator@^7.11.5":
53+
version "7.11.5"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82"
55+
integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g==
7556
dependencies:
76-
"@babel/types" "^7.9.6"
57+
"@babel/types" "^7.11.5"
7758
jsesc "^2.5.1"
78-
lodash "^4.17.13"
79-
source-map "^0.5.0"
59+
source-map "^0.6.1"
8060

8161
"@babel/helper-annotate-as-pure@^7.10.4":
8262
version "7.10.4"
@@ -167,29 +147,13 @@
167147
"@babel/template" "^7.10.4"
168148
"@babel/types" "^7.10.4"
169149

170-
"@babel/helper-function-name@^7.9.5":
171-
version "7.9.5"
172-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
173-
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
174-
dependencies:
175-
"@babel/helper-get-function-arity" "^7.8.3"
176-
"@babel/template" "^7.8.3"
177-
"@babel/types" "^7.9.5"
178-
179150
"@babel/helper-get-function-arity@^7.10.4":
180151
version "7.10.4"
181152
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
182153
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
183154
dependencies:
184155
"@babel/types" "^7.10.4"
185156

186-
"@babel/helper-get-function-arity@^7.8.3":
187-
version "7.8.3"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
189-
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
190-
dependencies:
191-
"@babel/types" "^7.8.3"
192-
193157
"@babel/helper-hoist-variables@^7.10.4":
194158
version "7.10.4"
195159
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -218,20 +182,7 @@
218182
dependencies:
219183
"@babel/types" "^7.10.4"
220184

221-
"@babel/helper-module-transforms@^7.10.4":
222-
version "7.10.4"
223-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d"
224-
integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q==
225-
dependencies:
226-
"@babel/helper-module-imports" "^7.10.4"
227-
"@babel/helper-replace-supers" "^7.10.4"
228-
"@babel/helper-simple-access" "^7.10.4"
229-
"@babel/helper-split-export-declaration" "^7.10.4"
230-
"@babel/template" "^7.10.4"
231-
"@babel/types" "^7.10.4"
232-
lodash "^4.17.13"
233-
234-
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0":
185+
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0":
235186
version "7.11.0"
236187
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
237188
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
@@ -320,23 +271,11 @@
320271
dependencies:
321272
"@babel/types" "^7.11.0"
322273

323-
"@babel/helper-split-export-declaration@^7.8.3":
324-
version "7.8.3"
325-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
326-
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
327-
dependencies:
328-
"@babel/types" "^7.8.3"
329-
330274
"@babel/helper-validator-identifier@^7.10.4":
331275
version "7.10.4"
332276
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
333277
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
334278

335-
"@babel/helper-validator-identifier@^7.9.5":
336-
version "7.9.5"
337-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
338-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
339-
340279
"@babel/helper-wrap-function@^7.10.4":
341280
version "7.10.4"
342281
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
@@ -365,25 +304,10 @@
365304
chalk "^2.0.0"
366305
js-tokens "^4.0.0"
367306

368-
"@babel/parser@^7.10.4":
369-
version "7.10.4"
370-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
371-
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
372-
373-
"@babel/parser@^7.11.0":
374-
version "7.11.0"
375-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
376-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
377-
378-
"@babel/parser@^7.11.1":
379-
version "7.11.3"
380-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9"
381-
integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA==
382-
383-
"@babel/parser@^7.4.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
384-
version "7.9.6"
385-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
386-
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
307+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0":
308+
version "7.11.5"
309+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
310+
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
387311

388312
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
389313
version "7.10.4"
@@ -1017,87 +941,30 @@
1017941
"@babel/parser" "^7.10.4"
1018942
"@babel/types" "^7.10.4"
1019943

1020-
"@babel/template@^7.8.3":
1021-
version "7.8.6"
1022-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1023-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
1024-
dependencies:
1025-
"@babel/code-frame" "^7.8.3"
1026-
"@babel/parser" "^7.8.6"
1027-
"@babel/types" "^7.8.6"
1028-
1029-
"@babel/traverse@^7.10.4":
1030-
version "7.10.4"
1031-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
1032-
integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
944+
"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
945+
version "7.11.5"
946+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
947+
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
1033948
dependencies:
1034949
"@babel/code-frame" "^7.10.4"
1035-
"@babel/generator" "^7.10.4"
1036-
"@babel/helper-function-name" "^7.10.4"
1037-
"@babel/helper-split-export-declaration" "^7.10.4"
1038-
"@babel/parser" "^7.10.4"
1039-
"@babel/types" "^7.10.4"
1040-
debug "^4.1.0"
1041-
globals "^11.1.0"
1042-
lodash "^4.17.13"
1043-
1044-
"@babel/traverse@^7.11.0":
1045-
version "7.11.0"
1046-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
1047-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1048-
dependencies:
1049-
"@babel/code-frame" "^7.10.4"
1050-
"@babel/generator" "^7.11.0"
950+
"@babel/generator" "^7.11.5"
1051951
"@babel/helper-function-name" "^7.10.4"
1052952
"@babel/helper-split-export-declaration" "^7.11.0"
1053-
"@babel/parser" "^7.11.0"
1054-
"@babel/types" "^7.11.0"
953+
"@babel/parser" "^7.11.5"
954+
"@babel/types" "^7.11.5"
1055955
debug "^4.1.0"
1056956
globals "^11.1.0"
1057957
lodash "^4.17.19"
1058958

1059-
"@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
1060-
version "7.9.6"
1061-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1062-
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
1063-
dependencies:
1064-
"@babel/code-frame" "^7.8.3"
1065-
"@babel/generator" "^7.9.6"
1066-
"@babel/helper-function-name" "^7.9.5"
1067-
"@babel/helper-split-export-declaration" "^7.8.3"
1068-
"@babel/parser" "^7.9.6"
1069-
"@babel/types" "^7.9.6"
1070-
debug "^4.1.0"
1071-
globals "^11.1.0"
1072-
lodash "^4.17.13"
1073-
1074-
"@babel/types@^7.10.4":
1075-
version "7.10.4"
1076-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
1077-
integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
1078-
dependencies:
1079-
"@babel/helper-validator-identifier" "^7.10.4"
1080-
lodash "^4.17.13"
1081-
to-fast-properties "^2.0.0"
1082-
1083-
"@babel/types@^7.11.0":
1084-
version "7.11.0"
1085-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1086-
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
959+
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3":
960+
version "7.11.5"
961+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
962+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
1087963
dependencies:
1088964
"@babel/helper-validator-identifier" "^7.10.4"
1089965
lodash "^4.17.19"
1090966
to-fast-properties "^2.0.0"
1091967

1092-
"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
1093-
version "7.9.6"
1094-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
1095-
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
1096-
dependencies:
1097-
"@babel/helper-validator-identifier" "^7.9.5"
1098-
lodash "^4.17.13"
1099-
to-fast-properties "^2.0.0"
1100-
1101968
"@cnakazawa/watch@^1.0.3":
1102969
version "1.0.3"
1103970
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -9566,7 +9433,7 @@ [email protected], source-map@^0.4.2:
95669433
dependencies:
95679434
amdefine ">=0.0.4"
95689435

9569-
source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
9436+
source-map@^0.5.6, source-map@^0.5.7:
95709437
version "0.5.7"
95719438
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
95729439
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)