diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-01 06:27:14 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-01 06:27:14 +0000 |
commit | 4201f793ffea2c6ec3ad077f602a7dd6598ed871 (patch) | |
tree | 77934d540ef9917881275d9ecfd03358ec60e3bc /apps/accessibility/package.json | |
parent | ac1890a33f1aeed9e72f86fae54ff2cd4742a8a1 (diff) | |
download | nextcloud-server-4201f793ffea2c6ec3ad077f602a7dd6598ed871.tar.gz nextcloud-server-4201f793ffea2c6ec3ad077f602a7dd6598ed871.zip |
Bump webpack-cli from 3.1.1 to 3.1.2 in /apps/accessibility
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.1 to 3.1.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/v3.1.1...v3.1.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps/accessibility/package.json')
-rw-r--r-- | apps/accessibility/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json index c029a3af831..b4e23c3cea0 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -27,7 +27,7 @@ "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", "webpack": "^4.20.2", - "webpack-cli": "^3.1.1", + "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } } |