Skip to content

Commit ddda15b

Browse files
Bump @babel/traverse from 7.20.5 to 7.23.2 in /binding/react
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 908f5bc commit ddda15b

File tree

1 file changed

+102
-40
lines changed

1 file changed

+102
-40
lines changed

binding/react/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.20.0":
2836
version "7.20.5"
2937
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz"
@@ -55,15 +63,6 @@
5563
json5 "^2.2.2"
5664
semver "^6.3.0"
5765

58-
"@babel/generator@^7.20.5":
59-
version "7.20.5"
60-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz"
61-
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
62-
dependencies:
63-
"@babel/types" "^7.20.5"
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.npmjs.org/@babel/generator/-/generator-7.21.4.tgz"
@@ -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.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -162,6 +171,11 @@
162171
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
163172
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
164173

174+
"@babel/helper-environment-visitor@^7.22.20":
175+
version "7.22.20"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
177+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
178+
165179
"@babel/helper-explode-assignable-expression@^7.18.6":
166180
version "7.18.6"
167181
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
@@ -185,13 +199,28 @@
185199
"@babel/template" "^7.20.7"
186200
"@babel/types" "^7.21.0"
187201

202+
"@babel/helper-function-name@^7.23.0":
203+
version "7.23.0"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
205+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
206+
dependencies:
207+
"@babel/template" "^7.22.15"
208+
"@babel/types" "^7.23.0"
209+
188210
"@babel/helper-hoist-variables@^7.18.6":
189211
version "7.18.6"
190212
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
191213
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
192214
dependencies:
193215
"@babel/types" "^7.18.6"
194216

217+
"@babel/helper-hoist-variables@^7.22.5":
218+
version "7.22.5"
219+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
220+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
221+
dependencies:
222+
"@babel/types" "^7.22.5"
223+
195224
"@babel/helper-member-expression-to-functions@^7.18.9":
196225
version "7.18.9"
197226
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz"
@@ -314,16 +343,33 @@
314343
dependencies:
315344
"@babel/types" "^7.18.6"
316345

346+
"@babel/helper-split-export-declaration@^7.22.6":
347+
version "7.22.6"
348+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
349+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
350+
dependencies:
351+
"@babel/types" "^7.22.5"
352+
317353
"@babel/helper-string-parser@^7.19.4":
318354
version "7.19.4"
319355
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
320356
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
321357

358+
"@babel/helper-string-parser@^7.22.5":
359+
version "7.22.5"
360+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
361+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
362+
322363
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
323364
version "7.19.1"
324365
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
325366
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
326367

368+
"@babel/helper-validator-identifier@^7.22.20":
369+
version "7.22.20"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
371+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
372+
327373
"@babel/helper-validator-option@^7.18.6":
328374
version "7.18.6"
329375
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -362,7 +408,16 @@
362408
chalk "^2.0.0"
363409
js-tokens "^4.0.0"
364410

365-
"@babel/parser@^7.18.10", "@babel/parser@^7.20.5":
411+
"@babel/highlight@^7.22.13":
412+
version "7.22.20"
413+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
414+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
415+
dependencies:
416+
"@babel/helper-validator-identifier" "^7.22.20"
417+
chalk "^2.4.2"
418+
js-tokens "^4.0.0"
419+
420+
"@babel/parser@^7.18.10":
366421
version "7.20.5"
367422
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz"
368423
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
@@ -372,6 +427,11 @@
372427
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz"
373428
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
374429

430+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
431+
version "7.23.0"
432+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
433+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
434+
375435
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
376436
version "7.18.6"
377437
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
@@ -1016,35 +1076,28 @@
10161076
"@babel/parser" "^7.20.7"
10171077
"@babel/types" "^7.20.7"
10181078

1019-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1020-
version "7.20.5"
1021-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz"
1022-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1023-
dependencies:
1024-
"@babel/code-frame" "^7.18.6"
1025-
"@babel/generator" "^7.20.5"
1026-
"@babel/helper-environment-visitor" "^7.18.9"
1027-
"@babel/helper-function-name" "^7.19.0"
1028-
"@babel/helper-hoist-variables" "^7.18.6"
1029-
"@babel/helper-split-export-declaration" "^7.18.6"
1030-
"@babel/parser" "^7.20.5"
1031-
"@babel/types" "^7.20.5"
1032-
debug "^4.1.0"
1033-
globals "^11.1.0"
1034-
1035-
"@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
1036-
version "7.21.4"
1037-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz"
1038-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
1039-
dependencies:
1040-
"@babel/code-frame" "^7.21.4"
1041-
"@babel/generator" "^7.21.4"
1042-
"@babel/helper-environment-visitor" "^7.18.9"
1043-
"@babel/helper-function-name" "^7.21.0"
1044-
"@babel/helper-hoist-variables" "^7.18.6"
1045-
"@babel/helper-split-export-declaration" "^7.18.6"
1046-
"@babel/parser" "^7.21.4"
1047-
"@babel/types" "^7.21.4"
1079+
"@babel/template@^7.22.15":
1080+
version "7.22.15"
1081+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1082+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1083+
dependencies:
1084+
"@babel/code-frame" "^7.22.13"
1085+
"@babel/parser" "^7.22.15"
1086+
"@babel/types" "^7.22.15"
1087+
1088+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
1089+
version "7.23.2"
1090+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1091+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1092+
dependencies:
1093+
"@babel/code-frame" "^7.22.13"
1094+
"@babel/generator" "^7.23.0"
1095+
"@babel/helper-environment-visitor" "^7.22.20"
1096+
"@babel/helper-function-name" "^7.23.0"
1097+
"@babel/helper-hoist-variables" "^7.22.5"
1098+
"@babel/helper-split-export-declaration" "^7.22.6"
1099+
"@babel/parser" "^7.23.0"
1100+
"@babel/types" "^7.23.0"
10481101
debug "^4.1.0"
10491102
globals "^11.1.0"
10501103

@@ -1066,6 +1119,15 @@
10661119
"@babel/helper-validator-identifier" "^7.19.1"
10671120
to-fast-properties "^2.0.0"
10681121

1122+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1123+
version "7.23.0"
1124+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1125+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1126+
dependencies:
1127+
"@babel/helper-string-parser" "^7.22.5"
1128+
"@babel/helper-validator-identifier" "^7.22.20"
1129+
to-fast-properties "^2.0.0"
1130+
10691131
10701132
version "1.5.0"
10711133
resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
@@ -1730,7 +1792,7 @@ caseless@~0.12.0:
17301792
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
17311793
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
17321794

1733-
chalk@^2.0.0, chalk@^2.4.1:
1795+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
17341796
version "2.4.2"
17351797
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
17361798
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)