Skip to content

Commit e0f622c

Browse files
authored
Merge pull request #315 from expo/dependabot/npm_and_yarn/babel/traverse-7.23.2
chore(deps): bump @babel/traverse from 7.12.9 to 7.23.2
2 parents f344bdb + 1e7f806 commit e0f622c

File tree

1 file changed

+125
-43
lines changed

1 file changed

+125
-43
lines changed

yarn.lock

+125-43
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
dependencies:
2424
"@babel/highlight" "^7.14.5"
2525

26+
"@babel/code-frame@^7.22.13":
27+
version "7.22.13"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
29+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
30+
dependencies:
31+
"@babel/highlight" "^7.22.13"
32+
chalk "^2.4.2"
33+
2634
"@babel/core@^7.0.0", "@babel/core@^7.4.0":
2735
version "7.12.9"
2836
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -79,14 +87,15 @@
7987
jsesc "^2.5.1"
8088
source-map "^0.5.0"
8189

82-
"@babel/generator@^7.15.4":
83-
version "7.15.4"
84-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
85-
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
90+
"@babel/generator@^7.23.0":
91+
version "7.23.0"
92+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
93+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
8694
dependencies:
87-
"@babel/types" "^7.15.4"
95+
"@babel/types" "^7.23.0"
96+
"@jridgewell/gen-mapping" "^0.3.2"
97+
"@jridgewell/trace-mapping" "^0.3.17"
8898
jsesc "^2.5.1"
89-
source-map "^0.5.0"
9099

91100
"@babel/helper-annotate-as-pure@^7.10.4":
92101
version "7.10.4"
@@ -155,6 +164,11 @@
155164
"@babel/types" "^7.10.5"
156165
lodash "^4.17.19"
157166

167+
"@babel/helper-environment-visitor@^7.22.20":
168+
version "7.22.20"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
170+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
171+
158172
"@babel/helper-explode-assignable-expression@^7.10.4":
159173
version "7.12.1"
160174
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz#8006a466695c4ad86a2a5f2fb15b5f2c31ad5633"
@@ -180,6 +194,14 @@
180194
"@babel/template" "^7.15.4"
181195
"@babel/types" "^7.15.4"
182196

197+
"@babel/helper-function-name@^7.23.0":
198+
version "7.23.0"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
200+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
201+
dependencies:
202+
"@babel/template" "^7.22.15"
203+
"@babel/types" "^7.23.0"
204+
183205
"@babel/helper-get-function-arity@^7.10.4":
184206
version "7.10.4"
185207
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -194,12 +216,12 @@
194216
dependencies:
195217
"@babel/types" "^7.15.4"
196218

197-
"@babel/helper-hoist-variables@^7.15.4":
198-
version "7.15.4"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
200-
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
219+
"@babel/helper-hoist-variables@^7.22.5":
220+
version "7.22.5"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
222+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
201223
dependencies:
202-
"@babel/types" "^7.15.4"
224+
"@babel/types" "^7.22.5"
203225

204226
"@babel/helper-member-expression-to-functions@^7.12.1":
205227
version "7.12.7"
@@ -294,12 +316,17 @@
294316
dependencies:
295317
"@babel/types" "^7.11.0"
296318

297-
"@babel/helper-split-export-declaration@^7.15.4":
298-
version "7.15.4"
299-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
300-
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
319+
"@babel/helper-split-export-declaration@^7.22.6":
320+
version "7.22.6"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
322+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
301323
dependencies:
302-
"@babel/types" "^7.15.4"
324+
"@babel/types" "^7.22.5"
325+
326+
"@babel/helper-string-parser@^7.22.5":
327+
version "7.22.5"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
329+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
303330

304331
"@babel/helper-validator-identifier@^7.10.4":
305332
version "7.10.4"
@@ -311,6 +338,11 @@
311338
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
312339
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
313340

341+
"@babel/helper-validator-identifier@^7.22.20":
342+
version "7.22.20"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
344+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
345+
314346
"@babel/helper-wrap-function@^7.15.4":
315347
version "7.15.4"
316348
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
@@ -348,6 +380,15 @@
348380
chalk "^2.0.0"
349381
js-tokens "^4.0.0"
350382

