From 95d8658a3fb41bfe442b13f32cc81884068aee1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:57:58 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 15.2.0 to 16.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.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/v15.2.0...v16.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... 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 166bc7d..122dfb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "open-cli": "7.2.0", "rollup": "3.29.0", "rollup-plugin-filesize": "10.0.0", - "sinon": "15.2.0", + "sinon": "16.1.0", "standard": "17.1.0", "start-server-and-test": "2.0.0", "xstate": "4.38.2" @@ -9372,9 +9372,9 @@ } }, "node_modules/sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "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 eb2fba5..b82f221 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "open-cli": "7.2.0", "rollup": "3.29.0", "rollup-plugin-filesize": "10.0.0", - "sinon": "15.2.0", + "sinon": "16.1.0", "standard": "17.1.0", "start-server-and-test": "2.0.0", "xstate": "4.38.2"