From 351f6a07aa737dd028e88b48478b26c3945b04a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 05:16:25 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 16.0.0 to 16.1.0 in /javascript 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] --- javascript/package-lock.json | 8 ++++---- javascript/packages/utils/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 5435d0c41..2f0ba1c12 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -5647,9 +5647,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", @@ -6567,7 +6567,7 @@ "@types/sinon": "^10.0.18", "chai": "^4.3.10", "deep-equal-in-any-order": "^2.0.6", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "yaml": "^2.3.2" }, "engines": { diff --git a/javascript/packages/utils/package.json b/javascript/packages/utils/package.json index 6acf1271a..a9bc9c4b5 100644 --- a/javascript/packages/utils/package.json +++ b/javascript/packages/utils/package.json @@ -45,7 +45,7 @@ "@types/sinon": "^10.0.18", "chai": "^4.3.10", "deep-equal-in-any-order": "^2.0.6", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "yaml": "^2.3.2" }, "publishConfig": {