diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3cebf5820b2..48a862d5f0f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -362,8 +362,8 @@ } }, "@kubeflow/frontend": { - "version": "github:kubeflow/frontend#2a39c3fe405e033ea0b262a40d9dc2e7f9a8153a", - "from": "github:kubeflow/frontend#2a39c3f", + "version": "github:kubeflow/frontend#dddc78623a3d6ca0bd3102ea3de85473d2f4ffa5", + "from": "github:kubeflow/frontend#dddc786", "requires": { "@material-ui/core": "^3.7.1", "@material-ui/icons": "^3.0.1", @@ -371,15 +371,16 @@ "google-protobuf": "^3.11.2", "grpc-web": "^1.0.7", "lodash.debounce": "^4.0.8", + "lodash.flatten": "^4.4.0", "lodash.groupby": "^4.6.0", "lodash.isfunction": "^3.0.9", "react-svg-line-chart": "^2.0.2" }, "dependencies": { "google-protobuf": { - "version": "3.11.3", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.3.tgz", - "integrity": "sha512-Sp8E+0AJLxmiPwAk9VH3MkYAmYYheNUhywIyXOS7wvRkqbIYcHtGzJzIYicNqYsqgKmY35F9hxRkI+ZTqTB4Tg==" + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz", + "integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q==" } } }, @@ -9578,6 +9579,11 @@ "integrity": "sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=", "dev": true }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" + }, "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 8bec5dfa39b..ffbfe7bf870 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@kubeflow/frontend": "github:kubeflow/frontend#2a39c3f", + "@kubeflow/frontend": "github:kubeflow/frontend#dddc786", "@material-ui/core": "3.7.1", "@material-ui/icons": "^3.0.1", "@types/js-yaml": "^3.11.2",