1
mirror of https://github.com/jakejarvis/shortty.git synced 2025-10-18 14:34:25 -04:00
Files
shortty/package.json
dependabot[bot] 069e954e71 Bump hono from 4.7.5 to 4.9.7
Bumps [hono](https://github.com/honojs/hono) from 4.7.5 to 4.9.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.7.5...v4.9.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.9.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 21:35:23 +00:00

21 lines
345 B
JSON

{
"name": "shortty",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"hono": "^4.9.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250403.0",
"typescript": "^5.8.2",
"wrangler": "^4.7.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}