Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 9e6d3a5

Browse files
authored
Merge pull request #80 from aidenybai/dependabot/npm_and_yarn/babel/plugin-proposal-class-properties-7.13.0
build(deps-dev): bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.13.0
2 parents ef1b7ff + 72c6e52 commit 9e6d3a5

File tree

1 file changed

+129
-19
lines changed

1 file changed

+129
-19
lines changed

yarn.lock

+129-19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12+
"@babel/code-frame@^7.12.13":
13+
version "7.12.13"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
16+
dependencies:
17+
"@babel/highlight" "^7.12.13"
18+
1219
"@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
1320
version "7.12.7"
1421
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
@@ -44,6 +51,15 @@
4451
jsesc "^2.5.1"
4552
source-map "^0.5.0"
4653

54+
"@babel/generator@^7.13.0":
55+
version "7.13.9"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
57+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
58+
dependencies:
59+
"@babel/types" "^7.13.0"
60+
jsesc "^2.5.1"
61+
source-map "^0.5.0"
62+
4763
"@babel/helper-annotate-as-pure@^7.10.4":
4864
version "7.12.10"
4965
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -69,16 +85,16 @@
6985
browserslist "^4.14.5"
7086
semver "^5.5.0"
7187

72-
"@babel/helper-create-class-features-plugin@^7.12.1":
73-
version "7.12.1"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
75-
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
88+
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
89+
version "7.13.11"
90+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
91+
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
7692
dependencies:
77-
"@babel/helper-function-name" "^7.10.4"
78-
"@babel/helper-member-expression-to-functions" "^7.12.1"
79-
"@babel/helper-optimise-call-expression" "^7.10.4"
80-
"@babel/helper-replace-supers" "^7.12.1"
81-
"@babel/helper-split-export-declaration" "^7.10.4"
93+
"@babel/helper-function-name" "^7.12.13"
94+
"@babel/helper-member-expression-to-functions" "^7.13.0"
95+
"@babel/helper-optimise-call-expression" "^7.12.13"
96+
"@babel/helper-replace-supers" "^7.13.0"
97+
"@babel/helper-split-export-declaration" "^7.12.13"
8298

8399
"@babel/helper-create-regexp-features-plugin@^7.12.1":
84100
version "7.12.7"
@@ -113,27 +129,50 @@
113129
"@babel/template" "^7.12.7"
114130
"@babel/types" "^7.12.11"
115131

132+
"@babel/helper-function-name@^7.12.13":
133+
version "7.12.13"
134+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
135+
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
136+
dependencies:
137+
"@babel/helper-get-function-arity" "^7.12.13"
138+
"@babel/template" "^7.12.13"
139+
"@babel/types" "^7.12.13"
140+
116141
"@babel/helper-get-function-arity@^7.12.10":
117142
version "7.12.10"
118143
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
119144
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
120145
dependencies:
121146
"@babel/types" "^7.12.10"
122147

148+
"@babel/helper-get-function-arity@^7.12.13":
149+
version "7.12.13"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
151+
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
152+
dependencies:
153+
"@babel/types" "^7.12.13"
154+
123155
"@babel/helper-hoist-variables@^7.10.4":
124156
version "7.10.4"
125157
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
126158
integrity sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==
127159
dependencies:
128160
"@babel/types" "^7.10.4"
129161

130-
"@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7":
162+
"@babel/helper-member-expression-to-functions@^7.12.7":
131163
version "7.12.7"
132164
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
133165
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
134166
dependencies:
135167
"@babel/types" "^7.12.7"
136168

169+
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
170+
version "7.13.12"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
172+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
173+
dependencies:
174+
"@babel/types" "^7.13.12"
175+
137176
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
138177
version "7.12.5"
139178
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
@@ -163,10 +202,17 @@
163202
dependencies:
164203
"@babel/types" "^7.12.10"
165204

166-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
167-
version "7.10.4"
168-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
169-
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
205+
"@babel/helper-optimise-call-expression@^7.12.13":
206+
version "7.12.13"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
208+
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
209+
dependencies:
210+
"@babel/types" "^7.12.13"
211+
212+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
213+
version "7.13.0"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
215+
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
170216

