From ac23b8cb7213c16d88d8066f5b868194c1807c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 27 Jan 2018 20:41:28 +0000 Subject: [PATCH 1/2] chore: pin sinon to 4.1.5 (#496) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e30685..5ce694e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "quiet-grunt": "0.2.x", "semver": "5.4.x", "semver-sort": "0.0.x", - "sinon": "4.1.x", + "sinon": "4.1.5", "source-map-support": "0.5.x" }, "dependencies": { From 6376d405843f03dd99a4d7864289e0f9f8ed7be9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 2 Feb 2018 16:03:29 +0000 Subject: [PATCH 2/2] fix(package): update yargs to version 11.0.0 (#491) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ce694e..3e8f5a9 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ }, "dependencies": { "jsdom": "^9.12.0", - "yargs": "^10.0.3" + "yargs": "^11.0.0" } }