fix(deps): update dependency hono to ^4.4.7

This commit is contained in:
renovate[bot] 2024-06-19 08:20:43 +00:00
parent 77418829e4
commit af5bf282cd
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.1.0", "@hono/sentry": "^1.1.0",
"hono": "^4.4.6", "hono": "^4.4.7",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
@ -5350,9 +5350,9 @@
} }
}, },
"node_modules/hono": { "node_modules/hono": {
"version": "4.4.6", "version": "4.4.7",
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.6.tgz", "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.7.tgz",
"integrity": "sha512-XGRnoH8WONv60+PPvP9Sn067A9r/8JdHDJ5bgon0DVEHeR1cJPkWjv2aT+DBfMH9/mEkYa1+VEVFp1DT1lIwjw==", "integrity": "sha512-WoQWFQyVFEVRtIzP5sHPv7nvIw+RYL/HRnvnOCDxj6A+BtrwuC9S0vryZbV4IyFcNgOJ87r/phDiC1x2eEo4Gg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"

View file

@ -41,6 +41,6 @@
"@hono/sentry": "^1.1.0", "@hono/sentry": "^1.1.0",
"i18next": "^23.11.5", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.4.6" "hono": "^4.4.7"
} }
} }