Skip to content

Commit a653411

Browse files
Bump @babel/traverse from 7.22.20 to 7.23.2 (#68)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61c30e9 commit a653411

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

yarn.lock

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,16 @@
7575
"@jridgewell/trace-mapping" "^0.3.17"
7676
jsesc "^2.5.1"
7777

78+
"@babel/generator@^7.23.0":
79+
version "7.23.0"
80+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
81+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
82+
dependencies:
83+
"@babel/types" "^7.23.0"
84+
"@jridgewell/gen-mapping" "^0.3.2"
85+
"@jridgewell/trace-mapping" "^0.3.17"
86+
jsesc "^2.5.1"
87+
7888
"@babel/helper-annotate-as-pure@^7.22.5":
7989
version "7.22.5"
8090
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -148,6 +158,14 @@
148158
"@babel/template" "^7.22.5"
149159
"@babel/types" "^7.22.5"
150160

161+
"@babel/helper-function-name@^7.23.0":
162+
version "7.23.0"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
164+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
165+
dependencies:
166+
"@babel/template" "^7.22.15"
167+
"@babel/types" "^7.23.0"
168+
151169
"@babel/helper-hoist-variables@^7.22.5":
152170
version "7.22.5"
153171
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -278,6 +296,11 @@
278296
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
279297
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
280298

299+
"@babel/parser@^7.23.0":
300+
version "7.23.0"
301+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
302+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
303+
281304
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
282305
version "7.22.15"
283306
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"
@@ -945,18 +968,18 @@
945968
"@babel/types" "^7.22.15"
946969

947970
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20", "@babel/traverse@^7.7.2":
948-
version "7.22.20"
949-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
950-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
971+
version "7.23.2"
972+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
973+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
951974
dependencies:
952975
"@babel/code-frame" "^7.22.13"
953-
"@babel/generator" "^7.22.15"
976+
"@babel/generator" "^7.23.0"
954977
"@babel/helper-environment-visitor" "^7.22.20"
955-
"@babel/helper-function-name" "^7.22.5"
978+
"@babel/helper-function-name" "^7.23.0"
956979
"@babel/helper-hoist-variables" "^7.22.5"
957980
"@babel/helper-split-export-declaration" "^7.22.6"
958-
"@babel/parser" "^7.22.16"
959-
"@babel/types" "^7.22.19"
981+
"@babel/parser" "^7.23.0"
982+
"@babel/types" "^7.23.0"
960983
debug "^4.1.0"
961984
globals "^11.1.0"
962985

@@ -969,6 +992,15 @@
969992
"@babel/helper-validator-identifier" "^7.22.19"
970993
to-fast-properties "^2.0.0"
971994

995+
"@babel/types@^7.23.0":
996+
version "7.23.0"
997+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
998+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
999+
dependencies:
1000+
"@babel/helper-string-parser" "^7.22.5"
1001+
"@babel/helper-validator-identifier" "^7.22.20"
1002+
to-fast-properties "^2.0.0"
1003+
9721004
"@bcoe/v8-coverage@^0.2.3":
9731005
version "0.2.3"
9741006
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)