diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index b9c5df66fd42f..6788919ce3a6f 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -16693,9 +16693,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": "13.1.1", + "resolved": "https://registry.npmjs.org/ng-mocks/-/ng-mocks-13.1.1.tgz", + "integrity": "sha512-LYi/1ccDwHKLwi4/hvUsmxBDeQ+n8BTdg5f1ujCDCO7OM9OVnqkQcRlBHHK+5iFtEn/aqa2QG3xU/qwIhnaL4w==", "dev": true }, "ng2-charts": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index e062b43e22156..217bb7ee68aeb 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -131,7 +131,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": "13.1.1", "npm-run-all": "4.1.5", "prettier": "2.1.2", "pretty-quick": "3.0.2",