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",