diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-03-22 09:46:38 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-03-22 11:01:09 -0700 |
commit | dd99ce5106344fb5dc3ff4f89b3e20fba0e7599b (patch) | |
tree | 1babf316e2a3be9a7c5f2d3fb9c3ac8b02cec546 /vnfmarket | |
parent | 1e6ddf46e8188585200ec746d21f2b3a27b93449 (diff) |
Updating 3rd party dependencies
Updating Angular, bootstrap, cxf to latest versions to improve security
Issue-ID: VNFSDK-212
Change-Id: I06a2dc395d93bd0a02ca669c6321c6159f197c13
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnfmarket')
3 files changed, 3 insertions, 3 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular/bower.json b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular/bower.json index 83379ba3..d245bee0 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular/bower.json +++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular/bower.json @@ -1,6 +1,6 @@ { "name": "angular", - "version": "1.6.2", + "version": "1.6.9", "license": "MIT", "main": "./angular.js", "ignore": [], diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.js b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.js index f1ddd0c2..b69f50a8 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.js +++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.js @@ -6,7 +6,7 @@ Package.describe({ name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', - version: '3.3.7', + version: '4.0.0', git: 'https://github.com/twbs/bootstrap.git' }); diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.json b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.json index fe4b31de..4f3051ef 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.json +++ b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "3.3.7", + "version": "4.0.0", "keywords": [ "css", "less", |