diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-07-01 20:01:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 20:01:07 +0200 |
commit | 80ae51b496972680e8bc96321ea89237a9750839 (patch) | |
tree | 81820f495a907a81e9a195176376efac9053e4f1 /package.json | |
parent | 789187a4675472170f03ac4314a1aa1f32987d5b (diff) | |
parent | befed3b0e274f679d93127421eac0c327f027c55 (diff) | |
download | nextcloud-server-80ae51b496972680e8bc96321ea89237a9750839.tar.gz nextcloud-server-80ae51b496972680e8bc96321ea89237a9750839.zip |
Merge pull request #16159 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.5
Bump webpack-cli from 3.3.4 to 3.3.5
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 94cb0e141b4..d1bfa504ad6 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.10", "webpack": "^4.35.0", - "webpack-cli": "^3.3.4", + "webpack-cli": "^3.3.5", "webpack-merge": "^4.2.1" }, "browserslist": [ |