From 404509bd692fe23ae03a06d46490a4e38244ef23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 06:02:24 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.4.0 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.4.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@4.4.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 4d0f5f6..8866aa9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "typescript": "^4.0.3", "vuepress": "^1.5.4", "webpack": "^4.41.3", - "webpack-cli": "^3.3.10", + "webpack-cli": "^4.4.0", "webpack-dev-server": "^3.9.0" } }