From 85867b76456aec27b170e043a19120eaa701fee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 05:45:17 +0000 Subject: [PATCH] chore(deps-dev): bump sinon in /javascript/packages/utils Bumps [sinon](https://github.com/sinonjs/sinon) from 17.0.2 to 19.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/v17.0.2...v19.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- javascript/packages/utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/packages/utils/package.json b/javascript/packages/utils/package.json index cabd83ef4..e72e1fb6e 100644 --- a/javascript/packages/utils/package.json +++ b/javascript/packages/utils/package.json @@ -45,7 +45,7 @@ "@types/sinon": "^17.0.3", "chai": "^4.3.10", "deep-equal-in-any-order": "^2.0.6", - "sinon": "^17.0.1", + "sinon": "^19.0.0", "yaml": "^2.4.1" }, "publishConfig": {