diff --git a/projects/catchphrase/package-lock.json b/projects/catchphrase/package-lock.json index c9f59bf..cfe6b6e 100644 --- a/projects/catchphrase/package-lock.json +++ b/projects/catchphrase/package-lock.json @@ -127,9 +127,9 @@ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" }, "papaparse": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.5.0.tgz", - "integrity": "sha1-+2JdOQtuXVRNsgZYzjZlACw9joA=" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz", + "integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==" }, "string-width": { "version": "1.0.2", diff --git a/projects/catchphrase/package.json b/projects/catchphrase/package.json index 4be4c03..697202b 100644 --- a/projects/catchphrase/package.json +++ b/projects/catchphrase/package.json @@ -13,6 +13,6 @@ "axios": "^0.18.0", "firstline": "^2.0.2", "json2csv": "^4.1.5", - "papaparse": "^4.5.0" + "papaparse": "^5.2.0" } }