Skip to content

Commit 0a74ac9

Browse files
Bump @babel/traverse from 7.16.7 to 7.23.2 (#129)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.7 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66fb8eb commit 0a74ac9

File tree

1 file changed

+127
-31
lines changed

1 file changed

+127
-31
lines changed

yarn.lock

Lines changed: 127 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
dependencies:
1515
"@babel/highlight" "^7.16.7"
1616

17+
"@babel/code-frame@^7.22.13":
18+
version "7.22.13"
19+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
20+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
21+
dependencies:
22+
"@babel/highlight" "^7.22.13"
23+
chalk "^2.4.2"
24+
1725
"@babel/compat-data@^7.16.4":
1826
version "7.16.4"
1927
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -49,6 +57,16 @@
4957
jsesc "^2.5.1"
5058
source-map "^0.5.0"
5159

60+
"@babel/generator@^7.23.0":
61+
version "7.23.0"
62+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
63+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
64+
dependencies:
65+
"@babel/types" "^7.23.0"
66+
"@jridgewell/gen-mapping" "^0.3.2"
67+
"@jridgewell/trace-mapping" "^0.3.17"
68+
jsesc "^2.5.1"
69+
5270
"@babel/helper-compilation-targets@^7.16.7":
5371
version "7.16.7"
5472
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
@@ -66,28 +84,25 @@
6684
dependencies:
6785
"@babel/types" "^7.16.7"
6886

69-
"@babel/helper-function-name@^7.16.7":
70-
version "7.16.7"
71-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
72-
integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
73-
dependencies:
74-
"@babel/helper-get-function-arity" "^7.16.7"
75-
"@babel/template" "^7.16.7"
76-
"@babel/types" "^7.16.7"
87+
"@babel/helper-environment-visitor@^7.22.20":
88+
version "7.22.20"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
90+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
7791

78-
"@babel/helper-get-function-arity@^7.16.7":
79-
version "7.16.7"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
81-
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
92+
"@babel/helper-function-name@^7.23.0":
93+
version "7.23.0"
94+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
95+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
8296
dependencies:
83-
"@babel/types" "^7.16.7"
97+
"@babel/template" "^7.22.15"
98+
"@babel/types" "^7.23.0"
8499

85-
"@babel/helper-hoist-variables@^7.16.7":
86-
version "7.16.7"
87-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
88-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
100+
"@babel/helper-hoist-variables@^7.22.5":
101+
version "7.22.5"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
103+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
89104
dependencies:
90-
"@babel/types" "^7.16.7"
105+
"@babel/types" "^7.22.5"
91106

92107
"@babel/helper-module-imports@^7.16.7":
93108
version "7.16.7"
@@ -129,11 +144,28 @@
129144
dependencies:
130145
"@babel/types" "^7.16.7"
131146

147+
"@babel/helper-split-export-declaration@^7.22.6":
148+
version "7.22.6"
149+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
150+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
151+
dependencies:
152+
"@babel/types" "^7.22.5"
153+
154+
"@babel/helper-string-parser@^7.22.5":
155+
version "7.22.5"
156+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
157+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
158+
132159
"@babel/helper-validator-identifier@^7.16.7":
133160
version "7.16.7"
134161
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
135162
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
136163

164+
"@babel/helper-validator-identifier@^7.22.20":
165+
version "7.22.20"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
167+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
168+
137169
"@babel/helper-validator-option@^7.16.7":
138170
version "7.16.7"
139171
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -157,11 +189,25 @@
157189
chalk "^2.0.0"
158190
js-tokens "^4.0.0"
159191

192+
"@babel/highlight@^7.22.13":
193+
version "7.22.20"
194+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
195+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
196+
dependencies:
197+
"@babel/helper-validator-identifier" "^7.22.20"
198+
chalk "^2.4.2"
199+
js-tokens "^4.0.0"
200+
160201
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7":
161202
version "7.16.7"
162203
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
163204
integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==
164205

206+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
207+
version "7.23.0"
208+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
209+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
210+
165211
"@babel/plugin-syntax-async-generators@^7.8.4":
166212
version "7.8.4"
167213
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -269,19 +315,28 @@
269315
"@babel/parser" "^7.16.7"
270316
"@babel/types" "^7.16.7"
271317

272-
"@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2":
273-
version "7.16.7"
274-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
275-
integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==
318+
"@babel/template@^7.22.15":
319+
version "7.22.15"
320+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
321+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
276322
dependencies:
277-
"@babel/code-frame" "^7.16.7"
278-
"@babel/generator" "^7.16.7"
279-
"@babel/helper-environment-visitor" "^7.16.7"
280-
"@babel/helper-function-name" "^7.16.7"
281-
"@babel/helper-hoist-variables" "^7.16.7"
282-
"@babel/helper-split-export-declaration" "^7.16.7"
283-
"@babel/parser" "^7.16.7"
284-
"@babel/types" "^7.16.7"
323+
"@babel/code-frame" "^7.22.13"
324+
"@babel/parser" "^7.22.15"
325+
"@babel/types" "^7.22.15"
326+
327+
"@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2":
328+
version "7.23.2"
329+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
330+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
331+
dependencies:
332+
"@babel/code-frame" "^7.22.13"
333+
"@babel/generator" "^7.23.0"
334+
"@babel/helper-environment-visitor" "^7.22.20"
335+
"@babel/helper-function-name" "^7.23.0"
336+
"@babel/helper-hoist-variables" "^7.22.5"
337+
"@babel/helper-split-export-declaration" "^7.22.6"
338+
"@babel/parser" "^7.23.0"
339+
"@babel/types" "^7.23.0"
285340
debug "^4.1.0"
286341
globals "^11.1.0"
287342

@@ -293,6 +348,15 @@
293348
"@babel/helper-validator-identifier" "^7.16.7"
294349
to-fast-properties "^2.0.0"
295350

351+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
352+
version "7.23.0"
353+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
354+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
355+
dependencies:
356+
"@babel/helper-string-parser" "^7.22.5"
357+
"@babel/helper-validator-identifier" "^7.22.20"
358+
to-fast-properties "^2.0.0"
359+
296360
"@bcoe/v8-coverage@^0.2.3":
297361
version "0.2.3"
298362
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -534,6 +598,38 @@
534598
"@types/yargs" "^16.0.0"
535599
chalk "^4.0.0"
536600

601+
"@jridgewell/gen-mapping@^0.3.2":
602+
version "0.3.3"
603+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
604+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
605+
dependencies:
606+
"@jridgewell/set-array" "^1.0.1"
607+
"@jridgewell/sourcemap-codec" "^1.4.10"
608+
"@jridgewell/trace-mapping" "^0.3.9"
609+
610+
"@jridgewell/resolve-uri@^3.1.0":
611+
version "3.1.1"
612+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
613+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
614+
615+
"@jridgewell/set-array@^1.0.1":
616+
version "1.1.2"
617+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
618+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
619+
620+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
621+
version "1.4.15"
622+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
623+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
624+
625+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
626+
version "0.3.19"
627+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
628+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
629+
dependencies:
630+
"@jridgewell/resolve-uri" "^3.1.0"
631+
"@jridgewell/sourcemap-codec" "^1.4.14"
632+
537633
"@nodelib/fs.scandir@2.1.5":
538634
version "2.1.5"
539635
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1017,7 +1113,7 @@ caniuse-lite@^1.0.30001286:
10171113
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz#d99f0f3bee66544800b93d261c4be55a35f1cec8"
10181114
integrity sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==
10191115

1020-
chalk@^2.0.0:
1116+
chalk@^2.0.0, chalk@^2.4.2:
10211117
version "2.4.2"
10221118
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
10231119
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)