diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-01-30 16:06:28 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-01-30 16:06:28 +0900 |
| commit | 3ae8ff083bab10b8d6560a9a0f1e81a9c4cfff82 (patch) | |
| tree | cbc9f182eb3daae71409b537fac1c8b09c5f1ebd /package.json | |
| parent | Rename analyze to parse in MFM tests (diff) | |
| download | misskey-3ae8ff083bab10b8d6560a9a0f1e81a9c4cfff82.tar.gz misskey-3ae8ff083bab10b8d6560a9a0f1e81a9c4cfff82.tar.bz2 misskey-3ae8ff083bab10b8d6560a9a0f1e81a9c4cfff82.zip | |
Update @types/mongodb requirement from 3.1.18 to 3.1.19 (#4041)
Updates the requirements on [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped) to permit the latest version.
- [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 '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 655c923656..ce73c17ca0 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/minio": "7.0.1", "@types/mkdirp": "0.5.2", "@types/mocha": "5.2.5", - "@types/mongodb": "3.1.18", + "@types/mongodb": "3.1.19", "@types/ms": "0.7.30", "@types/node": "10.12.18", "@types/nodemailer": "4.6.5", |