From ac90607b3fcff69f898c0a668df27ca2c68ad78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:26:22 +0000 Subject: [PATCH] Bump next-auth from 4.19.2 to 4.20.1 in /extensions/speechgpt Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.19.2 to 4.20.1. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.2...next-auth@4.20.1) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- extensions/speechgpt/package-lock.json | 32 +++++++++++++------------- extensions/speechgpt/package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/extensions/speechgpt/package-lock.json b/extensions/speechgpt/package-lock.json index 161b0ed7..1350dcae 100644 --- a/extensions/speechgpt/package-lock.json +++ b/extensions/speechgpt/package-lock.json @@ -13,8 +13,8 @@ "firebase-admin": "^11.5.0", "heroicons": "^2.0.16", "highlight.js": "^11.7.0", - "next": "latest", - "next-auth": "^4.19.2", + "next": "*", + "next-auth": "^4.20.1", "openai": "^3.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -4547,16 +4547,16 @@ } }, "node_modules/next-auth": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.19.2.tgz", - "integrity": "sha512-6V2YG3IJQVhgCAH7mvT3yopTW92gMdUrcwGX7NQ0dCreT/+axGua/JmVdarjec0C/oJukKpIYRgjMlV+L5ZQOQ==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", "dependencies": { - "@babel/runtime": "^7.16.3", - "@panva/hkdf": "^1.0.1", + "@babel/runtime": "^7.20.13", + "@panva/hkdf": "^1.0.2", "cookie": "^0.5.0", - "jose": "^4.9.3", + "jose": "^4.11.4", "oauth": "^0.9.15", - "openid-client": "^5.1.0", + "openid-client": "^5.4.0", "preact": "^10.6.3", "preact-render-to-string": "^5.1.19", "uuid": "^8.3.2" @@ -9557,16 +9557,16 @@ } }, "next-auth": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.19.2.tgz", - "integrity": "sha512-6V2YG3IJQVhgCAH7mvT3yopTW92gMdUrcwGX7NQ0dCreT/+axGua/JmVdarjec0C/oJukKpIYRgjMlV+L5ZQOQ==", + "version": "4.20.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", + "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", "requires": { - "@babel/runtime": "^7.16.3", - "@panva/hkdf": "^1.0.1", + "@babel/runtime": "^7.20.13", + "@panva/hkdf": "^1.0.2", "cookie": "^0.5.0", - "jose": "^4.9.3", + "jose": "^4.11.4", "oauth": "^0.9.15", - "openid-client": "^5.1.0", + "openid-client": "^5.4.0", "preact": "^10.6.3", "preact-render-to-string": "^5.1.19", "uuid": "^8.3.2" diff --git a/extensions/speechgpt/package.json b/extensions/speechgpt/package.json index ba474ce0..ae41fa20 100644 --- a/extensions/speechgpt/package.json +++ b/extensions/speechgpt/package.json @@ -15,7 +15,7 @@ "heroicons": "^2.0.16", "highlight.js": "^11.7.0", "next": "latest", - "next-auth": "^4.19.2", + "next-auth": "^4.20.1", "openai": "^3.2.1", "react": "^18.2.0", "react-dom": "^18.2.0",