Updated the dependencies. Changed the GitHub actions

This commit is contained in:
Glenn de Haan
2022-10-06 17:37:57 +02:00
parent ead4e927c1
commit 006343a248
3 changed files with 340 additions and 569 deletions

View File

@@ -15,14 +15,14 @@
"author": "Glenn de Haan",
"license": "MIT",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.3",
"multer": "^1.4.4",
"ejs": "^3.1.8",
"express": "^4.18.1",
"multer": "^1.4.5-lts.1",
"node-unifi": "^2.1.0",
"tailwindcss": "^3.0.23",
"uuid": "^8.3.2"
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
"nodemon": "^2.0.20"
}
}