diff --git a/package-lock.json b/package-lock.json index 984b036..e6ddb46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/express": "4.17.21", "@types/jest": "29.5.13", - "@types/node": "20.16.6", + "@types/node": "20.16.9", "eslint": "8.57.1", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-deprecation": "3.0.0", @@ -2867,9 +2867,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.16.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.6.tgz", - "integrity": "sha512-T7PpxM/6yeDE+AdlVysT62BX6/bECZOmQAgiFg5NoBd5MQheZ3tzal7f1wvzfiEcmrcJNRi2zRr2nY2zF+0uqw==", + "version": "20.16.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.9.tgz", + "integrity": "sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==", "devOptional": true, "license": "MIT", "dependencies": { @@ -2901,9 +2901,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz", - "integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==", + "version": "18.3.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.9.tgz", + "integrity": "sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ==", "devOptional": true, "license": "MIT", "dependencies": { @@ -8575,9 +8575,10 @@ } }, "node_modules/next-auth": { - "version": "4.24.7", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.7.tgz", - "integrity": "sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==", + "version": "4.24.8", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.8.tgz", + "integrity": "sha512-SLt3+8UCtklsotnz2p+nB4aN3IHNmpsQFAZ24VLxGotWGzSxkBh192zxNhm/J5wgkcrDWVp0bwqvW0HksK/Lcw==", + "license": "ISC", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -8590,12 +8591,16 @@ "uuid": "^8.3.2" }, "peerDependencies": { + "@auth/core": "0.34.2", "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { + "@auth/core": { + "optional": true + }, "nodemailer": { "optional": true } @@ -11795,7 +11800,7 @@ "class-variance-authority": "0.7.0", "clsx": "2.1.1", "next": "14.2.13", - "next-auth": "4.24.7", + "next-auth": "4.24.8", "next-themes": "0.3.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -11807,7 +11812,7 @@ "devDependencies": { "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.1", - "@types/react": "18.3.8", + "@types/react": "18.3.9", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.20", "eslint-config-next": "14.2.13", diff --git a/package.json b/package.json index 3fae82d..318759f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@types/express": "4.17.21", "@types/jest": "29.5.13", - "@types/node": "20.16.6", + "@types/node": "20.16.9", "eslint": "8.57.1", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-deprecation": "3.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6447606..604ee7a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -24,7 +24,7 @@ "class-variance-authority": "0.7.0", "clsx": "2.1.1", "next": "14.2.13", - "next-auth": "4.24.7", + "next-auth": "4.24.8", "next-themes": "0.3.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -36,7 +36,7 @@ "devDependencies": { "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.1", - "@types/react": "18.3.8", + "@types/react": "18.3.9", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.20", "eslint-config-next": "14.2.13",