Skip to content

Commit 63e8cd8

Browse files
Bump @babel/plugin-proposal-class-properties from 7.8.0 to 7.8.3
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.8.0 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.0...v7.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent edf2989 commit 63e8cd8

File tree

2 files changed

+126
-39
lines changed

2 files changed

+126
-39
lines changed

package.json

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

yarn.lock

Lines changed: 125 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.0"
1111

12+
"@babel/code-frame@^7.8.3":
13+
version "7.8.3"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
15+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
16+
dependencies:
17+
"@babel/highlight" "^7.8.3"
18+
1219
"@babel/core@^7.3.3", "@babel/core@^7.3.4", "@babel/core@^7.7.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
1320
version "7.8.0"
1421
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.0.tgz#fd273d4faf69cc20ee3ccfd32d42df916bb4a15c"
@@ -40,6 +47,16 @@
4047
lodash "^4.17.13"
4148
source-map "^0.5.0"
4249

50+
"@babel/generator@^7.8.3":
51+
version "7.8.3"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
53+
integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==
54+
dependencies:
55+
"@babel/types" "^7.8.3"
56+
jsesc "^2.5.1"
57+
lodash "^4.17.13"
58+
source-map "^0.5.0"
59+
4360
"@babel/helper-annotate-as-pure@^7.7.4":
4461
version "7.7.4"
4562
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -64,17 +81,17 @@
6481
"@babel/traverse" "^7.7.4"
6582
"@babel/types" "^7.7.4"
6683

67-
"@babel/helper-create-class-features-plugin@^7.7.4", "@babel/helper-create-class-features-plugin@^7.8.0":
68-
version "7.8.0"
69-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.0.tgz#b3ddf557ed4656e0d296c3b0f3fcd381ea8de72c"
70-
integrity sha512-ctCvqYBTlwEl2uF4hCxE0cd/sSw71Zfag0jKa39y4HDLh0BQ4PVBX1384Ye8GqrEZ69xgLp9fwPbv3GgIDDF2Q==
84+
"@babel/helper-create-class-features-plugin@^7.7.4", "@babel/helper-create-class-features-plugin@^7.8.0", "@babel/helper-create-class-features-plugin@^7.8.3":
85+
version "7.8.3"
86+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
87+
integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA==
7188
dependencies:
72-
"@babel/helper-function-name" "^7.8.0"
73-
"@babel/helper-member-expression-to-functions" "^7.8.0"
74-
"@babel/helper-optimise-call-expression" "^7.8.0"
75-
"@babel/helper-plugin-utils" "^7.8.0"
76-
"@babel/helper-replace-supers" "^7.8.0"
77-
"@babel/helper-split-export-declaration" "^7.8.0"
89+
"@babel/helper-function-name" "^7.8.3"
90+
"@babel/helper-member-expression-to-functions" "^7.8.3"
91+
"@babel/helper-optimise-call-expression" "^7.8.3"
92+
"@babel/helper-plugin-utils" "^7.8.3"
93+
"@babel/helper-replace-supers" "^7.8.3"
94+
"@babel/helper-split-export-declaration" "^7.8.3"
7895

7996
"@babel/helper-create-regexp-features-plugin@^7.7.4":
8097
version "7.7.4"
@@ -119,6 +136,15 @@
119136
"@babel/template" "^7.8.0"
120137
"@babel/types" "^7.8.0"
121138

139+
"@babel/helper-function-name@^7.8.3":
140+
version "7.8.3"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
142+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
143+
dependencies:
144+
"@babel/helper-get-function-arity" "^7.8.3"
145+
"@babel/template" "^7.8.3"
146+
"@babel/types" "^7.8.3"
147+
122148
"@babel/helper-get-function-arity@^7.7.4":
123149
version "7.7.4"
124150
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
@@ -133,6 +159,13 @@
133159
dependencies:
134160
"@babel/types" "^7.8.0"
135161

