From b58295501064d0473fad620e002959fd1f4845d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:49:54 +0000 Subject: [PATCH] Bump sinon from 16.1.0 to 16.1.3 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] --- 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 9802c34..f3527d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "passport-mock-strategy": "^2.0.0", "proxyquire": "^2.1.3", "resnap": "^1.0.1", - "sinon": "^16.1.0", + "sinon": "^16.1.3", "supertest": "^6.3.3" } }, @@ -6868,9 +6868,9 @@ } }, "node_modules/sinon": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", - "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz", + "integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 49dc455..7e50699 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "passport-mock-strategy": "^2.0.0", "proxyquire": "^2.1.3", "resnap": "^1.0.1", - "sinon": "^16.1.0", + "sinon": "^16.1.3", "supertest": "^6.3.3" } }