From 0b47c644d8be8f3176582bf27f2e6627b20b7390 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 26 Jun 2017 22:41:17 +0200 Subject: [PATCH] bump dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6a1073d..d8c30f1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "ie >= 10" ], "dependencies": { - "bigchaindb-driver": "^0.1.1", + "bigchaindb-driver": "^0.1.2", "gumshoe": "github:cferdinandi/gumshoe", "is-in-viewport": "^3.0.0", "jquery": "^3.2.1", @@ -35,11 +35,11 @@ "select2": "^4.0.3", "svg4everybody": "^2.1.8", "textarea-autogrow": "^1.0.0", - "vivus": "^0.4.0", + "vivus": "^0.4.1", "whatwg-fetch": "^2.0.3" }, "devDependencies": { - "babel-core": "^6.24.0", + "babel-core": "^6.25.0", "babel-preset-es2015": "^6.24.1", "browser-sync": ">=2.10.0", "concurrent-transform": "^1.0.0", @@ -50,13 +50,13 @@ "gulp-autoprefixer": "^4.0.0", "gulp-awspublish": "^3.0.0", "gulp-awspublish-router": "^0.1.1", - "gulp-clean-css": "^3.0.4", + "gulp-clean-css": "^3.4.2", "gulp-cli": "^1.2.2", "gulp-concat": "^2.6.0", "gulp-header": "^1.7.1", "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.2", - "gulp-imagemin": "^3.1.1", + "gulp-imagemin": "^3.3.0", "gulp-include": "^2.0.2", "gulp-load-plugins": "^1.5.0", "gulp-rename": "^1.2.2", @@ -65,7 +65,7 @@ "gulp-rev-replace": "^0.4.2", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.4.1", - "gulp-svg-sprite": "^1.2.9", + "gulp-svg-sprite": "^1.3.7", "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.6", "js-yaml": "^3.8.3", @@ -73,7 +73,7 @@ "stylelint": "^7.10.1", "stylelint-config-bigchaindb": "^1.0.0", "stylelint-config-standard": "^16.0.0", - "uglify-es": "^3.0.13" + "uglify-es": "^3.0.20" }, "engines": { "node": ">=7.0.0"