Skip to content

Commit 577308f

Browse files
fix(security): patch @babel/traverse dependency vulnerabilities (#641)
1 parent d7715ab commit 577308f

File tree

1 file changed

+111
-26
lines changed

1 file changed

+111
-26
lines changed

yarn.lock

Lines changed: 111 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@
222222
dependencies:
223223
"@babel/highlight" "^7.18.6"
224224

225+
"@babel/code-frame@^7.22.13":
226+
version "7.22.13"
227+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
228+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
229+
dependencies:
230+
"@babel/highlight" "^7.22.13"
231+
chalk "^2.4.2"
232+
225233
"@babel/compat-data@^7.20.5":
226234
version "7.20.10"
227235
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz"
@@ -257,6 +265,16 @@
257265
"@jridgewell/gen-mapping" "^0.3.2"
258266
jsesc "^2.5.1"
259267

268+
"@babel/generator@^7.23.0":
269+
version "7.23.0"
270+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
271+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
272+
dependencies:
273+
"@babel/types" "^7.23.0"
274+
"@jridgewell/gen-mapping" "^0.3.2"
275+
"@jridgewell/trace-mapping" "^0.3.17"
276+
jsesc "^2.5.1"
277+
260278
"@babel/helper-compilation-targets@^7.20.7":
261279
version "7.20.7"
262280
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz"
@@ -273,20 +291,25 @@
273291
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
274292
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
275293

276-
"@babel/helper-function-name@^7.19.0":
277-
version "7.19.0"
278-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz"
279-
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
294+
"@babel/helper-environment-visitor@^7.22.20":
295+
version "7.22.20"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
297+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
298+
299+
"@babel/helper-function-name@^7.23.0":
300+
version "7.23.0"
301+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
302+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
280303
dependencies:
281-
"@babel/template" "^7.18.10"
282-
"@babel/types" "^7.19.0"
304+
"@babel/template" "^7.22.15"
305+
"@babel/types" "^7.23.0"
283306

284-
"@babel/helper-hoist-variables@^7.18.6":
285-
version "7.18.6"
286-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
287-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
307+
"@babel/helper-hoist-variables@^7.22.5":
308+
version "7.22.5"
309+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
310+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
288311
dependencies:
289-
"@babel/types" "^7.18.6"
312+
"@babel/types" "^7.22.5"
290313

291314
"@babel/helper-module-imports@^7.18.6":
292315
version "7.18.6"
@@ -328,16 +351,33 @@
328351
dependencies:
329352
"@babel/types" "^7.18.6"
330353

354+
"@babel/helper-split-export-declaration@^7.22.6":
355+
version "7.22.6"
356+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
357+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
358+
dependencies:
359+
"@babel/types" "^7.22.5"
360+
331361
"@babel/helper-string-parser@^7.19.4":
332362
version "7.19.4"
333363
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
334364
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
335365

366+
"@babel/helper-string-parser@^7.22.5":
367+
version "7.22.5"
368+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
369+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
370+
336371
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
337372
version "7.19.1"
338373
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
339374
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
340375

376+
"@babel/helper-validator-identifier@^7.22.20":
377+
version "7.22.20"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
379+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
380+
341381
"@babel/helper-validator-option@^7.18.6":
342382
version "7.18.6"
343383
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -361,11 +401,25 @@
361401
chalk "^2.0.0"
362402
js-tokens "^4.0.0"
363403

404+
"@babel/highlight@^7.22.13":
405+
version "7.22.20"
406+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
407+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
408+
dependencies:
409+
"@babel/helper-validator-identifier" "^7.22.20"
410+
chalk "^2.4.2"
411+
js-tokens "^4.0.0"
412+
364413
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7":
365414
version "7.20.7"
366415
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz"
367416
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
368417

418+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
419+
version "7.23.0"
420+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
421+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
422+
369423
"@babel/plugin-syntax-async-generators@^7.8.4":
370424
version "7.8.4"
371425
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -457,7 +511,7 @@
457511
dependencies:
458512
"@babel/helper-plugin-utils" "^7.19.0"
459513

460-
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
514+
"@babel/template@^7.20.7", "@babel/template@^7.3.3":
461515
version "7.20.7"
462516
resolved "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz"
463517
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
@@ -466,23 +520,32 @@
466520
"@babel/parser" "^7.20.7"
467521
"@babel/types" "^7.20.7"
468522

469-
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2":
470-
version "7.20.12"
471-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.12.tgz"
472-
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
523+
"@babel/template@^7.22.15":
524+
version "7.22.15"
525+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
526+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
473527
dependencies:
474-
"@babel/code-frame" "^7.18.6"
475-
"@babel/generator" "^7.20.7"
476-
"@babel/helper-environment-visitor" "^7.18.9"
477-
"@babel/helper-function-name" "^7.19.0"
478-
"@babel/helper-hoist-variables" "^7.18.6"
479-
"@babel/helper-split-export-declaration" "^7.18.6"
480-
"@babel/parser" "^7.20.7"
481-
"@babel/types" "^7.20.7"
528+
"@babel/code-frame" "^7.22.13"
529+
"@babel/parser" "^7.22.15"
530+
"@babel/types" "^7.22.15"
531+
532+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2":
533+
version "7.23.2"
534+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
535+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
536+
dependencies:
537+
"@babel/code-frame" "^7.22.13"
538+
"@babel/generator" "^7.23.0"
539+
"@babel/helper-environment-visitor" "^7.22.20"
540+
"@babel/helper-function-name" "^7.23.0"
541+
"@babel/helper-hoist-variables" "^7.22.5"
542+
"@babel/helper-split-export-declaration" "^7.22.6"
543+
"@babel/parser" "^7.23.0"
544+
"@babel/types" "^7.23.0"
482545
debug "^4.1.0"
483546
globals "^11.1.0"
484547

485-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
548+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
486549
version "7.20.7"
487550
resolved "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz"
488551
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
@@ -491,6 +554,15 @@
491554
"@babel/helper-validator-identifier" "^7.19.1"
492555
to-fast-properties "^2.0.0"
493556

557+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
558+
version "7.23.0"
559+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
560+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
561+
dependencies:
562+
"@babel/helper-string-parser" "^7.22.5"
563+
"@babel/helper-validator-identifier" "^7.22.20"
564+
to-fast-properties "^2.0.0"
565+
494566
"@bcoe/v8-coverage@^0.2.3":
495567
version "0.2.3"
496568
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -966,7 +1038,7 @@
9661038
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
9671039
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
9681040

969-
"@jridgewell/resolve-uri@^3.0.3":
1041+
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
9701042
version "3.1.1"
9711043
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
9721044
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
@@ -981,6 +1053,11 @@
9811053
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
9821054
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
9831055

1056+
"@jridgewell/sourcemap-codec@^1.4.14":
1057+
version "1.4.15"
1058+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1059+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1060+
9841061
"@jridgewell/trace-mapping@0.3.9":
9851062
version "0.3.9"
9861063
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -989,6 +1066,14 @@
9891066
"@jridgewell/resolve-uri" "^3.0.3"
9901067
"@jridgewell/sourcemap-codec" "^1.4.10"
9911068

1069+
"@jridgewell/trace-mapping@^0.3.17":
1070+
version "0.3.20"
1071+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1072+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1073+
dependencies:
1074+
"@jridgewell/resolve-uri" "^3.1.0"
1075+
"@jridgewell/sourcemap-codec" "^1.4.14"
1076+
9921077
"@jridgewell/trace-mapping@^0.3.9":
9931078
version "0.3.17"
9941079
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz"

0 commit comments

Comments
 (0)