Skip to content

Commit b962201

Browse files
fix: update auto merge on patch or minor
1 parent fe2334a commit b962201

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

packages/docs/tools/inversify-http-code-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"@types/multer": "2.1.0",
2424
"@types/node": "24.12.2",
2525
"@vitest/coverage-v8": "4.1.2",
26-
"better-auth": "1.5.6",
26+
"better-auth": "1.6.0",
2727
"better-sqlite3": "12.8.0",
2828
"eslint": "10.2.0",
2929
"express": "5.2.1",
3030
"express4": "npm:express@4.22.1",
3131
"fastify": "5.8.4",
3232
"glob": "13.0.6",
33-
"hono": "4.12.10",
33+
"hono": "4.12.11",
3434
"inversify": "8.1.0",
3535
"multer": "2.1.1",
3636
"prettier": "3.8.1",

packages/docs/tools/react-code-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tslib": "2.8.1",
3333
"typescript": "6.0.2",
3434
"typescript-eslint": "8.58.0",
35-
"vite": "8.0.3",
35+
"vite": "8.0.5",
3636
"vite-plugin-dts": "4.5.4",
3737
"vite-plugin-lib-inject-css": "2.2.2"
3838
},

packages/framework/http/libraries/better-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"better-sqlite3": "^12.8.0",
2727
"eslint": "10.2.0",
2828
"fastify": "5.8.4",
29-
"hono": "4.12.10",
29+
"hono": "4.12.11",
3030
"prettier": "3.8.1",
3131
"rimraf": "6.1.3",
3232
"tslib": "2.8.1",
@@ -55,7 +55,7 @@
5555
},
5656
"name": "@inversifyjs/http-better-auth",
5757
"peerDependencies": {
58-
"better-auth": "^1.5.6",
58+
"better-auth": "^1.6.0",
5959
"inversify": "^8.1.0"
6060
},
6161
"publishConfig": {

packages/framework/http/libraries/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"name": "@inversifyjs/http-hono",
4545
"peerDependencies": {
46-
"hono": "^4.12.10",
46+
"hono": "^4.12.11",
4747
"inversify": "^8.1.0"
4848
},
4949
"publishConfig": {

packages/framework/http/libraries/open-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"express": "5.2.1",
3434
"express4": "npm:express@4.22.1",
3535
"fastify": "5.8.4",
36-
"hono": "4.12.10",
36+
"hono": "4.12.11",
3737
"prettier": "3.8.1",
3838
"rimraf": "6.1.3",
3939
"tslib": "2.8.1",

packages/framework/http/libraries/sse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"express": "5.2.1",
2828
"express4": "npm:express@4.22.1",
2929
"fastify": "5.8.4",
30-
"hono": "4.12.10",
30+
"hono": "4.12.11",
3131
"inversify": "8.1.0",
3232
"prettier": "3.8.1",
3333
"rimraf": "6.1.3",

packages/framework/http/tools/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"express": "^5.2.1",
1717
"express4": "npm:express@4.22.1",
1818
"fastify": "^5.8.4",
19-
"hono": "^4.12.10",
19+
"hono": "^4.12.11",
2020
"inversify": "8.1.0",
2121
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.55.0"
2222
},

packages/framework/http/tools/http-benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"express": "5.2.1",
2121
"express4": "npm:express@4.22.1",
2222
"fastify": "5.8.4",
23-
"hono": "4.12.10",
23+
"hono": "4.12.11",
2424
"inversify": "^8.1.0",
2525
"rxjs": "7.8.2",
2626
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.55.0"

0 commit comments

Comments
 (0)