Update dependency hono to ^3.10.2

This commit is contained in:
renovate[bot] 2023-11-21 10:58:51 +00:00
parent b53fe99831
commit b9e654a351
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.10.1" "hono": "^3.10.2"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0", "@cloudflare/workers-types": "^4.20231025.0",
@ -4233,9 +4233,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.10.1", "version": "3.10.2",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.10.1.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.10.2.tgz",
"integrity": "sha512-4jPKCmYWLAoCMpmvOU+xNOQYdcNftip7sM/IsO8EPyGAtjk9fGNyUchG6huSzLrY449WDNGFPetVs5doepNnlA==", "integrity": "sha512-QwJLjWs3e+nZ3b5nQrrdJpYCJqiTK744jeYhX7yhZdxwcQ3KIohBfzI2dA8gSF6HEZkmFUdiKL1BelJ8utIm4w==",
"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.10.1" "hono": "^3.10.2"
} }
} }