diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 06:10:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 06:10:28 +0000 |
commit | 57ce88c26149a84a8b78c3dc90f412045cf251f5 (patch) | |
tree | 8c950ba7f08f9b4dd5322c0563897f20ee746053 | |
parent | b28acc17ecf8b52650b490a1380d09fbada0f84a (diff) | |
download | skyblock-api-57ce88c26149a84a8b78c3dc90f412045cf251f5.tar.gz skyblock-api-57ce88c26149a84a8b78c3dc90f412045cf251f5.tar.bz2 skyblock-api-57ce88c26149a84a8b78c3dc90f412045cf251f5.zip |
Bump mocha from 9.0.3 to 9.1.0 (#108)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.3 to 9.1.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/v9.0.3...v9.1.0)
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 21f3636..84878ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -352,9 +352,9 @@ "dev": true }, "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { "ansi-styles": "^4.1.0", @@ -964,9 +964,9 @@ } }, "mocha": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.0.3.tgz", - "integrity": "sha512-hnYFrSefHxYS2XFGtN01x8un0EwNu2bzKvhpRFhgoybIvMaOkkL60IVPmkb5h6XDmUl4IMSB+rT5cIO4/4bJgg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz", + "integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 07726f7..22ec01f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lru-cache": "^5.1.1", "@types/node-fetch": "^2.5.12", "dotenv": "^10.0.0", - "mocha": "^9.0.3", + "mocha": "^9.1.0", "ts-node": "^10.2.1", "typescript": "^4.3.5" } |