diff --git a/package-lock.json b/package-lock.json
index 5a78f9fc9862f371b433bb4e01c7235203586bb7..65b0ed98605cd509aeef3e5f46f187ca1268629c 100644
Binary files a/package-lock.json and b/package-lock.json differ
diff --git a/package.json b/package.json
index 65402c6ade7a263ebae670eac7a068fe90d2fcd6..71ed58385a42336538b39a9ee55ef29385d05f0d 100644
--- a/package.json
+++ b/package.json
@@ -15,11 +15,11 @@
     "test": "npm run lint && jest",
     "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
     "build-tsc": "tsc",
-    "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/",
+    "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/",
     "build-webpack": "webpack --mode production",
     "watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"",
     "watch-tsc": "tsc -watch",
-    "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/ --watch",
+    "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/ --watch",
     "watch-webpack": "webpack -w --mode development --display minimal",
     "serve": "http-server -p 1338",
     "model-server": "node lib/servers/model/server.js",
@@ -96,20 +96,20 @@
     "@types/compression": "1.0.1",
     "@types/express": "^4.17.1",
     "@types/jest": "^24.0.18",
-    "@types/node": "^12.7.7",
+    "@types/node": "^12.7.8",
     "@types/node-fetch": "^2.5.2",
     "@types/react": "^16.9.3",
-    "@types/react-dom": "^16.9.0",
+    "@types/react-dom": "^16.9.1",
     "@types/swagger-ui-dist": "3.0.3",
     "@types/webgl2": "0.0.5",
     "argparse": "^1.0.10",
     "compression": "^1.7.4",
     "express": "^4.17.1",
-    "graphql": "^14.5.7",
+    "graphql": "^14.5.8",
     "immutable": "^3.8.2",
     "node-fetch": "^2.6.0",
-    "react": "^16.9.0",
-    "react-dom": "^16.9.0",
+    "react": "^16.10.0",
+    "react-dom": "^16.10.0",
     "rxjs": "^6.5.3",
     "swagger-ui-dist": "^3.23.11",
     "util.promisify": "^1.0.0",