diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-23 19:17:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-23 19:17:11 +0000 |
commit | 09373b1f4162531d689060062b09ee7e3699f7b1 (patch) | |
tree | bcb1a7c1ffa81e473152f48daec5372d6c940bc7 /apps/accessibility/package.json | |
parent | a5b76d7932b037c13bad0e00d5b975f725014be8 (diff) | |
download | nextcloud-server-09373b1f4162531d689060062b09ee7e3699f7b1.tar.gz nextcloud-server-09373b1f4162531d689060062b09ee7e3699f7b1.zip |
Bump webpack-cli from 3.0.8 to 3.1.0 in /apps/accessibility
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.8 to 3.1.0.
- [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/commits)
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 7febbf7616a..c1df1e534d5 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -27,7 +27,7 @@ "vue-loader": "^15.2.6", "vue-template-compiler": "^2.5.16", "webpack": "^4.16.1", - "webpack-cli": "^3.0.8", + "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.3" } } |