Skip to content

Commit

Permalink
Merge pull request #126 from serenity-kit/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade server
  • Loading branch information
nikgraf authored Oct 25, 2024
2 parents 0ed465a + e78092b commit 5451305
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 300 deletions.
14 changes: 7 additions & 7 deletions examples/server-with-password-reset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"type": "module",
"dependencies": {
"@serenity-kit/opaque": "workspace:*",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"redis": "^4.6.12",
"zod": "^3.22.4"
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"redis": "^4.7.0",
"zod": "^3.23.8"
},
"scripts": {
"dev": "node ./src/server.js"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21"
}
}
Loading

0 comments on commit 5451305

Please sign in to comment.