diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 09:08:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 09:08:50 +0000 |
commit | 6f895ec1835d7a6e8b84cc8b630d004e8b3bf848 (patch) | |
tree | 9f441c9665e9687e0ba0943b031b84bab37df22d /package-lock.json | |
parent | 357a33fd9ced0c0529092899b14a53ea6c6e103f (diff) | |
download | skyblock-api-6f895ec1835d7a6e8b84cc8b630d004e8b3bf848.tar.gz skyblock-api-6f895ec1835d7a6e8b84cc8b630d004e8b3bf848.tar.bz2 skyblock-api-6f895ec1835d7a6e8b84cc8b630d004e8b3bf848.zip |
Bump @types/mocha from 8.2.2 to 8.2.3 (#79)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)
---
updated-dependencies:
- dependency-name: "@types/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-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index fd7c875..9e7d147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,9 +101,9 @@ "dev": true }, "@types/mocha": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz", - "integrity": "sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==", + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", + "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", "dev": true }, "@types/mongodb": { |