From 341838b5026d2c3982de6458435452abb036ff74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Feb 2019 12:17:15 +0900 Subject: [PATCH] Update webpack requirement from 4.28.4 to 4.29.0 (#4077) 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.29.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9451065b1..121ecec2a 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "vuex-persistedstate": "2.5.4", "web-push": "3.3.3", "webfinger.js": "2.7.0", - "webpack": "4.28.4", + "webpack": "4.29.0", "webpack-cli": "3.2.1", "websocket": "1.0.28", "ws": "6.1.3",