Skip to content

Commit 529f8c3

Browse files
build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 (#146)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 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> Co-authored-by: Corentin Ardeois <[email protected]>
1 parent bc3db0e commit 529f8c3

File tree

1 file changed

+113
-54
lines changed

1 file changed

+113
-54
lines changed

yarn.lock

Lines changed: 113 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151
dependencies:
152152
"@babel/highlight" "^7.18.6"
153153

154+
"@babel/code-frame@^7.22.13":
155+
version "7.22.13"
156+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
157+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
158+
dependencies:
159+
"@babel/highlight" "^7.22.13"
160+
chalk "^2.4.2"
161+
154162
"@babel/compat-data@^7.16.4":
155163
version "7.17.0"
156164
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
@@ -221,6 +229,16 @@
221229
jsesc "^2.5.1"
222230
source-map "^0.5.0"
223231

232+
"@babel/generator@^7.23.0":
233+
version "7.23.0"
234+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
235+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
236+
dependencies:
237+
"@babel/types" "^7.23.0"
238+
"@jridgewell/gen-mapping" "^0.3.2"
239+
"@jridgewell/trace-mapping" "^0.3.17"
240+
jsesc "^2.5.1"
241+
224242
"@babel/helper-annotate-as-pure@^7.18.6":
225243
version "7.18.6"
226244
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -273,14 +291,10 @@
273291
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
274292
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
275293

276-
"@babel/helper-function-name@^7.16.7":
277-
version "7.16.7"
278-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
279-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
280-
dependencies:
281-
"@babel/helper-get-function-arity" "^7.16.7"
282-
"@babel/template" "^7.16.7"
283-
"@babel/types" "^7.16.7"
294+
"@babel/helper-environment-visitor@^7.22.20":
295+
version "7.22.20"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
297+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
284298

285299
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0":
286300
version "7.19.0"
@@ -290,26 +304,20 @@
290304
"@babel/template" "^7.18.10"
291305
"@babel/types" "^7.19.0"
292306

293-
"@babel/helper-get-function-arity@^7.16.7":
294-
version "7.16.7"
295-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
296-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
297-
dependencies:
298-
"@babel/types" "^7.16.7"
299-
300-
"@babel/helper-hoist-variables@^7.16.7":
301-
version "7.16.7"
302-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
303-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
307+
"@babel/helper-function-name@^7.23.0":
308+
version "7.23.0"
309+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
310+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
304311
dependencies:
305-
"@babel/types" "^7.16.7"
312+
"@babel/template" "^7.22.15"
313+
"@babel/types" "^7.23.0"
306314

307-
"@babel/helper-hoist-variables@^7.18.6":
308-
version "7.18.6"
309-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
310-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
315+
"@babel/helper-hoist-variables@^7.22.5":
316+
version "7.22.5"
317+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
318+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
311319
dependencies:
312-
"@babel/types" "^7.18.6"
320+
"@babel/types" "^7.22.5"
313321

314322
"@babel/helper-member-expression-to-functions@^7.18.9":
315323
version "7.18.9"
@@ -423,11 +431,23 @@
423431
dependencies:
424432
"@babel/types" "^7.18.6"
425433

434+
"@babel/helper-split-export-declaration@^7.22.6":
435+
version "7.22.6"
436+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
437+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
438+
dependencies:
439+
"@babel/types" "^7.22.5"
440+
426441
"@babel/helper-string-parser@^7.19.4":
427442
version "7.19.4"
428443
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
429444
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
430445

446+
"@babel/helper-string-parser@^7.22.5":
447+
version "7.22.5"
448+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
449+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
450+
431451
"@babel/helper-validator-identifier@^7.16.7":
432452
version "7.16.7"
433453
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -438,6 +458,11 @@
438458
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
439459
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
440460

461+
"@babel/helper-validator-identifier@^7.22.20":
462+
version "7.22.20"
463+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
464+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
465+
441466
"@babel/helper-validator-option@^7.16.7":
442467
version "7.16.7"
443468
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -484,6 +509,15 @@
484509
chalk "^2.0.0"
485510
js-tokens "^4.0.0"
486511

512+
"@babel/highlight@^7.22.13":
513+
version "7.22.20"
514+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
515+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
516+
dependencies:
517+
"@babel/helper-validator-identifier" "^7.22.20"
518+
chalk "^2.4.2"
519+
js-tokens "^4.0.0"
520+
487521
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3":
488522
version "7.17.3"
489523
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
@@ -494,6 +528,11 @@
494528
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
495529
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
496530

531+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
532+
version "7.23.0"
533+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
534+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
535+
497536
"@babel/plugin-proposal-class-properties@^7.0.0":
498537
version "7.18.6"
499538
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -802,35 +841,28 @@
802841
"@babel/parser" "^7.18.10"
803842
"@babel/types" "^7.18.10"
804843

805-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
806-
version "7.20.5"
807-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
808-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
809-
dependencies:
810-
"@babel/code-frame" "^7.18.6"
811-
"@babel/generator" "^7.20.5"
812-
"@babel/helper-environment-visitor" "^7.18.9"
813-
"@babel/helper-function-name" "^7.19.0"
814-
"@babel/helper-hoist-variables" "^7.18.6"
815-
"@babel/helper-split-export-declaration" "^7.18.6"
816-
"@babel/parser" "^7.20.5"
817-
"@babel/types" "^7.20.5"
818-
debug "^4.1.0"
819-
globals "^11.1.0"
820-
821-
"@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
822-
version "7.17.3"
823-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
824-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
825-
dependencies:
826-
"@babel/code-frame" "^7.16.7"
827-
"@babel/generator" "^7.17.3"
828-
"@babel/helper-environment-visitor" "^7.16.7"
829-
"@babel/helper-function-name" "^7.16.7"
830-
"@babel/helper-hoist-variables" "^7.16.7"
831-
"@babel/helper-split-export-declaration" "^7.16.7"
832-
"@babel/parser" "^7.17.3"
833-
"@babel/types" "^7.17.0"
844+
"@babel/template@^7.22.15":
845+
version "7.22.15"
846+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
847+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
848+
dependencies:
849+
"@babel/code-frame" "^7.22.13"
850+
"@babel/parser" "^7.22.15"
851+
"@babel/types" "^7.22.15"
852+
853+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2":
854+
version "7.23.2"
855+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
856+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
857+
dependencies:
858+
"@babel/code-frame" "^7.22.13"
859+
"@babel/generator" "^7.23.0"
860+
"@babel/helper-environment-visitor" "^7.22.20"
861+
"@babel/helper-function-name" "^7.23.0"
862+
"@babel/helper-hoist-variables" "^7.22.5"
863+
"@babel/helper-split-export-declaration" "^7.22.6"
864+
"@babel/parser" "^7.23.0"
865+
"@babel/types" "^7.23.0"
834866
debug "^4.1.0"
835867
globals "^11.1.0"
836868

@@ -851,6 +883,15 @@
851883
"@babel/helper-validator-identifier" "^7.19.1"
852884
to-fast-properties "^2.0.0"
853885

886+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
887+
version "7.23.0"
888+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
889+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
890+
dependencies:
891+
"@babel/helper-string-parser" "^7.22.5"
892+
"@babel/helper-validator-identifier" "^7.22.20"
893+
to-fast-properties "^2.0.0"
894+
854895
"@bcoe/v8-coverage@^0.2.3":
855896
version "0.2.3"
856897
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1199,6 +1240,11 @@
11991240
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
12001241
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
12011242

1243+
"@jridgewell/resolve-uri@^3.1.0":
1244+
version "3.1.1"
1245+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1246+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1247+
12021248
"@jridgewell/set-array@^1.0.1":
12031249
version "1.1.2"
12041250
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -1214,6 +1260,11 @@
12141260
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
12151261
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
12161262

1263+
"@jridgewell/sourcemap-codec@^1.4.14":
1264+
version "1.4.15"
1265+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1266+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1267+
12171268
"@jridgewell/trace-mapping@^0.3.0":
12181269
version "0.3.4"
12191270
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
@@ -1222,6 +1273,14 @@
12221273
"@jridgewell/resolve-uri" "^3.0.3"
12231274
"@jridgewell/sourcemap-codec" "^1.4.10"
12241275

1276+
"@jridgewell/trace-mapping@^0.3.17":
1277+
version "0.3.19"
1278+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1279+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1280+
dependencies:
1281+
"@jridgewell/resolve-uri" "^3.1.0"
1282+
"@jridgewell/sourcemap-codec" "^1.4.14"
1283+
12251284
"@jridgewell/trace-mapping@^0.3.9":
12261285
version "0.3.17"
12271286
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"

0 commit comments

Comments
 (0)