update: update dependency @types/chai to v4.2.5
This commit is contained in:
parent
5119e1f8c1
commit
0eae9e63e5
|
@ -37,7 +37,7 @@
|
|||
"@microsoft/api-documenter": "7.5.8",
|
||||
"@microsoft/api-extractor": "7.5.6",
|
||||
"@types/bunyan": "1.8.6",
|
||||
"@types/chai": "4.2.4",
|
||||
"@types/chai": "4.2.5",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
"@types/deep-diff": "1.0.0",
|
||||
"@types/js-yaml": "3.12.1",
|
||||
|
|
|
@ -205,11 +205,16 @@
|
|||
dependencies:
|
||||
"@types/chai" "*"
|
||||
|
||||
"@types/chai@*", "@types/chai@4.2.4":
|
||||
"@types/chai@*":
|
||||
version "4.2.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/chai/-/chai-4.2.4.tgz#8936cffad3c96ec470a2dc26a38c3ba8b9b6f619"
|
||||
integrity sha512-7qvf9F9tMTzo0akeswHPGqgUx/gIaJqrOEET/FCD8CFRkSUHlygQiM5yB6OvjrtdxBVLSyw7COJubsFYs0683g==
|
||||
|
||||
"@types/chai@4.2.5":
|
||||
version "4.2.5"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/chai/-/chai-4.2.5.tgz#f8da153ebbe30babb0adc9a528b9ad32be3175a2"
|
||||
integrity sha512-YvbLiIc0DbbhiANrfVObdkLEHJksQZVq0Uvfg550SRAKVYaEJy+V70j65BVe2WNp6E3HtKsUczeijHFCjba3og==
|
||||
|
||||
"@types/deep-diff@1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/deep-diff/-/deep-diff-1.0.0.tgz#7eba3202a99b3a207f758f351f7f86387269fc40"
|
||||
|
|
Loading…
Reference in New Issue