diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-10-26 06:40:31 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-26 06:40:31 +0900 |
| commit | f00489196d9e85ac47c75eb37e5715b57a6ac97f (patch) | |
| tree | 665e8a9259b3adeb752403f732c210ffdf2b2d98 /package-lock.json | |
| parent | Bump html-minifier from 3.5.20 to 3.5.21 (#3015) (diff) | |
| download | misskey-f00489196d9e85ac47c75eb37e5715b57a6ac97f.tar.gz misskey-f00489196d9e85ac47c75eb37e5715b57a6ac97f.tar.bz2 misskey-f00489196d9e85ac47c75eb37e5715b57a6ac97f.zip | |
Bump @types/mocha from 5.2.3 to 5.2.5 (#3006)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.2.3 to 5.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)
Signed-off-by: dependabot[bot] <support@dependabot.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 1163db2999..29b1c99bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -544,9 +544,9 @@ }
},
"@types/mocha": {
- "version": "5.2.3",
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.3.tgz",
- "integrity": "sha512-C1wVVr7xhKu6c3Mb27dFzNYR05qvHwgtpN+JOYTGc1pKA7dCEDDYpscn7kul+bCUwa3NoGDbzI1pdznSOa397w=="
+ "version": "5.2.5",
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.5.tgz",
+ "integrity": "sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww=="
},
"@types/mongodb": {
"version": "3.1.12",
|