Skip to content

Commit 12427f4

Browse files
build(deps): bump @babel/traverse from 7.19.3 to 7.23.2 in /sample-new-architecture (#3352)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f902dab commit 12427f4

File tree

1 file changed

+86
-50
lines changed

1 file changed

+86
-50
lines changed

sample-new-architecture/yarn.lock

+86-50
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
dependencies:
2626
"@babel/highlight" "^7.18.6"
2727

28+
"@babel/code-frame@^7.22.13":
29+
version "7.22.13"
30+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
31+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
32+
dependencies:
33+
"@babel/highlight" "^7.22.13"
34+
chalk "^2.4.2"
35+
2836
"@babel/code-frame@^7.22.5":
2937
version "7.22.5"
3038
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
@@ -147,6 +155,16 @@
147155
"@jridgewell/trace-mapping" "^0.3.17"
148156
jsesc "^2.5.1"
149157

158+
"@babel/generator@^7.23.0":
159+
version "7.23.0"
160+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
161+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
162+
dependencies:
163+
"@babel/types" "^7.23.0"
164+
"@jridgewell/gen-mapping" "^0.3.2"
165+
"@jridgewell/trace-mapping" "^0.3.17"
166+
jsesc "^2.5.1"
167+
150168
"@babel/helper-annotate-as-pure@^7.18.6":
151169
version "7.18.6"
152170
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -274,6 +292,11 @@
274292
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
275293
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
276294

295+
"@babel/helper-environment-visitor@^7.22.20":
296+
version "7.22.20"
297+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
298+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
299+
277300
"@babel/helper-environment-visitor@^7.22.5":
278301
version "7.22.5"
279302
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -295,12 +318,13 @@
295318
"@babel/template" "^7.22.5"
296319
"@babel/types" "^7.22.5"
297320

298-
"@babel/helper-hoist-variables@^7.18.6":
299-
version "7.18.6"
300-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
301-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
321+
"@babel/helper-function-name@^7.23.0":
322+
version "7.23.0"
323+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
324+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
302325
dependencies:
303-
"@babel/types" "^7.18.6"
326+
"@babel/template" "^7.22.15"
327+
"@babel/types" "^7.23.0"
304328

305329
"@babel/helper-hoist-variables@^7.22.5":
306330
version "7.22.5"
@@ -500,6 +524,13 @@
500524
dependencies:
501525
"@babel/types" "^7.22.5"
502526

527+
"@babel/helper-split-export-declaration@^7.22.6":
528+
version "7.22.6"
529+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
530+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
531+
dependencies:
532+
"@babel/types" "^7.22.5"
533+
503534
"@babel/helper-string-parser@^7.18.10":
504535
version "7.18.10"
505536
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
@@ -520,6 +551,11 @@
520551
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
521552
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
522553

554+
"@babel/helper-validator-identifier@^7.22.20":
555+
version "7.22.20"
556+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
557+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
558+
523559
"@babel/helper-validator-identifier@^7.22.5":
524560
version "7.22.5"
525561
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -591,6 +627,15 @@
591627
chalk "^2.0.0"
592628
js-tokens "^4.0.0"
593629

630+
"@babel/highlight@^7.22.13":
631+
version "7.22.20"
632+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
633+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
634+
dependencies:
635+
"@babel/helper-validator-identifier" "^7.22.20"
636+
chalk "^2.4.2"
637+
js-tokens "^4.0.0"
638+
594639
"@babel/highlight@^7.22.5":
595640
version "7.22.5"
596641
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -605,11 +650,16 @@
605650
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
606651
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
607652

608-
"@babel/parser@^7.20.0", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
653+
"@babel/parser@^7.20.0", "@babel/parser@^7.20.7":
609654
version "7.20.13"
610655
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088"
611656
integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==
612657

658+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
659+
version "7.23.0"
660+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
661+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
662+
613663
"@babel/parser@^7.22.5":
614664
version "7.22.5"
615665
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -1709,6 +1759,15 @@
17091759
"@babel/parser" "^7.20.7"
17101760
"@babel/types" "^7.20.7"
17111761

1762+
"@babel/template@^7.22.15":
1763+
version "7.22.15"
1764+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1765+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1766+
dependencies:
1767+
"@babel/code-frame" "^7.22.13"
1768+
"@babel/parser" "^7.22.15"
1769+
"@babel/types" "^7.22.15"
1770+
17121771
"@babel/template@^7.22.5":
17131772
version "7.22.5"
17141773
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -1718,51 +1777,19 @@
17181777
"@babel/parser" "^7.22.5"
17191778
"@babel/types" "^7.22.5"
17201779

1721-
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.4":
1722-
version "7.19.3"
1723-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1724-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1780+
"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.20.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1781+
version "7.23.2"
1782+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1783+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
17251784
dependencies:
1726-
"@babel/code-frame" "^7.18.6"
1727-
"@babel/generator" "^7.19.3"
1728-
"@babel/helper-environment-visitor" "^7.18.9"
1729-
"@babel/helper-function-name" "^7.19.0"
1730-
"@babel/helper-hoist-variables" "^7.18.6"
1731-
"@babel/helper-split-export-declaration" "^7.18.6"
1732-
"@babel/parser" "^7.19.3"
1733-
"@babel/types" "^7.19.3"
1734-
debug "^4.1.0"
1735-
globals "^11.1.0"
1736-
1737-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.7.2":
1738-
version "7.20.13"
1739-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
1740-
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
1741-
dependencies:
1742-
"@babel/code-frame" "^7.18.6"
1743-
"@babel/generator" "^7.20.7"
1744-
"@babel/helper-environment-visitor" "^7.18.9"
1745-
"@babel/helper-function-name" "^7.19.0"
1746-
"@babel/helper-hoist-variables" "^7.18.6"
1747-
"@babel/helper-split-export-declaration" "^7.18.6"
1748-
"@babel/parser" "^7.20.13"
1749-
"@babel/types" "^7.20.7"
1750-
debug "^4.1.0"
1751-
globals "^11.1.0"
1752-
1753-
"@babel/traverse@^7.22.5":
1754-
version "7.22.5"
1755-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1756-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1757-
dependencies:
1758-
"@babel/code-frame" "^7.22.5"
1759-
"@babel/generator" "^7.22.5"
1760-
"@babel/helper-environment-visitor" "^7.22.5"
1761-
"@babel/helper-function-name" "^7.22.5"
1785+
"@babel/code-frame" "^7.22.13"
1786+
"@babel/generator" "^7.23.0"
1787+
"@babel/helper-environment-visitor" "^7.22.20"
1788+
"@babel/helper-function-name" "^7.23.0"
17621789
"@babel/helper-hoist-variables" "^7.22.5"
1763-
"@babel/helper-split-export-declaration" "^7.22.5"
1764-
"@babel/parser" "^7.22.5"
1765-
"@babel/types" "^7.22.5"
1790+
"@babel/helper-split-export-declaration" "^7.22.6"
1791+
"@babel/parser" "^7.23.0"
1792+
"@babel/types" "^7.23.0"
17661793
debug "^4.1.0"
17671794
globals "^11.1.0"
17681795

@@ -1784,6 +1811,15 @@
17841811
"@babel/helper-validator-identifier" "^7.19.1"
17851812
to-fast-properties "^2.0.0"
17861813

1814+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1815+
version "7.23.0"
1816+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1817+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1818+
dependencies:
1819+
"@babel/helper-string-parser" "^7.22.5"
1820+
"@babel/helper-validator-identifier" "^7.22.20"
1821+
to-fast-properties "^2.0.0"
1822+
17871823
"@babel/types@^7.22.5":
17881824
version "7.22.5"
17891825
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -3379,7 +3415,7 @@ caniuse-lite@^1.0.30001503:
33793415
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001506.tgz#35bd814b310a487970c585430e9e80ee23faf14b"
33803416
integrity sha512-6XNEcpygZMCKaufIcgpQNZNf00GEqc7VQON+9Rd0K1bMYo8xhMZRAo5zpbnbMNizi4YNgIDAFrdykWsvY3H4Hw==
33813417

3382-
chalk@^2.0.0:
3418+
chalk@^2.0.0, chalk@^2.4.2:
33833419
version "2.4.2"
33843420
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
33853421
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)