summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-11-06 05:35:53 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2018-11-06 05:35:53 +0900
commit08413a75508520e0e5d7333c9b1186942eaa94af (patch)
tree9c9ca4670392769c0f8991f5121df3e1e2f3eb0f /package.json
parent[Client] Fix bug (diff)
downloadmisskey-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.json2
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",