From a89ce01d9f435bca1ea0c5ae8743acca219ad00b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 02:05:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eeabd2..46021ac 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@mui/icons-material": "^5.14.14", "@mui/material": "^5.14.14", "@xpadev-net/niconicomments": "^0.2.61", - "axios": "^1.5.1", + "axios": "^1.6.0", "electron-store": "^8.1.0", "jotai": "^2.4.3", "jsdom": "^22.1.0",