From fe57f33abcf5064f0bc84e54629530e425557d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:48:30 +0100 Subject: [PATCH] chore(deps): bump uplot from 1.6.18 to 1.6.19 (#4262) Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.18 to 1.6.19. - [Release notes](https://github.com/leeoniya/uPlot/releases) - [Commits](https://github.com/leeoniya/uPlot/compare/1.6.18...1.6.19) --- 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 7cfea56a2..8ddfa2111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "sweetalert2": "^11.4.0", "tempusdominus-bootstrap-4": "^5.39.0", "toastr": "^2.1.4", - "uplot": "^1.6.18" + "uplot": "^1.6.19" }, "devDependencies": { "@babel/core": "^7.17.0", @@ -15848,9 +15848,9 @@ } }, "node_modules/uplot": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.18.tgz", - "integrity": "sha512-x7+bFfIZ8rMjOmDGhUlJCkYWiZX617xQWNfT94JUhidliRtzMHKIX0xUiN92TZ/7il6xMf9oLwbhsz7nbqF1YQ==" + "version": "1.6.19", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.19.tgz", + "integrity": "sha512-s5Oab13s8zUzuZ/KiSV0GRhEvuKptAg2831fkt2PFsginIP1NSsiNrcozlc+tTPuUEAt+4rAXqX521I1DrZwEg==" }, "node_modules/upper-case": { "version": "1.1.3", @@ -28625,9 +28625,9 @@ } }, "uplot": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.18.tgz", - "integrity": "sha512-x7+bFfIZ8rMjOmDGhUlJCkYWiZX617xQWNfT94JUhidliRtzMHKIX0xUiN92TZ/7il6xMf9oLwbhsz7nbqF1YQ==" + "version": "1.6.19", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.19.tgz", + "integrity": "sha512-s5Oab13s8zUzuZ/KiSV0GRhEvuKptAg2831fkt2PFsginIP1NSsiNrcozlc+tTPuUEAt+4rAXqX521I1DrZwEg==" }, "upper-case": { "version": "1.1.3", diff --git a/package.json b/package.json index 025c4bdd7..5fb4ea3c4 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "sweetalert2": "^11.4.0", "tempusdominus-bootstrap-4": "^5.39.0", "toastr": "^2.1.4", - "uplot": "^1.6.18" + "uplot": "^1.6.19" }, "devDependencies": { "@babel/core": "^7.17.0",