From 8530c2bf0124a3107ec8bf0877427c94c3c8d24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:04:07 +0000 Subject: [PATCH] Bump next-auth from 4.3.1 to 4.10.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.1 to 4.10.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.3.1...next-auth@v4.10.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96b57b8..f136c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "mapbox-gl": "^2.7.0", "micro": "^9.3.4", "next": "12.1.0", - "next-auth": "^4.2.1", + "next-auth": "^4.10.3", "next-transpile-modules": "^9.0.0", "node-cache": "^5.1.2", "prisma": "^3.10.0", @@ -4472,9 +4472,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz", - "integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -4491,8 +4491,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18.0.0-0", - "react-dom": "^17.0.2 || ^18.0.0-0" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -9545,9 +9545,9 @@ } }, "next-auth": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.1.tgz", - "integrity": "sha512-DBYEPBLq5naIqh/1i2zEHljcA1OXXecKW3NRU1W4s6R3UX3RdLZ2lWlqgBHUiZQ1zdNikFM/bYQxVGyG7bx8oA==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 12532f9..aa73b8d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mapbox-gl": "^2.7.0", "micro": "^9.3.4", "next": "12.1.0", - "next-auth": "^4.2.1", + "next-auth": "^4.10.3", "next-transpile-modules": "^9.0.0", "node-cache": "^5.1.2", "prisma": "^3.10.0",