Skip to content

Commit 56aae16

Browse files
Bump @babel/traverse from 7.21.4 to 7.23.2 (#938)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1df180 commit 56aae16

File tree

1 file changed

+80
-46
lines changed

1 file changed

+80
-46
lines changed

yarn.lock

Lines changed: 80 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20+
"@babel/code-frame@^7.22.13":
21+
version "7.22.13"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
23+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
24+
dependencies:
25+
"@babel/highlight" "^7.22.13"
26+
chalk "^2.4.2"
27+
2028
"@babel/code-frame@^7.22.5":
2129
version "7.22.5"
2230
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
@@ -60,12 +68,12 @@
6068
"@jridgewell/trace-mapping" "^0.3.17"
6169
jsesc "^2.5.1"
6270

63-
"@babel/generator@^7.22.5":
64-
version "7.22.5"
65-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
66-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
71+
"@babel/generator@^7.23.0":
72+
version "7.23.0"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
74+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
6775
dependencies:
68-
"@babel/types" "^7.22.5"
76+
"@babel/types" "^7.23.0"
6977
"@jridgewell/gen-mapping" "^0.3.2"
7078
"@jridgewell/trace-mapping" "^0.3.17"
7179
jsesc "^2.5.1"
@@ -151,19 +159,16 @@
151159
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
152160
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
153161

162+
"@babel/helper-environment-visitor@^7.22.20":
163+
version "7.22.20"
164+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
165+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
166+
154167
"@babel/helper-environment-visitor@^7.22.5":
155168
version "7.22.5"
156169
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
157170
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
158171

159-
"@babel/helper-function-name@^7.21.0":
160-
version "7.21.0"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
162-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
163-
dependencies:
164-
"@babel/template" "^7.20.7"
165-
"@babel/types" "^7.21.0"
166-
167172
"@babel/helper-function-name@^7.22.5":
168173
version "7.22.5"
169174
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -172,12 +177,13 @@
172177
"@babel/template" "^7.22.5"
173178
"@babel/types" "^7.22.5"
174179

175-
"@babel/helper-hoist-variables@^7.18.6":
176-
version "7.18.6"
177-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
178-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
180+
"@babel/helper-function-name@^7.23.0":
181+
version "7.23.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
183+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
179184
dependencies:
180-
"@babel/types" "^7.18.6"
185+
"@babel/template" "^7.22.15"
186+
"@babel/types" "^7.23.0"
181187

182188
"@babel/helper-hoist-variables@^7.22.5":
183189
version "7.22.5"
@@ -304,6 +310,13 @@
304310
dependencies:
305311
"@babel/types" "^7.22.5"
306312

313+
"@babel/helper-split-export-declaration@^7.22.6":
314+
version "7.22.6"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
316+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
317+
dependencies:
318+
"@babel/types" "^7.22.5"
319+
307320
"@babel/helper-string-parser@^7.22.5":
308321
version "7.22.5"
309322
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
@@ -319,6 +332,11 @@
319332
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
320333
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
321334

335+
"@babel/helper-validator-identifier@^7.22.20":
336+
version "7.22.20"
337+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
338+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
339+
322340
"@babel/helper-validator-identifier@^7.22.5":
323341
version "7.22.5"
324342
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -357,6 +375,15 @@
357375
chalk "^2.0.0"
358376
js-tokens "^4.0.0"
359377

378+
"@babel/highlight@^7.22.13":
379+
version "7.22.20"
380+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
381+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
382+
dependencies:
383+
"@babel/helper-validator-identifier" "^7.22.20"
384+
chalk "^2.4.2"
385+
js-tokens "^4.0.0"
386+
360387
"@babel/highlight@^7.22.5":
361388
version "7.22.5"
362389
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -383,6 +410,11 @@
383410
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
384411
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
385412

413+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
414+
version "7.23.0"
415+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
416+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
417+
386418
"@babel/parser@^7.22.5":
387419
version "7.22.5"
388420
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -1061,6 +1093,15 @@
10611093
"@babel/parser" "^7.20.7"
10621094
"@babel/types" "^7.20.7"
10631095

1096+
"@babel/template@^7.22.15":
1097+
version "7.22.15"
1098+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1099+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1100+
dependencies:
1101+
"@babel/code-frame" "^7.22.13"
1102+
"@babel/parser" "^7.22.15"
1103+
"@babel/types" "^7.22.15"
1104+
10641105
"@babel/template@^7.22.5":
10651106
version "7.22.5"
10661107
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -1070,35 +1111,19 @@
10701111
"@babel/parser" "^7.22.5"
10711112
"@babel/types" "^7.22.5"
10721113

1073-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
1074-
version "7.21.4"
1075-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
1076-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
1077-
dependencies:
1078-
"@babel/code-frame" "^7.21.4"
1079-
"@babel/generator" "^7.21.4"
1080-
"@babel/helper-environment-visitor" "^7.18.9"
1081-
"@babel/helper-function-name" "^7.21.0"
1082-
"@babel/helper-hoist-variables" "^7.18.6"
1083-
"@babel/helper-split-export-declaration" "^7.18.6"
1084-
"@babel/parser" "^7.21.4"
1085-
"@babel/types" "^7.21.4"
1086-
debug "^4.1.0"
1087-
globals "^11.1.0"
1088-
1089-
"@babel/traverse@^7.22.5":
1090-
version "7.22.5"
1091-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1092-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1114+
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.22.5":
1115+
version "7.23.2"
1116+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1117+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
10931118
dependencies:
1094-
"@babel/code-frame" "^7.22.5"
1095-
"@babel/generator" "^7.22.5"
1096-
"@babel/helper-environment-visitor" "^7.22.5"
1097-
"@babel/helper-function-name" "^7.22.5"
1119+
"@babel/code-frame" "^7.22.13"
1120+
"@babel/generator" "^7.23.0"
1121+
"@babel/helper-environment-visitor" "^7.22.20"
1122+
"@babel/helper-function-name" "^7.23.0"
10981123
"@babel/helper-hoist-variables" "^7.22.5"
1099-
"@babel/helper-split-export-declaration" "^7.22.5"
1100-
"@babel/parser" "^7.22.5"
1101-
"@babel/types" "^7.22.5"
1124+
"@babel/helper-split-export-declaration" "^7.22.6"
1125+
"@babel/parser" "^7.23.0"
1126+
"@babel/types" "^7.23.0"
11021127
debug "^4.1.0"
11031128
globals "^11.1.0"
11041129

@@ -1111,6 +1136,15 @@
11111136
"@babel/helper-validator-identifier" "^7.22.5"
11121137
to-fast-properties "^2.0.0"
11131138

1139+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1140+
version "7.23.0"
1141+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1142+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1143+
dependencies:
1144+
"@babel/helper-string-parser" "^7.22.5"
1145+
"@babel/helper-validator-identifier" "^7.22.20"
1146+
to-fast-properties "^2.0.0"
1147+
11141148
"@joeychenofficial/alt-ergo-modified@^2.4.0":
11151149
version "2.4.0"
11161150
resolved "https://registry.yarnpkg.com/@joeychenofficial/alt-ergo-modified/-/alt-ergo-modified-2.4.0.tgz#27aec0cbed8ab4e2f0dad6feb4f0c9766ac3132f"
@@ -1489,7 +1523,7 @@ caseless@~0.12.0:
14891523
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
14901524
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
14911525

1492-
chalk@^2.0.0:
1526+
chalk@^2.0.0, chalk@^2.4.2:
14931527
version "2.4.2"
14941528
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
14951529
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)