diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-25 06:13:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 06:13:24 +0000 |
commit | f07d2cb70bcbd11d9559973d2ff99fa7f3b77e4b (patch) | |
tree | a41de6ae80c1f30d338fa8035e6e08c3078f2019 /package.json | |
parent | 8867c8954dd00eb54a21dd4068c95087e780c305 (diff) | |
download | skyblock-api-f07d2cb70bcbd11d9559973d2ff99fa7f3b77e4b.tar.gz skyblock-api-f07d2cb70bcbd11d9559973d2ff99fa7f3b77e4b.tar.bz2 skyblock-api-f07d2cb70bcbd11d9559973d2ff99fa7f3b77e4b.zip |
Bump mocha from 9.1.4 to 9.2.0 (#195)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.4 to 9.2.0.
- [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.1.4...v9.2.0)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 e84b08d..9a13036 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mongodb": "^4.0.7", "@types/node": "^17.0.12", "dotenv": "^14.2.0", - "mocha": "^9.1.4", + "mocha": "^9.2.0", "ts-node": "^10.4.0", "typescript": "^4.5.5" }, |