Skip to content

Commit 45b66cd

Browse files
fix(deps): update all non-major dependencies
1 parent 264c1c3 commit 45b66cd

File tree

3 files changed

+45
-33
lines changed

3 files changed

+45
-33
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: [Building]
3535
steps:
3636
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
37-
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
37+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
3838
with:
3939
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
4040
heroku_app_name: "radon-dev"
@@ -46,7 +46,7 @@ jobs:
4646
needs: [Building]
4747
steps:
4848
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
49-
- uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
49+
- uses: akhileshns/heroku-deploy@e3eb99d45a8e2ec5dca08735e089607befa4bf28 # v3.14.15
5050
with:
5151
heroku_api_key: ${{secrets.HEROKU_API_KEY2}}
5252
heroku_app_name: "radon-dev2"

bun.lock

Lines changed: 35 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typecheck": "tsc -b src"
2424
},
2525
"engines": {
26-
"node": "22.17.0"
26+
"node": "22.21.1"
2727
},
2828
"repository": {
2929
"type": "git",
@@ -60,9 +60,9 @@
6060
},
6161
"dependencies": {
6262
"@ai-sdk/google": "^3.0.2",
63-
"@ai-sdk/groq": "3.0.2",
63+
"@ai-sdk/groq": "3.0.4",
6464
"@devtomio/plugin-botlist": "1.3.0",
65-
"@prisma/client": "6.19.0",
65+
"@prisma/client": "6.19.1",
6666
"@sapphire/decorators": "6.2.0",
6767
"@sapphire/discord-utilities": "4.0.0",
6868
"@sapphire/discord.js-utilities": "7.3.3",
@@ -72,16 +72,16 @@
7272
"@sapphire/plugin-logger": "4.1.0",
7373
"@sapphire/stopwatch": "1.5.4",
7474
"@sapphire/utilities": "3.18.2",
75-
"ai": "6.0.6",
75+
"ai": "6.0.23",
7676
"colorette": "2.0.20",
7777
"colornames": "1.1.1",
7878
"confusables": "1.1.1",
7979
"discord.js": "14.25.1",
8080
"gradient-string": "3.0.0",
81-
"ioredis": "5.8.2",
82-
"prisma": "6.19.0",
83-
"undici": "7.16.0",
84-
"zod": "4.3.4"
81+
"ioredis": "5.9.1",
82+
"prisma": "6.19.1",
83+
"undici": "7.18.2",
84+
"zod": "4.3.5"
8585
},
8686
"prettier": "@sapphire/prettier-config",
8787
"lint-staged": {

0 commit comments

Comments
 (0)