mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Update dependency hono to ^3.12.2
This commit is contained in:
parent
d65372da27
commit
6772518115
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@hono/sentry": "^1.0.0",
|
||||
"hono": "^3.12.1"
|
||||
"hono": "^3.12.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231218.0",
|
||||
|
@ -4492,9 +4492,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "3.12.1",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.1.tgz",
|
||||
"integrity": "sha512-wCvww2YZ04whKJVXHDwtnx0x5Jzj0xtVUkguyj1zRDQ4qW1yKWcUTNCOa/H/wMHrHtXJmymlpIZIGUm3MwXlHA==",
|
||||
"version": "3.12.2",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-3.12.2.tgz",
|
||||
"integrity": "sha512-h8MlaLiWEeiqMtpQBBhWor4UTu/8bYWuv0yc7DaCRsG3Ny2rXdkXzrYrgc+FWXoyh06CL2QDB/HbjJ9XJLjEhw==",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
|
|
|
@ -39,6 +39,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hono/sentry": "^1.0.0",
|
||||
"hono": "^3.12.1"
|
||||
"hono": "^3.12.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue