From 3a9db03c185cfbef7444a744550837c449f4f197 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 15:31:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f5a854..70b0405 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mui/icons-material": "^5.15.2", "@mui/material": "^5.15.2", "@pdftron/webviewer": "^8.12.1", - "axios": "^0.26.1", + "axios": "^1.6.4", "ciao-status-fetch": "^1.0.1", "core-js": "^3.35.0", "date-format-parse": "^0.2.7",