axios ^1.8.2 → ^1.8.3

This commit is contained in:
Sefinek 2025-03-14 05:19:36 +01:00
parent c2cf68bd92
commit aa6eb3cad7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"axios": "^1.8.2",
"axios": "^1.8.3",
"cron": "^4.1.0",
"ipaddr.js": "^2.2.0"
},
@ -41,9 +41,9 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View file

@ -19,7 +19,7 @@
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"dependencies": {
"axios": "^1.8.2",
"axios": "^1.8.3",
"cron": "^4.1.0",
"ipaddr.js": "^2.2.0"
},