diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-11-06 05:35:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-06 05:35:53 +0900 |
| commit | 08413a75508520e0e5d7333c9b1186942eaa94af (patch) | |
| tree | 9c9ca4670392769c0f8991f5121df3e1e2f3eb0f /package.json | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-08413a75508520e0e5d7333c9b1186942eaa94af.tar.gz misskey-08413a75508520e0e5d7333c9b1186942eaa94af.tar.bz2 misskey-08413a75508520e0e5d7333c9b1186942eaa94af.zip | |
Update webpack requirement from 4.23.1 to 4.25.1 (#3136)
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.25.1)
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 3614a0f2f8..cd542bcf67 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.3", "webfinger.js": "2.6.6", - "webpack": "4.23.1", + "webpack": "4.25.1", "webpack-cli": "3.1.2", "websocket": "1.0.28", "ws": "6.1.0", |