Skip to content

Commit 7d2c4ca

Browse files
chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 (#66)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 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 6c2c347 commit 7d2c4ca

File tree

1 file changed

+85
-18
lines changed

1 file changed

+85
-18
lines changed

yarn.lock

Lines changed: 85 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
dependencies:
2828
"@babel/highlight" "^7.22.5"
2929

30+
"@babel/code-frame@^7.22.13":
31+
version "7.22.13"
32+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
33+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
34+
dependencies:
35+
"@babel/highlight" "^7.22.13"
36+
chalk "^2.4.2"
37+
3038
"@babel/compat-data@^7.22.5":
3139
version "7.22.5"
3240
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -63,6 +71,16 @@
6371
"@jridgewell/trace-mapping" "^0.3.17"
6472
jsesc "^2.5.1"
6573

74+
"@babel/generator@^7.23.0":
75+
version "7.23.0"
76+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
77+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
78+
dependencies:
79+
"@babel/types" "^7.23.0"
80+
"@jridgewell/gen-mapping" "^0.3.2"
81+
"@jridgewell/trace-mapping" "^0.3.17"
82+
jsesc "^2.5.1"
83+
6684
"@babel/helper-compilation-targets@^7.22.5":
6785
version "7.22.5"
6886
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02"
@@ -74,18 +92,23 @@
7492
lru-cache "^5.1.1"
7593
semver "^6.3.0"
7694

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

82-
"@babel/helper-function-name@^7.22.5":
83-
version "7.22.5"
84-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
85-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
105+
"@babel/helper-function-name@^7.23.0":
106+
version "7.23.0"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
108+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
86109
dependencies:
87-
"@babel/template" "^7.22.5"
88-
"@babel/types" "^7.22.5"
110+
"@babel/template" "^7.22.15"
111+
"@babel/types" "^7.23.0"
89112

90113
"@babel/helper-hoist-variables@^7.22.5":
91114
version "7.22.5"
@@ -134,11 +157,23 @@
134157
dependencies:
135158
"@babel/types" "^7.22.5"
136159

160+
"@babel/helper-split-export-declaration@^7.22.6":
161+
version "7.22.6"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
163+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
164+
dependencies:
165+
"@babel/types" "^7.22.5"
166+
137167
"@babel/helper-string-parser@^7.22.5":
138168
version "7.22.5"
139169
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
140170
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
141171

172+
"@babel/helper-validator-identifier@^7.22.20":
173+
version "7.22.20"
174+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
175+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
176+
142177
"@babel/helper-validator-identifier@^7.22.5":
143178
version "7.22.5"
144179
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -158,6 +193,15 @@
158193
"@babel/traverse" "^7.22.5"
159194
"@babel/types" "^7.22.5"
160195

196+
"@babel/highlight@^7.22.13":
197+
version "7.22.20"
198+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
199+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
200+
dependencies:
201+
"@babel/helper-validator-identifier" "^7.22.20"
202+
chalk "^2.4.2"
203+
js-tokens "^4.0.0"
204+
161205
"@babel/highlight@^7.22.5":
162206
version "7.22.5"
163207
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -172,6 +216,11 @@
172216
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
173217
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
174218

219+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
220+
version "7.23.0"
221+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
222+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
223+
175224
"@babel/plugin-syntax-async-generators@^7.8.4":
176225
version "7.8.4"
177226
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -291,6 +340,15 @@
291340
dependencies:
292341
regenerator-runtime "^0.13.11"
293342

343+
"@babel/template@^7.22.15":
344+
version "7.22.15"
345+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
346+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
347+
dependencies:
348+
"@babel/code-frame" "^7.22.13"
349+
"@babel/parser" "^7.22.15"
350+
"@babel/types" "^7.22.15"
351+
294352
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
295353
version "7.22.5"
296354
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -301,18 +359,18 @@
301359
"@babel/types" "^7.22.5"
302360

303361
"@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2":
304-
version "7.22.5"
305-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
306-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
307-
dependencies:
308-
"@babel/code-frame" "^7.22.5"
309-
"@babel/generator" "^7.22.5"
310-
"@babel/helper-environment-visitor" "^7.22.5"
311-
"@babel/helper-function-name" "^7.22.5"
362+
version "7.23.2"
363+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
364+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
365+
dependencies:
366+
"@babel/code-frame" "^7.22.13"
367+
"@babel/generator" "^7.23.0"
368+
"@babel/helper-environment-visitor" "^7.22.20"
369+
"@babel/helper-function-name" "^7.23.0"
312370
"@babel/helper-hoist-variables" "^7.22.5"
313-
"@babel/helper-split-export-declaration" "^7.22.5"
314-
"@babel/parser" "^7.22.5"
315-
"@babel/types" "^7.22.5"
371+
"@babel/helper-split-export-declaration" "^7.22.6"
372+
"@babel/parser" "^7.23.0"
373+
"@babel/types" "^7.23.0"
316374
debug "^4.1.0"
317375
globals "^11.1.0"
318376

@@ -325,6 +383,15 @@
325383
"@babel/helper-validator-identifier" "^7.22.5"
326384
to-fast-properties "^2.0.0"
327385

386+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
387+
version "7.23.0"
388+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
389+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
390+
dependencies:
391+
"@babel/helper-string-parser" "^7.22.5"
392+
"@babel/helper-validator-identifier" "^7.22.20"
393+
to-fast-properties "^2.0.0"
394+
328395
"@bcoe/v8-coverage@^0.2.3":
329396
version "0.2.3"
330397
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1565,7 +1632,7 @@ caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001502:
15651632
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001502.tgz#f7e4a76eb1d2d585340f773767be1fefc118dca8"
15661633
integrity sha512-AZ+9tFXw1sS0o0jcpJQIXvFTOB/xGiQ4OQ2t98QX3NDn2EZTSRBC801gxrsGgViuq2ak/NLkNgSNEPtCr5lfKg==
15671634

1568-
chalk@^2.0.0:
1635+
chalk@^2.0.0, chalk@^2.4.2:
15691636
version "2.4.2"
15701637
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
15711638
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)