Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Jan 30, 2025
1 parent b6c83a1 commit b62b345
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
34 changes: 19 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Fsh Chat",
"name": "fsh-chat",
"version": "1.0.0",
"description": "A browser chat app with lots of features",
"main": "index.js",
Expand All @@ -13,13 +13,10 @@
"rooms",
"uncensored"
],
"author": [
"frostzzone",
"inventionpro"
],
"author": "frostzzone & inventionpro",
"license": "",
"dependencies": {
"express": "^4.21.1",
"socket.io": "^4.7.5"
"express": "^4.21.2",
"socket.io": "^4.8.1"
}
}
}

0 comments on commit b62b345

Please sign in to comment.