171217
"@babel/helper-remap-async-to-generator@^7.12.1":
172218
version "7.12.1"
@@ -187,6 +233,16 @@
187233
"@babel/traverse" "^7.12.10"
188234
"@babel/types" "^7.12.11"
189235

236+
"@babel/helper-replace-supers@^7.13.0":
237+
version "7.13.12"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
239+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
240+
dependencies:
241+
"@babel/helper-member-expression-to-functions" "^7.13.12"
242+
"@babel/helper-optimise-call-expression" "^7.12.13"
243+
"@babel/traverse" "^7.13.0"
244+
"@babel/types" "^7.13.12"
245+
190246
"@babel/helper-simple-access@^7.12.1":
191247
version "7.12.1"
192248
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
@@ -208,6 +264,13 @@
208264
dependencies:
209265
"@babel/types" "^7.12.11"
210266

267+
"@babel/helper-split-export-declaration@^7.12.13":
268+
version "7.12.13"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
270+
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
271+
dependencies:
272+
"@babel/types" "^7.12.13"
273+
211274
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
212275
version "7.12.11"
213276
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -246,11 +309,25 @@
246309
chalk "^2.0.0"
247310
js-tokens "^4.0.0"
248311

312+
"@babel/highlight@^7.12.13":
313+
version "7.13.10"
314+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
315+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
316+
dependencies:
317+
"@babel/helper-validator-identifier" "^7.12.11"
318+
chalk "^2.0.0"
319+
js-tokens "^4.0.0"
320+
249321
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
250322
version "7.12.11"
251323
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
252324
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
253325

326+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
327+
version "7.13.12"
328+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1"
329+
integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==
330+
254331
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
255332
version "7.12.12"
256333
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz#04b8f24fd4532008ab4e79f788468fd5a8476566"
@@ -261,12 +338,12 @@
261338
"@babel/plugin-syntax-async-generators" "^7.8.0"
262339

263340
"@babel/plugin-proposal-class-properties@^7.12.1":
264-
version "7.12.1"
265-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
266-
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
341+
version "7.13.0"
342+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
343+
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==
267344
dependencies:
268-
"@babel/helper-create-class-features-plugin" "^7.12.1"
269-
"@babel/helper-plugin-utils" "^7.10.4"
345+
"@babel/helper-create-class-features-plugin" "^7.13.0"
346+
"@babel/helper-plugin-utils" "^7.13.0"
270347

271348
"@babel/plugin-proposal-dynamic-import@^7.12.1":
272349
version "7.12.1"
@@ -837,6 +914,15 @@
837914
"@babel/parser" "^7.12.7"
838915
"@babel/types" "^7.12.7"
839916

917+
"@babel/template@^7.12.13":
918+
version "7.12.13"
919+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
920+
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
921+
dependencies:
922+
"@babel/code-frame" "^7.12.13"
923+
"@babel/parser" "^7.12.13"
924+
"@babel/types" "^7.12.13"
925+
840926
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
841927
version "7.12.12"
842928
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
@@ -852,6 +938,21 @@
852938
globals "^11.1.0"
853939
lodash "^4.17.19"
854940

941+
"@babel/traverse@^7.13.0":
942+
version "7.13.0"
943+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
944+
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
945+
dependencies:
946+
"@babel/code-frame" "^7.12.13"
947+
"@babel/generator" "^7.13.0"
948+
"@babel/helper-function-name" "^7.12.13"
949+
"@babel/helper-split-export-declaration" "^7.12.13"
950+
"@babel/parser" "^7.13.0"
951+
"@babel/types" "^7.13.0"
952+
debug "^4.1.0"
953+
globals "^11.1.0"
954+
lodash "^4.17.19"
955+
855956
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
856957
version "7.12.12"
857958
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
@@ -861,6 +962,15 @@
861962
lodash "^4.17.19"
862963
to-fast-properties "^2.0.0"
863964

965+
"@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12":
966+
version "7.13.12"
967+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
968+
integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA==
969+
dependencies:
970+
"@babel/helper-validator-identifier" "^7.12.11"
971+
lodash "^4.17.19"
972+
to-fast-properties "^2.0.0"
973+
864974
"@bcoe/v8-coverage@^0.2.3":
865975
version "0.2.3"
866976
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)