383+
"@babel/highlight@^7.22.13":
384+
version "7.22.20"
385+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
386+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
387+
dependencies:
388+
"@babel/helper-validator-identifier" "^7.22.20"
389+
chalk "^2.4.2"
390+
js-tokens "^4.0.0"
391+
351392
"@babel/parser@^7.0.0", "@babel/parser@^7.12.7":
352393
version "7.12.7"
353394
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -358,6 +399,11 @@
358399
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
359400
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
360401

402+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
403+
version "7.23.0"
404+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
405+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
406+
361407
"@babel/plugin-external-helpers@^7.0.0":
362408
version "7.14.5"
363409
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.14.5.tgz#920baa1569a8df5d5710abc342c7b1ac8968ed76"
@@ -757,33 +803,28 @@
757803
"@babel/parser" "^7.15.4"
758804
"@babel/types" "^7.15.4"
759805

760-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9":
761-
version "7.12.9"
762-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
763-
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
764-
dependencies:
765-
"@babel/code-frame" "^7.10.4"
766-
"@babel/generator" "^7.12.5"
767-
"@babel/helper-function-name" "^7.10.4"
768-
"@babel/helper-split-export-declaration" "^7.11.0"
769-
"@babel/parser" "^7.12.7"
770-
"@babel/types" "^7.12.7"
771-
debug "^4.1.0"
772-
globals "^11.1.0"
773-
lodash "^4.17.19"
774-
775-
"@babel/traverse@^7.15.4":
776-
version "7.15.4"
777-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
778-
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
779-
dependencies:
780-
"@babel/code-frame" "^7.14.5"
781-
"@babel/generator" "^7.15.4"
782-
"@babel/helper-function-name" "^7.15.4"
783-
"@babel/helper-hoist-variables" "^7.15.4"
784-
"@babel/helper-split-export-declaration" "^7.15.4"
785-
"@babel/parser" "^7.15.4"
786-
"@babel/types" "^7.15.4"
806+
"@babel/template@^7.22.15":
807+
version "7.22.15"
808+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
809+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
810+
dependencies:
811+
"@babel/code-frame" "^7.22.13"
812+
"@babel/parser" "^7.22.15"
813+
"@babel/types" "^7.22.15"
814+
815+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.15.4":
816+
version "7.23.2"
817+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
818+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
819+
dependencies:
820+
"@babel/code-frame" "^7.22.13"
821+
"@babel/generator" "^7.23.0"
822+
"@babel/helper-environment-visitor" "^7.22.20"
823+
"@babel/helper-function-name" "^7.23.0"
824+
"@babel/helper-hoist-variables" "^7.22.5"
825+
"@babel/helper-split-export-declaration" "^7.22.6"
826+
"@babel/parser" "^7.23.0"
827+
"@babel/types" "^7.23.0"
787828
debug "^4.1.0"
788829
globals "^11.1.0"
789830

@@ -804,6 +845,15 @@
804845
"@babel/helper-validator-identifier" "^7.14.9"
805846
to-fast-properties "^2.0.0"
806847

848+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
849+
version "7.23.0"
850+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
851+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
852+
dependencies:
853+
"@babel/helper-string-parser" "^7.22.5"
854+
"@babel/helper-validator-identifier" "^7.22.20"
855+
to-fast-properties "^2.0.0"
856+
807857
"@eslint/eslintrc@^0.4.3":
808858
version "0.4.3"
809859
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -833,6 +883,38 @@
833883
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
834884
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
835885

886+
"@jridgewell/gen-mapping@^0.3.2":
887+
version "0.3.3"
888+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
889+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
890+
dependencies:
891+
"@jridgewell/set-array" "^1.0.1"
892+
"@jridgewell/sourcemap-codec" "^1.4.10"
893+
"@jridgewell/trace-mapping" "^0.3.9"
894+
895+
"@jridgewell/resolve-uri@^3.1.0":
896+
version "3.1.1"
897+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
898+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
899+
900+
"@jridgewell/set-array@^1.0.1":
901+
version "1.1.2"
902+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
903+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
904+
905+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
906+
version "1.4.15"
907+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
908+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
909+
910+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
911+
version "0.3.19"
912+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
913+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
914+
dependencies:
915+
"@jridgewell/resolve-uri" "^3.1.0"
916+
"@jridgewell/sourcemap-codec" "^1.4.14"
917+
836918
"@nodelib/[email protected]":
837919
version "2.1.3"
838920
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"

0 commit comments

Comments
 (0)