From 08413a75508520e0e5d7333c9b1186942eaa94af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 6 Nov 2018 05:35:53 +0900 Subject: [PATCH] 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3614a0f2f..cd542bcf6 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",