Skip to content

Commit b5570ab

Browse files
dependabot[bot]donmccurdy
authored andcommitted
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 596f8c4 commit b5570ab

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

yarn.lock

+39-7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
"@jridgewell/trace-mapping" "^0.3.17"
5555
jsesc "^2.5.1"
5656

57+
"@babel/generator@^7.23.0":
58+
version "7.23.0"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
60+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
61+
dependencies:
62+
"@babel/types" "^7.23.0"
63+
"@jridgewell/gen-mapping" "^0.3.2"
64+
"@jridgewell/trace-mapping" "^0.3.17"
65+
jsesc "^2.5.1"
66+
5767
"@babel/helper-annotate-as-pure@^7.22.5":
5868
version "7.22.5"
5969
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -127,6 +137,14 @@
127137
"@babel/template" "^7.22.5"
128138
"@babel/types" "^7.22.5"
129139

140+
"@babel/helper-function-name@^7.23.0":
141+
version "7.23.0"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
143+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
144+
dependencies:
145+
"@babel/template" "^7.22.15"
146+
"@babel/types" "^7.23.0"
147+
130148
"@babel/helper-hoist-variables@^7.22.5":
131149
version "7.22.5"
132150
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -257,6 +275,11 @@
257275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
258276
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
259277

278+
"@babel/parser@^7.23.0":
279+
version "7.23.0"
280+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
281+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
282+
260283
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
261284
version "7.22.15"
262285
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -994,18 +1017,18 @@
9941017
"@babel/types" "^7.22.15"
9951018

9961019
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
997-
version "7.22.20"
998-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
999-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
1020+
version "7.23.2"
1021+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1022+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
10001023
dependencies:
10011024
"@babel/code-frame" "^7.22.13"
1002-
"@babel/generator" "^7.22.15"
1025+
"@babel/generator" "^7.23.0"
10031026
"@babel/helper-environment-visitor" "^7.22.20"
1004-
"@babel/helper-function-name" "^7.22.5"
1027+
"@babel/helper-function-name" "^7.23.0"
10051028
"@babel/helper-hoist-variables" "^7.22.5"
10061029
"@babel/helper-split-export-declaration" "^7.22.6"
1007-
"@babel/parser" "^7.22.16"
1008-
"@babel/types" "^7.22.19"
1030+
"@babel/parser" "^7.23.0"
1031+
"@babel/types" "^7.23.0"
10091032
debug "^4.1.0"
10101033
globals "^11.1.0"
10111034

@@ -1018,6 +1041,15 @@
10181041
"@babel/helper-validator-identifier" "^7.22.19"
10191042
to-fast-properties "^2.0.0"
10201043

1044+
"@babel/types@^7.23.0":
1045+
version "7.23.0"
1046+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1047+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1048+
dependencies:
1049+
"@babel/helper-string-parser" "^7.22.5"
1050+
"@babel/helper-validator-identifier" "^7.22.20"
1051+
to-fast-properties "^2.0.0"
1052+
10211053
"@electron/get@^2.0.0":
10221054
version "2.0.3"
10231055
resolved "https://registry.yarnpkg.com/@electron/get/-/get-2.0.3.tgz#fba552683d387aebd9f3fcadbcafc8e12ee4f960"

0 commit comments

Comments
 (0)