Skip to content

Commit 0403aad

Browse files
Bump @babel/core from 7.8.7 to 7.9.0
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.7 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.7...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7026bb0 commit 0403aad

File tree

2 files changed

+80
-54
lines changed

2 files changed

+80
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"walk-sync": "^2.0.2"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.8.7",
51+
"@babel/core": "^7.9.0",
5252
"@babel/plugin-proposal-class-properties": "^7.8.3",
5353
"@babel/plugin-proposal-decorators": "^7.8.3",
5454
"@babel/plugin-transform-runtime": "^7.8.3",

yarn.lock

Lines changed: 79 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,34 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/core@^7.3.4", "@babel/core@^7.7.2", "@babel/core@^7.8.3", "@babel/core@^7.8.4", "@babel/core@^7.8.7":
22-
version "7.8.7"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b"
24-
integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA==
21+
"@babel/core@^7.3.4", "@babel/core@^7.7.2", "@babel/core@^7.8.3", "@babel/core@^7.8.4", "@babel/core@^7.9.0":
22+
version "7.9.0"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
24+
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
2525
dependencies:
2626
"@babel/code-frame" "^7.8.3"
27-
"@babel/generator" "^7.8.7"
28-
"@babel/helpers" "^7.8.4"
29-
"@babel/parser" "^7.8.7"
27+
"@babel/generator" "^7.9.0"
28+
"@babel/helper-module-transforms" "^7.9.0"
29+
"@babel/helpers" "^7.9.0"
30+
"@babel/parser" "^7.9.0"
3031
"@babel/template" "^7.8.6"
31-
"@babel/traverse" "^7.8.6"
32-
"@babel/types" "^7.8.7"
32+
"@babel/traverse" "^7.9.0"
33+
"@babel/types" "^7.9.0"
3334
convert-source-map "^1.7.0"
3435
debug "^4.1.0"
3536
gensync "^1.0.0-beta.1"
36-
json5 "^2.1.0"
37+
json5 "^2.1.2"
3738
lodash "^4.17.13"
3839
resolve "^1.3.2"
3940
semver "^5.4.1"
4041
source-map "^0.5.0"
4142

42-
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
43-
version "7.8.7"
44-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
45-
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
43+
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
44+
version "7.9.5"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
46+
integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
4647
dependencies:
47-
"@babel/types" "^7.8.7"
48+
"@babel/types" "^7.9.5"
4849
jsesc "^2.5.1"
4950
lodash "^4.17.13"
5051
source-map "^0.5.0"
@@ -130,6 +131,15 @@
130131
"@babel/template" "^7.8.3"
131132
"@babel/types" "^7.8.3"
132133

134+
"@babel/helper-function-name@^7.9.5":
135+
version "7.9.5"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
137+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
138+
dependencies:
139+
"@babel/helper-get-function-arity" "^7.8.3"
140+
"@babel/template" "^7.8.3"
141+
"@babel/types" "^7.9.5"
142+
133143
"@babel/helper-get-function-arity@^7.8.3":
134144
version "7.8.3"
135145
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -158,16 +168,17 @@
158168
dependencies:
159169
"@babel/types" "^7.8.3"
160170

161-
"@babel/helper-module-transforms@^7.8.3":
162-
version "7.8.3"
163-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590"
164-
integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q==
171+
"@babel/helper-module-transforms@^7.8.3", "@babel/helper-module-transforms@^7.9.0":
172+
version "7.9.0"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
174+
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
165175
dependencies:
166176
"@babel/helper-module-imports" "^7.8.3"
177+
"@babel/helper-replace-supers" "^7.8.6"
167178
"@babel/helper-simple-access" "^7.8.3"
168179
"@babel/helper-split-export-declaration" "^7.8.3"
169-
"@babel/template" "^7.8.3"
170-
"@babel/types" "^7.8.3"
180+
"@babel/template" "^7.8.6"
181+
"@babel/types" "^7.9.0"
171182
lodash "^4.17.13"
172183

173184
"@babel/helper-optimise-call-expression@^7.8.3":
@@ -210,6 +221,16 @@
210221
"@babel/traverse" "^7.8.3"
211222
"@babel/types" "^7.8.3"
212223

