diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-27 15:49:50 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-27 15:49:50 +0900 |
| commit | ab92762320d7f3b12e251e47bf7f9ae93d121d4e (patch) | |
| tree | 0073b677445159810c3b4a9d13b8582b8e59effe /package.json | |
| parent | Update README.md [AUTOGEN] (#3415) (diff) | |
| download | misskey-ab92762320d7f3b12e251e47bf7f9ae93d121d4e.tar.gz misskey-ab92762320d7f3b12e251e47bf7f9ae93d121d4e.tar.bz2 misskey-ab92762320d7f3b12e251e47bf7f9ae93d121d4e.zip | |
Update webfinger.js requirement from 2.6.6 to 2.7.0 (#3414)
Updates the requirements on [webfinger.js](https://github.com/silverbucket/webfinger.js) to permit the latest version.
- [Release notes](https://github.com/silverbucket/webfinger.js/releases)
- [Changelog](https://github.com/silverbucket/webfinger.js/blob/master/RELEASE_CHECKLIST)
- [Commits](https://github.com/silverbucket/webfinger.js/commits/v2.7.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index acada1ce4f..2c27ad23f4 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "vuex": "3.0.1", "vuex-persistedstate": "2.5.4", "web-push": "3.3.3", - "webfinger.js": "2.6.6", + "webfinger.js": "2.7.0", "webpack": "4.26.0", "webpack-cli": "3.1.2", "websocket": "1.0.28", |