axios ^1.8.3 → ^1.8.4

This commit is contained in:
Sefinek 2025-03-21 09:45:24 +01:00
parent f73ceba4fc
commit 1c4f916480
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.5.1", "version": "1.5.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"axios": "^1.8.3", "axios": "^1.8.4",
"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.3", "version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"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.3", "axios": "^1.8.4",
"cron": "^4.1.0", "cron": "^4.1.0",
"ipaddr.js": "^2.2.0" "ipaddr.js": "^2.2.0"
}, },