Skip to content

Commit 10af7a1

Browse files
chore(deps): bump @babel/traverse from 7.15.4 to 7.24.5
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.24.5. - [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.5/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f727fb6 commit 10af7a1

File tree

1 file changed

+141
-31
lines changed

1 file changed

+141
-31
lines changed

yarn.lock

+141-31
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
1818

19+
"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
20+
version "7.24.2"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
22+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
23+
dependencies:
24+
"@babel/highlight" "^7.24.2"
25+
picocolors "^1.0.0"
26+
1927
"@babel/compat-data@^7.15.0":
2028
version "7.15.0"
2129
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -51,6 +59,16 @@
5159
jsesc "^2.5.1"
5260
source-map "^0.5.0"
5361

62+
"@babel/generator@^7.24.5":
63+
version "7.24.5"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
65+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
66+
dependencies:
67+
"@babel/types" "^7.24.5"
68+
"@jridgewell/gen-mapping" "^0.3.5"
69+
"@jridgewell/trace-mapping" "^0.3.25"
70+
jsesc "^2.5.1"
71+
5472
"@babel/helper-compilation-targets@^7.15.4":
5573
version "7.15.4"
5674
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
@@ -61,28 +79,25 @@
6179
browserslist "^4.16.6"
6280
semver "^6.3.0"
6381

64-
"@babel/helper-function-name@^7.15.4":
65-
version "7.15.4"
66-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
67-
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
68-
dependencies:
69-
"@babel/helper-get-function-arity" "^7.15.4"
70-
"@babel/template" "^7.15.4"
71-
"@babel/types" "^7.15.4"
82+
"@babel/helper-environment-visitor@^7.22.20":
83+
version "7.22.20"
84+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
85+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
7286

73-
"@babel/helper-get-function-arity@^7.15.4":
74-
version "7.15.4"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
76-
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
87+
"@babel/helper-function-name@^7.23.0":
88+
version "7.23.0"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
90+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
7791
dependencies:
78-
"@babel/types" "^7.15.4"
92+
"@babel/template" "^7.22.15"
93+
"@babel/types" "^7.23.0"
7994

80-
"@babel/helper-hoist-variables@^7.15.4":
81-
version "7.15.4"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
83-
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
95+
"@babel/helper-hoist-variables@^7.22.5":
96+
version "7.22.5"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
98+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
8499
dependencies:
85-
"@babel/types" "^7.15.4"
100+
"@babel/types" "^7.22.5"
86101

87102
"@babel/helper-member-expression-to-functions@^7.15.4":
88103
version "7.15.4"
@@ -143,11 +158,28 @@
143158
dependencies:
144159
"@babel/types" "^7.15.4"
145160

161+
"@babel/helper-split-export-declaration@^7.24.5":
162+
version "7.24.5"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
164+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
165+
dependencies:
166+
"@babel/types" "^7.24.5"
167+
168+
"@babel/helper-string-parser@^7.24.1":
169+
version "7.24.1"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
171+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
172+
146173
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
147174
version "7.15.7"
148175
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
149176
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
150177

178+
"@babel/helper-validator-identifier@^7.24.5":
179+
version "7.24.5"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
181+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
182+
151183
"@babel/helper-validator-option@^7.14.5":
152184
version "7.14.5"
153185
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -171,11 +203,26 @@
171203
chalk "^2.0.0"
172204
js-tokens "^4.0.0"
173205

206+
"@babel/highlight@^7.24.2":
207+
version "7.24.5"
208+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
209+
integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
210+
dependencies:
211+
"@babel/helper-validator-identifier" "^7.24.5"
212+
chalk "^2.4.2"
213+
js-tokens "^4.0.0"
214+
picocolors "^1.0.0"
215+
174216
"@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
175217
version "7.15.7"
176218
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
177219
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
178220

221+
"@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
222+
version "7.24.5"
223+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
224+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
225+
179226
"@babel/parser@^7.4.4":
180227
version "7.5.5"
181228
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
@@ -205,19 +252,29 @@
205252
"@babel/parser" "^7.15.4"
206253
"@babel/types" "^7.15.4"
207254

208-
"@babel/traverse@^7.15.4":
209-
version "7.15.4"
210-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
211-
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
255+
"@babel/template@^7.22.15":
256+
version "7.24.0"
257+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
258+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
212259
dependencies:
213-
"@babel/code-frame" "^7.14.5"
214-
"@babel/generator" "^7.15.4"
215-
"@babel/helper-function-name" "^7.15.4"
216-
"@babel/helper-hoist-variables" "^7.15.4"
217-
"@babel/helper-split-export-declaration" "^7.15.4"
218-
"@babel/parser" "^7.15.4"
219-
"@babel/types" "^7.15.4"
220-
debug "^4.1.0"
260+
"@babel/code-frame" "^7.23.5"
261+
"@babel/parser" "^7.24.0"
262+
"@babel/types" "^7.24.0"
263+
264+
"@babel/traverse@^7.15.4":
265+
version "7.24.5"
266+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
267+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
268+
dependencies:
269+
"@babel/code-frame" "^7.24.2"
270+
"@babel/generator" "^7.24.5"
271+
"@babel/helper-environment-visitor" "^7.22.20"
272+
"@babel/helper-function-name" "^7.23.0"
273+
"@babel/helper-hoist-variables" "^7.22.5"
274+
"@babel/helper-split-export-declaration" "^7.24.5"
275+
"@babel/parser" "^7.24.5"
276+
"@babel/types" "^7.24.5"
277+
debug "^4.3.1"
221278
globals "^11.1.0"
222279

223280
"@babel/types@^7.15.4", "@babel/types@^7.15.6":
@@ -228,6 +285,15 @@
228285
"@babel/helper-validator-identifier" "^7.14.9"
229286
to-fast-properties "^2.0.0"
230287

288+
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5":
289+
version "7.24.5"
290+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
291+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
292+
dependencies:
293+
"@babel/helper-string-parser" "^7.24.1"
294+
"@babel/helper-validator-identifier" "^7.24.5"
295+
to-fast-properties "^2.0.0"
296+
231297
"@eslint/eslintrc@^0.4.3":
232298
version "0.4.3"
233299
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -273,6 +339,38 @@
273339
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
274340
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
275341

342+
"@jridgewell/gen-mapping@^0.3.5":
343+
version "0.3.5"
344+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
345+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
346+
dependencies:
347+
"@jridgewell/set-array" "^1.2.1"
348+
"@jridgewell/sourcemap-codec" "^1.4.10"
349+
"@jridgewell/trace-mapping" "^0.3.24"
350+
351+
"@jridgewell/resolve-uri@^3.1.0":
352+
version "3.1.2"
353+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
354+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
355+
356+
"@jridgewell/set-array@^1.2.1":
357+
version "1.2.1"
358+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
359+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
360+
361+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
362+
version "1.4.15"
363+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
364+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
365+
366+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
367+
version "0.3.25"
368+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
369+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
370+
dependencies:
371+
"@jridgewell/resolve-uri" "^3.1.0"
372+
"@jridgewell/sourcemap-codec" "^1.4.14"
373+
276374
"@types/json5@^0.0.29":
277375
version "0.0.29"
278376
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -531,7 +629,7 @@ catharsis@^0.8.11:
531629
dependencies:
532630
lodash "^4.17.14"
533631

534-
chalk@^2.0.0:
632+
chalk@^2.0.0, chalk@^2.4.2:
535633
version "2.4.2"
536634
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
537635
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -691,6 +789,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
691789
dependencies:
692790
ms "2.1.2"
693791

792+
debug@^4.3.1:
793+
version "4.3.4"
794+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
795+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
796+
dependencies:
797+
ms "2.1.2"
798+
694799
decamelize@^1.2.0:
695800
version "1.2.0"
696801
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -2280,6 +2385,11 @@ path-type@^3.0.0:
22802385
dependencies:
22812386
pify "^3.0.0"
22822387

2388+
picocolors@^1.0.0:
2389+
version "1.0.0"
2390+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
2391+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
2392+
22832393
picomatch@^2.0.4, picomatch@^2.2.1:
22842394
version "2.3.0"
22852395
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"

0 commit comments

Comments
 (0)