From 6a424e394bb1ec08b81c5e92b34ee0e5f1f628a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:53:33 +0000 Subject: [PATCH] Bump react-i18next from 15.0.2 to 15.0.3 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.0.2 to 15.0.3. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.2...v15.0.3) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27492e6..3dbccb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", - "react-i18next": "^15.0.2", + "react-i18next": "^15.0.3", "react-icons": "^5.3.0", "sass": "^1.79.4", "typescript": "^5.6.2", @@ -5094,9 +5094,9 @@ } }, "node_modules/react-i18next": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.2.tgz", - "integrity": "sha512-z0W3/RES9Idv3MmJUcf0mDNeeMOUXe+xoL0kPfQPbDoZHmni/XsIoq5zgT2MCFUiau283GuBUK578uD/mkAbLQ==", + "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.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index dc66394..1077333 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", - "react-i18next": "^15.0.2", + "react-i18next": "^15.0.3", "react-icons": "^5.3.0", "sass": "^1.79.4", "typescript": "^5.6.2",