From 883f773fb5dadc3741f111692de471a859213416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:05:18 +0000 Subject: [PATCH] Bump uplot from 1.6.28 to 1.6.29 Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.28 to 1.6.29. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.28...1.6.29) --- updated-dependencies: - dependency-name: uplot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a13d17ed..cef4cae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-redux": "^9.1.0", "react-router-dom": "^6.21.3", "react-update-notification": "^1.2.0", - "uplot": "^1.6.28", + "uplot": "^1.6.29", "uplot-react": "^1.1.5", "vite": "^5.0.12" }, @@ -11903,9 +11903,9 @@ } }, "node_modules/uplot": { - "version": "1.6.28", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.28.tgz", - "integrity": "sha512-6AQ/Hu2ZvwF1P6PtIELdWKFml8Vvf3PUqrkVndL4A1+s/0loHwXfsk3yMwy4WGkRAt0MAMpf0uKLa9h0Yt3miw==" + "version": "1.6.29", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.29.tgz", + "integrity": "sha512-EHCnP+xPMVAffDN9GwZ3NgqCmXXKF2mn3uc8xOWhJuSvhVgbiJFRGXXy2g/9ucoCW0vPiXuDtUEoyvgogsSTXA==" }, "node_modules/uplot-react": { "version": "1.1.5", diff --git a/package.json b/package.json index 6e604ca8..b4cb628b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-redux": "^9.1.0", "react-router-dom": "^6.21.3", "react-update-notification": "^1.2.0", - "uplot": "^1.6.28", + "uplot": "^1.6.29", "uplot-react": "^1.1.5", "vite": "^5.0.12" },