mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Bumps [next](https://github.com/vercel/next.js) from 9.5.3 to 9.5.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v9.5.3...v9.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nico Domino <yo@ndo.dev>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "next-auth-test",
|
|
"version": "0.0.1",
|
|
"description": "Test application for NextAuth.js",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"author": "Iain Collins <me@iaincollins.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"next": "^9.5.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
}
|
|
}
|