diff --git a/samples/affinidi-usecase-eventi/package-lock.json b/samples/affinidi-usecase-eventi/package-lock.json index c4bf4b2..fe2fb32 100644 --- a/samples/affinidi-usecase-eventi/package-lock.json +++ b/samples/affinidi-usecase-eventi/package-lock.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "^4.24.4", "next": "^14.2.11", "next-api-middleware": "^2.0.1", - "next-auth": "^4.22.0", + "next-auth": "^4.24.9", "qrcode.react": "^4.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -4085,9 +4085,10 @@ "peer": true }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -6541,13 +6542,14 @@ } }, "node_modules/next-auth": { - "version": "4.24.8", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.8.tgz", - "integrity": "sha512-SLt3+8UCtklsotnz2p+nB4aN3IHNmpsQFAZ24VLxGotWGzSxkBh192zxNhm/J5wgkcrDWVp0bwqvW0HksK/Lcw==", + "version": "4.24.9", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.9.tgz", + "integrity": "sha512-1eSvaJb5I3EIzSkU+HMBnLPQTD+q23CuBhWRW6PvT7x5wVHTAkOTpnLobczPjqra38ai8E6uSlVy/HSV3gecXw==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", - "cookie": "^0.5.0", + "cookie": "^0.7.0", "jose": "^4.15.5", "oauth": "^0.9.15", "openid-client": "^5.4.0", @@ -6557,7 +6559,7 @@ }, "peerDependencies": { "@auth/core": "0.34.2", - "next": "^12.2.5 || ^13 || ^14", + "next": "^12.2.5 || ^13 || ^14 || ^15", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" @@ -8751,4 +8753,4 @@ } } } -} \ No newline at end of file +} diff --git a/samples/affinidi-usecase-eventi/package.json b/samples/affinidi-usecase-eventi/package.json index fd77774..56a0f16 100644 --- a/samples/affinidi-usecase-eventi/package.json +++ b/samples/affinidi-usecase-eventi/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "^4.24.4", "next": "^14.2.11", "next-api-middleware": "^2.0.1", - "next-auth": "^4.22.0", + "next-auth": "^4.24.9", "qrcode.react": "^4.0.1", "react": "^18.2.0", "react-dom": "^18.2.0",