diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-07 21:43:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 21:43:54 +0000 |
commit | af032dd33ffc8460845a53f398862cf085655c41 (patch) | |
tree | 636b2662a00faf1bdc2221f2bdf355b919548da6 /package.json | |
parent | d1d472563002099594089f135429610bb55a674e (diff) | |
download | nextcloud-server-af032dd33ffc8460845a53f398862cf085655c41.tar.gz nextcloud-server-af032dd33ffc8460845a53f398862cf085655c41.zip |
Bump webpack-cli from 4.7.0 to 4.7.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.0 to 4.7.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.2)
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index ff02f835319..6ece76bb14a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/axios": "^1.6.0", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.2", - "@nextcloud/event-bus": "^1.2.0", + "@nextcloud/event-bus": "^1.3.0", "@nextcloud/files": "^1.1.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", @@ -39,7 +39,7 @@ "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^1.1.2", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^3.10.0", + "@nextcloud/vue": "^3.10.1", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^4.0.2", "backbone": "^1.4.0", @@ -127,7 +127,7 @@ "vue-loader": "^15.9.7", "vue-template-compiler": "^2.6.12", "webpack": "^4.46.0", - "webpack-cli": "^4.7.0", + "webpack-cli": "^4.7.2", "webpack-merge": "^5.7.3", "webpack-node-externals": "^3.0.0" }, |