Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 (#45)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mocha from 7.2.0 to 8.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* ci(travis): drop node 8 & add node 12

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Sukka <isukkaw@gmail.com>
  • Loading branch information
dependabot-preview[bot] and SukkaW committed Sep 29, 2020
1 parent 4ab4adb commit 92965ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,8 +8,8 @@ cache:
- node_modules

node_js:
- "8"
- "10"
- "12"
- "node"

before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"chai": "^4.2.0",
"eslint": "^7.10.0",
"eslint-config-hexo": "^3.0.0",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"nyc": "^15.0.0",
"superstatic": "^7.0.1"
},
Expand Down

0 comments on commit 92965ac

Please sign in to comment.