From e67b2bdf9166cf9571d3fa56fb9fcd0f8516ac74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 07:19:20 +0000 Subject: [PATCH] Bump uplot from 1.6.31 to 1.6.32 in /web/frontend Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.31 to 1.6.32. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.31...1.6.32) --- updated-dependencies: - dependency-name: uplot dependency-version: 1.6.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/frontend/package-lock.json | 8 ++++---- web/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/frontend/package-lock.json b/web/frontend/package-lock.json index 0b31f40..629c274 100644 --- a/web/frontend/package-lock.json +++ b/web/frontend/package-lock.json @@ -17,7 +17,7 @@ "graphql": "^16.9.0", "mathjs": "^12.4.3", "svelte-chartjs": "^3.1.5", - "uplot": "^1.6.31", + "uplot": "^1.6.32", "wonka": "^6.3.4" }, "devDependencies": { @@ -1321,9 +1321,9 @@ } }, "node_modules/uplot": { - "version": "1.6.31", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.31.tgz", - "integrity": "sha512-sQZqSwVCbJGnFB4IQjQYopzj5CoTZJ4Br1fG/xdONimqgHmsacvCjNesdGDypNKFbrhLGIeshYhy89FxPF+H+w==", + "version": "1.6.32", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.32.tgz", + "integrity": "sha512-KIMVnG68zvu5XXUbC4LQEPnhwOxBuLyW1AHtpm6IKTXImkbLgkMy+jabjLgSLMasNuGGzQm/ep3tOkyTxpiQIw==", "license": "MIT" }, "node_modules/wonka": { diff --git a/web/frontend/package.json b/web/frontend/package.json index 389ffe6..cb13a6a 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -25,7 +25,7 @@ "graphql": "^16.9.0", "mathjs": "^12.4.3", "svelte-chartjs": "^3.1.5", - "uplot": "^1.6.31", + "uplot": "^1.6.32", "wonka": "^6.3.4" } }