From 83cfdca817f7c87f3a7682b45dcfe4f775013152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:18:09 +0000 Subject: [PATCH] build(deps): bump the react group in /frontend with 1 update Bumps the react group in /frontend with 1 update: [react-i18next](https://github.com/i18next/react-i18next). - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.3.0...v13.3.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 87ded85ce..3fec7cea8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.3.0", + "react-i18next": "^13.3.1", "ua-parser-js": "^1.0.36" }, "devDependencies": { @@ -20322,9 +20322,9 @@ } }, "node_modules/react-i18next": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.0.tgz", - "integrity": "sha512-FlR9xjYHSPIJfQspEmkN0yOlxgRyNuiJKJ8gCaZH08UJ7SZHG+VrptEPcpEMEchjNoCOZdKcvJ3PnmHEZhkeXg==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.1.tgz", + "integrity": "sha512-JAtYREK879JXaN9GdzfBI4yJeo/XyLeXWUsRABvYXiFUakhZJ40l+kaTo+i+A/3cKIED41kS/HAbZ5BzFtq/Og==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/frontend/package.json b/frontend/package.json index 1a5a20c8b..1361c5b6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.3.0", + "react-i18next": "^13.3.1", "ua-parser-js": "^1.0.36" }, "devDependencies": {