Skip to content

Commit 3c6a108

Browse files
build(deps): bump @babel/traverse from 7.20.10 to 7.23.2 in /documentation (#693)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3f9142 commit 3c6a108

File tree

1 file changed

+118
-13
lines changed

1 file changed

+118
-13
lines changed

documentation/yarn.lock

Lines changed: 118 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@
180180
dependencies:
181181
"@babel/highlight" "^7.18.6"
182182

183+
"@babel/code-frame@^7.22.13":
184+
version "7.22.13"
185+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
186+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
187+
dependencies:
188+
"@babel/highlight" "^7.22.13"
189+
chalk "^2.4.2"
190+
183191
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
184192
version "7.20.10"
185193
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz"
@@ -237,6 +245,16 @@
237245
"@jridgewell/gen-mapping" "^0.3.2"
238246
jsesc "^2.5.1"
239247

248+
"@babel/generator@^7.23.0":
249+
version "7.23.0"
250+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
251+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
252+
dependencies:
253+
"@babel/types" "^7.23.0"
254+
"@jridgewell/gen-mapping" "^0.3.2"
255+
"@jridgewell/trace-mapping" "^0.3.17"
256+
jsesc "^2.5.1"
257+
240258
"@babel/helper-annotate-as-pure@^7.18.6":
241259
version "7.18.6"
242260
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -301,6 +319,11 @@
301319
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
302320
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
303321

322+
"@babel/helper-environment-visitor@^7.22.20":
323+
version "7.22.20"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
325+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
326+
304327
"@babel/helper-explode-assignable-expression@^7.18.6":
305328
version "7.18.6"
306329
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
@@ -316,13 +339,28 @@
316339
"@babel/template" "^7.18.10"
317340
"@babel/types" "^7.19.0"
318341

342+
"@babel/helper-function-name@^7.23.0":
343+
version "7.23.0"
344+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
345+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
346+
dependencies:
347+
"@babel/template" "^7.22.15"
348+
"@babel/types" "^7.23.0"
349+
319350
"@babel/helper-hoist-variables@^7.18.6":
320351
version "7.18.6"
321352
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
322353
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
323354
dependencies:
324355
"@babel/types" "^7.18.6"
325356

357+
"@babel/helper-hoist-variables@^7.22.5":
358+
version "7.22.5"
359+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
360+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
361+
dependencies:
362+
"@babel/types" "^7.22.5"
363+
326364
"@babel/helper-member-expression-to-functions@^7.20.7":
327365
version "7.20.7"
328366
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz"
@@ -411,16 +449,33 @@
411449
dependencies:
412450
"@babel/types" "^7.18.6"
413451

452+
"@babel/helper-split-export-declaration@^7.22.6":
453+
version "7.22.6"
454+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
455+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
456+
dependencies:
457+
"@babel/types" "^7.22.5"
458+
414459
"@babel/helper-string-parser@^7.19.4":
415460
version "7.19.4"
416461
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
417462
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
418463

464+
"@babel/helper-string-parser@^7.22.5":
465+
version "7.22.5"
466+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
467+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
468+
419469
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
420470
version "7.19.1"
421471
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
422472
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
423473

474+
"@babel/helper-validator-identifier@^7.22.20":
475+
version "7.22.20"
476+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
477+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
478+
424479
"@babel/helper-validator-option@^7.18.6":
425480
version "7.18.6"
426481
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -454,11 +509,25 @@
454509
chalk "^2.0.0"
455510
js-tokens "^4.0.0"
456511

512+
"@babel/highlight@^7.22.13":
513+
version "7.22.20"
514+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
515+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
516+
dependencies:
517+
"@babel/helper-validator-identifier" "^7.22.20"
518+
chalk "^2.4.2"
519+
js-tokens "^4.0.0"
520+
457521
"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7":
458522
version "7.20.7"
459523
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz"
460524
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
461525

526+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
527+
version "7.23.0"
528+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
529+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
530+
462531
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
463532
version "7.18.6"
464533
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
@@ -1188,19 +1257,28 @@
11881257
"@babel/parser" "^7.20.7"
11891258
"@babel/types" "^7.20.7"
11901259

1191-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
1192-
version "7.20.10"
1193-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.10.tgz"
1194-
integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==
1260+
"@babel/template@^7.22.15":
1261+
version "7.22.15"
1262+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1263+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
11951264
dependencies:
1196-
"@babel/code-frame" "^7.18.6"
1197-
"@babel/generator" "^7.20.7"
1198-
"@babel/helper-environment-visitor" "^7.18.9"
1199-
"@babel/helper-function-name" "^7.19.0"
1200-
"@babel/helper-hoist-variables" "^7.18.6"
1201-
"@babel/helper-split-export-declaration" "^7.18.6"
1202-
"@babel/parser" "^7.20.7"
1203-
"@babel/types" "^7.20.7"
1265+
"@babel/code-frame" "^7.22.13"
1266+
"@babel/parser" "^7.22.15"
1267+
"@babel/types" "^7.22.15"
1268+
1269+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
1270+
version "7.23.2"
1271+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1272+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1273+
dependencies:
1274+
"@babel/code-frame" "^7.22.13"
1275+
"@babel/generator" "^7.23.0"
1276+
"@babel/helper-environment-visitor" "^7.22.20"
1277+
"@babel/helper-function-name" "^7.23.0"
1278+
"@babel/helper-hoist-variables" "^7.22.5"
1279+
"@babel/helper-split-export-declaration" "^7.22.6"
1280+
"@babel/parser" "^7.23.0"
1281+
"@babel/types" "^7.23.0"
12041282
debug "^4.1.0"
12051283
globals "^11.1.0"
12061284

@@ -1213,6 +1291,15 @@
12131291
"@babel/helper-validator-identifier" "^7.19.1"
12141292
to-fast-properties "^2.0.0"
12151293

1294+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1295+
version "7.23.0"
1296+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1297+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1298+
dependencies:
1299+
"@babel/helper-string-parser" "^7.22.5"
1300+
"@babel/helper-validator-identifier" "^7.22.20"
1301+
to-fast-properties "^2.0.0"
1302+
12161303
"@cmfcmf/docusaurus-search-local@^0.11.0":
12171304
version "0.11.0"
12181305
resolved "https://registry.yarnpkg.com/@cmfcmf/docusaurus-search-local/-/docusaurus-search-local-0.11.0.tgz#95ebb004a51c3e09b9ec76a39b8062510920e1ac"
@@ -1697,6 +1784,11 @@
16971784
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
16981785
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
16991786

1787+
"@jridgewell/resolve-uri@^3.1.0":
1788+
version "3.1.1"
1789+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1790+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1791+
17001792
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
17011793
version "1.1.2"
17021794
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz"
@@ -1715,6 +1807,11 @@
17151807
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
17161808
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
17171809

1810+
"@jridgewell/sourcemap-codec@^1.4.14":
1811+
version "1.4.15"
1812+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1813+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1814+
17181815
"@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9":
17191816
version "0.3.17"
17201817
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz"
@@ -1723,6 +1820,14 @@
17231820
"@jridgewell/resolve-uri" "3.1.0"
17241821
"@jridgewell/sourcemap-codec" "1.4.14"
17251822

1823+
"@jridgewell/trace-mapping@^0.3.17":
1824+
version "0.3.19"
1825+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1826+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1827+
dependencies:
1828+
"@jridgewell/resolve-uri" "^3.1.0"
1829+
"@jridgewell/sourcemap-codec" "^1.4.14"
1830+
17261831
"@leichtgewicht/ip-codec@^2.0.1":
17271832
version "2.0.4"
17281833
resolved "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz"
@@ -2866,7 +2971,7 @@ ccount@^1.0.0:
28662971
resolved "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz"
28672972
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
28682973

2869-
chalk@^2.0.0:
2974+
chalk@^2.0.0, chalk@^2.4.2:
28702975
version "2.4.2"
28712976
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
28722977
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)