diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-04 19:36:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 19:36:54 -0600 |
commit | 9df66a014a945900f553165db3d4a863a864aece (patch) | |
tree | 9742f448a640e6de50d35245d249ce3000616ead /package.json | |
parent | 7a302fd7496333137043cc6469ccf3681624f1e2 (diff) | |
download | skyblock-api-9df66a014a945900f553165db3d4a863a864aece.tar.gz skyblock-api-9df66a014a945900f553165db3d4a863a864aece.tar.bz2 skyblock-api-9df66a014a945900f553165db3d4a863a864aece.zip |
Bump mocha from 9.2.0 to 9.2.1 (#215)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.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/v9.2.0...v9.2.1)
---
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 4e9dbe2..36553af 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mongodb": "^4.0.7", "@types/node": "^17.0.21", "dotenv": "^16.0.0", - "mocha": "^9.2.0", + "mocha": "^9.2.1", "ts-node": "^10.5.0", "typescript": "^4.6.2" }, |