From d566244e10d55c643618369c27ac27c20d914b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:29:15 -0400 Subject: [PATCH] Bump next-auth from 4.3.2 to 4.5.0 in /clients/privacy-center (#694) Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.2 to 4.5.0. - [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.2...next-auth@v4.5.0) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- clients/privacy-center/package-lock.json | 18 +++++++++--------- clients/privacy-center/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/clients/privacy-center/package-lock.json b/clients/privacy-center/package-lock.json index 1d600b58d..40e244336 100644 --- a/clients/privacy-center/package-lock.json +++ b/clients/privacy-center/package-lock.json @@ -15,7 +15,7 @@ "formik": "^2.2.9", "framer-motion": "^5", "next": "12.1.0", - "next-auth": "^4.3.2", + "next-auth": "^4.5.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, @@ -9103,9 +9103,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", - "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.5.0.tgz", + "integrity": "sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -9122,8 +9122,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": { @@ -17772,9 +17772,9 @@ } }, "next-auth": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.2.tgz", - "integrity": "sha512-yj9HN9p81Fg3dkrq4Y0FxjfgupiABac7o+ve47j5GPLjo1qE2FFX1pr7g7mwQ1HDUCoGhLmgBpFBR8+pdWgFfQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.5.0.tgz", + "integrity": "sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/clients/privacy-center/package.json b/clients/privacy-center/package.json index dcb3a9f10..c4e350107 100644 --- a/clients/privacy-center/package.json +++ b/clients/privacy-center/package.json @@ -25,7 +25,7 @@ "formik": "^2.2.9", "framer-motion": "^5", "next": "12.1.0", - "next-auth": "^4.3.2", + "next-auth": "^4.5.0", "react": "^17.0.2", "react-dom": "^17.0.2" },