diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-21 11:36:20 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-21 11:36:20 +0000 |
commit | f4353a9acd92bbd8ff8ffff28da7aecb9109122e (patch) | |
tree | dc6a43959b70d95c68794b3971586c18334f03b7 /apps/oauth2/package.json | |
parent | f544c9fec9e24f7216aafdada680378044ddaf61 (diff) | |
download | nextcloud-server-f4353a9acd92bbd8ff8ffff28da7aecb9109122e.tar.gz nextcloud-server-f4353a9acd92bbd8ff8ffff28da7aecb9109122e.zip |
Bump webpack from 4.20.2 to 4.22.0 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.20.2 to 4.22.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.20.2...v4.22.0)
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 bb061f36bbc..465427cc66d 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.20.2", + "webpack": "^4.22.0", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } |