Skip to content

Commit

Permalink
dependency: bump growl and mocha
Browse files Browse the repository at this point in the history
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.

Removes `growl`

Updates `mocha` from 3.2.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v3.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: growl
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aleen42 committed Feb 26, 2024
1 parent 76bc8d7 commit f11b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.2.0"
"mocha": "10.3.0"
}
}

0 comments on commit f11b0bf

Please sign in to comment.