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",