momentum-design / momentum-ui

Momentum UI is a collection of UI libraries for implementing Momentum Design into web applications and websites.
https://momentum.design
MIT License
199 stars 204 forks source link

fix: fast-glob vulnerability #1431

Closed akki-jat closed 1 year ago

akki-jat commented 1 year ago

Description

Fixes fast-glob vulnerability

Screenshot 2023-02-28 at 1 00 58 PM

Takes forward #1193

Related Issue

https://github.com/momentum-design/momentum-ui/issues/1162

Motivation and Context

While running yarn audit, it will throw a security vulnerability with Severity as high.

How Has This Been Tested?

Not Tested

Screenshots:

Before (If applicable):

After:

Types of changes

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.02 :tada:

Comparison is base (ff97d19) 94.01% compared to head (8b1d05e) 94.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1431 +/- ## ========================================== + Coverage 94.01% 94.04% +0.02% ========================================== Files 132 132 Lines 18273 18273 Branches 2792 2788 -4 ========================================== + Hits 17180 17185 +5 + Misses 1093 1088 -5 ``` | [Impacted Files](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design) | Coverage Δ | | |---|---|---| | [...mponents/src/components/draggable/DraggableItem.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvZHJhZ2dhYmxlL0RyYWdnYWJsZUl0ZW0udHM=) | `93.75% <0.00%> (-6.25%)` | :arrow_down: | | [web-components/src/components/avatar/Avatar.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvYXZhdGFyL0F2YXRhci50cw==) | `94.28% <0.00%> (-1.91%)` | :arrow_down: | | [web-components/src/components/theme/Theme.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvdGhlbWUvVGhlbWUudHM=) | `87.28% <0.00%> (-1.74%)` | :arrow_down: | | [...eb-components/src/components/help-text/HelpText.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvaGVscC10ZXh0L0hlbHBUZXh0LnRz) | `98.33% <0.00%> (-1.67%)` | :arrow_down: | | [...nts/src/components/table-advanced/TableAdvanced.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvdGFibGUtYWR2YW5jZWQvVGFibGVBZHZhbmNlZC50cw==) | `88.10% <0.00%> (+0.46%)` | :arrow_up: | | [...ponents/src/components/progress-bar/ProgressBar.ts](https://codecov.io/gh/momentum-design/momentum-ui/pull/1431?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design#diff-d2ViLWNvbXBvbmVudHMvc3JjL2NvbXBvbmVudHMvcHJvZ3Jlc3MtYmFyL1Byb2dyZXNzQmFyLnRz) | `100.00% <0.00%> (+13.39%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=momentum-design)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.