From 3b5363c6f0364c0d042328aa4ccaf55e7e7829cd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 19 Jan 2023 20:10:44 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v15 (#977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency sinon to v15 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: meredithslota --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 636d3039..134339fc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "mocha": "^9.2.2", "null-loader": "^4.0.0", "pack-n-play": "^1.0.0-2", - "sinon": "^14.0.0", + "sinon": "^15.0.0", "ts-loader": "^8.0.0", "typescript": "^4.6.4", "webpack": "^5.0.0",