fix(deps): update dependency i18next to ^23.12.6

This commit is contained in:
renovate[bot] 2024-08-15 17:12:42 +00:00
parent 0a6c543d3e
commit 85a85d5be9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@hono/sentry": "^1.2.0", "@hono/sentry": "^1.2.0",
"hono": "^4.5.5", "hono": "^4.5.5",
"i18next": "^23.12.3", "i18next": "^23.12.6",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
@ -5413,9 +5413,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "23.12.3", "version": "23.12.6",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.3.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.6.tgz",
"integrity": "sha512-DyigQmrR10V9U2N6pjhbfahW13GY7n8BQD9swN09JuRRropgsksWVi4vRLeex0Qf7zCPnBfIqQfhcBzdZBQBYw==", "integrity": "sha512-dhvsB9zXgcWfaLHMmiHcwtMm1ZHrG0bOtECsijvFvWU5XUHrSeeoAhGCQMLC0fwXzvXvZ04ZlMkcHPu52DViGA==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",

View file

@ -39,7 +39,7 @@
}, },
"dependencies": { "dependencies": {
"@hono/sentry": "^1.2.0", "@hono/sentry": "^1.2.0",
"i18next": "^23.12.3", "i18next": "^23.12.6",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.5.5" "hono": "^4.5.5"
} }