Skip to content

Commit 5f5dda2

Browse files
chore(deps): Bump @babel/traverse from 7.13.13 to 7.23.2 (#1125)
1 parent ce5984e commit 5f5dda2

File tree

1 file changed

+99
-103
lines changed

1 file changed

+99
-103
lines changed

yarn.lock

+99-103
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@
164164
dependencies:
165165
"@babel/highlight" "^7.14.5"
166166

167+
"@babel/code-frame@^7.22.13":
168+
version "7.22.13"
169+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
170+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
171+
dependencies:
172+
"@babel/highlight" "^7.22.13"
173+
chalk "^2.4.2"
174+
167175
"@babel/compat-data@^7.13.12":
168176
version "7.13.12"
169177
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
@@ -261,7 +269,7 @@
261269
jsesc "^2.5.1"
262270
source-map "^0.5.0"
263271

264-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7":
272+
"@babel/generator@^7.17.7":
265273
version "7.17.7"
266274
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
267275
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
@@ -270,6 +278,16 @@
270278
jsesc "^2.5.1"
271279
source-map "^0.5.0"
272280

281+
"@babel/generator@^7.23.0":
282+
version "7.23.0"
283+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
284+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
285+
dependencies:
286+
"@babel/types" "^7.23.0"
287+
"@jridgewell/gen-mapping" "^0.3.2"
288+
"@jridgewell/trace-mapping" "^0.3.17"
289+
jsesc "^2.5.1"
290+
273291
"@babel/helper-compilation-targets@^7.13.13":
274292
version "7.13.13"
275293
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
@@ -307,67 +325,25 @@
307325
dependencies:
308326
"@babel/types" "^7.16.7"
309327

310-
"@babel/helper-function-name@^7.12.13":
311-
version "7.12.13"
312-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
313-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
314-
dependencies:
315-
"@babel/helper-get-function-arity" "^7.12.13"
316-
"@babel/template" "^7.12.13"
317-
"@babel/types" "^7.12.13"
328+
"@babel/helper-environment-visitor@^7.22.20":
329+
version "7.22.20"
330+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
331+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
318332

319-
"@babel/helper-function-name@^7.14.5":
320-
version "7.14.5"
321-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
322-
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
333+
"@babel/helper-function-name@^7.23.0":
334+
version "7.23.0"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
336+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
323337
dependencies:
324-
"@babel/helper-get-function-arity" "^7.14.5"
325-
"@babel/template" "^7.14.5"
326-
"@babel/types" "^7.14.5"
338+
"@babel/template" "^7.22.15"
339+
"@babel/types" "^7.23.0"
327340

328-
"@babel/helper-function-name@^7.16.7":
329-
version "7.16.7"
330-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
331-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
341+
"@babel/helper-hoist-variables@^7.22.5":
342+
version "7.22.5"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
344+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
332345
dependencies:
333-
"@babel/helper-get-function-arity" "^7.16.7"
334-
"@babel/template" "^7.16.7"
335-
"@babel/types" "^7.16.7"
336-
337-
"@babel/helper-get-function-arity@^7.12.13":
338-
version "7.12.13"
339-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
340-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
341-
dependencies:
342-
"@babel/types" "^7.12.13"
343-
344-
"@babel/helper-get-function-arity@^7.14.5":
345-
version "7.14.5"
346-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
347-
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
348-
dependencies:
349-
"@babel/types" "^7.14.5"
350-
351-
"@babel/helper-get-function-arity@^7.16.7":
352-
version "7.16.7"
353-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
354-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
355-
dependencies:
356-
"@babel/types" "^7.16.7"
357-
358-
"@babel/helper-hoist-variables@^7.14.5":
359-
version "7.14.5"
360-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
361-
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
362-
dependencies:
363-
"@babel/types" "^7.14.5"
364-
365-
"@babel/helper-hoist-variables@^7.16.7":
366-
version "7.16.7"
367-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
368-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
369-
dependencies:
370-
"@babel/types" "^7.16.7"
346+
"@babel/types" "^7.22.5"
371347

372348
"@babel/helper-member-expression-to-functions@^7.13.12":
373349
version "7.13.12"
@@ -532,6 +508,18 @@
532508
dependencies:
533509
"@babel/types" "^7.16.7"
534510

511+
"@babel/helper-split-export-declaration@^7.22.6":
512+
version "7.22.6"
513+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
514+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
515+
dependencies:
516+
"@babel/types" "^7.22.5"
517+
518+
"@babel/helper-string-parser@^7.22.5":
519+
version "7.22.5"
520+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
521+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
522+
535523
"@babel/helper-validator-identifier@^7.12.11":
536524
version "7.12.11"
537525
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -547,6 +535,11 @@
547535
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
548536
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
549537

538+
"@babel/helper-validator-identifier@^7.22.20":
539+
version "7.22.20"
540+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
541+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
542+
550543
"@babel/helper-validator-option@^7.12.17":
551544
version "7.12.17"
552545
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -616,6 +609,15 @@
616609
chalk "^2.0.0"
617610
js-tokens "^4.0.0"
618611

612+
"@babel/highlight@^7.22.13":
613+
version "7.22.20"
614+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
615+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
616+
dependencies:
617+
"@babel/helper-validator-identifier" "^7.22.20"
618+
chalk "^2.4.2"
619+
js-tokens "^4.0.0"
620+
619621
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
620622
version "7.13.13"
621623
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
@@ -626,7 +628,7 @@
626628
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
627629
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
628630

629-
"@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
631+
"@babel/parser@^7.16.7", "@babel/parser@^7.17.8":
630632
version "7.17.8"
631633
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
632634
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
@@ -636,6 +638,11 @@
636638
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.15.tgz#d34592bfe288a32e741aa0663dbc4829fcd55160"
637639
integrity sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==
638640

641+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
642+
version "7.23.0"
643+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
644+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
645+
639646
"@babel/plugin-syntax-async-generators@^7.8.4":
640647
version "7.8.4"
641648
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -761,48 +768,28 @@
761768
"@babel/parser" "^7.16.7"
762769
"@babel/types" "^7.16.7"
763770

764-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13":
765-
version "7.13.13"
766-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
767-
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
768-
dependencies:
769-
"@babel/code-frame" "^7.12.13"
770-
"@babel/generator" "^7.13.9"
771-
"@babel/helper-function-name" "^7.12.13"
772-
"@babel/helper-split-export-declaration" "^7.12.13"
773-
"@babel/parser" "^7.13.13"
774-
"@babel/types" "^7.13.13"
775-
debug "^4.1.0"
776-
globals "^11.1.0"
777-
778-
"@babel/traverse@^7.14.5", "@babel/traverse@^7.7.2":
779-
version "7.14.7"
780-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
781-
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
782-
dependencies:
783-
"@babel/code-frame" "^7.14.5"
784-
"@babel/generator" "^7.14.5"
785-
"@babel/helper-function-name" "^7.14.5"
786-
"@babel/helper-hoist-variables" "^7.14.5"
787-
"@babel/helper-split-export-declaration" "^7.14.5"
788-
"@babel/parser" "^7.14.7"
789-
"@babel/types" "^7.14.5"
790-
debug "^4.1.0"
791-
globals "^11.1.0"
792-
793-
"@babel/traverse@^7.17.3":
794-
version "7.17.3"
795-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
796-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
797-
dependencies:
798-
"@babel/code-frame" "^7.16.7"
799-
"@babel/generator" "^7.17.3"
800-
"@babel/helper-environment-visitor" "^7.16.7"
801-
"@babel/helper-function-name" "^7.16.7"
802-
"@babel/helper-hoist-variables" "^7.16.7"
803-
"@babel/helper-split-export-declaration" "^7.16.7"
804-
"@babel/parser" "^7.17.3"
805-
"@babel/types" "^7.17.0"
771+
"@babel/template@^7.22.15":
772+
version "7.22.15"
773+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
774+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
775+
dependencies:
776+
"@babel/code-frame" "^7.22.13"
777+
"@babel/parser" "^7.22.15"
778+
"@babel/types" "^7.22.15"
779+
780+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.14.5", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
781+
version "7.23.2"
782+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
783+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
784+
dependencies:
785+
"@babel/code-frame" "^7.22.13"
786+
"@babel/generator" "^7.23.0"
787+
"@babel/helper-environment-visitor" "^7.22.20"
788+
"@babel/helper-function-name" "^7.23.0"
789+
"@babel/helper-hoist-variables" "^7.22.5"
790+
"@babel/helper-split-export-declaration" "^7.22.6"
791+
"@babel/parser" "^7.23.0"
792+
"@babel/types" "^7.23.0"
806793
debug "^4.1.0"
807794
globals "^11.1.0"
808795

@@ -831,6 +818,15 @@
831818
"@babel/helper-validator-identifier" "^7.16.7"
832819
to-fast-properties "^2.0.0"
833820

821+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
822+
version "7.23.0"
823+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
824+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
825+
dependencies:
826+
"@babel/helper-string-parser" "^7.22.5"
827+
"@babel/helper-validator-identifier" "^7.22.20"
828+
to-fast-properties "^2.0.0"
829+
834830
"@bcoe/v8-coverage@^0.2.3":
835831
version "0.2.3"
836832
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1877,7 +1873,7 @@
18771873
resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.0.tgz#cd75b09cfad18cd945de9221d403203aa07e3d0a"
18781874
integrity sha512-OfTtjoqB2doov5aTJxkyAMK8dXoo7CjCUQSYUEtiY34jbWduOGV7+168tmCT8COMsUEd5DMSFg/0iAOPCBTNAQ==
18791875

1880-
"@jridgewell/gen-mapping@^0.3.0":
1876+
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
18811877
version "0.3.3"
18821878
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
18831879
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
@@ -1927,7 +1923,7 @@
19271923
"@jridgewell/resolve-uri" "^3.0.3"
19281924
"@jridgewell/sourcemap-codec" "^1.4.10"
19291925

1930-
"@jridgewell/trace-mapping@^0.3.9":
1926+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
19311927
version "0.3.19"
19321928
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
19331929
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==

0 commit comments

Comments
 (0)