From 5c22fa8b9b8273a7fceb81521efe358bcc980c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:25:51 -0400 Subject: [PATCH] chore(deps-dev): bump sinon from 16.0.0 to 16.1.0 (#556) Bumps [sinon](https://github.com/sinonjs/sinon) from 16.0.0 to 16.1.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/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Dover --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c147d483..a0206981d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "nock": "^13.3.3", "path-browserify": "^1.0.1", "prettier": "^3.0.3", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "ts-loader": "^9.5.0", "ts-sinon": "^2.0.2", "typescript": "^5.2.2", @@ -5286,9 +5286,9 @@ } }, "node_modules/sinon": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", - "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", + "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index da9d9a2ed..8b30e548a 100644 --- a/package.json +++ b/package.json @@ -944,7 +944,7 @@ "nock": "^13.3.3", "path-browserify": "^1.0.1", "prettier": "^3.0.3", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "ts-loader": "^9.5.0", "ts-sinon": "^2.0.2", "typescript": "^5.2.2",