Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-14 00:11:08 +0300
committerGitHub <noreply@github.com>2019-06-14 00:11:08 +0300
commit40814e7b04c1f92952b9ce43e5d6a52458e6e64d (patch)
treef5d0026cf48c20b81125c16029239d70b7e4594e /package.json
parent8c945eec5445a44a84019ea3a9a444b495fd5abf (diff)
Bump webpack-cli from 3.3.2 to 3.3.4
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.2 to 3.3.4. - [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.2...v3.3.4) Signed-off-by: dependabot-preview[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 68b24605f..f22586d93 100644
--- a/package.json
+++ b/package.json
@@ -75,7 +75,7 @@
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.33.0",
- "webpack-cli": "^3.3.2",
+ "webpack-cli": "^3.3.4",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2"
},