Skip to content

Commit 9bcaa5f

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps-dev): bump @babel/core from 7.14.3 to 7.14.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 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-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 47b664a commit 9bcaa5f

File tree

2 files changed

+28
-166
lines changed

2 files changed

+28
-166
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
119119
"devDependencies": {
120120
"@babel/cli": "^7.14.5",
121-
"@babel/core": "^7.14.3",
121+
"@babel/core": "^7.14.6",
122122
"@babel/preset-env": "^7.14.5",
123123
"babel-jest": "^26.6.3",
124124
"eslint-config-kentcdodds": "^19.0.0",

yarn.lock

Lines changed: 27 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@
2525
dependencies:
2626
"@babel/highlight" "^7.10.4"
2727

28-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
29-
version "7.12.13"
30-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
31-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
32-
dependencies:
33-
"@babel/highlight" "^7.12.13"
34-
35-
"@babel/code-frame@^7.14.5":
28+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
3629
version "7.14.5"
3730
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
3831
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -44,20 +37,20 @@
4437
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
4538
integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
4639

47-
"@babel/core@^7.1.0", "@babel/core@^7.14.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
48-
version "7.14.3"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.3.tgz#5395e30405f0776067fbd9cf0884f15bfb770a38"
50-
integrity sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==
40+
"@babel/core@^7.1.0", "@babel/core@^7.14.3", "@babel/core@^7.14.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
41+
version "7.14.6"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
43+
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
5144
dependencies:
52-
"@babel/code-frame" "^7.12.13"
53-
"@babel/generator" "^7.14.3"
54-
"@babel/helper-compilation-targets" "^7.13.16"
55-
"@babel/helper-module-transforms" "^7.14.2"
56-
"@babel/helpers" "^7.14.0"
57-
"@babel/parser" "^7.14.3"
58-
"@babel/template" "^7.12.13"
59-
"@babel/traverse" "^7.14.2"
60-
"@babel/types" "^7.14.2"
45+
"@babel/code-frame" "^7.14.5"
46+
"@babel/generator" "^7.14.5"
47+
"@babel/helper-compilation-targets" "^7.14.5"
48+
"@babel/helper-module-transforms" "^7.14.5"
49+
"@babel/helpers" "^7.14.6"
50+
"@babel/parser" "^7.14.6"
51+
"@babel/template" "^7.14.5"
52+
"@babel/traverse" "^7.14.5"
53+
"@babel/types" "^7.14.5"
6154
convert-source-map "^1.7.0"
6255
debug "^4.1.0"
6356
gensync "^1.0.0-beta.2"
@@ -81,16 +74,7 @@
8174
dependencies:
8275
eslint-rule-composer "^0.3.0"
8376

84-
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3", "@babel/generator@^7.7.2":
85-
version "7.14.3"
86-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
87-
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
88-
dependencies:
89-
"@babel/types" "^7.14.2"
90-
jsesc "^2.5.1"
91-
source-map "^0.5.0"
92-
93-
"@babel/generator@^7.14.5":
77+
"@babel/generator@^7.14.5", "@babel/generator@^7.7.2":
9478
version "7.14.5"
9579
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
9680
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
@@ -114,7 +98,7 @@
11498
"@babel/helper-explode-assignable-expression" "^7.14.5"
11599
"@babel/types" "^7.14.5"
116100

117-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.5":
101+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
118102
version "7.14.5"
119103
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
120104
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
@@ -165,15 +149,6 @@
165149
dependencies:
166150
"@babel/types" "^7.14.5"
167151

168-
"@babel/helper-function-name@^7.14.2":
169-
version "7.14.2"
170-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
171-
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
172-
dependencies:
173-
"@babel/helper-get-function-arity" "^7.12.13"
174-
"@babel/template" "^7.12.13"
175-
"@babel/types" "^7.14.2"
176-
177152
"@babel/helper-function-name@^7.14.5":
178153
version "7.14.5"
179154
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
@@ -183,13 +158,6 @@
183158
"@babel/template" "^7.14.5"
184159
"@babel/types" "^7.14.5"
185160

186-
"@babel/helper-get-function-arity@^7.12.13":
187-
version "7.12.13"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
189-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
190-
dependencies:
191-
"@babel/types" "^7.12.13"
192-
193161
"@babel/helper-get-function-arity@^7.14.5":
194162
version "7.14.5"
195163
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -204,13 +172,6 @@
204172
dependencies:
205173
"@babel/types" "^7.14.5"
206174

207-
"@babel/helper-member-expression-to-functions@^7.13.12":
208-
version "7.13.12"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
210-
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
211-
dependencies:
212-
"@babel/types" "^7.13.12"
213-
214175
"@babel/helper-member-expression-to-functions@^7.14.5":
215176
version "7.14.5"
216177
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
@@ -225,34 +186,13 @@
225186
dependencies:
226187
"@babel/types" "^7.12.13"
227188

228-
"@babel/helper-module-imports@^7.13.12":
229-
version "7.13.12"
230-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
231-
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
232-
dependencies:
233-
"@babel/types" "^7.13.12"
234-
235189
"@babel/helper-module-imports@^7.14.5":
236190
version "7.14.5"
237191
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
238192
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
239193
dependencies:
240194
"@babel/types" "^7.14.5"
241195

242-
"@babel/helper-module-transforms@^7.14.2":
243-
version "7.14.2"
244-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
245-
integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
246-
dependencies:
247-
"@babel/helper-module-imports" "^7.13.12"
248-
"@babel/helper-replace-supers" "^7.13.12"
249-
"@babel/helper-simple-access" "^7.13.12"
250-
"@babel/helper-split-export-declaration" "^7.12.13"
251-
"@babel/helper-validator-identifier" "^7.14.0"
252-
"@babel/template" "^7.12.13"
253-
"@babel/traverse" "^7.14.2"
254-
"@babel/types" "^7.14.2"
255-
256196
"@babel/helper-module-transforms@^7.14.5":
257197
version "7.14.5"
258198
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
@@ -267,13 +207,6 @@
267207
"@babel/traverse" "^7.14.5"
268208
"@babel/types" "^7.14.5"
269209

270-
"@babel/helper-optimise-call-expression@^7.12.13":
271-
version "7.12.13"
272-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
273-
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
274-
dependencies:
275-
"@babel/types" "^7.12.13"
276-
277210
"@babel/helper-optimise-call-expression@^7.14.5":
278211
version "7.14.5"
279212
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -295,16 +228,6 @@
295228
"@babel/helper-wrap-function" "^7.14.5"
296229
"@babel/types" "^7.14.5"
297230

298-
"@babel/helper-replace-supers@^7.13.12":
299-
version "7.13.12"
300-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
301-
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
302-
dependencies:
303-
"@babel/helper-member-expression-to-functions" "^7.13.12"
304-
"@babel/helper-optimise-call-expression" "^7.12.13"
305-
"@babel/traverse" "^7.13.0"
306-
"@babel/types" "^7.13.12"
307-
308231
"@babel/helper-replace-supers@^7.14.5":
309232
version "7.14.5"
310233
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
@@ -315,13 +238,6 @@
315238
"@babel/traverse" "^7.14.5"
316239
"@babel/types" "^7.14.5"
317240

318-
"@babel/helper-simple-access@^7.13.12":
319-
version "7.13.12"
320-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
321-
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
322-
dependencies:
323-
"@babel/types" "^7.13.12"
324-
325241
"@babel/helper-simple-access@^7.14.5":
326242
version "7.14.5"
327243
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
@@ -336,13 +252,6 @@
336252
dependencies:
337253
"@babel/types" "^7.14.5"
338254

339-
"@babel/helper-split-export-declaration@^7.12.13":
340-
version "7.12.13"
341-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
342-
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
343-
dependencies:
344-
"@babel/types" "^7.12.13"
345-
346255
"@babel/helper-split-export-declaration@^7.14.5":
347256
version "7.14.5"
348257
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
@@ -355,11 +264,6 @@
355264
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
356265
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
357266

358-
"@babel/helper-validator-identifier@^7.14.0":
359-
version "7.14.0"
360-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
361-
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
362-
363267
"@babel/helper-validator-identifier@^7.14.5":
364268
version "7.14.5"
365269
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
@@ -380,14 +284,14 @@
380284
"@babel/traverse" "^7.14.5"
381285
"@babel/types" "^7.14.5"
382286

383-
"@babel/helpers@^7.14.0":
384-
version "7.14.0"
385-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
386-
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
287+
"@babel/helpers@^7.14.6":
288+
version "7.14.6"
289+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
290+
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
387291
dependencies:
388-
"@babel/template" "^7.12.13"
389-
"@babel/traverse" "^7.14.0"
390-
"@babel/types" "^7.14.0"
292+
"@babel/template" "^7.14.5"
293+
"@babel/traverse" "^7.14.5"
294+
"@babel/types" "^7.14.5"
391295

392296
"@babel/highlight@^7.10.4":
393297
version "7.13.8"
@@ -398,15 +302,6 @@
398302
chalk "^2.0.0"
399303
js-tokens "^4.0.0"
400304

401-
"@babel/highlight@^7.12.13":
402-
version "7.12.13"
403-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
404-
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
405-
dependencies:
406-
"@babel/helper-validator-identifier" "^7.12.11"
407-
chalk "^2.0.0"
408-
js-tokens "^4.0.0"
409-
410305
"@babel/highlight@^7.14.5":
411306
version "7.14.5"
412307
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -416,21 +311,11 @@
416311
chalk "^2.0.0"
417312
js-tokens "^4.0.0"
418313

419-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
420-
version "7.14.3"
421-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.3.tgz#9b530eecb071fd0c93519df25c5ff9f14759f298"
422-
integrity sha512-7MpZDIfI7sUC5zWo2+foJ50CSI5lcqDehZ0lVgIhSi4bFEk94fLAKlF3Q0nzSQQ+ca0lm+O6G9ztKVBeu8PMRQ==
423-
424-
"@babel/parser@^7.14.5":
314+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.7.2":
425315
version "7.14.6"
426316
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
427317
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
428318

429-
"@babel/parser@^7.7.2":
430-
version "7.14.4"
431-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
432-
integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
433-
434319
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
435320
version "7.14.5"
436321
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"
@@ -1099,16 +984,7 @@
1099984
dependencies:
1100985
regenerator-runtime "^0.13.4"
1101986

1102-
"@babel/template@^7.12.13", "@babel/template@^7.3.3":
1103-
version "7.12.13"
1104-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1105-
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1106-
dependencies:
1107-
"@babel/code-frame" "^7.12.13"
1108-
"@babel/parser" "^7.12.13"
1109-
"@babel/types" "^7.12.13"
1110-
1111-
"@babel/template@^7.14.5":
987+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
1112988
version "7.14.5"
1113989
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1114990
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
@@ -1117,21 +993,7 @@
1117993
"@babel/parser" "^7.14.5"
1118994
"@babel/types" "^7.14.5"
1119995

1120-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.2":
1121-
version "7.14.2"
1122-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
1123-
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
1124-
dependencies:
1125-
"@babel/code-frame" "^7.12.13"
1126-
"@babel/generator" "^7.14.2"
1127-
"@babel/helper-function-name" "^7.14.2"
1128-
"@babel/helper-split-export-declaration" "^7.12.13"
1129-
"@babel/parser" "^7.14.2"
1130-
"@babel/types" "^7.14.2"
1131-
debug "^4.1.0"
1132-
globals "^11.1.0"
1133-
1134-
"@babel/traverse@^7.14.5":
996+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2":
1135997
version "7.14.5"
1136998
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
1137999
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
@@ -1146,7 +1008,7 @@
11461008
debug "^4.1.0"
11471009
globals "^11.1.0"
11481010

1149-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1011+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11501012
version "7.14.5"
11511013
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
11521014
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==

0 commit comments

Comments
 (0)