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>
This commit is contained in:
dependabot[bot] 2019-04-22 07:06:38 +00:00
parent 9b02a1ac22
commit d3512b9191
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11903,9 +11903,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",

View file

@ -38,7 +38,7 @@
"web-ext": "^3.0.0",
"web-ext-types": "^3.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
"webpack-cli": "^3.3.1"
},
"scripts": {
"build": "sh scripts/build.sh",