From b7eaf3dff06b7b4882d1d400c6a8ab2dee64a93f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 04:41:29 +0000 Subject: [PATCH] fix: plugins/EnrichedPDF/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- plugins/EnrichedPDF/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/EnrichedPDF/package.json b/plugins/EnrichedPDF/package.json index 50270b8f2..0ab149e51 100644 --- a/plugins/EnrichedPDF/package.json +++ b/plugins/EnrichedPDF/package.json @@ -2,6 +2,6 @@ "name" : "BasicPDF", "version" : "0.1.1", "dependencies": { - "react-pdf": "3.0.1" + "react-pdf": "5.0.0" } }