From 4f0329ea06495b3e679c52747148d609d8dab633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 26 Jun 2018 21:37:00 -0700 Subject: [PATCH] chore(deps): update dependency sinon to v6 (#60) --- packages/google-cloud-dns/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-dns/samples/package.json b/packages/google-cloud-dns/samples/package.json index e512e9a4be4..077c4b4627f 100644 --- a/packages/google-cloud-dns/samples/package.json +++ b/packages/google-cloud-dns/samples/package.json @@ -22,7 +22,7 @@ "ava": "0.25.0", "nyc": "12.0.2", "proxyquire": "2.0.1", - "sinon": "5.1.1", + "sinon": "6.0.1", "uuid": "3.2.1" } }