diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 3ca758db9050e..1bb8d43f69cda 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.3.4", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-14.3.4.tgz", + "integrity": "sha512-yatD0mw6pI8OkIhx8tNpg5+vx998FthejrR5zj0snvhSvDIEsYzOBrVI/PZVWbW4Wx8O/aDHatj3s1Dyu9t2VQ==", "dev": true }, "ng2-charts": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 23579eb599e99..e598310535bef 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.3.4", "npm-run-all": "4.1.5", "prettier": "2.1.2", "pretty-quick": "3.0.2",