diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-26 06:11:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 06:11:55 +0000 |
commit | 44a628d1e1ebe6ddbe0a68469ff757ee5c07b56e (patch) | |
tree | 0abd515b86e5bc0226aca7feb03b59d9d521876f /package.json | |
parent | 04fc4edda103d3382c40a1aaf6040d120fe3ccc2 (diff) | |
download | skyblock-api-44a628d1e1ebe6ddbe0a68469ff757ee5c07b56e.tar.gz skyblock-api-44a628d1e1ebe6ddbe0a68469ff757ee5c07b56e.tar.bz2 skyblock-api-44a628d1e1ebe6ddbe0a68469ff757ee5c07b56e.zip |
Bump mocha from 9.0.2 to 9.0.3 (#93)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v9.0.2...v9.0.3)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f3a1db9..b226970 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", "dotenv": "^10.0.0", - "mocha": "^9.0.2", + "mocha": "^9.0.3", "ts-node": "^10.1.0", "typescript": "^4.3.5" } |