diff --git a/package-lock.json b/package-lock.json index ecae34c4..64fd2614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "graphql": "^16.10.0", "graphql-config": "^5.1.3", - "i18next": "^24.2.2", + "i18next": "^25.0.0", "javascript-time-ago": "^2.5.11", "js-yaml": "^4.1.0", "oidc-client-ts": "^3.1.0", @@ -7145,9 +7145,9 @@ } }, "node_modules/i18next": { - "version": "24.2.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.3.tgz", - "integrity": "sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.0.0.tgz", + "integrity": "sha512-POPvwjOPR1GQvRnbikTMPEhQD+ekd186MHE6NtVxl3Lby+gPp0iq60eCqGrY6wfRnp1lejjFNu0EKs1afA322w==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 806b487f..a3bedca1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "graphql": "^16.10.0", "graphql-config": "^5.1.3", - "i18next": "^24.2.2", + "i18next": "^25.0.0", "javascript-time-ago": "^2.5.11", "js-yaml": "^4.1.0", "oidc-client-ts": "^3.1.0",