From 68ab77af15c97afbb491e27648c6c4837141e689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:24:00 +0000 Subject: [PATCH] chore(deps): update moment requirement in /src-chart Updates the requirements on [moment](https://github.com/moment/moment) to permit the latest version. - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.4...2.30.1) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 81e5e331..c1462216 100644 --- a/src-chart/package.json +++ b/src-chart/package.json @@ -24,7 +24,7 @@ "echarts": "^5.4.3", "crypto-js": "^4.2.0", "echarts-for-react": "^3.0.2", - "moment": "^2.29.4" + "moment": "^2.30.1" }, "homepage": ".", "_proxy": "http://localhost:8081",