Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Aug 3, 2023
1 parent 35a8fb3 commit 1e9aeae
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 339 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,37 @@
"@types/jsonwebtoken": "^9.0.2",
"@types/node-fetch": "^2.6.4",
"@types/node-schedule": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"chai": "^4.3.7",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.22",
"prisma": "^4.16.1",
"socket.io-client": "^4.6.2",
"nodemon": "^3.0.1",
"prisma": "^5.1.1",
"socket.io-client": "^4.7.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"dependencies": {
"@brecert/flakeid": "^2.0.1",
"@prisma/client": "^4.16.1",
"@prisma/client": "^5.1.1",
"@socket.io/redis-adapter": "^8.2.1",
"@types/node": "^18.16.18",
"@types/node": "^20.4.6",
"bcrypt": "^5.1.0",
"connect-busboy": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"firebase-admin": "^11.9.0",
"firebase-admin": "^11.10.1",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"node-fetch": "^2.6.11",
"jsonwebtoken": "^9.0.1",
"node-fetch": "^2.6.12",
"node-html-parser": "^6.1.5",
"node-schedule": "^2.1.1",
"redis": "^4.6.7",
"socket.io": "^4.6.2",
"socket.io": "^4.7.2",
"supertest": "^6.3.3"
},
"engines": {
Expand Down
Loading

0 comments on commit 1e9aeae

Please sign in to comment.