Skip to content

Commit 3cda9ce

Browse files
Bump @babel/plugin-proposal-class-properties from 7.8.3 to 7.10.1
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.8.3 to 7.10.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 48cb4f5 commit 3cda9ce

File tree

2 files changed

+138
-22
lines changed

2 files changed

+138
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.9.6",
53-
"@babel/plugin-proposal-class-properties": "^7.8.3",
53+
"@babel/plugin-proposal-class-properties": "^7.10.1",
5454
"@babel/plugin-proposal-decorators": "^7.8.3",
5555
"@babel/plugin-transform-runtime": "^7.9.6",
5656
"@babel/plugin-transform-typescript": "^7.9.6",

yarn.lock

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

12+
"@babel/code-frame@^7.10.1":
13+
version "7.10.1"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
15+
integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
16+
dependencies:
17+
"@babel/highlight" "^7.10.1"
18+
1219
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
1320
version "7.9.0"
1421
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c"
@@ -40,6 +47,16 @@
4047
semver "^5.4.1"
4148
source-map "^0.5.0"
4249

50+
"@babel/generator@^7.10.1":
51+
version "7.10.2"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
53+
integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
54+
dependencies:
55+
"@babel/types" "^7.10.2"
56+
jsesc "^2.5.1"
57+
lodash "^4.17.13"
58+
source-map "^0.5.0"
59+
4360
"@babel/generator@^7.9.6":
4461
version "7.9.6"
4562
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
@@ -76,17 +93,17 @@
7693
levenary "^1.1.1"
7794
semver "^5.5.0"
7895

79-
"@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6":
80-
version "7.9.6"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.6.tgz#965c8b0a9f051801fd9d3b372ca0ccf200a90897"
82-
integrity sha512-6N9IeuyHvMBRyjNYOMJHrhwtu4WJMrYf8hVbEHD3pbbbmNOk1kmXSQs7bA4dYDUaIx4ZEzdnvo6NwC3WHd/Qow==
96+
"@babel/helper-create-class-features-plugin@^7.10.1", "@babel/helper-create-class-features-plugin@^7.8.3", "@babel/helper-create-class-features-plugin@^7.9.6":
97+
version "7.10.2"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67"
99+
integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==
83100
dependencies:
84-
"@babel/helper-function-name" "^7.9.5"
85-
"@babel/helper-member-expression-to-functions" "^7.8.3"
86-
"@babel/helper-optimise-call-expression" "^7.8.3"
87-
"@babel/helper-plugin-utils" "^7.8.3"
88-
"@babel/helper-replace-supers" "^7.9.6"
89-
"@babel/helper-split-export-declaration" "^7.8.3"
101+
"@babel/helper-function-name" "^7.10.1"
102+
"@babel/helper-member-expression-to-functions" "^7.10.1"
103+
"@babel/helper-optimise-call-expression" "^7.10.1"
104+
"@babel/helper-plugin-utils" "^7.10.1"
105+
"@babel/helper-replace-supers" "^7.10.1"
106+
"@babel/helper-split-export-declaration" "^7.10.1"
90107

91108
"@babel/helper-create-regexp-features-plugin@^7.8.3", "@babel/helper-create-regexp-features-plugin@^7.8.8":
92109
version "7.8.8"
@@ -114,6 +131,15 @@
114131
"@babel/traverse" "^7.8.3"
115132
"@babel/types" "^7.8.3"
116133

134+
"@babel/helper-function-name@^7.10.1":
135+
version "7.10.1"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4"
137+
integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==
138+
dependencies:
139+
"@babel/helper-get-function-arity" "^7.10.1"
140+
"@babel/template" "^7.10.1"
141+
"@babel/types" "^7.10.1"
142+
117143
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
118144
version "7.9.5"
119145
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
@@ -123,6 +149,13 @@
123149
"@babel/template" "^7.8.3"
124150
"@babel/types" "^7.9.5"
125151

152+
"@babel/helper-get-function-arity@^7.10.1":
153+
version "7.10.1"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d"
155+
integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==
156+
dependencies:
157+
"@babel/types" "^7.10.1"
158+
126159
"@babel/helper-get-function-arity@^7.8.3":
127160
version "7.8.3"
128161
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -137,6 +170,13 @@
137170
dependencies:
138171
"@babel/types" "^7.8.3"
139172

173+
"@babel/helper-member-expression-to-functions@^7.10.1":
174+
version "7.10.1"
175+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15"
176+
integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==
177+
dependencies:
178+
"@babel/types" "^7.10.1"
179+
140180
"@babel/helper-member-expression-to-functions@^7.8.3":
141181
version "7.8.3"
142182
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -164,17 +204,24 @@
164204
"@babel/types" "^7.9.0"
165205
lodash "^4.17.13"
166206

207+
"@babel/helper-optimise-call-expression@^7.10.1":
208+
version "7.10.1"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
210+
integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==
211+
dependencies:
212+
"@babel/types" "^7.10.1"
213+
167214
"@babel/helper-optimise-call-expression@^7.8.3":
168215
version "7.8.3"
169216
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
170217
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
171218
dependencies:
172219
"@babel/types" "^7.8.3"
173220

