Update dependency hono to ^3.12.12

This commit is contained in:
renovate[bot] 2024-02-07 19:53:54 +00:00
parent 2241b3ee50
commit c44774c4bc
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.11" "hono": "^3.12.12"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0", "@cloudflare/workers-types": "^4.20240129.0",
@ -5071,9 +5071,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.12.11", "version": "3.12.12",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.11.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.12.tgz",
"integrity": "sha512-LSpxVgIMR3UzyFiXZaPvqBUGqyOKG0LMZqgMn2RXz9f+YAdkHSfFQQX0dtU72fPm5GnEMh5AYXs0ek5NYgMOmA==", "integrity": "sha512-5IAMJOXfpA5nT+K0MNjClchzz0IhBHs2Szl7WFAhrFOsbtQsYmNynFyJRg/a3IPsmCfxcrf8txUGiNShXpK5Rg==",
"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.11" "hono": "^3.12.12"
} }
} }