Skip to content

Commit

Permalink
chore(deps): update dependency chai to v4.3.5 (#14008)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 25, 2022
1 parent a86272c commit c0e6350
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"@types/sinon": "10.0.8",
"@types/validator": "13.7.1",
"acorn": "8.7.0",
"chai": "4.3.4",
"chai": "4.3.5",
"chai-as-promised": "7.1.1",
"chai-datetime": "1.8.0",
"cheerio": "1.0.0-rc.10",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Expand Up @@ -2053,7 +2053,20 @@ chai-datetime@1.8.0:
dependencies:
chai ">1.9.0"

chai@4.3.4, chai@>1.9.0:
chai@4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.5.tgz#784cf398a30cd45b8980181ba1a8c866c225b5df"
integrity sha512-0gKhNDL29PUlmwz1CG42p/OaBf1v0YD3oH4//YMS1niT7rLH9tC+lqTgk+SvdbhMLd7ToTtxA61orNBmpSO/DA==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
deep-eql "^3.0.1"
get-func-name "^2.0.0"
loupe "^2.3.0"
pathval "^1.1.1"
type-detect "^4.0.5"

chai@>1.9.0:
version "4.3.4"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
Expand Down Expand Up @@ -5940,6 +5953,14 @@ loose-envify@^1.0.0, loose-envify@^1.4.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"

loupe@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.0.tgz#cfae54d12853592e0ec455af490fd6867e26875e"
integrity sha512-b6TVXtF01VErh8IxN/MfdiWLQmttrenN98PPGS01kym8kGycJ9tqBXD6D+4sNEDhgE83+H0Mk1cVSl0mD1nNSg==
dependencies:
get-func-name "^2.0.0"
type-detect "^4.0.8"

lru-cache@^4.1.3:
version "4.1.5"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
Expand Down

0 comments on commit c0e6350

Please sign in to comment.