diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 06:10:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 06:10:32 +0000 |
commit | a48c756578a9442c2d9dddee8032ed52d0bbd003 (patch) | |
tree | fd68ab93ccc62be0fefd40fa6c67ffc02a1c81e8 | |
parent | ea18a9e6a75c151be67990509e2ac8111640d69f (diff) | |
download | skyblock-api-a48c756578a9442c2d9dddee8032ed52d0bbd003.tar.gz skyblock-api-a48c756578a9442c2d9dddee8032ed52d0bbd003.tar.bz2 skyblock-api-a48c756578a9442c2d9dddee8032ed52d0bbd003.zip |
Bump mocha from 9.1.0 to 9.1.1 (#113)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.0 to 9.1.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.1.0...v9.1.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>
-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 3bccaa5..69ccf59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -959,9 +959,9 @@ } }, "mocha": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.0.tgz", - "integrity": "sha512-Kjg/XxYOFFUi0h/FwMOeb6RoroiZ+P1yOfya6NK7h3dNhahrJx1r2XIT3ge4ZQvJM86mdjNA+W5phqRQh7DwCg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-0wE74YMgOkCgBUj8VyIDwmLUjTsS13WV1Pg7l0SHea2qzZzlq7MDnfbPsHKcELBRk3+izEVkRofjmClpycudCA==", "dev": true, "requires": { "@ungap/promise-all-settled": "1.1.2", diff --git a/package.json b/package.json index 7855da7..31b8509 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.1.0", + "mocha": "^9.1.1", "ts-node": "^10.2.1", "typescript": "^4.4.2" } |