diff --git a/package-lock.json b/package-lock.json index 771f515..ce1df1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "i18next": "^23.11.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^14.1.2", + "react-i18next": "^15.0.1", "react-icons": "^5.2.1", "react-img-mapper": "^1.5.1", "react-markdown": "^9.0.1", @@ -2120,9 +2120,9 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -15359,11 +15359,11 @@ } }, "node_modules/react-i18next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", - "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", + "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", "dependencies": { - "@babel/runtime": "^7.23.9", + "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index 682eb97..4e3f610 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "i18next": "^23.11.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^14.1.2", + "react-i18next": "^15.0.1", "react-icons": "^5.2.1", "react-img-mapper": "^1.5.1", "react-markdown": "^9.0.1",