diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-04 01:13:41 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-08-04 07:57:44 +0000 |
commit | b84b78d20349bef8b2b2098374d9e16fe3889506 (patch) | |
tree | 25a93ab7dc3ad282707895770d00c145b86a2d2e /package.json | |
parent | bfcc3acc9a6a51439fe47968d7f14d734c879d49 (diff) | |
download | nextcloud-server-b84b78d20349bef8b2b2098374d9e16fe3889506.tar.gz nextcloud-server-b84b78d20349bef8b2b2098374d9e16fe3889506.zip |
Bump webpack from 4.38.0 to 4.39.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.38.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.38.0...v4.39.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.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 e0999937674..a544abe4e9f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "url-loader": "^2.1.0", "vue-loader": "^15.7.1", "vue-template-compiler": "^2.6.10", - "webpack": "^4.38.0", + "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "webpack-merge": "^4.2.1" }, |