diff --git a/package-lock.json b/package-lock.json index 431c66746d..d16c683494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.1", "react-hook-form": "^6.15.8", - "react-i18next": "^11.15.1", + "react-i18next": "^11.15.3", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" }, @@ -17217,9 +17217,9 @@ } }, "node_modules/react-i18next": { - "version": "11.15.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", - "integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", + "version": "11.15.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", + "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", "dependencies": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", @@ -17228,6 +17228,14 @@ "peerDependencies": { "i18next": ">= 19.0.0", "react": ">= 16.8.0" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } } }, "node_modules/react-is": { @@ -34740,9 +34748,9 @@ "requires": {} }, "react-i18next": { - "version": "11.15.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", - "integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", + "version": "11.15.3", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz", + "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==", "requires": { "@babel/runtime": "^7.14.5", "html-escaper": "^2.0.2", diff --git a/package.json b/package.json index 977a42beb4..418f56f543 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-error-boundary": "^3.1.4", "react-flow-renderer": "^9.7.1", "react-hook-form": "^6.15.8", - "react-i18next": "^11.15.1", + "react-i18next": "^11.15.3", "react-router-dom": "^5.3.0", "use-react-router-breadcrumbs": "^2.0.2" },