diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-21 01:18:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 01:18:22 +0000 |
commit | 4fcc111624e28d4d6510e64cb7f614672ac139d9 (patch) | |
tree | 2570fca51d15f065bdf524dcf58c836c268d2842 /package-lock.json | |
parent | efaa0e4d47a8387e36ebb7400ba83fabb7ef5cc7 (diff) | |
download | nextcloud-server-4fcc111624e28d4d6510e64cb7f614672ac139d9.tar.gz nextcloud-server-4fcc111624e28d4d6510e64cb7f614672ac139d9.zip |
Bump webpack-cli from 3.3.5 to 3.3.6
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 51592344e1b..956cb6d9f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8757,9 +8757,9 @@ } }, "webpack-cli": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.5.tgz", - "integrity": "sha512-w0j/s42c5UhchwTmV/45MLQnTVwRoaUTu9fM5LuyOd/8lFoCNCELDogFoecx5NzRUndO0yD/gF2b02XKMnmAWQ==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.6.tgz", + "integrity": "sha512-0vEa83M7kJtxK/jUhlpZ27WHIOndz5mghWL2O53kiDoA9DIxSKnfqB92LoqEn77cT4f3H2cZm1BMEat/6AZz3A==", "dev": true, "requires": { "chalk": "2.4.2", |