From 0fed05820e2f9a7516a7d5ceaf84bc907ee88cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 06:42:35 +0000 Subject: [PATCH] Bump webpack-cli from 3.3.12 to 4.3.1 Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.12 to 4.3.1. - [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.3.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 4d0f5f6..ddcfcac 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.3.1", "webpack-dev-server": "^3.9.0" } }