Skip to content

Commit 4af8ca2

Browse files
Update chai requirement from ~1.8.1 to ~4.2.0
Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/master/History.md) - [Commits](https://github.com/chaijs/chai/commits/4.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34bb21c commit 4af8ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"mocha": "~1.17.0",
1313
"csv": "~0.3.6",
14-
"chai": "~1.8.1"
14+
"chai": "~4.2.0"
1515
},
1616
"scripts": {
1717
"test": "mocha tests/"

0 commit comments

Comments
 (0)