From 593e14614fc99628cd1555852de4105bafe88754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:41:23 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 16.1.3 to 17.0.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.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/v16.1.3...v17.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 c2715c0..214025e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "pre-commit": "^1.1.3", "rimraf": "^5.0.0", "semantic-release": "^22.0.5", - "sinon": "^16.0.0", + "sinon": "^17.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.6", "webdriverio": "^8.0.5"