diff --git a/apps/storefront/package.json b/apps/storefront/package.json index c6cf8d9..3a9a3c2 100644 --- a/apps/storefront/package.json +++ b/apps/storefront/package.json @@ -27,12 +27,12 @@ "clsx": "^2.1.1", "editorjs-html": "3.4.3", "eslint-config-next": "15.3.3", - "jose": "^6.0.11", - "lodash": "4.17.21", + "jose": "^6.0.12", + "lodash": "4.17.23", "lucide-react": "^0.513.0", "negotiator": "1.0.0", - "next": "15.3.8", - "next-auth": "5.0.0-beta.28", + "next": "15.5.14", + "next-auth": "5.0.0-beta.30", "next-intl": "3.26.1", "nextjs-routes": "2.2.5", "nuqs": "2.4.3", @@ -45,7 +45,7 @@ "ts-invariant": "0.10.3", "usehooks-ts": "3.1.1", "xss": "1.0.15", - "zod": "^3.25.57" + "zod": "^4.3.6" }, "devDependencies": { "@graphql-typed-document-node/core": "3.2.0", @@ -70,7 +70,7 @@ "eslint-config-custom": "workspace:*", "file-loader": "6.2.0", "pino": "9.7.0", - "postcss": "^8.5.6", + "postcss": "^8.5.8", "semantic-release": "24.2.5", "tailwindcss": "^3.4.17", "ts-toolbelt": "^9.6.0", diff --git a/apps/stripe/package.json b/apps/stripe/package.json index 5722019..d6910b1 100644 --- a/apps/stripe/package.json +++ b/apps/stripe/package.json @@ -23,17 +23,17 @@ "@vercel/otel": "^1.12.0", "clsx": "2.1.1", "eslint-config-next": "15.3.3", - "jose": "^6.0.11", - "lodash": "4.17.21", + "jose": "^6.0.12", + "lodash": "4.17.23", "lucide-react": "^0.513.0", - "next": "15.3.8", + "next": "15.5.14", "react": "19.1.4", "react-dom": "19.1.4", "react-hook-form": "7.57.0", "stripe": "17.6.0", "tailwind-merge": "2.6.0", "ts-invariant": "0.10.3", - "zod": "^3.25.57" + "zod": "^4.3.6" }, "devDependencies": { "@graphql-typed-document-node/core": "3.2.0", @@ -52,7 +52,7 @@ "dotenv": "16.5.0", "eslint": "^8.57.0", "eslint-config-custom": "workspace:*", - "postcss": "^8.5.6", + "postcss": "^8.5.8", "tailwindcss": "^3.4.17", "ts-essentials": "10.1.1", "tsconfig": "workspace:*",