Skip to content

Commit d5d5659

Browse files
build(deps): bump @babel/traverse from 7.16.7 to 7.23.2 (#224)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.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 57001c6 commit d5d5659

File tree

1 file changed

+128
-61
lines changed

1 file changed

+128
-61
lines changed

yarn.lock

Lines changed: 128 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
dependencies:
2323
"@babel/highlight" "^7.16.7"
2424

25+
"@babel/code-frame@^7.22.13":
26+
version "7.22.13"
27+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29+
dependencies:
30+
"@babel/highlight" "^7.22.13"
31+
chalk "^2.4.2"
32+
2533
"@babel/compat-data@^7.16.4":
2634
version "7.16.4"
2735
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -92,6 +100,16 @@
92100
"@jridgewell/gen-mapping" "^0.3.0"
93101
jsesc "^2.5.1"
94102

103+
"@babel/generator@^7.23.0":
104+
version "7.23.0"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
106+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
107+
dependencies:
108+
"@babel/types" "^7.23.0"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
"@jridgewell/trace-mapping" "^0.3.17"
111+
jsesc "^2.5.1"
112+
95113
"@babel/helper-compilation-targets@^7.16.7":
96114
version "7.16.7"
97115
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
@@ -119,41 +137,25 @@
119137
dependencies:
120138
"@babel/types" "^7.16.7"
121139

122-
"@babel/helper-environment-visitor@^7.18.2":
123-
version "7.18.2"
124-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
125-
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
126-
127-
"@babel/helper-function-name@^7.16.7":
128-
version "7.16.7"
129-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
130-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
131-
dependencies:
132-
"@babel/helper-get-function-arity" "^7.16.7"
133-
"@babel/template" "^7.16.7"
134-
"@babel/types" "^7.16.7"
135-
136-
"@babel/helper-function-name@^7.17.9":
137-
version "7.17.9"
138-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
139-
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
140-
dependencies:
141-
"@babel/template" "^7.16.7"
142-
"@babel/types" "^7.17.0"
140+
"@babel/helper-environment-visitor@^7.22.20":
141+
version "7.22.20"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
143+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
143144

144-
"@babel/helper-get-function-arity@^7.16.7":
145-
version "7.16.7"
146-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
147-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
145+
"@babel/helper-function-name@^7.23.0":
146+
version "7.23.0"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
148+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
148149
dependencies:
149-
"@babel/types" "^7.16.7"
150+
"@babel/template" "^7.22.15"
151+
"@babel/types" "^7.23.0"
150152

151-
"@babel/helper-hoist-variables@^7.16.7":
152-
version "7.16.7"
153-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
154-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
153+
"@babel/helper-hoist-variables@^7.22.5":
154+
version "7.22.5"
155+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
156+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
155157
dependencies:
156-
"@babel/types" "^7.16.7"
158+
"@babel/types" "^7.22.5"
157159

158160
"@babel/helper-module-imports@^7.16.7":
159161
version "7.16.7"
@@ -221,11 +223,28 @@
221223
dependencies:
222224
"@babel/types" "^7.16.7"
223225

226+
"@babel/helper-split-export-declaration@^7.22.6":
227+
version "7.22.6"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
229+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
230+
dependencies:
231+
"@babel/types" "^7.22.5"
232+
233+
"@babel/helper-string-parser@^7.22.5":
234+
version "7.22.5"
235+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
236+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
237+
224238
"@babel/helper-validator-identifier@^7.16.7":
225239
version "7.16.7"
226240
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
227241
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
228242

243+
"@babel/helper-validator-identifier@^7.22.20":
244+
version "7.22.20"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
246+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
247+
229248
"@babel/helper-validator-option@^7.16.7":
230249
version "7.16.7"
231250
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -258,6 +277,15 @@
258277
chalk "^2.0.0"
259278
js-tokens "^4.0.0"
260279

280+
"@babel/highlight@^7.22.13":
281+
version "7.22.20"
282+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
283+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
284+
dependencies:
285+
"@babel/helper-validator-identifier" "^7.22.20"
286+
chalk "^2.4.2"
287+
js-tokens "^4.0.0"
288+
261289
262290
version "7.16.4"
263291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
@@ -273,6 +301,11 @@
273301
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
274302
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
275303

304+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
305+
version "7.23.0"
306+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
307+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
308+
276309
"@babel/plugin-syntax-async-generators@^7.8.4":
277310
version "7.8.4"
278311
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -380,35 +413,28 @@
380413
"@babel/parser" "^7.16.7"
381414
"@babel/types" "^7.16.7"
382415

383-
"@babel/traverse@^7.12.5", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
384-
version "7.18.2"
385-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
386-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
387-
dependencies:
388-
"@babel/code-frame" "^7.16.7"
389-
"@babel/generator" "^7.18.2"
390-
"@babel/helper-environment-visitor" "^7.18.2"
391-
"@babel/helper-function-name" "^7.17.9"
392-
"@babel/helper-hoist-variables" "^7.16.7"
393-
"@babel/helper-split-export-declaration" "^7.16.7"
394-
"@babel/parser" "^7.18.0"
395-
"@babel/types" "^7.18.2"
396-
debug "^4.1.0"
397-
globals "^11.1.0"
398-
399-
"@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2":
400-
version "7.16.7"
401-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
402-
integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==
403-
dependencies:
404-
"@babel/code-frame" "^7.16.7"
405-
"@babel/generator" "^7.16.7"
406-
"@babel/helper-environment-visitor" "^7.16.7"
407-
"@babel/helper-function-name" "^7.16.7"
408-
"@babel/helper-hoist-variables" "^7.16.7"
409-
"@babel/helper-split-export-declaration" "^7.16.7"
410-
"@babel/parser" "^7.16.7"
411-
"@babel/types" "^7.16.7"
416+
"@babel/template@^7.22.15":
417+
version "7.22.15"
418+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
419+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
420+
dependencies:
421+
"@babel/code-frame" "^7.22.13"
422+
"@babel/parser" "^7.22.15"
423+
"@babel/types" "^7.22.15"
424+
425+
"@babel/traverse@^7.12.5", "@babel/traverse@^7.16.7", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.2":
426+
version "7.23.2"
427+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
428+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
429+
dependencies:
430+
"@babel/code-frame" "^7.22.13"
431+
"@babel/generator" "^7.23.0"
432+
"@babel/helper-environment-visitor" "^7.22.20"
433+
"@babel/helper-function-name" "^7.23.0"
434+
"@babel/helper-hoist-variables" "^7.22.5"
435+
"@babel/helper-split-export-declaration" "^7.22.6"
436+
"@babel/parser" "^7.23.0"
437+
"@babel/types" "^7.23.0"
412438
debug "^4.1.0"
413439
globals "^11.1.0"
414440

@@ -420,14 +446,23 @@
420446
"@babel/helper-validator-identifier" "^7.16.7"
421447
to-fast-properties "^2.0.0"
422448

423-
"@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2":
449+
"@babel/types@^7.18.0", "@babel/types@^7.18.2":
424450
version "7.18.4"
425451
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
426452
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
427453
dependencies:
428454
"@babel/helper-validator-identifier" "^7.16.7"
429455
to-fast-properties "^2.0.0"
430456

457+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
458+
version "7.23.0"
459+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
460+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
461+
dependencies:
462+
"@babel/helper-string-parser" "^7.22.5"
463+
"@babel/helper-validator-identifier" "^7.22.20"
464+
to-fast-properties "^2.0.0"
465+
431466
"@bcoe/v8-coverage@^0.2.3":
432467
version "0.2.3"
433468
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1021,21 +1056,45 @@
10211056
"@jridgewell/sourcemap-codec" "^1.4.10"
10221057
"@jridgewell/trace-mapping" "^0.3.9"
10231058

1059+
"@jridgewell/gen-mapping@^0.3.2":
1060+
version "0.3.3"
1061+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1062+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1063+
dependencies:
1064+
"@jridgewell/set-array" "^1.0.1"
1065+
"@jridgewell/sourcemap-codec" "^1.4.10"
1066+
"@jridgewell/trace-mapping" "^0.3.9"
1067+
10241068
"@jridgewell/resolve-uri@^3.0.3":
10251069
version "3.0.7"
10261070
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
10271071
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
10281072

1073+
"@jridgewell/resolve-uri@^3.1.0":
1074+
version "3.1.1"
1075+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1076+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1077+
10291078
"@jridgewell/set-array@^1.0.0":
10301079
version "1.1.1"
10311080
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
10321081
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
10331082

1083+
"@jridgewell/set-array@^1.0.1":
1084+
version "1.1.2"
1085+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1086+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1087+
10341088
"@jridgewell/sourcemap-codec@^1.4.10":
10351089
version "1.4.13"
10361090
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
10371091
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
10381092

1093+
"@jridgewell/sourcemap-codec@^1.4.14":
1094+
version "1.4.15"
1095+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1096+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1097+
10391098
"@jridgewell/[email protected]":
10401099
version "0.3.9"
10411100
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -1052,6 +1111,14 @@
10521111
"@jridgewell/resolve-uri" "^3.0.3"
10531112
"@jridgewell/sourcemap-codec" "^1.4.10"
10541113

1114+
"@jridgewell/trace-mapping@^0.3.17":
1115+
version "0.3.19"
1116+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1117+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1118+
dependencies:
1119+
"@jridgewell/resolve-uri" "^3.1.0"
1120+
"@jridgewell/sourcemap-codec" "^1.4.14"
1121+
10551122
"@jridgewell/trace-mapping@^0.3.9":
10561123
version "0.3.13"
10571124
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"

0 commit comments

Comments
 (0)