diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-29 16:49:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 16:49:07 -0500 |
commit | 12ad7aea4e1ab37046d1ec13399f46b1d9bc904a (patch) | |
tree | 4fb5b05e885a818e17f5b4284715180c1c7f7ffd /package.json | |
parent | 2047be523ce678def4d015a0186dd54cede5ca19 (diff) | |
download | skyblock-api-12ad7aea4e1ab37046d1ec13399f46b1d9bc904a.tar.gz skyblock-api-12ad7aea4e1ab37046d1ec13399f46b1d9bc904a.tar.bz2 skyblock-api-12ad7aea4e1ab37046d1ec13399f46b1d9bc904a.zip |
Bump mocha from 8.4.0 to 9.0.1 (#62)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.1.
- [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/v8.4.0...v9.0.1)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
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 0f6829c..f128439 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": "^8.4.0", + "mocha": "^9.0.1", "ts-node": "^10.0.0", "typescript": "^4.3.2" } |