From 5add901b1c6ac85a126055015c5a822048855d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:03:43 +0000 Subject: [PATCH 1/4] Update react-i18next requirement from ^15.0.0 to ^15.0.1 in /src (#688) --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index ec4d4caa..a830a613 100644 --- a/src/package.json +++ b/src/package.json @@ -26,7 +26,7 @@ "react": "^18.3.1", "recompose": "^0.30.0", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-icons": "^5.2.1", "react-scripts": "^5.0.1" }, From cc8674f94e89f049e9ed9d47cd56458844b731b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:48:02 +0000 Subject: [PATCH 2/4] Update react-i18next requirement from ^15.0.0 to ^15.0.1 in /src-chart (#694) --- src-chart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-chart/package.json b/src-chart/package.json index 72a86355..01a1c37f 100644 --- a/src-chart/package.json +++ b/src-chart/package.json @@ -17,7 +17,7 @@ "eslint-plugin-react": "^7.35.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^15.0.0", + "react-i18next": "^15.0.1", "react-icons": "^5.2.1", "react-scripts": "^5.0.1", "echarts": "^5.5.1", From 0573458b95e87133fe6197a0ea6d5c615511c397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:11:31 +0000 Subject: [PATCH 3/4] Update mocha requirement from ^10.7.0 to ^10.7.3 (#696) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70d23e87..f80d10e7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^8.57.0", "gulp": "^4.0.2", "gulp-rename": "^2.0.0", - "mocha": "^10.7.0" + "mocha": "^10.7.3" }, "main": "main.js", "files": [ From 7549391caf022cb66c7976695dd19fe0cec93516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 06:12:39 +0000 Subject: [PATCH 4/4] Update axios requirement from ^1.7.3 to ^1.7.7 (#695) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f80d10e7..0d34982e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@iobroker/vis-2-widgets-react-dev": "^3.0.7", "@iobroker/testing": "^4.1.3", "@types/gulp": "^4.0.17", - "axios": "^1.7.3", + "axios": "^1.7.7", "chai": "^4.5.0", "eslint": "^8.57.0", "gulp": "^4.0.2",