chore(deps): update dependency @types/sinon to v17 #65
2 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
"@types/jest": "^27.0.2",
|
||||
"@types/jsdom": "^21.0.0",
|
||||
"@types/node": "^16.10.5",
|
||||
"@types/sinon": "^10.0.0",
|
||||
"@types/sinon": "^17.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
|
||||
|
|
|
@ -964,10 +964,10 @@
|
|||
"@types/node" "*"
|
||||
"@types/send" "*"
|
||||
|
||||
"@types/sinon@^10.0.0":
|
||||
version "10.0.20"
|
||||
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz"
|
||||
integrity sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==
|
||||
"@types/sinon@^17.0.0":
|
||||
version "17.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.3.tgz#9aa7e62f0a323b9ead177ed23a36ea757141a5fa"
|
||||
integrity sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==
|
||||
dependencies:
|
||||
"@types/sinonjs__fake-timers" "*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue