Skip to content

Commit 21a0405

Browse files
authored
fix: clear backend audit advisories (#41)
1 parent 4566c59 commit 21a0405

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
bun-version: 'latest'
1919
- name: Install dependencies
2020
run: bun install
21-
- name: Audit dependencies (informational)
22-
continue-on-error: true
21+
- name: Audit dependencies
2322
run: bun audit
2423
- name: Generate Prisma client
2524
run: bun run prisma:generate

bun.lock

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@prisma/client": "^7.3.0",
3636
"better-auth": "^1.4.18",
3737
"bullmq": "^5.67.2",
38-
"fastify": "^5.7.4",
38+
"fastify": "^5.8.2",
3939
"ioredis": "^5.9.2",
4040
"pg": "^8.18.0",
4141
"prisma": "^7.3.0",
@@ -48,9 +48,10 @@
4848
"typescript": "^5.9.3"
4949
},
5050
"overrides": {
51+
"@hono/node-server": "1.19.11",
5152
"ajv": "8.18.0",
5253
"fast-xml-parser": "5.3.8",
53-
"hono": "4.11.10",
54+
"hono": "4.12.5",
5455
"lodash": "4.17.23"
5556
}
5657
}

0 commit comments

Comments
 (0)