From 1271083bf2c4d745e15707db2a8c501cffe835ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:15:20 -0700 Subject: [PATCH] Bump sinon from 16.1.3 to 18.0.0 in /packages/credentials (#664) Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 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/v16.1.3...v18.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 1c12fff9d..f34de87bf 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -104,7 +104,7 @@ "mocha-junit-reporter": "2.2.1", "playwright": "1.44.0", "rimraf": "5.0.7", - "sinon": "16.1.3", + "sinon": "18.0.0", "typescript": "5.4.5" } }