From f329009ef63ff8fcb94662431c6adb490e763550 Mon Sep 17 00:00:00 2001 From: Maggie Nolan Date: Mon, 3 Jun 2019 11:17:50 -0700 Subject: [PATCH] chore(deps): update sinon and @types/sinon --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37f25201..1f6ae3b1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/nock": "^10.0.0", "@types/node": "^10.0.3", "@types/pretty-ms": "^4.0.0", - "@types/sinon": "^7.0.3", + "@types/sinon": "^7.0.12", "@types/tmp": "0.1.0", "codecov": "^3.0.0", "gts": "^1.0.0", @@ -63,7 +63,7 @@ "mocha": "^6.1.4", "nock": "^10.0.0", "nyc": "^14.1.0", - "sinon": "^7.0.0", + "sinon": "^7.3.2", "source-map-support": "^0.5.6", "tmp": "0.1.0", "typescript": "~3.4.0"