diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-27 06:11:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 06:11:23 +0000 |
commit | 03a8540dd019eee5430f71118f7ef46aeafa8898 (patch) | |
tree | f55fec9dd2bd71bb1f687a854721f0b60f80dc31 /package.json | |
parent | d1a363590510dc13d710c2b4b6ce95a6a3ffdefa (diff) | |
download | skyblock-api-03a8540dd019eee5430f71118f7ef46aeafa8898.tar.gz skyblock-api-03a8540dd019eee5430f71118f7ef46aeafa8898.tar.bz2 skyblock-api-03a8540dd019eee5430f71118f7ef46aeafa8898.zip |
Bump mocha from 9.1.1 to 9.1.2 (#129)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.1 to 9.1.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.1.1...v9.1.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 e5294d1..9a556ae 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/mongodb": "^4.0.7", "@types/node": "^16.10.1", "dotenv": "^10.0.0", - "mocha": "^9.1.1", + "mocha": "^9.1.2", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, |