diff --git a/ui/package-lock.json b/ui/package-lock.json index 7e28386d9..ff97e33fe 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-storybook": "^0.11.1", "iron-session": "^8.0.4", "next": "^14.2.20", - "next-auth": "^4.24.10", + "next-auth": "^4.24.11", "next-intl": "^3.26.0", "next-logger": "^5.0.1", "pino": "^9.5.0", @@ -15412,9 +15412,9 @@ } }, "node_modules/next-auth": { - "version": "4.24.10", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.10.tgz", - "integrity": "sha512-8NGqiRO1GXBcVfV8tbbGcUgQkAGsX4GRzzXXea4lDikAsJtD5KiEY34bfhUOjHLvr6rT6afpcxw2H8EZqOV6aQ==", + "version": "4.24.11", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.11.tgz", + "integrity": "sha512-pCFXzIDQX7xmHFs4KVH4luCjaCbuPRtZ9oBUjUhOk84mZ9WVPf94n87TxYI4rSRf9HmfHEF8Yep3JrYDVOo3Cw==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -15430,8 +15430,8 @@ "@auth/core": "0.34.2", "next": "^12.2.5 || ^13 || ^14 || ^15", "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18", - "react-dom": "^17.0.2 || ^18" + "react": "^17.0.2 || ^18 || ^19", + "react-dom": "^17.0.2 || ^18 || ^19" }, "peerDependenciesMeta": { "@auth/core": { diff --git a/ui/package.json b/ui/package.json index 011bdf1bc..fe7f0f8e8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "eslint-plugin-storybook": "^0.11.1", "iron-session": "^8.0.4", "next": "^14.2.20", - "next-auth": "^4.24.10", + "next-auth": "^4.24.11", "next-intl": "^3.26.0", "next-logger": "^5.0.1", "pino": "^9.5.0",