From f615d4970626244da311dc388cef8a3d1854fc3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 May 2024 15:43:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PDFJSDIST-6810403 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c9f467a..73e8aa42 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-icons": "^5.0.1", "react-optimized-images": "^2.1.0", "react-parallax-tilt": "^1.7.219", - "react-pdf": "^7.7.1", + "react-pdf": "^9.0.0", "react-router-dom": "^6.22.2", "react-scripts": "^5.0.1", "react-tsparticles": "^1.43.1",