Updated dependencies

This commit is contained in:
2022-08-01 10:40:43 +01:00
parent fb4d857224
commit 9c5033daea
4 changed files with 41 additions and 36 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chat-server",
"version": "1.3.0",
"version": "1.3.1",
"description": "An API centric chat server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js",
"scripts": {
@@ -20,10 +20,10 @@
"homepage": "https://github.com/krgamestudios/chat-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",
"mariadb": "^3.0.1",
"sequelize": "^6.6.5",
"socket.io": "^4.1.3"
},