diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 3ca758db9050e..02cfcdec9416e 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -19019,9 +19019,9 @@ "integrity": "sha512-5QgqABb8ULqQtHNvCNXnBlzjKfILXrdZkq/xcnGL1aM1EmrY7xlUQQ/WLYnxno0gw/QQwCE5tH7sFfFUhIn8CA==" }, "ng-mocks": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-10.2.0.tgz", - "integrity": "sha512-aEbNKbXYXNFRH1iedokACPBnZpiWrpG09Szkcc3RpcFa1gb46wwWBQUlgNxuc52MX/RZurVLpdn38nkKh3iSKA==", + "version": "14.4.0", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.4.0.tgz", + "integrity": "sha512-e8j33TtyvUKQV7Y2g9SvDMtg4HFkFchJs5zsN+Q9o9c8Lm/e97JS4IyQE7baS7rBMalT1P/yP7WqWbVciCNpNg==", "dev": true }, "ng2-charts": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 23579eb599e99..3c94aa353440a 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -138,7 +138,7 @@ "jest-silent-reporter": "0.2.1", "mocha-junit-reporter": "2.0.2", "ng-bullet": "1.0.3", - "ng-mocks": "10.2.0", + "ng-mocks": "14.4.0", "npm-run-all": "4.1.5", "prettier": "2.1.2", "pretty-quick": "3.0.2",