update: update dependency @types/sinon-chai to v3.2.5
This commit is contained in:
parent
ce31b28fdc
commit
0268424aef
|
@ -30,7 +30,7 @@
|
|||
"@types/mocha": "8.0.3",
|
||||
"@types/mock-fs": "4.10.0",
|
||||
"@types/node": "14.11.2",
|
||||
"@types/sinon-chai": "3.2.4",
|
||||
"@types/sinon-chai": "3.2.5",
|
||||
"@types/source-map-support": "0.5.3",
|
||||
"@typescript-eslint/eslint-plugin": "4.2.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "4.2.0",
|
||||
|
|
|
@ -436,10 +436,10 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/sinon-chai@3.2.4":
|
||||
version "3.2.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon-chai/-/sinon-chai-3.2.4.tgz#c425625681f4f8d3a43a7551a77f590ce1c49b21"
|
||||
integrity sha512-xq5KOWNg70PRC7dnR2VOxgYQ6paumW+4pTZP+6uTSdhpYsAUEeeT5bw6rRHHQrZ4KyR+M5ojOR+lje6TGSpUxA==
|
||||
"@types/sinon-chai@3.2.5":
|
||||
version "3.2.5"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon-chai/-/sinon-chai-3.2.5.tgz#df21ae57b10757da0b26f512145c065f2ad45c48"
|
||||
integrity sha512-bKQqIpew7mmIGNRlxW6Zli/QVyc3zikpGzCa797B/tRnD9OtHvZ/ts8sYXV+Ilj9u3QRaUEM8xrjgd1gwm1BpQ==
|
||||
dependencies:
|
||||
"@types/chai" "*"
|
||||
"@types/sinon" "*"
|
||||
|
|
Loading…
Reference in New Issue