diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-01 01:16:00 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-01 01:16:00 +0000 |
commit | b44ab9215884ee661b9f9eb9c798bce6f9f7098c (patch) | |
tree | 9dac50e68722d0a7ae3f72d45c780823cd049d29 | |
parent | b6e86121bc5b516ccbf29707559f9e6ccb1c1200 (diff) | |
download | nextcloud-server-b44ab9215884ee661b9f9eb9c798bce6f9f7098c.tar.gz nextcloud-server-b44ab9215884ee661b9f9eb9c798bce6f9f7098c.zip |
Bump webpack-cli from 3.1.1 to 3.1.2 in /settings
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.1 to 3.1.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/compare/v3.1.1...v3.1.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | settings/package-lock.json | 6 | ||||
-rw-r--r-- | settings/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json index 000d48e34fd..bbe855f21ff 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -7322,9 +7322,9 @@ } }, "webpack-cli": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.1.tgz", - "integrity": "sha512-th5EUyVeGcAAVlFOcJg11fapD/xoLRE4j/eSfrmMAo3olPjvB7lgEPUtCbRP0OGmstvnQBl4VZP+zluXWDiBxg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.2.tgz", + "integrity": "sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ==", "dev": true, "requires": { "chalk": "^2.4.1", diff --git a/settings/package.json b/settings/package.json index 7066e92e28d..ed4728c07a9 100644 --- a/settings/package.json +++ b/settings/package.json @@ -39,7 +39,7 @@ "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", "webpack": "^4.19.1", - "webpack-cli": "^3.1.1", + "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" } } |