Skip to content

Commit 6cf51d8

Browse files
dependabot[bot]edonehoo
authored andcommitted
chore(deps): bump @babel/traverse from 7.18.6 to 7.23.6 (patternfly#3842)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.6. - [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.6/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 d3a4acc commit 6cf51d8

1 file changed

Lines changed: 102 additions & 15 deletions

File tree

yarn.lock

Lines changed: 102 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
21+
version "7.23.5"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
23+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
24+
dependencies:
25+
"@babel/highlight" "^7.23.4"
26+
chalk "^2.4.2"
27+
2028
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10", "@babel/compat-data@^7.18.6":
2129
version "7.18.6"
2230
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
@@ -65,7 +73,7 @@
6573
json5 "^2.2.1"
6674
semver "^6.3.0"
6775

68-
"@babel/generator@^7.10.5", "@babel/generator@^7.18.2", "@babel/generator@^7.18.6":
76+
"@babel/generator@^7.10.5", "@babel/generator@^7.18.2":
6977
version "7.18.7"
7078
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
7179
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
@@ -74,6 +82,16 @@
7482
"@jridgewell/gen-mapping" "^0.3.2"
7583
jsesc "^2.5.1"
7684

85+
"@babel/generator@^7.23.6":
86+
version "7.23.6"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
88+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
89+
dependencies:
90+
"@babel/types" "^7.23.6"
91+
"@jridgewell/gen-mapping" "^0.3.2"
92+
"@jridgewell/trace-mapping" "^0.3.17"
93+
jsesc "^2.5.1"
94+
7795
"@babel/helper-annotate-as-pure@^7.16.7", "@babel/helper-annotate-as-pure@^7.18.6":
7896
version "7.18.6"
7997
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -139,6 +157,11 @@
139157
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
140158
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
141159

160+
"@babel/helper-environment-visitor@^7.22.20":
161+
version "7.22.20"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
163+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
164+
142165
"@babel/helper-explode-assignable-expression@^7.18.6":
143166
version "7.18.6"
144167
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -154,13 +177,28 @@
154177
"@babel/template" "^7.18.6"
155178
"@babel/types" "^7.18.6"
156179

180+
"@babel/helper-function-name@^7.23.0":
181+
version "7.23.0"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
183+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
184+
dependencies:
185+
"@babel/template" "^7.22.15"
186+
"@babel/types" "^7.23.0"
187+
157188
"@babel/helper-hoist-variables@^7.18.6":
158189
version "7.18.6"
159190
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
160191
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
161192
dependencies:
162193
"@babel/types" "^7.18.6"
163194

195+
"@babel/helper-hoist-variables@^7.22.5":
196+
version "7.22.5"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
198+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
199+
dependencies:
200+
"@babel/types" "^7.22.5"
201+
164202
"@babel/helper-member-expression-to-functions@^7.18.6":
165203
version "7.18.6"
166204
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc"
@@ -248,16 +286,33 @@
248286
dependencies:
249287
"@babel/types" "^7.18.6"
250288

289+
"@babel/helper-split-export-declaration@^7.22.6":
290+
version "7.22.6"
291+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
292+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
293+
dependencies:
294+
"@babel/types" "^7.22.5"
295+
251296
"@babel/helper-string-parser@^7.18.10":
252297
version "7.18.10"
253298
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
254299
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
255300

301+
"@babel/helper-string-parser@^7.23.4":
302+
version "7.23.4"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
304+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
305+
256306
"@babel/helper-validator-identifier@^7.18.6":
257307
version "7.18.6"
258308
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
259309
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
260310

311+
"@babel/helper-validator-identifier@^7.22.20":
312+
version "7.22.20"
313+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
314+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
315+
261316
"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6":
262317
version "7.18.6"
263318
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -291,11 +346,25 @@
291346
chalk "^2.0.0"
292347
js-tokens "^4.0.0"
293348

349+
"@babel/highlight@^7.23.4":
350+
version "7.23.4"
351+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
352+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
353+
dependencies:
354+
"@babel/helper-validator-identifier" "^7.22.20"
355+
chalk "^2.4.2"
356+
js-tokens "^4.0.0"
357+
294358
"@babel/parser@^7.10.5", "@babel/parser@^7.18.0", "@babel/parser@^7.18.6":
295359
version "7.18.6"
296360
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
297361
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
298362

363+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.6":
364+
version "7.23.6"
365+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
366+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
367+
299368
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
300369
version "7.18.6"
301370
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -980,20 +1049,29 @@
9801049
"@babel/parser" "^7.18.6"
9811050
"@babel/types" "^7.18.6"
9821051

983-
"@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.6":
984-
version "7.18.6"
985-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
986-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
1052+
"@babel/template@^7.22.15":
1053+
version "7.22.15"
1054+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1055+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
9871056
dependencies:
988-
"@babel/code-frame" "^7.18.6"
989-
"@babel/generator" "^7.18.6"
990-
"@babel/helper-environment-visitor" "^7.18.6"
991-
"@babel/helper-function-name" "^7.18.6"
992-
"@babel/helper-hoist-variables" "^7.18.6"
993-
"@babel/helper-split-export-declaration" "^7.18.6"
994-
"@babel/parser" "^7.18.6"
995-
"@babel/types" "^7.18.6"
996-
debug "^4.1.0"
1057+
"@babel/code-frame" "^7.22.13"
1058+
"@babel/parser" "^7.22.15"
1059+
"@babel/types" "^7.22.15"
1060+
1061+
"@babel/traverse@^7.10.5", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.6":
1062+
version "7.23.6"
1063+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
1064+
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
1065+
dependencies:
1066+
"@babel/code-frame" "^7.23.5"
1067+
"@babel/generator" "^7.23.6"
1068+
"@babel/helper-environment-visitor" "^7.22.20"
1069+
"@babel/helper-function-name" "^7.23.0"
1070+
"@babel/helper-hoist-variables" "^7.22.5"
1071+
"@babel/helper-split-export-declaration" "^7.22.6"
1072+
"@babel/parser" "^7.23.6"
1073+
"@babel/types" "^7.23.6"
1074+
debug "^4.3.1"
9971075
globals "^11.1.0"
9981076

9991077
"@babel/types@^7.10.5", "@babel/types@^7.17.12", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
@@ -1005,6 +1083,15 @@
10051083
"@babel/helper-validator-identifier" "^7.18.6"
10061084
to-fast-properties "^2.0.0"
10071085

1086+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6":
1087+
version "7.23.6"
1088+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
1089+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
1090+
dependencies:
1091+
"@babel/helper-string-parser" "^7.23.4"
1092+
"@babel/helper-validator-identifier" "^7.22.20"
1093+
to-fast-properties "^2.0.0"
1094+
10081095
"@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.0":
10091096
version "0.5.7"
10101097
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
@@ -4935,7 +5022,7 @@ debug@3.1.0, debug@=3.1.0:
49355022
dependencies:
49365023
ms "2.0.0"
49375024

4938-
debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
5025+
debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.3:
49395026
version "4.3.4"
49405027
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
49415028
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)