Skip to content

Commit d021817

Browse files
Bump @babel/traverse from 7.22.8 to 7.23.2 (#49)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 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 826baaf commit d021817

File tree

1 file changed

+77
-17
lines changed

1 file changed

+77
-17
lines changed

yarn.lock

+77-17
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
dependencies:
2323
"@babel/highlight" "^7.22.5"
2424

25+
"@babel/code-frame@^7.22.13":
26+
version "7.22.13"
27+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29+
dependencies:
30+
"@babel/highlight" "^7.22.13"
31+
chalk "^2.4.2"
32+
2533
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6":
2634
version "7.22.6"
2735
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
@@ -58,6 +66,16 @@
5866
"@jridgewell/trace-mapping" "^0.3.17"
5967
jsesc "^2.5.1"
6068

69+
"@babel/generator@^7.23.0":
70+
version "7.23.0"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
72+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
73+
dependencies:
74+
"@babel/types" "^7.23.0"
75+
"@jridgewell/gen-mapping" "^0.3.2"
76+
"@jridgewell/trace-mapping" "^0.3.17"
77+
jsesc "^2.5.1"
78+
6179
"@babel/helper-annotate-as-pure@^7.22.5":
6280
version "7.22.5"
6381
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -76,18 +94,23 @@
7694
browserslist "^4.21.9"
7795
lru-cache "^5.1.1"
7896

97+
"@babel/helper-environment-visitor@^7.22.20":
98+
version "7.22.20"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
100+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
101+
79102
"@babel/helper-environment-visitor@^7.22.5":
80103
version "7.22.5"
81104
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
82105
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
83106

84-
"@babel/helper-function-name@^7.22.5":
85-
version "7.22.5"
86-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
87-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
107+
"@babel/helper-function-name@^7.23.0":
108+
version "7.23.0"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
110+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
88111
dependencies:
89-
"@babel/template" "^7.22.5"
90-
"@babel/types" "^7.22.5"
112+
"@babel/template" "^7.22.15"
113+
"@babel/types" "^7.23.0"
91114

92115
"@babel/helper-hoist-variables@^7.22.5":
93116
version "7.22.5"
@@ -141,6 +164,11 @@
141164
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
142165
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
143166

167+
"@babel/helper-validator-identifier@^7.22.20":
168+
version "7.22.20"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
170+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
171+
144172
"@babel/helper-validator-identifier@^7.22.5":
145173
version "7.22.5"
146174
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -160,6 +188,15 @@
160188
"@babel/traverse" "^7.22.6"
161189
"@babel/types" "^7.22.5"
162190

191+
"@babel/highlight@^7.22.13":
192+
version "7.22.20"
193+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
194+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
195+
dependencies:
196+
"@babel/helper-validator-identifier" "^7.22.20"
197+
chalk "^2.4.2"
198+
js-tokens "^4.0.0"
199+
163200
"@babel/highlight@^7.22.5":
164201
version "7.22.5"
165202
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -169,6 +206,11 @@
169206
chalk "^2.0.0"
170207
js-tokens "^4.0.0"
171208

209+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
210+
version "7.23.0"
211+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
212+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
213+
172214
"@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
173215
version "7.22.7"
174216
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
@@ -224,6 +266,15 @@
224266
"@babel/plugin-syntax-jsx" "^7.22.5"
225267
"@babel/types" "^7.22.5"
226268

269+
"@babel/template@^7.22.15":
270+
version "7.22.15"
271+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
272+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
273+
dependencies:
274+
"@babel/code-frame" "^7.22.13"
275+
"@babel/parser" "^7.22.15"
276+
"@babel/types" "^7.22.15"
277+
227278
"@babel/template@^7.22.5":
228279
version "7.22.5"
229280
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -234,21 +285,30 @@
234285
"@babel/types" "^7.22.5"
235286

236287
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
237-
version "7.22.8"
238-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
239-
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
240-
dependencies:
241-
"@babel/code-frame" "^7.22.5"
242-
"@babel/generator" "^7.22.7"
243-
"@babel/helper-environment-visitor" "^7.22.5"
244-
"@babel/helper-function-name" "^7.22.5"
288+
version "7.23.2"
289+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
290+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
291+
dependencies:
292+
"@babel/code-frame" "^7.22.13"
293+
"@babel/generator" "^7.23.0"
294+
"@babel/helper-environment-visitor" "^7.22.20"
295+
"@babel/helper-function-name" "^7.23.0"
245296
"@babel/helper-hoist-variables" "^7.22.5"
246297
"@babel/helper-split-export-declaration" "^7.22.6"
247-
"@babel/parser" "^7.22.7"
248-
"@babel/types" "^7.22.5"
298+
"@babel/parser" "^7.23.0"
299+
"@babel/types" "^7.23.0"
249300
debug "^4.1.0"
250301
globals "^11.1.0"
251302

303+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
304+
version "7.23.0"
305+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
306+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
307+
dependencies:
308+
"@babel/helper-string-parser" "^7.22.5"
309+
"@babel/helper-validator-identifier" "^7.22.20"
310+
to-fast-properties "^2.0.0"
311+
252312
"@babel/types@^7.22.5":
253313
version "7.22.5"
254314
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -759,7 +819,7 @@ [email protected]:
759819
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
760820
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
761821

762-
chalk@^2.0.0:
822+
chalk@^2.0.0, chalk@^2.4.2:
763823
version "2.4.2"
764824
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
765825
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)