From 65579480b5a2e2de64f52c6d560079341ca92625 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 15:49:47 +0000 Subject: [PATCH] fix: upgrade react-i18next from 12.2.0 to 12.3.1 Snyk has created this PR to upgrade react-i18next from 12.2.0 to 12.3.1. See this package in npm: https://www.npmjs.com/package/react-i18next See this project in Snyk: https://app.snyk.io/org/niraj-dilshan/project/0b571b4b-68d2-405c-b488-037d409eee8b?utm_source=github&utm_medium=referral&page=upgrade-pr --- app/dashboard/package-lock.json | 14 +++++++------- app/dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/dashboard/package-lock.json b/app/dashboard/package-lock.json index b7542a78..92129b13 100644 --- a/app/dashboard/package-lock.json +++ b/app/dashboard/package-lock.json @@ -32,7 +32,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-hook-form": "^7.48.2", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", "react-query": "^4.0.0", @@ -4670,9 +4670,9 @@ } }, "node_modules/react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" @@ -8866,9 +8866,9 @@ "requires": {} }, "react-i18next": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", - "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", + "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", "requires": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/app/dashboard/package.json b/app/dashboard/package.json index b902e37e..67fbcf77 100644 --- a/app/dashboard/package.json +++ b/app/dashboard/package.json @@ -33,7 +33,7 @@ "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-hook-form": "^7.48.2", - "react-i18next": "^12.2.0", + "react-i18next": "^12.3.1", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", "react-query": "^4.0.0",