From 6e7a86dfcc3054f71571b7094ffb25e415d2f96e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 6 Feb 2016 01:20:47 -0500 Subject: [PATCH] Updated angular to 1.5.0. Updated several other libs as well. --- src/Vault/package.json | 26 ++++++------- src/Vault/wwwroot/_references.js | 38 +++++++++---------- .../app/directives/passwordMeterDirective.js | 1 - 3 files changed, 32 insertions(+), 33 deletions(-) diff --git a/src/Vault/package.json b/src/Vault/package.json index abac1d44b3..9e67f3592e 100644 --- a/src/Vault/package.json +++ b/src/Vault/package.json @@ -2,8 +2,8 @@ "name": "bitwarden", "version": "0.0.1", "devDependencies": { - "connect": "^3.4.0", - "lodash": "3.10.1", + "connect": "3.4.1", + "lodash": "4.2.1", "gulp": "3.9.0", "gulp-concat": "2.6.0", "gulp-cssmin": "0.1.7", @@ -14,30 +14,30 @@ "gulp-preprocess": "2.0.0", "gulp-ng-annotate": "1.1.0", "gulp-ng-config": "1.2.1", - "jshint": "2.9.1-rc2", + "jshint": "2.9.1", "gulp-jshint": "2.0.0", - "rimraf": "2.5.0", + "rimraf": "2.5.1", "run-sequence": "1.1.5", "merge-stream": "1.0.0", - "jquery": "2.1.4", + "jquery": "2.2.0", "font-awesome": "4.5.0", "bootstrap": "3.3.6", "sjcl": "1.0.3", - "angular": "1.4.8", - "angular-resource": "1.4.8", + "angular": "1.5.0", + "angular-resource": "1.5.0", "angular-bootstrap-npm": "0.14.3", - "angular-ui-router": "0.2.15", + "angular-ui-router": "0.2.17", "angular-jwt": "0.0.9", - "angular-cookies": "1.4.8", + "angular-cookies": "1.5.0", "admin-lte": "2.3.2", "angular-md5": "0.1.10", - "angular-toastr": "1.6.0", + "angular-toastr": "1.7.0", "angular-bootstrap-show-errors": "2.3.0", - "angular-messages": "1.4.8", + "angular-messages": "1.5.0", "ngstorage": "0.3.10", "papaparse": "4.1.2", "toastr": "2.1.2", - "clipboard": "1.5.5", - "ngclipboard": "1.0.0" + "clipboard": "1.5.8", + "ngclipboard": "1.1.0" } } diff --git a/src/Vault/wwwroot/_references.js b/src/Vault/wwwroot/_references.js index 4e73814123..f799400193 100644 --- a/src/Vault/wwwroot/_references.js +++ b/src/Vault/wwwroot/_references.js @@ -48,24 +48,24 @@ /// /// /// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// /// /// diff --git a/src/Vault/wwwroot/app/directives/passwordMeterDirective.js b/src/Vault/wwwroot/app/directives/passwordMeterDirective.js index 4c9b1fcbad..2d26adbbf7 100644 --- a/src/Vault/wwwroot/app/directives/passwordMeterDirective.js +++ b/src/Vault/wwwroot/app/directives/passwordMeterDirective.js @@ -8,7 +8,6 @@ angular scope: { password: '=passwordMeter', username: '=passwordMeterUsername', - value: '=passwordMeterStrength', outerClass: '@?' }, link: function (scope) {