diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-05 18:54:14 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-02-05 18:54:14 +0000 |
commit | 4649d98c36122c5da03a332fac108229b66c5fe7 (patch) | |
tree | c8d00b2e12629b301ef671f54fa9d22fadb9f745 /package.json | |
parent | 1ceddc1cc2b9a3757118830c3f92d80932fd77ef (diff) | |
download | nextcloud-server-4649d98c36122c5da03a332fac108229b66c5fe7.tar.gz nextcloud-server-4649d98c36122c5da03a332fac108229b66c5fe7.zip |
Bump webpack-cli from 3.2.1 to 3.2.3
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3.
- [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/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ff552cac95c..b6beea4ee3d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^4.29.0", - "webpack-cli": "^3.2.1", + "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } } |