From bad9588c84d032ae613010bfa73a7a8d26c1c3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:24:28 +0530 Subject: [PATCH] chore(deps): bump uplot from 1.6.22 to 1.6.24 (#5041) Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.22 to 1.6.24. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.22...1.6.24) --- updated-dependencies: - dependency-name: uplot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2ed4f749153..be0b68f7a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "sweetalert2": "^11.7.3", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.22" + "uplot": "^1.6.24" }, "devDependencies": { "@babel/core": "^7.21.4", @@ -12970,9 +12970,9 @@ } }, "node_modules/uplot": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.22.tgz", - "integrity": "sha512-2jtSb/YHUgtmIUn0+QJjf7ggcJicb5PKe7ijBiRDTPsG/f8F/MFayZ+g6/0kATNkDyF/qQsHJDmCp6cxncg1EQ==" + "version": "1.6.24", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.24.tgz", + "integrity": "sha512-WpH2BsrFrqxkMu+4XBvc0eCDsRBhzoq9crttYeSI0bfxpzR5YoSVzZXOKFVWcVC7sp/aDXrdDPbDZGCtck2PVg==" }, "node_modules/upper-case": { "version": "1.1.3", @@ -23270,9 +23270,9 @@ } }, "uplot": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.22.tgz", - "integrity": "sha512-2jtSb/YHUgtmIUn0+QJjf7ggcJicb5PKe7ijBiRDTPsG/f8F/MFayZ+g6/0kATNkDyF/qQsHJDmCp6cxncg1EQ==" + "version": "1.6.24", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.24.tgz", + "integrity": "sha512-WpH2BsrFrqxkMu+4XBvc0eCDsRBhzoq9crttYeSI0bfxpzR5YoSVzZXOKFVWcVC7sp/aDXrdDPbDZGCtck2PVg==" }, "upper-case": { "version": "1.1.3", diff --git a/package.json b/package.json index ba2648ed0ad..12026b7c0b4 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "sweetalert2": "^11.7.3", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.22" + "uplot": "^1.6.24" }, "devDependencies": { "@babel/core": "^7.21.4",