fix(deps): update dependency hono to ^4.3.1

This commit is contained in:
renovate[bot] 2024-05-04 10:04:10 +00:00
parent 73cd7dd961
commit 5e6a46c739
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.1.0",
"hono": "^4.3.0",
"hono": "^4.3.1",
"i18next": "^23.11.3",
"i18next-icu": "^2.3.0"
},
@ -4563,9 +4563,9 @@
}
},
"node_modules/hono": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.0.tgz",
"integrity": "sha512-rf9142VLQNMVBj+BjVLISgDWDxnJGUIuX39dvqcdySwr2gTsPfsqW1twWDUjfwQNWm9hEn40MpDu9RFGUN+e8A==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.1.tgz",
"integrity": "sha512-yw/m4lZCuPpVJUQXyoeCy4uHXmq/osMxfEM8jMKGMr2V1OuL3vYybLrtoGj3GxC2wKIcMZO20i9nDMuZGkExNw==",
"engines": {
"node": ">=16.0.0"
}

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.1.0",
"i18next": "^23.11.3",
"i18next-icu": "^2.3.0",
"hono": "^4.3.0"
"hono": "^4.3.1"
}
}