diff --git a/package-lock.json b/package-lock.json index 5f287057e..240a35ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@next/third-parties": "^14.2.5", "@prisma/client": "^5.17.0", "@sanity/diff-match-patch": "^3.1.1", - "@t3-oss/env-nextjs": "^0.10.1", + "@t3-oss/env-nextjs": "^0.11.0", "@tanstack/react-query": "^5.51.11", "@trpc/client": "11.0.0-rc.466", "@trpc/next": "11.0.0-rc.466", @@ -48,7 +48,7 @@ "react-katex": "^3.0.1", "react-markdown": "^9.0.1", "react-player": "^2.16.0", - "react-resizable-panels": "^2.0.21", + "react-resizable-panels": "^2.0.22", "react-timeago": "^7.2.0", "rehype-katex": "^7.0.0", "remark-gfm": "^4.0.0", @@ -1739,9 +1739,9 @@ } }, "node_modules/@t3-oss/env-core": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.10.1.tgz", - "integrity": "sha512-GcKZiCfWks5CTxhezn9k5zWX3sMDIYf6Kaxy2Gx9YEQftFcz8hDRN56hcbylyAO3t4jQnQ5ifLawINsNgCDpOg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@t3-oss/env-core/-/env-core-0.11.0.tgz", + "integrity": "sha512-PSalC5bG0a7XbyoLydiQdAnx3gICX6IQNctvh+TyLrdFxsxgocdj9Ui7sd061UlBzi+z4aIGjnem1kZx9QtUgQ==", "peerDependencies": { "typescript": ">=5.0.0", "zod": "^3.0.0" @@ -1753,11 +1753,11 @@ } }, "node_modules/@t3-oss/env-nextjs": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.10.1.tgz", - "integrity": "sha512-iy2qqJLnFh1RjEWno2ZeyTu0ufomkXruUsOZludzDIroUabVvHsrSjtkHqwHp1/pgPUzN3yBRHMILW162X7x2Q==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@t3-oss/env-nextjs/-/env-nextjs-0.11.0.tgz", + "integrity": "sha512-gcRrY2CzSMSrxDf5+fKCUfzbBK125IxOcJHcoMVdjcTmYxEgIZFZ5qPPtngOY3UmTeXSqRZOGuNiosqWTFTkMw==", "dependencies": { - "@t3-oss/env-core": "0.10.1" + "@t3-oss/env-core": "0.11.0" }, "peerDependencies": { "typescript": ">=5.0.0", @@ -7645,9 +7645,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-resizable-panels": { - "version": "2.0.21", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.21.tgz", - "integrity": "sha512-rFRjZ2sJ+iut0hY+5NtIxoIRlQqTWqZ6rMNahaZeZDpRPQyg8xiKjrlvXMq52WswFwpg47GFJcxn7f9uAFnZsQ==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.0.22.tgz", + "integrity": "sha512-G8x8o7wjQxCG+iF4x4ngKVBpe0CY+DAZ/SaiDoqBEt0yuKJe9OE/VVYMBMMugQ3GyQ65NnSJt23tujlaZZe75A==", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 48cd252c7..d2bbc1df4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@next/third-parties": "^14.2.5", "@prisma/client": "^5.17.0", "@sanity/diff-match-patch": "^3.1.1", - "@t3-oss/env-nextjs": "^0.10.1", + "@t3-oss/env-nextjs": "^0.11.0", "@tanstack/react-query": "^5.51.11", "@trpc/client": "11.0.0-rc.466", "@trpc/next": "11.0.0-rc.466", @@ -57,7 +57,7 @@ "react-katex": "^3.0.1", "react-markdown": "^9.0.1", "react-player": "^2.16.0", - "react-resizable-panels": "^2.0.21", + "react-resizable-panels": "^2.0.22", "react-timeago": "^7.2.0", "rehype-katex": "^7.0.0", "remark-gfm": "^4.0.0",