From 3695e181ffeb6abb55439afadcbf4414a200a9b5 Mon Sep 17 00:00:00 2001 From: "Romain.Carrey" Date: Tue, 19 Mar 2019 10:49:22 +0100 Subject: [PATCH] updating dependencies and devDependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7ab40cf..4e24e0e 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "any-promise": "^1.3.0", - "debug": "^2.6.9", - "restful-client": "~1.0.0", + "debug": "4.1.1", + "restful-client": "1.2.0", "thunkify-wrap": "~1.0.4" }, "devDependencies": { @@ -25,8 +25,8 @@ "istanbul-harmony": "*", "mocha": "*", "objectid": "^3.2.1", - "pedding": "~1.0.0", - "should": "~6.0.3" + "pedding": "1.1.0", + "should": "13.2.3" }, "homepage": "https://github.com/repo-utils/gitlab", "repository": {