From 4a212b29be0a52dcf641f9752fb578f16a5a844e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 5 Jul 2018 12:52:39 +0200 Subject: [PATCH] bump dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 22022d9..466e818 100644 --- a/package.json +++ b/package.json @@ -51,28 +51,28 @@ "babel-runtime": "^6.26.0", "cross-env": "^5.2.0", "documentation": "^8.0.0", - "eslint": "^5.0.0", + "eslint": "^5.0.1", "eslint-config-ascribe": "^3.0.5", - "eslint-plugin-import": "^2.9.0", + "eslint-plugin-import": "^2.13.0", "husky": "^0.14.3", "lint-staged": "^7.1.2", "nyc": "^12.0.1", - "release-it": "^7.2.1", + "release-it": "^7.4.7", "rimraf": "^2.6.2", - "sinon": "^6.0.0", + "sinon": "^6.1.0", "webpack": "^4.15.0", - "webpack-cli": "^3.0.4" + "webpack-cli": "^3.0.8" }, "dependencies": { - "browser-resolve": "^1.11.2", + "browser-resolve": "^1.11.3", "bs58": "^4.0.1", "buffer": "^5.1.0", "clone": "^2.1.1", - "core-js": "^2.5.4", + "core-js": "^2.5.7", + "crypto-conditions": "^2.0.1", "decamelize": "^2.0.0", "es6-promise": "^4.2.4", "fetch-ponyfill": "^6.0.1", - "crypto-conditions": "^2.0.1", "isomorphic-fetch": "^2.2.1", "js-sha3": "^0.7.0", "js-utility-belt": "^1.5.0", @@ -106,4 +106,4 @@ ], "babel": "inherit" } -} \ No newline at end of file +}