Update dependencies and node version in cache and utils-service

This commit is contained in:
Konstantinos Triantafyllou 2023-08-04 13:54:46 +03:00
parent 15cd6a2fb6
commit 3a463f9bab
3 changed files with 9 additions and 9 deletions

View File

@ -11,14 +11,14 @@
}, },
"dependencies": { "dependencies": {
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.15.2", "express": "^4.18.2",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"prom-client": "^11.3.0", "prom-client": "^11.3.0",
"properties-reader": "^2.2.0", "properties-reader": "^2.2.0",
"superagent": "^5.0.5" "superagent": "^5.0.5"
}, },
"engines": { "engines": {
"node": ">=16.3.0" "node": ">=16.14.0"
}, },
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>", "author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
"license": "NKUA" "license": "NKUA"

View File

@ -13,14 +13,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"body-parser": "^1.15.2", "body-parser": "^1.20.2",
"cookie-parser": "^1.4.4", "cookie-parser": "^1.4.6",
"cors": "^2.8.4", "cors": "^2.8.5",
"express": "^4.15.2", "express": "^4.18.2",
"multer": "1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"properties-reader": "^2.2.0" "properties-reader": "^2.2.0"
}, },
"engines": { "engines": {
"node": ">=16.3.0" "node": ">=16.14.0"
} }
} }

View File

@ -5,4 +5,4 @@ localPath = true
max.size = 200 max.size = 200
# file size in KB # file size in KB
big-max.size = 1000 big-max.size = 1000
port = 8000 port = 8001