fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
This commit is contained in:
snyk-bot
2023-10-27 17:23:08 +00:00
parent d14dbad9ea
commit 276632ea9d
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
"license": "MIT",
"dependencies": {
"@electron/remote": "^2.0.10",
"axios": "^1.5.1",
"axios": "^1.6.0",
"discord-rpc": "^4.0.1",
"electron-store": "^8.1.0",
"express": "^4.18.2",