diff --git a/platform/core/bundle.js b/platform/core/bundle.js index a2a3842476..8f7b9f865b 100644 --- a/platform/core/bundle.js +++ b/platform/core/bundle.js @@ -407,11 +407,11 @@ define([ "licenses": [ { "name": "Math.uuid.js", - "version": "1.4", + "version": "1.4.7", "description": "Unique identifer generation (code adapted.)", "author": "Robert Kieffer", "website": "https://github.com/broofa/node-uuid", - "copyright": "Copyright (c) 2010 Robert Kieffer", + "copyright": "Copyright (c) 2010-2012 Robert Kieffer", "license": "license-mit", "link": "http://opensource.org/licenses/MIT" } diff --git a/platform/framework/bundle.js b/platform/framework/bundle.js index 13aea540d8..96e8802550 100644 --- a/platform/framework/bundle.js +++ b/platform/framework/bundle.js @@ -68,7 +68,7 @@ define([ }, { "name": "RequireJS", - "version": "2.1.9", + "version": "2.1.22", "description": "Script loader", "author": "The Dojo Foundation", "website": "http://requirejs.org/", @@ -78,27 +78,27 @@ define([ }, { "name": "AngularJS", - "version": "1.2.26", + "version": "1.4.4", "description": "Client-side web application framework", "author": "Google", "website": "http://angularjs.org/", - "copyright": "Copyright (c) 2010-2014 Google, Inc. http://angularjs.org", + "copyright": "Copyright (c) 2010-2015 Google, Inc. http://angularjs.org", "license": "license-mit", - "link": "https://github.com/angular/angular.js/blob/v1.2.26/LICENSE" + "link": "https://github.com/angular/angular.js/blob/v1.4.4/LICENSE" }, { "name": "Angular-Route", - "version": "1.2.26", + "version": "1.4.4", "description": "Client-side view routing", "author": "Google", "website": "http://angularjs.org/", - "copyright": "Copyright (c) 2010-2014 Google, Inc. http://angularjs.org", + "copyright": "Copyright (c) 2010-2015 Google, Inc. http://angularjs.org", "license": "license-mit", - "link": "https://github.com/angular/angular.js/blob/v1.2.26/LICENSE" + "link": "https://github.com/angular/angular.js/blob/v1.4.4/LICENSE" }, { "name": "ES6-Promise", - "version": "2.0.0", + "version": "3.0.2", "description": "Promise polyfill for pre-ECMAScript 6 browsers", "author": "Yehuda Katz, Tom Dale, Stefan Penner and contributors", "website": "https://github.com/jakearchibald/es6-promise", diff --git a/platform/telemetry/bundle.js b/platform/telemetry/bundle.js index 06d3c923ed..6a901ab687 100644 --- a/platform/telemetry/bundle.js +++ b/platform/telemetry/bundle.js @@ -116,7 +116,7 @@ define([ "licenses": [ { "name": "Moment.js", - "version": "2.7.0", + "version": "2.11.1", "author": "Tim Wood, Iskren Chernev, Moment.js contributors", "description": "Time/date parsing/formatting", "website": "http://momentjs.com",