diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-24 02:18:27 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-24 02:18:27 +0000 |
commit | 2680310cd9a3f4c353e61fec09d3af8d2c5e7b3c (patch) | |
tree | 33649ae58676a6fab9b65c445f26c1d8bae4cbcc /settings/package.json | |
parent | 9d5f7c7f62feca6db96ef6541954b5d6ceaa2d79 (diff) | |
download | nextcloud-server-2680310cd9a3f4c353e61fec09d3af8d2c5e7b3c.tar.gz nextcloud-server-2680310cd9a3f4c353e61fec09d3af8d2c5e7b3c.zip |
Bump webpack from 4.28.1 to 4.28.2 in /settings
Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index e02ac4259f7..09705094776 100644 --- a/settings/package.json +++ b/settings/package.json @@ -41,7 +41,7 @@ "sass-loader": "^7.1.0", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", - "webpack": "^4.28.1", + "webpack": "^4.28.2", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.5" } |