Skip to content

Commit 462336f

Browse files
Bump @babel/traverse from 7.18.5 to 7.24.8
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.24.8. - [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.24.8/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b676ba commit 462336f

File tree

1 file changed

+142
-13
lines changed

1 file changed

+142
-13
lines changed

yarn.lock

Lines changed: 142 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
dependencies:
5959
"@babel/highlight" "^7.16.7"
6060

61+
"@babel/code-frame@^7.24.7":
62+
version "7.24.7"
63+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
64+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
65+
dependencies:
66+
"@babel/highlight" "^7.24.7"
67+
picocolors "^1.0.0"
68+
6169
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
6270
version "7.18.5"
6371
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471"
@@ -102,6 +110,16 @@
102110
"@jridgewell/gen-mapping" "^0.3.0"
103111
jsesc "^2.5.1"
104112

113+
"@babel/generator@^7.24.8":
114+
version "7.24.10"
115+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
116+
integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
117+
dependencies:
118+
"@babel/types" "^7.24.9"
119+
"@jridgewell/gen-mapping" "^0.3.5"
120+
"@jridgewell/trace-mapping" "^0.3.25"
121+
jsesc "^2.5.1"
122+
105123
"@babel/helper-annotate-as-pure@^7.16.7":
106124
version "7.16.7"
107125
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -167,6 +185,13 @@
167185
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
168186
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
169187

188+
"@babel/helper-environment-visitor@^7.24.7":
189+
version "7.24.7"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
191+
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
192+
dependencies:
193+
"@babel/types" "^7.24.7"
194+
170195
"@babel/helper-explode-assignable-expression@^7.16.7":
171196
version "7.16.7"
172197
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -182,13 +207,28 @@
182207
"@babel/template" "^7.16.7"
183208
"@babel/types" "^7.17.0"
184209

210+
"@babel/helper-function-name@^7.24.7":
211+
version "7.24.7"
212+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
213+
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
214+
dependencies:
215+
"@babel/template" "^7.24.7"
216+
"@babel/types" "^7.24.7"
217+
185218
"@babel/helper-hoist-variables@^7.16.7":
186219
version "7.16.7"
187220
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
188221
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
189222
dependencies:
190223
"@babel/types" "^7.16.7"
191224

225+
"@babel/helper-hoist-variables@^7.24.7":
226+
version "7.24.7"
227+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
228+
integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
229+
dependencies:
230+
"@babel/types" "^7.24.7"
231+
192232
"@babel/helper-member-expression-to-functions@^7.17.7":
193233
version "7.17.7"
194234
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
@@ -270,11 +310,28 @@
270310
dependencies:
271311
"@babel/types" "^7.16.7"
272312

313+
"@babel/helper-split-export-declaration@^7.24.7":
314+
version "7.24.7"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
316+
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
317+
dependencies:
318+
"@babel/types" "^7.24.7"
319+
320+
"@babel/helper-string-parser@^7.24.8":
321+
version "7.24.8"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
323+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
324+
273325
"@babel/helper-validator-identifier@^7.16.7":
274326
version "7.16.7"
275327
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
276328
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
277329

330+
"@babel/helper-validator-identifier@^7.24.7":
331+
version "7.24.7"
332+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
333+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
334+
278335
"@babel/helper-validator-option@^7.16.7":
279336
version "7.16.7"
280337
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -308,11 +365,26 @@
308365
chalk "^2.0.0"
309366
js-tokens "^4.0.0"
310367

368+
"@babel/highlight@^7.24.7":
369+
version "7.24.7"
370+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
371+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
372+
dependencies:
373+
"@babel/helper-validator-identifier" "^7.24.7"
374+
chalk "^2.4.2"
375+
js-tokens "^4.0.0"
376+
picocolors "^1.0.0"
377+
311378
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.18.5":
312379
version "7.18.5"
313380
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
314381
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
315382

383+
"@babel/parser@^7.24.7", "@babel/parser@^7.24.8":
384+
version "7.24.8"
385+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
386+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
387+
316388
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
317389
version "7.17.12"
318390
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.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -986,20 +1058,29 @@
9861058
"@babel/parser" "^7.16.7"
9871059
"@babel/types" "^7.16.7"
9881060

989-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5":
990-
version "7.18.5"
991-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
992-
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
1061+
"@babel/template@^7.24.7":
1062+
version "7.24.7"
1063+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
1064+
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
9931065
dependencies:
994-
"@babel/code-frame" "^7.16.7"
995-
"@babel/generator" "^7.18.2"
996-
"@babel/helper-environment-visitor" "^7.18.2"
997-
"@babel/helper-function-name" "^7.17.9"
998-
"@babel/helper-hoist-variables" "^7.16.7"
999-
"@babel/helper-split-export-declaration" "^7.16.7"
1000-
"@babel/parser" "^7.18.5"
1001-
"@babel/types" "^7.18.4"
1002-
debug "^4.1.0"
1066+
"@babel/code-frame" "^7.24.7"
1067+
"@babel/parser" "^7.24.7"
1068+
"@babel/types" "^7.24.7"
1069+
1070+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5":
1071+
version "7.24.8"
1072+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
1073+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
1074+
dependencies:
1075+
"@babel/code-frame" "^7.24.7"
1076+
"@babel/generator" "^7.24.8"
1077+
"@babel/helper-environment-visitor" "^7.24.7"
1078+
"@babel/helper-function-name" "^7.24.7"
1079+
"@babel/helper-hoist-variables" "^7.24.7"
1080+
"@babel/helper-split-export-declaration" "^7.24.7"
1081+
"@babel/parser" "^7.24.8"
1082+
"@babel/types" "^7.24.8"
1083+
debug "^4.3.1"
10031084
globals "^11.1.0"
10041085

10051086
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
@@ -1010,6 +1091,15 @@
10101091
"@babel/helper-validator-identifier" "^7.16.7"
10111092
to-fast-properties "^2.0.0"
10121093

1094+
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9":
1095+
version "7.24.9"
1096+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1097+
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
1098+
dependencies:
1099+
"@babel/helper-string-parser" "^7.24.8"
1100+
"@babel/helper-validator-identifier" "^7.24.7"
1101+
to-fast-properties "^2.0.0"
1102+
10131103
10141104
version "1.5.0"
10151105
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -1071,16 +1161,35 @@
10711161
"@jridgewell/sourcemap-codec" "^1.4.10"
10721162
"@jridgewell/trace-mapping" "^0.3.9"
10731163

1164+
"@jridgewell/gen-mapping@^0.3.5":
1165+
version "0.3.5"
1166+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
1167+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
1168+
dependencies:
1169+
"@jridgewell/set-array" "^1.2.1"
1170+
"@jridgewell/sourcemap-codec" "^1.4.10"
1171+
"@jridgewell/trace-mapping" "^0.3.24"
1172+
10741173
"@jridgewell/resolve-uri@^3.0.3":
10751174
version "3.0.7"
10761175
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
10771176
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
10781177

1178+
"@jridgewell/resolve-uri@^3.1.0":
1179+
version "3.1.2"
1180+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1181+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1182+
10791183
"@jridgewell/set-array@^1.0.0":
10801184
version "1.1.1"
10811185
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
10821186
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
10831187

1188+
"@jridgewell/set-array@^1.2.1":
1189+
version "1.2.1"
1190+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1191+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1192+
10841193
"@jridgewell/source-map@^0.3.2":
10851194
version "0.3.2"
10861195
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
@@ -1094,6 +1203,19 @@
10941203
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
10951204
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
10961205

1206+
"@jridgewell/sourcemap-codec@^1.4.14":
1207+
version "1.5.0"
1208+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1209+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1210+
1211+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1212+
version "0.3.25"
1213+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1214+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1215+
dependencies:
1216+
"@jridgewell/resolve-uri" "^3.1.0"
1217+
"@jridgewell/sourcemap-codec" "^1.4.14"
1218+
10971219
"@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9":
10981220
version "0.3.13"
10991221
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
@@ -2645,6 +2767,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
26452767
dependencies:
26462768
ms "2.1.2"
26472769

2770+
debug@^4.3.1:
2771+
version "4.3.5"
2772+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
2773+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
2774+
dependencies:
2775+
ms "2.1.2"
2776+
26482777
decode-uri-component@^0.2.0:
26492778
version "0.2.2"
26502779
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"

0 commit comments

Comments
 (0)