Update dependency hono to ^3.11.12

This commit is contained in:
renovate[bot] 2024-01-01 11:56:52 +00:00
parent 0d31502e6f
commit b331d50c17
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.11.11" "hono": "^3.11.12"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0", "@cloudflare/workers-types": "^4.20231218.0",
@ -4457,9 +4457,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.11.11", "version": "3.11.12",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.11.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.11.12.tgz",
"integrity": "sha512-E3Xv7LnOjg7VXiu+t+YplDEYXvkxpcTCzZ3RUFQlcNXclSME8aiQAYwWpJPT6MQRRpa4TG5RlOolqeYEDEK3wg==", "integrity": "sha512-TrxH75bc0m2UbvrhaXkoo32A9OhkJtvICAYgYWtxqLDOxBjRqSikyp4K7HTbnWkPeg9Z+2Q3nv0dN4o8kL6yLg==",
"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.11.11" "hono": "^3.11.12"
} }
} }