diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-08 11:50:47 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-07-08 11:57:16 +0000 |
commit | 94a992d0d6451a252521f746e3bca54551e2a458 (patch) | |
tree | 430534399283c54da065a60fab8885647f4553c7 /package.json | |
parent | eb092bbdc74fd10253e7a75850d5725df27daa25 (diff) | |
download | nextcloud-server-94a992d0d6451a252521f746e3bca54551e2a458.tar.gz nextcloud-server-94a992d0d6451a252521f746e3bca54551e2a458.zip |
Bump webpack from 4.35.0 to 4.35.2
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.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 8245a2c6b45..5c868c40639 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "url-loader": "^2.0.1", "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.10", - "webpack": "^4.35.0", + "webpack": "^4.35.2", "webpack-cli": "^3.3.5", "webpack-merge": "^4.2.1" }, |