From 5e36ecbeea77ca8e837cd993bc0671041c7bcbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:46:53 +0000 Subject: [PATCH] build(deps-dev): bump sinon from 16.1.0 to 16.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.0 to 16.1.1. - [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.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1342e984..d12e6faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "jshint": "^2.13.6", "mocha": "^10.2.0", "proxyquire": "^2.1.3", - "sinon": "^16.1.0", + "sinon": "^16.1.1", "sinon-chai": "^3.7.0" }, "engines": { @@ -7223,10 +7223,11 @@ "dev": true }, "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.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz", + "integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==", "dev": true, + "hasInstallScript": true, "dependencies": { "@sinonjs/commons": "^3.0.0", "@sinonjs/fake-timers": "^10.3.0", @@ -13973,9 +13974,9 @@ "dev": true }, "sinon": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", - "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", + "version": "16.1.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz", + "integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==", "dev": true, "requires": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index fccdf89f..c2e6d7d7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "jshint": "^2.13.6", "mocha": "^10.2.0", "proxyquire": "^2.1.3", - "sinon": "^16.1.0", + "sinon": "^16.1.1", "sinon-chai": "^3.7.0" }, "main": "main.js",