Update dependency hono to ^3.12.6

This commit is contained in:
renovate[bot] 2024-01-19 01:17:56 +00:00
parent f68afc17e3
commit 303774eff0
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.5" "hono": "^3.12.6"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240117.0", "@cloudflare/workers-types": "^4.20240117.0",
@ -4458,9 +4458,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.12.5", "version": "3.12.6",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.5.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.6.tgz",
"integrity": "sha512-oIuZfMGwk/IUIAOW+9/VZhT4g99Wce39GYBs2nhY7386iYFAprI8vF2/+nfXjzlrY+CXGJ0+GxF833nN0oRp2w==", "integrity": "sha512-nnLMJbBA8k+tW8XD1Xt0BfNmJswppYF2pSOVo5U3DdU72SPYUjFkPg7/Q9KfkNcsrXzxFdJQ00JYjPGancmOOA==",
"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.5" "hono": "^3.12.6"
} }
} }