fix(deps): update dependency i18next to ^23.11.5

This commit is contained in:
renovate[bot] 2024-05-20 22:15:35 +00:00
parent e165be39fb
commit e3970bc8be
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@hono/sentry": "^1.1.0", "@hono/sentry": "^1.1.0",
"hono": "^4.3.8", "hono": "^4.3.8",
"i18next": "^23.11.4", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0" "i18next-icu": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
@ -4988,9 +4988,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "23.11.4", "version": "23.11.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz",
"integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==", "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -5005,6 +5005,7 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.23.2" "@babel/runtime": "^7.23.2"
} }

View file

@ -39,7 +39,7 @@
}, },
"dependencies": { "dependencies": {
"@hono/sentry": "^1.1.0", "@hono/sentry": "^1.1.0",
"i18next": "^23.11.4", "i18next": "^23.11.5",
"i18next-icu": "^2.3.0", "i18next-icu": "^2.3.0",
"hono": "^4.3.8" "hono": "^4.3.8"
} }