From e39d75e0a464960e1f3c3669dcd73e5ecc2615d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:38:06 +0200 Subject: [PATCH] chore(deps): bump uplot from 1.6.20 to 1.6.21 (#4533) Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.20 to 1.6.21. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.20...1.6.21) --- 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 f20829532..54857a70c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "sweetalert2": "^11.4.19", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.20" + "uplot": "^1.6.21" }, "devDependencies": { "@babel/core": "^7.17.10", @@ -14727,9 +14727,9 @@ } }, "node_modules/uplot": { - "version": "1.6.20", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.20.tgz", - "integrity": "sha512-Jl4Z51Sns4xKLLQeBeiGdcgv4eW1UkKwukSTndIP3YcnlU4za9qGhejlX+XzRbvjaB32C0pxRsdq8m8Gwbq1Eg==" + "version": "1.6.21", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.21.tgz", + "integrity": "sha512-Xd7m2GSHyzhz+mP9CzYTalzp9WDlHzTorNY1yDvg6E+wiCwMIIY+MLfNveObyp3qVMH4kP8mOhRX4k4S9YLHRQ==" }, "node_modules/upper-case": { "version": "1.1.3", @@ -26521,9 +26521,9 @@ } }, "uplot": { - "version": "1.6.20", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.20.tgz", - "integrity": "sha512-Jl4Z51Sns4xKLLQeBeiGdcgv4eW1UkKwukSTndIP3YcnlU4za9qGhejlX+XzRbvjaB32C0pxRsdq8m8Gwbq1Eg==" + "version": "1.6.21", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.21.tgz", + "integrity": "sha512-Xd7m2GSHyzhz+mP9CzYTalzp9WDlHzTorNY1yDvg6E+wiCwMIIY+MLfNveObyp3qVMH4kP8mOhRX4k4S9YLHRQ==" }, "upper-case": { "version": "1.1.3", diff --git a/package.json b/package.json index 54f9a6415..8c03a9a1f 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "sweetalert2": "^11.4.19", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.20" + "uplot": "^1.6.21" }, "devDependencies": { "@babel/core": "^7.17.10",