Skip to content

Commit 5eb8a74

Browse files
Update dependency chai to v4.5.0
1 parent d01d145 commit 5eb8a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@wdio/local-runner": "7.8.0",
1010
"@wdio/mocha-framework": "7.8.0",
1111
"@wdio/sync": "7.8.0",
12-
"chai": "4.3.4",
12+
"chai": "4.5.0",
1313
"chromedriver": "90.0.1",
1414
"mocha": "8.4.0",
1515
"ts-node": "9.1.1",
@@ -18,7 +18,7 @@
1818
},
1919
"description": "WebdriverIO end-to-end test automation boilerplate. Using TypeScript, ts-node, Mocha, Chai and Expect.",
2020
"devDependencies": {
21-
"@types/chai": "4.2.21",
21+
"@types/chai": "4.3.20",
2222
"@types/mocha": "8.2.3",
2323
"@types/node": "13.13.52",
2424
"husky": "6.0.0",

0 commit comments

Comments
 (0)