Skip to content

Commit

Permalink
chore(deps): update dependency next to v14 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 9931492 commit a0b09ef
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 97 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"date-fns": "^2.30.0",
"next": "^13.5.6",
"next": "^14.0.0",
"next-auth": "^4.24.7",
"prisma": "^4.16.2",
"qs": "^6.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^20.10.3",
"next": "^13.5.6",
"next": "^14.0.0",
"next-auth": "^4.24.7",
"typescript": "^5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^20.10.3",
"@types/qs": "^6.9.10",
"typescript": "^5.3.2",
"next": "^13.5.6"
"next": "^14.0.0"
},
"dependencies": {
"hono": "^3.11.7",
Expand Down
Loading

0 comments on commit a0b09ef

Please sign in to comment.