From 9510278efd24f8fdf76a214c1ef4edfd50e5a80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:21:24 +0200 Subject: [PATCH] chore(deps): bump uplot from 1.6.21 to 1.6.22 (#4573) Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.21 to 1.6.22. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.21...1.6.22) --- 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 590919684..06be2c3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "sweetalert2": "^11.4.20", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.21" + "uplot": "^1.6.22" }, "devDependencies": { "@babel/core": "^7.18.6", @@ -13030,9 +13030,9 @@ } }, "node_modules/uplot": { - "version": "1.6.21", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.21.tgz", - "integrity": "sha512-Xd7m2GSHyzhz+mP9CzYTalzp9WDlHzTorNY1yDvg6E+wiCwMIIY+MLfNveObyp3qVMH4kP8mOhRX4k4S9YLHRQ==" + "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==" }, "node_modules/upper-case": { "version": "1.1.3", @@ -23398,9 +23398,9 @@ } }, "uplot": { - "version": "1.6.21", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.21.tgz", - "integrity": "sha512-Xd7m2GSHyzhz+mP9CzYTalzp9WDlHzTorNY1yDvg6E+wiCwMIIY+MLfNveObyp3qVMH4kP8mOhRX4k4S9YLHRQ==" + "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==" }, "upper-case": { "version": "1.1.3", diff --git a/package.json b/package.json index 7adc27a9a..e09fe1637 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "sweetalert2": "^11.4.20", "tempusdominus-bootstrap-4": "^5.39.2", "toastr": "^2.1.4", - "uplot": "^1.6.21" + "uplot": "^1.6.22" }, "devDependencies": { "@babel/core": "^7.18.6",