update: update dependency @types/sinon to v7.5.1
This commit is contained in:
parent
2ba9c1bf4a
commit
819aa65813
|
@ -46,7 +46,7 @@
|
|||
"@types/mocha": "5.2.7",
|
||||
"@types/mock-fs": "4.10.0",
|
||||
"@types/recursive-readdir": "2.2.0",
|
||||
"@types/sinon": "7.5.0",
|
||||
"@types/sinon": "7.5.1",
|
||||
"@types/sinon-chai": "3.2.3",
|
||||
"@types/source-map-support": "0.5.0",
|
||||
"@types/yargs": "13.0.3",
|
||||
|
|
|
@ -299,11 +299,16 @@
|
|||
"@types/chai" "*"
|
||||
"@types/sinon" "*"
|
||||
|
||||
"@types/sinon@*", "@types/sinon@7.5.0":
|
||||
"@types/sinon@*":
|
||||
version "7.5.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6"
|
||||
integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw==
|
||||
|
||||
"@types/sinon@7.5.1":
|
||||
version "7.5.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
|
||||
integrity sha512-EZQUP3hSZQyTQRfiLqelC9NMWd1kqLcmQE0dMiklxBkgi84T+cHOhnKpgk4NnOWpGX863yE6+IaGnOXUNFqDnQ==
|
||||
|
||||
"@types/source-map-support@0.5.0":
|
||||
version "0.5.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.0.tgz#40f47e68bc0bdf54d19dddad4550f521cdb9968c"
|
||||
|
|
Loading…
Reference in New Issue