diff --git a/package-lock.json b/package-lock.json index bc2a85a748..ae191787f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24569,8 +24569,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.3", - "license": "MIT", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" @@ -31322,7 +31323,7 @@ "nhsuk-react-components": "^5.0.0", "react": "^18", "react-dom": "^18", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-intl": "^7.0.1", "sass": "^1.83.0" }, diff --git a/packages/cpt-ui/package.json b/packages/cpt-ui/package.json index 27e5b1785b..4bae4c055b 100644 --- a/packages/cpt-ui/package.json +++ b/packages/cpt-ui/package.json @@ -18,7 +18,7 @@ "nhsuk-react-components": "^5.0.0", "react": "^18", "react-dom": "^18", - "react-i18next": "^15.1.3", + "react-i18next": "^15.2.0", "react-intl": "^7.0.1", "sass": "^1.83.0" },