From 8e4079e41a2ff15ad5cb4768961cd34d13f95e8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 18:27:43 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 02b32e4..332b6d1 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "@mui/icons-material": "^5.14.19", "@mui/material": "^5.14.20", "@xpadev-net/niconicomments": "^0.2.67", - "axios": "^1.6.2", + "axios": "^1.6.4", "electron-log": "^5.0.2", "electron-store": "^8.1.0", "jotai": "^2.6.0", "jsdom": "^23.0.1", - "sqlite3": "^5.1.6" + "sqlite3": "^5.1.7" }, "devDependencies": { "@types/body-parser": "^1.19.5",