From 1a504b1846c30d80fdc208218a6ca266966e37b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:23:53 +0100 Subject: [PATCH] build(deps): bump react-i18next from 13.4.1 to 13.5.0 (#184) Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.4.1 to 13.5.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.4.1...v13.5.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0728ef..d19c56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0", - "react-i18next": "^13.4.1", + "react-i18next": "^13.5.0", "unicode-emoji-json": "^0.4.0", "web-vitals": "^3.5.0" }, @@ -18667,9 +18667,9 @@ } }, "node_modules/react-i18next": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.4.1.tgz", - "integrity": "sha512-z02JvLbt6Gavbuhr4CBOI6vasLypo+JSLvMgUOGeOMPv1g6spngfAb9jWAPwvuavPlKYU4dro9yRduflwyBeyA==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", + "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" @@ -36808,9 +36808,9 @@ } }, "react-i18next": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.4.1.tgz", - "integrity": "sha512-z02JvLbt6Gavbuhr4CBOI6vasLypo+JSLvMgUOGeOMPv1g6spngfAb9jWAPwvuavPlKYU4dro9yRduflwyBeyA==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", + "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", "requires": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 19cfdd7..992d592 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0", - "react-i18next": "^13.4.1", + "react-i18next": "^13.5.0", "unicode-emoji-json": "^0.4.0", "web-vitals": "^3.5.0" },