Skip to content

Commit 36d00ea

Browse files
build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 (#2124)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ef4130 commit 36d00ea

File tree

1 file changed

+84
-64
lines changed

1 file changed

+84
-64
lines changed

yarn.lock

Lines changed: 84 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
dependencies:
2424
"@babel/highlight" "^7.18.6"
2525

26+
"@babel/code-frame@^7.22.13":
27+
version "7.22.13"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
29+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
30+
dependencies:
31+
"@babel/highlight" "^7.22.13"
32+
chalk "^2.4.2"
33+
2634
"@babel/compat-data@^7.14.5":
2735
version "7.20.5"
2836
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
@@ -68,12 +76,12 @@
6876
"@jridgewell/gen-mapping" "^0.3.2"
6977
jsesc "^2.5.1"
7078

71-
"@babel/generator@^7.20.5", "@babel/generator@^7.22.7":
72-
version "7.22.7"
73-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
74-
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
79+
"@babel/generator@^7.23.0":
80+
version "7.23.0"
81+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
82+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
7583
dependencies:
76-
"@babel/types" "^7.22.5"
84+
"@babel/types" "^7.23.0"
7785
"@jridgewell/gen-mapping" "^0.3.2"
7886
"@jridgewell/trace-mapping" "^0.3.17"
7987
jsesc "^2.5.1"
@@ -172,6 +180,11 @@
172180
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
173181
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
174182

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==
187+
175188
"@babel/helper-explode-assignable-expression@^7.8.3":
176189
version "7.8.3"
177190
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.8.3.tgz#a728dc5b4e89e30fc2dfc7d04fa28a930653f982"
@@ -180,7 +193,7 @@
180193
"@babel/traverse" "^7.8.3"
181194
"@babel/types" "^7.8.3"
182195

183-
"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.18.6", "@babel/helper-function-name@^7.8.3":
196+
"@babel/helper-function-name@^7.18.6", "@babel/helper-function-name@^7.8.3":
184197
version "7.19.0"
185198
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
186199
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
@@ -196,21 +209,22 @@
196209
"@babel/template" "^7.22.5"
197210
"@babel/types" "^7.22.5"
198211

212+
"@babel/helper-function-name@^7.23.0":
213+
version "7.23.0"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
215+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
216+
dependencies:
217+
"@babel/template" "^7.22.15"
218+
"@babel/types" "^7.23.0"
219+
199220
"@babel/helper-get-function-arity@^7.8.3":
200221
version "7.16.7"
201222
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
202223
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
203224
dependencies:
204225
"@babel/types" "^7.16.7"
205226

206-
"@babel/helper-hoist-variables@^7.14.5":
207-
version "7.18.6"
208-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
209-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
210-
dependencies:
211-
"@babel/types" "^7.18.6"
212-
213-
"@babel/helper-hoist-variables@^7.18.6", "@babel/helper-hoist-variables@^7.22.5":
227+
"@babel/helper-hoist-variables@^7.22.5":
214228
version "7.22.5"
215229
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
216230
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
@@ -351,20 +365,20 @@
351365
dependencies:
352366
"@babel/types" "^7.20.2"
353367

354-
"@babel/helper-split-export-declaration@^7.14.5", "@babel/helper-split-export-declaration@^7.8.3":
355-
version "7.18.6"
356-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
357-
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
358-
dependencies:
359-
"@babel/types" "^7.18.6"
360-
361368
"@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.6":
362369
version "7.22.6"
363370
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
364371
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
365372
dependencies:
366373
"@babel/types" "^7.22.5"
367374

375+
"@babel/helper-split-export-declaration@^7.8.3":
376+
version "7.18.6"
377+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
378+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
379+
dependencies:
380+
"@babel/types" "^7.18.6"
381+
368382
"@babel/helper-string-parser@^7.19.4", "@babel/helper-string-parser@^7.22.5":
369383
version "7.22.5"
370384
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
@@ -380,6 +394,11 @@
380394
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
381395
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
382396

397+
"@babel/helper-validator-identifier@^7.22.20":
398+
version "7.22.20"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
400+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
401+
383402
"@babel/helper-validator-option@^7.14.5":
384403
version "7.18.6"
385404
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -437,21 +456,35 @@
437456
chalk "^2.0.0"
438457
js-tokens "^4.0.0"
439458

459+
"@babel/highlight@^7.22.13":
460+
version "7.22.20"
461+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
462+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
463+
dependencies:
464+
"@babel/helper-validator-identifier" "^7.22.20"
465+
chalk "^2.4.2"
466+
js-tokens "^4.0.0"
467+
440468
"@babel/parser@^7.1.0", "@babel/parser@^7.4.4", "@babel/parser@^7.7.0":
441469
version "7.14.7"
442470
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
443471
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
444472

445-
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
473+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6":
446474
version "7.20.5"
447475
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
448476
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
449477

450-
"@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
478+
"@babel/parser@^7.18.10", "@babel/parser@^7.22.5":
451479
version "7.22.7"
452480
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
453481
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
454482

483+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
484+
version "7.23.0"
485+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
486+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
487+
455488
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
456489
version "7.8.3"
457490
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -1049,6 +1082,15 @@
10491082
"@babel/parser" "^7.22.5"
10501083
"@babel/types" "^7.22.5"
10511084

1085+
"@babel/template@^7.22.15":
1086+
version "7.22.15"
1087+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1088+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1089+
dependencies:
1090+
"@babel/code-frame" "^7.22.13"
1091+
"@babel/parser" "^7.22.15"
1092+
"@babel/types" "^7.22.15"
1093+
10521094
"@babel/template@^7.3.3", "@babel/template@^7.4.4":
10531095
version "7.14.5"
10541096
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -1058,50 +1100,19 @@
10581100
"@babel/parser" "^7.14.5"
10591101
"@babel/types" "^7.14.5"
10601102

1061-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
1062-
version "7.14.7"
1063-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
1064-
integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
1103+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.5", "@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3":
1104+
version "7.23.2"
1105+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1106+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
10651107
dependencies:
1066-
"@babel/code-frame" "^7.14.5"
1067-
"@babel/generator" "^7.14.5"
1068-
"@babel/helper-function-name" "^7.14.5"
1069-
"@babel/helper-hoist-variables" "^7.14.5"
1070-
"@babel/helper-split-export-declaration" "^7.14.5"
1071-
"@babel/parser" "^7.14.7"
1072-
"@babel/types" "^7.14.5"
1073-
debug "^4.1.0"
1074-
globals "^11.1.0"
1075-
1076-
"@babel/traverse@^7.14.5":
1077-
version "7.20.5"
1078-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1079-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1080-
dependencies:
1081-
"@babel/code-frame" "^7.18.6"
1082-
"@babel/generator" "^7.20.5"
1083-
"@babel/helper-environment-visitor" "^7.18.9"
1084-
"@babel/helper-function-name" "^7.19.0"
1085-
"@babel/helper-hoist-variables" "^7.18.6"
1086-
"@babel/helper-split-export-declaration" "^7.18.6"
1087-
"@babel/parser" "^7.20.5"
1088-
"@babel/types" "^7.20.5"
1089-
debug "^4.1.0"
1090-
globals "^11.1.0"
1091-
1092-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.5":
1093-
version "7.22.8"
1094-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
1095-
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
1096-
dependencies:
1097-
"@babel/code-frame" "^7.22.5"
1098-
"@babel/generator" "^7.22.7"
1099-
"@babel/helper-environment-visitor" "^7.22.5"
1100-
"@babel/helper-function-name" "^7.22.5"
1108+
"@babel/code-frame" "^7.22.13"
1109+
"@babel/generator" "^7.23.0"
1110+
"@babel/helper-environment-visitor" "^7.22.20"
1111+
"@babel/helper-function-name" "^7.23.0"
11011112
"@babel/helper-hoist-variables" "^7.22.5"
11021113
"@babel/helper-split-export-declaration" "^7.22.6"
1103-
"@babel/parser" "^7.22.7"
1104-
"@babel/types" "^7.22.5"
1114+
"@babel/parser" "^7.23.0"
1115+
"@babel/types" "^7.23.0"
11051116
debug "^4.1.0"
11061117
globals "^11.1.0"
11071118

@@ -1131,6 +1142,15 @@
11311142
"@babel/helper-validator-identifier" "^7.22.5"
11321143
to-fast-properties "^2.0.0"
11331144

1145+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1146+
version "7.23.0"
1147+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1148+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1149+
dependencies:
1150+
"@babel/helper-string-parser" "^7.22.5"
1151+
"@babel/helper-validator-identifier" "^7.22.20"
1152+
to-fast-properties "^2.0.0"
1153+
11341154
"@bcoe/v8-coverage@^0.2.3":
11351155
version "0.2.3"
11361156
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)