From 56b7d62ebe5440a7e6b341c1d4bb94a7b3025717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:11:27 +0000 Subject: [PATCH] Bump uplot from 1.0.11 to 1.6.31 Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.0.11 to 1.6.31. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.0.11...1.6.31) --- updated-dependencies: - dependency-name: uplot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d70cbc2..5806b036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "request": "2.88.2", "serve-static": "^1.16.2", "sqlite3": "^5.1.5", - "uplot": "1.0.11", + "uplot": "1.6.31", "winston": "^2.4.4", "ws": "^7.5.10" }, @@ -6901,9 +6901,9 @@ } }, "node_modules/uplot": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.0.11.tgz", - "integrity": "sha512-zm8TRTs2D8ghbvuIepoB0F40UnXNDaQq1SHyxcnn59U8CJuPaEqrC6IbxtdozBx+4ygPS76v/XvhsEJCszyzOA==" + "version": "1.6.31", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.31.tgz", + "integrity": "sha512-sQZqSwVCbJGnFB4IQjQYopzj5CoTZJ4Br1fG/xdONimqgHmsacvCjNesdGDypNKFbrhLGIeshYhy89FxPF+H+w==" }, "node_modules/uri-js": { "version": "4.4.1", @@ -12089,9 +12089,9 @@ } }, "uplot": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.0.11.tgz", - "integrity": "sha512-zm8TRTs2D8ghbvuIepoB0F40UnXNDaQq1SHyxcnn59U8CJuPaEqrC6IbxtdozBx+4ygPS76v/XvhsEJCszyzOA==" + "version": "1.6.31", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.31.tgz", + "integrity": "sha512-sQZqSwVCbJGnFB4IQjQYopzj5CoTZJ4Br1fG/xdONimqgHmsacvCjNesdGDypNKFbrhLGIeshYhy89FxPF+H+w==" }, "uri-js": { "version": "4.4.1", diff --git a/package.json b/package.json index 2b9f5e3e..9d966907 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "request": "2.88.2", "serve-static": "^1.16.2", "sqlite3": "^5.1.5", - "uplot": "1.0.11", + "uplot": "1.6.31", "winston": "^2.4.4", "ws": "^7.5.10" },