Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza committed Aug 5, 2024
1 parent d1a28aa commit 2fc17c2
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 177 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"start": "node --env-file=.env dist/index.js"
},
"dependencies": {
"@prisma/client": "^5.16.2",
"@prisma/client": "^5.17.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1"
"express-rate-limit": "^7.4.0"
},
"devDependencies": {
"@types/bad-words": "^3.0.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"@types/node": "^22.1.0",
"bad-words": "^3.0.4",
"eslint": "^8.57.0",
"eslint-config-neon": "^0.1.62",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"prisma": "^5.16.2",
"typescript": "^5.5.3"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 2fc17c2

Please sign in to comment.