Skip to content

Commit 8c957d9

Browse files
chore: Bump @babel/traverse from 7.22.5 to 7.23.2 (#831)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20c4d64 commit 8c957d9

File tree

1 file changed

+86
-11
lines changed

1 file changed

+86
-11
lines changed

yarn.lock

+86-11
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@
9090
dependencies:
9191
"@babel/highlight" "^7.22.5"
9292

93+
"@babel/code-frame@^7.22.13":
94+
version "7.22.13"
95+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
96+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
97+
dependencies:
98+
"@babel/highlight" "^7.22.13"
99+
chalk "^2.4.2"
100+
93101
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5":
94102
version "7.22.5"
95103
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -135,6 +143,16 @@
135143
"@jridgewell/trace-mapping" "^0.3.17"
136144
jsesc "^2.5.1"
137145

146+
"@babel/generator@^7.23.0":
147+
version "7.23.0"
148+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
149+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
150+
dependencies:
151+
"@babel/types" "^7.23.0"
152+
"@jridgewell/gen-mapping" "^0.3.2"
153+
"@jridgewell/trace-mapping" "^0.3.17"
154+
jsesc "^2.5.1"
155+
138156
"@babel/helper-annotate-as-pure@^7.22.5":
139157
version "7.22.5"
140158
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -194,6 +212,11 @@
194212
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
195213
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
196214

215+
"@babel/helper-environment-visitor@^7.22.20":
216+
version "7.22.20"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
218+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
219+
197220
"@babel/helper-function-name@^7.22.5":
198221
version "7.22.5"
199222
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -202,6 +225,14 @@
202225
"@babel/template" "^7.22.5"
203226
"@babel/types" "^7.22.5"
204227

228+
"@babel/helper-function-name@^7.23.0":
229+
version "7.23.0"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
231+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
232+
dependencies:
233+
"@babel/template" "^7.22.15"
234+
"@babel/types" "^7.23.0"
235+
205236
"@babel/helper-hoist-variables@^7.22.5":
206237
version "7.22.5"
207238
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -292,11 +323,23 @@
292323
dependencies:
293324
"@babel/types" "^7.22.5"
294325

326+
"@babel/helper-split-export-declaration@^7.22.6":
327+
version "7.22.6"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
329+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
330+
dependencies:
331+
"@babel/types" "^7.22.5"
332+
295333
"@babel/helper-string-parser@^7.22.5":
296334
version "7.22.5"
297335
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
298336
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
299337

338+
"@babel/helper-validator-identifier@^7.22.20":
339+
version "7.22.20"
340+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
341+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
342+
300343
"@babel/helper-validator-identifier@^7.22.5":
301344
version "7.22.5"
302345
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -335,11 +378,25 @@
335378
chalk "^2.0.0"
336379
js-tokens "^4.0.0"
337380

381+
"@babel/highlight@^7.22.13":
382+
version "7.22.20"
383+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
384+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
385+
dependencies:
386+
"@babel/helper-validator-identifier" "^7.22.20"
387+
chalk "^2.4.2"
388+
js-tokens "^4.0.0"
389+
338390
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
339391
version "7.22.5"
340392
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
341393
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
342394

395+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
396+
version "7.23.0"
397+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
398+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
399+
343400
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
344401
version "7.20.7"
345402
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
@@ -801,19 +858,28 @@
801858
"@babel/parser" "^7.22.5"
802859
"@babel/types" "^7.22.5"
803860

804-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
805-
version "7.22.5"
806-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
807-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
861+
"@babel/template@^7.22.15":
862+
version "7.22.15"
863+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
864+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
808865
dependencies:
809-
"@babel/code-frame" "^7.22.5"
810-
"@babel/generator" "^7.22.5"
811-
"@babel/helper-environment-visitor" "^7.22.5"
812-
"@babel/helper-function-name" "^7.22.5"
866+
"@babel/code-frame" "^7.22.13"
867+
"@babel/parser" "^7.22.15"
868+
"@babel/types" "^7.22.15"
869+
870+
"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
871+
version "7.23.2"
872+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
873+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
874+
dependencies:
875+
"@babel/code-frame" "^7.22.13"
876+
"@babel/generator" "^7.23.0"
877+
"@babel/helper-environment-visitor" "^7.22.20"
878+
"@babel/helper-function-name" "^7.23.0"
813879
"@babel/helper-hoist-variables" "^7.22.5"
814-
"@babel/helper-split-export-declaration" "^7.22.5"
815-
"@babel/parser" "^7.22.5"
816-
"@babel/types" "^7.22.5"
880+
"@babel/helper-split-export-declaration" "^7.22.6"
881+
"@babel/parser" "^7.23.0"
882+
"@babel/types" "^7.23.0"
817883
debug "^4.1.0"
818884
globals "^11.1.0"
819885

@@ -826,6 +892,15 @@
826892
"@babel/helper-validator-identifier" "^7.22.5"
827893
to-fast-properties "^2.0.0"
828894

895+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
896+
version "7.23.0"
897+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
898+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
899+
dependencies:
900+
"@babel/helper-string-parser" "^7.22.5"
901+
"@babel/helper-validator-identifier" "^7.22.20"
902+
to-fast-properties "^2.0.0"
903+
829904
"@bcoe/v8-coverage@^0.2.3":
830905
version "0.2.3"
831906
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)