diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3ef27e924..e8db64c90 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "i18next": "^25.3.2", "react": "^19.1.0", "react-dom": "^19.1.0", - "react-i18next": "^15.6.0", + "react-i18next": "^15.6.1", "swagger-ui-dist": "^5.27.0", "valibot": "^1.1.0", "vaul": "^1.1.2" @@ -11169,9 +11169,10 @@ } }, "node_modules/react-i18next": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.0.tgz", - "integrity": "sha512-W135dB0rDfiFmbMipC17nOhGdttO5mzH8BivY+2ybsQBbXvxWIwl3cmeH3T9d+YPBSJu/ouyJKFJTtkK7rJofw==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.6.1.tgz", + "integrity": "sha512-uGrzSsOUUe2sDBG/+FJq2J1MM+Y4368/QW8OLEKSFvnDflHBbZhSd1u3UkW0Z06rMhZmnB/AQrhCpYfE5/5XNg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index 889db55c0..a6e4abcae 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "i18next": "^25.3.2", "react": "^19.1.0", "react-dom": "^19.1.0", - "react-i18next": "^15.6.0", + "react-i18next": "^15.6.1", "swagger-ui-dist": "^5.27.0", "valibot": "^1.1.0", "vaul": "^1.1.2"