Update dependency hono to ^3.12.11

This commit is contained in:
renovate[bot] 2024-02-05 15:19:59 +00:00
parent 09fe74603a
commit 97110b18ab
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.10" "hono": "^3.12.11"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0", "@cloudflare/workers-types": "^4.20240129.0",
@ -5037,9 +5037,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.12.10", "version": "3.12.11",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.10.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.11.tgz",
"integrity": "sha512-cPfwx4Khp+sUUjwH770UHVXmKN5CsCj/G15oUXZIpKMO2EdyTovSef9ptXSlvR6hz0yZSWorypIfwO6n2K0gFQ==", "integrity": "sha512-LSpxVgIMR3UzyFiXZaPvqBUGqyOKG0LMZqgMn2RXz9f+YAdkHSfFQQX0dtU72fPm5GnEMh5AYXs0ek5NYgMOmA==",
"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.10" "hono": "^3.12.11"
} }
} }