This commit is contained in:
dangered wolf 2024-01-31 17:19:35 -05:00
commit 87be51322a
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
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.8" "hono": "^3.12.9"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0", "@cloudflare/workers-types": "^4.20240129.0",
@ -4491,9 +4491,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "3.12.8", "version": "3.12.9",
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.8.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-3.12.9.tgz",
"integrity": "sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==", "integrity": "sha512-JhurtI3+VspowZoP3dv6BylhUPIpTWNRlBsVfb5UbI/tmMGqd6RpeexGO7RjnrSG9Vqwb1ydKp7HHTTcYJU5Zw==",
"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.8" "hono": "^3.12.9"
} }
} }