From f5c5efd0bdda1991ec1c869c5f2d1af9cdd75d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 02:24:36 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 14.0.2 to 15.0.0 (#90) Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.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/v14.0.2...v15.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c5df9d..3ebbc96 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@fastify/pre-commit": "2.0.2", "fastify": "^4.3.0", "node-fetch": "^2.6.7", - "sinon": "^14.0.0", + "sinon": "^15.0.0", "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.25.0"