Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f860b04

Browse files
Bump @babel/traverse from 7.22.4 to 7.23.2 in /docs (#6514)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.4 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> Co-authored-by: Junaid <[email protected]>
1 parent a0d6730 commit f860b04

File tree

1 file changed

+101
-14
lines changed

1 file changed

+101
-14
lines changed

docs/yarn.lock

Lines changed: 101 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@
145145
dependencies:
146146
"@babel/highlight" "^7.18.6"
147147

148+
"@babel/code-frame@^7.22.13":
149+
version "7.22.13"
150+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
151+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
152+
dependencies:
153+
"@babel/highlight" "^7.22.13"
154+
chalk "^2.4.2"
155+
148156
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.0", "@babel/compat-data@^7.22.3":
149157
version "7.22.3"
150158
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
@@ -193,7 +201,7 @@
193201
json5 "^2.2.2"
194202
semver "^6.3.0"
195203

196-
"@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.22.0", "@babel/generator@^7.22.3":
204+
"@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.22.0":
197205
version "7.22.3"
198206
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
199207
integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
@@ -203,6 +211,16 @@
203211
"@jridgewell/trace-mapping" "^0.3.17"
204212
jsesc "^2.5.1"
205213

214+
"@babel/generator@^7.23.0":
215+
version "7.23.0"
216+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
217+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
218+
dependencies:
219+
"@babel/types" "^7.23.0"
220+
"@jridgewell/gen-mapping" "^0.3.2"
221+
"@jridgewell/trace-mapping" "^0.3.17"
222+
jsesc "^2.5.1"
223+
206224
"@babel/helper-annotate-as-pure@^7.18.6":
207225
version "7.18.6"
208226
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -269,6 +287,11 @@
269287
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
270288
integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
271289

290+
"@babel/helper-environment-visitor@^7.22.20":
291+
version "7.22.20"
292+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
293+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
294+
272295
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
273296
version "7.21.0"
274297
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
@@ -277,13 +300,28 @@
277300
"@babel/template" "^7.20.7"
278301
"@babel/types" "^7.21.0"
279302

303+
"@babel/helper-function-name@^7.23.0":
304+
version "7.23.0"
305+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
306+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
307+
dependencies:
308+
"@babel/template" "^7.22.15"
309+
"@babel/types" "^7.23.0"
310+
280311
"@babel/helper-hoist-variables@^7.18.6":
281312
version "7.18.6"
282313
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
283314
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
284315
dependencies:
285316
"@babel/types" "^7.18.6"
286317

318+
"@babel/helper-hoist-variables@^7.22.5":
319+
version "7.22.5"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
321+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
322+
dependencies:
323+
"@babel/types" "^7.22.5"
324+
287325
"@babel/helper-member-expression-to-functions@^7.22.0":
288326
version "7.22.3"
289327
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.3.tgz#4b77a12c1b4b8e9e28736ed47d8b91f00976911f"
@@ -372,16 +410,33 @@
372410
dependencies:
373411
"@babel/types" "^7.18.6"
374412

413+
"@babel/helper-split-export-declaration@^7.22.6":
414+
version "7.22.6"
415+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
416+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
417+
dependencies:
418+
"@babel/types" "^7.22.5"
419+
375420
"@babel/helper-string-parser@^7.21.5":
376421
version "7.21.5"
377422
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
378423
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
379424

425+
"@babel/helper-string-parser@^7.22.5":
426+
version "7.22.5"
427+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
428+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
429+
380430
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
381431
version "7.19.1"
382432
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
383433
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
384434

435+
"@babel/helper-validator-identifier@^7.22.20":
436+
version "7.22.20"
437+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
438+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
439+
385440
"@babel/helper-validator-option@^7.21.0":
386441
version "7.21.0"
387442
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -415,11 +470,25 @@
415470
chalk "^2.0.0"
416471
js-tokens "^4.0.0"
417472

418-
"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.22.4":
473+
"@babel/highlight@^7.22.13":
474+
version "7.22.20"
475+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
476+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
477+
dependencies:
478+
"@babel/helper-validator-identifier" "^7.22.20"
479+
chalk "^2.4.2"
480+
js-tokens "^4.0.0"
481+
482+
"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0":
419483
version "7.22.4"
420484
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32"
421485
integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==
422486

487+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
488+
version "7.23.0"
489+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
490+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
491+
423492
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
424493
version "7.18.6"
425494
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1210,19 +1279,28 @@
12101279
"@babel/parser" "^7.21.9"
12111280
"@babel/types" "^7.21.5"
12121281

1213-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1":
1214-
version "7.22.4"
1215-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.4.tgz#c3cf96c5c290bd13b55e29d025274057727664c0"
1216-
integrity sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==
1282+
"@babel/template@^7.22.15":
1283+
version "7.22.15"
1284+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1285+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
12171286
dependencies:
1218-
"@babel/code-frame" "^7.21.4"
1219-
"@babel/generator" "^7.22.3"
1220-
"@babel/helper-environment-visitor" "^7.22.1"
1221-
"@babel/helper-function-name" "^7.21.0"
1222-
"@babel/helper-hoist-variables" "^7.18.6"
1223-
"@babel/helper-split-export-declaration" "^7.18.6"
1224-
"@babel/parser" "^7.22.4"
1225-
"@babel/types" "^7.22.4"
1287+
"@babel/code-frame" "^7.22.13"
1288+
"@babel/parser" "^7.22.15"
1289+
"@babel/types" "^7.22.15"
1290+
1291+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1":
1292+
version "7.23.2"
1293+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1294+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1295+
dependencies:
1296+
"@babel/code-frame" "^7.22.13"
1297+
"@babel/generator" "^7.23.0"
1298+
"@babel/helper-environment-visitor" "^7.22.20"
1299+
"@babel/helper-function-name" "^7.23.0"
1300+
"@babel/helper-hoist-variables" "^7.22.5"
1301+
"@babel/helper-split-export-declaration" "^7.22.6"
1302+
"@babel/parser" "^7.23.0"
1303+
"@babel/types" "^7.23.0"
12261304
debug "^4.1.0"
12271305
globals "^11.1.0"
12281306

@@ -1235,6 +1313,15 @@
12351313
"@babel/helper-validator-identifier" "^7.19.1"
12361314
to-fast-properties "^2.0.0"
12371315

1316+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1317+
version "7.23.0"
1318+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1319+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1320+
dependencies:
1321+
"@babel/helper-string-parser" "^7.22.5"
1322+
"@babel/helper-validator-identifier" "^7.22.20"
1323+
to-fast-properties "^2.0.0"
1324+
12381325
12391326
version "1.5.0"
12401327
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)