Merge pull request #11480 from nextcloud/dependabot/npm_and_yarn/settings/webpack-cli-3.1.2

Bump webpack-cli from 3.1.1 to 3.1.2 in /settings
This commit is contained in:
Roeland Jago Douma 2018-10-01 08:24:46 +02:00 committed by GitHub
commit ac1890a33f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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"
}
}