Skip to content

Commit c8f78d7

Browse files
Bump @babel/traverse from 7.19.0 to 7.23.2 in /binding/vue (#1115)
1 parent 6b60b34 commit c8f78d7

File tree

1 file changed

+102
-40
lines changed

1 file changed

+102
-40
lines changed

binding/vue/yarn.lock

Lines changed: 102 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
dependencies:
2525
"@babel/highlight" "^7.18.6"
2626

27+
"@babel/code-frame@^7.22.13":
28+
version "7.22.13"
29+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
30+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
31+
dependencies:
32+
"@babel/highlight" "^7.22.13"
33+
chalk "^2.4.2"
34+
2735
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.0":
2836
version "7.19.0"
2937
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
@@ -55,15 +63,6 @@
5563
json5 "^2.2.2"
5664
semver "^6.3.0"
5765

58-
"@babel/generator@^7.19.0":
59-
version "7.19.0"
60-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
61-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
62-
dependencies:
63-
"@babel/types" "^7.19.0"
64-
"@jridgewell/gen-mapping" "^0.3.2"
65-
jsesc "^2.5.1"
66-
6766
"@babel/generator@^7.21.4":
6867
version "7.21.4"
6968
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
@@ -74,6 +73,16 @@
7473
"@jridgewell/trace-mapping" "^0.3.17"
7574
jsesc "^2.5.1"
7675

76+
"@babel/generator@^7.23.0":
77+
version "7.23.0"
78+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
79+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
80+
dependencies:
81+
"@babel/types" "^7.23.0"
82+
"@jridgewell/gen-mapping" "^0.3.2"
83+
"@jridgewell/trace-mapping" "^0.3.17"
84+
jsesc "^2.5.1"
85+
7786
"@babel/helper-annotate-as-pure@^7.18.6":
7887
version "7.18.6"
7988
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -170,6 +179,11 @@
170179
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
171180
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
172181

182+
"@babel/helper-environment-visitor@^7.22.20":
183+
version "7.22.20"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
185+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
186+
173187
"@babel/helper-explode-assignable-expression@^7.18.6":
174188
version "7.18.6"
175189
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -193,13 +207,28 @@
193207
"@babel/template" "^7.20.7"
194208
"@babel/types" "^7.21.0"
195209

210+
"@babel/helper-function-name@^7.23.0":
211+
version "7.23.0"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
213+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
214+
dependencies:
215+
"@babel/template" "^7.22.15"
216+
"@babel/types" "^7.23.0"
217+
196218
"@babel/helper-hoist-variables@^7.18.6":
197219
version "7.18.6"
198220
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
199221
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
200222
dependencies:
201223
"@babel/types" "^7.18.6"
202224

225+
"@babel/helper-hoist-variables@^7.22.5":
226+
version "7.22.5"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
228+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
229+
dependencies:
230+
"@babel/types" "^7.22.5"
231+
203232
"@babel/helper-member-expression-to-functions@^7.18.9":
204233
version "7.18.9"
205234
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815"
@@ -334,6 +363,13 @@
334363
dependencies:
335364
"@babel/types" "^7.18.6"
336365

366+
"@babel/helper-split-export-declaration@^7.22.6":
367+
version "7.22.6"
368+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
369+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
370+
dependencies:
371+
"@babel/types" "^7.22.5"
372+
337373
"@babel/helper-string-parser@^7.18.10":
338374
version "7.18.10"
339375
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
@@ -344,6 +380,11 @@
344380
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
345381
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
346382

383+
"@babel/helper-string-parser@^7.22.5":
384+
version "7.22.5"
385+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
386+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
387+
347388
"@babel/helper-validator-identifier@^7.18.6":
348389
version "7.18.6"
349390
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -354,6 +395,11 @@
354395
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
355396
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
356397

398+
"@babel/helper-validator-identifier@^7.22.20":
399+
version "7.22.20"
400+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
401+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
402+
357403
"@babel/helper-validator-option@^7.18.6":
358404
version "7.18.6"
359405
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -392,7 +438,16 @@
392438
chalk "^2.0.0"
393439
js-tokens "^4.0.0"
394440

395-
"@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.19.0":
441+
"@babel/highlight@^7.22.13":
442+
version "7.22.20"
443+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
444+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
445+
dependencies:
446+
"@babel/helper-validator-identifier" "^7.22.20"
447+
chalk "^2.4.2"
448+
js-tokens "^4.0.0"
449+
450+
"@babel/parser@^7.16.4", "@babel/parser@^7.18.10":
396451
version "7.19.0"
397452
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
398453
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
@@ -402,6 +457,11 @@
402457
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
403458
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
404459

460+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
461+
version "7.23.0"
462+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
463+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
464+
405465
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
406466
version "7.18.6"
407467
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1044,35 +1104,28 @@
10441104
"@babel/parser" "^7.20.7"
10451105
"@babel/types" "^7.20.7"
10461106

1047-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0":
1048-
version "7.19.0"
1049-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed"
1050-
integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA==
1051-
dependencies:
1052-
"@babel/code-frame" "^7.18.6"
1053-
"@babel/generator" "^7.19.0"
1054-
"@babel/helper-environment-visitor" "^7.18.9"
1055-
"@babel/helper-function-name" "^7.19.0"
1056-
"@babel/helper-hoist-variables" "^7.18.6"
1057-
"@babel/helper-split-export-declaration" "^7.18.6"
1058-
"@babel/parser" "^7.19.0"
1059-
"@babel/types" "^7.19.0"
1060-
debug "^4.1.0"
1061-
globals "^11.1.0"
1062-
1063-
"@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
1064-
version "7.21.4"
1065-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
1066-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
1067-
dependencies:
1068-
"@babel/code-frame" "^7.21.4"
1069-
"@babel/generator" "^7.21.4"
1070-
"@babel/helper-environment-visitor" "^7.18.9"
1071-
"@babel/helper-function-name" "^7.21.0"
1072-
"@babel/helper-hoist-variables" "^7.18.6"
1073-
"@babel/helper-split-export-declaration" "^7.18.6"
1074-
"@babel/parser" "^7.21.4"
1075-
"@babel/types" "^7.21.4"
1107+
"@babel/template@^7.22.15":
1108+
version "7.22.15"
1109+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1110+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1111+
dependencies:
1112+
"@babel/code-frame" "^7.22.13"
1113+
"@babel/parser" "^7.22.15"
1114+
"@babel/types" "^7.22.15"
1115+
1116+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
1117+
version "7.23.2"
1118+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1119+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1120+
dependencies:
1121+
"@babel/code-frame" "^7.22.13"
1122+
"@babel/generator" "^7.23.0"
1123+
"@babel/helper-environment-visitor" "^7.22.20"
1124+
"@babel/helper-function-name" "^7.23.0"
1125+
"@babel/helper-hoist-variables" "^7.22.5"
1126+
"@babel/helper-split-export-declaration" "^7.22.6"
1127+
"@babel/parser" "^7.23.0"
1128+
"@babel/types" "^7.23.0"
10761129
debug "^4.1.0"
10771130
globals "^11.1.0"
10781131

@@ -1094,6 +1147,15 @@
10941147
"@babel/helper-validator-identifier" "^7.19.1"
10951148
to-fast-properties "^2.0.0"
10961149

1150+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1151+
version "7.23.0"
1152+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1153+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1154+
dependencies:
1155+
"@babel/helper-string-parser" "^7.22.5"
1156+
"@babel/helper-validator-identifier" "^7.22.20"
1157+
to-fast-properties "^2.0.0"
1158+
10971159
10981160
version "1.5.0"
10991161
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -1841,7 +1903,7 @@ caseless@~0.12.0:
18411903
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
18421904
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
18431905

1844-
chalk@^2.0.0, chalk@^2.4.1:
1906+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
18451907
version "2.4.2"
18461908
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
18471909
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)