diff --git a/package-lock.json b/package-lock.json index 1ea5f12f..b4051795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "distube": "^5.0.2", "firebase": "^10.12.3", "genius-lyrics": "^4.4.7", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-fs-backend": "^2.3.1", "pino": "^9.2.0", "pino-pretty": "^11.2.1", @@ -2540,9 +2540,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", @@ -2557,7 +2557,6 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index 31ac6996..26311d21 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "distube": "^5.0.2", "firebase": "^10.12.3", "genius-lyrics": "^4.4.7", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-fs-backend": "^2.3.1", "pino": "^9.2.0", "pino-pretty": "^11.2.1",