Skip to content

Commit f4e470e

Browse files
Bump @babel/traverse from 7.17.3 to 7.23.2 (#26)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 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 520d3cc commit f4e470e

File tree

1 file changed

+129
-15
lines changed

1 file changed

+129
-15
lines changed

Diff for: yarn.lock

+129-15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
dependencies:
1717
"@babel/highlight" "^7.16.7"
1818

19+
"@babel/code-frame@^7.22.13":
20+
version "7.22.13"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
22+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
23+
dependencies:
24+
"@babel/highlight" "^7.22.13"
25+
chalk "^2.4.2"
26+
1927
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7":
2028
version "7.17.7"
2129
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
@@ -42,7 +50,7 @@
4250
json5 "^2.1.2"
4351
semver "^6.3.0"
4452

45-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
53+
"@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
4654
version "7.17.7"
4755
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
4856
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
@@ -51,6 +59,16 @@
5159
jsesc "^2.5.1"
5260
source-map "^0.5.0"
5361

62+
"@babel/generator@^7.23.0":
63+
version "7.23.0"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
65+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
66+
dependencies:
67+
"@babel/types" "^7.23.0"
68+
"@jridgewell/gen-mapping" "^0.3.2"
69+
"@jridgewell/trace-mapping" "^0.3.17"
70+
jsesc "^2.5.1"
71+
5472
"@babel/helper-annotate-as-pure@^7.16.7":
5573
version "7.16.7"
5674
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -118,6 +136,11 @@
118136
dependencies:
119137
"@babel/types" "^7.16.7"
120138

139+
"@babel/helper-environment-visitor@^7.22.20":
140+
version "7.22.20"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
142+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
143+
121144
"@babel/helper-explode-assignable-expression@^7.16.7":
122145
version "7.16.7"
123146
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -134,6 +157,14 @@
134157
"@babel/template" "^7.16.7"
135158
"@babel/types" "^7.16.7"
136159

160+
"@babel/helper-function-name@^7.23.0":
161+
version "7.23.0"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
163+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
164+
dependencies:
165+
"@babel/template" "^7.22.15"
166+
"@babel/types" "^7.23.0"
167+
137168
"@babel/helper-get-function-arity@^7.16.7":
138169
version "7.16.7"
139170
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
@@ -148,6 +179,13 @@
148179
dependencies:
149180
"@babel/types" "^7.16.7"
150181

182+
"@babel/helper-hoist-variables@^7.22.5":
183+
version "7.22.5"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
185+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
186+
dependencies:
187+
"@babel/types" "^7.22.5"
188+
151189
"@babel/helper-member-expression-to-functions@^7.16.7":
152190
version "7.17.7"
153191
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
@@ -229,11 +267,28 @@
229267
dependencies:
230268
"@babel/types" "^7.16.7"
231269

270+
"@babel/helper-split-export-declaration@^7.22.6":
271+
version "7.22.6"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
273+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
274+
dependencies:
275+
"@babel/types" "^7.22.5"
276+
277+
"@babel/helper-string-parser@^7.22.5":
278+
version "7.22.5"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
280+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
281+
232282
"@babel/helper-validator-identifier@^7.16.7":
233283
version "7.16.7"
234284
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
235285
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
236286

287+
"@babel/helper-validator-identifier@^7.22.20":
288+
version "7.22.20"
289+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
290+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
291+
237292
"@babel/helper-validator-option@^7.16.7":
238293
version "7.16.7"
239294
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -267,11 +322,25 @@
267322
chalk "^2.0.0"
268323
js-tokens "^4.0.0"
269324

270-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
325+
"@babel/highlight@^7.22.13":
326+
version "7.22.20"
327+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
328+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
329+
dependencies:
330+
"@babel/helper-validator-identifier" "^7.22.20"
331+
chalk "^2.4.2"
332+
js-tokens "^4.0.0"
333+
334+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.8":
271335
version "7.17.8"
272336
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
273337
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
274338

339+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
340+
version "7.23.0"
341+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
342+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
343+
275344
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
276345
version "7.16.7"
277346
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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -910,19 +979,28 @@
910979
"@babel/parser" "^7.16.7"
911980
"@babel/types" "^7.16.7"
912981

913-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
914-
version "7.17.3"
915-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
916-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
982+
"@babel/template@^7.22.15":
983+
version "7.22.15"
984+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
985+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
917986
dependencies:
918-
"@babel/code-frame" "^7.16.7"
919-
"@babel/generator" "^7.17.3"
920-
"@babel/helper-environment-visitor" "^7.16.7"
921-
"@babel/helper-function-name" "^7.16.7"
922-
"@babel/helper-hoist-variables" "^7.16.7"
923-
"@babel/helper-split-export-declaration" "^7.16.7"
924-
"@babel/parser" "^7.17.3"
925-
"@babel/types" "^7.17.0"
987+
"@babel/code-frame" "^7.22.13"
988+
"@babel/parser" "^7.22.15"
989+
"@babel/types" "^7.22.15"
990+
991+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
992+
version "7.23.2"
993+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
994+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
995+
dependencies:
996+
"@babel/code-frame" "^7.22.13"
997+
"@babel/generator" "^7.23.0"
998+
"@babel/helper-environment-visitor" "^7.22.20"
999+
"@babel/helper-function-name" "^7.23.0"
1000+
"@babel/helper-hoist-variables" "^7.22.5"
1001+
"@babel/helper-split-export-declaration" "^7.22.6"
1002+
"@babel/parser" "^7.23.0"
1003+
"@babel/types" "^7.23.0"
9261004
debug "^4.1.0"
9271005
globals "^11.1.0"
9281006

@@ -934,6 +1012,15 @@
9341012
"@babel/helper-validator-identifier" "^7.16.7"
9351013
to-fast-properties "^2.0.0"
9361014

1015+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1016+
version "7.23.0"
1017+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1018+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1019+
dependencies:
1020+
"@babel/helper-string-parser" "^7.22.5"
1021+
"@babel/helper-validator-identifier" "^7.22.20"
1022+
to-fast-properties "^2.0.0"
1023+
9371024
"@bcoe/v8-coverage@^0.2.3":
9381025
version "0.2.3"
9391026
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1145,11 +1232,25 @@
11451232
"@jridgewell/sourcemap-codec" "^1.4.10"
11461233
"@jridgewell/trace-mapping" "^0.3.9"
11471234

1235+
"@jridgewell/gen-mapping@^0.3.2":
1236+
version "0.3.3"
1237+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1238+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1239+
dependencies:
1240+
"@jridgewell/set-array" "^1.0.1"
1241+
"@jridgewell/sourcemap-codec" "^1.4.10"
1242+
"@jridgewell/trace-mapping" "^0.3.9"
1243+
11481244
"@jridgewell/resolve-uri@^3.0.3":
11491245
version "3.1.0"
11501246
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
11511247
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
11521248

1249+
"@jridgewell/resolve-uri@^3.1.0":
1250+
version "3.1.1"
1251+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1252+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1253+
11531254
"@jridgewell/set-array@^1.0.1":
11541255
version "1.1.2"
11551256
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -1168,6 +1269,11 @@
11681269
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
11691270
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11701271

1272+
"@jridgewell/sourcemap-codec@^1.4.14":
1273+
version "1.4.15"
1274+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1275+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1276+
11711277
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.9":
11721278
version "0.3.14"
11731279
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
@@ -1176,6 +1282,14 @@
11761282
"@jridgewell/resolve-uri" "^3.0.3"
11771283
"@jridgewell/sourcemap-codec" "^1.4.10"
11781284

1285+
"@jridgewell/trace-mapping@^0.3.17":
1286+
version "0.3.20"
1287+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1288+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1289+
dependencies:
1290+
"@jridgewell/resolve-uri" "^3.1.0"
1291+
"@jridgewell/sourcemap-codec" "^1.4.14"
1292+
11791293
"@kachkaev/commands@^0.1.1":
11801294
version "0.1.1"
11811295
resolved "https://registry.yarnpkg.com/@kachkaev/commands/-/commands-0.1.1.tgz#71cd9ea4a87b549beb96407a814c9bb7da5fe16f"
@@ -2340,7 +2454,7 @@ caniuse-lite@^1.0.30001317:
23402454
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz#8397391bec389b8ccce328636499b7284ee13285"
23412455
integrity sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==
23422456

2343-
chalk@^2.0.0, chalk@^2.4.1:
2457+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
23442458
version "2.4.2"
23452459
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
23462460
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)