diff options
author | dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> | 2019-05-26 01:14:09 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-05-27 11:35:14 +0200 |
commit | 53f18a97703fcc38ac02930aefb7575df791ac56 (patch) | |
tree | 1496ff28fc1e079089697c192dcb0f6595958e09 /package.json | |
parent | 2736f54785923e0ed72eb0e10dec16674c30cfcd (diff) | |
download | nextcloud-server-53f18a97703fcc38ac02930aefb7575df791ac56.tar.gz nextcloud-server-53f18a97703fcc38ac02930aefb7575df791ac56.zip |
Bump webpack from 4.31.0 to 4.32.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 90dedb2d2d9..b89cc062185 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "url-loader": "^1.1.2", "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.10", - "webpack": "^4.31.0", + "webpack": "^4.32.2", "webpack-cli": "^3.3.2", "webpack-merge": "^4.2.1" } |