diff --git a/package-lock.json b/package-lock.json index 3578584e..08b8414f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "rc-virtual-list": "^3.14.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-router-dom": "^6.26.2", "react-use-intercom": "^5.4.1", "react-window": "^1.8.10", @@ -7051,11 +7051,11 @@ } }, "node_modules/react-i18next": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.1.tgz", - "integrity": "sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.3.tgz", + "integrity": "sha512-BlO1P+oLKjjIxDBQ0GkAIMacgjfMbnvops+3Y5nZXF7UJ99v4KCWr0Na1azJXC8AMiNWp4kgUcFCJM7U9ZsUDg==", "dependencies": { - "@babel/runtime": "^7.24.8", + "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/package.json b/package.json index b8292448..ea51c409 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "posthog-js": "^1.165.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.3", "react-router-dom": "^6.26.2", "react-use-intercom": "^5.4.1", "react-window": "^1.8.10",