diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-02 00:34:17 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-01-02 00:34:17 +0900 |
| commit | 1af42e5d3d2fd1639d6f95c7fef2a494fc98d47a (patch) | |
| tree | c70e8d6e6fb1812f684835bb4b996c74d3c14a19 | |
| parent | Fix bug (diff) | |
| download | sharkey-1af42e5d3d2fd1639d6f95c7fef2a494fc98d47a.tar.gz sharkey-1af42e5d3d2fd1639d6f95c7fef2a494fc98d47a.tar.bz2 sharkey-1af42e5d3d2fd1639d6f95c7fef2a494fc98d47a.zip | |
Update dependencies
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ad2fc07167..b65b283a8a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "babel-polyfill": "6.20.0", "babel-preset-es2015": "6.18.0", "babel-preset-stage-3": "6.17.0", - "bcrypt": "1.0.1", + "bcrypt": "1.0.2", "body-parser": "1.15.2", "browserify": "13.1.1", "browserify-livescript": "0.2.3", @@ -67,7 +67,7 @@ "chart.js": "2.4.0", "compression": "1.6.2", "cors": "2.8.1", - "cropperjs": "1.0.0-alpha", + "cropperjs": "1.0.0-beta", "deepcopy": "0.6.3", "del": "2.2.2", "elasticsearch": "12.1.3", |