Skip to content

Commit bc94c55

Browse files
Bump @babel/traverse from 7.22.10 to 7.23.2 (#128)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7af3be commit bc94c55

File tree

1 file changed

+78
-10
lines changed

1 file changed

+78
-10
lines changed

yarn.lock

Lines changed: 78 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
"@babel/highlight" "^7.22.10"
3737
chalk "^2.4.2"
3838

39+
"@babel/code-frame@^7.22.13":
40+
version "7.22.13"
41+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
42+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
43+
dependencies:
44+
"@babel/highlight" "^7.22.13"
45+
chalk "^2.4.2"
46+
3947
"@babel/compat-data@^7.22.9":
4048
version "7.22.9"
4149
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
@@ -72,6 +80,16 @@
7280
"@jridgewell/trace-mapping" "^0.3.17"
7381
jsesc "^2.5.1"
7482

83+
"@babel/generator@^7.23.0":
84+
version "7.23.0"
85+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
86+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
87+
dependencies:
88+
"@babel/types" "^7.23.0"
89+
"@jridgewell/gen-mapping" "^0.3.2"
90+
"@jridgewell/trace-mapping" "^0.3.17"
91+
jsesc "^2.5.1"
92+
7593
"@babel/helper-annotate-as-pure@^7.22.5":
7694
version "7.22.5"
7795
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -105,6 +123,11 @@
105123
"@babel/helper-split-export-declaration" "^7.22.6"
106124
semver "^6.3.1"
107125

126+
"@babel/helper-environment-visitor@^7.22.20":
127+
version "7.22.20"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
129+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
130+
108131
"@babel/helper-environment-visitor@^7.22.5":
109132
version "7.22.5"
110133
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -118,6 +141,14 @@
118141
"@babel/template" "^7.22.5"
119142
"@babel/types" "^7.22.5"
120143

144+
"@babel/helper-function-name@^7.23.0":
145+
version "7.23.0"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
147+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
148+
dependencies:
149+
"@babel/template" "^7.22.15"
150+
"@babel/types" "^7.23.0"
151+
121152
"@babel/helper-hoist-variables@^7.22.5":
122153
version "7.22.5"
123154
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -209,6 +240,11 @@
209240
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
210241
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
211242

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+
212248
"@babel/helper-validator-option@^7.22.5":
213249
version "7.22.5"
214250
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -232,11 +268,25 @@
232268
chalk "^2.4.2"
233269
js-tokens "^4.0.0"
234270

271+
"@babel/highlight@^7.22.13":
272+
version "7.22.20"
273+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
274+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
275+
dependencies:
276+
"@babel/helper-validator-identifier" "^7.22.20"
277+
chalk "^2.4.2"
278+
js-tokens "^4.0.0"
279+
235280
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.22.5":
236281
version "7.22.10"
237282
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
238283
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
239284

285+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
286+
version "7.23.0"
287+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
288+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
289+
240290
"@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.22.5":
241291
version "7.22.5"
242292
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#a6b68e84fb76e759fc3b93e901876ffabbe1d918"
@@ -281,6 +331,15 @@
281331
"@babel/plugin-transform-modules-commonjs" "^7.22.5"
282332
"@babel/plugin-transform-typescript" "^7.22.5"
283333

334+
"@babel/template@^7.22.15":
335+
version "7.22.15"
336+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
337+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
338+
dependencies:
339+
"@babel/code-frame" "^7.22.13"
340+
"@babel/parser" "^7.22.15"
341+
"@babel/types" "^7.22.15"
342+
284343
"@babel/template@^7.22.5":
285344
version "7.22.5"
286345
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -291,18 +350,18 @@
291350
"@babel/types" "^7.22.5"
292351

293352
"@babel/traverse@^7.22.10":
294-
version "7.22.10"
295-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
296-
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
297-
dependencies:
298-
"@babel/code-frame" "^7.22.10"
299-
"@babel/generator" "^7.22.10"
300-
"@babel/helper-environment-visitor" "^7.22.5"
301-
"@babel/helper-function-name" "^7.22.5"
353+
version "7.23.2"
354+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
355+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
356+
dependencies:
357+
"@babel/code-frame" "^7.22.13"
358+
"@babel/generator" "^7.23.0"
359+
"@babel/helper-environment-visitor" "^7.22.20"
360+
"@babel/helper-function-name" "^7.23.0"
302361
"@babel/helper-hoist-variables" "^7.22.5"
303362
"@babel/helper-split-export-declaration" "^7.22.6"
304-
"@babel/parser" "^7.22.10"
305-
"@babel/types" "^7.22.10"
363+
"@babel/parser" "^7.23.0"
364+
"@babel/types" "^7.23.0"
306365
debug "^4.1.0"
307366
globals "^11.1.0"
308367

@@ -315,6 +374,15 @@
315374
"@babel/helper-validator-identifier" "^7.22.5"
316375
to-fast-properties "^2.0.0"
317376

377+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
378+
version "7.23.0"
379+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
380+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
381+
dependencies:
382+
"@babel/helper-string-parser" "^7.22.5"
383+
"@babel/helper-validator-identifier" "^7.22.20"
384+
to-fast-properties "^2.0.0"
385+
318386
"@bcoe/v8-coverage@^0.2.3":
319387
version "0.2.3"
320388
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)