Skip to content

Commit a85631a

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.15.4
1 parent 59a8aa8 commit a85631a

File tree

2 files changed

+175
-7
lines changed

2 files changed

+175
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"vuex-module-decorators": "1.0.1"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.15.0",
39-
"@babel/runtime-corejs3": "7.15.3",
38+
"@babel/core": "7.15.4",
39+
"@babel/runtime-corejs3": "7.15.4",
4040
"@nuxt/types": "2.15.8",
4141
"@nuxt/typescript-build": "2.1.0",
4242
"@nuxtjs/axios": "5.13.6",

yarn.lock

Lines changed: 173 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,28 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2222
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

24-
"@babel/[email protected]", "@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0":
24+
25+
version "7.15.4"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
27+
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
28+
dependencies:
29+
"@babel/code-frame" "^7.14.5"
30+
"@babel/generator" "^7.15.4"
31+
"@babel/helper-compilation-targets" "^7.15.4"
32+
"@babel/helper-module-transforms" "^7.15.4"
33+
"@babel/helpers" "^7.15.4"
34+
"@babel/parser" "^7.15.4"
35+
"@babel/template" "^7.15.4"
36+
"@babel/traverse" "^7.15.4"
37+
"@babel/types" "^7.15.4"
38+
convert-source-map "^1.7.0"
39+
debug "^4.1.0"
40+
gensync "^1.0.0-beta.2"
41+
json5 "^2.1.2"
42+
semver "^6.3.0"
43+
source-map "^0.5.0"
44+
45+
"@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0":
2546
version "7.15.0"
2647
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
2748
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
@@ -60,6 +81,15 @@
6081
jsesc "^2.5.1"
6182
source-map "^0.5.0"
6283

84+
"@babel/generator@^7.15.4":
85+
version "7.15.4"
86+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
87+
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
88+
dependencies:
89+
"@babel/types" "^7.15.4"
90+
jsesc "^2.5.1"
91+
source-map "^0.5.0"
92+
6393
"@babel/helper-annotate-as-pure@^7.14.5":
6494
version "7.14.5"
6595
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -85,6 +115,16 @@
85115
browserslist "^4.16.6"
86116
semver "^6.3.0"
87117

118+
"@babel/helper-compilation-targets@^7.15.4":
119+
version "7.15.4"
120+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
121+
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
122+
dependencies:
123+
"@babel/compat-data" "^7.15.0"
124+
"@babel/helper-validator-option" "^7.14.5"
125+
browserslist "^4.16.6"
126+
semver "^6.3.0"
127+
88128
"@babel/helper-create-class-features-plugin@^7.14.5":
89129
version "7.15.0"
90130
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
@@ -135,34 +175,71 @@
135175
"@babel/template" "^7.14.5"
136176
"@babel/types" "^7.14.5"
137177

178+
"@babel/helper-function-name@^7.15.4":
179+
version "7.15.4"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
181+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
182+
dependencies:
183+
"@babel/helper-get-function-arity" "^7.15.4"
184+
"@babel/template" "^7.15.4"
185+
"@babel/types" "^7.15.4"
186+
138187
"@babel/helper-get-function-arity@^7.14.5":
139188
version "7.14.5"
140189
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
141190
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
142191
dependencies:
143192
"@babel/types" "^7.14.5"
144193

194+
"@babel/helper-get-function-arity@^7.15.4":
195+
version "7.15.4"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
197+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
198+
dependencies:
199+
"@babel/types" "^7.15.4"
200+
145201
"@babel/helper-hoist-variables@^7.14.5":
146202
version "7.14.5"
147203
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
148204
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
149205
dependencies:
150206
"@babel/types" "^7.14.5"
151207

208+
"@babel/helper-hoist-variables@^7.15.4":
209+
version "7.15.4"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
211+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
212+
dependencies:
213+
"@babel/types" "^7.15.4"
214+
152215
"@babel/helper-member-expression-to-functions@^7.15.0":
153216
version "7.15.0"
154217
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
155218
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
156219
dependencies:
157220
"@babel/types" "^7.15.0"
158221

222+
"@babel/helper-member-expression-to-functions@^7.15.4":
223+
version "7.15.4"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
225+
integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
226+
dependencies:
227+
"@babel/types" "^7.15.4"
228+
159229
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12", "@babel/helper-module-imports@^7.14.5":
160230
version "7.14.5"
161231
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
162232
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
163233
dependencies:
164234
"@babel/types" "^7.14.5"
165235

236+
"@babel/helper-module-imports@^7.15.4":
237+
version "7.15.4"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
239+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
240+
dependencies:
241+
"@babel/types" "^7.15.4"
242+
166243
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
167244
version "7.15.0"
168245
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
@@ -177,13 +254,34 @@
177254
"@babel/traverse" "^7.15.0"
178255
"@babel/types" "^7.15.0"
179256

257+
"@babel/helper-module-transforms@^7.15.4":
258+
version "7.15.4"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
260+
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
261+
dependencies:
262+
"@babel/helper-module-imports" "^7.15.4"
263+
"@babel/helper-replace-supers" "^7.15.4"
264+
"@babel/helper-simple-access" "^7.15.4"
265+
"@babel/helper-split-export-declaration" "^7.15.4"
266+
"@babel/helper-validator-identifier" "^7.14.9"
267+
"@babel/template" "^7.15.4"
268+
"@babel/traverse" "^7.15.4"
269+
"@babel/types" "^7.15.4"
270+
180271
"@babel/helper-optimise-call-expression@^7.14.5":
181272
version "7.14.5"
182273
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
183274
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
184275
dependencies:
185276
"@babel/types" "^7.14.5"
186277

