Merge pull request #9999 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-cli-3.0.8

Bump webpack-cli from 3.0.4 to 3.0.8 in /apps/accessibility
This commit is contained in:
Roeland Jago Douma 2018-06-26 12:54:45 +02:00 committed by GitHub
commit c4ef8acce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -7551,9 +7551,9 @@
}
},
"webpack-cli": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.4.tgz",
"integrity": "sha512-r5R0hMck4GxUS6a3TXClwi1KhQfnHZRtIfXqsSytQZG4kawKMhTtd5//uNZGoGks/h61Zv5jMnR6jwx15Qf8dA==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.0.8.tgz",
"integrity": "sha512-KnRLJ0BUaYRqrhAMb9dv3gzdmhmgIMKo0FmdsnmfqbPGtLnnZ6tORZAvmmKfr+A0VgiVpqC60Gv7Ofg0R2CHtQ==",
"dev": true,
"requires": {
"chalk": "^2.4.1",

View file

@ -29,7 +29,7 @@
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.4",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
}
}