Skip to content

Commit 93e7abf

Browse files
[FSSDK-9968] build(deps): bump @babel/traverse from 7.18.11 to 7.23.9 (#239)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.11 to 7.23.9. - [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.9/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 38d21fc commit 93e7abf

File tree

1 file changed

+117
-27
lines changed

1 file changed

+117
-27
lines changed

yarn.lock

Lines changed: 117 additions & 27 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.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.18.8":
2129
version "7.18.8"
2230
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz"
@@ -52,6 +60,16 @@
5260
"@jridgewell/gen-mapping" "^0.3.2"
5361
jsesc "^2.5.1"
5462

63+
"@babel/generator@^7.23.6":
64+
version "7.23.6"
65+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
66+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
67+
dependencies:
68+
"@babel/types" "^7.23.6"
69+
"@jridgewell/gen-mapping" "^0.3.2"
70+
"@jridgewell/trace-mapping" "^0.3.17"
71+
jsesc "^2.5.1"
72+
5573
"@babel/helper-compilation-targets@^7.18.9":
5674
version "7.18.9"
5775
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz"
@@ -67,20 +85,25 @@
6785
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
6886
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
6987

70-
"@babel/helper-function-name@^7.18.9":
71-
version "7.18.9"
72-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz"
73-
integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==
88+
"@babel/helper-environment-visitor@^7.22.20":
89+
version "7.22.20"
90+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
91+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
92+
93+
"@babel/helper-function-name@^7.23.0":
94+
version "7.23.0"
95+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
96+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
7497
dependencies:
75-
"@babel/template" "^7.18.6"
76-
"@babel/types" "^7.18.9"
98+
"@babel/template" "^7.22.15"
99+
"@babel/types" "^7.23.0"
77100

78-
"@babel/helper-hoist-variables@^7.18.6":
79-
version "7.18.6"
80-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
81-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
101+
"@babel/helper-hoist-variables@^7.22.5":
102+
version "7.22.5"
103+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
104+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
82105
dependencies:
83-
"@babel/types" "^7.18.6"
106+
"@babel/types" "^7.22.5"
84107

85108
"@babel/helper-module-imports@^7.18.6":
86109
version "7.18.6"
@@ -122,16 +145,33 @@
122145
dependencies:
123146
"@babel/types" "^7.18.6"
124147

148+
"@babel/helper-split-export-declaration@^7.22.6":
149+
version "7.22.6"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
151+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
152+
dependencies:
153+
"@babel/types" "^7.22.5"
154+
125155
"@babel/helper-string-parser@^7.18.10":
126156
version "7.18.10"
127157
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz"
128158
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
129159

160+
"@babel/helper-string-parser@^7.23.4":
161+
version "7.23.4"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
163+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
164+
130165
"@babel/helper-validator-identifier@^7.18.6":
131166
version "7.18.6"
132167
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz"
133168
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
134169

170+
"@babel/helper-validator-identifier@^7.22.20":
171+
version "7.22.20"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
173+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
174+
135175
"@babel/helper-validator-option@^7.18.6":
136176
version "7.18.6"
137177
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -155,11 +195,25 @@
155195
chalk "^2.0.0"
156196
js-tokens "^4.0.0"
157197

158-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.11":
198+
"@babel/highlight@^7.23.4":
199+
version "7.23.4"
200+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
201+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
202+
dependencies:
203+
"@babel/helper-validator-identifier" "^7.22.20"
204+
chalk "^2.4.2"
205+
js-tokens "^4.0.0"
206+
207+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10":
159208
version "7.18.11"
160209
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz"
161210
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
162211

212+
"@babel/parser@^7.23.9":
213+
version "7.23.9"
214+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
215+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
216+
163217
"@babel/plugin-syntax-async-generators@^7.8.4":
164218
version "7.8.4"
165219
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -260,20 +314,29 @@
260314
"@babel/parser" "^7.18.10"
261315
"@babel/types" "^7.18.10"
262316

263-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
264-
version "7.18.11"
265-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz"
266-
integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
317+
"@babel/template@^7.22.15":
318+
version "7.23.9"
319+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
320+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
267321
dependencies:
268-
"@babel/code-frame" "^7.18.6"
269-
"@babel/generator" "^7.18.10"
270-
"@babel/helper-environment-visitor" "^7.18.9"
271-
"@babel/helper-function-name" "^7.18.9"
272-
"@babel/helper-hoist-variables" "^7.18.6"
273-
"@babel/helper-split-export-declaration" "^7.18.6"
274-
"@babel/parser" "^7.18.11"
275-
"@babel/types" "^7.18.10"
276-
debug "^4.1.0"
322+
"@babel/code-frame" "^7.23.5"
323+
"@babel/parser" "^7.23.9"
324+
"@babel/types" "^7.23.9"
325+
326+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
327+
version "7.23.9"
328+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
329+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
330+
dependencies:
331+
"@babel/code-frame" "^7.23.5"
332+
"@babel/generator" "^7.23.6"
333+
"@babel/helper-environment-visitor" "^7.22.20"
334+
"@babel/helper-function-name" "^7.23.0"
335+
"@babel/helper-hoist-variables" "^7.22.5"
336+
"@babel/helper-split-export-declaration" "^7.22.6"
337+
"@babel/parser" "^7.23.9"
338+
"@babel/types" "^7.23.9"
339+
debug "^4.3.1"
277340
globals "^11.1.0"
278341

279342
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
@@ -285,6 +348,15 @@
285348
"@babel/helper-validator-identifier" "^7.18.6"
286349
to-fast-properties "^2.0.0"
287350

351+
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9":
352+
version "7.23.9"
353+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
354+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
355+
dependencies:
356+
"@babel/helper-string-parser" "^7.23.4"
357+
"@babel/helper-validator-identifier" "^7.22.20"
358+
to-fast-properties "^2.0.0"
359+
288360
"@bcoe/v8-coverage@^0.2.3":
289361
version "0.2.3"
290362
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -517,6 +589,11 @@
517589
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
518590
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
519591

592+
"@jridgewell/resolve-uri@^3.1.0":
593+
version "3.1.2"
594+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
595+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
596+
520597
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
521598
version "1.1.2"
522599
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz"
@@ -527,6 +604,19 @@
527604
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
528605
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
529606

607+
"@jridgewell/sourcemap-codec@^1.4.14":
608+
version "1.4.15"
609+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
610+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
611+
612+
"@jridgewell/trace-mapping@^0.3.17":
613+
version "0.3.22"
614+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz#72a621e5de59f5f1ef792d0793a82ee20f645e4c"
615+
integrity sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==
616+
dependencies:
617+
"@jridgewell/resolve-uri" "^3.1.0"
618+
"@jridgewell/sourcemap-codec" "^1.4.14"
619+
530620
"@jridgewell/trace-mapping@^0.3.9":
531621
version "0.3.14"
532622
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz"
@@ -1237,7 +1327,7 @@ capture-exit@^2.0.0:
12371327
dependencies:
12381328
rsvp "^4.8.4"
12391329

1240-
chalk@^2.0.0, chalk@^2.1.0:
1330+
chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.2:
12411331
version "2.4.2"
12421332
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
12431333
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1454,7 +1544,7 @@ data-urls@^2.0.0:
14541544
whatwg-mimetype "^2.3.0"
14551545
whatwg-url "^8.0.0"
14561546

1457-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
1547+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
14581548
version "4.3.4"
14591549
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
14601550
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)