diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2019-02-03 00:35:03 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-03 00:35:03 +0900 |
| commit | 52cb0431855e183caa8436ad4f26f38408cf0dfb (patch) | |
| tree | dd7ce0418719a216d72bda0765e3a32e7ae66dda | |
| parent | New Crowdin translations (#4096) (diff) | |
| download | misskey-52cb0431855e183caa8436ad4f26f38408cf0dfb.tar.gz misskey-52cb0431855e183caa8436ad4f26f38408cf0dfb.tar.bz2 misskey-52cb0431855e183caa8436ad4f26f38408cf0dfb.zip | |
Update sharp requirement from 0.21.1 to 0.21.3 (#4097)
Updates the requirements on [sharp](https://github.com/lovell/sharp) to permit the latest version.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/master/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/commits/v0.21.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a3573638cc..5c1e11c4d3 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "rndstr": "1.0.0", "s-age": "1.1.2", "seedrandom": "2.4.4", - "sharp": "0.21.1", + "sharp": "0.21.3", "showdown": "1.9.0", "showdown-highlightjs-extension": "0.1.2", "speakeasy": "2.0.0", |