diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-22 05:29:02 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-22 05:29:02 +0900 |
| commit | 5fbc77795dfc7e9df28fe0de6a91b9dfb5f8ed8e (patch) | |
| tree | ca3d3226726e08e83f0aa26e930be65b122e217d | |
| parent | Update vue-i18n requirement from 8.3.1 to 8.3.2 (#3372) (diff) | |
| download | sharkey-5fbc77795dfc7e9df28fe0de6a91b9dfb5f8ed8e.tar.gz sharkey-5fbc77795dfc7e9df28fe0de6a91b9dfb5f8ed8e.tar.bz2 sharkey-5fbc77795dfc7e9df28fe0de6a91b9dfb5f8ed8e.zip | |
Update webpack requirement from 4.25.1 to 4.26.0 (#3371)
Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/commits/v4.26.0)
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 4061ca5595..f4fcd11e2b 100644 --- a/package.json +++ b/package.json @@ -234,7 +234,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.3", "webfinger.js": "2.6.6", - "webpack": "4.25.1", + "webpack": "4.26.0", "webpack-cli": "3.1.2", "websocket": "1.0.28", "ws": "6.1.0", |