diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-06 06:52:29 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-06 06:52:29 +0000 |
commit | 3ff981d7d17946fb0cad68691112b5832872ba1c (patch) | |
tree | dc9d745e0482f6eb29bf0c9c994d36f58b7484ac /apps/oauth2/package.json | |
parent | 402b51d7ac2417f9ba6a87651bb1004d872b089f (diff) | |
download | nextcloud-server-3ff981d7d17946fb0cad68691112b5832872ba1c.tar.gz nextcloud-server-3ff981d7d17946fb0cad68691112b5832872ba1c.zip |
Bump webpack from 4.27.0 to 4.27.1 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.0 to 4.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.0...v4.27.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
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 2ebc62e0b93..33c2fc6731d 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -24,7 +24,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", - "webpack": "^4.27.0", + "webpack": "^4.27.1", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } |