From bb237fbd505483f94cc7b4f7a96d31394403a0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:41:35 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 13.0.2 to 19.0.2 Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 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/v13.0.2...v19.0.2) --- 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 e7d31db38f..dc7e169de5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsdoc": "^3.6.4", "jsdoc-baseline": "^0.1.5", "mocha": "^9.0.2", - "sinon": "^13.0.1" + "sinon": "^19.0.2" }, "engines": { "node": ">=18.0.0"