diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 08:50:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 08:50:59 -0500 |
commit | d8bcefc44eb95b2d592b4055612e42fce90e5b63 (patch) | |
tree | 179c31a8aeea42d9a7320a5fe143539541f2848a | |
parent | 677be65237f922ec2ea0b82afcaad81a6e76e839 (diff) | |
download | skyblock-api-d8bcefc44eb95b2d592b4055612e42fce90e5b63.tar.gz skyblock-api-d8bcefc44eb95b2d592b4055612e42fce90e5b63.tar.bz2 skyblock-api-d8bcefc44eb95b2d592b4055612e42fce90e5b63.zip |
Bump mocha from 8.3.2 to 8.4.0 (#26)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 8.4.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/v8.3.2...v8.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 2b2f5ed..3948fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -911,9 +911,9 @@ } }, "mocha": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz", - "integrity": "sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz", + "integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 07aa2af..35b8948 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/mongodb": "^3.6.12", "@types/node-fetch": "^2.5.10", "dotenv": "^9.0.0", - "mocha": "^8.3.2", + "mocha": "^8.4.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" } |