Updated dependencies

This commit is contained in:
2022-08-01 10:35:58 +01:00
parent 76fa0649f2
commit ca12844268
4 changed files with 65 additions and 57 deletions
+3 -3
View File
@@ -20,11 +20,11 @@
"homepage": "https://github.com/krgamestudios/news-server#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.5.4",
"markdown-it": "^12.3.0",
"mariadb": "^3.0.1",
"markdown-it": "^13.0.1",
"sequelize": "^6.6.5"
},
"devDependencies": {