diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-18 20:14:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 20:14:24 +0200 |
commit | 489fd4c3a00de3836b6b4902baa5cedfd964b686 (patch) | |
tree | dfd9afb5776dd920e472466f4e2bfff0170d654c /package.json | |
parent | b3880452bb9e33d10cac6da18a8e7ae673a5eff2 (diff) | |
parent | 20a83bed16d5631a41940a0459f987cb59f00780 (diff) | |
download | nextcloud-server-489fd4c3a00de3836b6b4902baa5cedfd964b686.tar.gz nextcloud-server-489fd4c3a00de3836b6b4902baa5cedfd964b686.zip |
Merge pull request #16778 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.2
Bump webpack from 4.39.1 to 4.39.2
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" }, |