Skip to content

Commit df62869

Browse files
chore(deps): bump @babel/traverse from 7.21.5 to 7.23.2 in /example (#781)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 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 a60cf4d commit df62869

File tree

1 file changed

+76
-34
lines changed

1 file changed

+76
-34
lines changed

example/yarn.lock

Lines changed: 76 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5":
20+
"@babel/code-frame@^7.22.13":
21+
version "7.22.13"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
23+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
24+
dependencies:
25+
"@babel/highlight" "^7.22.13"
26+
chalk "^2.4.2"
27+
28+
"@babel/code-frame@^7.22.5":
2129
version "7.22.10"
2230
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
2331
integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
@@ -70,12 +78,12 @@
7078
"@jridgewell/trace-mapping" "^0.3.17"
7179
jsesc "^2.5.1"
7280

73-
"@babel/generator@^7.22.10":
74-
version "7.22.10"
75-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722"
76-
integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==
81+
"@babel/generator@^7.23.0":
82+
version "7.23.0"
83+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
84+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
7785
dependencies:
78-
"@babel/types" "^7.22.10"
86+
"@babel/types" "^7.23.0"
7987
"@jridgewell/gen-mapping" "^0.3.2"
8088
"@jridgewell/trace-mapping" "^0.3.17"
8189
jsesc "^2.5.1"
@@ -153,6 +161,11 @@
153161
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
154162
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
155163

164+
"@babel/helper-environment-visitor@^7.22.20":
165+
version "7.22.20"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
167+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
168+
156169
"@babel/helper-environment-visitor@^7.22.5":
157170
version "7.22.5"
158171
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -174,6 +187,14 @@
174187
"@babel/template" "^7.22.5"
175188
"@babel/types" "^7.22.5"
176189

190+
"@babel/helper-function-name@^7.23.0":
191+
version "7.23.0"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
193+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
194+
dependencies:
195+
"@babel/template" "^7.22.15"
196+
"@babel/types" "^7.23.0"
197+
177198
"@babel/helper-hoist-variables@^7.18.6":
178199
version "7.18.6"
179200
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -314,6 +335,11 @@
314335
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
315336
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
316337

338+
"@babel/helper-validator-identifier@^7.22.20":
339+
version "7.22.20"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
341+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
342+
317343
"@babel/helper-validator-identifier@^7.22.5":
318344
version "7.22.5"
319345
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -370,12 +396,26 @@
370396
chalk "^2.4.2"
371397
js-tokens "^4.0.0"
372398

373-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
399+
"@babel/highlight@^7.22.13":
400+
version "7.22.20"
401+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
402+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
403+
dependencies:
404+
"@babel/helper-validator-identifier" "^7.22.20"
405+
chalk "^2.4.2"
406+
js-tokens "^4.0.0"
407+
408+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8":
374409
version "7.21.8"
375410
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
376411
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
377412

378-
"@babel/parser@^7.22.10", "@babel/parser@^7.22.5":
413+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
414+
version "7.23.0"
415+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
416+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
417+
418+
"@babel/parser@^7.22.5":
379419
version "7.22.10"
380420
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
381421
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
@@ -1176,6 +1216,15 @@
11761216
"@babel/parser" "^7.20.7"
11771217
"@babel/types" "^7.20.7"
11781218

1219+
"@babel/template@^7.22.15":
1220+
version "7.22.15"
1221+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1222+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1223+
dependencies:
1224+
"@babel/code-frame" "^7.22.13"
1225+
"@babel/parser" "^7.22.15"
1226+
"@babel/types" "^7.22.15"
1227+
11791228
"@babel/template@^7.22.5":
11801229
version "7.22.5"
11811230
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -1185,35 +1234,19 @@
11851234
"@babel/parser" "^7.22.5"
11861235
"@babel/types" "^7.22.5"
11871236

1188-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
1189-
version "7.21.5"
1190-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
1191-
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
1192-
dependencies:
1193-
"@babel/code-frame" "^7.21.4"
1194-
"@babel/generator" "^7.21.5"
1195-
"@babel/helper-environment-visitor" "^7.21.5"
1196-
"@babel/helper-function-name" "^7.21.0"
1197-
"@babel/helper-hoist-variables" "^7.18.6"
1198-
"@babel/helper-split-export-declaration" "^7.18.6"
1199-
"@babel/parser" "^7.21.5"
1200-
"@babel/types" "^7.21.5"
1201-
debug "^4.1.0"
1202-
globals "^11.1.0"
1203-
1204-
"@babel/traverse@^7.7.4":
1205-
version "7.22.10"
1206-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
1207-
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
1237+
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1238+
version "7.23.2"
1239+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1240+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
12081241
dependencies:
1209-
"@babel/code-frame" "^7.22.10"
1210-
"@babel/generator" "^7.22.10"
1211-
"@babel/helper-environment-visitor" "^7.22.5"
1212-
"@babel/helper-function-name" "^7.22.5"
1242+
"@babel/code-frame" "^7.22.13"
1243+
"@babel/generator" "^7.23.0"
1244+
"@babel/helper-environment-visitor" "^7.22.20"
1245+
"@babel/helper-function-name" "^7.23.0"
12131246
"@babel/helper-hoist-variables" "^7.22.5"
12141247
"@babel/helper-split-export-declaration" "^7.22.6"
1215-
"@babel/parser" "^7.22.10"
1216-
"@babel/types" "^7.22.10"
1248+
"@babel/parser" "^7.23.0"
1249+
"@babel/types" "^7.23.0"
12171250
debug "^4.1.0"
12181251
globals "^11.1.0"
12191252

@@ -1235,6 +1268,15 @@
12351268
"@babel/helper-validator-identifier" "^7.22.5"
12361269
to-fast-properties "^2.0.0"
12371270

1271+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1272+
version "7.23.0"
1273+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1274+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1275+
dependencies:
1276+
"@babel/helper-string-parser" "^7.22.5"
1277+
"@babel/helper-validator-identifier" "^7.22.20"
1278+
to-fast-properties "^2.0.0"
1279+
12381280
"@bcoe/v8-coverage@^0.2.3":
12391281
version "0.2.3"
12401282
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)