174-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
175-
version "7.8.3"
176-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
177-
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
221+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
222+
version "7.10.1"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
224+
integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==
178225

179226
"@babel/helper-regex@^7.8.3":
180227
version "7.8.3"
@@ -194,7 +241,17 @@
194241
"@babel/traverse" "^7.8.3"
195242
"@babel/types" "^7.8.3"
196243

197-
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6", "@babel/helper-replace-supers@^7.9.6":
244+
"@babel/helper-replace-supers@^7.10.1":
245+
version "7.10.1"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d"
247+
integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==
248+
dependencies:
249+
"@babel/helper-member-expression-to-functions" "^7.10.1"
250+
"@babel/helper-optimise-call-expression" "^7.10.1"
251+
"@babel/traverse" "^7.10.1"
252+
"@babel/types" "^7.10.1"
253+
254+
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
198255
version "7.9.6"
199256
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444"
200257
integrity sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==
@@ -212,13 +269,25 @@
212269
"@babel/template" "^7.8.3"
213270
"@babel/types" "^7.8.3"
214271

272+
"@babel/helper-split-export-declaration@^7.10.1":
273+
version "7.10.1"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
275+
integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==
276+
dependencies:
277+
"@babel/types" "^7.10.1"
278+
215279
"@babel/helper-split-export-declaration@^7.8.3":
216280
version "7.8.3"
217281
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
218282
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
219283
dependencies:
220284
"@babel/types" "^7.8.3"
221285

286+
"@babel/helper-validator-identifier@^7.10.1":
287+
version "7.10.1"
288+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
289+
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
290+
222291
"@babel/helper-validator-identifier@^7.9.5":
223292
version "7.9.5"
224293
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -243,6 +312,15 @@
243312
"@babel/traverse" "^7.9.6"
244313
"@babel/types" "^7.9.6"
245314

315+
"@babel/highlight@^7.10.1":
316+
version "7.10.1"
317+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
318+
integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==
319+
dependencies:
320+
"@babel/helper-validator-identifier" "^7.10.1"
321+
chalk "^2.0.0"
322+
js-tokens "^4.0.0"
323+
246324
"@babel/highlight@^7.8.3":
247325
version "7.8.3"
248326
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -252,6 +330,11 @@
252330
esutils "^2.0.2"
253331
js-tokens "^4.0.0"
254332

333+
"@babel/parser@^7.10.1":
334+
version "7.10.2"
335+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
336+
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
337+
255338
"@babel/parser@^7.4.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
256339
version "7.9.6"
257340
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
@@ -266,13 +349,13 @@
266349
"@babel/helper-remap-async-to-generator" "^7.8.3"
267350
"@babel/plugin-syntax-async-generators" "^7.8.0"
268351

269-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.8.3":
270-
version "7.8.3"
271-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
272-
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
352+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.8.3":
353+
version "7.10.1"
354+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz#046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01"
355+
integrity sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw==
273356
dependencies:
274-
"@babel/helper-create-class-features-plugin" "^7.8.3"
275-
"@babel/helper-plugin-utils" "^7.8.3"
357+
"@babel/helper-create-class-features-plugin" "^7.10.1"
358+
"@babel/helper-plugin-utils" "^7.10.1"
276359

277360
"@babel/plugin-proposal-decorators@^7.8.3":
278361
version "7.8.3"
@@ -795,6 +878,15 @@
795878
dependencies:
796879
regenerator-runtime "^0.13.4"
797880

881+
"@babel/template@^7.10.1":
882+
version "7.10.1"
883+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
884+
integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
885+
dependencies:
886+
"@babel/code-frame" "^7.10.1"
887+
"@babel/parser" "^7.10.1"
888+
"@babel/types" "^7.10.1"
889+
798890
"@babel/template@^7.8.3", "@babel/template@^7.8.6":
799891
version "7.8.6"
800892
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
@@ -804,6 +896,21 @@
804896
"@babel/parser" "^7.8.6"
805897
"@babel/types" "^7.8.6"
806898

899+
"@babel/traverse@^7.10.1":
900+
version "7.10.1"
901+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
902+
integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
903+
dependencies:
904+
"@babel/code-frame" "^7.10.1"
905+
"@babel/generator" "^7.10.1"
906+
"@babel/helper-function-name" "^7.10.1"
907+
"@babel/helper-split-export-declaration" "^7.10.1"
908+
"@babel/parser" "^7.10.1"
909+
"@babel/types" "^7.10.1"
910+
debug "^4.1.0"
911+
globals "^11.1.0"
912+
lodash "^4.17.13"
913+
807914
"@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.6":
808915
version "7.9.6"
809916
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
@@ -819,6 +926,15 @@
819926
globals "^11.1.0"
820927
lodash "^4.17.13"
821928

929+
"@babel/types@^7.10.1", "@babel/types@^7.10.2":
930+
version "7.10.2"
931+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
932+
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
933+
dependencies:
934+
"@babel/helper-validator-identifier" "^7.10.1"
935+
lodash "^4.17.13"
936+
to-fast-properties "^2.0.0"
937+
822938
"@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.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
823939
version "7.9.6"
824940
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"

0 commit comments

Comments
 (0)