Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
248
stars
91
forks
source link
fix: upgrade styled-components to fix snyk vulnerable issues #141
Summary
[What does this PR introduce?] Upgraded styled-components package to fix snyk vulnerable issue.
Vulnerable module : @babel/traverse Introduced through : client_configurator@0.0.1 > react-drag-drop-files@2.3.10 > styled-components@5.3.11 > @babel/traverse@7.15.0 Fixed in : @babel/traverse@7.23.2, 8.0.0-alpha.4 (latest babel/traverse version)
Key Changes
Check List