axios ^1.8.3 → ^1.8.4

This commit is contained in:
Sefinek 2025-03-20 02:53:46 +01:00
parent 780b052802
commit 47850dd646
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.2.2", "version": "0.2.2",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"axios": "^1.8.3", "axios": "^1.8.4",
"chokidar": "^4.0.3", "chokidar": "^4.0.3",
"cron": "^4.1.0", "cron": "^4.1.0",
"ipaddr.js": "^2.2.0", "ipaddr.js": "^2.2.0",
@ -58,9 +58,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

@ -23,7 +23,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",
"chokidar": "^4.0.3", "chokidar": "^4.0.3",
"cron": "^4.1.0", "cron": "^4.1.0",
"ipaddr.js": "^2.2.0", "ipaddr.js": "^2.2.0",