diff --git a/package-lock.json b/package-lock.json index 70ff48c..615730a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.7", "license": "MIT", "dependencies": { - "axios": "^1.17.0", + "axios": "^1.18.1", "electron-store": "11.0.2", "electron-updater": "^6.8.9" }, @@ -2039,9 +2039,9 @@ } }, "node_modules/axios": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", - "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/package.json b/package.json index cec6f74..4cbccba 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "author": "Botify", "license": "MIT", "dependencies": { - "axios": "^1.17.0", + "axios": "^1.18.1", "electron-store": "11.0.2", "electron-updater": "^6.8.9" },