mirror of
https://github.com/caprover/caprover
synced 2026-06-19 07:37:08 +00:00
Updated packages
This commit is contained in:
Generated
+3360
-1043
File diff suppressed because it is too large
Load Diff
+24
-24
@@ -14,14 +14,14 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.9.0",
|
||||
"axios": "^1.10.0",
|
||||
"bcryptjs": "^3.0.2",
|
||||
"body-parser": "^2.2.0",
|
||||
"configstore": "^5.0.1",
|
||||
"cookie-parser": "~1.4.7",
|
||||
"cron": "^4.3.0",
|
||||
"cron": "^4.3.1",
|
||||
"debug": "~4.4.1",
|
||||
"dockerode": "^4.0.6",
|
||||
"dockerode": "^4.0.7",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^5.1.0",
|
||||
"fs-extra": "^11.3.0",
|
||||
@@ -31,42 +31,42 @@
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"moment": "^2.30.1",
|
||||
"morgan": "^1.10.0",
|
||||
"multer": "^2.0.0",
|
||||
"multer": "^2.0.1",
|
||||
"on-finished": "^2.4.1",
|
||||
"prettier": "3.5.3",
|
||||
"public-ip": "^7.0.1",
|
||||
"recursive-readdir": "^2.2.3",
|
||||
"request": "^2.88.2",
|
||||
"require-from-string": "^2.0.2",
|
||||
"serve-favicon": "~2.5.0",
|
||||
"shell-quote": "^1.8.2",
|
||||
"simple-git": "^3.27.0",
|
||||
"serve-favicon": "~2.5.1",
|
||||
"shell-quote": "^1.8.3",
|
||||
"simple-git": "^3.28.0",
|
||||
"ssh2": "^1.16.0",
|
||||
"tar": "^7.4.3",
|
||||
"typescript": "^5.8.3",
|
||||
"uuid": "^11.1.0",
|
||||
"validator": "^13.15.0",
|
||||
"validator": "^13.15.15",
|
||||
"yaml": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@eslint/js": "^9.30.1",
|
||||
"@types/bcryptjs": "^3.0.0",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/cookie-parser": "^1.4.8",
|
||||
"@types/cookie-parser": "^1.4.9",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/dockerode": "^3.3.39",
|
||||
"@types/dockerode": "^3.3.42",
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/express": "^5.0.2",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/http-proxy": "^1.17.16",
|
||||
"@types/is-valid-path": "^0.1.2",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/js-base64": "^3.3.1",
|
||||
"@types/jsonwebtoken": "^9.0.9",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/moment": "^2.13.0",
|
||||
"@types/morgan": "^1.9.9",
|
||||
"@types/multer": "^1.4.12",
|
||||
"@types/on-finished": "^2.3.4",
|
||||
"@types/morgan": "^1.9.10",
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/on-finished": "^2.3.5",
|
||||
"@types/request": "^2.48.12",
|
||||
"@types/require-from-string": "^1.2.3",
|
||||
"@types/serve-favicon": "^2.5.7",
|
||||
@@ -74,14 +74,14 @@
|
||||
"@types/ssh2": "^1.15.5",
|
||||
"@types/tar": "^6.1.13",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/validator": "^13.15.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
||||
"@typescript-eslint/parser": "^8.32.1",
|
||||
"eslint": "^9.27.0",
|
||||
"globals": "^16.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"@types/validator": "^13.15.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"eslint": "^9.30.1",
|
||||
"globals": "^16.3.0",
|
||||
"jest": "^30.0.4",
|
||||
"madge": "^8.0.0",
|
||||
"ts-jest": "^29.3.4",
|
||||
"typescript-eslint": "^8.32.1"
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript-eslint": "^8.36.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user