Skip to content

Commit 95af3b9

Browse files
chore(deps): Bump @babel/traverse from 7.17.0 to 7.23.2 (#245 by @EelcoLos)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9fabac commit 95af3b9

File tree

1 file changed

+98
-65
lines changed

1 file changed

+98
-65
lines changed

yarn.lock

Lines changed: 98 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
dependencies:
5959
"@babel/highlight" "^7.18.6"
6060

61+
"@babel/code-frame@^7.22.13":
62+
version "7.22.13"
63+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
64+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
65+
dependencies:
66+
"@babel/highlight" "^7.22.13"
67+
chalk "^2.4.2"
68+
6169
"@babel/compat-data@^7.16.4":
6270
version "7.17.0"
6371
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
@@ -119,7 +127,7 @@
119127
jsesc "^2.5.1"
120128
source-map "^0.5.0"
121129

122-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
130+
"@babel/generator@^7.21.0":
123131
version "7.21.1"
124132
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
125133
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -129,6 +137,16 @@
129137
"@jridgewell/trace-mapping" "^0.3.17"
130138
jsesc "^2.5.1"
131139

140+
"@babel/generator@^7.23.0":
141+
version "7.23.0"
142+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
143+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
144+
dependencies:
145+
"@babel/types" "^7.23.0"
146+
"@jridgewell/gen-mapping" "^0.3.2"
147+
"@jridgewell/trace-mapping" "^0.3.17"
148+
jsesc "^2.5.1"
149+
132150
"@babel/helper-compilation-targets@^7.16.7":
133151
version "7.16.7"
134152
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
@@ -162,43 +180,25 @@
162180
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
163181
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
164182

165-
"@babel/helper-function-name@^7.16.7":
166-
version "7.16.7"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
168-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
169-
dependencies:
170-
"@babel/helper-get-function-arity" "^7.16.7"
171-
"@babel/template" "^7.16.7"
172-
"@babel/types" "^7.16.7"
173-
174-
"@babel/helper-function-name@^7.21.0":
175-
version "7.21.0"
176-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
177-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
178-
dependencies:
179-
"@babel/template" "^7.20.7"
180-
"@babel/types" "^7.21.0"
181-
182-
"@babel/helper-get-function-arity@^7.16.7":
183-
version "7.16.7"
184-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
185-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
186-
dependencies:
187-
"@babel/types" "^7.16.7"
183+
"@babel/helper-environment-visitor@^7.22.20":
184+
version "7.22.20"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
186+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
188187

189-
"@babel/helper-hoist-variables@^7.16.7":
190-
version "7.16.7"
191-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
192-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
188+
"@babel/helper-function-name@^7.23.0":
189+
version "7.23.0"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
191+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
193192
dependencies:
194-
"@babel/types" "^7.16.7"
193+
"@babel/template" "^7.22.15"
194+
"@babel/types" "^7.23.0"
195195

196-
"@babel/helper-hoist-variables@^7.18.6":
197-
version "7.18.6"
198-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
199-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
196+
"@babel/helper-hoist-variables@^7.22.5":
197+
version "7.22.5"
198+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
199+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
200200
dependencies:
201-
"@babel/types" "^7.18.6"
201+
"@babel/types" "^7.22.5"
202202

203203
"@babel/helper-module-imports@^7.16.7":
204204
version "7.16.7"
@@ -280,11 +280,23 @@
280280
dependencies:
281281
"@babel/types" "^7.18.6"
282282

283+
"@babel/helper-split-export-declaration@^7.22.6":
284+
version "7.22.6"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
286+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
287+
dependencies:
288+
"@babel/types" "^7.22.5"
289+
283290
"@babel/helper-string-parser@^7.19.4":
284291
version "7.19.4"
285292
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
286293
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
287294

295+
"@babel/helper-string-parser@^7.22.5":
296+
version "7.22.5"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
298+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
299+
288300
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
289301
version "7.19.1"
290302
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -295,6 +307,11 @@
295307
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
296308
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
297309

310+
"@babel/helper-validator-identifier@^7.22.20":
311+
version "7.22.20"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
313+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
314+
298315
"@babel/helper-validator-option@^7.16.7":
299316
version "7.16.7"
300317
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -341,16 +358,30 @@
341358
chalk "^2.0.0"
342359
js-tokens "^4.0.0"
343360

361+
"@babel/highlight@^7.22.13":
362+
version "7.22.20"
363+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
364+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
365+
dependencies:
366+
"@babel/helper-validator-identifier" "^7.22.20"
367+
chalk "^2.4.2"
368+
js-tokens "^4.0.0"
369+
344370
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0":
345371
version "7.17.0"
346372
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
347373
integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
348374

349-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
375+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
350376
version "7.21.2"
351377
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
352378
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
353379

380+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
381+
version "7.23.0"
382+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
383+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
384+
354385
"@babel/plugin-syntax-async-generators@^7.8.4":
355386
version "7.8.4"
356387
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -474,35 +505,28 @@
474505
"@babel/parser" "^7.20.7"
475506
"@babel/types" "^7.20.7"
476507

477-
"@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.2":
478-
version "7.17.0"
479-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30"
480-
integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==
481-
dependencies:
482-
"@babel/code-frame" "^7.16.7"
483-
"@babel/generator" "^7.17.0"
484-
"@babel/helper-environment-visitor" "^7.16.7"
485-
"@babel/helper-function-name" "^7.16.7"
486-
"@babel/helper-hoist-variables" "^7.16.7"
487-
"@babel/helper-split-export-declaration" "^7.16.7"
488-
"@babel/parser" "^7.17.0"
489-
"@babel/types" "^7.17.0"
490-
debug "^4.1.0"
491-
globals "^11.1.0"
492-
493-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
494-
version "7.21.2"
495-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
496-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
497-
dependencies:
498-
"@babel/code-frame" "^7.18.6"
499-
"@babel/generator" "^7.21.1"
500-
"@babel/helper-environment-visitor" "^7.18.9"
501-
"@babel/helper-function-name" "^7.21.0"
502-
"@babel/helper-hoist-variables" "^7.18.6"
503-
"@babel/helper-split-export-declaration" "^7.18.6"
504-
"@babel/parser" "^7.21.2"
505-
"@babel/types" "^7.21.2"
508+
"@babel/template@^7.22.15":
509+
version "7.22.15"
510+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
511+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
512+
dependencies:
513+
"@babel/code-frame" "^7.22.13"
514+
"@babel/parser" "^7.22.15"
515+
"@babel/types" "^7.22.15"
516+
517+
"@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.7.2":
518+
version "7.23.2"
519+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
520+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
521+
dependencies:
522+
"@babel/code-frame" "^7.22.13"
523+
"@babel/generator" "^7.23.0"
524+
"@babel/helper-environment-visitor" "^7.22.20"
525+
"@babel/helper-function-name" "^7.23.0"
526+
"@babel/helper-hoist-variables" "^7.22.5"
527+
"@babel/helper-split-export-declaration" "^7.22.6"
528+
"@babel/parser" "^7.23.0"
529+
"@babel/types" "^7.23.0"
506530
debug "^4.1.0"
507531
globals "^11.1.0"
508532

@@ -523,6 +547,15 @@
523547
"@babel/helper-validator-identifier" "^7.19.1"
524548
to-fast-properties "^2.0.0"
525549

550+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
551+
version "7.23.0"
552+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
553+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
554+
dependencies:
555+
"@babel/helper-string-parser" "^7.22.5"
556+
"@babel/helper-validator-identifier" "^7.22.20"
557+
to-fast-properties "^2.0.0"
558+
526559
"@bcoe/v8-coverage@^0.2.3":
527560
version "0.2.3"
528561
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2136,7 +2169,7 @@ cardinal@^2.1.1:
21362169
ansicolors "~0.3.2"
21372170
redeyed "~2.1.0"
21382171

2139-
chalk@^2.0.0, chalk@^2.3.2:
2172+
chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.2:
21402173
version "2.4.2"
21412174
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
21422175
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)