Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-08-07 17:18:57 +00:00
parent 7e2f56aae3
commit 31b9dd18d4
94 changed files with 345 additions and 477 deletions

View file

@ -8,7 +8,7 @@ This package contains type definitions for Sinon (https://sinonjs.org).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon.
### Additional Details
* Last updated: Sun, 14 May 2023 04:32:51 GMT
* Last updated: Tue, 01 Aug 2023 09:02:50 GMT
* Dependencies: [@types/sinonjs__fake-timers](https://npmjs.com/package/@types/sinonjs__fake-timers)
* Global values: `sinon`

View file

@ -775,7 +775,7 @@ declare namespace Sinon {
}
interface SinonMockStatic {
(): SinonExpectation;
(name?: string): SinonExpectation;
/**
* Creates a mock for the provided object.
* Does not change the object, but returns a mock object to set expectations on the objects methods.

View file

@ -1,6 +1,6 @@
{
"name": "@types/sinon",
"version": "10.0.15",
"version": "10.0.16",
"description": "TypeScript definitions for Sinon",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon",
"license": "MIT",
@ -57,6 +57,6 @@
"dependencies": {
"@types/sinonjs__fake-timers": "*"
},
"typesPublisherContentHash": "c87e5ef382887bbdb8c25d070fd87c515977fd4e28b3d8cf4293c673f5e33f2e",
"typesPublisherContentHash": "80a97a78fae8ba4177fdc4c2d9cb72ff3c90b9c29fbc7c54a1ecaa647e7128ed",
"typeScriptVersion": "4.3"
}