diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-18 01:12:52 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-08-18 14:22:01 +0000 |
commit | 20a83bed16d5631a41940a0459f987cb59f00780 (patch) | |
tree | 1e32becd63807741d80d1bd29d06b52af0282a0e /package.json | |
parent | 5b09460d4fb1ee0b05f2a168b781d4d050daf387 (diff) | |
download | nextcloud-server-20a83bed16d5631a41940a0459f987cb59f00780.tar.gz nextcloud-server-20a83bed16d5631a41940a0459f987cb59f00780.zip |
Bump webpack from 4.39.1 to 4.39.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.39.1 to 4.39.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2)
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 bc5057aae3a..3afcce3e358 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.39.1", + "webpack": "^4.39.2", "webpack-cli": "^3.3.6", "webpack-merge": "^4.2.1" }, |