From f75c71f82682661b51f47d85be3f66540844203a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:23:32 +0000 Subject: [PATCH] mgr/dashboard: bump ng-click-outside Bumps [ng-click-outside](https://github.com/arkon/ng-click-outside) from 7.0.0 to 9.0.1. - [Release notes](https://github.com/arkon/ng-click-outside/releases) - [Commits](https://github.com/arkon/ng-click-outside/compare/v7.0.0...v9.0.1) --- updated-dependencies: - dependency-name: ng-click-outside dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 6 +++--- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index d102e622d5c8f..6035b15094dd2 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -16292,9 +16292,9 @@ } }, "ng-click-outside": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ng-click-outside/-/ng-click-outside-7.0.0.tgz", - "integrity": "sha512-5QgqABb8ULqQtHNvCNXnBlzjKfILXrdZkq/xcnGL1aM1EmrY7xlUQQ/WLYnxno0gw/QQwCE5tH7sFfFUhIn8CA==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ng-click-outside/-/ng-click-outside-9.0.1.tgz", + "integrity": "sha512-gqRZ2SexX3CntzO/HJuIh7aqxzc6xAhNfyM9VUrjYrorORADEbWTRA/1f7x/ChGGlXN0VtpKyZpWvYScndmsog==" }, "ng-mocks": { "version": "10.2.0", diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index e2d19f334c015..78131f80ee4ea 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -96,7 +96,7 @@ "lodash": "4.17.21", "moment": "2.29.1", "ng-block-ui": "3.0.2", - "ng-click-outside": "7.0.0", + "ng-click-outside": "9.0.1", "ng2-charts": "2.4.2", "ngx-pipe-function": "1.0.0", "ngx-toastr": "14.1.4",