From 9c74a3800b861583b523a978b78e4209bbd7e504 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 14:35:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-PDFJSDIST-469200 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a25ee0..50fcfcb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-hotkeys": "2.0.0", "react-modal": "3.12.1", "react-paypal-button-v2": "2.6.3", - "react-pdf-js": "1", + "react-pdf-js": "5.1.0", "react-router-dom": "5.2.0", "react-select": "^4.3.1", "react-virtualized": "9.22.3",