Skip to content

Commit 34de3f0

Browse files
Bump @babel/traverse from 7.22.20 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 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>
1 parent 7e85118 commit 34de3f0

File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed

yarn.lock

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
"@jridgewell/trace-mapping" "^0.3.17"
6060
jsesc "^2.5.1"
6161

62+
"@babel/generator@^7.23.0":
63+
version "7.23.0"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
65+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
66+
dependencies:
67+
"@babel/types" "^7.23.0"
68+
"@jridgewell/gen-mapping" "^0.3.2"
69+
"@jridgewell/trace-mapping" "^0.3.17"
70+
jsesc "^2.5.1"
71+
6272
"@babel/helper-compilation-targets@^7.22.15":
6373
version "7.22.15"
6474
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
@@ -75,13 +85,13 @@
7585
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
7686
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
7787

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==
88+
"@babel/helper-function-name@^7.23.0":
89+
version "7.23.0"
90+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
91+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
8292
dependencies:
83-
"@babel/template" "^7.22.5"
84-
"@babel/types" "^7.22.5"
93+
"@babel/template" "^7.22.15"
94+
"@babel/types" "^7.23.0"
8595

8696
"@babel/helper-hoist-variables@^7.22.5":
8797
version "7.22.5"
@@ -165,6 +175,11 @@
165175
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
166176
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
167177

178+
"@babel/parser@^7.23.0":
179+
version "7.23.0"
180+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
181+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
182+
168183
"@babel/plugin-syntax-async-generators@^7.8.4":
169184
version "7.8.4"
170185
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -263,7 +278,7 @@
263278
dependencies:
264279
"@babel/helper-plugin-utils" "^7.22.5"
265280

266-
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
281+
"@babel/template@^7.22.15", "@babel/template@^7.3.3":
267282
version "7.22.15"
268283
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
269284
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
@@ -273,18 +288,18 @@
273288
"@babel/types" "^7.22.15"
274289

275290
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
276-
version "7.22.20"
277-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
278-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
291+
version "7.23.2"
292+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
293+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
279294
dependencies:
280295
"@babel/code-frame" "^7.22.13"
281-
"@babel/generator" "^7.22.15"
296+
"@babel/generator" "^7.23.0"
282297
"@babel/helper-environment-visitor" "^7.22.20"
283-
"@babel/helper-function-name" "^7.22.5"
298+
"@babel/helper-function-name" "^7.23.0"
284299
"@babel/helper-hoist-variables" "^7.22.5"
285300
"@babel/helper-split-export-declaration" "^7.22.6"
286-
"@babel/parser" "^7.22.16"
287-
"@babel/types" "^7.22.19"
301+
"@babel/parser" "^7.23.0"
302+
"@babel/types" "^7.23.0"
288303
debug "^4.1.0"
289304
globals "^11.1.0"
290305

@@ -297,6 +312,15 @@
297312
"@babel/helper-validator-identifier" "^7.22.19"
298313
to-fast-properties "^2.0.0"
299314

315+
"@babel/types@^7.23.0":
316+
version "7.23.0"
317+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
318+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
319+
dependencies:
320+
"@babel/helper-string-parser" "^7.22.5"
321+
"@babel/helper-validator-identifier" "^7.22.20"
322+
to-fast-properties "^2.0.0"
323+
300324
"@bcoe/v8-coverage@^0.2.3":
301325
version "0.2.3"
302326
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)