From a32a0cd081274b2774ddfd575cad1d5d77b8fbd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:29:18 +0000 Subject: [PATCH] Update dependency next-auth to v4.18.10 --- 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 91ba478..82e0f95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.41.0", "mongoose": "6.8.4", "next": "^13.1.1", - "next-auth": "4.18.9", + "next-auth": "4.18.10", "next-axiom": "0.16.0", "next-mdx-remote": "4.3.0", "nodemailer": "^6.8.0", @@ -8639,9 +8639,9 @@ } }, "node_modules/next-auth": { - "version": "4.18.9", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.9.tgz", - "integrity": "sha512-bcwgyVBFsl16eBs4XV4O327fS/zvr0X2smOy7Nha6hzB9bI8Yq95atM9F1vwXlLk2oHScj/DSoVUYv05gTjB3g==", + "version": "4.18.10", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.10.tgz", + "integrity": "sha512-j2JVyH7byZ2eqXlOqNLpOO7gOlAkTzblxLZNeZihKCeIabYFHNdAJgUvVahhnHs3pZ4xaa3ZqGQHgi1uE97L9Q==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -17947,9 +17947,9 @@ } }, "next-auth": { - "version": "4.18.9", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.9.tgz", - "integrity": "sha512-bcwgyVBFsl16eBs4XV4O327fS/zvr0X2smOy7Nha6hzB9bI8Yq95atM9F1vwXlLk2oHScj/DSoVUYv05gTjB3g==", + "version": "4.18.10", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.18.10.tgz", + "integrity": "sha512-j2JVyH7byZ2eqXlOqNLpOO7gOlAkTzblxLZNeZihKCeIabYFHNdAJgUvVahhnHs3pZ4xaa3ZqGQHgi1uE97L9Q==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index 6a9170c..0b39ad6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.41.0", "mongoose": "6.8.4", "next": "^13.1.1", - "next-auth": "4.18.9", + "next-auth": "4.18.10", "next-axiom": "0.16.0", "next-mdx-remote": "4.3.0", "nodemailer": "^6.8.0",