278+
"@babel/helper-optimise-call-expression@^7.15.4":
279+
version "7.15.4"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
281+
integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
282+
dependencies:
283+
"@babel/types" "^7.15.4"
284+
187285
"@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":
188286
version "7.14.5"
189287
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
@@ -208,13 +306,30 @@
208306
"@babel/traverse" "^7.15.0"
209307
"@babel/types" "^7.15.0"
210308

309+
"@babel/helper-replace-supers@^7.15.4":
310+
version "7.15.4"
311+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
312+
integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
313+
dependencies:
314+
"@babel/helper-member-expression-to-functions" "^7.15.4"
315+
"@babel/helper-optimise-call-expression" "^7.15.4"
316+
"@babel/traverse" "^7.15.4"
317+
"@babel/types" "^7.15.4"
318+
211319
"@babel/helper-simple-access@^7.14.8":
212320
version "7.14.8"
213321
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
214322
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
215323
dependencies:
216324
"@babel/types" "^7.14.8"
217325

326+
"@babel/helper-simple-access@^7.15.4":
327+
version "7.15.4"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
329+
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
330+
dependencies:
331+
"@babel/types" "^7.15.4"
332+
218333
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
219334
version "7.14.5"
220335
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -229,6 +344,13 @@
229344
dependencies:
230345
"@babel/types" "^7.14.5"
231346

347+
"@babel/helper-split-export-declaration@^7.15.4":
348+
version "7.15.4"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
350+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
351+
dependencies:
352+
"@babel/types" "^7.15.4"
353+
232354
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
233355
version "7.14.9"
234356
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
@@ -258,6 +380,15 @@
258380
"@babel/traverse" "^7.15.0"
259381
"@babel/types" "^7.15.0"
260382

383+
"@babel/helpers@^7.15.4":
384+
version "7.15.4"
385+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
386+
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
387+
dependencies:
388+
"@babel/template" "^7.15.4"
389+
"@babel/traverse" "^7.15.4"
390+
"@babel/types" "^7.15.4"
391+
261392
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
262393
version "7.14.5"
263394
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -272,6 +403,11 @@
272403
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
273404
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
274405

406+
"@babel/parser@^7.15.4":
407+
version "7.15.4"
408+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
409+
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
410+
275411
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
276412
version "7.14.5"
277413
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -880,10 +1016,10 @@
8801016
"@babel/types" "^7.4.4"
8811017
esutils "^2.0.2"
8821018

883-
"@babel/[email protected].3":
884-
version "7.15.3"
885-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.15.3.tgz#28754263988198f2a928c09733ade2fb4d28089d"
886-
integrity sha512-30A3lP+sRL6ml8uhoJSs+8jwpKzbw8CqBvDc1laeptxPm5FahumJxirigcbD2qTs71Sonvj1cyZB0OKGAmxQ+A==
1019+
"@babel/[email protected].4":
1020+
version "7.15.4"
1021+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz#403139af262b9a6e8f9ba04a6fdcebf8de692bf1"
1022+
integrity sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==
8871023
dependencies:
8881024
core-js-pure "^3.16.0"
8891025
regenerator-runtime "^0.13.4"
@@ -904,6 +1040,15 @@
9041040
"@babel/parser" "^7.14.5"
9051041
"@babel/types" "^7.14.5"
9061042

1043+
"@babel/template@^7.15.4":
1044+
version "7.15.4"
1045+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
1046+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
1047+
dependencies:
1048+
"@babel/code-frame" "^7.14.5"
1049+
"@babel/parser" "^7.15.4"
1050+
"@babel/types" "^7.15.4"
1051+
9071052
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0":
9081053
version "7.15.0"
9091054
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
@@ -919,6 +1064,21 @@
9191064
debug "^4.1.0"
9201065
globals "^11.1.0"
9211066

1067+
"@babel/traverse@^7.15.4":
1068+
version "7.15.4"
1069+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1070+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1071+
dependencies:
1072+
"@babel/code-frame" "^7.14.5"
1073+
"@babel/generator" "^7.15.4"
1074+
"@babel/helper-function-name" "^7.15.4"
1075+
"@babel/helper-hoist-variables" "^7.15.4"
1076+
"@babel/helper-split-export-declaration" "^7.15.4"
1077+
"@babel/parser" "^7.15.4"
1078+
"@babel/types" "^7.15.4"
1079+
debug "^4.1.0"
1080+
globals "^11.1.0"
1081+
9221082
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
9231083
version "7.15.0"
9241084
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
@@ -927,6 +1087,14 @@
9271087
"@babel/helper-validator-identifier" "^7.14.9"
9281088
to-fast-properties "^2.0.0"
9291089

1090+
"@babel/types@^7.15.4":
1091+
version "7.15.4"
1092+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
1093+
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
1094+
dependencies:
1095+
"@babel/helper-validator-identifier" "^7.14.9"
1096+
to-fast-properties "^2.0.0"
1097+
9301098
"@csstools/convert-colors@^1.4.0":
9311099
version "1.4.0"
9321100
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"

0 commit comments

Comments
 (0)