From 7424a6adefa72f907f07bd473b04815733682766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:54:25 +0000 Subject: [PATCH] Bump papaparse from 4.5.0 to 5.2.0 in /projects/catchphrase Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.5.0 to 5.2.0. - [Release notes](https://github.com/mholt/PapaParse/releases) - [Commits](https://github.com/mholt/PapaParse/compare/4.5.0...5.2.0) --- updated-dependencies: - dependency-name: papaparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/catchphrase/package-lock.json | 6 +++--- projects/catchphrase/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } }