diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 03:51:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:51:09 -0500 |
commit | 3bffea7040356e0905c0c3d15fd4560e9ba4531f (patch) | |
tree | 1b816fc25c7f6f8c6e5740c7741f78f08d19c271 /package.json | |
parent | 6a69b98f9840996eb39f79594e75b9f2b967f3ea (diff) | |
download | skyblock-api-3bffea7040356e0905c0c3d15fd4560e9ba4531f.tar.gz skyblock-api-3bffea7040356e0905c0c3d15fd4560e9ba4531f.tar.bz2 skyblock-api-3bffea7040356e0905c0c3d15fd4560e9ba4531f.zip |
Bump mocha from 9.0.1 to 9.0.2 (#71)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.1 to 9.0.2.
- [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.1...v9.0.2)
---
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 f8ffd6c..d6dbe1a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/lru-cache": "^5.1.0", "@types/node-fetch": "^2.5.10", "dotenv": "^10.0.0", - "mocha": "^9.0.1", + "mocha": "^9.0.2", "ts-node": "^10.0.0", "typescript": "^4.3.5" } |