From dca3b781914ce893f5707ffb66c0c109a4c24a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 23:05:31 +0000 Subject: [PATCH] Bump papaparse from 4.6.3 to 5.2.0 in /utils Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.3 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.6.3...5.2.0) Signed-off-by: dependabot[bot] --- utils/package.json | 2 +- utils/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/package.json b/utils/package.json index b9d520b..186bc3b 100644 --- a/utils/package.json +++ b/utils/package.json @@ -17,7 +17,7 @@ "knex": "^0.16.3", "lodash": "^4.17.11", "mysql": "^2.16.0", - "papaparse": "^4.6.3", + "papaparse": "^5.2.0", "pg": "^7.8.0", "puppeteer": "^1.11.0", "superagent": "^4.1.0" diff --git a/utils/yarn.lock b/utils/yarn.lock index 98533f5..e3883e3 100644 --- a/utils/yarn.lock +++ b/utils/yarn.lock @@ -1815,9 +1815,10 @@ packet-reader@0.3.1: resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-0.3.1.tgz#cd62e60af8d7fea8a705ec4ff990871c46871f27" integrity sha1-zWLmCvjX/qinBexP+ZCHHEaHHyc= -papaparse@^4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-4.6.3.tgz#742e5eaaa97fa6c7e1358d2934d8f18f44aee781" +papaparse@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.2.0.tgz#97976a1b135c46612773029153dc64995caa3b7b" + integrity sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA== parse-filepath@^1.0.1: version "1.0.2"