162+
"@babel/helper-get-function-arity@^7.8.3":
163+
version "7.8.3"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
165+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
166+
dependencies:
167+
"@babel/types" "^7.8.3"
168+
136169
"@babel/helper-hoist-variables@^7.7.4":
137170
version "7.7.4"
138171
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
@@ -147,12 +180,12 @@
147180
dependencies:
148181
"@babel/types" "^7.7.4"
149182

150-
"@babel/helper-member-expression-to-functions@^7.8.0":
151-
version "7.8.0"
152-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.0.tgz#50d0ed445d2da11beb60e2dbc2c428254bd5a4ae"
153-
integrity sha512-0m1QabGrdXuoxX/g+KOAGndoHwskC70WweqHRQyCsaO67KOEELYh4ECcGw6ZGKjDKa5Y7SW4Qbhw6ly4Fah/jQ==
183+
"@babel/helper-member-expression-to-functions@^7.8.3":
184+
version "7.8.3"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
186+
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
154187
dependencies:
155-
"@babel/types" "^7.8.0"
188+
"@babel/types" "^7.8.3"
156189

157190
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.0":
158191
version "7.8.0"
@@ -180,17 +213,17 @@
180213
dependencies:
181214
"@babel/types" "^7.7.4"
182215

183-
"@babel/helper-optimise-call-expression@^7.8.0":
184-
version "7.8.0"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.0.tgz#3df62773cf210db9ed34c2bb39fece5acd1e1733"
186-
integrity sha512-aiJt1m+K57y0n10fTw+QXcCXzmpkG+o+NoQmAZqlZPstkTE0PZT+Z27QSd/6Gf00nuXJQO4NiJ0/YagSW5kC2A==
216+
"@babel/helper-optimise-call-expression@^7.8.3":
217+
version "7.8.3"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
219+
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
187220
dependencies:
188-
"@babel/types" "^7.8.0"
221+
"@babel/types" "^7.8.3"
189222

190-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
191-
version "7.8.0"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz#59ec882d43c21c544ccb51decaecb306b34a8231"
193-
integrity sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==
223+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
224+
version "7.8.3"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
226+
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
194227

195228
"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
196229
version "7.5.5"
@@ -220,15 +253,15 @@
220253
"@babel/traverse" "^7.7.4"
221254
"@babel/types" "^7.7.4"
222255

223-
"@babel/helper-replace-supers@^7.8.0":
224-
version "7.8.0"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.0.tgz#d83cb117edb820eebe9ae6c970a8ad5eac09d19f"
226-
integrity sha512-R2CyorW4tcO3YzdkClLpt6MS84G+tPkOi0MmiCn1bvYVnmDpdl9R15XOi3NQW2mhOAEeBnuQ4g1Bh7pT2sX8fg==
256+
"@babel/helper-replace-supers@^7.8.3":
257+
version "7.8.3"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
259+
integrity sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA==
227260
dependencies:
228-
"@babel/helper-member-expression-to-functions" "^7.8.0"
229-
"@babel/helper-optimise-call-expression" "^7.8.0"
230-
"@babel/traverse" "^7.8.0"
231-
"@babel/types" "^7.8.0"
261+
"@babel/helper-member-expression-to-functions" "^7.8.3"
262+
"@babel/helper-optimise-call-expression" "^7.8.3"
263+
"@babel/traverse" "^7.8.3"
264+
"@babel/types" "^7.8.3"
232265

233266
"@babel/helper-simple-access@^7.7.4":
234267
version "7.7.4"
@@ -252,6 +285,13 @@
252285
dependencies:
253286
"@babel/types" "^7.8.0"
254287

288+
"@babel/helper-split-export-declaration@^7.8.3":
289+
version "7.8.3"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
291+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
292+
dependencies:
293+
"@babel/types" "^7.8.3"
294+
255295
"@babel/helper-wrap-function@^7.7.4":
256296
version "7.7.4"
257297
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -280,11 +320,25 @@
280320
esutils "^2.0.2"
281321
js-tokens "^4.0.0"
282322

