From ab92762320d7f3b12e251e47bf7f9ae93d121d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 27 Nov 2018 15:49:50 +0900 Subject: [PATCH] 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acada1ce4..2c27ad23f 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",