From 1fe4f20ed07510bcbdba6e1e9f1b5625d415ffee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:46:36 +0000 Subject: [PATCH] Bump sinon from 18.0.0 to 19.0.2 in /packages/credentials Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 19.0.2. - [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/v18.0.0...v19.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 db31444a3..97478b60b 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -105,7 +105,7 @@ "mocha-junit-reporter": "2.2.1", "playwright": "1.45.3", "rimraf": "5.0.7", - "sinon": "18.0.0", + "sinon": "19.0.2", "typescript": "5.4.5" } }