From 1079edcdb78d09483ec3cb8f5cf41187a56a536d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:14:15 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47b064f..81f4bb7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@hapi/hoek": "^10.0.0", "@hapi/lab": "^25.0.1", "bluebird": "3.x", - "sinon": "^15.2.0" + "sinon": "^16.1.3" }, "peerDependencies": { "@hapi/hapi": ">= 18.0.0"