This commit is contained in:
dangered wolf 2024-05-01 01:13:21 -04:00
commit ae556ee026
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -10,9 +10,9 @@
"license": "MIT",
"dependencies": {
"@hono/sentry": "^1.0.1",
"i18next": "^23.8.2",
"i18next-icu": "^2.3.0",
"hono": "^4.2.9"
"hono": "^4.2.9",
"i18next": "^23.11.3",
"i18next-icu": "^2.3.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240423.0",
@ -4597,9 +4597,9 @@
}
},
"node_modules/i18next": {
"version": "23.8.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.2.tgz",
"integrity": "sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==",
"version": "23.11.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz",
"integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==",
"funding": [
{
"type": "individual",

View file

@ -39,7 +39,7 @@
},
"dependencies": {
"@hono/sentry": "^1.0.1",
"i18next": "^23.8.2",
"i18next": "^23.11.3",
"i18next-icu": "^2.3.0",
"hono": "^4.2.9"
}