diff options
author | dependabot[bot] <support@dependabot.com> | 2018-06-26 10:07:52 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-06-26 10:07:52 +0000 |
commit | 78e6324b6982db8902d16731aacc9ae3d5244c1a (patch) | |
tree | 6788fc080914d1e987c75255a1d9dc3fb766ce8e /apps | |
parent | 684ee622a11238236518934a52e07ea49d96334b (diff) | |
download | nextcloud-server-78e6324b6982db8902d16731aacc9ae3d5244c1a.tar.gz nextcloud-server-78e6324b6982db8902d16731aacc9ae3d5244c1a.zip |
Bump webpack-cli from 3.0.4 to 3.0.8 in /apps/accessibility
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.0.4 to 3.0.8.
- [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.0.4...v3.0.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accessibility/package-lock.json | 6 | ||||
-rw-r--r-- | apps/accessibility/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/accessibility/package-lock.json b/apps/accessibility/package-lock.json index 1d0033a0617..ba7de34026f 100644 --- a/apps/accessibility/package-lock.json +++ b/apps/accessibility/package-lock.json @@ -7551,9 +7551,9 @@ } }, "webpack-cli": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.4.tgz", - "integrity": "sha512-r5R0hMck4GxUS6a3TXClwi1KhQfnHZRtIfXqsSytQZG4kawKMhTtd5//uNZGoGks/h61Zv5jMnR6jwx15Qf8dA==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.8.tgz", + "integrity": "sha512-KnRLJ0BUaYRqrhAMb9dv3gzdmhmgIMKo0FmdsnmfqbPGtLnnZ6tORZAvmmKfr+A0VgiVpqC60Gv7Ofg0R2CHtQ==", "dev": true, "requires": { "chalk": "^2.4.1", diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json index c592ae10b4b..bab1a1a19b3 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -29,7 +29,7 @@ "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", "webpack": "^4.12.0", - "webpack-cli": "^3.0.4", + "webpack-cli": "^3.0.8", "webpack-merge": "^4.1.3" } } |