diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-09 02:15:27 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-11 14:27:34 +0100 |
commit | c1c09dd47c6946417a2dc7046115aef1fb9594f2 (patch) | |
tree | afdf33e097f14a2031f6423d70cd1dd07fb9a470 /package.json | |
parent | 34dc165132a06211e2ba10dcb9826cf6ed5096f6 (diff) | |
download | nextcloud-server-c1c09dd47c6946417a2dc7046115aef1fb9594f2.tar.gz nextcloud-server-c1c09dd47c6946417a2dc7046115aef1fb9594f2.zip |
Bump webpack from 4.29.1 to 4.29.3
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3)
Signed-off-by: dependabot[bot] <support@dependabot.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 baa2c3b3005..580bbb975d6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "url-loader": "^1.1.2", - "webpack": "^4.29.1", + "webpack": "^4.29.3", "webpack-cli": "^3.2.3", "webpack-merge": "^4.2.1" } |