diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-21 15:17:50 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-21 15:17:50 +0700 |
| commit | a333ab4a001ace4171b3c567a603b0888c9b46cf (patch) | |
| tree | 06a136a3cc1fd0d043a62079e7e38fd8513bc2ca /package-lock.json | |
| parent | Bump axios from 1.4.0 to 1.6.0 (#99) (diff) | |
| download | moopa-a333ab4a001ace4171b3c567a603b0888c9b46cf.tar.xz moopa-a333ab4a001ace4171b3c567a603b0888c9b46cf.zip | |
Bump next-auth from 4.22.3 to 4.24.5 (#102)
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.3 to 4.24.5.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.5)
---
updated-dependencies:
- dependency-name: next-auth
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index af38236..5183bfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "hls.js": "^1.3.2", "ioredis": "^5.3.2", "next": "^13.5.5", - "next-auth": "^4.22.0", + "next-auth": "^4.24.5", "next-pwa": "^5.6.0", "nextjs-progressbar": "^0.0.16", "rate-limiter-flexible": "^3.0.0", @@ -6665,9 +6665,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", - "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -6680,7 +6680,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" |