diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-12-01 07:16:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-01 07:16:53 +0900 |
| commit | 1c99ef454b3fc79ef410064a4fdd02dc5cd09ad9 (patch) | |
| tree | 527027b1f67210b062c2c58875c6ab224c04631d | |
| parent | Fix media video (#3452) (diff) | |
| download | sharkey-1c99ef454b3fc79ef410064a4fdd02dc5cd09ad9.tar.gz sharkey-1c99ef454b3fc79ef410064a4fdd02dc5cd09ad9.tar.bz2 sharkey-1c99ef454b3fc79ef410064a4fdd02dc5cd09ad9.zip | |
Update webpack requirement from 4.26.0 to 4.26.1 (#3453)
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.1)
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 86350ee6fb..0268a6c679 100644 --- a/package.json +++ b/package.json @@ -236,7 +236,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.3", "webfinger.js": "2.7.0", - "webpack": "4.26.0", + "webpack": "4.26.1", "webpack-cli": "3.1.2", "websocket": "1.0.28", "ws": "6.1.2", |