From 6d97225705bbb33b8e110a5552676a58954e2c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:20:07 -0600 Subject: [PATCH] chore(dev-deps): bump sinon from 16.1.0 to 16.1.3 (#715) Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.0 to 16.1.3. - [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.0...v16.1.3) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8d80913..ba5ccdc5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "oclif": "^4.0.3", "prettier": "^3.0.3", "shx": "^0.3.4", - "sinon": "^16.1.0", + "sinon": "^16.1.3", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, diff --git a/yarn.lock b/yarn.lock index bf792b4d..e0c0ed9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6277,10 +6277,10 @@ sigstore@^1.3.0, sigstore@^1.4.0, sigstore@^1.9.0: "@sigstore/tuf" "^1.0.3" make-fetch-happen "^11.0.1" -sinon@^16.1.0: - version "16.1.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2" - integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ== +sinon@^16.1.3: + version "16.1.3" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8" + integrity sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA== dependencies: "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers" "^10.3.0"