diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-26 10:45:47 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-04-26 10:45:47 +0000 |
commit | bad2a00be5ceb74a57fbae5cf77f6c52e3071605 (patch) | |
tree | 71a3f8f843f9b74267d03e14a4896700db9f9a13 | |
parent | afbf6ef0901ca2fbe23be898c3ee7c0660da4244 (diff) | |
download | nextcloud-server-bad2a00be5ceb74a57fbae5cf77f6c52e3071605.tar.gz nextcloud-server-bad2a00be5ceb74a57fbae5cf77f6c52e3071605.zip |
Bump webpack-cli from 3.3.0 to 3.3.1
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.0 to 3.3.1.
- [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/v.3.3.0...v.3.3.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9abac91b03a..2a61d2c8909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7595,9 +7595,9 @@ } }, "webpack-cli": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.0.tgz", - "integrity": "sha512-t1M7G4z5FhHKJ92WRKwZ1rtvi7rHc0NZoZRbSkol0YKl4HvcC8+DsmGDmK7MmZxHSAetHagiOsjOB6MmzC2TUw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.1.tgz", + "integrity": "sha512-c2inFU7SM0IttEgF7fK6AaUsbBnORRzminvbyRKS+NlbQHVZdCtzKBlavRL5359bFsywXGRAItA5di/IruC8mg==", "dev": true, "requires": { "chalk": "^2.4.1", diff --git a/package.json b/package.json index 10bab314cae..8aaf9a4dbe5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "vue-loader": "^15.6.4", "vue-template-compiler": "^2.6.10", "webpack": "^4.30.0", - "webpack-cli": "^3.3.0", + "webpack-cli": "^3.3.1", "webpack-merge": "^4.2.1" } } |