From e74e20134053b2fafbe5625ebce8845a467f7b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:17:09 +0100 Subject: [PATCH] Bump sinon from 16.1.0 to 16.1.1 (#821) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 91646209..edec0e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "nib": "~1.2.0", "process": "~0.11.10", "rimraf": "~5.0.5", - "sinon": "~16.1.0", + "sinon": "~16.1.1", "stats-webpack-plugin": "~0.7.0", "style-loader": "~3.3.3", "stylus": "~0.60.0", @@ -13997,10 +13997,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", @@ -27700,9 +27701,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 06b86b97..c64405ca 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "nib": "~1.2.0", "process": "~0.11.10", "rimraf": "~5.0.5", - "sinon": "~16.1.0", + "sinon": "~16.1.1", "stats-webpack-plugin": "~0.7.0", "style-loader": "~3.3.3", "stylus": "~0.60.0",