Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency mocha to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 13, 2018
1 parent 1dfc4c2 commit 31ed489
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion arduino-mocha/package.json
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"dependencies": {
"johnny-five": "^0.13.0",
"mocha": "^3.3.0"
"mocha": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion bowling-game/tabcorp/17-05-2017/package.json
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion bowling-game/tabcorp/31-05-2017/package.json
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion equal-sides-of-an-array/package.json
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion es6-promise/package.json
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"assert": "1.4.1",
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion revenge-of-the-pancakes/package.json
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}
2 changes: 1 addition & 1 deletion roman-numerals/package.json
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.0.1"
}
}

0 comments on commit 31ed489

Please sign in to comment.