diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-01-02 08:15:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 08:15:41 +0100 |
commit | 06be6f57a5153d5fa91f1a56b16fc151b798dba6 (patch) | |
tree | 0951dcf472f78148ed992e82af89ce5265737cdd /apps/oauth2/package.json | |
parent | 30db4b73a570c200c8b2183bfe6531b6cd112b37 (diff) | |
parent | a67c2a2aa5ed7bbf85e144a93eeea7192e7094ea (diff) | |
download | nextcloud-server-06be6f57a5153d5fa91f1a56b16fc151b798dba6.tar.gz nextcloud-server-06be6f57a5153d5fa91f1a56b16fc151b798dba6.zip |
Merge pull request #13300 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.28.3
Bump webpack from 4.28.2 to 4.28.3 in /apps/oauth2
Diffstat (limited to 'apps/oauth2/package.json')
-rw-r--r-- | apps/oauth2/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/package.json b/apps/oauth2/package.json index f8e25b2ff70..2d3349241a2 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -24,7 +24,7 @@ "file-loader": "^3.0.1", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", - "webpack": "^4.28.2", + "webpack": "^4.28.3", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.5" } |