Update dependency hono to ^3.11.8

This commit is contained in:
renovate[bot] 2023-12-16 22:47:31 +00:00
parent fa2855fe38
commit 08c6ce1fb5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.0.0",
"hono": "^3.11.7"
"hono": "^3.11.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
@ -4412,9 +4412,9 @@
}
},
"node_modules/hono": {
"version": "3.11.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.7.tgz",
"integrity": "sha512-TcfAq7IdipF+9coxnuzYlSSBXbm9mTyWjjagLCv/2ampboNcKJdi+XCK5G48mHQtpI5+9Rj3J4FfcGgw9vzIww==",
"version": "3.11.8",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.8.tgz",
"integrity": "sha512-s+7FDN0CS0lAvooyj4oQw0PyEec7I+YuVg40gtFHuUrfHBEhKITrLu4dskTdeYn0Xvhbz7s4yRJebJx6gCN/5Q==",
"engines": {
"node": ">=16.0.0"
}

View file

@ -39,6 +39,6 @@
},
"dependencies": {
"@hono/sentry": "^1.0.0",
"hono": "^3.11.7"
"hono": "^3.11.8"
}
}