Skip to content

Commit 13227d1

Browse files
committed
Update dependency @types/chai to v4.3.2
1 parent 4da8c60 commit 13227d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@nomiclabs/hardhat-ethers": "2.1.0",
2020
"@nomiclabs/hardhat-waffle": "^2.0.3",
21-
"@types/chai": "4.3.1",
21+
"@types/chai": "4.3.2",
2222
"@types/dotenv": "8.2.0",
2323
"@types/mocha": "9.1.1",
2424
"@typescript-eslint/eslint-plugin": "5.32.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,11 +798,16 @@
798798
dependencies:
799799
"@types/node" "*"
800800

801-
"@types/chai@*", "@types/chai@4.3.1":
801+
"@types/chai@*":
802802
version "4.3.1"
803803
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
804804
integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
805805

806+
"@types/chai@4.3.2":
807+
version "4.3.2"
808+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.2.tgz#29b4afe85a0bb85f3d39a586f25038a8d78229b2"
809+
integrity sha512-TNeRJV5O1L0s7NM4Xg9q8HPbLnyAMQ9twPMul53hWRld//NnjV/VSw7InBCNrPJyWBPhyoSLlzR2mR9Fq5nJTg==
810+
806811
"@types/dotenv@8.2.0":
807812
version "8.2.0"
808813
resolved "https://registry.yarnpkg.com/@types/dotenv/-/dotenv-8.2.0.tgz#5cd64710c3c98e82d9d15844375a33bf1b45d053"

0 commit comments

Comments
 (0)