diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-17 06:11:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 06:11:09 +0000 |
commit | 3103f149ed967bc0d00051d2d1a44089b97f0369 (patch) | |
tree | a6372077c621f28011c913d291b051f16d704126 /package.json | |
parent | 455fd7d74fa265e3f052acfda417cea2ade371c2 (diff) | |
download | skyblock-api-3103f149ed967bc0d00051d2d1a44089b97f0369.tar.gz skyblock-api-3103f149ed967bc0d00051d2d1a44089b97f0369.tar.bz2 skyblock-api-3103f149ed967bc0d00051d2d1a44089b97f0369.zip |
Bump mocha from 9.1.3 to 9.1.4 (#183)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.1.4.
- [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.3...v9.1.4)
---
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 18dca97..f4877a3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/mongodb": "^4.0.7", "@types/node": "^17.0.8", "dotenv": "^11.0.0", - "mocha": "^9.1.3", + "mocha": "^9.1.4", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, |