From 96b9a2e865897898caf7e8fec8d6c01efc6c84a4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 24 Nov 2016 21:01:08 -0500 Subject: [PATCH] updated angualr to v1.5.9 and other packages --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 6e332d1c34..e7144c344f 100644 --- a/package.json +++ b/package.json @@ -2,35 +2,35 @@ "name": "bitwarden", "version": "0.0.0", "devDependencies": { - "sjcl": "1.0.3", + "sjcl": "1.0.6", "jquery": "2.2.4", "bootstrap": "3.3.7", - "font-awesome": "4.6.3", - "angular": "1.5.8", - "angular-ui-bootstrap": "2.1.3", - "angular-ui-router": "0.3.1", - "angular-animate": "1.5.8", + "font-awesome": "4.7.0", + "angular": "1.5.9", + "angular-ui-bootstrap": "2.2.0", + "angular-ui-router": "0.3.2", + "angular-animate": "1.5.9", "gulp": "3.9.1", - "gulp-less": "3.1.0", + "gulp-less": "3.3.0", "gulp-preprocess": "2.0.0", - "gulp-concat": "2.6.0", + "gulp-concat": "2.6.1", "gulp-rename": "1.2.2", "rimraf": "2.5.4", - "jshint": "2.9.3", - "gulp-jshint": "2.0.1", + "jshint": "2.9.4", + "gulp-jshint": "2.0.4", "run-sequence": "1.2.2", "ngclipboard": "1.1.1", - "clipboard": "1.5.12", + "clipboard": "1.5.15", "merge-stream": "1.0.0", "angular-toastr": "2.1.1", "q": "1.4.1", - "angularjs-slider": "5.5.0", + "angularjs-slider": "5.8.7", "sweetalert": "1.1.3", - "angular-sweetalert": "1.1.1", - "angulartics": "1.2.1", - "angulartics-google-analytics": "0.2.1", + "angular-sweetalert": "1.1.2", + "angulartics": "1.3.0", + "angulartics-google-analytics": "0.3.0", "tldjs": "1.7.0", - "browserify": "13.1.0", + "browserify": "13.1.1", "vinyl-source-stream": "1.1.0", "gulp-google-webfonts": "0.0.14" }