diff --git a/build/kubegrunt/package.json b/build/kubegrunt/package.json index f699064..7e89885 100644 --- a/build/kubegrunt/package.json +++ b/build/kubegrunt/package.json @@ -5,7 +5,7 @@ "main": "GruntFile.js", "dependencies": {}, "devDependencies": { - "grunt": "^0.4.5", + "grunt": "^1.6.2", "grunt-shell": "^1.1.2", "grunt-contrib-watch": "^0.5.3", "load-grunt-tasks": "^0.4.0" diff --git a/src/ui/package.json b/src/ui/package.json index 0fcdbf0..63ba4d6 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -18,22 +18,22 @@ "build:production": "NODE_ENV=production webpack -p --progress --devtool=sourcemap --colors" }, "dependencies": { - "angular": "~1.4.9", + "angular": "~1.8.3", "angular-animate": "~1.4.9", "angular-aria": "~1.4.9", "angular-cookies": "~1.4.9", "angular-material": "1.0.4", "angular-messages": "~1.4.9", "angular-password": "^1.0.1", - "angular-sanitize": "~1.4.9", + "angular-sanitize": "~1.8.3", "angular-ui-router": "^0.2.18", "angular-vs-repeat": "^1.1.7", "d3": "^3.5.16", "flux": "^2.1.1", - "jquery": "~2.2.0", - "lodash": "~4.2.1", + "jquery": "~4.0.0", + "lodash": "~4.18.1", "material-design-icons": "~2.1.3", - "moment": "~2.11.2", + "moment": "~2.30.1", "normalize.css": "~3.0.3", "tether-drop": "^1.4.2" },