chore(deps-dev): bump sinon from 9.2.3 to 9.2.4 (#1781)

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.3 to 9.2.4.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.2.3...v9.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-26 07:20:05 -05:00
committed by GitHub
parent 8c383235af
commit 8ac3a3bc37
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8029,14 +8029,14 @@
} }
}, },
"sinon": { "sinon": {
"version": "9.2.3", "version": "9.2.4",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.3.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.2.4.tgz",
"integrity": "sha512-m+DyAWvqVHZtjnjX/nuShasykFeiZ+nPuEfD4G3gpvKGkXRhkF/6NSt2qN2FjZhfrcHXFzUzI+NLnk+42fnLEw==", "integrity": "sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sinonjs/commons": "^1.8.1", "@sinonjs/commons": "^1.8.1",
"@sinonjs/fake-timers": "^6.0.1", "@sinonjs/fake-timers": "^6.0.1",
"@sinonjs/samsam": "^5.3.0", "@sinonjs/samsam": "^5.3.1",
"diff": "^4.0.2", "diff": "^4.0.2",
"nise": "^4.0.4", "nise": "^4.0.4",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
+1 -1
View File
@@ -79,7 +79,7 @@
"gts": "^3.1.0", "gts": "^3.1.0",
"mocha": "^8.2.1", "mocha": "^8.2.1",
"nodemon": "^2.0.7", "nodemon": "^2.0.7",
"sinon": "^9.2.3", "sinon": "^9.2.4",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typescript": "^4.1.3", "typescript": "^4.1.3",
"webpack": "^5.16.0" "webpack": "^5.16.0"