phaniteja1 / react-csv-viewer

React Component for Uploading and Viewing your CSV File as a table
12 stars 8 forks source link

Update papaparse to fix Regular Expression Denial of Service (ReDoS) #3

Open noopur-orolabs opened 2 years ago

noopur-orolabs commented 2 years ago

papaparse@4.6.3 introduces Regular Expression Denial of Service (ReDoS) security issue. This was resolved in papaparse@5.2.0

Update dependency papaparse to version equal or higher than 5.2.0

noopur-orolabs commented 2 years ago

@phaniteja1 Can you please update the above dependency and publish a new version?