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

View file

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