@eslint/js  ^9.21.0  →  ^9.22.0
 axios        ^1.8.1  →   ^1.8.2
This commit is contained in:
Sefinek 2025-03-10 23:40:21 +01:00
parent ca45e6e637
commit 6625c6f2db
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View file

@ -9,21 +9,21 @@
"version": "0.2.1", "version": "0.2.1",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"axios": "^1.8.1", "axios": "^1.8.2",
"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",
"simple-git": "^3.27.0" "simple-git": "^3.27.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/js": "^9.22.0",
"globals": "^16.0.0" "globals": "^16.0.0"
} }
}, },
"node_modules/@eslint/js": { "node_modules/@eslint/js": {
"version": "9.21.0", "version": "9.22.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz",
"integrity": "sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==", "integrity": "sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -58,9 +58,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.8.1", "version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View file

@ -23,14 +23,14 @@
"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.1", "axios": "^1.8.2",
"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",
"simple-git": "^3.27.0" "simple-git": "^3.27.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/js": "^9.22.0",
"globals": "^16.0.0" "globals": "^16.0.0"
} }
} }