diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-05 01:14:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-05 01:14:11 +0000 |
commit | e436c7bf87838dcb8d406b4cfc36fd2766f03830 (patch) | |
tree | 9b8e4ca0ce5ec48dfc33599899ff929e047a40c6 /package-lock.json | |
parent | 403494c79ec04677e59978407e1a914a488390ee (diff) | |
download | nextcloud-server-e436c7bf87838dcb8d406b4cfc36fd2766f03830.tar.gz nextcloud-server-e436c7bf87838dcb8d406b4cfc36fd2766f03830.zip |
Bump webpack-cli from 3.3.1 to 3.3.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.1 to 3.3.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/commits)
Signed-off-by: dependabot[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 10f41491a98..051084cc1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7418,9 +7418,9 @@ } }, "webpack-cli": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.1.tgz", - "integrity": "sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.2.tgz", + "integrity": "sha512-FLkobnaJJ+03j5eplxlI0TUxhGCOdfewspIGuvDVtpOlrAuKMFC57K42Ukxqs1tn8947/PM6tP95gQc0DCzRYA==", "dev": true, "requires": { "chalk": "^2.4.1", |