Skip to content

Commit a12827a

Browse files
committed
Update dependency @babel/core to ^7.16.12
1 parent 075b947 commit a12827a

File tree

2 files changed

+158
-61
lines changed

2 files changed

+158
-61
lines changed

packages/swag-sheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-table": "^7.7.0"
5252
},
5353
"devDependencies": {
54-
"@babel/core": "^7.16.5",
54+
"@babel/core": "^7.16.12",
5555
"@babel/preset-env": "^7.16.4",
5656
"@babel/preset-react": "^7.16.5",
5757
"@changesets/cli": "^2.19.0",

yarn.lock

Lines changed: 157 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
dependencies:
2424
"@babel/highlight" "^7.16.0"
2525

26+
"@babel/code-frame@^7.16.7":
27+
version "7.16.7"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
29+
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
30+
dependencies:
31+
"@babel/highlight" "^7.16.7"
32+
2633
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2734
version "7.14.4"
2835
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
@@ -38,20 +45,20 @@
3845
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
3946
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
4047

41-
"@babel/core@^7.16.5":
42-
version "7.16.5"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c"
44-
integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==
45-
dependencies:
46-
"@babel/code-frame" "^7.16.0"
47-
"@babel/generator" "^7.16.5"
48-
"@babel/helper-compilation-targets" "^7.16.3"
49-
"@babel/helper-module-transforms" "^7.16.5"
50-
"@babel/helpers" "^7.16.5"
51-
"@babel/parser" "^7.16.5"
52-
"@babel/template" "^7.16.0"
53-
"@babel/traverse" "^7.16.5"
54-
"@babel/types" "^7.16.0"
48+
"@babel/core@^7.16.12":
49+
version "7.16.12"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784"
51+
integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==
52+
dependencies:
53+
"@babel/code-frame" "^7.16.7"
54+
"@babel/generator" "^7.16.8"
55+
"@babel/helper-compilation-targets" "^7.16.7"
56+
"@babel/helper-module-transforms" "^7.16.7"
57+
"@babel/helpers" "^7.16.7"
58+
"@babel/parser" "^7.16.12"
59+
"@babel/template" "^7.16.7"
60+
"@babel/traverse" "^7.16.10"
61+
"@babel/types" "^7.16.8"
5562
convert-source-map "^1.7.0"
5663
debug "^4.1.0"
5764
gensync "^1.0.0-beta.2"
@@ -107,12 +114,12 @@
107114
jsesc "^2.5.1"
108115
source-map "^0.5.0"
109116

110-
"@babel/generator@^7.16.5":
111-
version "7.16.5"
112-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf"
113-
integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==
117+
"@babel/generator@^7.16.8":
118+
version "7.16.8"
119+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
120+
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
114121
dependencies:
115-
"@babel/types" "^7.16.0"
122+
"@babel/types" "^7.16.8"
116123
jsesc "^2.5.1"
117124
source-map "^0.5.0"
118125

@@ -168,6 +175,16 @@
168175
browserslist "^4.17.5"
169176
semver "^6.3.0"
170177

178+
"@babel/helper-compilation-targets@^7.16.7":
179+
version "7.16.7"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
181+
integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
182+
dependencies:
183+
"@babel/compat-data" "^7.16.4"
184+
"@babel/helper-validator-option" "^7.16.7"
185+
browserslist "^4.17.5"
186+
semver "^6.3.0"
187+
171188
"@babel/helper-create-class-features-plugin@^7.16.0":
172189
version "7.16.0"
173190
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
@@ -210,12 +227,12 @@
210227
resolve "^1.14.2"
211228
semver "^6.1.2"
212229

213-
"@babel/helper-environment-visitor@^7.16.5":
214-
version "7.16.5"
215-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8"
216-
integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==
230+
"@babel/helper-environment-visitor@^7.16.7":
231+
version "7.16.7"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
233+
integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
217234
dependencies:
218-
"@babel/types" "^7.16.0"
235+
"@babel/types" "^7.16.7"
219236

220237
"@babel/helper-explode-assignable-expression@^7.16.0":
221238
version "7.16.0"
@@ -242,6 +259,15 @@
242259
"@babel/template" "^7.16.0"
243260
"@babel/types" "^7.16.0"
244261

262+
"@babel/helper-function-name@^7.16.7":
263+
version "7.16.7"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
265+
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
266+
dependencies:
267+
"@babel/helper-get-function-arity" "^7.16.7"
268+
"@babel/template" "^7.16.7"
269+
"@babel/types" "^7.16.7"
270+
245271
"@babel/helper-get-function-arity@^7.12.13":
246272
version "7.12.13"
247273
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -256,13 +282,27 @@
256282
dependencies:
257283
"@babel/types" "^7.16.0"
258284

285+
"@babel/helper-get-function-arity@^7.16.7":
286+
version "7.16.7"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
288+
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
289+
dependencies:
290+
"@babel/types" "^7.16.7"
291+
259292
"@babel/helper-hoist-variables@^7.16.0":
260293
version "7.16.0"
261294
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
262295
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
263296
dependencies:
264297
"@babel/types" "^7.16.0"
265298

299+
"@babel/helper-hoist-variables@^7.16.7":
300+
version "7.16.7"
301+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
302+
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
303+
dependencies:
304+
"@babel/types" "^7.16.7"
305+
266306
"@babel/helper-member-expression-to-functions@^7.13.12":
267307
version "7.13.12"
268308
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
@@ -291,6 +331,13 @@
291331
dependencies:
292332
"@babel/types" "^7.16.0"
293333

334+
"@babel/helper-module-imports@^7.16.7":
335+
version "7.16.7"
336+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
337+
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
338+
dependencies:
339+
"@babel/types" "^7.16.7"
340+
294341
"@babel/helper-module-transforms@^7.14.2":
295342
version "7.14.2"
296343
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
@@ -319,19 +366,19 @@
319366
"@babel/traverse" "^7.16.0"
320367
"@babel/types" "^7.16.0"
321368

322-
"@babel/helper-module-transforms@^7.16.5":
323-
version "7.16.5"
324-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29"
325-
integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==
369+
"@babel/helper-module-transforms@^7.16.7":
370+
version "7.16.7"
371+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
372+
integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
326373
dependencies:
327-
"@babel/helper-environment-visitor" "^7.16.5"
328-
"@babel/helper-module-imports" "^7.16.0"
329-
"@babel/helper-simple-access" "^7.16.0"
330-
"@babel/helper-split-export-declaration" "^7.16.0"
331-
"@babel/helper-validator-identifier" "^7.15.7"
332-
"@babel/template" "^7.16.0"
333-
"@babel/traverse" "^7.16.5"
334-
"@babel/types" "^7.16.0"
374+
"@babel/helper-environment-visitor" "^7.16.7"
375+
"@babel/helper-module-imports" "^7.16.7"
376+
"@babel/helper-simple-access" "^7.16.7"
377+
"@babel/helper-split-export-declaration" "^7.16.7"
378+
"@babel/helper-validator-identifier" "^7.16.7"
379+
"@babel/template" "^7.16.7"
380+
"@babel/traverse" "^7.16.7"
381+
"@babel/types" "^7.16.7"
335382

336383
"@babel/helper-optimise-call-expression@^7.12.13":
337384
version "7.12.13"
@@ -405,6 +452,13 @@
405452
dependencies:
406453
"@babel/types" "^7.16.0"
407454

455+
"@babel/helper-simple-access@^7.16.7":
456+
version "7.16.7"
457+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
458+
integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==
459+
dependencies:
460+
"@babel/types" "^7.16.7"
461+
408462
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
409463
version "7.16.0"
410464
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -426,6 +480,13 @@
426480
dependencies:
427481
"@babel/types" "^7.16.0"
428482

483+
"@babel/helper-split-export-declaration@^7.16.7":
484+
version "7.16.7"
485+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
486+
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
487+
dependencies:
488+
"@babel/types" "^7.16.7"
489+
429490
"@babel/helper-validator-identifier@^7.14.0":
430491
version "7.14.0"
431492
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
@@ -441,6 +502,11 @@
441502
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
442503
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
443504

505+
"@babel/helper-validator-identifier@^7.16.7":
506+
version "7.16.7"
507+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
508+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
509+
444510
"@babel/helper-validator-option@^7.12.17":
445511
version "7.12.17"
446512
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -451,6 +517,11 @@
451517
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
452518
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
453519

520+
"@babel/helper-validator-option@^7.16.7":
521+
version "7.16.7"
522+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
523+
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
524+
454525
"@babel/helper-wrap-function@^7.16.0":
455526
version "7.16.0"
456527
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz#b3cf318afce774dfe75b86767cd6d68f3482e57c"
@@ -470,14 +541,14 @@
470541
"@babel/traverse" "^7.14.0"
471542
"@babel/types" "^7.14.0"
472543

473-
"@babel/helpers@^7.16.5":
474-
version "7.16.5"
475-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
476-
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
544+
"@babel/helpers@^7.16.7":
545+
version "7.16.7"
546+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc"
547+
integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==
477548
dependencies:
478-
"@babel/template" "^7.16.0"
479-
"@babel/traverse" "^7.16.5"
480-
"@babel/types" "^7.16.0"
549+
"@babel/template" "^7.16.7"
550+
"@babel/traverse" "^7.16.7"
551+
"@babel/types" "^7.16.7"
481552

482553
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
483554
version "7.14.0"
@@ -497,6 +568,15 @@
497568
chalk "^2.0.0"
498569
js-tokens "^4.0.0"
499570

571+
"@babel/highlight@^7.16.7":
572+
version "7.16.10"
573+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88"
574+
integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==
575+
dependencies:
576+
"@babel/helper-validator-identifier" "^7.16.7"
577+
chalk "^2.0.0"
578+
js-tokens "^4.0.0"
579+
500580
"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
501581
version "7.14.4"
502582
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
@@ -507,10 +587,10 @@
507587
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
508588
integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
509589

510-
"@babel/parser@^7.16.5":
511-
version "7.16.5"
512-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658"
513-
integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==
590+
"@babel/parser@^7.16.10", "@babel/parser@^7.16.12", "@babel/parser@^7.16.7":
591+
version "7.16.12"
592+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6"
593+
integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==
514594

515595
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
516596
version "7.16.2"
@@ -1200,6 +1280,15 @@
12001280
"@babel/parser" "^7.16.0"
12011281
"@babel/types" "^7.16.0"
12021282

1283+
"@babel/template@^7.16.7":
1284+
version "7.16.7"
1285+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
1286+
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
1287+
dependencies:
1288+
"@babel/code-frame" "^7.16.7"
1289+
"@babel/parser" "^7.16.7"
1290+
"@babel/types" "^7.16.7"
1291+
12031292
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
12041293
version "7.14.2"
12051294
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
@@ -1229,19 +1318,19 @@
12291318
debug "^4.1.0"
12301319
globals "^11.1.0"
12311320

1232-
"@babel/traverse@^7.16.5":
1233-
version "7.16.5"
1234-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
1235-
integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==
1236-
dependencies:
1237-
"@babel/code-frame" "^7.16.0"
1238-
"@babel/generator" "^7.16.5"
1239-
"@babel/helper-environment-visitor" "^7.16.5"
1240-
"@babel/helper-function-name" "^7.16.0"
1241-
"@babel/helper-hoist-variables" "^7.16.0"
1242-
"@babel/helper-split-export-declaration" "^7.16.0"
1243-
"@babel/parser" "^7.16.5"
1244-
"@babel/types" "^7.16.0"
1321+
"@babel/traverse@^7.16.10", "@babel/traverse@^7.16.7":
1322+
version "7.16.10"
1323+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
1324+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
1325+
dependencies:
1326+
"@babel/code-frame" "^7.16.7"
1327+
"@babel/generator" "^7.16.8"
1328+
"@babel/helper-environment-visitor" "^7.16.7"
1329+
"@babel/helper-function-name" "^7.16.7"
1330+
"@babel/helper-hoist-variables" "^7.16.7"
1331+
"@babel/helper-split-export-declaration" "^7.16.7"
1332+
"@babel/parser" "^7.16.10"
1333+
"@babel/types" "^7.16.8"
12451334
debug "^4.1.0"
12461335
globals "^11.1.0"
12471336

@@ -1269,6 +1358,14 @@
12691358
"@babel/helper-validator-identifier" "^7.15.7"
12701359
to-fast-properties "^2.0.0"
12711360

1361+
"@babel/types@^7.16.7", "@babel/types@^7.16.8":
1362+
version "7.16.8"
1363+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
1364+
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
1365+
dependencies:
1366+
"@babel/helper-validator-identifier" "^7.16.7"
1367+
to-fast-properties "^2.0.0"
1368+
12721369
"@changesets/apply-release-plan@^5.0.3":
12731370
version "5.0.3"
12741371
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-5.0.3.tgz#3f516ef881fa1278cb9795ef282db57cfd6dd0e2"

0 commit comments

Comments
 (0)