From dd99ce5106344fb5dc3ff4f89b3e20fba0e7599b Mon Sep 17 00:00:00 2001 From: Chris Donley Date: Thu, 22 Mar 2018 09:46:38 -0700 Subject: 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 --- .../src/main/webapp/vnfmarket/common/thirdparty/angular/bower.json | 2 +- .../src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.js | 2 +- .../src/main/webapp/vnfmarket/common/thirdparty/bootstrap/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vnfmarket') 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", -- cgit 1.2.3-korg