Skip to content

Commit f9429a3

Browse files
Bump @babel/traverse from 7.20.5 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.5 to 7.23.2. - [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.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab6c2d5 commit f9429a3

File tree

1 file changed

+85
-34
lines changed

1 file changed

+85
-34
lines changed

yarn.lock

Lines changed: 85 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
dependencies:
144144
"@babel/highlight" "^7.18.6"
145145

146+
"@babel/code-frame@^7.22.13":
147+
version "7.22.13"
148+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
149+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
150+
dependencies:
151+
"@babel/highlight" "^7.22.13"
152+
chalk "^2.4.2"
153+
146154
"@babel/code-frame@^7.22.5":
147155
version "7.22.5"
148156
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
@@ -230,6 +238,16 @@
230238
"@jridgewell/trace-mapping" "^0.3.17"
231239
jsesc "^2.5.1"
232240

241+
"@babel/generator@^7.23.0":
242+
version "7.23.0"
243+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
244+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
245+
dependencies:
246+
"@babel/types" "^7.23.0"
247+
"@jridgewell/gen-mapping" "^0.3.2"
248+
"@jridgewell/trace-mapping" "^0.3.17"
249+
jsesc "^2.5.1"
250+
233251
"@babel/helper-annotate-as-pure@^7.18.6":
234252
version "7.18.6"
235253
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -304,6 +322,11 @@
304322
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
305323
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
306324

325+
"@babel/helper-environment-visitor@^7.22.20":
326+
version "7.22.20"
327+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
328+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
329+
307330
"@babel/helper-environment-visitor@^7.22.5":
308331
version "7.22.5"
309332
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -324,13 +347,13 @@
324347
"@babel/template" "^7.18.10"
325348
"@babel/types" "^7.19.0"
326349

327-
"@babel/helper-function-name@^7.22.5":
328-
version "7.22.5"
329-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
330-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
350+
"@babel/helper-function-name@^7.23.0":
351+
version "7.23.0"
352+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
353+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
331354
dependencies:
332-
"@babel/template" "^7.22.5"
333-
"@babel/types" "^7.22.5"
355+
"@babel/template" "^7.22.15"
356+
"@babel/types" "^7.23.0"
334357

335358
"@babel/helper-hoist-variables@^7.18.6":
336359
version "7.18.6"
@@ -468,6 +491,13 @@
468491
dependencies:
469492
"@babel/types" "^7.22.5"
470493

494+
"@babel/helper-split-export-declaration@^7.22.6":
495+
version "7.22.6"
496+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
497+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
498+
dependencies:
499+
"@babel/types" "^7.22.5"
500+
471501
"@babel/helper-string-parser@^7.19.4":
472502
version "7.19.4"
473503
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
@@ -483,6 +513,11 @@
483513
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
484514
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
485515

516+
"@babel/helper-validator-identifier@^7.22.20":
517+
version "7.22.20"
518+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
519+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
520+
486521
"@babel/helper-validator-identifier@^7.22.5":
487522
version "7.22.5"
488523
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -535,6 +570,15 @@
535570
chalk "^2.0.0"
536571
js-tokens "^4.0.0"
537572

573+
"@babel/highlight@^7.22.13":
574+
version "7.22.20"
575+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
576+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
577+
dependencies:
578+
"@babel/helper-validator-identifier" "^7.22.20"
579+
chalk "^2.4.2"
580+
js-tokens "^4.0.0"
581+
538582
"@babel/highlight@^7.22.5":
539583
version "7.22.5"
540584
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -549,6 +593,11 @@
549593
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
550594
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
551595

596+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
597+
version "7.23.0"
598+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
599+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
600+
552601
"@babel/parser@^7.22.5":
553602
version "7.22.5"
554603
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -1306,6 +1355,15 @@
13061355
"@babel/parser" "^7.18.10"
13071356
"@babel/types" "^7.18.10"
13081357

1358+
"@babel/template@^7.22.15":
1359+
version "7.22.15"
1360+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1361+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1362+
dependencies:
1363+
"@babel/code-frame" "^7.22.13"
1364+
"@babel/parser" "^7.22.15"
1365+
"@babel/types" "^7.22.15"
1366+
13091367
"@babel/template@^7.22.5":
13101368
version "7.22.5"
13111369
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -1315,35 +1373,19 @@
13151373
"@babel/parser" "^7.22.5"
13161374
"@babel/types" "^7.22.5"
13171375

1318-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1319-
version "7.20.5"
1320-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1321-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1376+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.5":
1377+
version "7.23.2"
1378+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1379+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
13221380
dependencies:
1323-
"@babel/code-frame" "^7.18.6"
1324-
"@babel/generator" "^7.20.5"
1325-
"@babel/helper-environment-visitor" "^7.18.9"
1326-
"@babel/helper-function-name" "^7.19.0"
1327-
"@babel/helper-hoist-variables" "^7.18.6"
1328-
"@babel/helper-split-export-declaration" "^7.18.6"
1329-
"@babel/parser" "^7.20.5"
1330-
"@babel/types" "^7.20.5"
1331-
debug "^4.1.0"
1332-
globals "^11.1.0"
1333-
1334-
"@babel/traverse@^7.22.5":
1335-
version "7.22.5"
1336-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1337-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1338-
dependencies:
1339-
"@babel/code-frame" "^7.22.5"
1340-
"@babel/generator" "^7.22.5"
1341-
"@babel/helper-environment-visitor" "^7.22.5"
1342-
"@babel/helper-function-name" "^7.22.5"
1381+
"@babel/code-frame" "^7.22.13"
1382+
"@babel/generator" "^7.23.0"
1383+
"@babel/helper-environment-visitor" "^7.22.20"
1384+
"@babel/helper-function-name" "^7.23.0"
13431385
"@babel/helper-hoist-variables" "^7.22.5"
1344-
"@babel/helper-split-export-declaration" "^7.22.5"
1345-
"@babel/parser" "^7.22.5"
1346-
"@babel/types" "^7.22.5"
1386+
"@babel/helper-split-export-declaration" "^7.22.6"
1387+
"@babel/parser" "^7.23.0"
1388+
"@babel/types" "^7.23.0"
13471389
debug "^4.1.0"
13481390
globals "^11.1.0"
13491391

@@ -1365,6 +1407,15 @@
13651407
"@babel/helper-validator-identifier" "^7.22.5"
13661408
to-fast-properties "^2.0.0"
13671409

1410+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1411+
version "7.23.0"
1412+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1413+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1414+
dependencies:
1415+
"@babel/helper-string-parser" "^7.22.5"
1416+
"@babel/helper-validator-identifier" "^7.22.20"
1417+
to-fast-properties "^2.0.0"
1418+
13681419
"@craco/craco@^6.4.3":
13691420
version "6.4.5"
13701421
resolved "https://registry.yarnpkg.com/@craco/craco/-/craco-6.4.5.tgz#471e67082a2ffd3edf73759b215bdc16250d27b3"
@@ -3927,7 +3978,7 @@ chai@^4.3.7:
39273978
pathval "^1.1.1"
39283979
type-detect "^4.0.5"
39293980

3930-
chalk@^2.0.0:
3981+
chalk@^2.0.0, chalk@^2.4.2:
39313982
version "2.4.2"
39323983
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
39333984
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)