From 1f2a12ef4450b17e7d52513773bf69277e9d1131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:15:12 +0000 Subject: [PATCH] chore: bump sinon from 15.2.0 to 16.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.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/v15.2.0...v16.1.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 232d38d..b4eb69e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4267,9 +4267,9 @@ } }, "sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "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 34fde3d..26082c4 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "johnny-five": "^2.0.0", "mock-firmata": "0.2.0", "nodeunit": "^0.11.3", - "sinon": "^15.0.1", + "sinon": "^16.1.1", "standard-version": "^9.0.0" } }