Skip to content

Commit 4a6f857

Browse files
Bump @babel/traverse from 7.21.2 to 7.23.2 (#902)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 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 42820de commit 4a6f857

File tree

1 file changed

+97
-15
lines changed

1 file changed

+97
-15
lines changed

yarn.lock

+97-15
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,14 @@
742742
dependencies:
743743
"@babel/highlight" "^7.18.6"
744744

745+
"@babel/code-frame@^7.22.13":
746+
version "7.22.13"
747+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
748+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
749+
dependencies:
750+
"@babel/highlight" "^7.22.13"
751+
chalk "^2.4.2"
752+
745753
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
746754
version "7.21.0"
747755
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz"
@@ -768,7 +776,7 @@
768776
json5 "^2.2.2"
769777
semver "^6.3.0"
770778

771-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
779+
"@babel/generator@^7.21.0":
772780
version "7.21.1"
773781
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz"
774782
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -778,6 +786,16 @@
778786
"@jridgewell/trace-mapping" "^0.3.17"
779787
jsesc "^2.5.1"
780788

789+
"@babel/generator@^7.23.0":
790+
version "7.23.0"
791+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
792+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
793+
dependencies:
794+
"@babel/types" "^7.23.0"
795+
"@jridgewell/gen-mapping" "^0.3.2"
796+
"@jridgewell/trace-mapping" "^0.3.17"
797+
jsesc "^2.5.1"
798+
781799
"@babel/helper-annotate-as-pure@^7.18.6":
782800
version "7.18.6"
783801
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -843,6 +861,11 @@
843861
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
844862
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
845863

864+
"@babel/helper-environment-visitor@^7.22.20":
865+
version "7.22.20"
866+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
867+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
868+
846869
"@babel/helper-explode-assignable-expression@^7.18.6":
847870
version "7.18.6"
848871
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
@@ -858,13 +881,28 @@
858881
"@babel/template" "^7.20.7"
859882
"@babel/types" "^7.21.0"
860883

884+
"@babel/helper-function-name@^7.23.0":
885+
version "7.23.0"
886+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
887+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
888+
dependencies:
889+
"@babel/template" "^7.22.15"
890+
"@babel/types" "^7.23.0"
891+
861892
"@babel/helper-hoist-variables@^7.18.6":
862893
version "7.18.6"
863894
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
864895
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
865896
dependencies:
866897
"@babel/types" "^7.18.6"
867898

899+
"@babel/helper-hoist-variables@^7.22.5":
900+
version "7.22.5"
901+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
902+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
903+
dependencies:
904+
"@babel/types" "^7.22.5"
905+
868906
"@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
869907
version "7.21.0"
870908
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz"
@@ -948,6 +986,13 @@
948986
dependencies:
949987
"@babel/types" "^7.18.6"
950988

989+
"@babel/helper-split-export-declaration@^7.22.6":
990+
version "7.22.6"
991+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
992+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
993+
dependencies:
994+
"@babel/types" "^7.22.5"
995+
951996
"@babel/helper-string-parser@^7.19.4":
952997
version "7.19.4"
953998
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
@@ -968,6 +1013,11 @@
9681013
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a"
9691014
integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==
9701015

1016+
"@babel/helper-validator-identifier@^7.22.20":
1017+
version "7.22.20"
1018+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
1019+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
1020+
9711021
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0":
9721022
version "7.21.0"
9731023
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz"
@@ -1001,11 +1051,25 @@
10011051
chalk "^2.0.0"
10021052
js-tokens "^4.0.0"
10031053

1004-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
1054+
"@babel/highlight@^7.22.13":
1055+
version "7.22.20"
1056+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
1057+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
1058+
dependencies:
1059+
"@babel/helper-validator-identifier" "^7.22.20"
1060+
chalk "^2.4.2"
1061+
js-tokens "^4.0.0"
1062+
1063+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
10051064
version "7.21.2"
10061065
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz"
10071066
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
10081067

1068+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
1069+
version "7.23.0"
1070+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
1071+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
1072+
10091073
"@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
10101074
version "7.22.16"
10111075
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
@@ -1716,19 +1780,28 @@
17161780
"@babel/parser" "^7.20.7"
17171781
"@babel/types" "^7.20.7"
17181782

1719-
"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
1720-
version "7.21.2"
1721-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz"
1722-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
1783+
"@babel/template@^7.22.15":
1784+
version "7.22.15"
1785+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1786+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
17231787
dependencies:
1724-
"@babel/code-frame" "^7.18.6"
1725-
"@babel/generator" "^7.21.1"
1726-
"@babel/helper-environment-visitor" "^7.18.9"
1727-
"@babel/helper-function-name" "^7.21.0"
1728-
"@babel/helper-hoist-variables" "^7.18.6"
1729-
"@babel/helper-split-export-declaration" "^7.18.6"
1730-
"@babel/parser" "^7.21.2"
1731-
"@babel/types" "^7.21.2"
1788+
"@babel/code-frame" "^7.22.13"
1789+
"@babel/parser" "^7.22.15"
1790+
"@babel/types" "^7.22.15"
1791+
1792+
"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
1793+
version "7.23.2"
1794+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1795+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1796+
dependencies:
1797+
"@babel/code-frame" "^7.22.13"
1798+
"@babel/generator" "^7.23.0"
1799+
"@babel/helper-environment-visitor" "^7.22.20"
1800+
"@babel/helper-function-name" "^7.23.0"
1801+
"@babel/helper-hoist-variables" "^7.22.5"
1802+
"@babel/helper-split-export-declaration" "^7.22.6"
1803+
"@babel/parser" "^7.23.0"
1804+
"@babel/types" "^7.23.0"
17321805
debug "^4.1.0"
17331806
globals "^11.1.0"
17341807

@@ -1741,6 +1814,15 @@
17411814
"@babel/helper-validator-identifier" "^7.19.1"
17421815
to-fast-properties "^2.0.0"
17431816

1817+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1818+
version "7.23.0"
1819+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1820+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1821+
dependencies:
1822+
"@babel/helper-string-parser" "^7.22.5"
1823+
"@babel/helper-validator-identifier" "^7.22.20"
1824+
to-fast-properties "^2.0.0"
1825+
17441826
"@babel/types@^7.6.1", "@babel/types@^7.9.6":
17451827
version "7.22.19"
17461828
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
@@ -4782,7 +4864,7 @@ [email protected], chalk@^3.0.0:
47824864
ansi-styles "^4.1.0"
47834865
supports-color "^7.1.0"
47844866

4785-
chalk@^2.0.0:
4867+
chalk@^2.0.0, chalk@^2.4.2:
47864868
version "2.4.2"
47874869
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
47884870
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)