Skip to content

Commit 86535bd

Browse files
Bump @babel/plugin-transform-typescript from 7.14.4 to 7.14.6
Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.14.4 to 7.14.6. - [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.14.6/packages/babel-plugin-transform-typescript) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1bb0b96 commit 86535bd

2 files changed

Lines changed: 155 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.14.3",
3535
"@babel/plugin-proposal-decorators": "^7.14.2",
36-
"@babel/plugin-transform-typescript": "^7.14.4",
36+
"@babel/plugin-transform-typescript": "^7.14.6",
3737
"@babel/preset-env": "^7.14.4",
3838
"babel-core": "^6.25.0",
3939
"eslint": "^7.27.0",

yarn.lock

Lines changed: 154 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
dependencies:
1717
"@babel/highlight" "^7.12.13"
1818

19+
"@babel/code-frame@^7.14.5":
20+
version "7.14.5"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
22+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
23+
dependencies:
24+
"@babel/highlight" "^7.14.5"
25+
1926
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2027
version "7.14.4"
2128
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
@@ -51,13 +58,29 @@
5158
jsesc "^2.5.1"
5259
source-map "^0.5.0"
5360

61+
"@babel/generator@^7.14.5":
62+
version "7.14.5"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
64+
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
65+
dependencies:
66+
"@babel/types" "^7.14.5"
67+
jsesc "^2.5.1"
68+
source-map "^0.5.0"
69+
5470
"@babel/helper-annotate-as-pure@^7.12.13":
5571
version "7.12.13"
5672
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
5773
integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==
5874
dependencies:
5975
"@babel/types" "^7.12.13"
6076

77+
"@babel/helper-annotate-as-pure@^7.14.5":
78+
version "7.14.5"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
80+
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
81+
dependencies:
82+
"@babel/types" "^7.14.5"
83+
6184
"@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13":
6285
version "7.12.13"
6386
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc"
@@ -76,17 +99,17 @@
7699
browserslist "^4.16.6"
77100
semver "^6.3.0"
78101

79-
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.3", "@babel/helper-create-class-features-plugin@^7.14.4":
80-
version "7.14.4"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
82-
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
102+
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0", "@babel/helper-create-class-features-plugin@^7.14.2", "@babel/helper-create-class-features-plugin@^7.14.3", "@babel/helper-create-class-features-plugin@^7.14.6":
103+
version "7.14.6"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
105+
integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==
83106
dependencies:
84-
"@babel/helper-annotate-as-pure" "^7.12.13"
85-
"@babel/helper-function-name" "^7.14.2"
86-
"@babel/helper-member-expression-to-functions" "^7.13.12"
87-
"@babel/helper-optimise-call-expression" "^7.12.13"
88-
"@babel/helper-replace-supers" "^7.14.4"
89-
"@babel/helper-split-export-declaration" "^7.12.13"
107+
"@babel/helper-annotate-as-pure" "^7.14.5"
108+
"@babel/helper-function-name" "^7.14.5"
109+
"@babel/helper-member-expression-to-functions" "^7.14.5"
110+
"@babel/helper-optimise-call-expression" "^7.14.5"
111+
"@babel/helper-replace-supers" "^7.14.5"
112+
"@babel/helper-split-export-declaration" "^7.14.5"
90113

91114
"@babel/helper-create-regexp-features-plugin@^7.12.13":
92115
version "7.12.17"
@@ -135,13 +158,29 @@
135158
"@babel/template" "^7.12.13"
136159
"@babel/types" "^7.14.2"
137160

161+
"@babel/helper-function-name@^7.14.5":
162+
version "7.14.5"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
164+
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
165+
dependencies:
166+
"@babel/helper-get-function-arity" "^7.14.5"
167+
"@babel/template" "^7.14.5"
168+
"@babel/types" "^7.14.5"
169+
138170
"@babel/helper-get-function-arity@^7.12.13":
139171
version "7.12.13"
140172
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
141173
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
142174
dependencies:
143175
"@babel/types" "^7.12.13"
144176

177+
"@babel/helper-get-function-arity@^7.14.5":
178+
version "7.14.5"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
180+
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
181+
dependencies:
182+
"@babel/types" "^7.14.5"
183+
145184
"@babel/helper-hoist-variables@^7.13.0":
146185
version "7.13.0"
147186
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8"
@@ -150,6 +189,13 @@
150189
"@babel/traverse" "^7.13.0"
151190
"@babel/types" "^7.13.0"
152191

192+
"@babel/helper-hoist-variables@^7.14.5":
193+
version "7.14.5"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
195+
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
196+
dependencies:
197+
"@babel/types" "^7.14.5"
198+
153199
"@babel/helper-member-expression-to-functions@^7.12.13":
154200
version "7.12.13"
155201
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
@@ -164,6 +210,13 @@
164210
dependencies:
165211
"@babel/types" "^7.13.12"
166212

213+
"@babel/helper-member-expression-to-functions@^7.14.5":
214+
version "7.14.7"
215+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
216+
integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
217+
dependencies:
218+
"@babel/types" "^7.14.5"
219+
167220
"@babel/helper-module-imports@^7.12.13":
168221
version "7.12.13"
169222
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
@@ -199,10 +252,17 @@
199252
dependencies:
200253
"@babel/types" "^7.12.13"
201254

202-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
203-
version "7.13.0"
204-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
205-
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
255+
"@babel/helper-optimise-call-expression@^7.14.5":
256+
version "7.14.5"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
258+
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
259+
dependencies:
260+
"@babel/types" "^7.14.5"
261+
262+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
263+
version "7.14.5"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
265+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
206266

