diff --git a/package-lock.json b/package-lock.json index c40cf7c..249c0ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,24 +30,24 @@ "@nixysoftware/auth-adapter-prisma-providers": "*", "@prisma/client": "^5.15.0", "@t3-oss/env-nextjs": "^0.11.0", - "next": "^14.2.15", + "next": "^14.0.4", "next-auth": "^4.24.5", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.22.4" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.2.15", + "@next/eslint-plugin-next": "^14.0.4", "@repo/eslint-config": "*", "@repo/typescript-config": "*", "@types/eslint": "^8.56.1", "@types/node": "^20.10.6", "@types/react": "^18.2.46", - "@types/react-dom": "^18.3.1", + "@types/react-dom": "^18.2.18", "eslint": "^8.56.0", "prisma": "^5.15.0", "prisma-import": "^1.0.4", - "typescript": "^5.6.3" + "typescript": "^5.3.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2871,9 +2871,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true, "license": "MIT" }, @@ -12092,7 +12092,7 @@ "devDependencies": { "@repo/eslint-config": "*", "@repo/typescript-config": "*", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.12", "@types/luxon": "^3.4.2", "@types/node": "^20.10.6", "@types/uuid": "^10.0.0", @@ -12101,7 +12101,7 @@ "lodash": "^4.17.21", "luxon": "^3.4.4", "prismock": "^1.26.1", - "typescript": "^5.6.3", + "typescript": "^5.3.3", "uuid": "^10.0.0", "vitest": "^1.2.1" }, @@ -12123,7 +12123,7 @@ "@types/node": "^20.10.6", "eslint": "^8.56.0", "tsx": "^4.7.0", - "typescript": "^5.6.3" + "typescript": "^5.3.3" } }, "packages/eslint-config": { @@ -12136,7 +12136,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-config-turbo": "^1.11.3", "eslint-plugin-only-warn": "^1.1.0", - "typescript": "^5.6.3" + "typescript": "^5.3.3" } }, "packages/typescript-config": {