Update dependency hono to ^3.12.3

This commit is contained in:
renovate[bot] 2024-01-12 09:38:07 +00:00
parent 6772518115
commit 6b55d7860e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hono/sentry": "^1.0.0", "@hono/sentry": "^1.0.0",
"hono": "^3.12.2" "hono": "^3.12.3"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0", "@cloudflare/workers-types": "^4.20231218.0",
@ -4492,9 +4492,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.12.2", "version": "3.12.3",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.2.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.3.tgz",
"integrity": "sha512-h8MlaLiWEeiqMtpQBBhWor4UTu/8bYWuv0yc7DaCRsG3Ny2rXdkXzrYrgc+FWXoyh06CL2QDB/HbjJ9XJLjEhw==", "integrity": "sha512-eymmA0t4YzoBlaZhfcJiR6wC9tIdIgx68fdHYCpbKf0RMYXux+uJjwuZSAa2pKPNXZd6K6oGgizqaiLDvQ5jzg==",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"
} }

View file

@ -39,6 +39,6 @@
}, },
"dependencies": { "dependencies": {
"@hono/sentry": "^1.0.0", "@hono/sentry": "^1.0.0",
"hono": "^3.12.2" "hono": "^3.12.3"
} }
} }