diff options
Diffstat (limited to 'vnfmarket/src')
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", |