Update to Angular-16 #4
|
@ -11,14 +11,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.15.2",
|
||||
"express": "^4.18.2",
|
||||
"memory-cache": "^0.2.0",
|
||||
"prom-client": "^11.3.0",
|
||||
"properties-reader": "^2.2.0",
|
||||
"superagent": "^5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.3.0"
|
||||
"node": ">=16.14.0"
|
||||
},
|
||||
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
|
||||
"license": "NKUA"
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.15.2",
|
||||
"cookie-parser": "^1.4.4",
|
||||
"cors": "^2.8.4",
|
||||
"express": "^4.15.2",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"body-parser": "^1.20.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"properties-reader": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.3.0"
|
||||
"node": ">=16.14.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,4 +5,4 @@ localPath = true
|
|||
max.size = 200
|
||||
# file size in KB
|
||||
big-max.size = 1000
|
||||
port = 8000
|
||||
port = 8001
|
||||
|
|
Loading…
Reference in New Issue