mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
fix(deps): update dependency hono to ^4.3.6
This commit is contained in:
parent
ed5c3a387b
commit
c69435e9f8
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.1.0",
|
||||
"hono": "^4.3.5",
|
||||
"hono": "^4.3.6",
|
||||
"i18next": "^23.11.4",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -4563,9 +4563,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.3.5",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.5.tgz",
|
||||
"integrity": "sha512-uiyrxCoklnpUMwRif6smNUp2psn7tfe0NP2B5/7N0U24yqQZJOPVUbpmp5apsaAf4sYFAX/eW06GoV/9srtNhQ==",
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.6.tgz",
|
||||
"integrity": "sha512-2IqXwrxWF4tG2AR7b5tMYn+KEnWK8UvdC/NUSbOKWj/Kj11OJqel58FxyiXLK5CcKLiL8aGtTe4lkBKXyaHMBQ==",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
"@hono/sentry": "^1.1.0",
|
||||
"i18next": "^23.11.4",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"hono": "^4.3.5"
|
||||
"hono": "^4.3.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue