From 0a568a6730e14aa23b17686d556e13fe712cb6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 01:07:38 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 10.0.1 to 18.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.1 to 18.0.0. - [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/v10.0.1...v18.0.0) --- 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 bbcda3c..9826e02 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "browserify": "^16.0.0", "expect.js": "~0.3.1", "mocha": "~6.2.0", - "sinon": "10.0.1" + "sinon": "18.0.0" } }