Skip to content

Commit a31c0ea

Browse files
renovate[bot]joulev
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 5ac81e1 commit a31c0ea

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

bun.lockb

-6.48 KB
Binary file not shown.

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,60 +17,60 @@
1717
},
1818
"packageManager": "[email protected]",
1919
"dependencies": {
20-
"@ai-sdk/openai": "1.3.12",
21-
"@auth/core": "0.38.0",
22-
"@aws-sdk/client-s3": "3.787.0",
23-
"@aws-sdk/s3-request-presigner": "3.787.0",
20+
"@ai-sdk/openai": "1.3.21",
21+
"@auth/core": "0.39.0",
22+
"@aws-sdk/client-s3": "3.799.0",
23+
"@aws-sdk/s3-request-presigner": "3.799.0",
2424
"@biomejs/biome": "1.9.4",
25-
"@discordjs/builders": "1.10.1",
25+
"@discordjs/builders": "1.11.1",
2626
"@graphql-codegen/cli": "5.0.5",
2727
"@graphql-codegen/client-preset": "4.8.0",
2828
"@graphql-codegen/typescript": "4.1.6",
2929
"@graphql-typed-document-node/core": "3.2.0",
3030
"@mdx-js/loader": "3.1.0",
3131
"@mdx-js/react": "3.1.0",
3232
"@neondatabase/serverless": "1.0.0",
33-
"@next/mdx": "15.3.0",
33+
"@next/mdx": "15.3.1",
3434
"@paralleldrive/cuid2": "2.2.2",
3535
"@parcel/watcher": "2.5.1",
36-
"@radix-ui/react-dialog": "1.1.7",
37-
"@radix-ui/react-dropdown-menu": "2.1.7",
38-
"@radix-ui/react-navigation-menu": "1.2.6",
39-
"@radix-ui/react-progress": "1.1.3",
40-
"@radix-ui/react-scroll-area": "1.2.4",
41-
"@radix-ui/react-select": "2.1.7",
42-
"@radix-ui/react-slider": "1.2.4",
36+
"@radix-ui/react-dialog": "1.1.11",
37+
"@radix-ui/react-dropdown-menu": "2.1.12",
38+
"@radix-ui/react-navigation-menu": "1.2.10",
39+
"@radix-ui/react-progress": "1.1.4",
40+
"@radix-ui/react-scroll-area": "1.2.6",
41+
"@radix-ui/react-select": "2.2.2",
42+
"@radix-ui/react-slider": "1.3.2",
4343
"@radix-ui/react-slot": "1.2.0",
4444
"@react-google-maps/api": "2.20.6",
45-
"@t3-oss/env-nextjs": "0.12.0",
45+
"@t3-oss/env-nextjs": "0.13.0",
4646
"@tailwindcss/typography": "0.5.16",
47-
"@types/bun": "1.2.9",
47+
"@types/bun": "1.2.11",
4848
"@types/google-maps": "4.0.0",
4949
"@types/mdx": "2.0.13",
50-
"@types/node": "22.14.1",
50+
"@types/node": "22.15.3",
5151
"@types/nprogress": "0.2.3",
5252
"@types/react": "npm:[email protected]",
5353
"@types/react-dom": "npm:[email protected]",
5454
"@vercel/analytics": "1.5.0",
5555
"@vercel/speed-insights": "1.2.0",
56-
"ai": "4.3.7",
56+
"ai": "4.3.12",
5757
"autoprefixer": "10.4.21",
5858
"concurrently": "9.1.2",
5959
"cva": "1.0.0-beta.3",
60-
"discord-api-types": "0.37.120",
60+
"discord-api-types": "0.38.1",
6161
"dotenv": "16.5.0",
6262
"drizzle-kit": "0.31.0",
63-
"drizzle-orm": "0.42.0",
63+
"drizzle-orm": "0.43.1",
6464
"github-slugger": "2.0.0",
65-
"graphql": "16.10.0",
65+
"graphql": "16.11.0",
6666
"graphql-request": "7.1.2",
6767
"immer": "10.1.1",
6868
"next": "15.0.1",
69-
"next-auth": "5.0.0-beta.25",
69+
"next-auth": "5.0.0-beta.27",
7070
"next-axiom": "1.9.1",
7171
"nextjs-route-types": "2.0.1",
7272
"nprogress": "0.2.0",
73-
"nuqs": "2.4.2",
73+
"nuqs": "2.4.3",
7474
"octokit": "4.1.3",
7575
"postcss": "8.5.3",
7676
"react": "19.0.0-rc-fb9a90fa48-20240614",
@@ -85,16 +85,16 @@
8585
"remark-gfm": "4.0.1",
8686
"remark-math": "6.0.0",
8787
"sharp": "0.34.0",
88-
"shiki": "3.2.2",
88+
"shiki": "3.3.0",
8989
"tailwind-merge": "3.2.0",
9090
"tailwindcss": "3.4.17",
9191
"tailwindcss-animate": "1.0.7",
9292
"tailwindcss-bg-patterns": "0.3.0",
9393
"typescript": "5.8.3",
9494
"valibot": "1.0.0",
95-
"wrangler": "4.11.0",
95+
"wrangler": "4.14.0",
9696
"ytmusic-api": "5.3.0",
97-
"zod": "3.24.2"
97+
"zod": "3.24.3"
9898
},
9999
"trustedDependencies": ["@biomejs/biome", "@vercel/speed-insights", "sharp"],
100100
"overrides": {

0 commit comments

Comments
 (0)