Updated UI package dependencies (#3381)

Updated package dependencies

- Updated react-pdf to fix security vulnerability
- Removed ignored security alerts

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2024-06-13 11:23:50 -06:00
committed by GitHub
parent c8a39f9544
commit 7b88d3a1bc
7 changed files with 56949 additions and 61930 deletions

View File

@@ -18,7 +18,7 @@ import React, { Fragment, useState } from "react";
import { Document, Page, pdfjs } from "react-pdf";
import { Box, Button, InformativeMessage } from "mds";
pdfjs.GlobalWorkerOptions.workerSrc = "./scripts/pdf.worker.min.js";
pdfjs.GlobalWorkerOptions.workerSrc = "./scripts/pdf.worker.min.mjs";
interface IPreviewPDFProps {
path: string;