From a49aa0e1248e87e71408c34b72b2ab0a7139da29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:14:56 +0000 Subject: [PATCH] build(deps): bump next-auth from 4.3.4 to 4.10.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.4 to 4.10.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.3.4...next-auth@v4.10.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5d5579..f697ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "joiful": "3.0.2", "jsondiffpatch": "0.4.1", "next": "12.1.6", - "next-auth": "4.3.4", + "next-auth": "4.10.3", "next-redux-wrapper": "7.0.5", "react": "18.1.0", "react-dom": "18.1.0", @@ -3448,9 +3448,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", - "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", + "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", @@ -7258,9 +7258,9 @@ } }, "next-auth": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.4.tgz", - "integrity": "sha512-8dGkNicbxY2BYsJq4uOJIEsGt39wXj5AViTBsVfbRQqtAFmZmXYHutf90VBmobm8rT2+Xl60HDUTkuVVK+x+xw==", + "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 2474a9e..8660e3f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "joiful": "3.0.2", "jsondiffpatch": "0.4.1", "next": "12.1.6", - "next-auth": "4.3.4", + "next-auth": "4.10.3", "next-redux-wrapper": "7.0.5", "react": "18.1.0", "react-dom": "18.1.0",