Skip to content

Commit 1135a90

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump @babel/core from 7.15.0 to 7.15.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.0 to 7.15.4. - [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.15.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3f4d3c commit 1135a90

File tree

2 files changed

+128
-77
lines changed

2 files changed

+128
-77
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
114114
"devDependencies": {
115115
"@babel/cli": "^7.14.8",
116-
"@babel/core": "^7.15.0",
116+
"@babel/core": "^7.15.4",
117117
"@babel/preset-env": "^7.15.0",
118118
"@types/cross-spawn": "^6.0.2",
119119
"babel-jest": "^27.0.6",

yarn.lock

Lines changed: 127 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
3838
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
3939

40-
"@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.15.0", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
41-
version "7.15.0"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
43-
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
40+
"@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.15.4", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
41+
version "7.15.4"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
43+
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
4444
dependencies:
4545
"@babel/code-frame" "^7.14.5"
46-
"@babel/generator" "^7.15.0"
47-
"@babel/helper-compilation-targets" "^7.15.0"
48-
"@babel/helper-module-transforms" "^7.15.0"
49-
"@babel/helpers" "^7.14.8"
50-
"@babel/parser" "^7.15.0"
51-
"@babel/template" "^7.14.5"
52-
"@babel/traverse" "^7.15.0"
53-
"@babel/types" "^7.15.0"
46+
"@babel/generator" "^7.15.4"
47+
"@babel/helper-compilation-targets" "^7.15.4"
48+
"@babel/helper-module-transforms" "^7.15.4"
49+
"@babel/helpers" "^7.15.4"
50+
"@babel/parser" "^7.15.4"
51+
"@babel/template" "^7.15.4"
52+
"@babel/traverse" "^7.15.4"
53+
"@babel/types" "^7.15.4"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
@@ -74,12 +74,12 @@
7474
dependencies:
7575
eslint-rule-composer "^0.3.0"
7676

77-
"@babel/generator@^7.15.0", "@babel/generator@^7.7.2":
78-
version "7.15.0"
79-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
80-
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
77+
"@babel/generator@^7.15.4", "@babel/generator@^7.7.2":
78+
version "7.15.4"
79+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
80+
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
8181
dependencies:
82-
"@babel/types" "^7.15.0"
82+
"@babel/types" "^7.15.4"
8383
jsesc "^2.5.1"
8484
source-map "^0.5.0"
8585

@@ -98,10 +98,10 @@
9898
"@babel/helper-explode-assignable-expression" "^7.14.5"
9999
"@babel/types" "^7.14.5"
100100

101-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
102-
version "7.15.0"
103-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
104-
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
101+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0", "@babel/helper-compilation-targets@^7.15.4":
102+
version "7.15.4"
103+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
104+
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
105105
dependencies:
106106
"@babel/compat-data" "^7.15.0"
107107
"@babel/helper-validator-option" "^7.14.5"
@@ -158,33 +158,56 @@
158158
"@babel/template" "^7.14.5"
159159
"@babel/types" "^7.14.5"
160160

161+
"@babel/helper-function-name@^7.15.4":
162+
version "7.15.4"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
164+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
165+
dependencies:
166+
"@babel/helper-get-function-arity" "^7.15.4"
167+
"@babel/template" "^7.15.4"
168+
"@babel/types" "^7.15.4"
169+
161170
"@babel/helper-get-function-arity@^7.14.5":
162171
version "7.14.5"
163172
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
164173
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
165174
dependencies:
166175
"@babel/types" "^7.14.5"
167176

177+
"@babel/helper-get-function-arity@^7.15.4":
178+
version "7.15.4"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
180+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
181+
dependencies:
182+
"@babel/types" "^7.15.4"
183+
168184
"@babel/helper-hoist-variables@^7.14.5":
169185
version "7.14.5"
170186
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
171187
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
172188
dependencies:
173189
"@babel/types" "^7.14.5"
174190

191+
"@babel/helper-hoist-variables@^7.15.4":
192+
version "7.15.4"
193+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
194+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
195+
dependencies:
196+
"@babel/types" "^7.15.4"
197+
175198
"@babel/helper-member-expression-to-functions@^7.14.5":
176199
version "7.14.5"
177200
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
178201
integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
179202
dependencies:
180203
"@babel/types" "^7.14.5"
181204

182-
"@babel/helper-member-expression-to-functions@^7.15.0":
183-
version "7.15.0"
184-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
185-
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
205+
"@babel/helper-member-expression-to-functions@^7.15.4":
206+
version "7.15.4"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
208+
integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
186209
dependencies:
187-
"@babel/types" "^7.15.0"
210+
"@babel/types" "^7.15.4"
188211

189212
"@babel/helper-module-imports@^7.12.13":
190213
version "7.12.13"
@@ -200,19 +223,26 @@
200223
dependencies:
201224
"@babel/types" "^7.14.5"
202225

203-
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
204-
version "7.15.0"
205-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
206-
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
226+
"@babel/helper-module-imports@^7.15.4":
227+
version "7.15.4"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
229+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
207230
dependencies:
208-
"@babel/helper-module-imports" "^7.14.5"
209-
"@babel/helper-replace-supers" "^7.15.0"
210-
"@babel/helper-simple-access" "^7.14.8"
211-
"@babel/helper-split-export-declaration" "^7.14.5"
231+
"@babel/types" "^7.15.4"
232+
233+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0", "@babel/helper-module-transforms@^7.15.4":
234+
version "7.15.4"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
236+
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
237+
dependencies:
238+
"@babel/helper-module-imports" "^7.15.4"
239+
"@babel/helper-replace-supers" "^7.15.4"
240+
"@babel/helper-simple-access" "^7.15.4"
241+
"@babel/helper-split-export-declaration" "^7.15.4"
212242
"@babel/helper-validator-identifier" "^7.14.9"
213-
"@babel/template" "^7.14.5"
214-
"@babel/traverse" "^7.15.0"
215-
"@babel/types" "^7.15.0"
243+
"@babel/template" "^7.15.4"
244+
"@babel/traverse" "^7.15.4"
245+
"@babel/types" "^7.15.4"
216246

217247
"@babel/helper-optimise-call-expression@^7.14.5":
218248
version "7.14.5"
@@ -221,6 +251,13 @@
221251
dependencies:
222252
"@babel/types" "^7.14.5"
223253

254+
"@babel/helper-optimise-call-expression@^7.15.4":
255+
version "7.15.4"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
257+
integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
258+
dependencies:
259+
"@babel/types" "^7.15.4"
260+
224261
"@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":
225262
version "7.14.5"
226263
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
@@ -245,15 +282,15 @@
245282
"@babel/traverse" "^7.14.5"
246283
"@babel/types" "^7.14.5"
247284

248-
"@babel/helper-replace-supers@^7.15.0":
249-
version "7.15.0"
250-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
251-
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
285+
"@babel/helper-replace-supers@^7.15.4":
286+
version "7.15.4"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
288+
integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
252289
dependencies:
253-
"@babel/helper-member-expression-to-functions" "^7.15.0"
254-
"@babel/helper-optimise-call-expression" "^7.14.5"
255-
"@babel/traverse" "^7.15.0"
256-
"@babel/types" "^7.15.0"
290+
"@babel/helper-member-expression-to-functions" "^7.15.4"
291+
"@babel/helper-optimise-call-expression" "^7.15.4"
292+
"@babel/traverse" "^7.15.4"
293+
"@babel/types" "^7.15.4"
257294

258295
"@babel/helper-simple-access@^7.14.8":
259296
version "7.14.8"
@@ -262,6 +299,13 @@
262299
dependencies:
263300
"@babel/types" "^7.14.8"
264301

302+
"@babel/helper-simple-access@^7.15.4":
303+
version "7.15.4"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
305+
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
306+
dependencies:
307+
"@babel/types" "^7.15.4"
308+
265309
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
266310
version "7.14.5"
267311
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -276,6 +320,13 @@
276320
dependencies:
277321
"@babel/types" "^7.14.5"
278322

323+
"@babel/helper-split-export-declaration@^7.15.4":
324+
version "7.15.4"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
326+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
327+
dependencies:
328+
"@babel/types" "^7.15.4"
329+
279330
"@babel/helper-validator-identifier@^7.12.11":
280331
version "7.12.11"
281332
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -306,14 +357,14 @@
306357
"@babel/traverse" "^7.14.5"
307358
"@babel/types" "^7.14.5"
308359

309-
"@babel/helpers@^7.14.8":
310-
version "7.14.8"
311-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
312-
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
360+
"@babel/helpers@^7.15.4":
361+
version "7.15.4"
362+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
363+
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
313364
dependencies:
314-
"@babel/template" "^7.14.5"
315-
"@babel/traverse" "^7.14.8"
316-
"@babel/types" "^7.14.8"
365+
"@babel/template" "^7.15.4"
366+
"@babel/traverse" "^7.15.4"
367+
"@babel/types" "^7.15.4"
317368

318369
"@babel/highlight@^7.10.4":
319370
version "7.13.8"
@@ -333,10 +384,10 @@
333384
chalk "^2.0.0"
334385
js-tokens "^4.0.0"
335386

336-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.2":
337-
version "7.15.0"
338-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
339-
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
387+
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.7.2":
388+
version "7.15.4"
389+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
390+
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
340391

341392
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
342393
version "7.14.5"
@@ -1006,34 +1057,34 @@
10061057
dependencies:
10071058
regenerator-runtime "^0.13.4"
10081059

1009-
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
1010-
version "7.14.5"
1011-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1012-
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
1060+
"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.3.3":
1061+
version "7.15.4"
1062+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
1063+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
10131064
dependencies:
10141065
"@babel/code-frame" "^7.14.5"
1015-
"@babel/parser" "^7.14.5"
1016-
"@babel/types" "^7.14.5"
1066+
"@babel/parser" "^7.15.4"
1067+
"@babel/types" "^7.15.4"
10171068

1018-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2":
1019-
version "7.15.0"
1020-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1021-
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1069+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.4", "@babel/traverse@^7.7.2":
1070+
version "7.15.4"
1071+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1072+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
10221073
dependencies:
10231074
"@babel/code-frame" "^7.14.5"
1024-
"@babel/generator" "^7.15.0"
1025-
"@babel/helper-function-name" "^7.14.5"
1026-
"@babel/helper-hoist-variables" "^7.14.5"
1027-
"@babel/helper-split-export-declaration" "^7.14.5"
1028-
"@babel/parser" "^7.15.0"
1029-
"@babel/types" "^7.15.0"
1075+
"@babel/generator" "^7.15.4"
1076+
"@babel/helper-function-name" "^7.15.4"
1077+
"@babel/helper-hoist-variables" "^7.15.4"
1078+
"@babel/helper-split-export-declaration" "^7.15.4"
1079+
"@babel/parser" "^7.15.4"
1080+
"@babel/types" "^7.15.4"
10301081
debug "^4.1.0"
10311082
globals "^11.1.0"
10321083

1033-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034-
version "7.15.0"
1035-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1036-
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
1084+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.15.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1085+
version "7.15.4"
1086+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
1087+
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
10371088
dependencies:
10381089
"@babel/helper-validator-identifier" "^7.14.9"
10391090
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)