Skip to content

Commit 05442b7

Browse files
Bump @babel/traverse from 7.22.10 to 7.23.2 (#1)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91fb99c commit 05442b7

File tree

1 file changed

+76
-16
lines changed

1 file changed

+76
-16
lines changed

yarn.lock

+76-16
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"@babel/highlight" "^7.22.10"
2424
chalk "^2.4.2"
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/compat-data@^7.22.9":
2735
version "7.22.9"
2836
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
@@ -59,6 +67,16 @@
5967
"@jridgewell/trace-mapping" "^0.3.17"
6068
jsesc "^2.5.1"
6169

70+
"@babel/generator@^7.23.0":
71+
version "7.23.0"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
73+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
74+
dependencies:
75+
"@babel/types" "^7.23.0"
76+
"@jridgewell/gen-mapping" "^0.3.2"
77+
"@jridgewell/trace-mapping" "^0.3.17"
78+
jsesc "^2.5.1"
79+
6280
"@babel/helper-compilation-targets@^7.22.10":
6381
version "7.22.10"
6482
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024"
@@ -70,18 +88,23 @@
7088
lru-cache "^5.1.1"
7189
semver "^6.3.1"
7290

91+
"@babel/helper-environment-visitor@^7.22.20":
92+
version "7.22.20"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
94+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
95+
7396
"@babel/helper-environment-visitor@^7.22.5":
7497
version "7.22.5"
7598
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
7699
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
77100

78-
"@babel/helper-function-name@^7.22.5":
79-
version "7.22.5"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
81-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
101+
"@babel/helper-function-name@^7.23.0":
102+
version "7.23.0"
103+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
104+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
82105
dependencies:
83-
"@babel/template" "^7.22.5"
84-
"@babel/types" "^7.22.5"
106+
"@babel/template" "^7.22.15"
107+
"@babel/types" "^7.23.0"
85108

86109
"@babel/helper-hoist-variables@^7.22.5":
87110
version "7.22.5"
@@ -127,6 +150,11 @@
127150
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
128151
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
129152

153+
"@babel/helper-validator-identifier@^7.22.20":
154+
version "7.22.20"
155+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
156+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
157+
130158
"@babel/helper-validator-identifier@^7.22.5":
131159
version "7.22.5"
132160
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -155,11 +183,34 @@
155183
chalk "^2.4.2"
156184
js-tokens "^4.0.0"
157185

186+
"@babel/highlight@^7.22.13":
187+
version "7.22.20"
188+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
189+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
190+
dependencies:
191+
"@babel/helper-validator-identifier" "^7.22.20"
192+
chalk "^2.4.2"
193+
js-tokens "^4.0.0"
194+
158195
"@babel/parser@^7.22.10", "@babel/parser@^7.22.5", "@babel/parser@^7.7.0":
159196
version "7.22.10"
160197
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
161198
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
162199

200+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
201+
version "7.23.0"
202+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
203+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
204+
205+
"@babel/template@^7.22.15":
206+
version "7.22.15"
207+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
208+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
209+
dependencies:
210+
"@babel/code-frame" "^7.22.13"
211+
"@babel/parser" "^7.22.15"
212+
"@babel/types" "^7.22.15"
213+
163214
"@babel/template@^7.22.5":
164215
version "7.22.5"
165216
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -170,18 +221,18 @@
170221
"@babel/types" "^7.22.5"
171222

172223
"@babel/traverse@^7.22.10", "@babel/traverse@^7.7.0":
173-
version "7.22.10"
174-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
175-
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
176-
dependencies:
177-
"@babel/code-frame" "^7.22.10"
178-
"@babel/generator" "^7.22.10"
179-
"@babel/helper-environment-visitor" "^7.22.5"
180-
"@babel/helper-function-name" "^7.22.5"
224+
version "7.23.2"
225+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
226+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
227+
dependencies:
228+
"@babel/code-frame" "^7.22.13"
229+
"@babel/generator" "^7.23.0"
230+
"@babel/helper-environment-visitor" "^7.22.20"
231+
"@babel/helper-function-name" "^7.23.0"
181232
"@babel/helper-hoist-variables" "^7.22.5"
182233
"@babel/helper-split-export-declaration" "^7.22.6"
183-
"@babel/parser" "^7.22.10"
184-
"@babel/types" "^7.22.10"
234+
"@babel/parser" "^7.23.0"
235+
"@babel/types" "^7.23.0"
185236
debug "^4.1.0"
186237
globals "^11.1.0"
187238

@@ -194,6 +245,15 @@
194245
"@babel/helper-validator-identifier" "^7.22.5"
195246
to-fast-properties "^2.0.0"
196247

248+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
249+
version "7.23.0"
250+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
251+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
252+
dependencies:
253+
"@babel/helper-string-parser" "^7.22.5"
254+
"@babel/helper-validator-identifier" "^7.22.20"
255+
to-fast-properties "^2.0.0"
256+
197257
198258
version "1.5.0"
199259
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"

0 commit comments

Comments
 (0)