Skip to content

Commit a659645

Browse files
dependabot-preview[bot]cexbrayat
authored andcommitted
chore(deps-dev): bump @babel/core from 7.9.0 to 7.12.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.9.0 to 7.12.10. - [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.12.10/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent de55dc5 commit a659645

File tree

2 files changed

+129
-103
lines changed

2 files changed

+129
-103
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist/index.d.ts"
1414
],
1515
"devDependencies": {
16-
"@babel/core": "^7.9.0",
16+
"@babel/core": "^7.12.10",
1717
"@babel/preset-env": "^7.8.4",
1818
"@babel/types": "^7.12.12",
1919
"@rollup/plugin-commonjs": "^11.1.0",

yarn.lock

Lines changed: 128 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,10 @@
111111
resolved "https://registry.yarnpkg.com/@arr/every/-/every-1.0.1.tgz#22fe1f8e6355beca6c7c7bde965eb15cf994387b"
112112
integrity sha512-UQFQ6SgyJ6LX42W8rHCs8KVc0JS0tzVL9ct4XYedJukskYVWTo49tNiMEK9C2HTyarbNiT/RVIRSY82vH+6sTg==
113113

114-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
115-
version "7.8.3"
116-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
117-
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
118-
dependencies:
119-
"@babel/highlight" "^7.8.3"
120-
121-
"@babel/code-frame@^7.10.4":
122-
version "7.10.4"
123-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
124-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
114+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
115+
version "7.12.11"
116+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
117+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
125118
dependencies:
126119
"@babel/highlight" "^7.10.4"
127120

@@ -134,36 +127,34 @@
134127
invariant "^2.2.4"
135128
semver "^5.5.0"
136129

137-
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
138-
version "7.9.0"
139-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
140-
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
130+
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
131+
version "7.12.10"
132+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
133+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
141134
dependencies:
142-
"@babel/code-frame" "^7.8.3"
143-
"@babel/generator" "^7.9.0"
144-
"@babel/helper-module-transforms" "^7.9.0"
145-
"@babel/helpers" "^7.9.0"
146-
"@babel/parser" "^7.9.0"
147-
"@babel/template" "^7.8.6"
148-
"@babel/traverse" "^7.9.0"
149-
"@babel/types" "^7.9.0"
135+
"@babel/code-frame" "^7.10.4"
136+
"@babel/generator" "^7.12.10"
137+
"@babel/helper-module-transforms" "^7.12.1"
138+
"@babel/helpers" "^7.12.5"
139+
"@babel/parser" "^7.12.10"
140+
"@babel/template" "^7.12.7"
141+
"@babel/traverse" "^7.12.10"
142+
"@babel/types" "^7.12.10"
150143
convert-source-map "^1.7.0"
151144
debug "^4.1.0"
152145
gensync "^1.0.0-beta.1"
153146
json5 "^2.1.2"
154-
lodash "^4.17.13"
155-
resolve "^1.3.2"
147+
lodash "^4.17.19"
156148
semver "^5.4.1"
157149
source-map "^0.5.0"
158150

159-
"@babel/generator@^7.9.0", "@babel/generator@^7.9.5":
160-
version "7.9.5"
161-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9"
162-
integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ==
151+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
152+
version "7.12.11"
153+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
154+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
163155
dependencies:
164-
"@babel/types" "^7.9.5"
156+
"@babel/types" "^7.12.11"
165157
jsesc "^2.5.1"
166-
lodash "^4.17.13"
167158
source-map "^0.5.0"
168159

169160
"@babel/helper-annotate-as-pure@^7.8.3":
@@ -218,6 +209,15 @@
218209
"@babel/traverse" "^7.8.3"
219210
"@babel/types" "^7.8.3"
220211

212+
"@babel/helper-function-name@^7.12.11":
213+
version "7.12.11"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
215+
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
216+
dependencies:
217+
"@babel/helper-get-function-arity" "^7.12.10"
218+
"@babel/template" "^7.12.7"
219+
"@babel/types" "^7.12.11"
220+
221221
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
222222
version "7.9.5"
223223
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
@@ -227,6 +227,13 @@
227227
"@babel/template" "^7.8.3"
228228
"@babel/types" "^7.9.5"
229229

230+
"@babel/helper-get-function-arity@^7.12.10":
231+
version "7.12.10"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
233+
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
234+
dependencies:
235+
"@babel/types" "^7.12.10"
236+
230237
"@babel/helper-get-function-arity@^7.8.3":
231238
version "7.8.3"
232239
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -241,32 +248,55 @@
241248
dependencies:
242249
"@babel/types" "^7.8.3"
243250

251+
"@babel/helper-member-expression-to-functions@^7.12.7":
252+
version "7.12.7"
253+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
254+
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
255+
dependencies:
256+
"@babel/types" "^7.12.7"
257+
244258
"@babel/helper-member-expression-to-functions@^7.8.3":
245259
version "7.8.3"
246260
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
247261
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
248262
dependencies:
249263
"@babel/types" "^7.8.3"
250264

265+
"@babel/helper-module-imports@^7.12.1":
266+
version "7.12.5"
267+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
268+
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
269+
dependencies:
270+
"@babel/types" "^7.12.5"
271+
251272
"@babel/helper-module-imports@^7.8.3":
252273
version "7.8.3"
253274
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
254275
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
255276
dependencies:
256277
"@babel/types" "^7.8.3"
257278

258-
"@babel/helper-module-transforms@^7.9.0":
259-
version "7.9.0"
260-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
261-
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
279+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.9.0":
280+
version "7.12.1"
281+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
282+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
262283
dependencies:
263-
"@babel/helper-module-imports" "^7.8.3"
264-
"@babel/helper-replace-supers" "^7.8.6"
265-
"@babel/helper-simple-access" "^7.8.3"
266-
"@babel/helper-split-export-declaration" "^7.8.3"
267-
"@babel/template" "^7.8.6"
268-
"@babel/types" "^7.9.0"
269-
lodash "^4.17.13"
284+
"@babel/helper-module-imports" "^7.12.1"
285+
"@babel/helper-replace-supers" "^7.12.1"
286+
"@babel/helper-simple-access" "^7.12.1"
287+
"@babel/helper-split-export-declaration" "^7.11.0"
288+
"@babel/helper-validator-identifier" "^7.10.4"
289+
"@babel/template" "^7.10.4"
290+
"@babel/traverse" "^7.12.1"
291+
"@babel/types" "^7.12.1"
292+
lodash "^4.17.19"
293+
294+
"@babel/helper-optimise-call-expression@^7.12.10":
295+
version "7.12.10"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
297+
integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
298+
dependencies:
299+
"@babel/types" "^7.12.10"
270300

271301
"@babel/helper-optimise-call-expression@^7.8.3":
272302
version "7.8.3"
@@ -303,6 +333,16 @@
303333
"@babel/traverse" "^7.8.3"
304334
"@babel/types" "^7.8.3"
305335

336+
"@babel/helper-replace-supers@^7.12.1":
337+
version "7.12.11"
338+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
339+
integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
340+
dependencies:
341+
"@babel/helper-member-expression-to-functions" "^7.12.7"
342+
"@babel/helper-optimise-call-expression" "^7.12.10"
343+
"@babel/traverse" "^7.12.10"
344+
"@babel/types" "^7.12.11"
345+
306346
"@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6":
307347
version "7.8.6"
308348
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
@@ -313,6 +353,13 @@
313353
"@babel/traverse" "^7.8.6"
314354
"@babel/types" "^7.8.6"
315355

356+
"@babel/helper-simple-access@^7.12.1":
357+
version "7.12.1"
358+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
359+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
360+
dependencies:
361+
"@babel/types" "^7.12.1"
362+
316363
"@babel/helper-simple-access@^7.8.3":
317364
version "7.8.3"
318365
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -321,14 +368,21 @@
321368
"@babel/template" "^7.8.3"
322369
"@babel/types" "^7.8.3"
323370

371+
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
372+
version "7.12.11"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
374+
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
375+
dependencies:
376+
"@babel/types" "^7.12.11"
377+
324378
"@babel/helper-split-export-declaration@^7.8.3":
325379
version "7.8.3"
326380
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
327381
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
328382
dependencies:
329383
"@babel/types" "^7.8.3"
330384

331-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.9.0":
385+
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
332386
version "7.12.11"
333387
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
334388
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
@@ -343,14 +397,14 @@
343397
"@babel/traverse" "^7.8.3"
344398
"@babel/types" "^7.8.3"
345399

346-
"@babel/helpers@^7.9.0":
347-
version "7.9.2"
348-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
349-
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
400+
"@babel/helpers@^7.12.5":
401+
version "7.12.5"
402+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
403+
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
350404
dependencies:
351-
"@babel/template" "^7.8.3"
352-
"@babel/traverse" "^7.9.0"
353-
"@babel/types" "^7.9.0"
405+
"@babel/template" "^7.10.4"
406+
"@babel/traverse" "^7.12.5"
407+
"@babel/types" "^7.12.5"
354408

355409
"@babel/highlight@^7.10.4":
356410
version "7.10.4"
@@ -361,29 +415,10 @@
361415
chalk "^2.0.0"
362416
js-tokens "^4.0.0"
363417

364-
"@babel/highlight@^7.8.3":
365-
version "7.9.0"
366-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
367-
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
368-
dependencies:
369-
"@babel/helper-validator-identifier" "^7.9.0"
370-
chalk "^2.0.0"
371-
js-tokens "^4.0.0"
372-
373-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
374-
version "7.9.4"
375-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
376-
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
377-
378-
"@babel/parser@^7.10.4":
379-
version "7.12.3"
380-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
381-
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
382-
383-
"@babel/parser@^7.12.0":
384-
version "7.12.7"
385-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
386-
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
418+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.5":
419+
version "7.12.11"
420+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
421+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
387422

388423
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
389424
version "7.8.3"
@@ -878,40 +913,31 @@
878913
dependencies:
879914
regenerator-runtime "^0.13.4"
880915

881-
"@babel/template@^7.3.3":
882-
version "7.10.4"
883-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
884-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
916+
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3":
917+
version "7.12.7"
918+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
919+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
885920
dependencies:
886921
"@babel/code-frame" "^7.10.4"
887-
"@babel/parser" "^7.10.4"
888-
"@babel/types" "^7.10.4"
889-
890-
"@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
891-
version "7.8.6"
892-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
893-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
894-
dependencies:
895-
"@babel/code-frame" "^7.8.3"
896-
"@babel/parser" "^7.8.6"
897-
"@babel/types" "^7.8.6"
922+
"@babel/parser" "^7.12.7"
923+
"@babel/types" "^7.12.7"
898924

899-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
900-
version "7.9.5"
901-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2"
902-
integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ==
903-
dependencies:
904-
"@babel/code-frame" "^7.8.3"
905-
"@babel/generator" "^7.9.5"
906-
"@babel/helper-function-name" "^7.9.5"
907-
"@babel/helper-split-export-declaration" "^7.8.3"
908-
"@babel/parser" "^7.9.0"
909-
"@babel/types" "^7.9.5"
925+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6":
926+
version "7.12.12"
927+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
928+
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
929+
dependencies:
930+
"@babel/code-frame" "^7.12.11"
931+
"@babel/generator" "^7.12.11"
932+
"@babel/helper-function-name" "^7.12.11"
933+
"@babel/helper-split-export-declaration" "^7.12.11"
934+
"@babel/parser" "^7.12.11"
935+
"@babel/types" "^7.12.12"
910936
debug "^4.1.0"
911937
globals "^11.1.0"
912-
lodash "^4.17.13"
938+
lodash "^4.17.19"
913939

914-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.0", "@babel/types@^7.12.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
940+
"@babel/types@^7.0.0", "@babel/types@^7.12.0", "@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", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5":
915941
version "7.12.12"
916942
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
917943
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
@@ -5708,7 +5734,7 @@ [email protected]:
57085734
dependencies:
57095735
path-parse "^1.0.6"
57105736

5711-
[email protected], resolve@^1.10.0, resolve@^1.11.0, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.3.2:
5737+
[email protected], resolve@^1.10.0, resolve@^1.11.0, resolve@^1.17.0, resolve@^1.19.0:
57125738
version "1.19.0"
57135739
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
57145740
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==

0 commit comments

Comments
 (0)