From fc17f4ec1ef1a0778682f53f439167bd4d58b3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:50:31 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump react-i18next from 15.1.3 to 15.2.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.1.3 to 15.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.1.3...v15.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- packages/cpt-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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" },