From a471f36509825a8843a531d9571af5985f5d64f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:00:30 +0000 Subject: [PATCH] deps(dev): bump sinon from 15.2.0 to 16.1.3 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.1.3. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.1.3) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e67489d7..9a82bd4a 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "devDependencies": { "@types/sinon": "^10.0.14", "aegir": "^40.0.2", - "sinon": "^15.0.0" + "sinon": "^16.1.3" }, "browser": { "./dist/src/resolvers/dns.js": "./dist/src/resolvers/dns.browser.js"