From aa61bc85eba22fd0aa1db150dfcaf2dbc57c0d46 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 7 Apr 2018 14:56:20 -0700 Subject: [PATCH] chore: update a few dev dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3cc8f3934d..b7c86b3790 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ }, "homepage": "https://github.com/axios/axios", "devDependencies": { - "bundlesize": "^0.5.7", - "coveralls": "^2.11.9", - "es6-promise": "^4.0.5", + "bundlesize": "^0.17.0", + "coveralls": "^3.0.0", + "es6-promise": "^4.2.4", "grunt": "^1.0.1", "grunt-banner": "^0.6.0", "grunt-cli": "^1.2.0", @@ -64,7 +64,7 @@ "sinon": "^1.17.4", "webpack": "^1.13.1", "webpack-dev-server": "^1.14.1", - "url-search-params": "^0.6.1", + "url-search-params": "^0.10.0", "typescript": "^2.0.3" }, "browser": {