207267
"@babel/helper-remap-async-to-generator@^7.13.0":
208268
version "7.13.0"
@@ -243,6 +303,16 @@
243303
"@babel/traverse" "^7.14.2"
244304
"@babel/types" "^7.14.4"
245305

306+
"@babel/helper-replace-supers@^7.14.5":
307+
version "7.14.5"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
309+
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
310+
dependencies:
311+
"@babel/helper-member-expression-to-functions" "^7.14.5"
312+
"@babel/helper-optimise-call-expression" "^7.14.5"
313+
"@babel/traverse" "^7.14.5"
314+
"@babel/types" "^7.14.5"
315+
246316
"@babel/helper-simple-access@^7.13.12":
247317
version "7.13.12"
248318
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -264,6 +334,13 @@
264334
dependencies:
265335
"@babel/types" "^7.12.13"
266336

337+
"@babel/helper-split-export-declaration@^7.14.5":
338+
version "7.14.5"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
340+
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
341+
dependencies:
342+
"@babel/types" "^7.14.5"
343+
267344
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
268345
version "7.12.11"
269346
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -274,6 +351,11 @@
274351
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
275352
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
276353

354+
"@babel/helper-validator-identifier@^7.14.5":
355+
version "7.14.5"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
357+
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
358+
277359
"@babel/helper-validator-option@^7.12.17":
278360
version "7.12.17"
279361
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -316,11 +398,25 @@
316398
chalk "^2.0.0"
317399
js-tokens "^4.0.0"
318400

401+
"@babel/highlight@^7.14.5":
402+
version "7.14.5"
403+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
404+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
405+
dependencies:
406+
"@babel/helper-validator-identifier" "^7.14.5"
407+
chalk "^2.0.0"
408+
js-tokens "^4.0.0"
409+
319410
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3", "@babel/parser@^7.4.3":
320411
version "7.14.4"
321412
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
322413
integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
323414

415+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.7":
416+
version "7.14.7"
417+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
418+
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
419+
324420
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
325421
version "7.13.12"
326422
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -572,12 +668,12 @@
572668
dependencies:
573669
"@babel/helper-plugin-utils" "^7.12.13"
574670

575-
"@babel/plugin-syntax-typescript@^7.12.13":
576-
version "7.12.13"
577-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474"
578-
integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==
671+
"@babel/plugin-syntax-typescript@^7.14.5":
672+
version "7.14.5"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
674+
integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
579675
dependencies:
580-
"@babel/helper-plugin-utils" "^7.12.13"
676+
"@babel/helper-plugin-utils" "^7.14.5"
581677

582678
"@babel/plugin-transform-arrow-functions@^7.13.0":
583679
version "7.13.0"
@@ -812,14 +908,14 @@
812908
dependencies:
813909
"@babel/helper-plugin-utils" "^7.12.13"
814910

815-
"@babel/plugin-transform-typescript@^7.14.4":
816-
version "7.14.4"
817-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.4.tgz#1c48829fa6d5f2de646060cd08abb6cda4b521a7"
818-
integrity sha512-WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==
911+
"@babel/plugin-transform-typescript@^7.14.6":
912+
version "7.14.6"
913+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c"
914+
integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA==
819915
dependencies:
820-
"@babel/helper-create-class-features-plugin" "^7.14.4"
821-
"@babel/helper-plugin-utils" "^7.13.0"
822-
"@babel/plugin-syntax-typescript" "^7.12.13"
916+
"@babel/helper-create-class-features-plugin" "^7.14.6"
917+
"@babel/helper-plugin-utils" "^7.14.5"
918+
"@babel/plugin-syntax-typescript" "^7.14.5"
823919

824920
"@babel/plugin-transform-unicode-escapes@^7.12.13":
825921
version "7.12.13"
@@ -942,6 +1038,15 @@
9421038
"@babel/parser" "^7.12.13"
9431039
"@babel/types" "^7.12.13"
9441040

1041+
"@babel/template@^7.14.5":
1042+
version "7.14.5"
1043+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1044+
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
1045+
dependencies:
1046+
"@babel/code-frame" "^7.14.5"
1047+
"@babel/parser" "^7.14.5"
1048+
"@babel/types" "^7.14.5"
1049+
9451050
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.4.3":
9461051
version "7.14.2"
9471052
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
@@ -956,6 +1061,21 @@
9561061
debug "^4.1.0"
9571062
globals "^11.1.0"
9581063

1064+
"@babel/traverse@^7.14.5":
1065+
version "7.14.7"
1066+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
1067+
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
1068+
dependencies:
1069+
"@babel/code-frame" "^7.14.5"
1070+
"@babel/generator" "^7.14.5"
1071+
"@babel/helper-function-name" "^7.14.5"
1072+
"@babel/helper-hoist-variables" "^7.14.5"
1073+
"@babel/helper-split-export-declaration" "^7.14.5"
1074+
"@babel/parser" "^7.14.7"
1075+
"@babel/types" "^7.14.5"
1076+
debug "^4.1.0"
1077+
globals "^11.1.0"
1078+
9591079
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
9601080
version "7.14.4"
9611081
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
@@ -964,6 +1084,14 @@
9641084
"@babel/helper-validator-identifier" "^7.14.0"
9651085
to-fast-properties "^2.0.0"
9661086

1087+
"@babel/types@^7.14.5":
1088+
version "7.14.5"
1089+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
1090+
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
1091+
dependencies:
1092+
"@babel/helper-validator-identifier" "^7.14.5"
1093+
to-fast-properties "^2.0.0"
1094+
9671095
"@cnakazawa/watch@^1.0.3":
9681096
version "1.0.4"
9691097
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"

0 commit comments

Comments
 (0)