diff --git a/package-lock.json b/package-lock.json index a85999e..74409f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@solana/spl-token-registry": "^0.2.4574", "@solana/web3.js": "^1.91.8", "dotenv": "^16.4.5", - "hono": "^4.4.7", + "hono": "^4.6.12", "mathjs": "^13.0.0", "mime-types": "^2.1.35" }, @@ -715,10 +715,12 @@ } }, "node_modules/hono": { - "version": "4.4.7", + "version": "4.6.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.12.tgz", + "integrity": "sha512-eHtf4kSDNw6VVrdbd5IQi16r22m3s7mWPLd7xOMhg1a/Yyb1A0qpUFq8xYMX4FMuDe1nTKeMX5rTx7Nmw+a+Ag==", "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" } }, "node_modules/humanize-ms": { diff --git a/package.json b/package.json index 19ff91e..a19dc78 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solana/spl-token-registry": "^0.2.4574", "@solana/web3.js": "^1.91.8", "dotenv": "^16.4.5", - "hono": "^4.4.7", + "hono": "^4.6.12", "mathjs": "^13.0.0", "mime-types": "^2.1.35" },