diff --git a/package-lock.json b/package-lock.json index c676c96..084a341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8552,9 +8552,9 @@ "dev": true }, "papaparse": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.0.tgz", - "integrity": "sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "parallel-transform": { "version": "1.2.0", diff --git a/package.json b/package.json index 45e99dd..9a3f414 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "axios": "^0.19.0", "csvtojson": "^2.0.10", "express": "^4.17.1", - "papaparse": "^5.1.0", + "papaparse": "^5.2.0", "path": "^0.12.7", "rxjs": "~6.4.0", "tailwindcss": "^1.1.3",