Skip to content

Commit b6dabba

Browse files
build(deps): bump @babel/traverse from 7.21.2 to 7.24.0
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.24.0. - [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.0/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc0d6de commit b6dabba

File tree

1 file changed

+100
-28
lines changed

1 file changed

+100
-28
lines changed

yarn.lock

Lines changed: 100 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20+
"@babel/code-frame@^7.23.5":
21+
version "7.23.5"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
23+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
24+
dependencies:
25+
"@babel/highlight" "^7.23.4"
26+
chalk "^2.4.2"
27+
2028
"@babel/compat-data@^7.20.5":
2129
version "7.21.0"
2230
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
@@ -43,7 +51,7 @@
4351
json5 "^2.2.2"
4452
semver "^6.3.0"
4553

46-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
54+
"@babel/generator@^7.21.0":
4755
version "7.21.1"
4856
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
4957
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -53,6 +61,16 @@
5361
"@jridgewell/trace-mapping" "^0.3.17"
5462
jsesc "^2.5.1"
5563

64+
"@babel/generator@^7.23.6":
65+
version "7.23.6"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
67+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
68+
dependencies:
69+
"@babel/types" "^7.23.6"
70+
"@jridgewell/gen-mapping" "^0.3.2"
71+
"@jridgewell/trace-mapping" "^0.3.17"
72+
jsesc "^2.5.1"
73+
5674
"@babel/helper-compilation-targets@^7.20.7":
5775
version "7.20.7"
5876
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
@@ -69,20 +87,25 @@
6987
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
7088
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
7189

72-
"@babel/helper-function-name@^7.21.0":
73-
version "7.21.0"
74-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
75-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
90+
"@babel/helper-environment-visitor@^7.22.20":
91+
version "7.22.20"
92+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
93+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
94+
95+
"@babel/helper-function-name@^7.23.0":
96+
version "7.23.0"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
98+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
7699
dependencies:
77-
"@babel/template" "^7.20.7"
78-
"@babel/types" "^7.21.0"
100+
"@babel/template" "^7.22.15"
101+
"@babel/types" "^7.23.0"
79102

80-
"@babel/helper-hoist-variables@^7.18.6":
81-
version "7.18.6"
82-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
83-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
103+
"@babel/helper-hoist-variables@^7.22.5":
104+
version "7.22.5"
105+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
106+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
84107
dependencies:
85-
"@babel/types" "^7.18.6"
108+
"@babel/types" "^7.22.5"
86109

87110
"@babel/helper-module-imports@^7.18.6":
88111
version "7.18.6"
@@ -119,16 +142,33 @@
119142
dependencies:
120143
"@babel/types" "^7.18.6"
121144

145+
"@babel/helper-split-export-declaration@^7.22.6":
146+
version "7.22.6"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
148+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
149+
dependencies:
150+
"@babel/types" "^7.22.5"
151+
122152
"@babel/helper-string-parser@^7.19.4":
123153
version "7.19.4"
124154
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
125155
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
126156

157+
"@babel/helper-string-parser@^7.23.4":
158+
version "7.23.4"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
160+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
161+
127162
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
128163
version "7.19.1"
129164
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
130165
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
131166

167+
"@babel/helper-validator-identifier@^7.22.20":
168+
version "7.22.20"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
170+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
171+
132172
"@babel/helper-validator-option@^7.18.6":
133173
version "7.21.0"
134174
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -152,16 +192,30 @@
152192
chalk "^2.0.0"
153193
js-tokens "^4.0.0"
154194

195+
"@babel/highlight@^7.23.4":
196+
version "7.23.4"
197+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
198+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
199+
dependencies:
200+
"@babel/helper-validator-identifier" "^7.22.20"
201+
chalk "^2.4.2"
202+
js-tokens "^4.0.0"
203+
155204
156205
version "7.13.0"
157206
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
158207
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
159208

160-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
209+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
161210
version "7.21.2"
162211
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
163212
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
164213

214+
"@babel/parser@^7.24.0":
215+
version "7.24.0"
216+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
217+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
218+
165219
"@babel/register@^7.21.0":
166220
version "7.21.0"
167221
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.21.0.tgz#c97bf56c2472e063774f31d344c592ebdcefa132"
@@ -182,20 +236,29 @@
182236
"@babel/parser" "^7.20.7"
183237
"@babel/types" "^7.20.7"
184238

185-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
186-
version "7.21.2"
187-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
188-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
239+
"@babel/template@^7.22.15":
240+
version "7.24.0"
241+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
242+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
189243
dependencies:
190-
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.21.1"
192-
"@babel/helper-environment-visitor" "^7.18.9"
193-
"@babel/helper-function-name" "^7.21.0"
194-
"@babel/helper-hoist-variables" "^7.18.6"
195-
"@babel/helper-split-export-declaration" "^7.18.6"
196-
"@babel/parser" "^7.21.2"
197-
"@babel/types" "^7.21.2"
198-
debug "^4.1.0"
244+
"@babel/code-frame" "^7.23.5"
245+
"@babel/parser" "^7.24.0"
246+
"@babel/types" "^7.24.0"
247+
248+
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
249+
version "7.24.0"
250+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
251+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
252+
dependencies:
253+
"@babel/code-frame" "^7.23.5"
254+
"@babel/generator" "^7.23.6"
255+
"@babel/helper-environment-visitor" "^7.22.20"
256+
"@babel/helper-function-name" "^7.23.0"
257+
"@babel/helper-hoist-variables" "^7.22.5"
258+
"@babel/helper-split-export-declaration" "^7.22.6"
259+
"@babel/parser" "^7.24.0"
260+
"@babel/types" "^7.24.0"
261+
debug "^4.3.1"
199262
globals "^11.1.0"
200263

201264
"@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2":
@@ -207,6 +270,15 @@
207270
"@babel/helper-validator-identifier" "^7.19.1"
208271
to-fast-properties "^2.0.0"
209272

273+
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0":
274+
version "7.24.0"
275+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
276+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
277+
dependencies:
278+
"@babel/helper-string-parser" "^7.23.4"
279+
"@babel/helper-validator-identifier" "^7.22.20"
280+
to-fast-properties "^2.0.0"
281+
210282
"@codexteam/icons@^0.0.4":
211283
version "0.0.4"
212284
resolved "https://registry.yarnpkg.com/@codexteam/icons/-/icons-0.0.4.tgz#8b72dcd3f3a1b0d880bdceb2abebd74b46d3ae13"
@@ -1374,7 +1446,7 @@ [email protected], chalk@^4.1.0:
13741446
ansi-styles "^4.1.0"
13751447
supports-color "^7.1.0"
13761448

1377-
chalk@^2.0.0, chalk@^2.3.0:
1449+
chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2:
13781450
version "2.4.2"
13791451
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
13801452
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1745,7 +1817,7 @@ dayjs@^1.10.4:
17451817
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2"
17461818
integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==
17471819

1748-
[email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
1820+
[email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
17491821
version "4.3.4"
17501822
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
17511823
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)