Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ packages:

catalogs:
devTools:
'@eslint/js': ^9.39.1
'@eslint/js': ^9.39.2
'@types/content-type': ^1.1.8
'@types/cors': ^2.8.17
'@types/cross-spawn': ^6.0.6
'@types/eventsource': ^1.1.15
'@types/express': ^5.0.0
'@types/express': ^5.0.6
'@types/express-serve-static-core': ^5.1.0
'@types/supertest': ^6.0.2
'@types/ws': ^8.5.12
'@typescript/native-preview': ^7.0.0-dev.20251217.1
eslint: ^9.8.0
eslint: ^9.39.2
eslint-config-prettier: ^10.1.8
eslint-plugin-n: ^17.23.1
prettier: 3.6.2
Expand All @@ -32,13 +32,13 @@ catalogs:
cross-spawn: ^7.0.5
eventsource: ^3.0.2
eventsource-parser: ^3.0.0
jose: ^6.1.1
jose: ^6.1.3
runtimeServerOnly:
'@hono/node-server': ^1.19.8
'@hono/node-server': ^1.19.9
content-type: ^1.0.5
cors: ^2.8.5
express: ^5.2.1
hono: ^4.11.1
hono: ^4.11.4
raw-body: ^3.0.0
runtimeShared:
'@cfworker/json-schema': ^4.1.1
Expand All @@ -56,6 +56,8 @@ linkWorkspacePackages: deep
minimumReleaseAge: 10080 # 7 days
minimumReleaseAgeExclude:
- '@modelcontextprotocol/conformance'
- hono@4.11.4 # fixes https://github.com/advisories/GHSA-3vhc-576x-3qv4 https://github.com/advisories/GHSA-f67f-6cw9-8mq4
- '@hono/node-server@1.19.9' # https://github.com/honojs/node-server/pull/295

onlyBuiltDependencies:
- better-sqlite3
Expand Down
Loading