323+
"@babel/highlight@^7.8.3":
324+
version "7.8.3"
325+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
326+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
327+
dependencies:
328+
chalk "^2.0.0"
329+
esutils "^2.0.2"
330+
js-tokens "^4.0.0"
331+
283332
"@babel/parser@^7.0.0", "@babel/parser@^7.4.5", "@babel/parser@^7.8.0":
284333
version "7.8.0"
285334
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.0.tgz#54682775f1fb25dd29a93a02315aab29a6a292bb"
286335
integrity sha512-VVtsnUYbd1+2A2vOVhm4P2qNXQE8L/W859GpUHfUcdhX8d3pEKThZuIr6fztocWx9HbK+00/CR0tXnhAggJ4CA==
287336

337+
"@babel/parser@^7.8.3":
338+
version "7.8.3"
339+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
340+
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
341+
288342
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
289343
version "7.7.4"
290344
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
@@ -294,13 +348,13 @@
294348
"@babel/helper-remap-async-to-generator" "^7.7.4"
295349
"@babel/plugin-syntax-async-generators" "^7.7.4"
296350

297-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.0":
298-
version "7.8.0"
299-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.0.tgz#bb3325d9166c80db8f2e15fc0bb6d61d7300e373"
300-
integrity sha512-eVGj5NauhKCwABQjKIYncMQh9HtFsBrIcdsxImbTdUIaGnjymsVsBGmDQaDuPL/WCjYn6vPL4d+yvI6zy+VkrQ==
351+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3":
352+
version "7.8.3"
353+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
354+
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
301355
dependencies:
302-
"@babel/helper-create-class-features-plugin" "^7.8.0"
303-
"@babel/helper-plugin-utils" "^7.8.0"
356+
"@babel/helper-create-class-features-plugin" "^7.8.3"
357+
"@babel/helper-plugin-utils" "^7.8.3"
304358

305359
"@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.8.0":
306360
version "7.8.0"
@@ -766,6 +820,15 @@
766820
"@babel/parser" "^7.8.0"
767821
"@babel/types" "^7.8.0"
768822

823+
"@babel/template@^7.8.3":
824+
version "7.8.3"
825+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
826+
integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
827+
dependencies:
828+
"@babel/code-frame" "^7.8.3"
829+
"@babel/parser" "^7.8.3"
830+
"@babel/types" "^7.8.3"
831+
769832
"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.0":
770833
version "7.8.0"
771834
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.0.tgz#d85266fdcff553c10e57b672604b36383a127c1f"
@@ -781,6 +844,21 @@
781844
globals "^11.1.0"
782845
lodash "^4.17.13"
783846

847+
"@babel/traverse@^7.8.3":
848+
version "7.8.3"
849+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
850+
integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==
851+
dependencies:
852+
"@babel/code-frame" "^7.8.3"
853+
"@babel/generator" "^7.8.3"
854+
"@babel/helper-function-name" "^7.8.3"
855+
"@babel/helper-split-export-declaration" "^7.8.3"
856+
"@babel/parser" "^7.8.3"
857+
"@babel/types" "^7.8.3"
858+
debug "^4.1.0"
859+
globals "^11.1.0"
860+
lodash "^4.17.13"
861+
784862
"@babel/types@^7.0.0", "@babel/types@^7.4.0", "@babel/types@^7.7.4", "@babel/types@^7.8.0":
785863
version "7.8.0"
786864
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.0.tgz#1a2039a028057a2c888b668d94c98e61ea906e7f"
@@ -790,6 +868,15 @@
790868
lodash "^4.17.13"
791869
to-fast-properties "^2.0.0"
792870

871+
"@babel/types@^7.8.3":
872+
version "7.8.3"
873+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
874+
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
875+
dependencies:
876+
esutils "^2.0.2"
877+
lodash "^4.17.13"
878+
to-fast-properties "^2.0.0"
879+
793880
"@cnakazawa/watch@^1.0.3":
794881
version "1.0.3"
795882
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)