224+
"@babel/helper-replace-supers@^7.8.6":
225+
version "7.8.6"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
227+
integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA==
228+
dependencies:
229+
"@babel/helper-member-expression-to-functions" "^7.8.3"
230+
"@babel/helper-optimise-call-expression" "^7.8.3"
231+
"@babel/traverse" "^7.8.6"
232+
"@babel/types" "^7.8.6"
233+
213234
"@babel/helper-simple-access@^7.8.3":
214235
version "7.8.3"
215236
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -225,6 +246,11 @@
225246
dependencies:
226247
"@babel/types" "^7.8.3"
227248

249+
"@babel/helper-validator-identifier@^7.9.5":
250+
version "7.9.5"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
252+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
253+
228254
"@babel/helper-wrap-function@^7.8.3":
229255
version "7.8.3"
230256
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -235,14 +261,14 @@
235261
"@babel/traverse" "^7.8.3"
236262
"@babel/types" "^7.8.3"
237263

238-
"@babel/helpers@^7.8.4":
239-
version "7.8.4"
240-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
241-
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
264+
"@babel/helpers@^7.9.0":
265+
version "7.9.2"
266+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
267+
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
242268
dependencies:
243269
"@babel/template" "^7.8.3"
244-
"@babel/traverse" "^7.8.4"
245-
"@babel/types" "^7.8.3"
270+
"@babel/traverse" "^7.9.0"
271+
"@babel/types" "^7.9.0"
246272

247273
"@babel/highlight@^7.8.3":
248274
version "7.8.3"
@@ -253,10 +279,10 @@
253279
esutils "^2.0.2"
254280
js-tokens "^4.0.0"
255281

256-
"@babel/parser@^7.0.0", "@babel/parser@^7.4.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
257-
version "7.8.7"
258-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
259-
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
282+
"@babel/parser@^7.0.0", "@babel/parser@^7.4.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
283+
version "7.9.4"
284+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
285+
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
260286

261287
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
262288
version "7.8.3"
@@ -784,27 +810,27 @@
784810
"@babel/parser" "^7.8.6"
785811
"@babel/types" "^7.8.6"
786812

787-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6":
788-
version "7.8.6"
789-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
790-
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
813+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
814+
version "7.9.5"
815+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
816+
integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
791817
dependencies:
792818
"@babel/code-frame" "^7.8.3"
793-
"@babel/generator" "^7.8.6"
794-
"@babel/helper-function-name" "^7.8.3"
819+
"@babel/generator" "^7.9.5"
820+
"@babel/helper-function-name" "^7.9.5"
795821
"@babel/helper-split-export-declaration" "^7.8.3"
796-
"@babel/parser" "^7.8.6"
797-
"@babel/types" "^7.8.6"
822+
"@babel/parser" "^7.9.0"
823+
"@babel/types" "^7.9.5"
798824
debug "^4.1.0"
799825
globals "^11.1.0"
800826
lodash "^4.17.13"
801827

802-
"@babel/types@^7.0.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
803-
version "7.8.7"
804-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
805-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
828+
"@babel/types@^7.0.0", "@babel/types@^7.4.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
829+
version "7.9.5"
830+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
831+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
806832
dependencies:
807-
esutils "^2.0.2"
833+
"@babel/helper-validator-identifier" "^7.9.5"
808834
lodash "^4.17.13"
809835
to-fast-properties "^2.0.0"
810836

@@ -6330,12 +6356,12 @@ json5@^0.5.1:
63306356
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
63316357
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
63326358

6333-
json5@^2.1.0:
6334-
version "2.1.0"
6335-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
6336-
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
6359+
json5@^2.1.2:
6360+
version "2.1.3"
6361+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
6362+
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
63376363
dependencies:
6338-
minimist "^1.2.0"
6364+
minimist "^1.2.5"
63396365

63406366
jsonfile@^2.1.0:
63416367
version "2.4.0"
@@ -8395,10 +8421,10 @@ [email protected]:
83958421
dependencies:
83968422
path-parse "^1.0.6"
83978423

8398-
resolve@^1.1.3, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.14.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
8399-
version "1.14.0"
8400-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.0.tgz#6d14c6f9db9f8002071332b600039abf82053f64"
8401-
integrity sha512-uviWSi5N67j3t3UKFxej1loCH0VZn5XuqdNxoLShPcYPw6cUZn74K1VRj+9myynRX03bxIBEkwlkob/ujLsJVw==
8424+
resolve@^1.1.3, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.8.1:
8425+
version "1.15.1"
8426+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
8427+
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
84028428
dependencies:
84038429
path-parse "^1.0.6"
84048430

0 commit comments

Comments
 (0)