update: update dependency chai to v4.3.0
This commit is contained in:
parent
2eec4cd3d5
commit
1bdece6a40
|
@ -35,7 +35,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "4.14.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "4.14.0",
|
||||
"@typescript-eslint/parser": "4.14.0",
|
||||
"chai": "4.2.0",
|
||||
"chai": "4.3.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"eslint": "7.19.0",
|
||||
"eslint-plugin-chai": "0.0.1",
|
||||
|
|
|
@ -872,10 +872,10 @@ chai-as-promised@7.1.1:
|
|||
dependencies:
|
||||
check-error "^1.0.2"
|
||||
|
||||
chai@4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
|
||||
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
|
||||
chai@4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/chai/-/chai-4.3.0.tgz#5523a5faf7f819c8a92480d70a8cccbadacfc25f"
|
||||
integrity sha512-/BFd2J30EcOwmdOgXvVsmM48l0Br0nmZPlO0uOW4XKh6kpsUumRXBgPV+IlaqFaqr9cYbeoZAM1Npx0i4A+aiA==
|
||||
dependencies:
|
||||
assertion-error "^1.1.0"
|
||||
check-error "^1.0.2"
|
||||
|
|
Loading…
Reference in New Issue